/*-----------------------------------------------------------------------------------

  Theme Name: Synvo - IT Service HTML Template
  Author: rrdevs
  Support: https://support.rrdevs.net/
  Description: 
  Version: 1.0.1

-----------------------------------------------------------------------------------

/************ TABLE OF CONTENTS ***************
/* variable css */
/* typography css */
/* animation css */
/* common css */
/* theme css */
/* preloader css */
/* scroll css */
/* button css */
/* menu css */
/* modal css */
/* header css */
/* footer css */
/* hero css */
/* about css */
/* service css */
/* project css */
/* pricing css */
/* progress css */
/* testimonial css */
/* process css */
/* appointment css */
/* team css */
/* blog css */
/* counter css */
/* cta css */
/* feature css */
/* faq css */
/* text-slider css */
/* story css */
/* brand css */
/* breadcrumb css */
/* newsletter css */
/* contact css */
/* error css */
/* variable css */
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");

:root {
  --primary: #1C1C25;
  --secondary: #797E88;
  --border: #E5E5E5;
  --theme: #0f5ef0;
  --black: #1C1C25;
  --black-2: #4f5259;
  --white: #FFFFFF;
  --white-2: #A7ACB5;
  --white-3: rgba(255, 255, 255, 0.6);
  --action: #0645bb;
  --dark-bg: #030304;
  --primary-bg: #0C0C2F;
  --primary2: #0f5ef0;
  --primary-dark: #0645bb;
  --primary-btn-dark: #1047ad;
  --primary-light: #5D79FF;
  --gray-bg: #f4f2f9;
  --text-dark: #1a1a2e;
  --text-gray: #6b6b80
    /* --primary: #1C1C25;
  --secondary: #797E88;
  --border: #E5E5E5;
  --theme: #8b5cf6;
  --black: #1C1C25;
  --black-2: #4f5259;
  --white: #FFFFFF;
  --white-2: #A7ACB5;
  --white-3: rgba(255, 255, 255, 0.6);
  --action: #6421FF;
  --dark-bg: #0a0318;
  --primary-bg: #0f0620;
  --primary2: #6c2bd9;
  --primary-dark: #4a1a9e;
  --primary-btn-dark: #4a1a9e;
  --primary-light: #8b5cf6;
  --gray-bg: #f4f2f9;
  --text-dark: #1a1a2e;
  --text-gray: #6b6b80 */
}

/* background: linear-gradient(160deg, #0a0318 0%, #1a0a3e 45%, #2d1b69 100%); */

/* typography css */
/* inter  */
/* general sans  */
@font-face {
  font-family: "GeneralSans-Semibold";
  src: url("../fonts/GeneralSans-Semibold.woff");
  font-weight: 600;
  font-display: swap;
  font-style: normal;
}

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

@font-face {
  font-family: "GeneralSans-Italic";
  src: url("../fonts/GeneralSans-Italic.woff");
  font-weight: 400;
  font-display: swap;
  font-style: italic;
}

:root {
  --font_inter: "Inter", sans-serif;
  --font_generalsanssemibold: "GeneralSans-Semibold";
  --font_generalsansmedium: "GeneralSans-Medium";
  --font_generalsansitalic: "GeneralSans-Italic";
  --font_awesome: "Font Awesome 6 pro";
}

* {
  margin: 0;
  padding: 0;
}

body {
  font-family: var(--font_inter);
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: var(--secondary);
  overflow-x: hidden;
}

html {
  scroll-behavior: smooth;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0;
  margin: 0;
  color: var(--primary);
  line-height: 1.22;
  font-family: var(--font_generalsanssemibold);
  font-weight: 600;
}

ul,
ol {
  padding: 0;
  margin: 0;
}

a {
  text-decoration: none;
  transition: all 0.3s;
  color: inherit;
}

a:hover {
  color: var(--primary-dark);
}

button {
  background-color: transparent;
  border: 0;
}

p {
  padding: 0;
  margin: 0;
}

strong {
  font-weight: 500;
}

video,
iframe,
img {
  margin: 0;
  padding: 0;
}

img {
  max-width: 100%;
}

@media only screen and (max-width: 767px) {
  br {
    display: none;
  }
}

main {
  display: inline-block;
  width: 100%;
}

h1 {
  font-size: 48px;
}

h2 {
  font-size: 36px;
}

h3 {
  font-size: 32px;
}

h4 {
  font-size: 24px;
}

h5 {
  font-size: 20px;
}

h6 {
  font-size: 18px;
}

/* animation css */

@keyframes t-Bubble {
  0% {
    scale: 1;
  }

  50% {
    scale: 1.5;
  }

  100% {
    scale: 1;
  }
}

@keyframes t-Zoom {
  0% {
    scale: 1;
  }

  50% {
    scale: 0.5;
  }

  100% {
    scale: 1;
  }
}

@keyframes t-Zoom_2 {
  0% {
    scale: 1;
  }

  50% {
    scale: 0.9;
  }

  100% {
    scale: 1;
  }
}

@keyframes t-SlideBottom {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(50px);
  }

  100% {
    transform: translateY(0);
  }
}

@keyframes t-reveal {
  to {
    opacity: 1;
    filter: blur(0px);
  }
}

@keyframes t-fadeUp {
  0% {
    opacity: 0;
    transform: translateY(50px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes t-spinner {
  to {
    transform: rotateZ(360deg);
  }
}

@keyframes t-characters {

  0%,
  75%,
  100% {
    opacity: 0;
    transform: rotateY(-90deg);
  }

  25%,
  50% {
    opacity: 1;
    transform: rotateY(0deg);
  }
}

@keyframes t-sheen {
  50% {
    transform: translateY(-20px);
    color: var(--primary);
  }
}

@keyframes t-slide {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-100%);
  }
}

/* common css */
/* Scrollbar styling */
::-webkit-scrollbar {
  width: 5px;
}

::-webkit-scrollbar-track {
  background: #d6d6d6;
}

::-webkit-scrollbar-thumb {
  background: #888;
}

::-webkit-scrollbar-thumb:hover {
  background: #555;
}

/* Utility classes for positioning */

.rr-container-1410 {
  max-width: 1410px;
}

/* Background color classes */

/* Full background image styling */

/* Centering utility */

/* Parallax view styling */

/* Section title styling with responsive font sizes */
.section-title {
  font-size: 38px;
  color: var(--text-dark);
}

@media only screen and (max-width: 1919px) {
  .section-title {
    font-size: 38px;
  }
}

@media only screen and (max-width: 1399px) {
  .section-title {
    font-size: 36px;
  }
}

@media only screen and (max-width: 1199px) {
  .section-title {
    font-size: 34px;
  }
}

@media only screen and (max-width: 991px) {
  .section-title {
    font-size: 32px;
  }
}

@media only screen and (max-width: 767px) {
  .section-title {
    font-size: 30px;
  }
}

@media (max-width: 575px) {
  .section-title {
    font-size: 26px;
  }
}

/* Section spacing with responsive padding */
.section-spacing {
  padding-top: 120px;
  padding-bottom: 120px;
}

@media only screen and (max-width: 1919px) {
  .section-spacing {
            padding: 185px 0;
  }
  .project-spacing {
    padding-top: 80px;
    padding-bottom: 100px;
  }
}

@media only screen and (max-width: 1399px) {
  .section-spacing {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

@media only screen and (max-width: 1199px) {
  .section-spacing {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

/* Container styling with full HD support */
.container {
  --bs-gutter-x: 30px;
}

/* Inverted text style */

/* Side info and offcanvas styling */
.offcanvas-overlay {
  position: fixed;
  height: 100%;
  width: 100%;
  background: #000;
  z-index: 900;
  top: 0;
  right: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
}

.offcanvas-overlay.overlay-open {
  opacity: 0.5;
  visibility: visible;
}

.side-info-close {
  font-size: 20px;
  padding: 0;
  transition: all 0.3s linear;
  background-color: transparent;
  color: var(--black);
  width: 40px;
  height: 40px;
  border: 1px solid var(--black);
  border-radius: 50%;
  line-height: 38px;
}

.side-info-close:hover {
  transform: rotate(90deg);
}

.side-info {
  background: var(--white) none repeat scroll 0 0;
  padding: 40px 45px;
  position: fixed;
  right: 0;
  top: 0;
  width: 500px;
  height: 100%;
  transform: translateX(calc(100% + 80px));
  transition: transform 0.45s ease-in-out, opacity 0.45s ease-in-out;
  z-index: 9999;
  overflow-y: scroll;
  overscroll-behavior-y: contain;
  scrollbar-width: none;
}

@media only screen and (max-width: 1199px) {
  .side-info {
    width: 460px;
  }
}

@media (max-width: 575px) {
  .side-info {
    width: 100%;
    padding: 30px 20px;
  }
}

.side-info ::-webkit-scrollbar {
  display: none;
  /* Hide scrollbar */
}

.side-info.info-open {
  opacity: 1;
  transform: translateX(0);
  /* Show side info */
}

/* Offset header and logo styling */
.offset-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.offset-logo {
  width: 120px;
}

@media (max-width: 575px) {
  .offset-logo {
    width: 95px;
  }
}

.offset-logo img {
  width: 100%;
}

.offset-button {
  margin-top: 40px;
}

@media (min-width: 576px) {
  .offset-button {
    display: none;
  }
}

/* Offset widget box styling */
.offset-widget-box {
  margin-top: 40px;
}

.offset-widget-box .title {
  font-size: 24px;
  line-height: 1.33;
  margin-bottom: 15px;
}

@media only screen and (max-width: 1919px) {
  .offset-widget-box .title {
    margin-bottom: 22px;
  }
}

.offset-widget-box .contact-meta>*:not(:first-child) {
  margin-top: 16px;
}

.offset-widget-box .contact-item {
  display: flex;
  align-items: center;
  gap: 14px;
}

.offset-widget-box .contact-item span {
  color: var(--primary);
  font-weight: 500;
}

.offset-widget-box .contact-item span a:hover {
  color: var(--secondary);
}

.offset-widget-box .contact-item .icon {
  width: 40px;
  min-width: 40px;
  height: 40px;
  display: inline-flex;
  border: 1px solid var(--border);
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  color: var(--primary);
}

/* Mobile menu customization */
.mobile-menu {
  margin-top: 40px;
}

@media (min-width: 1301px) {
  .mobile-menu {
    display: none;
  }
}

.mobile-menu.mean-container .mean-nav>ul {
  padding: 0;
  margin: 0;
  width: 100%;
  list-style-type: none;
  display: block !important;
}

.mobile-menu.mean-container .mean-nav>ul>li:last-child>a {
  border-bottom: 1px solid var(--border);
}

.mobile-menu.mean-container .mean-nav {
  background: none;
  margin-top: 0;
}

.mobile-menu.mean-container .mean-nav ul li a {
  width: 100%;
  padding: 15px 0;
  padding-inline-start: 0px;
  font-weight: 500;
  font-size: 18px;
  line-height: 1;
  color: var(--primary);
  text-transform: capitalize;
  border-top: 1px solid var(--border);
  display: flex;
  gap: 8px;
  justify-content: flex-start;
  align-items: center;
  outline: none;
  transform: translateY(var(--y)) translateZ(0);
  transition: transform 0.4s ease, box-shadow 0.4s ease;
  box-sizing: border-box;
  opacity: 1;
}

@media only screen and (max-width: 767px) {
  .mobile-menu.mean-container .mean-nav ul li a {
    font-size: 20px;
  }
}

.mobile-menu.mean-container .mean-nav ul li a:hover {
  color: var(--primary);
}

.mobile-menu.mean-container .mean-nav ul li a.mean-expand {
  width: 100%;
  height: 48px;
  justify-content: end;
  font-weight: 300;
  border: none !important;
  background-color: transparent;
}

@media only screen and (max-width: 767px) {
  .mobile-menu.mean-container .mean-nav ul li a.mean-expand {
    height: 50px;
  }
}

.mobile-menu.mean-container .mean-nav ul li a.mean-expand:hover {
  background: rgba(255, 255, 255, 0.1);
  opacity: 1;
}

.mobile-menu.mean-container .mean-nav ul li li:first-child {
  border-top: 1px solid var(--border);
}

.mobile-menu.mean-container .mean-nav ul li li a {
  font-size: 16px;
  text-transform: capitalize;
  border-top: none !important;
  padding: 12px 0;
  padding-inline-start: 15px;
}

.mobile-menu.mean-container .mean-nav ul li li a.mean-expand {
  height: 58px;
}

@media only screen and (max-width: 991px) {
  .mobile-menu.mean-container .mean-nav ul li li a.mean-expand {
    height: 25px;
  }
}

@media only screen and (max-width: 767px) {
  .mobile-menu.mean-container .mean-nav ul li li a.mean-expand {
    height: 22px;
  }
}

.mobile-menu.mean-container .mean-nav ul li li li:last-child {
  border-bottom: 1px solid var(--border);
}

.mobile-menu.mean-container .mean-nav ul li li li a {
  padding-left: 40px;
}

.mobile-menu.mean-container .mean-bar {
  padding-bottom: 30px;
  background: none;
  max-height: auto;
  overflow-y: scroll;
}

.mobile-menu.mean-container .mean-bar::-webkit-scrollbar {
  width: 0;
}

.mobile-menu.mean-container a.meanmenu-reveal {
  display: none !important;
}

/* Sticky header styling */
.header-sticky {
  transition: all 0.5s;
}

/* page title style  */

/* inverted text style  */

/* theme css */
html {
  --container-max-widths: 1320px;
}

@media only screen and (max-width: 1399px) {
  html {
    --container-max-widths: 1140px;
  }
}

@media only screen and (max-width: 1199px) {
  html {
    --container-max-widths: 960px;
  }
}

@media only screen and (max-width: 991px) {
  html {
    --container-max-widths: 720px;
  }
}

@media only screen and (max-width: 767px) {
  html {
    --container-max-widths: 540px;
  }
}

.body-wrapper {
  background-color: var(--white);
}

.img-reveal-anim {
  visibility: hidden;
  overflow: hidden;
}

.img-reveal-anim img {
  -o-object-fit: cover;
  object-fit: cover;
  transform-origin: left;
}

header {
  margin-bottom: -1px;
  z-index: 100;
}

section {
  margin-bottom: -2px;
}

.swiper,
.swiper-container {
  direction: ltr;
}

/* preloader css */
.loader-wrap {
  position: fixed;
  z-index: 10;
  height: 100vh;
  width: 100vw;
  left: 0;
  top: 0;
  right: 0;
  display: flex;
  overflow: hidden;
  align-items: center;
  justify-content: center;
  background: #201F50;
  z-index: 99999999999999;
}

.loader-wrap svg {
  position: absolute;
  top: 0;
  width: 100vw;
  height: 110vh;
  fill: #000;
}

.loader-wrap .loader-wrap-heading .load-text {
  font-size: 100px;
  font-weight: 800;
  color: var(--white);
  z-index: 20;
}

@media only screen and (max-width: 767px) {
  .loader-wrap .loader-wrap-heading .load-text {
    font-size: 50px;
  }
}

.load-text span {
  animation: loading 1s infinite alternate;
}

.load-text span:nth-child(1) {
  animation-delay: 0s;
}

.load-text span:nth-child(2) {
  animation-delay: 0.1s;
}

.load-text span:nth-child(3) {
  animation-delay: 0.2s;
}

.load-text span:nth-child(4) {
  animation-delay: 0.3s;
}

.load-text span:nth-child(5) {
  animation-delay: 0.4s;
}

.load-text span:nth-child(6) {
  animation-delay: 0.5s;
}

.load-text span:nth-child(7) {
  animation-delay: 0.6s;
}

@keyframes loading {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

/* scroll css */

.progress-wrap {
  position: fixed;
  right: 20px;
  bottom: 20px;
  height: 50px;
  width: 50px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-100px);
  transition: all 300ms linear;
}

.progress-wrap.active-progress {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  background-color: var(--theme);
}

.progress-wrap::after {
  position: absolute;
  content: "\f062";
  font: var(--fa-font-solid);
  text-align: center;
  line-height: 50px;
  font-size: 18px;
  color: var(--white);
  left: 0;
  top: 0;
  height: 50px;
  width: 50px;
  cursor: pointer;
  display: block;
  z-index: 1;
  transition: all 200ms linear;
  border-radius: 50px;
}

.progress-wrap svg path {
  fill: var(--black-6);
}

.progress-wrap svg.progress-circle path {
  fill: var(--theme);
  stroke: transparent;
  stroke-width: 5;
  box-sizing: border-box;
  transition: all 200ms linear;
}

/* button css */

.rr-btn {
  justify-content: center;
  position: relative;
  overflow: hidden;
  z-index: 5;
  padding: 19px 34px;
  background-color: var(--theme);
  color: var(--white);
  border: 1px solid var(--theme);
  border-radius: 100px;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  text-transform: capitalize;
  white-space: nowrap;
  transition: all 0.3s ease;
  box-shadow: 0 8px 24px rgba(108, 43, 217, 0.3);
}

.rr-btn:hover,
.rr-btn:focus {
  background-color: var(--primary-btn-dark);
  border-color: var(--primary-btn-dark);
  transform: translateY(-2px);
  box-shadow: 0 12px 32px rgba(108, 43, 217, 0.4);
}

@media only screen and (max-width: 767px) {
  .rr-btn {
    padding: 16px 29px;
    font-size: 14px;
  }
  .progress-wrap {
  position: fixed;
  right: 40px;
  bottom: 20px;
  height: 50px;
  width: 50px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-100px);
  transition: all 300ms linear;
}
}

.rr-btn:after {
  display: block;
  clear: both;
  content: "";
}

.rr-btn .btn-wrap {
  z-index: 1;
  position: relative;
  display: inline-block;
}

.rr-btn .btn-wrap .text-one {
  color: var(--white);
}

.rr-btn.btn-white {
  border-color: transparent;
  background-color: var(--primary-dark);
}

.rr-btn.btn-white:hover,
.rr-btn.btn-white:focus {
  background-color: var(--primary-btn-dark);
  border-color: var(--primary-btn-dark);
}

.rr-btn.btn-white .text-one {
  gap: 119px;
  display: flex;
}

@media only screen and (max-width: 1399px) {

  .rr-btn.btn-white .text-one {
    gap: 100px;
  }
}

@media only screen and (max-width: 1199px) {

  .rr-btn.btn-white .text-one {
    gap: 50px;
  }
}

@media only screen and (max-width: 767px) {

  .rr-btn.btn-white .text-one {
    gap: 20px;
  }
}

.rr-btn.btn-white .btn-wrap .text-one {
  color: var(--white);
}

@keyframes mask_animation {
  from {
    -webkit-mask-position: 0 0;
    mask-position: 0 0;
  }

  to {
    -webkit-mask-position: 100% 0;
    mask-position: 100% 0;
  }
}

@keyframes mask_animation_2 {
  from {
    -webkit-mask-position: 100% 0;
    mask-position: 100% 0;
  }

  to {
    -webkit-mask-position: 0 0;
    mask-position: 0 0;
  }
}

@keyframes textRotation {
  to {
    transform: rotate(360deg);
  }
}

/* play-btn style */

@keyframes popupBtn {
  0% {
    transform: scale(1);
    opacity: 0.6;
  }

  50% {
    transform: scale(1.3);
    opacity: 0.3;
  }

  100% {
    transform: scale(1.6);
    opacity: 0;
  }
}

/* menu css */

.main-menu>ul {
  display: flex;
}

.main-menu>ul>li:hover>a {
  color: var(--secondary);
}

.main-menu>ul>li:hover>ul {
  opacity: 1;
  pointer-events: all;
  inset-inline-start: 0;
}

.main-menu li {
  position: relative;
  list-style: none;
}

.main-menu li a {
  display: flex;
  align-items: center;
  font-weight: 400;
  font-size: 15px;
  line-height: 1;
  color: rgba(255, 255, 255, 0.75);
  padding: 37px 15px;
  text-transform: capitalize;
}

/* mean menu customize */

/* modal css */

/* header css */
/* header area style  */

/* header-2 area style  */
.header-2-top {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 40px;
  z-index: 801;
  background-color: var(--dark-bg);
  transition: transform 0.35s ease, opacity 0.35s ease;
  will-change: transform;
  overflow: visible;
}

.header-2-area.is-sticky .header-2-top {
  transform: translateY(-100%);
}

.header-2-main.header-sticky {
  position: fixed;
  top: 40px;
  left: 0;
  width: 100%;
  z-index: 800;
  background-color: var(--primary-bg);
  transition: top 0.35s ease;
}

.header-2-area.is-sticky .header-2-main.header-sticky {
  top: 0;
}

#smooth-content {
  padding-top: 120px;
}

@media only screen and (max-width: 1919px) {
  #smooth-content {
    padding-top: 110px;
  }
}

@media only screen and (max-width: 1199px) {
  #smooth-content {
    padding-top: 100px;
  }
}

@media only screen and (max-width: 991px) {
  .header-2-top {
    height: auto;
    min-height: 36px;
    padding: 6px 0;
  }

  .header-2-main.header-sticky {
    top: 36px;
  }

  #smooth-content {
    padding-top: 96px;
  }

  .header-2-contact-meta {
    flex-direction: row;
    gap: 8px;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
  }

  .header-2-contact-item:not(:first-child) {
    padding-left: 12px;
    margin-left: 12px;
    border-left: 1px solid rgba(255, 255, 255, 0.2);
  }

  .header-2-contact-item .text {
    font-size: 12px;
    line-height: 16px;
  }

  .header-2-contact-item .icon {
    font-size: 11px;
    margin-right: 4px;
  }
}

.header-2-top-inner {
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: space-between;
  height: 40px;
  overflow: visible;
}

@media only screen and (max-width: 991px) {
  .header-2-top-inner {
    justify-content: flex-start;
  }
}

.header-2-contact-meta {
  display: flex;
  align-items: center;
}

.header-2-contact-item {
  display: inline-flex;
  gap: 3px;
  align-items: center;
}

.header-2-contact-item .icon {
  font-size: 13px;
  color: var(--primary-light);
  margin-right: 5px;
  display: inline-block;
}

@media only screen and (max-width: 1199px) {
  .header-2-contact-item .icon {
    font-size: 14px;
  }
}

.header-2-contact-item .text {
  font-weight: 500;
  font-size: 13px;
  line-height: 19px;
  color: rgba(255, 255, 255, 0.7);
  display: inline-block;
}

@media only screen and (max-width: 1199px) {
  .header-2-contact-item .text {
    font-size: 14px;
  }
}

.header-2-contact-item .text a:hover {
  color: var(--white-2);
}

.header-2-contact-item:not(:first-child) {
  /* border-left: 1px solid #926FFD; */
  padding-left: 30px;
  /* margin-left: 30px; */
}

@media only screen and (max-width: 1199px) {
  .header-2-contact-item:not(:first-child) {
    padding-left: 20px;
    margin-left: 20px;
  }
}

.header-2-social {
  display: flex;
  align-items: center;
  gap: 20px;
}

@media only screen and (max-width: 991px) {
  .header-2-social {
    display: none;
  }
}

.header-2-social .text {
  font-size: 16px;
  line-height: 19px;
  font-weight: 500;
  color: var(--white);
  display: inline-block;
}

@media only screen and (max-width: 1199px) {
  .header-2-social .text {
    font-size: 14px;
  }
}

.header-2-social a {
  font-weight: 400;
  font-size: 14px;
  color: var(--white-3);
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.header-2-social a:hover {
  color: var(--white-2);
}

.header-social-wrapper {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.header-social-wrapper i,
.header-2-social a i {
  cursor: pointer;
  transition: color 0.3s ease;
  color: var(--white-3);
  font-size: 16px;
}

.header-social-wrapper:hover i,
.header-2-social a:hover i {
  color: var(--white);
}

.header-social-popup {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%) translateY(12px);
  background: #ffffff;
  border-radius: 12px;
  padding: 6px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  z-index: 9999;
  margin-top: 8px;
  width: max-content;
  white-space: nowrap;
}

.header-social-wrapper:hover .header-social-popup {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0);
}

.header-qrcode-img {
  width: 120px;
  height: 120px;
  min-width: 120px;
  display: block;
  border-radius: 4px;
  object-fit: contain;
}

.header-popup-text {
  font-size: 12px;
  color: #666;
  text-align: center;
  font-weight: 500;
  margin: 4px 0 0 0;
}

.header-popup-arrow--top {
  position: absolute;
  top: -8px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #ffffff;
}

.header-social-popup--email {
  padding: 10px 14px;
}

.header-popup-text--email {
  margin: 0;
  color: #333 !important;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.3px;
}

.header-2-main {
  background-color: var(--primary-bg);
  /* border-radius: 5px;
  margin: 5px; */
}

.header-2-main-inner {
  display: flex;
  align-items: center;
  gap: 15px;
  position: relative;
  height: 80px;
  z-index: 1;
}

@media only screen and (max-width: 1919px) {
  .header-2-main-inner {
    height: 70px;
  }
}

@media only screen and (max-width: 1199px) {
  .header-2-main-inner {
    height: 60px;
  }
}

.header-2-logo {
  font-size: 28px;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 8px;
  letter-spacing: -0.03em;
  font-weight: 800;
  line-height: 1;
}

.header-2-logo span {
  color: var(--primary-light);
}

.header-2-logo i {
  font-size: 1.8rem;
  color: var(--primary-light);
}

/* .header-2-logo img {
  width: 154px;
} */

@media only screen and (max-width: 1199px) {
  .header-2-logo img {
    width: 134px;
  }
}

@media only screen and (max-width: 767px) {
  .header-2-logo img {
    width: 124px;
  }
}

.header-2-nav {
  flex: 1;
  display: flex;
  justify-content: center;
}

.header-2-main .main-menu>ul {
  display: flex;
  gap: 32px;
}

.header-2-main .main-menu>ul>li>a {
  color: rgba(255, 255, 255, 0.75);
  font-size: 15px;
  font-weight: 500;
  padding: 0;
  background-color: transparent;
  position: relative;
  transition: color 0.3s ease;
}

.header-2-main .main-menu>ul>li>a::after {
  content: '';
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 0;
  height: 2px;
  background: var(--primary-light);
  transition: width 0.3s ease;
}

.header-2-main .main-menu>ul>li:hover>a {
  color: var(--white);
  background-color: transparent;
}

.header-2-main .main-menu>ul>li:hover>a::after {
  width: 100%;
}

.header-2-main .main-menu li a:hover {
  color: var(--white);
}

@media only screen and (max-width: 767px) {
  .header-2-main .header-2-cta {
    display: none;
  }
}

.header-2-main .call-box {
  font-weight: 700;
  font-size: 16px;
  color: var(--white);
  display: inline-block;
  padding: 12px 38px;
  background-color: var(--primary-light);
  border-radius: 50px;
}

.header-2-main .call-box:hover {
  color: var(--white);
  background-color: var(--primary-dark);
}

.header-2-main .call-box a:hover {
  color: var(--white);
}

/* header-3 area style  */

/* footer css */
/* footer area style  */

/* footer-2 area style  */
.footer-2-area {
  background-color: #000;
  position: relative;
  z-index: 1;
  padding-top: 30px;
  padding-bottom: 30px;
}

.footer-2-widget-wrapper {
  display: flex;
  gap: 60px;
  justify-content: space-between;
  align-items: flex-start;
  padding: 15px 20px 35px;
}

/* 品牌区 */
.footer-2-widget-box--brand {
  flex-shrink: 0;
  max-width: 300px;
}

.footer-2-widget-box--brand .header-2-logo img {
  width: 40px;
  height: 40px;
}

.footer-2-slogan {
  margin-top: 14px;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #9ca3af;
}

.footer-2-copyright {
  margin-top: 10px;
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  color: #6b7280;
}

/* 地址 / 邮箱信息区 */
.footer-2-widget-box--info {
  max-width: 300px;
  /* 顶部偏移：与品牌区 slogan（logo 40px + 间距 14px）保持垂直对齐 */
  padding-top: 54px;
}

.footer-2-info-title {
  font-family: var(--font_inter);
  font-weight: 600;
  font-size: 15px;
  line-height: 22px;
  color: var(--white);
  display: flex;
  align-items: center;
  gap: 8px;
}

.footer-2-info-title i {
  font-size: 14px;
  color: var(--primary-light);
}

.footer-2-info-text {
  margin-top: 12px;
  font-weight: 400;
  font-size: 13px;
  line-height: 22px;
  color: #9ca3af;
}

/* 工作时间与邮箱同行显示 */
.footer-2-info-text--inline {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 4px 6px;
}

.footer-2-work-time {
  color: #9ca3af;
}

.footer-2-mail {
  color: var(--primary-light);
  text-decoration: underline;
  text-underline-offset: 1px;
  transition: color 0.3s ease;
}

.footer-2-mail:hover {
  color: var(--white);
}

/* 二维码区 */
.footer-2-widget-box--qrcode {
  flex-shrink: 0;
  text-align: center;
  padding: 10px 16px 4px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 10px;
}

.footer-2-qrcode-img {
  width: 78px;
  height: 78px;
  padding: 4px;
  margin: 0 auto;
  background-color: var(--white);
  border-radius: 6px;
  display: block;
}

.footer-2-qrcode-text {
  font-weight: 400;
  font-size: 12px;
  color: #9ca3af;
}

@media only screen and (max-width: 1199px) {
  .footer-2-widget-wrapper {
    flex-wrap: wrap;
    gap: 36px 48px;
    align-items: flex-start;
    padding: 36px 20px;
  }

  .footer-2-widget-box--brand {
    max-width: 100%;
  }

  .footer-2-widget-box--info {
    padding-top: 0;
  }
}

@media only screen and (max-width: 767px) {
  .footer-2-widget-wrapper {
    flex-direction: column;
    align-items: flex-start;
    gap: 28px;
    padding: 28px 16px;
  }

  .footer-2-widget-box--qrcode {
    text-align: left;
  }
}

/* footer-3 area style  */

/* hero css */
/* hero area style  */

.swiper-slide {
  background: var(--gray-bg);
  border-radius: 30px;
}

/* hero 2 area style  */

.hero-2-area {
  min-height: calc(100vh - 120px);
  margin-top: 0;
  position: relative;
  z-index: 1;
  background: linear-gradient(160deg, #0c072b 0%, #0a1b3e 45%, #091f46 100%);
}



@media only screen and (max-width: 1919px) {

  .hero-2-area {
    margin-top: 0;
    min-height: calc(100vh - 110px);
  }
}

@media only screen and (max-width: 1199px) {

  .hero-2-area {
    margin-top: 0;
    min-height: calc(100vh - 100px);
  }
}

@media only screen and (max-width: 767px) {

  .hero-2-area {
    margin-top: 0;
  }
}

.hero-2-inner {
  padding-top: 165px;
  padding-bottom: 204px;
  display: grid;
  gap: 40px 60px;
  grid-template-columns: 720px auto;
  align-items: center;
  position: relative;
}

@media only screen and (max-width: 1919px) {
  .hero-2-inner {
    padding-top: 175px;
    grid-template-columns: 720px auto;
  }
}

@media only screen and (max-width: 1199px) {
  .hero-2-inner {
    padding-top: 105px;
    padding-bottom: 164px;
    grid-template-columns: 470px auto;
  }
}

@media only screen and (max-width: 991px) {
  .hero-2-area {
    overflow: hidden;
  }

  .hero-2-inner {
    padding-top: 85px;
    padding-bottom: 114px;
    grid-template-columns: auto;
  }

  .hero-2-thumb-wrapper {
    width: 95%;
  }
}

.hero-2-content .text {
  font-weight: 500;
  font-size: 24px;
  line-height: 1.42;
  color: var(--white);
}

@media only screen and (max-width: 1919px) {
  .hero-2-content .text {
    font-size: 22px;
  }
}

@media only screen and (max-width: 1199px) {
  .hero-2-content .text {
    font-size: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .hero-2-content .text {
    font-size: 16px;
  }
}

.hero-2-content .btn-wrapper {
  margin-top: 53px;
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.hero-2-content .text-wrapper .text {
  font-size: 18px;
  margin-top: 28px;
  font-weight: normal;
  color: rgba(255, 255, 255, 0.7);
}

.hero-2-title {
  font-weight: 800;
  font-size: 52px;
  line-height: 1.18;
  color: var(--white);
}

.hero-2-title-primary {
  font-size: 52px;
  background: linear-gradient(270deg, #1D70FF, #8166FF);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

@media only screen and (max-width: 1919px) {
  .hero-2-title {
    font-size: 52px;
  }
}

@media only screen and (max-width: 1199px) {
  .hero-2-title {
    font-size: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .hero-2-title {
    font-size: 33px;
  }
}

/* hero 区二级标题（副标题） */
.hero-2-subtitle {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 26px;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.5;
  color: #5D79FF;
  letter-spacing: 0.5px;
}


@media only screen and (max-width: 1199px) {
  .hero-2-subtitle {
    margin-top: 22px;
    font-size: 17px;
  }
}

@media only screen and (max-width: 991px) {
  .hero-2-subtitle {
    justify-content: flex-start;
  }
}

@media only screen and (max-width: 767px) {
  .hero-2-subtitle {
    margin-top: 18px;
    font-size: 15px;
    gap: 10px;
    letter-spacing: 0;
  }
}

.hero2-shape-1 {
  position: absolute;
  width: 23px;
  height: 23px;
  content: "";
  background-color: var(--theme);
  border-radius: 50%;
  right: calc(100% + 69px);
  top: 79px;
  animation: hero2-shape-1 5s infinite;
}

@keyframes hero2-shape-1 {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.hero2-shape-2 {
  position: absolute;
  width: 49px;
  height: 49px;
  content: "";
  background-color: rgba(22,119,255, 0.28);
  border-radius: 50%;
  right: calc(100% + 105px);
  bottom: 127px;
  animation: t-SlideBottom 5s infinite;
}

.hero2-shape-3 {
  position: absolute;
  width: 10px;
  height: 10px;
  content: "";
  background-color: var(--white);
  border-radius: 50%;
  left: 712px;
  top: 166px;
  animation: hero2-shape-3 7s infinite;
}

@keyframes hero2-shape-3 {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(70px);
  }

  100% {
    transform: translateY(0);
  }
}

.hero-2-thumb-wrapper {
  width: 672px;
  aspect-ratio: 100/84;
  overflow: hidden;
  position: absolute;
  top: 120px;
  right: -60px;
}

@media only screen and (max-width: 1919px) {
  .hero-2-thumb-wrapper {
    right: 0;
    width: 622px;
  }
}

@media only screen and (max-width: 1199px) {
  .hero-2-thumb-wrapper {
    width: 502px;
  }
}

@media only screen and (max-width: 991px) {
  .hero-2-thumb-wrapper {
    position: relative;
    top: 0;
    left: 0;
  }
}

@media only screen and (max-width: 767px) {
  .hero-2-thumb-wrapper {
    width: 100%;
  }
}

.hero-2-thumb-wrapper .thumb-shape-1 {
  position: absolute;
  right: 0;
  top: 13px;
  width: 93%;
}

.hero-2-thumb-wrapper .thumb-shape-2 {
  position: absolute;
  right: 26px;
  top: 0;
  width: 84%;
}

.hero-2-thumb-wrapper .thumb-shape-3 {
  position: absolute;
  left: 0;
  top: 37px;
  width: 90%;
  aspect-ratio: 100/80;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-mask-image: url(../imgs/shape/shape-9.webp);
  mask-image: url(../imgs/shape/shape-9.webp);
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}

/* hero-3 area style  */
.subtitle-wrapper {
  margin-top: 15px;
  font-size: 1.1rem;
  color: var(--text-gray);
}

/* about css */
/* about area style  */

/* about-process-group style  */
.about-process-group {
  position: relative;
  z-index: 1;
}

.about-process-group-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
  background-color: #F5F6F6;
  z-index: -1;
}

.about-process-group-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.about-process-group-bg .area-shape-1 {
  width: 28%;
  position: absolute;
  top: 187px;
  left: -206px;
  z-index: -1;
}

.about-process-group-bg .area-shape-1 img {
  animation: t-SlideBottom 6s infinite;
}

.about-process-group-bg .area-shape-2 {
  width: 19%;
  position: absolute;
  bottom: 35px;
  right: -120px;
}

.about-process-group-bg .area-shape-2 img {
  animation: t-SlideBottom 6s infinite;
}

/* about-2 area style  */

/* ========== 企业语义层区块样式 ========== */

/* 特性网格 - 两列布局 */

/* ========== 企业语义层响应式适配 ========== */

/* about-3 area style  */

/* service css */
/* service area style  */

/* service-2 area style  */

/* service-3 area style  */

/* service-4 area style  */

/* service-details area style  */

/* key-service area style  */

/* project css */
/* project area style  */

/* project-2 area style  */
.project-2-area {
  background-color: #EFF1F9;
  margin: 0 30px;
  border: 10px solid var(--white);
  border-radius: 20px;
}

@media only screen and (max-width: 1399px) {
  .project-2-area {
    margin: 0 15px;
    border-width: 5px;
  }
}

@media only screen and (max-width: 767px) {
  .project-2-area {
    border-width: 2px;
  }
}

.project-2-header {
  text-align: center;
}

.project-2-header .title-wrapper {
  margin-top: 19px;
}

.project-2-wrapper-box {
  margin-top: 59px;
}

.project-2-wrapper {
  position: relative;
}

@media only screen and (max-width: 1919px) {
  .project-2-nav {
    display: flex;
    gap: 20px;
    justify-content: center;
    margin-top: 40px;
  }
}

@media only screen and (max-width: 1199px) {
  .project-2-nav {
    margin-top: 30px;
  }
}

.project-2-nav-btn {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: var(--theme);
  background: var(--white);
  box-shadow: 0px 18px 66px 3px rgba(107, 111, 118, 0.15);
  transition: all 0.3s;
}

@media only screen and (max-width: 1199px) {
  .project-2-nav-btn {
    width: 50px;
    height: 50px;
  }
}

.project-2-nav-btn:hover {
  border-color: transparent;
  background-color: var(--theme);
  color: var(--white);
  box-shadow: none;
}

.project-2-button-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: calc(100% + 40px);
}

@media only screen and (max-width: 1919px) {
  .project-2-button-prev {
    position: static;
    transform: none;
  }
}

.project-2-button-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: calc(100% + 40px);
}

@media only screen and (max-width: 1919px) {
  .project-2-button-next {
    position: static;
    transform: none;
  }
}

.swiper-slide {
  height: auto;
}

/* .project-2-box .thumb .action-btn {
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.5s;
  opacity: 0;
} */

/* .project-2-box .circle-arrow-btn {
  width: 60px;
  height: 60px;
  background-color: var(--white);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  color: var(--theme);
  font-size: 18px;
} */

/* .project-2-box .circle-arrow-btn:hover {
  color: var(--black);
}

.project-2-box .circle-arrow-btn:hover i {
  transform: rotate(0);
}

.project-2-box .circle-arrow-btn i {
  transform: rotate(-45deg);
  transition: all 0.3s;
} */

/* project-3 area style  */

/* project-details area style  */

/* project-4 area style  */

/* project-5 area style  */

/* pricing css */
/* pricing area style  */

/* progress css */
/* progress area style  */

/* testimonial css */
/* testimonial area style  */

/* testimonial-2 area style  */
.testimonial-2-area {
  position: relative;
  z-index: 1;
}

.testimonial-2-area-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #EBEBF5;
  top: 0;
  left: 0;
  z-index: -1;
  overflow: hidden;
}

.testimonial-2-area-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.testimonial-2-area-bg .area-shape-1 {
  width: 36%;
  position: absolute;
  top: -33px;
  right: -4%;
}

.testimonial-2-area-bg .area-shape-1 img {
  animation: t-SlideBottom 6s infinite;
}

/* testimonial-4 area style  */

/* testimonial-3 area style  */

/* process css */
/* process area style  */

/* process-2 area style  */

/* process-3 area style  */

/* appointment css */
/* appointment area style  */

@keyframes appointment-thumb-1 {
  0% {
    transform: translateY(0) rotate(-45deg);
  }

  50% {
    transform: translateY(50px) rotate(-45deg);
  }

  100% {
    transform: translateY(0) rotate(-45deg);
  }
}

/* appointment-2 area style  */
.appointment-2-area {
  min-height: calc(100vh - 80px);
  /* padding-top: 50px; */
}

.appointment-2-area-inner {
  display: grid;
  gap: 40px 40px;
  grid-template-columns: 1fr 680px;
  align-items: flex-start;
}

@media only screen and (max-width: 1199px) {
  .appointment-2-area-inner {
    grid-template-columns: 1fr 480px;
  }
}

@media only screen and (max-width: 991px) {
  .appointment-2-area-inner {
    grid-template-columns: 1fr;
  }
}

.appointment-2-content .title-wrapper {
  margin-top: 19px;
}

.appointment-2-content .text-wrapper {
  margin-top: 22px;
}

.appointment-2-content .features-wrapper-box {
  margin-top: 43px;
}

.appointment-2-content .feature-box {
  background-color: #F3F2F8;
  border-radius: 15px;
  padding: 25px 30px 24px;
  display: flex;
  gap: 20px;
  border: 1px solid transparent;
  transition: all 0.5s;
}

@media only screen and (max-width: 1199px) {
  .appointment-2-content .feature-box {
    padding: 15px 20px 14px;
  }
}

@media (max-width: 575px) {
  .appointment-2-content .feature-box {
    flex-direction: column;
  }
}

.appointment-2-content .feature-box:hover {
  border-color: var(--theme);
  background-color: var(--white);
}

.appointment-2-content .feature-box:hover .icon {
  background-color: var(--theme);
  border-color: transparent;
}

.appointment-2-content .feature-box:hover .icon img {
  filter: brightness(0) invert(1);
  transition: all 0.3s;
}

.appointment-2-content .feature-box:not(:first-child) {
  margin-top: 30px;
}

.appointment-2-content .feature-box .icon {
  width: 80px;
  min-width: 80px;
  height: 80px;
  border: 1px solid var(--theme);
  border-radius: 9px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--white);
  margin-top: 5px;
  transition: all 0.3s;
}

.appointment-2-content .feature-box .icon img {
  filter: invert(36%) sepia(94%) saturate(3030%) hue-rotate(207deg) brightness(101%) contrast(103%);
  transition: all 0.3s;
}

@media only screen and (max-width: 1199px) {
  .appointment-2-content .feature-box .icon {
    width: 70px;
    min-width: 70px;
    height: 70px;
    padding: 15px;
  }
}

.appointment-2-content .feature-box .title {
  font-family: var(--font_inter);
  font-weight: 700;
  font-size: 24px;
  line-height: 1.21;
}

@media only screen and (max-width: 1199px) {
  .appointment-2-content .feature-box .title {
    font-size: 20px;
  }
}

.appointment-2-content .feature-box .text {
  margin-top: 10px;
}

.appointment-2-contact-wrap form {
  position: relative;
  z-index: 1;
  border-radius: 0 20px 20px 20px;
  overflow: hidden;
  padding: 30px 40px;
}

@media only screen and (max-width: 1199px) {
  .appointment-2-contact-wrap form {
    padding: 20px 20px;
  }
}

@media (max-width: 575px) {
  .appointment-2-contact-wrap form {
    border-radius: 0 0 20px 20px;
  }
}

.appointment-2-contact-wrap form .submit-btn {
  margin-top: 15px;
}

.appointment-2-contact-wrap form .rr-btn {
  padding: 15px 34px;
  width: 100%;
  border-radius: 5px;
}

.appointment-2-contact-wrap .form-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  overflow: hidden;
}

.appointment-2-contact-wrap .form-bg:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(4, 11, 51, 0.94);
}

.appointment-2-contact-wrap .form-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.appointment-2-contact-wrap .contact-title {
  font-family: var(--font_inter);
  font-weight: 700;
  font-size: 30px;
  line-height: 1.2;
  background-color: var(--theme);
  color: var(--white);
  padding: 17px 49px 17px 40px;
  display: inline-block;
  border-radius: 20px 20px 0 0;
  position: relative;
}

@media only screen and (max-width: 1199px) {
  .appointment-2-contact-wrap .contact-title {
    padding: 12px 29px 12px 20px;
    font-size: 24px;
  }
}

@media (max-width: 575px) {
  .appointment-2-contact-wrap .contact-title {
    width: 100%;
  }
}

.appointment-2-contact-wrap .contact-title:after {
  position: absolute;
  content: "";
  width: 40px;
  height: calc(100% - 6px);
  background-color: var(--theme);
  left: calc(100% - 5px);
  bottom: 0px;
  clip-path: polygon(0 0, 100% 100%, 0 100%);
}

@media (max-width: 575px) {
  .appointment-2-contact-wrap .contact-title:after {
    display: none;
  }
}

.appointment-2-formwrap {
  display: grid;
  gap: 20px 20px;
  grid-template-columns: repeat(2, 1fr);
}

@media only screen and (max-width: 767px) {
  .appointment-2-formwrap {
    grid-template-columns: repeat(1, 1fr);
  }
}

.appointment-2-formwrap .span-2 {
  grid-column: span 2;
}

@media only screen and (max-width: 767px) {
  .appointment-2-formwrap .span-2 {
    grid-column: auto;
  }
}

.appointment-2-formfield input,
.appointment-2-formfield textarea,
.appointment-2-formfield select {
  width: 100%;
  height: 44px;
  outline: none;
  background: rgba(18, 26, 70, 0.06);
  border: 1px solid #2E3668;
  border-radius: 5px;
  padding: 18px 20px;
  color: var(--white);
  transition: all 0.5s;
  font-size: 16px;
  line-height: 19px;
}

.appointment-2-formfield input:focus,
.appointment-2-formfield textarea:focus,
.appointment-2-formfield select:focus {
  background: rgba(18, 26, 70, 0.06);
}

.appointment-2-formfield input::-moz-placeholder,
.appointment-2-formfield textarea::-moz-placeholder,
.appointment-2-formfield select::-moz-placeholder {
  color: var(--white);
}

.appointment-2-formfield input::placeholder,
.appointment-2-formfield textarea::placeholder,
.appointment-2-formfield select::placeholder {
  color: var(--white-2);
}

.appointment-2-formfield textarea {
  height: 93px;
  resize: none;
}

.appointment-2-formfield .nice-select {
  height: 44px;
  width: 100%;
  padding: 0;
  border: 1px solid #2E3668;
  border-radius: 5px;
  background: rgba(18, 26, 70, 0.06);
  color: var(--white);
  font-size: 16px;
  line-height: 55px;
  transition: all 0.5s;
}

.appointment-2-formfield .nice-select .current {
  height: 44px;
  line-height: 44px;
  display: block;
  padding: 0 20px;
  color: var(--white);
}

.appointment-2-formfield .nice-select .option {
  height: 40px;
  line-height: 40px;
  display: block;
  padding: 0 20px;
  font-size: 16px;
  color: var(--white);
  background: #2E3668;
}

.appointment-2-formfield .nice-select .option.selected {
  color: var(--primary-light);
}

.appointment-2-formfield .nice-select:after {
  border-bottom: 2px solid var(--white);
  border-right: 2px solid var(--white);
  height: 8px;
  right: 20px;
  width: 8px;
  margin-top: -4px;
}

.appointment-2-formfield .nice-select .list {
  width: 100%;
  box-sizing: border-box;
  left: 0 !important;
  right: 0 !important;
}

.appointment-2-formfield .nice-select.open .list {
  background: #2E3668;
  border: 1px solid #2E3668;
  border-radius: 5px;
}

/* team css */
/* team area style  */

/* team-2 area style  */

/* team-details area style  */

/* team-3 area style  */

/* blog css */
/* blog area style  */

/* blog-2 area style  */

/* blog-3 area style  */

/* blog-list area style  */

/* blog-sidebar style  */

/* blog-details area style  */

/* counter css */
/* counter area style  */

/* counter-2 area style  */

/* counter-3 area style  */

/* cta css */
/* cta area style  */
.cta-area {
  /* margin: 0 30px; */
  /* border-radius: 20px; */
  /* overflow: hidden; */
  position: relative;
  z-index: 1;
  padding: 0 20px;
  background-color: var(--primary-bg);
}

@media only screen and (max-width: 1199px) {
  .cta-area {
    /* margin: 0 15px; */
  }
}

@media only screen and (max-width: 991px) {
  .cta-area {
    padding: 40px 20px;
  }
}

@media only screen and (max-width: 767px) {
  .cta-area {
    padding: 30px 10px;
  }
}

.cta-area-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}

.cta-area-bg:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(17, 0, 58, 0.73);
}

.cta-area-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.cta-area-inner {
  display: grid;
  gap: 40px 160px;
  grid-template-columns: auto 540px auto;
  align-items: center;
}

@media only screen and (max-width: 1919px) {
  .cta-area-inner {
    grid-template-columns: auto 460px auto;
  }
}

@media only screen and (max-width: 1399px) {
  .cta-area-inner {
    grid-template-columns: auto 400px auto;
  }
}

@media only screen and (max-width: 1199px) {
  .cta-area-inner {
    grid-template-columns: auto 320px auto;
    gap: 80px 80px;
  }
}

@media only screen and (max-width: 991px) {
  .cta-area-inner {
    grid-template-columns: auto;
    gap: 40px 80px;
  }
}

.cta-info-box .title {
  font-family: var(--font_inter);
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  color: var(--white);
}

.cta-info-box .client-group {
  display: inline-flex;
  margin-top: 23px;
}

.cta-info-box .client-group img {
  width: 60px;
  height: 60px;
  border: 3px solid var(--black);
  border-radius: 50%;
}

@media only screen and (max-width: 1199px) {
  .cta-info-box .client-group img {
    width: 50px;
    height: 50px;
  }
}

.cta-info-box .client-group img:not(:first-child) {
  margin-left: -24px;
}

/* 微信二维码弹框样式 */
.social-wechat-wrapper {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.social-wechat-wrapper i {
  cursor: pointer;
  transition: color 0.3s ease, background-color 0.3s ease;
}

.social-wechat-wrapper:hover i {
  color: var(--white);
  background-color: var(--theme);
  border-radius: 50%;
}

.wechat-qrcode-popup {
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%) translateY(-12px);
  background: #ffffff;
  border-radius: 12px;
  padding: 6px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  z-index: 100;
  margin-bottom: 8px;
  width: max-content;
  white-space: nowrap;
}

.social-wechat-wrapper:hover .wechat-qrcode-popup {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0);
}

.wechat-qrcode-popup .qrcode-img {
  width: 160px;
  height: 160px;
  min-width: 160px;
  display: block;
  border-radius: 4px;
  object-fit: contain;
}

.wechat-qrcode-popup .qrcode-text {
  font-size: 14px;
  color: #ccc;
  text-align: center;
  font-weight: 500;
}

.wechat-qrcode-popup .qrcode-arrow {
  position: absolute;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #ffffff;
}

.wechat-qrcode-popup--email {
  padding: 12px 16px;
}

.qrcode-text--email {
  margin: 0;
  color: #333 !important;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.5px;
}

/* 移动端二维码弹出层适配 - 防止超出屏幕 */
@media only screen and (max-width: 767px) {
  .wechat-qrcode-popup {
    max-width: calc(100vw - 40px);
  }

  /* 第一个图标（微信公众号）- 左对齐防止左侧超出 */
  .footer-2-social .social-wechat-wrapper:first-child .wechat-qrcode-popup {
    left: 0;
    right: auto;
    transform: translateX(0) translateY(-12px);
  }

  .footer-2-social .social-wechat-wrapper:first-child:hover .wechat-qrcode-popup {
    transform: translateX(0) translateY(0);
  }

  .footer-2-social .social-wechat-wrapper:first-child .wechat-qrcode-popup .qrcode-arrow {
    left: 20px;
    transform: translateX(0);
  }

  /* 邮箱弹出框文字换行 */
  .wechat-qrcode-popup--email {
    white-space: normal;
  }
}

.cta-content {
  padding: 72px 0 80px;
  position: relative;
  z-index: 1;
}

@media only screen and (max-width: 991px) {
  .cta-content {
    padding: 32px 0 40px;
  }
}

.cta-content:before {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  background-color: rgba(227, 231, 240, 0.1);
  top: 0;
  left: -80px;
}

@media only screen and (max-width: 1199px) {
  .cta-content:before {
    left: -40px;
  }
}

@media only screen and (max-width: 991px) {
  .cta-content:before {
    width: 100%;
    height: 1px;
    top: 0;
    left: 0;
  }
}

.cta-content:after {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  background-color: rgba(227, 231, 240, 0.1);
  top: 0;
  right: -80px;
}

@media only screen and (max-width: 1199px) {
  .cta-content:after {
    right: -40px;
  }
}

@media only screen and (max-width: 991px) {
  .cta-content:after {
    width: 100%;
    height: 1px;
    bottom: 0;
    left: 0;
    top: auto;
    right: auto;
  }
}

.cta-content .section-title {
  font-weight: 600;
  font-size: 24px;
  line-height: 1.33;
  color: var(--white);
}

.cta-content .text-wrapper {
  margin-top: 16px;
}

.cta-content .text {
  color: #A7ACB5;
}

.cta-content .btn-wrapper {
  margin-top: 28px;
}

.cta-content .rr-btn {
  padding: 16px 40px;
}

.cta-down-option .number {
  font-family: var(--font_inter);
  font-weight: 700;
  font-size: 48px;
  line-height: 1.25;
  color: var(--primary2);
}

@media only screen and (max-width: 1919px) {
  .cta-down-option .number {
    font-size: 44px;
  }
}

@media only screen and (max-width: 1199px) {
  .cta-down-option .number {
    font-size: 32px;
  }
}

.cta-down-option .text {
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
  color: var(--white);
  margin-top: 1px;
}

@media only screen and (max-width: 1919px) {
  .cta-down-option .text {
    font-size: 14px;
  }
}

/* cta-2 area style  */

/* feature css */
/* feature-1 area style  */

/* Architecture Diagram Section */
.architecture-diagram-section {
  position: relative;
  z-index: 1;
}

.architecture-diagram-inner {
  padding-top: 80px;
  padding-bottom: 80px;
}

.diagram-header {
  text-align: left;
  margin-bottom: 60px;
}

.diagram-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #0F5EF0;
  padding: 7px 0px;
  margin-bottom: 2px;
}

.diagram-title {
  font-size: 48px;
  font-weight: 700;
  color: #1D2129;
  margin-bottom: 20px;
  line-height: 1.2;
}

.diagram-subtitle {
  font-size: 20px;
  color: #86909C;
  line-height: 1.5;
}

.diagram-container {
  background: #ffffff;
  border-radius: 28px;
  padding: 48px 32px;
  box-shadow: 0 8px 40px rgba(93, 121, 255, 0.08);
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.diagram-mobile-image {
  display: none;
  width: 100%;
}

.diagram-mobile-image img {
  width: 100%;
  height: auto;
  display: block;
}

.diagram-top-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

.source-card {
  border-radius: 20px;
  padding: 24px 24px;
  text-align: center;
  position: relative;
  background: #f8fbfe;
  border: 1px solid #cbdff3;
}

.source-icon {
  width: 72px;
  height: 72px;
  margin: 0 auto 16px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
}

.source-icon img {
  object-fit: contain;
}

.source-title {
  font-size: 24px;
  font-weight: 700;
  color: #1C1C25;
  margin: 0 0 20px;
}

.source-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
}

.source-tag {
  padding: 8px 16px;
  border-radius: 40px;
  font-size: 18px;
  font-weight: 400;
  background: #fff;
  border: 1px solid #e1e1e1;
  color: #1A1A2E;
}

.semantic-layer-card {
  background: #f8fbfe;
  border: 1px solid #cbdff3;
  border-radius: 20px;
  padding: 0px 20px 28px;
}

.semantic-title {
  font-size: 22px;
  font-weight: 700;
  color: #1d4ed8;
  margin: 0 0 20px;
  text-align: center;
}

.semantic-items {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
}

.semantic-item {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 17px;
  color: #1A1A2E;
  background: #ffffff;
  padding: 12px 12px;
  border-radius: 24px;
}

.semantic-item i {
  color: #2563eb;
  font-size: 18px;
}

.semantic-item img {
  width: 20px;
  height: 20px;
  object-fit: contain;
}

.semantic-item strong {
  font-weight: 600;
}

.diagram-bottom-row {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 28px;
}

.engine-card, .result-card {
  background: #f8fbfe;
  border: 1px solid #cbdff3;
  border-radius: 20px;
  padding: 0;
  position: relative;
  overflow: hidden;
  padding-bottom: 28px;
}

.engine-header, .result-header {
  position: relative;
  padding: 12px 36px;
  text-align: center;
  margin: 0 auto 28px;
  width: fit-content;
  min-width: 200px;
}

.title-bg-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: fill;
}

.engine-title, .result-title {
  position: relative;
  z-index: 1;
  font-size: 20px;
  font-weight: 700;
  color: #1C1C25;
  margin: 0;
}

.engine-flow {
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex-wrap: wrap;
  gap: 8px;
  padding: 0 24px;
}

.flow-step {
  display: flex;
  align-items: center;
  gap: 8px;
  background: #ffffff;
  border: 1px solid #e2e8f0;
  padding: 8px 18px;
  border-radius: 8px;
  font-size: 18px;
  font-weight: 400;
  color: #1A1A2E;
}

.flow-step i {
  color: #2563eb;
  font-size: 18px;
}

.flow-step img {
  width: 20px;
  height: 20px;
  object-fit: contain;
}

.flow-arrow-group {
  display: flex;
  align-items: center;
  gap: 2px;
}

.flow-arrow-icon {
  color: #22c55e;
  font-size: 18px;
  opacity: 0.7;
}

.flow-arrow-group img.flow-arrow-icon {
  width: 30px;
  height: 16px;
  object-fit: contain;
  font-size: inherit;
}

.result-items {
  display: flex;
  gap: 20px;
  justify-content: space-evenly;
  padding: 0 24px;
}

.result-item {
  display: flex;
  align-items: center;
  gap: 8px;
  background: #ffffff;
  border: 1px solid #93c5fd;
  padding: 8px 20px;
  border-radius: 8px;
  font-size: 18px;
  font-weight: 400;
  color: #1A1A2E;
}

.result-item i {
  color: #2563eb;
  font-size: 18px;
}

.result-item img {
  width: 20px;
  height: 20px;
  object-fit: contain;
}

@media only screen and (max-width: 1199px) {
  .diagram-container {
    padding: 36px;
    gap: 24px;
  }

  .diagram-top-row {
    gap: 20px;
  }

  .source-card {
    padding: 24px 16px;
  }

  .semantic-items {
    gap: 12px 16px;
  }

  .semantic-item {
    font-size: 14px;
    padding: 8px 12px;
  }

  .engine-flow {
    gap: 6px;
  }

  .flow-step {
    padding: 8px 14px;
    font-size: 14px;
  }
}

@media only screen and (max-width: 991px) {
  .architecture-diagram-inner {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .diagram-top-row {
    grid-template-columns: 1fr;
  }

  .diagram-bottom-row {
    grid-template-columns: 1fr;
  }

  .semantic-layer-card {
    padding: 24px 20px;
  }

  .semantic-items {
    justify-content: flex-start;
  }
}

@media only screen and (max-width: 767px) {
  .diagram-eyebrow { 
    letter-spacing: 2.2px;
    margin-bottom: 12px;
  }

  .diagram-title {
    font-size: 32px;
  }

  .diagram-subti6le {
    font-size: 16px;
  }

  .diagram-container {
    padding: 8px;
    border-radius: 20px;
  }

  .diagram-mobile-image {
    display: block;
  }

  .diagram-top-row,
  .semantic-layer-card,
  .diagram-bottom-row {
    display: none;
  }

  .source-icon {
    width: 60px;
    height: 60px;
    font-size: 26px;
  }

  .source-title {
    font-size: 18px;
  }

  .source-tag {
    font-size: 14px;
    padding: 6px 14px;
  }

  .semantic-title {
    font-size: 18px;
  }

  .engine-header, .result-header {
    min-width: 160px;
  }

  .engine-title, .result-title {
    font-size: 18px;
  }

  .engine-flow {
    padding: 0 12px;
  }

  .result-items {
    flex-direction: column;
    align-items: center;
    padding: 0 12px;
  }
}

/* feature-2 area style  */

/* feature-3 area style  */

/* faq css */
/* faq-project group style  */

/* faq area style  */

/* text-slider css */
/* text-slider area style  */

/* .text-slider-item .title.stroke {
  -webkit-text-stroke: 1px;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
} */

/* text-slider area style  */

/* story css */
/* story area style  */

@keyframes popupBtn {
  0% {
    transform: scale(1);
    opacity: 0.6;
  }

  50% {
    transform: scale(1.25);
    opacity: 0.3;
  }

  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}

/* story-2 area style  */

/* brand css */
/* brand area style  */
.brand-header .text-wrapper {
  margin-top: -5px;
}

.brand-header .text {
  font-weight: 600;
  font-size: 20px;
  line-height: 1.2;
  text-align: center;
  color: var(--black);
}

.brands-wrapper-box {
  margin-top: 35px;
}

.brand-slider-active {
  margin: -40px 0;
  padding: 40px 0;
}

.brand-slider-active .swiper-wrapper {
  transition-timing-function: linear !important;
}

.brand-slider-active .swiper-slide {
  width: auto;
}

.brand-box {
  border: 1px solid var(--border);
  border-radius: 10px;
  width: 268px;
  height: 100px;
  background-color: var(--white);
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
}

@media only screen and (max-width: 1199px) {
  .brand-box {
    width: 198px;
    height: 80px;
  }
}

.brand-box:hover {
  border-color: transparent;
  box-shadow: 0px 11px 38px 0px rgba(25, 14, 50, 0.17);
}

/* brand-2 area style  */

/* brand-3 area style  */

/* brand-4 area style  */

/* breadcrumb css */
/* breadcrumb area style  */

/* newsletter css */
/* newsletter area style  */

/* contact css */
/* contact area style  */

/* error css */
/* error area style  */

/* Process Modal */
.process-modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(8px);
  z-index: 9999;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 24px;
}

.process-modal-overlay.open {
  display: flex;
}

.process-modal-content {
  background: var(--white);
  border-radius: 18px;
  max-width: 680px;
  width: 100%;
  padding: 40px 36px 32px;
  position: relative;
  box-shadow: 0 40px 80px rgba(0, 0, 0, 0.5);
  animation: processModalFade 0.3s ease;
}

@keyframes processModalFade {
  from {
    opacity: 0;
    transform: scale(0.95);
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}

.process-modal-close {
  position: absolute;
  top: 16px;
  right: 20px;
  font-size: 1.4rem;
  background: none;
  border: none;
  cursor: pointer;
  color: var(--text-gray);
  transition: color 0.3s;
  z-index: 2;
}

.process-modal-close:hover {
  color: var(--black);
}

.process-modal-content h3 {
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 16px;
  color: var(--black);
}

.process-modal-image {
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 20px;
}

.process-modal-image img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 12px;
}

.process-modal-content p {
  color: var(--text-gray);
  font-size: 1rem;
  line-height: 1.7;
}

@media only screen and (max-width: 767px) {
  .process-modal-content {
    padding: 30px 20px 24px;
  }

  .process-modal-content h3 {
    font-size: 1.2rem;
  }

  .process-modal-content p {
    font-size: 0.92rem;
  }
}

.infrastructure-compare {
  padding: 125px 0;
  margin: 0 auto;
}

.infrastructure-compare .section-title-wrapper {
  text-align: left;
  margin-bottom: 60px;
}

.infrastructure-compare .section-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #0F5EF0;
  padding: 7px 0px;
  margin-bottom: 2px;
}

.infrastructure-compare .section-title {
  font-size: 48px;
  font-weight: 700;
  color: #1D2129;
  margin-bottom: 20px;
  line-height: 1.2;
}

.infrastructure-compare .section-desc {
  font-size: 20px;
  color: #86909C;
  line-height: 1.7;
}

.compare-container {
  position: relative;
  display: flex;
  align-items: stretch;
  border-radius: 40px;
  overflow: hidden;
  margin-top: 60px;
}

.compare-card {
  flex: 1;
  padding: 0;
  position: relative;
}

.compare-card--yoagent .compare-card__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: fill;
  z-index: 0;
  transform: translateX(40px);
}

.compare-card--traditional .compare-card__bg {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: fill;
  z-index: 0;
  transform: translateX(-40px);
}

.compare-card__content {
  position: relative;
  z-index: 1;
  padding: 40px 50px;
  height: 100%;
}

.compare-card--yoagent {
  color: #ffffff;
}

.compare-card--traditional {
  /* color: var(--black); */
}

.compare-card__tag {
  display: inline-block;
  background: #ffffff;
  color: #0F5EF0;
  font-size: 30px;
  font-weight: 700;
  padding: 16px 60px;
  border-radius: 50px;
  margin: 0 auto 40px;
  display: flex;
  justify-content: center;
  width: fit-content;
}

.compare-card--traditional .compare-card__tag {
  background: #ffffff;
  color: #595959;
}

.compare-card__list {
  list-style: none;
  padding: 0;
  margin-left: 70px;
  color: #646464;
}
.compare-card__list1{
  color: #fff;
} 

.compare-card__list li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 28px;
  font-size: 18px;
  line-height: 1.6;
  font-weight: 400;
}
.compare-card__list1 li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 28px;
  font-size: 18px;
  line-height: 1.6;
  font-weight: 500;
}

.compare-card__list li:before {
  content: '';
  position: absolute;
  left: 0;
  top: 10px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #ffffff;
}

.compare-card--traditional .compare-card__list li:before {
  background: #888888;
}

.compare-vs {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: 180px;
  height: 180px;
  z-index: 10;
  opacity: 0;
}

.compare-vs img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@keyframes pkPopIn {
  0% {
    transform: translate(-50%, -50%) scale(0);
    opacity: 0;
  }
  60% {
    transform: translate(-50%, -50%) scale(1.2);
    opacity: 1;
  }
  80% {
    transform: translate(-50%, -50%) scale(0.95);
  }
  100% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }
}

/* .compare-container:before {
  content: '';
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 12px;
  background: #ffffff;
  transform: translateX(-50%) skewX(-8deg);
  z-index: 5;
} */

@media only screen and (max-width: 1199px) {
  .infrastructure-compare .section-title-wrapper {
    margin-bottom: 40px;
  }

  .infrastructure-compare .section-eyebrow {
    font-size: 12px;
    letter-spacing: 1.2px;
  }

  .infrastructure-compare .section-title {
    font-size: 34px;
  }

  .infrastructure-compare .section-desc {
    font-size: 16px;
  }

  .compare-card__content {
    padding: 40px 30px;
  }

  .compare-card__tag {
    font-size: 22px;
    padding: 12px 40px;
  }

  .compare-card__list li {
    font-size: 18px;
    margin-bottom: 20px;
  }

  .compare-vs {
    width: 140px;
    height: 140px;
  }
}

@media only screen and (max-width: 767px) {
  .infrastructure-compare {
    padding: 40px 20px;
  }

  .infrastructure-compare .section-eyebrow {
    font-size: 12px;
    letter-spacing: 1.2px;
    padding: 5px 14px;
    margin-bottom: 16px;
  }

  .infrastructure-compare .section-title {
    font-size: 32px;
  }

  .infrastructure-compare .section-desc {
    font-size: 18px;
  }

  .compare-container {
    flex-direction: column;
    border-radius: 24px;
    min-height: auto;
    gap: 0;
  }

  .compare-container:before {
    display: none;
  }

  .compare-card {
    border-radius: 24px;
    overflow: hidden;
  }

  .compare-card--yoagent .compare-card__bg {
    transform: none;
    object-fit: cover;
    object-position: center top;
  }

  .compare-card--traditional .compare-card__bg {
    transform: none;
    object-fit: cover;
    object-position: center top;
  }

  .compare-card__content {
    padding: 36px 24px 32px;
  }

  .compare-card__tag {
    font-size: 20px;
    padding: 10px 32px;
    margin: 0 auto 28px;
  }

  .compare-card__list {
    margin-left: 0;
    padding-left: 8px;
  }

  .compare-card__list li {
    font-size: 15px;
    margin-bottom: 18px;
    padding-left: 22px;
    line-height: 1.7;
  }

  .compare-card__list1 li {
    font-size: 15px;
    margin-bottom: 18px;
    padding-left: 22px;
    line-height: 1.7;
  }

  .compare-card__list li:before {
    width: 10px;
    height: 10px;
    top: 9px;
  }

  .compare-vs {
    position: relative;
    left: auto;
    top: auto;
    transform: none;
    margin: -22px auto;
    width: 88px;
    height: 88px;
    z-index: 11;
  }
}

/* business-scenarios css */
/* 业务场景模块样式 */
   /* 解决方案区域样式 */
    .solutions-section {
      background-color: #fafbfc;
      margin: 0;
      border: none;
      border-radius: 0;
    }

    /* 落地场景区域头部样式（与 scenarios__header 保持一致） */
    .solutions-section .project-2-header {
      text-align: left;
      margin-bottom: 60px;
    }

    .solutions-section .project-2-eyebrow {
      display: inline-flex;
      align-items: center;
      font-size: 14px;
      font-weight: 600;
      text-transform: uppercase;
      letter-spacing: 2px;
      color: #0F5EF0;
      margin-bottom: 2px;
    }

    .solutions-title {
      font-size: 48px;
      font-weight: 700;
      color: #1D2129;
      margin-bottom: 20px;
      line-height: 1.2;
    }

    .solutions-subtitle {
      font-size: 20px;
      color: #86909C;
      line-height: 1.5;
      font-weight: 400;
    }

    .solutions-section .project-2-wrapper-box {
      margin-top: 0;
    }

    .solution-card {
      position: relative;
      background-color: #ffffff;
      border-radius: 20px;
      overflow: hidden;
      height: 100%;
      transition: all 0.3s ease;
      border: 1px solid #e5e7eb;
    }

    .solution-card:hover {
      transform: translateY(-4px);
      box-shadow: 0 12px 40px rgba(0, 0, 0, 0.08);
    }

    .solution-card__thumb {
      position: relative;
      height: 100px;
      overflow: hidden;
    }

    .solution-card__thumb img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }

    /* 图片上方的半透明遮罩层 */
    .solution-card__thumb::after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.37);
      pointer-events: none;
    }

    .solution-card__tag {
      position: absolute;
      top: 0;
      left: 0;
      z-index: 2;
      display: inline-flex;
      align-items: center;
      gap: 6px;
      font-size: 13px;
      font-weight: 500;
      padding: 7px 16px 7px 14px;
      /* 左上角贴合卡片圆角，右下角内收圆角，形成角标效果 */
      border-radius: 20px 0 14px 0;
      white-space: nowrap;
      letter-spacing: 0.5px;
      color: #ffffff;
      background: linear-gradient(135deg, rgba(22, 93, 255, 0.5), rgba(0, 182, 255, 0.4));
      box-shadow: 0 4px 14px rgba(22, 93, 255, 0.24);
      backdrop-filter: blur(8px);
      -webkit-backdrop-filter: blur(8px);
      transition: transform 0.3s ease, box-shadow 0.3s ease, background 0.3s ease;
    }

    /* 标签前的小图标：四角星，跟随文字颜色 */
    .solution-card__tag::before {
      content: '';
      flex-shrink: 0;
      width: 12px;
      height: 12px;
      background-color: currentColor;
      -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2l2.4 7.6L22 12l-7.6 2.4L12 22l-2.4-7.6L2 12l7.6-2.4z'/%3E%3C/svg%3E") center / contain no-repeat;
      mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2l2.4 7.6L22 12l-7.6 2.4L12 22l-2.4-7.6L2 12l7.6-2.4z'/%3E%3C/svg%3E") center / contain no-repeat;
    }

    /* 卡片悬停时标签加深并轻微上浮 */
    .solution-card:hover .solution-card__tag {
      background: linear-gradient(135deg, rgba(22, 93, 255, 0.72), rgba(0, 182, 255, 0.6));
      transform: translateY(-1px);
      box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.35),
        0 6px 18px rgba(22, 93, 255, 0.45);
    }

    .solution-card__title {
      font-size: 20px;
      font-weight: 700;
      color: #1c1c25;
      line-height: 1.4;
      margin: 0 0 10px;
    }

    .solution-card__content {
      padding: 24px 24px 12px;
    }

    .solution-card__desc {
      font-size: 16px;
      color: #6B6B80;
      margin: 0;
    }

    .solutions-nav {
      display: none; /* 左右滑动按钮默认隐藏，仅移动端显示 */
      margin-top: 48px;
      gap: 24px;
    }

    .solutions-nav-btn {
      width: 60px;
      height: 60px;
      background: #ffffff;
      border: 1px solid #e5e7eb;
      color: #165DFF;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    }

    .solutions-nav-btn:hover {
      background: #165DFF;
      color: #ffffff;
      border-color: #165DFF;
    }

    @media (max-width: 1200px) {
      .solution-card__title {
        font-size: 18px;
      }
      .solution-card__thumb {
        height: 90px;
      }
    }

    @media (max-width: 768px) {
      .solutions-nav {
        display: flex; /* 移动端显示左右滑动按钮 */
        justify-content: center;
      }
      .solutions-section .project-2-eyebrow {
        font-size: 12px;
        letter-spacing: 1.2px;
        padding: 5px 14px;
        margin-bottom: 16px;
      }
      .solutions-title {
        font-size: 32px;
      }
      .solutions-subtitle {
        font-size: 18px;
      }
      .solution-card__content {
        padding: 8px 20px;
      }
      .solution-card__desc {
        font-size: 14px;
      }
      .solution-card__title {
        font-size: 17px;
      }
      .solution-card__tag {
        font-size: 12px;
        gap: 5px;
        padding: 5px 12px 5px 11px;
        border-radius: 16px 0 10px 0;
      }
      .solution-card__tag::before {
        width: 10px;
        height: 10px;
      }
      .solution-card__thumb {
        height: 80px;
      }
    }
    /* 平台能力区域样式（仿照落地场景区域头部样式） */
    .platform-section {
      background-color: #0C0C2F;
    }

    .platform-header {
      text-align: left;
      margin-bottom: 60px;
    }

    .platform-eyebrow {
      display: inline-flex;
      align-items: center;
      font-size: 14px;
      font-weight: 600;
      text-transform: uppercase;
      letter-spacing: 2px;
      color: #0F5EF0;
margin: 7px 0;
    }

    @media (max-width: 1200px) {
      .platform-header {
        margin-bottom: 50px;
      }
    }

    @media (max-width: 768px) {
      .platform-header {
        margin-bottom: 40px;
      }
      .platform-eyebrow {
        font-size: 12px;
        letter-spacing: 1.2px;
        margin-bottom: 12px;
      }
    }

    /* 深色背景下的标题与副标题配色 */
    .platform-section .solutions-title {
      color: #FFFFFF;
    }

    .platform-section .solutions-subtitle {
      color: #9EA0AB;
    }

    /* 平台能力卡片网格 */
    .platform-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 48px 24px;
    }

    .platform-card {
      /* 区块背景已是 #0C0C2F，卡片整体提亮一档并保持渐变层次，避免底部融入背景 */
      background: linear-gradient(180deg, #26244A 0%, #16152F 100%);
      border: 1px solid rgba(255, 255, 255, 0.1);
      border-radius: 20px;
      padding: 20px 28px 24px;
      transition: all 0.3s ease;
    }

    .platform-card:hover {
      transform: translateY(-4px);
      box-shadow: 0 12px 40px rgba(0, 0, 0, 0.5);
      border-color: rgba(124, 140, 255, 0.4);
    }

    /* 标题行：标题居左、图标居右 */
    .platform-card__head {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 16px;
      margin-bottom: 12px;
    }

    .platform-card__icon {
      flex-shrink: 0;
      width: 48px;
      height: 48px;
      border-radius: 14px;
      display: flex;
      align-items: center;
      justify-content: center;
      background-color: rgba(124, 140, 255, 0.12);
      color: #8E9DFF;
      font-size: 22px;
    }

    .platform-card__title {
      font-size: 20px;
      font-weight: 700;
      color: #FFFFFF;
      line-height: 1.3;
    }

    .platform-card__desc {
      font-size: 15px;
      color: #9EA0AB;
      line-height: 1.7;
    }

    @media (max-width: 1200px) {
      .platform-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
      }
    }

    @media (max-width: 768px) {
      .platform-grid {
        grid-template-columns: 1fr;
        gap: 16px;
      }
      .platform-card {
        padding: 24px 20px;
      }
      .platform-card__icon {
        width: 46px;
        height: 46px;
        font-size: 20px;
      }
      .platform-card__title {
        font-size: 18px;
      }
      .platform-card__desc {
        font-size: 14px;
      }
    }

        /* 核心能力区域样式 */
    .core-capabilities {
      padding: 155px 0;
      background: #fff;
    }
    .core-capabilities__header {
      text-align: left;
      margin-bottom: 60px;
    }
    .core-capabilities__eyebrow {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      font-size: 14px;
      font-weight: 600;
      text-transform: uppercase;
      letter-spacing: 2px;
      color: #0F5EF0;
      padding: 7px 0px;
      margin-bottom: 2px;
    }
    .core-capabilities__title {
      font-size: 48px;
      font-weight: 700;
      color: #1D2129;
      margin-bottom: 20px;
      line-height: 1.2;
    }
    .core-capabilities__subtitle {
      font-size: 20px;
      color: #86909C;
      line-height: 1.5;
    }
    .core-capabilities__grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 24px;
    }
    .capability-card {
      background: #fff;
      border: 1px solid #E8F3FF;
      border-radius: 24px;
      padding: 28px;
      transition: all 0.3s ease;
      height: 400px;
    }
    .capability-card:hover {
      box-shadow: 0 8px 30px rgba(15, 94, 240, 0.1);
      transform: translateY(-4px);
    }
    .capability-card__title {
      font-size: 24px;
      font-weight: 700;
      color: #1c1c25;
      margin-bottom: 12px;
      padding-bottom: 12px;
      border-bottom: 1px solid #F0F0F0;
    }
    .capability-card__desc {
      font-size: 16px;
      color: #86909C;
      margin-bottom: 18px;
    }
    .capability-card__image {
      width: 100%;
      border-radius: 16px;
      object-fit: cover;
      flex: 1;
      min-height: 0;
    }

    @media (max-width: 991px) {
      .core-capabilities__grid {
        grid-template-columns: 1fr;
      }
      .capability-card {
        height: auto;
      }
      .capability-card__image {
        flex: none;
        height: 220px;
      }
    }
    @media (max-width: 767px) {
      .core-capabilities {
        padding: 60px 0;
      }
      .core-capabilities__eyebrow {
        font-size: 12px;
        letter-spacing: 1.2px;
        padding: 5px 14px;
        margin-bottom: 16px;
      }
      .core-capabilities__title {
        font-size: 32px;
      }
      .core-capabilities__subtitle {
        font-size: 18px;
      }
      .core-capabilities__grid {
        grid-template-columns: 1fr;
        gap: 20px;
      }
      .capability-card {
        padding: 24px;
      }
    }
    /* 企业语义层区域样式（与核心能力区保持一致的浅色主题） */
    .scenarios {
      padding: 90px 0 45px;
      background: #fff;
    }
    .scenarios__header {
      text-align: left;
      margin-bottom: 60px;
    }
    .scenarios__eyebrow {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      font-size: 14px;
      font-weight: 600;
      text-transform: uppercase;
      letter-spacing: 2px;
      color: #0F5EF0;
      padding: 7px 0px;
      margin-bottom: 2px;
    }
    .scenarios__title {
      font-size: 48px;
      font-weight: 700;
      color: #1D2129;
      margin-bottom: 20px;
      line-height: 1.2;
    }
    .scenarios__subtitle {
      font-size: 20px;
      color: #86909C;
      line-height: 1.5;
    }
    /* 语义驱动智能体：顶部（特性卡片 + 业务执行切图） */
    .scenarios__body {
      display: flex;
      flex-direction: column;
      gap: 24px;
    }
    .scenarios__top {
      display: grid;
      grid-template-columns: 320px 1fr;
      gap: 24px;
      align-items: stretch;
    }
    .scenarios__features {
      display: flex;
      flex-direction: column;
      justify-content: stretch;
      gap: 28px;
    }
    .scenario-feature {
      display: flex;
      flex: 1;
      align-items: center;
      gap: 16px;
      background: #fff;
      border: 2px solid #E8F3FF;
      border-radius: 16px;
      padding: 8px 24px;
      transition: all 0.3s ease;
    }
    .scenario-feature:hover {
      box-shadow: 0 8px 30px rgba(15, 94, 240, 0.1);
      transform: translateY(-2px);
    }
    .scenario-feature__icon {
      width: 48px;
      height: 48px;
      flex-shrink: 0;
      object-fit: contain;
    }
    .scenario-feature__title {
      font-size: 24px;
      font-weight: 700;
      color: #1D2129;
      margin-bottom: 4px;
    }
    .scenario-feature__desc {
      font-size: 18px;
      color: #86909C;
    }
    .scenarios__diagram {
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 24px;
      padding: 0 24px;
      overflow: hidden;
    }
    .scenarios__diagram img {
      display: block;
      width: 100%;
      height: auto;
    }
    /* 语义驱动智能体：底部（企业语义层 + 智能体执行闭环） */
    .scenarios__panels {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 24px;
    }
    .scenario-panel {
      background: #fafbfc;
      border-radius: 24px;
      padding: 40px 32px;
    }
    .scenario-panel__title {
      position: relative;
      display: flex;
      align-items: center;
      gap: 10px;
      font-size: 28px;
      font-weight: 700;
      color: #0F5EF0;
    }
    /* 标题背景高亮光斑：浅蓝渐变圆，叠于文字起始处下方 */
    .scenario-panel__title::before {
      content: '';
      position: absolute;
      left: -0.45em;
      top: 50%;
      transform: translateY(-50%);
      width: 1.5em;
      height: 1.5em;
      border-radius: 50%;
      background: radial-gradient(circle at 35% 35%,
          rgba(112, 163, 255, 0.45) 0%,
          rgba(76, 131, 246, 0.32) 30%,
          rgba(76, 131, 246, 0) 72%);
      pointer-events: none;
    }
    .scenario-panel__lead {
      font-size: 22px;
      font-weight: 700;
      color: #1D2129;
      margin-top: 16px;
    }
    .scenario-panel__desc {
      font-size: 18px;
      color: #86909C;
      line-height: 1.7;
      margin-top: 8px;
    }
    .scenario-panel__grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 30px 40px;
      margin-top: 24px;
    }
    .scenario-cell {
      background: #fff;
      border-radius: 12px;
      padding: 20px 12px;
      text-align: center;
      transition: all 0.3s ease;
      border: 2px solid #e8f3ff;
      box-shadow: 0 6px 6px #00000008;
    }
    .scenario-cell:hover {
      box-shadow: 0 8px 24px rgba(15, 94, 240, 0.1);
      transform: translateY(-2px);
    }
    .scenario-cell__icon {
      width: 40px;
      height: 40px;
      object-fit: contain;
      margin-bottom: 10px;
    }
    .scenario-cell__title {
      font-size: 15px;
      font-weight: 700;
      color: #1D2129;
      margin-bottom: 6px;
    }
    .scenario-cell__desc {
      border-top: 1px solid #E8F3FF;
      font-size: 16px;
      padding: 5px 20px 0;
      color: #86909C;
      line-height: 1.5;
    }
    .scenario-panel__img {
      display: flex;
      align-items: center;
      justify-content: center;
      margin-top: 58px;
    }
    .scenario-panel__img img {
      display: block;
      width: 100%;
      height: auto;
    }

    @media (max-width: 1199px) {
      .scenarios__top {
        grid-template-columns: 280px 1fr;
      }
      .scenarios__panels {
        grid-template-columns: 1fr;
      }
    }
    @media (max-width: 991px) {
      .scenarios__title {
        font-size: 40px;
      }
      .scenarios__subtitle {
        font-size: 18px;
      }
    }
    @media (max-width: 767px) {
      .scenarios {
        padding: 60px 0;
      }
      .scenarios__header {
        margin-bottom: 40px;
      }
      .scenarios__eyebrow {
        font-size: 12px;
        letter-spacing: 1.2px;
        margin-bottom: 12px;
      }
      .scenarios__title {
        font-size: 32px;
      }
      .scenarios__subtitle {
        font-size: 16px;
      }
      .scenarios__top {
        grid-template-columns: 1fr;
      }
      .scenarios__features {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
      }
      .scenarios__panels {
        gap: 16px;
      }
      .scenario-panel {
        padding: 24px 20px;
      }
      .scenario-panel__title {
        font-size: 20px;
      }
      .scenario-panel__lead {
        font-size: 16px;
      }
      .scenario-panel__grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 8px;
      }
      .scenario-cell {
        padding: 16px 8px;
      }
      .scenario-cell__title {
        font-size: 14px;
      }
      .scenario-panel__img img {
        max-width: 100%;
      }
    }
    @media (max-width: 480px) {
      .scenarios__features {
        grid-template-columns: 1fr;
      }
      .scenario-panel__grid {
        grid-template-columns: repeat(2, 1fr);
      }
    }
/* iframe 容器样式 */
    .iframe-container {
      display: none;
      position: fixed;
      top: 110px; /* header总高度：顶部40px + 主菜单70px */
      left: 0;
      right: 0;
      bottom: 0;
      z-index: 999;
      background: #fff;
      overflow: hidden;
    }
    .iframe-container.active {
      display: block;
    }
    .iframe-container iframe {
      width: 100%;
      height: calc(100% + 60px);
      border: none;
      margin-top: -60px; /* 向上偏移隐藏文档站头部 */
    }
    /* 激活状态下导航高亮 */
    .main-menu ul li a.nav-iframe.active {
      color: var(--white);
    }
    .main-menu ul li a.nav-iframe.active::after {
      width: 100% !important;
    }
    /* body 隐藏滚动条当iframe显示时 */
    body.iframe-active {
      overflow: hidden;
    }
    body.iframe-active #smooth-wrapper {
      display: none;
    }
    /* iframe激活时隐藏顶部联系栏 */
    body.iframe-active .header-2-top {
      display: none;
    }
    /* iframe激活时主菜单位置调整到顶部 */
    body.iframe-active .header-2-main.header-sticky {
      top: 0;
    }
    body.iframe-active .iframe-container {
      top: 70px; /* 隐藏顶部40px后，只有主菜单70px高度 */
    }
    /* 滚动后header吸顶，调整top */
    body.iframe-active.header-sticked .iframe-container {
      top: 70px;
    }
    /* 移动端适配，header高度更小 */
    @media (max-width: 1199px) {
      .iframe-container {
        top: 100px;
      }
      body.iframe-active .iframe-container {
        top: 60px;
      }
      body.iframe-active.header-sticked .iframe-container {
        top: 60px;
      }
    }
    @media (max-width: 991px) {
      .iframe-container {
        top: 96px;
      }
      body.iframe-active .iframe-container {
        top: 60px;
      }
      body.iframe-active.header-sticked .iframe-container {
        top: 60px;
      }
    }

    /* 核心能力卡片布局优化 - flex 纵向排列，图片填充底部剩余空间 */
    .capability-card {
      display: flex;
      flex-direction: column;
    }

    /* 移动端图片揭示动画优化：默认可见，避免隐藏过久 */
    @media (max-width: 767px) {
      .img-reveal-anim {
        visibility: visible !important;
      }
    }

    /* ============================================================
       大屏整屏适配（≥1200px 共享基础，兼容 2160x1440 @150% 缩放，有效视口约 1440x960）
       核心能力 / 平台优势 / 企业语义 / 落地场景 / 平台工程
       每个模块刚好占满一屏（100vh - 吸顶导航70px），内容垂直居中
       1920x1080 @100%（视口约1903px）的差异由下方 ≥1600px 块叠加覆盖
       ============================================================ */
    @media only screen and (min-width: 1200px) {
      /* ---------- 核心能力 ---------- */
      .core-capabilities {
        min-height: calc(100vh - 70px);
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 40px 0;
      }
      .core-capabilities__header {
        margin-bottom: 40px;
      }

      /* ---------- 平台优势（外层包裹容器撑满一屏） ---------- */
      .about-process-group {
        min-height: calc(100vh - 70px);
        display: flex;
        flex-direction: column;
        justify-content: center;
      }
      .about-process-group .process-2-area {
        flex: 1;
        display: flex;
        flex-direction: column;
        justify-content: center;
      }
      .about-process-group .infrastructure-compare {
        padding: 40px 0;
      }
      .about-process-group .infrastructure-compare .section-title-wrapper {
        margin-bottom: 32px;
      }
      .about-process-group .compare-container {
        margin-top: 36px;
      }

      /* ---------- 企业语义 ---------- */
      .scenarios {
        min-height: calc(100vh - 70px);
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 32px 0 24px;
      }
      .scenarios__header {
        margin-bottom: 28px;
      }
      .scenarios__body {
        gap: 16px;
      }
      .scenarios__top {
        margin-bottom: 110px;
        gap: 16px;
      }
      .scenarios__features {
        gap: 14px;
      }
      .scenario-feature {
        padding: 6px 18px;
      }
      .scenario-feature__icon {
        width: 40px;
        height: 40px;
      }
      /* 架构切图限制高度，避免撑破一屏 */
      .scenarios__diagram img {
        object-fit: contain;
      }
      .scenario-panel {
        padding: 24px 28px;
      }
      .scenario-panel__desc {
        font-size: 16px;
        line-height: 1.6;
        margin-top: 4px;
      }
      .scenario-panel__grid {
        gap: 14px 24px;
        margin-top: 14px;
      }
      .scenario-cell {
        padding: 12px 10px;
      }
      .scenario-cell__icon {
        width: 32px;
        height: 32px;
        margin-bottom: 6px;
      }
      .scenario-cell__desc {
        font-size: 13px;
        padding: 4px 12px 0;
      }
      .scenario-panel__img {
        margin-top: 20px;
      }
      .scenario-panel__img img {
        max-height: 300px;
        object-fit: contain;
      }

      /* ---------- 落地场景 ---------- */
      .solutions-section .project-spacing {
        padding: 40px 0;
      }
      .solutions-section {
        min-height: calc(100vh - 70px);
        display: flex;
        flex-direction: column;
        justify-content: center;
      }
      .solutions-section .project-2-header {
        margin-bottom: 36px;
      }

      /* ---------- 平台工程 ---------- */
      .platform-section {
        min-height: calc(100vh - 70px);
        display: flex;
        flex-direction: column;
        justify-content: center;
      }
      .platform-section .section-spacing {
        padding: 40px 0;
      }
      .platform-header {
        margin-bottom: 36px;
      }
      .platform-grid {
        gap: 24px;
      }

      /* ---------- 联系我们 / 预约演示 ---------- */
      .appointment-2-area {
        min-height: calc(100vh - 70px);
        display: flex;
        flex-direction: column;
        justify-content: center;
      }
      /* appointment-spacing 类此前无样式定义，此处补齐内边距 */
      .appointment-2-area .appointment-spacing {
        padding: 40px 0;
      }
      /* 左右两栏在一屏内垂直居中对齐 */
      .appointment-2-area .appointment-2-area-inner {
        align-items: center;
      }
      /* 压缩左侧特性卡片与右侧表单的纵向留白 */
      .appointment-2-content .features-wrapper-box {
        margin-top: 28px;
      }
      .appointment-2-content .feature-box:not(:first-child) {
        margin-top: 18px;
      }
      .appointment-2-contact-wrap .contact-title {
        padding: 14px 49px 14px 40px;
      }
      .appointment-2-contact-wrap form {
        padding: 26px 40px;
      }
      .appointment-2-formwrap {
        gap: 16px 20px;
      }
      .appointment-2-formfield textarea {
        height: 80px;
      }
    }

    /* ============================================================
       1920x1080 @100% 大屏差异叠加（视口宽 ≥1600px）
       只命中 1920 视口（约1903px），不会命中 2160x1440 @150% 的 1440 视口（约1423px）
       在上方 ≥1200px 共享基础之上叠加，相同选择器按源顺序覆盖
       ============================================================ */
    @media only screen and (min-width: 1600px) {
      /* 在这里写 1920 视口下的差异样式，示例： */
      /* .core-capabilities__header {
        margin-bottom: 48px;
      }
      .scenario-panel__desc {
        font-size: 17px;
      }
      .appointment-2-formfield textarea {
        height: 100px;
      } */
      .scenarios {
        padding: 70px 0 24px;
      }
    }

    /* ============================================================
       预约演示模块 - 平板 / 移动端响应式适配
       （大屏笔记本 1200-1919px、平板 768-1199px、手机 <768px）
       ============================================================ */

    /* ---------- 大屏笔记本（1200px ~ 1919px）：仍占一屏，压缩表单栏宽 ---------- */
    @media only screen and (max-width: 1919px) and (min-width: 1200px) {
      .appointment-2-area .appointment-spacing {
        padding: 30px 0;
      }
      .appointment-2-area .appointment-2-area-inner {
        grid-template-columns: 1fr 560px;
      }
      .appointment-2-content .feature-box {
        padding: 18px 24px 17px;
      }
      .appointment-2-content .feature-box .icon {
        width: 64px;
        min-width: 64px;
        height: 64px;
      }
      .appointment-2-content .feature-box .title {
        font-size: 20px;
      }
      .appointment-2-contact-wrap .contact-title {
        font-size: 26px;
      }
      .appointment-2-contact-wrap form {
        padding: 22px 30px;
      }
    }

    /* ---------- 平板（768px ~ 1199px）：单列布局，取消整屏约束 ---------- */
    @media only screen and (max-width: 1199px) {
      .appointment-2-area {
        min-height: auto;
      }
      .appointment-2-area .appointment-spacing {
        padding: 60px 0;
      }
      .appointment-2-area .appointment-2-area-inner {
        grid-template-columns: 1fr;
        gap: 48px;
        align-items: stretch;
      }
      .appointment-2-contact-wrap {
        margin-top: 0;
        max-width: 680px;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
      }
    }

    /* ---------- 平板小屏（768px ~ 991px）：进一步收紧留白 ---------- */
    @media only screen and (max-width: 991px) {
      .appointment-2-area .appointment-spacing {
        padding: 50px 0;
      }
      .appointment-2-area .appointment-2-area-inner {
        gap: 36px;
      }
      .appointment-2-content .features-wrapper-box {
        margin-top: 24px;
      }
      .appointment-2-content .feature-box:not(:first-child) {
        margin-top: 20px;
      }
    }

    /* ---------- 移动端（<768px）：表单字段单列，触控友好 ---------- */
    @media only screen and (max-width: 767px) {
      .appointment-2-area .appointment-spacing {
        padding: 40px 0;
      }
      .appointment-2-area .appointment-2-area-inner {
        gap: 32px;
      }
      .appointment-2-content .title-wrapper {
        margin-top: 8px;
      }
      .appointment-2-content .text-wrapper {
        margin-top: 14px;
      }
      .appointment-2-content .features-wrapper-box {
        margin-top: 20px;
      }
      .appointment-2-content .feature-box:not(:first-child) {
        margin-top: 14px;
      }
      .appointment-2-content .feature-box {
        padding: 14px 16px 13px;
        gap: 14px;
      }
      .appointment-2-content .feature-box .icon {
        width: 52px;
        min-width: 52px;
        height: 52px;
      }
      .appointment-2-content .feature-box .title {
        font-size: 17px;
      }
      .appointment-2-content .feature-box .text {
        font-size: 14px;
      }
      .appointment-2-contact-wrap .contact-title {
        font-size: 20px;
        padding: 12px 20px;
      }
      .appointment-2-contact-wrap form {
        padding: 18px 16px;
      }
      .appointment-2-contact-wrap form .submit-btn {
        margin-top: 12px;
      }
      /* 输入框高度加大，保证触控命中率 */
      .appointment-2-formfield input,
      .appointment-2-formfield select {
        height: 48px;
      }
      .appointment-2-formfield textarea {
        height: 88px;
      }
    }

    /* ---------- 小屏手机（<575px）：特性卡片改为纵向排列 ---------- */
    @media only screen and (max-width: 575px) {
      .appointment-2-area .appointment-spacing {
        padding: 32px 0;
      }
      .appointment-2-content .feature-box .icon {
        margin-top: 0;
      }
      .appointment-2-contact-wrap form .rr-btn {
        padding: 14px 20px;
      }
    }