﻿* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: #0b1324;
  background: #f6f7fb;
  font-family: "PingFang SC", "Microsoft YaHei", Arial, sans-serif;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
}

.container {
  width: 1600px;
  max-width: calc(100% - 80px);
  margin: 0 auto;
}

.site-header {
  --nav-alpha: 0;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 50;
  width: 100%;
  height: 112px;
  background: rgba(0, 0, 0, var(--nav-alpha));
  transition: background-color 0.18s ease;
}

.header-inner {
  position: relative;
  width: 1600px;
  max-width: calc(100% - 80px);
  height: 112px;
  margin: 0 auto;
}

.brand {
  position: absolute;
  top: 30px;
  left: 0;
  width: 205px;
  height: 50px;
}

.brand img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  opacity: calc(1 - var(--nav-alpha));
  transition: opacity 0.18s ease;
}

.brand::after {
  position: absolute;
  inset: 0;
  background: url("../../assets/psd-export/hover-states/header-logo-white.png") center / contain no-repeat;
  content: "";
  opacity: var(--nav-alpha);
  pointer-events: none;
  transition: opacity 0.18s ease;
}

.main-nav {
  position: absolute;
  top: 0;
  left: 526px;
  display: flex;
  height: 112px;
  align-items: center;
  gap: 73px;
  color: #182235;
  font-size: 18px;
}

.main-nav a {
  white-space: nowrap;
  transition: color 0.2s ease;
}

.main-nav a.active,
.main-nav a:hover {
  color: #0042f8;
}

.main-nav:hover a {
  color: #182235;
}

.main-nav:hover a:hover {
  color: #0042f8;
}

.site-header.is-blue .main-nav {
  color: #bac0cc;
}

.site-header.is-blue .main-nav a.active {
  color: #fff;
}

.site-header.is-blue .main-nav a:hover {
  color: #fff;
}

.site-header.is-blue .main-nav:hover a {
  color: #bac0cc;
}

.site-header.is-blue .main-nav:hover a:hover {
  color: #fff;
}

.site-header.on-dark-hero:not(.is-blue) .brand img {
  opacity: 0;
}

.site-header.on-dark-hero:not(.is-blue) .brand::after {
  opacity: 1;
}

.site-header.on-dark-hero:not(.is-blue) .main-nav {
  color: #fff;
}

.site-header.on-dark-hero:not(.is-blue) .main-nav a.active,
.site-header.on-dark-hero:not(.is-blue) .main-nav a:hover {
  color: #fff;
}

.site-header.on-dark-hero:not(.is-blue) .main-nav:hover a {
  color: rgba(255, 255, 255, 0.72);
}

.site-header.on-dark-hero:not(.is-blue) .main-nav:hover a:hover {
  color: #fff;
}

.header-cta {
  position: absolute;
  top: 23px;
  right: 0;
  display: inline-flex;
  width: 163px;
  height: 63px;
  align-items: center;
  justify-content: center;
  border-radius: 32px;
  color: #fff;
  background: #071325;
  font-size: 18px;
}

.site-header.is-blue .header-cta {
  color: #0042f8;
  background: #fff;
}

.hero {
  position: relative;
  overflow: hidden;
  height: 770px;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}

.hero-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  background-image: var(--hero-bg);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0;
  transition: opacity 1.5s linear;
}

.hero-bg.is-active,
.hero-bg.is-next {
  opacity: 1;
}

.hero-bg.is-active {
  z-index: 1;
}

.hero-bg.is-next {
  z-index: 0;
}

.hero-bg.is-fading-out {
  z-index: 1;
  opacity: 0;
}

.hero-home {
  background-image: none;
}

.hero-home .hero-content {
  z-index: 2;
  height: 100%;
  padding-top: 0;
}

.hero-copy {
  position: absolute;
  top: 227px;
  left: 0;
  z-index: 0;
  width: 760px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 1.5s linear;
}

.hero-copy.is-active,
.hero-copy.is-next {
  opacity: 1;
  pointer-events: auto;
}

.hero-copy.is-active {
  z-index: 2;
}

.hero-copy.is-next {
  z-index: 1;
}

.hero-copy.is-fading-out {
  z-index: 3;
  opacity: 0;
  pointer-events: none;
}

.hero-copy-secondary {
  top: 250px;
}

.hero-home .hero-copy .hero-actions {
  position: absolute;
  top: 385px;
  left: 0;
  margin-top: 0;
}

.hero-home .hero-copy-secondary .hero-actions {
  top: 362px;
}

.hero-dots {
  position: absolute;
  bottom: 29px;
  left: 50%;
  z-index: 3;
  display: flex;
  gap: 8px;
  transform: translateX(-50%);
}

.hero-dot {
  display: block;
  width: 62px;
  height: 8px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: #fff;
  cursor: pointer;
  opacity: 0.5;
  transition: opacity 0.24s ease;
}

.hero-dot.is-active,
.hero-dot:hover {
  opacity: 1;
}

.hero-products {
  background-image: url("../../assets/psd-export/products/003-banner-rect-1-copy-31.png");
}

.hero-products .hero-lead {
  font-size: 40px;
  font-weight: 800;
  line-height: 52px;
}

.hero-cases {
  background-image: url("../../assets/psd-export/cases/cases-banner-pc-600.png");
}

.hero-news {
  background-image: url("../../assets/psd-export/news/news-banner-pc-600.png");
}

.hero-about {
  background-image: url("../../assets/psd-export/about/about-banner-pc-600.png");
}

.hero-cases,
.hero-news,
.hero-about {
  height: 600px;
}

.hero-content {
  position: relative;
  z-index: 1;
  padding-top: 250px;
}

.hero-home .hero-content {
  padding-top: 0;
}

.hero-about .hero-content {
  padding-top: 140px;
}

.hero-cases .hero-content {
  padding-top: 140px;
}

.hero-news .hero-content {
  padding-top: 220px;
}

.hero-cases .hero-lead,
.hero-about .hero-lead {
  margin-top: 36px;
}

.hero-cases .hero-actions,
.hero-about .hero-actions {
  margin-top: 34px;
}

.hero h1 {
  margin: 0;
  color: #0b1324;
  font-size: 68px;
  font-weight: 800;
  line-height: 84px;
  letter-spacing: 0;
}

.hero h1 span,
.hero .blue {
  color: #0042f8;
}

.hero-lead {
  margin: 44px 0 0;
  color: #596276;
  font-size: 26px;
  line-height: 40px;
}

.hero-home .hero-copy:not(.hero-copy-secondary) .hero-lead {
  margin-top: 34px;
  font-size: 18px;
  line-height: 30px;
  white-space: nowrap;
}

.hero-subtitle {
  margin: 30px 0 0;
  color: #596276;
  font-size: 26px;
  line-height: 34px;
}

.hero-title-small {
  margin-top: 0;
  font-size: 40px;
  line-height: 52px;
}

.hero-actions {
  display: flex;
  gap: 16px;
  margin-top: 43px;
}

.hero-tags {
  margin: 43px 0 0;
  color: #0b1324;
  font-size: 16px;
  line-height: 24px;
}

.hero-home h1,
.hero-home .hero-subtitle,
.hero-home .hero-lead,
.hero-home .hero-tags,
.hero-home .btn {
  transition: color 0.8s ease, background-color 0.8s ease, border-color 0.8s ease;
}

.hero-home.is-dark-slide h1 {
  color: #fff;
}

.hero-home.is-dark-slide .hero-subtitle,
.hero-home.is-dark-slide .hero-lead {
  color: #bac0cc;
}

.hero-home.is-dark-slide .hero-actions .btn-dark {
  color: #fff;
  background: #0042f8;
}

.hero-home.is-dark-slide .hero-actions .btn-light {
  color: #0042f8;
  background: #fff;
  border-color: #fff;
}

.btn {
  display: inline-flex;
  height: 63px;
  min-width: 222px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-radius: 8px;
  border: 0;
  font-size: 18px;
  line-height: 1;
  transition: background-color 0.2s ease, box-shadow 0.2s ease, color 0.2s ease, transform 0.2s ease, border-color 0.2s ease;
}

.btn::after {
  content: "->";
}

.more-link::after {
  width: 16px;
  height: 11px;
  background-image: url("../../assets/psd-export/hover-states/more-arrow.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  transition: background-image 0.18s ease;
}

.btn:hover,
.hover-lift:hover {
  box-shadow: 0 18px 42px rgba(15, 23, 42, 0.14);
  transform: translateY(-2px);
}

.btn-dark {
  color: #fff;
  background: #071325;
}

.btn-light {
  color: #1c2739;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(15, 23, 42, 0.24);
}

.hero-actions .btn-light {
  color: #fff;
  background: #0042f8;
  border-color: #0042f8;
}

.section {
  background: #f7f8fb;
}

.section-title {
  text-align: center;
}

.section-title h2,
.section-bar h2 {
  margin: 0;
  color: #111827;
  font-size: 40px;
  font-weight: 800;
  line-height: 52px;
}

.section-title p {
  margin: 25px 0 0;
  color: #7c8494;
  font-size: 18px;
  line-height: 30px;
}

.section-line-title {
  text-align: center;
}

.section-line-title h2 {
  margin: 0;
  color: #111827;
  font-size: 40px;
  font-weight: 800;
  line-height: 52px;
}

.section-line-title h2::after,
.about-intro h2::after {
  display: block;
  width: 50px;
  height: 4px;
  margin: 16px auto 0;
  border-radius: 4px;
  background: #0042f8;
  content: "";
}

.section-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.more-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #60656f;
  font-size: 18px;
  transition: color 0.18s ease;
}

.more-link:hover {
  color: #0042f8;
}

.more-link:hover::after {
  background-image: url("../../assets/psd-export/hover-states/more-arrow-hover.png");
}

.value-section {
  padding: 94px 0 88px;
}

.value-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.value-item {
  display: grid;
  grid-template-columns: 70px 1fr;
  column-gap: 32px;
  align-items: start;
}

.value-item img {
  width: 50px;
  height: 50px;
  margin: 3px 0 0 24px;
  object-fit: contain;
}

.value-item h2 {
  margin: 0;
  font-size: 26px;
  font-weight: 800;
  line-height: 34px;
}

.value-item p {
  margin: 25px 0 0;
  color: #737b8f;
  font-size: 18px;
  line-height: 30px;
}

.company-home {
  padding-bottom: 48px;
}

.company-card {
  position: relative;
  height: 400px;
  overflow: hidden;
  border: 0;
  border-radius: 20px;
  background: url("../../assets/psd-export/home/022-company-image-section-rect-9.png") center / cover no-repeat;
}

.company-card::before {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.98) 0%, rgba(255, 255, 255, 0.86) 36%, rgba(255, 255, 255, 0.08) 68%);
  content: "";
}

.company-copy {
  position: relative;
  z-index: 1;
  padding: 59px 0 0 50px;
}

.company-copy h2 {
  margin: 0;
  max-width: 560px;
  font-size: 26px;
  font-weight: 800;
  line-height: 40px;
}

.company-copy span {
  display: inline-flex;
  height: 53px;
  align-items: center;
  margin-top: 32px;
  padding: 0 34px;
  border-radius: 27px;
  color: #7d879a;
  background: rgba(245, 248, 255, 0.94);
  font-size: 18px;
}

.partner-strip {
  position: absolute;
  left: 49px;
  right: 49px;
  bottom: 23px;
  z-index: 1;
  display: grid;
  height: 123px;
  grid-template-columns: 1fr 1.25fr 1fr 1.2fr 1.2fr;
  align-items: center;
  justify-items: center;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.86);
}

.stats-card {
  display: grid;
  height: 193px;
  grid-template-columns: repeat(4, 1fr);
  align-items: center;
  border: 0;
  border-radius: 20px;
  background: #fff;
}

.stats-card article,
.dark-stats article {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 28px;
}

.stats-card img {
  width: 70px;
  height: 70px;
}

.stats-card strong,
.dark-stats strong {
  display: block;
  font-size: 32px;
  line-height: 36px;
}

.stats-card article > div > span,
.dark-stats article > div > span {
  display: block;
  margin-top: 10px;
  color: #737b8f;
  font-size: 14px;
  line-height: 18px;
}

.count-value,
.count-plus,
.count-suffix {
  display: inline-block;
  margin: 0;
  color: inherit;
  font: inherit;
  line-height: inherit;
}

.count-plus,
.count-suffix {
  opacity: 0;
  transition: opacity 0.2s ease;
}

.count-up.is-complete .count-plus,
.count-up.is-complete .count-suffix {
  opacity: 1;
}

.stats-section {
  padding-bottom: 109px;
}

.solutions-section {
  padding-bottom: 100px;
}

.card-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 27px;
  margin-top: 46px;
}

.image-card,
.product-card,
.case-card,
.news-row,
.service-card,
.choose-card,
.culture-card {
  border: 0;
  background: #fff;
  transition: background-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.image-card:hover,
.product-card:hover,
.case-card:hover,
.news-row:hover,
.service-card:hover,
.choose-card:hover,
.culture-card:hover {
  box-shadow: 0 18px 42px rgba(15, 23, 42, 0.12);
  transform: translateY(-2px);
}

.image-card {
  overflow: hidden;
  border-radius: 18px;
}

.image-card > img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  transform: scale(1.01);
}

.image-card > div {
  min-height: 193px;
  padding: 33px 30px 28px;
}

.image-card h3 {
  margin: 0;
  font-size: 26px;
  font-weight: 800;
  line-height: 30px;
}

.image-card p {
  margin: 28px 0 0;
  color: #70798c;
  font-size: 18px;
  line-height: 30px;
}

.solutions-section .image-card p {
  margin-top: 30px;
}

.solutions-section .solution-case-card > img {
  height: 200px;
}

.solutions-section .solution-case-card .case-body {
  min-height: 193px;
  padding: 33px 30px 28px;
}

.solutions-section .solution-case-card .case-body h3 {
  font-size: 25px;
  line-height: 32px;
}

.solutions-section .solution-case-card .case-body p {
  margin-top: 20px;
  font-size: 17px;
  line-height: 28px;
}

.solutions-section .solution-case-card .case-hover {
  padding: 28px 26px;
}

.solutions-section .solution-case-card .case-hover::before {
  left: 0;
  height: 245px;
  border-radius: 0 0 18px 18px;
  opacity: 0.44;
}

.solutions-section .solution-case-card .case-hover-label {
  gap: 10px;
  font-size: 16px;
  line-height: 22px;
}

.solutions-section .solution-case-card .case-hover-icon,
.solutions-section .solution-case-card .case-hover-icon img {
  width: 28px;
  height: 28px;
  flex-basis: 28px;
}

.solutions-section .solution-case-card .case-hover h3 {
  margin-top: 22px;
  font-size: 23px;
  line-height: 30px;
}

.solutions-section .solution-case-card .case-hover-subtitle {
  margin-top: 8px;
  font-size: 14px;
  line-height: 21px;
}

.solutions-section .solution-case-card .case-hover-desc {
  margin-top: 14px;
  font-size: 14px;
  line-height: 21px;
}

.solutions-section .solution-case-card .case-hover .case-metrics {
  gap: 12px 18px;
  margin-top: 20px;
}

.solutions-section .solution-case-card .case-hover .case-metrics div {
  text-align: left;
}

.solutions-section .solution-case-card .case-hover .case-metrics strong {
  font-size: 20px;
  line-height: 24px;
}

.solutions-section .solution-case-card .case-hover .case-metrics span {
  margin-top: 4px;
  font-size: 12px;
  line-height: 18px;
}

.process-section {
  padding-bottom: 86px;
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  margin-top: 57px;
}

.process-grid article {
  text-align: center;
}

.process-grid span {
  display: inline-flex;
  width: 103px;
  height: 103px;
  align-items: center;
  justify-content: center;
  border: 1px solid #0042f8;
  border-radius: 50%;
  background: #f8fbff;
}

.process-grid img {
  width: 45px;
  height: 45px;
  object-fit: contain;
}

.process-grid h3 {
  margin: 34px 0 0;
  font-size: 26px;
  font-weight: 800;
  line-height: 30px;
}

.process-grid p {
  margin: 25px 0 0;
  color: #778092;
  font-size: 18px;
  line-height: 30px;
}

.home-cases {
  padding-bottom: 91px;
}

.news-home {
  padding-bottom: 50px;
}

.news-layout {
  display: grid;
  grid-template-columns: 780px 1fr;
  gap: 38px;
  margin-top: 48px;
}

.featured-news {
  position: relative;
  display: block;
  height: 340px;
  overflow: hidden;
  border: 0;
  border-radius: 16px;
  background: #f0f3f9;
  color: inherit;
  text-decoration: none;
  transition: background-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.featured-news > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.01);
}

.featured-news:hover {
  background: #fff;
}

.news-copy {
  position: absolute;
  top: 59px;
  left: 50px;
  max-width: 610px;
}

.tag {
  display: inline-flex;
  height: 43px;
  align-items: center;
  padding: 0 22px;
  border-radius: 10px;
  color: #0042f8;
  background: #e1eaff;
  font-size: 18px;
}

.news-copy h3,
.news-list h3 {
  margin: 30px 0 0;
  font-size: 26px;
  font-weight: 800;
  line-height: 40px;
}

.news-copy h3 {
  white-space: normal;
}

.news-list h3 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.news-copy time,
.news-list time {
  display: block;
  color: #7d8797;
  font-size: 18px;
}

.news-copy time {
  margin-top: 30px;
}

.news-copy a,
.news-copy .more-link {
  display: inline-flex;
  margin-top: 28px;
  font-size: 18px;
}

.news-list {
  display: grid;
  gap: 17px;
}

.news-list article {
  display: grid;
  height: 163px;
  grid-template-columns: 200px minmax(0, 1fr) 170px;
  gap: 28px;
  align-items: center;
  overflow: hidden;
  padding: 0 30px 0 12px;
  border: 0;
  border-radius: 14px;
  background: #f0f3f9;
  transition: background-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.news-list-card {
  display: grid;
  height: 163px;
  grid-template-columns: 200px minmax(0, 1fr) 170px;
  gap: 28px;
  align-items: center;
  overflow: hidden;
  padding: 0 30px 0 12px;
  border: 0;
  border-radius: 14px;
  background: #f0f3f9;
  color: inherit;
  text-decoration: none;
  transition: background-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.news-list article:hover,
.news-list-card:hover {
  background: #fff;
}

.news-list-card > div {
  min-width: 0;
}

.news-list img {
  width: 200px;
  height: 140px;
  border-radius: 8px;
  object-fit: cover;
}

.news-list time {
  align-self: start;
  margin-top: 31px;
  text-align: right;
  white-space: nowrap;
}

.contact-section {
  padding-bottom: 98px;
}

.contact-card {
  height: 290px;
  padding: 47px 0 0 50px;
  border-radius: 16px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.contact-home,
.contact-products {
  background-image: url("../../assets/psd-export/home/064-cta-section-rect-12-copy-10.png");
}

.contact-cases {
  background-image: url("../../assets/psd-export/cases/021-cta-section-rect-12-copy-10.png");
}

.contact-about {
  background-image: url("../../assets/psd-export/about/065-cta-section-rect-12-copy-10.png");
}

.contact-card h2 {
  margin: 0;
  font-size: 46px;
  font-weight: 800;
  line-height: 58px;
}

.contact-card p {
  margin: 17px 0 0;
  color: #586276;
  font-size: 26px;
  line-height: 32px;
}

.contact-card .btn {
  margin-top: 27px;
}

.contact-card .btn:hover {
  color: #fff;
  background: #0042f8;
}

.products-main {
  padding: 110px 0 100px;
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 70px 50px;
  margin-top: 62px;
}

.product-card {
  display: block;
  overflow: hidden;
  border-radius: 18px;
}

.product-card > img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  transform: scale(1.01);
}

.product-body {
  min-height: 383px;
  padding: 57px 50px 45px;
}

.product-body h3 {
  margin: 0;
  font-size: 26px;
  font-weight: 800;
  line-height: 36px;
}

.product-body p {
  margin: 26px 0 0;
  color: #7a8395;
  font-size: 18px;
  line-height: 30px;
}

.check-list {
  display: grid;
  gap: 24px;
  margin: 42px 0 0;
  padding: 0;
  color: #667086;
  font-size: 18px;
  line-height: 24px;
  list-style: none;
}

.check-list li {
  position: relative;
  padding-left: 40px;
}

.check-list li::before {
  position: absolute;
  top: 1px;
  left: 0;
  color: #0042f8;
  font-weight: 800;
  content: "✓";
}

.product-detail-hero {
  display: flex;
  height: 400px;
  align-items: center;
  background-image: linear-gradient(90deg, rgba(246, 249, 255, 0.98) 0%, rgba(246, 249, 255, 0.82) 42%, rgba(246, 249, 255, 0.18) 74%), var(--detail-bg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.product-detail-hero-inner {
  padding-top: 92px;
}

.product-detail-hero span {
  color: #0042f8;
  font-size: 18px;
  font-weight: 800;
  line-height: 26px;
}

.product-detail-hero h1 {
  margin: 18px 0 0;
  color: #0b1324;
  font-size: 52px;
  font-weight: 800;
  line-height: 64px;
}

.product-detail-hero p {
  margin: 24px 0 0;
  max-width: 720px;
  color: #596276;
  font-size: 24px;
  line-height: 36px;
}

.product-detail-content {
  padding: 72px 0 96px;
  background: #fff;
}

.rich-text {
  color: #111827;
}

.rich-text h2 {
  margin: 0;
  font-size: 40px;
  font-weight: 800;
  line-height: 52px;
}

.rich-text h3 {
  margin: 42px 0 0;
  font-size: 24px;
  font-weight: 800;
  line-height: 34px;
}

.rich-text p {
  max-width: 920px;
  margin: 20px 0 0;
  color: #5f6878;
  font-size: 18px;
  line-height: 34px;
}

.rich-text ul {
  display: grid;
  max-width: 860px;
  gap: 14px;
  margin: 22px 0 0;
  padding: 0;
  color: #5f6878;
  font-size: 18px;
  line-height: 30px;
  list-style: none;
}

.rich-text li {
  position: relative;
  padding-left: 26px;
}

.rich-text li::before {
  position: absolute;
  left: 0;
  color: #0042f8;
  content: "•";
}

.rich-text .btn {
  margin-top: 42px;
}

.filter-tabs {
  display: flex;
  justify-content: center;
  gap: 50px;
  margin-bottom: 70px;
}

.filter-tabs a {
  display: inline-flex;
  width: 203px;
  height: 63px;
  align-items: center;
  justify-content: center;
  border-radius: 32px;
  color: #667085;
  background: #fff;
  font-size: 18px;
  transition: background-color 0.35s ease, color 0.35s ease;
  transition-delay: 0s;
}

.filter-tabs a.active,
.filter-tabs a:hover {
  color: #fff;
  background: #0042f8;
}

.filter-tabs:has(a:hover) a {
  color: #667085;
  background: #fff;
  transition-delay: 0s;
}

.filter-tabs:has(a:hover) a:hover {
  color: #fff;
  background: #0042f8;
}

.filter-tabs:not(:has(a:hover)) a.active {
  transition-delay: 1s;
}

.case-list-section {
  padding: 70px 0 97px;
}

.case-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px;
}

.case-card {
  position: relative;
  overflow: hidden;
  border-radius: 18px;
}

.case-card.is-filter-hidden {
  display: none;
}

.case-card > img {
  display: block;
  width: 100%;
  height: 408px;
  object-fit: cover;
  transform: scale(1.01);
}

.case-body {
  min-height: 303px;
  padding: 46px 50px 42px;
}

.case-body h3 {
  margin: 0;
  font-size: 40px;
  font-weight: 800;
  line-height: 52px;
}

.case-body p {
  margin: 18px 0 0;
  color: #667085;
  font-size: 18px;
  line-height: 30px;
}

.case-metrics {
  display: flex;
  gap: 55px;
  margin-top: 42px;
}

.case-metrics strong {
  display: block;
  color: #0042f8;
  font-size: 32px;
  line-height: 36px;
}

.case-metrics span {
  display: block;
  margin-top: 10px;
  color: #7b8494;
  font-size: 14px;
}

.case-metrics-text {
  flex-wrap: wrap;
  gap: 24px 36px;
}

.case-metrics-text div {
  display: flex;
  align-items: baseline;
  gap: 9px;
}

.case-metrics-text strong {
  display: inline-block;
}

.case-metrics-text span {
  display: inline-block;
  margin-top: 0;
}

.case-hover {
  position: absolute;
  inset: 0;
  z-index: 2;
  padding: 52px;
  color: #fff;
  background: #0042f8;
  opacity: 0;
  pointer-events: none;
  transition: opacity .22s ease;
}

.case-hover::before {
  position: absolute;
  right: 1px;
  bottom: 1px;
  left: 2px;
  height: 525px;
  border-radius: 0 0 18px 18px;
  background: url("../../assets/psd-export/cases/048-case-section-hover-state-chatgpt-image-2026-6-10-15-39-38.png") center bottom / cover no-repeat;
  content: "";
}

.case-card:hover .case-hover {
  opacity: 1;
  pointer-events: auto;
}

.case-hover > * {
  position: relative;
  z-index: 1;
}

.case-hover-label {
  display: flex;
  align-items: center;
  gap: 20px;
  color: #fff;
  font-size: 24px;
  font-weight: 800;
  line-height: 30px;
}

.case-hover-icon {
  display: grid;
  width: 40px;
  height: 40px;
  flex: 0 0 40px;
  place-items: center;
  border-radius: 50%;
  background: #fff;
}

.case-hover-icon img {
  width: 40px;
  height: 40px;
  object-fit: contain;
}

.case-hover h3 {
  margin: 50px 0 0;
  font-size: 40px;
  font-weight: 800;
  line-height: 52px;
}

.case-hover-subtitle {
  margin: 16px 0 0;
  color: #fff;
  font-size: 18px;
  line-height: 30px;
}

.case-hover-intro {
  margin-top: 58px;
  font-size: 18px;
  font-weight: 800;
  line-height: 30px;
}

.case-hover-desc {
  max-width: 672px;
  margin: 17px 0 0;
  color: #fff;
  font-size: 18px;
  line-height: 25px;
  overflow-wrap: anywhere;
}

.case-hover .case-metrics {
  gap: 49px;
  margin-top: 68px;
}

.case-hover .case-metrics strong,
.case-hover .case-metrics span {
  color: #fff;
}

.case-hover .case-metrics div {
  text-align: center;
}

.case-hover .btn-case-hover {
  width: 222px;
  height: 63px;
  margin-top: 44px;
  border: 0;
  color: #0b1324;
  background: #fff;
  pointer-events: auto;
  transition: box-shadow 0.24s ease;
}

.case-hover .btn-case-hover:hover {
  box-shadow: 0 14px 32px rgba(11, 19, 36, 0.24);
}

.case-card-ai-policy .case-hover {
  padding-top: 40px;
}

.case-card-ai-policy .case-hover h3 {
  max-width: 690px;
  margin-top: 28px;
  font-size: 32px;
  line-height: 42px;
}

.case-card-ai-policy .case-hover-subtitle {
  margin-top: 12px;
  font-size: 17px;
  line-height: 28px;
}

.case-card-ai-policy .case-hover-intro {
  margin-top: 24px;
}

.case-card-ai-policy .case-hover-desc {
  max-width: 690px;
  font-size: 16px;
  line-height: 24px;
}

.case-card-ai-policy .case-hover .case-metrics {
  margin-top: 26px;
}

.case-card-ai-policy .case-hover .btn-case-hover {
  margin-top: 22px;
}

.case-card-food-ordering .case-hover {
  padding-top: 40px;
}

.case-card-food-ordering .case-hover h3 {
  margin-top: 28px;
  font-size: 32px;
  line-height: 42px;
}

.case-card-food-ordering .case-hover-subtitle {
  margin-top: 12px;
  font-size: 17px;
  line-height: 28px;
}

.case-card-food-ordering .case-hover-intro {
  margin-top: 24px;
}

.case-card-food-ordering .case-hover-desc {
  font-size: 16px;
  line-height: 24px;
}

.case-card-food-ordering .case-hover .case-metrics {
  margin-top: 26px;
}

.case-card-food-ordering .case-hover .btn-case-hover {
  margin-top: 22px;
}

.case-card-coffee-ordering .case-hover {
  padding-top: 40px;
}

.case-card-coffee-ordering .case-hover h3 {
  margin-top: 28px;
  font-size: 32px;
  line-height: 42px;
}

.case-card-coffee-ordering .case-hover-subtitle {
  margin-top: 12px;
  font-size: 17px;
  line-height: 28px;
}

.case-card-coffee-ordering .case-hover-intro {
  margin-top: 24px;
}

.case-card-coffee-ordering .case-hover-desc {
  font-size: 16px;
  line-height: 24px;
}

.case-card-coffee-ordering .case-hover .case-metrics {
  margin-top: 26px;
}

.case-card-coffee-ordering .case-hover .btn-case-hover {
  margin-top: 22px;
}

.case-card-supermarket-pos .case-hover {
  padding-top: 40px;
}

.case-card-supermarket-pos .case-hover h3 {
  margin-top: 28px;
  font-size: 32px;
  line-height: 42px;
}

.case-card-supermarket-pos .case-hover-subtitle {
  margin-top: 12px;
  font-size: 17px;
  line-height: 28px;
}

.case-card-supermarket-pos .case-hover-intro {
  margin-top: 24px;
}

.case-card-supermarket-pos .case-hover-desc {
  font-size: 16px;
  line-height: 24px;
}

.case-card-supermarket-pos .case-hover .case-metrics {
  margin-top: 26px;
}

.case-card-supermarket-pos .case-hover .btn-case-hover {
  margin-top: 22px;
}

.case-card-chain-pos .case-hover {
  padding-top: 40px;
}

.case-card-chain-pos .case-hover h3 {
  margin-top: 28px;
  font-size: 32px;
  line-height: 42px;
}

.case-card-chain-pos .case-hover-subtitle {
  margin-top: 12px;
  font-size: 17px;
  line-height: 28px;
}

.case-card-chain-pos .case-hover-intro {
  margin-top: 24px;
}

.case-card-chain-pos .case-hover-desc {
  font-size: 16px;
  line-height: 24px;
}

.case-card-chain-pos .case-hover .case-metrics {
  margin-top: 26px;
}

.case-card-chain-pos .case-hover .btn-case-hover {
  margin-top: 22px;
}

.case-card-rental-platform .case-hover {
  padding-top: 40px;
}

.case-card-rental-platform .case-hover h3 {
  margin-top: 28px;
  font-size: 32px;
  line-height: 42px;
}

.case-card-rental-platform .case-hover-subtitle {
  margin-top: 12px;
  font-size: 17px;
  line-height: 28px;
}

.case-card-rental-platform .case-hover-intro {
  margin-top: 24px;
}

.case-card-rental-platform .case-hover-desc {
  font-size: 16px;
  line-height: 24px;
}

.case-card-rental-platform .case-hover .case-metrics {
  margin-top: 26px;
}

.case-card-rental-platform .case-hover .btn-case-hover {
  margin-top: 22px;
}

.case-card-digital-rental .case-hover {
  padding-top: 40px;
}

.case-card-digital-rental .case-hover h3 {
  margin-top: 28px;
  font-size: 32px;
  line-height: 42px;
}

.case-card-digital-rental .case-hover-subtitle {
  margin-top: 12px;
  font-size: 17px;
  line-height: 28px;
}

.case-card-digital-rental .case-hover-intro {
  margin-top: 24px;
}

.case-card-digital-rental .case-hover-desc {
  font-size: 16px;
  line-height: 24px;
}

.case-card-digital-rental .case-hover .case-metrics {
  margin-top: 26px;
}

.case-card-digital-rental .case-hover .btn-case-hover {
  margin-top: 22px;
}

.case-card-driver-service .case-hover {
  padding-top: 40px;
}

.case-card-driver-service .case-hover h3 {
  margin-top: 28px;
  font-size: 32px;
  line-height: 42px;
}

.case-card-driver-service .case-hover-subtitle {
  margin-top: 12px;
  font-size: 17px;
  line-height: 28px;
}

.case-card-driver-service .case-hover-intro {
  margin-top: 24px;
}

.case-card-driver-service .case-hover-desc {
  font-size: 16px;
  line-height: 24px;
}

.case-card-driver-service .case-hover .case-metrics {
  margin-top: 26px;
}

.case-card-driver-service .case-hover .btn-case-hover {
  margin-top: 22px;
}

.case-card-city-service .case-hover {
  padding-top: 40px;
}

.case-card-city-service .case-hover h3 {
  margin-top: 28px;
  font-size: 32px;
  line-height: 42px;
}

.case-card-city-service .case-hover-subtitle {
  margin-top: 12px;
  font-size: 17px;
  line-height: 28px;
}

.case-card-city-service .case-hover-intro {
  margin-top: 24px;
}

.case-card-city-service .case-hover-desc {
  font-size: 16px;
  line-height: 24px;
}

.case-card-city-service .case-hover .case-metrics {
  margin-top: 26px;
}

.case-card-city-service .case-hover .btn-case-hover {
  margin-top: 22px;
}

.case-card-merchant-platform .case-hover {
  padding-top: 40px;
}

.case-card-merchant-platform .case-hover h3 {
  margin-top: 28px;
  font-size: 32px;
  line-height: 42px;
}

.case-card-merchant-platform .case-hover-subtitle {
  margin-top: 12px;
  font-size: 17px;
  line-height: 28px;
}

.case-card-merchant-platform .case-hover-intro {
  margin-top: 24px;
}

.case-card-merchant-platform .case-hover-desc {
  font-size: 16px;
  line-height: 24px;
}

.case-card-merchant-platform .case-hover .case-metrics {
  margin-top: 26px;
}

.case-card-merchant-platform .case-hover .btn-case-hover {
  margin-top: 22px;
}

.case-card-winery-mall .case-hover {
  padding-top: 40px;
}

.case-card-winery-mall .case-hover h3 {
  margin-top: 28px;
  font-size: 32px;
  line-height: 42px;
}

.case-card-winery-mall .case-hover-subtitle {
  margin-top: 12px;
  font-size: 17px;
  line-height: 28px;
}

.case-card-winery-mall .case-hover-intro {
  margin-top: 24px;
}

.case-card-winery-mall .case-hover-desc {
  font-size: 16px;
  line-height: 24px;
}

.case-card-winery-mall .case-hover .case-metrics {
  margin-top: 26px;
}

.case-card-winery-mall .case-hover .btn-case-hover {
  margin-top: 22px;
}

.case-card-school-uniform .case-hover {
  padding-top: 40px;
}

.case-card-school-uniform .case-hover h3 {
  margin-top: 28px;
  font-size: 32px;
  line-height: 42px;
}

.case-card-school-uniform .case-hover-subtitle {
  margin-top: 12px;
  font-size: 17px;
  line-height: 28px;
}

.case-card-school-uniform .case-hover-intro {
  margin-top: 24px;
}

.case-card-school-uniform .case-hover-desc {
  font-size: 16px;
  line-height: 24px;
}

.case-card-school-uniform .case-hover .case-metrics {
  margin-top: 26px;
}

.case-card-school-uniform .case-hover .btn-case-hover {
  margin-top: 22px;
}

.dark-stats {
  display: grid;
  height: 273px;
  grid-template-columns: repeat(4, 1fr);
  align-items: center;
  color: #fff;
  background: #071325;
}

.dark-stats img {
  width: 73px;
  height: 73px;
  object-fit: contain;
}

.partners-section {
  padding: 91px 0 58px;
}

.partner-boxes {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 23px;
  margin-top: 50px;
}

.partner-boxes article {
  display: flex;
  height: 123px;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 14px;
  background: #fff;
}

.news-page-section {
  padding: 70px 0 100px;
}

.news-page-list {
  display: grid;
  gap: 0;
}

.news-row {
  position: relative;
  display: grid;
  min-height: 422px;
  grid-template-columns: 460px 1fr 80px;
  gap: 54px;
  align-items: center;
  border-width: 0;
  background: transparent;
}

.news-page-list .news-row[hidden] {
  display: none !important;
}

.news-row::before {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 0;
  height: 322px;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 18px 42px rgba(15, 23, 42, 0.12);
  opacity: 0;
  transform: translateY(-50%);
  transition: opacity .2s ease;
  content: "";
  pointer-events: none;
}

.news-row:hover {
  box-shadow: none;
  transform: none;
}

.news-row:hover::before {
  opacity: 1;
}

.news-row > * {
  position: relative;
  z-index: 1;
}

.news-row img {
  width: 460px;
  height: 320px;
  border-radius: 16px;
  object-fit: cover;
}

.news-row-cover {
  display: block;
}

.news-row h2 {
  margin: 45px 0 0;
  font-size: 32px;
  font-weight: 800;
  line-height: 42px;
}

.news-row h2 a:hover {
  color: #0042f8;
}

.news-row p {
  margin: 26px 0 0;
  color: #667085;
  font-size: 18px;
  line-height: 30px;
}

.news-row time {
  display: block;
  margin-top: 32px;
  color: #7d8797;
  font-size: 18px;
}

.news-arrow {
  justify-self: end;
  margin-right: 50px;
  font-size: 34px;
  font-weight: 800;
}

.pagination {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 70px;
}

.pagination a,
.pagination span,
.pagination button {
  display: inline-flex;
  width: 41px;
  height: 41px;
  align-items: center;
  justify-content: center;
  border: 1px solid #cfd6e3;
  border-radius: 8px;
  color: #647084;
  background: #fff;
  font-family: inherit;
  font-size: 16px;
  cursor: pointer;
}

.pagination a.active,
.pagination span.active,
.pagination button.active {
  color: #0042f8;
  border-color: #0042f8;
}

.pagination a:hover,
.pagination span:hover,
.pagination button:not(:disabled):hover {
  color: #0042f8;
  border-color: #0042f8;
}

.pagination span.disabled,
.pagination button.disabled,
.pagination button:disabled {
  color: #9aa4b5;
  cursor: default;
}

.news-detail-main {
  background: #fff;
}

.news-detail-hero {
  position: relative;
  overflow: hidden;
  display: flex;
  height: 400px;
  align-items: center;
  color: #fff;
  background: #000;
}

.news-detail-hero::before,
.news-detail-hero::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 760px;
  content: "";
  pointer-events: none;
}

.news-detail-hero::before {
  background:
    repeating-linear-gradient(0deg, transparent 0 43px, rgba(104, 132, 190, 0.18) 44px 45px),
    repeating-linear-gradient(90deg, transparent 0 47px, rgba(104, 132, 190, 0.14) 48px 49px);
  opacity: 0.42;
  mask-image: linear-gradient(90deg, transparent, #000 24%, #000);
}

.news-detail-hero::after {
  background:
    radial-gradient(circle at 28% 26%, rgba(0, 66, 248, 0.42) 0 2px, transparent 3px),
    radial-gradient(circle at 62% 18%, rgba(0, 66, 248, 0.34) 0 2px, transparent 3px),
    radial-gradient(circle at 48% 62%, rgba(0, 66, 248, 0.34) 0 2px, transparent 3px),
    linear-gradient(135deg, transparent 0 33%, rgba(0, 66, 248, 0.22) 33.2% 33.7%, transparent 34%),
    linear-gradient(28deg, transparent 0 55%, rgba(104, 132, 190, 0.2) 55.2% 55.8%, transparent 56%);
  opacity: 0.62;
  mask-image: linear-gradient(90deg, transparent, #000 22%, #000);
}

.news-detail-hero .container {
  position: relative;
  z-index: 1;
  max-width: calc(100vw - 80px);
  padding-top: 88px;
}

.news-detail-hero h1 {
  max-width: 1180px;
  margin: 0;
  font-size: 38px;
  font-weight: 800;
  line-height: 52px;
}

.news-detail-time {
  display: block;
  margin-top: 20px;
  color: #aeb7c7;
  font-size: 18px;
}

.news-detail-section {
  padding: 76px 0 110px;
  background: #fff;
}

.news-detail-body {
  width: 1600px;
  max-width: calc(100vw - 80px);
  margin: 0 auto;
  color: #283247;
  font-size: 18px;
  line-height: 36px;
}

.news-detail-body > * {
  max-width: 1080px;
}

.news-detail-body p {
  margin: 0 0 22px;
}

.news-detail-body ul {
  max-width: 1080px;
  margin: 0 0 24px;
  padding: 0;
  list-style: none;
}

.news-detail-body li {
  position: relative;
  margin-bottom: 10px;
  padding-left: 22px;
}

.news-detail-body li::before {
  position: absolute;
  top: 16px;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #0042f8;
  content: "";
}

.news-detail-body h2 {
  margin: 56px 0 22px;
  color: #0b1324;
  font-size: 30px;
  font-weight: 800;
  line-height: 42px;
}

.news-detail-body h3 {
  margin: 36px 0 14px;
  color: #0b1324;
  font-size: 22px;
  font-weight: 800;
  line-height: 32px;
}

.news-detail-body strong {
  color: #111827;
  font-weight: 800;
}

.about-section {
  padding: 100px 0 0;
}

.about-intro {
  display: grid;
  grid-template-columns: 1fr 960px;
  gap: 92px;
  align-items: start;
}

.about-intro h2 {
  margin: 0 0 60px;
  font-size: 40px;
  font-weight: 800;
}

.about-intro h2::after {
  margin-right: auto;
  margin-left: 0;
}

.about-intro p {
  margin: 0;
  color: #1d2638;
  font-size: 26px;
  font-weight: 500;
  line-height: 42px;
}

.about-detail-btn {
  margin-top: 42px;
}

.about-intro img {
  width: 960px;
  height: 460px;
  border-radius: 18px;
  object-fit: cover;
}

.about-stats {
  margin-top: 70px;
}

.services-section {
  padding: 93px 0 0;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 33px;
  margin-top: 70px;
}

.service-card {
  min-height: 473px;
  padding: 50px;
  border-radius: 18px;
}

.service-head {
  display: grid;
  grid-template-columns: 82px 1fr;
  gap: 30px;
  align-items: center;
}

.service-head img {
  width: 82px;
  height: 83px;
  object-fit: contain;
}

.service-head h3 {
  margin: 0;
  font-size: 32px;
  line-height: 42px;
}

.service-card > p {
  margin: 22px 0 0 112px;
  color: #647084;
  font-size: 18px;
  line-height: 28px;
}

.mini-list {
  display: grid;
  gap: 27px;
  margin-top: 35px;
}

.mini-list article {
  display: grid;
  grid-template-columns: 63px 1fr;
  gap: 18px;
  align-items: center;
}

.mini-list article > div {
  min-width: 0;
}

.mini-list img {
  width: 63px;
  height: 63px;
  object-fit: contain;
}

.mini-list h4 {
  margin: 0;
  font-size: 18px;
}

.mini-list p {
  margin: 7px 0 0;
  color: #647084;
  font-size: 14px;
  line-height: 22px;
  white-space: normal;
  overflow-wrap: anywhere;
}

.choose-section {
  padding: 95px 0 0;
}

.choose-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 27px;
  margin-top: 62px;
}

.choose-card {
  min-height: 263px;
  padding: 42px 30px;
  border-radius: 18px;
  text-align: center;
}

.choose-card img {
  width: 73px;
  height: 73px;
  margin: 0 auto;
  object-fit: contain;
}

.choose-card h3 {
  margin: 24px 0 0;
  font-size: 26px;
  line-height: 34px;
}

.choose-card p {
  margin: 22px 0 0;
  color: #778092;
  font-size: 18px;
  line-height: 30px;
}

.env-section {
  padding: 95px 0 0;
}

.env-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 27px;
  margin-top: 62px;
}

.env-card {
  --env-radius: 24px;
  position: relative;
  overflow: hidden;
  border-radius: var(--env-radius);
  transform: translateZ(0);
}

.env-card img {
  width: 100%;
  height: 260px;
  border-radius: inherit;
  object-fit: cover;
}

.env-card::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 63px;
  border-radius: 0 0 var(--env-radius) var(--env-radius);
  background: rgba(15, 23, 42, 0.38);
  content: "";
}

.env-card span {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  display: flex;
  height: 63px;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 18px;
}

.culture-section {
  padding: 95px 0 90px;
}

.culture-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 33px;
  margin-top: 62px;
}

.culture-card {
  min-height: 313px;
  padding: 45px 40px;
  border-radius: 14px;
  background: #eef3fb;
  text-align: center;
}

.culture-card .en {
  display: block;
  color: rgba(17, 24, 39, 0.05);
  font-size: 70px;
  font-weight: 800;
  line-height: 72px;
}

.culture-card span:not(.en) {
  display: block;
  margin-top: -36px;
  color: #0042f8;
  font-size: 18px;
  font-weight: 800;
}

.culture-card h3 {
  margin: 36px 0 0;
  font-size: 32px;
  line-height: 42px;
}

.culture-card p {
  margin: 26px 0 0;
  color: #667085;
  font-size: 18px;
  line-height: 30px;
}

.site-footer {
  min-height: 537px;
  padding-top: 87px;
  color: rgba(255, 255, 255, 0.76);
  background: #071325;
  text-align: center;
}

.footer-logo {
  width: 205px;
  height: 50px;
  margin: 0 auto;
}

.footer-nav {
  display: flex;
  justify-content: center;
  gap: 42px;
  margin-top: 49px;
  font-size: 14px;
  line-height: 22px;
}

.footer-nav a {
  transition: color 0.18s ease;
}

.footer-nav a:hover {
  color: #0042f8;
}

.footer-contact {
  display: flex;
  justify-content: center;
  gap: 80px;
  margin-top: 35px;
  font-size: 14px;
  line-height: 26px;
}

.footer-address,
.footer-phone {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.footer-address::before,
.footer-phone::before {
  content: "";
  flex: 0 0 auto;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.footer-address::before {
  width: 18px;
  height: 22px;
  background-image: url("../../assets/psd-export/home/footer-contact-address.png");
}

.footer-phone::before {
  width: 18px;
  height: 18px;
  background-image: url("../../assets/psd-export/home/footer-contact-phone.png");
}

.footer-social {
  display: flex;
  justify-content: center;
  gap: 36px;
  margin-top: 36px;
}

.social-item {
  border: 0;
  padding: 0;
  position: relative;
  display: inline-flex;
  width: 60px;
  height: 60px;
  align-items: center;
  justify-content: center;
  background: transparent;
  cursor: pointer;
}

.social-item > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  object-fit: contain;
  transition: opacity 0.18s ease;
}

.social-item .social-hover {
  opacity: 0;
}

.social-item:hover > .social-default,
.social-item.is-open > .social-default {
  opacity: 0;
}

.social-item:hover > .social-hover,
.social-item.is-open > .social-hover {
  opacity: 1;
}

.footer-social-qr {
  position: absolute;
  left: 50%;
  bottom: calc(100% + 16px);
  z-index: 6;
  width: 158px;
  height: 158px;
  padding: 10px;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 45px rgba(7, 17, 34, 0.22);
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, 8px);
  transition:
    opacity 0.2s ease,
    transform 0.2s ease;
}

.footer-social-qr img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.social-item:hover .footer-social-qr,
.social-item:focus-visible .footer-social-qr,
.social-item.is-open .footer-social-qr {
  opacity: 1;
  pointer-events: auto;
  transform: translate(-50%, 0);
}

.footer-copy {
  margin: 45px 0 0;
  font-size: 14px;
  line-height: 26px;
}

@media (max-width: 1366px) {
  .container,
  .header-inner {
    max-width: calc(100% - 48px);
  }

  .main-nav {
    left: 360px;
    gap: 44px;
  }

  .news-layout {
    grid-template-columns: 1fr 1fr;
  }

  .about-intro {
    grid-template-columns: minmax(0, 1fr) minmax(0, 56vw);
    gap: 48px;
  }

  .about-intro img {
    width: 100%;
    height: auto;
    aspect-ratio: 48 / 23;
  }
}

.floating-tools {
  position: fixed;
  top: 50%;
  right: 32px;
  z-index: 1200;
  display: flex;
  flex-direction: column;
  gap: 10px;
  transform: translateY(-50%);
  pointer-events: none;
}

.floating-tool-item {
  position: relative;
  pointer-events: auto;
}

.floating-tool-btn {
  display: flex;
  width: 62px;
  min-height: 62px;
  padding: 8px 0 7px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border: 0;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 12px 28px rgba(11, 19, 36, 0.14);
  color: #5f6673;
  cursor: pointer;
  font: inherit;
  font-size: 12px;
  line-height: 1;
  transition: background-color 0.18s ease, color 0.18s ease, transform 0.18s ease, box-shadow 0.18s ease;
}

.floating-tool-btn:hover,
.floating-tool-btn:focus-visible,
.floating-tool-item.is-open .floating-tool-btn {
  background: #0042f8;
  box-shadow: 0 14px 32px rgba(0, 66, 248, 0.26);
  color: #ffffff;
  transform: translateY(-2px);
}

.floating-tool-icon {
  width: 22px;
  height: 22px;
  stroke: currentColor;
}

.floating-tool-text {
  margin-top: 7px;
  white-space: nowrap;
}

.floating-tool-contact::before {
  content: "";
  position: absolute;
  top: 0;
  right: 100%;
  width: 14px;
  height: 100%;
}

.floating-tool-phone::before {
  content: "";
  position: absolute;
  top: 0;
  right: 100%;
  width: 14px;
  height: 100%;
}

.floating-qr-popup {
  position: absolute;
  top: 50%;
  right: calc(100% + 10px);
  width: 176px;
  padding: 10px;
  border: 1px solid rgba(11, 19, 36, 0.08);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 18px 42px rgba(11, 19, 36, 0.18);
  opacity: 0;
  pointer-events: none;
  transform: translate(8px, -50%) scale(0.98);
  transition: opacity 0.18s ease, transform 0.18s ease;
}

.floating-qr-popup::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -6px;
  width: 12px;
  height: 12px;
  background: #ffffff;
  border-top: 1px solid rgba(11, 19, 36, 0.08);
  border-right: 1px solid rgba(11, 19, 36, 0.08);
  transform: translateY(-50%) rotate(45deg);
}

.floating-qr-popup img {
  display: block;
  width: 156px;
  height: 156px;
  object-fit: contain;
}

.floating-phone-popup {
  position: absolute;
  top: 50%;
  right: calc(100% + 10px);
  min-width: 158px;
  padding: 14px 18px;
  border: 1px solid #0b1324;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 18px 42px rgba(11, 19, 36, 0.18);
  color: #0b1324;
  font-size: 18px;
  font-weight: 800;
  line-height: 24px;
  letter-spacing: 0;
  text-align: center;
  opacity: 0;
  pointer-events: none;
  transform: translate(8px, -50%) scale(0.98);
  transition: opacity 0.18s ease, transform 0.18s ease;
  white-space: nowrap;
}

.floating-phone-popup::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -6px;
  width: 12px;
  height: 12px;
  background: #ffffff;
  border-top: 1px solid #0b1324;
  border-right: 1px solid #0b1324;
  transform: translateY(-50%) rotate(45deg);
}

.floating-tool-contact:hover .floating-qr-popup,
.floating-tool-contact:focus-within .floating-qr-popup,
.floating-tool-contact.is-open .floating-qr-popup {
  opacity: 1;
  pointer-events: auto;
  transform: translate(0, -50%) scale(1);
}

.floating-tool-phone:hover .floating-phone-popup,
.floating-tool-phone:focus-within .floating-phone-popup,
.floating-tool-phone.is-open .floating-phone-popup {
  opacity: 1;
  pointer-events: auto;
  transform: translate(0, -50%) scale(1);
}
