:root {
  --blue-950: #0e2d61;
  --blue-900: #103168;
  --blue-800: #144a96;
  --blue-700: #1d5faf;
  --blue-100: #eaf1fb;
  --ink: #243044;
  --muted: #6d7b90;
  --line: #dfe6f0;
  --light: #f6f9fd;
  --white: #ffffff;
  --gold: #f4b23f;
  --shadow: 0 16px 36px rgba(16, 49, 104, 0.12);
  font-family: "Microsoft YaHei", "PingFang SC", Arial, sans-serif;
}

/* Mecary audio homepage refresh */
.template-home {
  color: #1a2a44;
  background: #f5f8fd;
}

.template-home .container {
  width: min(1200px, calc(100% - 32px));
}

.template-home .home-topbar {
  background: #072b66;
  color: rgba(255, 255, 255, 0.92);
  font-size: 12px;
}

.template-home .home-topbar .container {
  min-height: 38px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.template-home .site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.06);
  backdrop-filter: blur(10px);
}

.template-home .header-inner {
  min-height: 88px;
  gap: 24px;
}

.template-home .brand {
  min-width: 250px;
  gap: 12px;
}

.template-home .brand img {
  width: 42px;
  height: 42px;
}

.template-home .brand-title {
  color: #0b4b9a;
  font-size: 24px;
  font-weight: 800;
}

.template-home .brand-subtitle {
  display: block;
  margin-top: 5px;
  color: #6d7a8d;
  font-size: 12px;
  letter-spacing: 0;
}

.template-home .nav {
  margin-left: auto;
  gap: 28px;
}

.template-home .nav a {
  min-width: 0;
  height: auto;
  padding: 34px 0;
  color: #2c3b54;
  background: transparent;
  font-size: 15px;
  font-weight: 500;
  position: relative;
}

.template-home .nav a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 24px;
  height: 2px;
  background: linear-gradient(90deg, #ff9f2f, #0a66e8);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.28s ease;
}

.template-home .nav a:hover,
.template-home .nav a.active {
  color: #0a4ca2;
  background: transparent;
}

.template-home .nav a:hover::after,
.template-home .nav a.active::after {
  transform: scaleX(1);
}

.lang-switch {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 0 13px;
  border: 1px solid rgba(10, 76, 162, 0.18);
  border-radius: 999px;
  color: #0a4ca2;
  background: #f4f8ff;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
  text-decoration: none;
  transition: color 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}

.lang-switch:hover {
  color: #ffffff;
  background: #144a96;
  border-color: #144a96;
}

.template-home .home-hero {
  min-height: 520px;
  background: linear-gradient(135deg, #041d47 0%, #072b66 50%, #0a5ec9 100%);
}

.template-home .home-hero::before {
  inset: 0;
  filter: none;
  transform: none;
}

.template-home .home-hero::after {
  background: linear-gradient(90deg, rgba(2, 18, 44, 0.86) 0%, rgba(2, 18, 44, 0.58) 42%, rgba(2, 18, 44, 0.18) 78%);
}

.template-home .home-hero .container {
  min-height: 520px;
  justify-items: start;
}

.template-home .home-hero-copy {
  max-width: 590px;
  margin-top: 0;
  text-align: left;
}

.template-home .home-hero h1 {
  margin-bottom: 18px;
  font-size: 54px;
  line-height: 1.14;
  letter-spacing: 0;
}

.template-home .home-hero p {
  max-width: 520px;
  margin: 0 0 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: 17px;
  font-weight: 400;
  line-height: 1.8;
}

.template-home .hero-actions {
  justify-content: flex-start;
}

.template-home .btn,
.template-home .btn-primary,
.template-home .btn-ghost-light {
  min-width: 150px;
  min-height: 48px;
  border-radius: 10px;
  font-weight: 700;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.12);
}

.template-home .btn-primary {
  background: linear-gradient(90deg, #0a67e8, #0c4fb0);
}

.template-home .btn-ghost-light {
  margin-top: 26px;
  color: #ffffff;
  background: linear-gradient(90deg, #ff9f2f, #ff8b12);
  border: 0;
}

.hero-dots {
  left: 0;
  bottom: 56px;
  transform: none;
}

.hero-dots button {
  width: 11px;
  height: 11px;
  background: rgba(255, 255, 255, 0.42);
  border: 0;
}

.hero-dots button.active {
  background: #ff9f2f;
}

.template-home .section,
.template-home .home-profile,
.template-home .home-choice,
.template-home .home-news-center {
  padding: 74px 0;
}

.home-section-title {
  margin-bottom: 44px;
}

.section-eyebrow {
  margin-bottom: 12px;
  color: #ff9f2f;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.home-section-title h2 {
  color: #1a3f8f;
  font-size: 46px;
  line-height: 1.22;
  letter-spacing: 0;
}

.home-section-title h2 span {
  color: #173a86;
}

.home-section-title p {
  margin-top: 12px;
  color: #8190a7;
  font-size: 16px;
}

.home-profile {
  background: #ffffff;
}

.profile-layout {
  grid-template-columns: 1.04fr 0.96fr;
  gap: 56px;
}

.profile-copy {
  color: #5f6d82;
  font-size: 17px;
  line-height: 1.95;
}

.profile-copy p {
  text-indent: 0;
  margin-bottom: 16px;
}

.profile-image {
  width: 100%;
  min-height: 0;
}

.profile-image img {
  height: 350px;
  border-radius: 20px;
  box-shadow: 0 16px 45px rgba(8, 31, 82, 0.12);
}

.profile-vertical {
  right: -42px;
  top: 36px;
  transform: none;
  color: #9aa6bb;
}

.profile-arrows span {
  border-radius: 8px;
  background: rgba(3, 27, 66, 0.58);
}

.profile-timeline {
  grid-template-columns: repeat(7, 1fr);
  gap: 12px;
  margin-top: 38px;
}

.profile-timeline strong {
  width: 38px;
  height: 38px;
  justify-self: center;
  background: #1b64d6;
}

.profile-timeline button {
  justify-self: center;
  color: #36558d;
}

.home-advantages {
  padding: 48px 0 44px;
  background:
    radial-gradient(circle at right bottom, rgba(16, 104, 232, 0.25), transparent 28%),
    linear-gradient(135deg, #07245a, #0a4ca2);
}

.advantage-grid {
  grid-template-columns: repeat(6, 1fr);
  gap: 22px;
}

.advantage-grid article {
  padding: 8px;
}

.adv-icon {
  width: 68px;
  height: 68px;
  margin-bottom: 16px;
}

.advantage-grid h3 {
  margin-bottom: 10px;
  font-size: 20px;
}

.advantage-grid h3::after {
  display: none;
}

.advantage-grid p {
  color: rgba(255, 255, 255, 0.75);
  font-size: 14px;
}

.home-stats {
  background: linear-gradient(90deg, #0a5fd4, #1786ff);
}

.stats-row div {
  min-height: 150px;
  flex-direction: column;
  gap: 8px;
  text-align: center;
}

.stats-row strong {
  font-size: 54px;
  font-weight: 400;
}

.stats-row span {
  color: rgba(255, 255, 255, 0.84);
  font-size: 14px;
}

.home-choice {
  background: #ffffff;
}

.choice-row {
  min-height: 0;
  margin-top: 26px;
}

.choice-right {
  grid-template-columns: 86px 1fr 0.9fr;
}

.choice-left {
  grid-template-columns: 0.9fr 86px 1fr;
}

.choice-number {
  width: 72px;
  height: 72px;
  border-radius: 20px 20px 20px 8px;
  background: linear-gradient(135deg, #0b63e4, #0a4aab);
}

.choice-number:not(.small)::after,
.choice-number.small::after {
  font-size: 28px;
}

.choice-copy {
  padding: 30px;
  background: #ffffff;
  border: 1px solid #e7edf5;
  border-radius: 18px;
  box-shadow: 0 16px 45px rgba(8, 31, 82, 0.08);
}

.choice-copy h3 {
  color: #123f92;
  font-size: 24px;
}

.choice-row img {
  height: 240px;
  border-radius: 18px;
  object-fit: cover;
}

.home-product-show {
  padding: 76px 0 92px;
  background:
    radial-gradient(circle at left top, rgba(255, 159, 47, 0.16), transparent 28%),
    linear-gradient(135deg, #061e4f, #0a4ca2);
}

.home-section-title.dark .section-eyebrow {
  color: #ff9f2f;
}

.home-section-title.dark h2,
.home-section-title.dark h2 span,
.home-section-title.dark p {
  color: #ffffff;
}

.product-show-layout {
  grid-template-columns: 260px 1fr;
  gap: 28px;
}

.product-menu {
  border-left: 6px solid #ff9f2f;
  border-radius: 18px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.08);
  box-shadow: 0 16px 45px rgba(0, 0, 0, 0.16);
}

.product-menu h3,
.product-menu a {
  padding: 21px 26px;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

.product-menu a:hover {
  background: rgba(255, 255, 255, 0.13);
}

.product-show-grid {
  gap: 22px;
}

.product-show-grid article {
  position: relative;
  min-height: 268px;
  border-radius: 18px;
  box-shadow: 0 16px 45px rgba(0, 0, 0, 0.12);
}

.product-show-grid article::before {
  content: none;
  position: absolute;
  left: 18px;
  top: 16px;
  z-index: 1;
  color: #ff9f2f;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0;
}

.product-show-grid img {
  height: 196px;
  padding: 34px 22px 8px;
  object-fit: contain;
}

.product-show-grid h3 {
  padding: 14px 20px 4px;
  color: #123f92;
  font-size: 18px;
  text-align: center;
}

.product-show-grid p {
  margin: 0;
  padding: 0 18px;
  color: #6c7f9d;
  font-size: 13px;
  text-align: center;
}

.product-show-grid a > span {
  display: block;
  width: 110px;
  margin: 14px auto 20px;
  padding: 9px 0;
  border-radius: 999px;
  background: #eef6ff;
  color: #075fc4;
  font-size: 13px;
  font-weight: 800;
  text-align: center;
}

.home-news-center {
  background: #ffffff;
}

.news-bar {
  height: auto;
  margin-bottom: 24px;
  background: transparent;
}

.news-bar strong {
  height: auto;
  padding: 0;
  color: #1a3f8f;
  background: transparent;
  font-size: 40px;
  font-weight: 800;
}

.news-bar strong::before {
  content: "NEWS CENTER";
  display: block;
  margin-bottom: 10px;
  color: #ff9f2f;
  font-size: 14px;
  letter-spacing: 0.08em;
}

.news-bar a {
  width: auto;
  height: auto;
  padding: 12px 18px;
  border-radius: 10px;
  background: #0a67e8;
  font-size: 14px;
}

.news-intro {
  margin-bottom: 34px;
  color: #8190a7;
  font-size: 16px;
}

.news-center-layout {
  gap: 32px;
  grid-template-columns: 1.05fr 0.95fr;
}

.news-list-block,
.news-image-block {
  padding: 30px;
  border: 1px solid #e7edf5;
  border-radius: 18px;
  background: #ffffff;
  box-shadow: 0 16px 45px rgba(8, 31, 82, 0.08);
}

.news-list-block h3,
.news-image-block h3 {
  font-size: 22px;
}

.news-list-block li {
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 14px 0;
  font-size: 14px;
}

.news-list-block li a {
  color: #263b59;
  font-weight: 600;
}

.news-list-block span {
  flex: 0 0 auto;
  color: #8a98ab;
}

.news-feature {
  display: block;
}

.news-feature img {
  width: 100%;
  height: 240px;
  border-radius: 14px;
}

.news-thumbs {
  grid-template-columns: repeat(2, 1fr);
}

.news-thumbs img {
  height: 110px;
  border-radius: 12px;
}

.home-footer-contact {
  background: #072b66;
}

.footer-contact-grid {
  min-height: 250px;
  grid-template-columns: 180px 120px 1fr 180px;
}

.home-footer-contact .btn {
  background: linear-gradient(90deg, #ff9f2f, #ff8b12);
}

.template-home .site-footer {
  min-height: 70px;
  background: #072b66;
}

.template-home .footer-bottom {
  background: #072b66;
  color: rgba(255, 255, 255, 0.7);
}

.scroll-state {
  display: none;
}

.template-home .floating-social-bar {
  display: none;
}

@media (max-width: 900px) {
  .template-home .header-inner {
    min-height: 78px;
  }

  .template-home .brand-subtitle,
  .template-home .nav {
    display: none;
  }

  .template-home .menu-toggle {
    display: inline-flex;
    margin-left: auto;
  }

  .template-home .home-hero,
  .template-home .home-hero .container {
    min-height: 430px;
  }

  .template-home .home-hero h1 {
    font-size: 36px;
  }

  .profile-layout,
  .choice-right,
  .choice-left,
  .product-show-layout,
  .news-center-layout,
  .footer-contact-grid {
    grid-template-columns: 1fr;
  }

  .advantage-grid,
  .stats-row,
  .product-show-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .profile-vertical {
    right: 14px;
  }
}

@media (max-width: 560px) {
  .template-home .home-topbar .container {
    align-items: flex-start;
    flex-direction: column;
    padding: 8px 0;
  }

  .template-home .brand {
    min-width: 0;
  }

  .template-home .brand-title {
    font-size: 20px;
  }

  .template-home .home-hero,
  .template-home .home-hero .container {
    min-height: 400px;
  }

  .template-home .home-hero h1 {
    font-size: 30px;
  }

  .template-home .home-hero p {
    font-size: 14px;
  }

  .home-section-title h2,
  .news-bar strong {
    font-size: 30px;
  }

  .advantage-grid,
  .stats-row,
  .product-show-grid,
  .news-thumbs {
    grid-template-columns: 1fr;
  }

  .profile-timeline {
    overflow-x: auto;
    grid-template-columns: repeat(7, 72px);
  }
}

/* Tail inner page reference overrides */
.template-inner .topbar {
  background: #061f4f;
  color: rgba(255, 255, 255, 0.92);
  font-size: 13px;
}

.template-inner .topbar .container {
  min-height: 34px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.template-inner .site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  background: rgba(255, 255, 255, 0.97);
  border-bottom: 1px solid rgba(9, 41, 91, 0.09);
  box-shadow: 0 4px 20px rgba(10, 38, 80, 0.08);
  backdrop-filter: blur(10px);
}

.template-inner .header-inner {
  min-height: 72px;
  display: flex;
  align-items: center;
  gap: 28px;
}

.template-inner .brand {
  min-width: 250px;
  gap: 12px;
}

.template-inner .brand img {
  width: 65px;
  height: 65px;
}

.template-inner .brand-title {
  color: #0b4b9a;
  font-size: 26px;
  font-weight: 800;
  line-height: 1;
}

.template-inner .brand-subtitle {
  display: none;
}

.template-inner .nav {
  margin-left: auto;
  gap: 34px;
  align-self: stretch;
}

.template-inner .nav a {
  position: relative;
  min-width: 0;
  height: auto;
  padding: 26px 0;
  color: #182842;
  background: transparent;
  font-size: 15px;
  font-weight: 600;
  border-bottom: 0;
}

.template-inner .nav a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 18px;
  height: 3px;
  border-radius: 9px;
  background: #ff8f1f;
  transform: scaleX(0);
  transition: transform 0.25s ease;
}

.template-inner .nav a:hover,
.template-inner .nav a.active {
  color: #ff8f1f;
  background: transparent;
}

.template-inner .nav a:hover::after,
.template-inner .nav a.active::after {
  transform: scaleX(1);
}

.template-inner .inner-hero {
  min-height: 305px;
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(3, 18, 48, 0.82) 0%, rgba(5, 39, 96, 0.66) 45%, rgba(5, 39, 96, 0.26) 100%),
    var(--security201-hero-bg, url("/skin/about_page_mecary_code_no_stats_advantages/assets/inner-hero-bg.jpg")) center / cover no-repeat;
}

.template-inner .inner-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.18;
  background:
    radial-gradient(circle at 16% 70%, rgba(26, 128, 255, 0.9), transparent 18%),
    repeating-radial-gradient(ellipse at 22% 76%, transparent 0 14px, rgba(255, 255, 255, 0.15) 15px 16px);
  pointer-events: none;
}

.template-inner .inner-nav-strip {
  background: #185aa8;
  color: #ffffff;
}

.template-inner .inner-product-nav {
  display: grid;
  min-height: 58px;
  grid-template-columns: repeat(8, minmax(0, 1fr));
}

.template-inner .inner-product-item {
  position: relative;
}

.template-inner .inner-product-item > a,
.template-inner .inner-product-dropdown a {
  display: flex;
  min-height: 58px;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  color: #ffffff;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 14px;
  font-weight: 700;
  text-align: center;
}

.template-inner .inner-product-item:last-child > a {
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.template-inner .inner-product-item > a:hover,
.template-inner .inner-product-item:hover > a {
  background: #0d438b;
}

.template-inner .inner-product-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 60;
  display: grid;
  min-width: 198px;
  overflow: hidden;
  background: #ffffff;
  box-shadow: 0 14px 30px rgba(10, 37, 76, 0.18);
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  transition: opacity 0.18s ease, transform 0.18s ease, visibility 0.18s ease;
}

.template-inner .inner-product-item:hover .inner-product-dropdown,
.template-inner .inner-product-item:focus-within .inner-product-dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.template-inner .inner-product-dropdown a {
  justify-content: flex-start;
  min-height: 42px;
  color: #173b6e;
  border-left: 0;
  border-bottom: 1px solid #edf2f8;
  font-size: 13px;
}

.template-inner .inner-product-dropdown a:hover {
  color: #ffffff;
  background: #185aa8;
}

.inner-footer {
  color: rgba(255, 255, 255, 0.78);
  background:
    radial-gradient(circle at 92% 8%, rgba(27, 110, 255, 0.22), transparent 24%),
    linear-gradient(135deg, #041b43 0%, #062a68 100%);
}

.inner-footer .footer-contact-grid {
  min-height: 245px;
  display: grid;
  align-items: center;
  gap: 28px;
  grid-template-columns: 180px 116px 1fr 180px;
}

.inner-footer .footer-hotline em,
.inner-footer .footer-contact-text nav a,
.inner-footer .footer-contact-text p {
  color: rgba(255, 255, 255, 0.76);
}

.inner-footer .footer-hotline span {
  color: #ffffff;
  font-size: 24px;
  font-weight: 800;
}

.inner-footer .fake-qr {
  width: 96px;
  height: 96px;
  border-color: #ffffff;
}

.inner-footer .footer-contact-text nav {
  gap: 22px 30px;
  border-bottom-color: rgba(255, 255, 255, 0.16);
}

.footer-message {
  height: 46px;
  color: #ffffff;
  background: linear-gradient(90deg, #ff8f1f, #ffb14a);
  border-radius: 8px;
}

.inner-footer .footer-bottom {
  padding: 16px 0;
  color: rgba(255, 255, 255, 0.62);
  background: rgba(0, 0, 0, 0.14);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.template-inner .floating-social-bar {
  display: none;
}

@media (max-width: 980px) {
  .template-inner .brand {
    min-width: 0;
  }

  .template-inner .nav {
    display: none;
  }

  .template-inner .menu-toggle {
    display: inline-flex;
    margin-left: auto;
  }

  .template-inner .inner-product-nav {
    display: flex;
    overflow-x: auto;
  }

  .template-inner .inner-product-item {
    flex: 0 0 150px;
  }

  .inner-footer .footer-contact-grid {
    grid-template-columns: 1fr;
  }
}

/* Final inner page Mecary reference overrides */
.template-inner .topbar {
  background: #061f4f;
  color: rgba(255, 255, 255, 0.92);
  font-size: 13px;
}

.template-inner .topbar .container {
  min-height: 34px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.template-inner .site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  background: rgba(255, 255, 255, 0.97);
  border-bottom: 1px solid rgba(9, 41, 91, 0.09);
  box-shadow: 0 4px 20px rgba(10, 38, 80, 0.08);
  backdrop-filter: blur(10px);
}

.template-inner .header-inner {
  min-height: 72px;
  display: flex;
  align-items: center;
  gap: 28px;
}

.template-inner .brand {
  min-width: 250px;
  gap: 12px;
}

.template-inner .brand img {
  width: 65px;
  height: 65px;
}

.template-inner .brand-title {
  color: #0b4b9a;
  font-size: 26px;
  font-weight: 800;
  line-height: 1;
}

.template-inner .brand-subtitle {
  display: none;
}

.template-inner .nav {
  margin-left: auto;
  gap: 34px;
  align-self: stretch;
}

.template-inner .nav a {
  position: relative;
  min-width: 0;
  height: auto;
  padding: 26px 0;
  color: #182842;
  background: transparent;
  font-size: 15px;
  font-weight: 600;
  border-bottom: 0;
}

.template-inner .nav a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 18px;
  height: 3px;
  border-radius: 9px;
  background: #ff8f1f;
  transform: scaleX(0);
  transition: transform 0.25s ease;
}

.template-inner .nav a:hover,
.template-inner .nav a.active {
  color: #ff8f1f;
  background: transparent;
}

.template-inner .nav a:hover::after,
.template-inner .nav a.active::after {
  transform: scaleX(1);
}

.template-inner .inner-hero {
  min-height: 305px;
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(3, 18, 48, 0.82) 0%, rgba(5, 39, 96, 0.66) 45%, rgba(5, 39, 96, 0.26) 100%),
    var(--security201-hero-bg, url("/skin/about_page_mecary_code_no_stats_advantages/assets/inner-hero-bg.jpg")) center / cover no-repeat;
}

.template-inner .inner-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.18;
  background:
    radial-gradient(circle at 16% 70%, rgba(26, 128, 255, 0.9), transparent 18%),
    repeating-radial-gradient(ellipse at 22% 76%, transparent 0 14px, rgba(255, 255, 255, 0.15) 15px 16px);
  pointer-events: none;
}

.template-inner .inner-nav-strip {
  background: #185aa8;
  color: #ffffff;
}

.template-inner .inner-product-nav {
  display: grid;
  min-height: 58px;
  grid-template-columns: repeat(8, minmax(0, 1fr));
}

.template-inner .inner-product-item {
  position: relative;
}

.template-inner .inner-product-item > a,
.template-inner .inner-product-dropdown a {
  display: flex;
  min-height: 58px;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  color: #ffffff;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 14px;
  font-weight: 700;
  text-align: center;
}

.template-inner .inner-product-item:last-child > a {
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.template-inner .inner-product-item > a:hover,
.template-inner .inner-product-item:hover > a {
  background: #0d438b;
}

.template-inner .inner-product-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 60;
  display: grid;
  min-width: 198px;
  overflow: hidden;
  background: #ffffff;
  box-shadow: 0 14px 30px rgba(10, 37, 76, 0.18);
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  transition: opacity 0.18s ease, transform 0.18s ease, visibility 0.18s ease;
}

.template-inner .inner-product-item:hover .inner-product-dropdown,
.template-inner .inner-product-item:focus-within .inner-product-dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.template-inner .inner-product-dropdown a {
  justify-content: flex-start;
  min-height: 42px;
  color: #173b6e;
  border-left: 0;
  border-bottom: 1px solid #edf2f8;
  font-size: 13px;
}

.template-inner .inner-product-dropdown a:hover {
  color: #ffffff;
  background: #185aa8;
}

.template-inner .inner-main {
  padding: 52px 0 78px;
}

.inner-footer {
  color: rgba(255, 255, 255, 0.78);
  background:
    radial-gradient(circle at 92% 8%, rgba(27, 110, 255, 0.22), transparent 24%),
    linear-gradient(135deg, #041b43 0%, #062a68 100%);
}

.inner-footer .footer-contact-grid {
  min-height: 245px;
  display: grid;
  align-items: center;
  gap: 28px;
  grid-template-columns: 180px 116px 1fr 180px;
}

.inner-footer .footer-hotline em,
.inner-footer .footer-contact-text nav a,
.inner-footer .footer-contact-text p {
  color: rgba(255, 255, 255, 0.76);
}

.inner-footer .footer-hotline span {
  color: #ffffff;
  font-size: 24px;
  font-weight: 800;
}

.inner-footer .fake-qr {
  width: 96px;
  height: 96px;
  border-color: #ffffff;
}

.inner-footer .footer-contact-text nav {
  gap: 22px 30px;
  border-bottom-color: rgba(255, 255, 255, 0.16);
}

.footer-message {
  height: 46px;
  color: #ffffff;
  background: linear-gradient(90deg, #ff8f1f, #ffb14a);
  border-radius: 8px;
}

.inner-footer .footer-bottom {
  padding: 16px 0;
  color: rgba(255, 255, 255, 0.62);
  background: rgba(0, 0, 0, 0.14);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.template-inner .floating-social-bar {
  display: none;
}

@media (max-width: 980px) {
  .template-inner .brand {
    min-width: 0;
  }

  .template-inner .nav {
    display: none;
  }

  .template-inner .menu-toggle {
    display: inline-flex;
    margin-left: auto;
  }

  .template-inner .inner-product-nav {
    display: flex;
    overflow-x: auto;
  }

  .template-inner .inner-product-item {
    flex: 0 0 150px;
  }

  .inner-footer .footer-contact-grid {
    grid-template-columns: 1fr;
  }
}

/* Mecary about profile rich text */
.target-article:has(.mecary-about-rich) > h1,
.target-article:has(.mecary-about-rich) > .detail-time,
.target-article:has(.mecary-about-rich) > img,
.target-article:has(.mecary-about-rich) > .detail-prevnext {
  display: none;
}

.target-article:has(.mecary-about-rich) {
  width: min(1200px, calc(100% - 36px));
  padding-top: 0;
}

.target-article:has(.mecary-about-rich) .product-body {
  margin: 0;
  padding: 0;
  max-width: none;
}

.mecary-about-rich,
.mecary-about-rich * {
  box-sizing: border-box;
}

.mecary-about-rich {
  --mecary-navy: #061f4f;
  --mecary-blue: #0a5fd4;
  --mecary-orange: #ff8f1f;
  --mecary-text: #1a2b46;
  --mecary-muted: #657286;
  --mecary-line: #e8eef6;
  --mecary-shadow: 0 18px 48px rgba(9, 38, 92, 0.12);
  color: var(--mecary-text);
}

.mecary-about-rich img {
  display: block;
  max-width: 100%;
}

.mecary-about-section {
  padding: 70px 0 30px;
  background:
    radial-gradient(circle at 18% 34%, rgba(10, 95, 212, 0.05), transparent 28%),
    linear-gradient(180deg, #ffffff 0%, #ffffff 68%, #f7fbff 100%);
}

.mecary-about-grid {
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  gap: 56px;
  align-items: center;
}

.mecary-section-kicker {
  color: var(--mecary-orange);
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.mecary-section-kicker span {
  margin-left: 10px;
  letter-spacing: 0.12em;
}

.mecary-about-copy h2,
.mecary-center-title h2 {
  margin: 16px 0 8px;
  color: #09275e;
  font-size: 42px;
  line-height: 1.1;
  letter-spacing: 0;
}

.mecary-about-copy h2 em {
  margin-left: 12px;
  color: rgba(10, 95, 212, 0.08);
  font-style: normal;
  font-size: 30px;
}

.mecary-title-line {
  display: block;
  width: 34px;
  height: 3px;
  margin: 16px 0 34px;
  border-radius: 99px;
  background: var(--mecary-orange);
}

.mecary-about-copy p {
  margin: 0 0 20px;
  color: #566376;
  font-size: 17px;
  line-height: 2.05;
  text-align: justify;
}

.mecary-about-media img {
  width: 100%;
  border-radius: 18px;
  box-shadow: var(--mecary-shadow);
}

.mecary-application-section {
  padding: 48px 0 64px;
  background: #ffffff;
}

.mecary-center-title {
  margin-bottom: 34px;
  text-align: center;
}

.mecary-center-title .mecary-title-line {
  margin: 14px auto 0;
}

.mecary-application-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 14px;
}

.mecary-application-card {
  position: relative;
  overflow: hidden;
  border-radius: 14px;
  background: #ffffff;
  box-shadow: 0 14px 36px rgba(7, 40, 92, 0.1);
  text-align: center;
  transition: transform 0.28s ease, box-shadow 0.28s ease;
}

.mecary-application-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 24px 50px rgba(7, 40, 92, 0.18);
}

.mecary-application-card img {
  width: 100%;
  height: 142px;
  object-fit: cover;
}

.mecary-icon-badge {
  position: relative;
  z-index: 1;
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  margin: -24px auto 8px;
  color: #ffffff;
  background: linear-gradient(135deg, #0a5fd4, #06429b);
  border: 4px solid #ffffff;
  border-radius: 999px;
  box-shadow: 0 8px 18px rgba(9, 44, 105, 0.18);
  font-size: 18px;
}

.mecary-application-card h3 {
  margin: 0;
  padding: 0 8px 20px;
  color: #09275e;
  font-size: 18px;
}

.mecary-vision-section {
  padding: 8px 0 54px;
  background: #ffffff;
}

.mecary-vision-card {
  position: relative;
  overflow: hidden;
  min-height: 240px;
  color: #ffffff;
  background:
    linear-gradient(90deg, rgba(3, 25, 64, 0.92), rgba(5, 64, 147, 0.82)),
    url("/skin/about_page_mecary_code_no_stats_advantages/assets/vision-banner-bg.jpg") center / cover no-repeat;
  border-radius: 18px;
  box-shadow: var(--mecary-shadow);
}

.mecary-vision-card::after {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 16% 50%, rgba(21, 122, 255, 0.35), transparent 22%),
    repeating-radial-gradient(ellipse at 14% 56%, transparent 0 18px, rgba(255, 255, 255, 0.13) 19px 20px);
  opacity: 0.8;
  pointer-events: none;
  content: "";
}

.mecary-vision-content {
  position: relative;
  z-index: 1;
  display: grid;
  min-height: 240px;
  grid-template-columns: 160px 1.2fr 0.9fr;
  gap: 28px;
  align-items: center;
  padding: 34px 48px;
}

.mecary-diamond {
  display: grid;
  width: 106px;
  height: 106px;
  place-items: center;
  color: #ffb14a;
  background: rgba(255, 255, 255, 0.08);
  border: 2px solid rgba(255, 255, 255, 0.56);
  border-radius: 999px;
  font-size: 68px;
  line-height: 1;
}

.mecary-vision-copy h2 {
  margin: 0 0 12px;
  font-size: 30px;
}

.mecary-vision-copy h3 {
  margin: 0 0 14px;
  color: #ffb14a;
  font-size: 26px;
  line-height: 1.35;
}

.mecary-vision-copy p {
  margin: 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: 16px;
  line-height: 1.9;
}

.mecary-vision-points {
  display: grid;
  gap: 16px;
}

.mecary-vision-points div {
  padding-left: 18px;
  border-left: 3px solid rgba(255, 255, 255, 0.45);
}

.mecary-vision-points strong {
  display: block;
  margin-bottom: 4px;
  font-size: 18px;
}

.mecary-vision-points span {
  display: block;
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
  line-height: 1.65;
}

@media (max-width: 1000px) {
  .mecary-about-grid,
  .mecary-vision-content {
    grid-template-columns: 1fr;
  }

  .mecary-application-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 640px) {
  .target-article:has(.mecary-about-rich) {
    width: min(100% - 28px, 1200px);
  }

  .mecary-about-section {
    padding-top: 44px;
  }

  .mecary-about-copy h2,
  .mecary-center-title h2 {
    font-size: 32px;
  }

  .mecary-application-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .mecary-vision-content {
    padding: 28px;
  }
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-size: 14px;
  line-height: 1.7;
}

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

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

.container {
  width: min(1200px, calc(100% - 32px));
  margin: 0 auto;
}

.topbar {
  color: #dce8f7;
  background: var(--blue-950);
  font-size: 12px;
}

.topbar .container {
  display: flex;
  min-height: 34px;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid rgba(223, 230, 240, 0.9);
  backdrop-filter: blur(8px);
}

.header-inner {
  display: flex;
  min-height: 72px;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 240px;
}

.brand img {
  width: 42px;
  height: 42px;
  object-fit: contain;
}

.brand-title {
  display: block;
  color: var(--blue-800);
  font-size: 24px;
  font-weight: 800;
  line-height: 1.1;
}

.brand-subtitle {
  display: block;
  margin-top: 4px;
  color: var(--muted);
  font-size: 12px;
  letter-spacing: 0;
}

.nav {
  display: flex;
  align-items: center;
  gap: 2px;
}

.nav a {
  display: inline-flex;
  min-width: 82px;
  height: 52px;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  color: #3e4b5f;
  font-size: 14px;
  border-bottom: 3px solid transparent;
}

.nav a:hover,
.nav a.active {
  color: var(--white);
  background: var(--blue-800);
  border-bottom-color: var(--gold);
}

.menu-toggle {
  display: none;
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  color: var(--blue-900);
  background: var(--blue-100);
  border: 0;
  cursor: pointer;
}

.menu-toggle span,
.menu-toggle::before,
.menu-toggle::after {
  width: 20px;
  height: 2px;
  background: currentColor;
  content: "";
}

.menu-toggle {
  flex-direction: column;
  gap: 5px;
}

.hero {
  position: relative;
  min-height: 535px;
  color: var(--white);
  background:
    linear-gradient(90deg, rgba(14, 45, 97, 0.9), rgba(20, 74, 150, 0.62), rgba(20, 74, 150, 0.22)),
    url("assets/1212_02_0um7.jpg") center/cover no-repeat;
}

.hero .container {
  display: grid;
  min-height: 535px;
  align-items: center;
  grid-template-columns: minmax(0, 620px) 1fr;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--gold);
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
}

.eyebrow::before {
  width: 34px;
  height: 2px;
  background: currentColor;
  content: "";
}

.hero h1 {
  margin: 16px 0 18px;
  font-size: clamp(34px, 6vw, 58px);
  line-height: 1.12;
  letter-spacing: 0;
}

.hero p {
  max-width: 560px;
  margin: 0 0 30px;
  color: #e8eef8;
  font-size: 17px;
}

.hero-actions,
.section-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.btn {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  font-weight: 700;
  border: 1px solid transparent;
  cursor: pointer;
}

.btn-primary {
  color: var(--white);
  background: var(--blue-800);
}

.btn-primary:hover {
  background: var(--blue-700);
}

.btn-light {
  color: var(--blue-900);
  background: var(--white);
}

.btn-outline {
  color: var(--blue-900);
  background: transparent;
  border-color: var(--blue-800);
}

.btn-outline:hover {
  color: var(--white);
  background: var(--blue-800);
}

.quick-strip {
  position: relative;
  z-index: 2;
  margin-top: -52px;
}

.quick-grid {
  display: grid;
  overflow: hidden;
  background: var(--white);
  box-shadow: var(--shadow);
  grid-template-columns: repeat(4, 1fr);
}

.quick-item {
  display: flex;
  min-height: 104px;
  align-items: center;
  gap: 16px;
  padding: 24px;
  border-right: 1px solid var(--line);
}

.quick-item:last-child {
  border-right: 0;
}

.quick-icon {
  display: inline-flex;
  width: 48px;
  height: 48px;
  flex: 0 0 48px;
  align-items: center;
  justify-content: center;
  color: var(--white);
  background: var(--blue-800);
  font-size: 22px;
  font-weight: 800;
}

.quick-item strong {
  display: block;
  color: var(--blue-900);
  font-size: 17px;
}

.quick-item span {
  color: var(--muted);
  font-size: 13px;
}

.section {
  padding: 78px 0;
}

.section-alt {
  background: var(--light);
}

.section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 32px;
}

.section-title {
  margin: 0;
  color: var(--blue-900);
  font-size: 30px;
  line-height: 1.25;
}

.section-desc {
  max-width: 560px;
  margin: 10px 0 0;
  color: var(--muted);
}

.about-grid {
  display: grid;
  align-items: center;
  gap: 42px;
  grid-template-columns: 1.05fr 0.95fr;
}

.about-media {
  position: relative;
  min-height: 380px;
  overflow: hidden;
  background: var(--blue-100);
}

.about-media img {
  width: 100%;
  height: 380px;
  object-fit: cover;
}

.phone-card {
  position: absolute;
  left: 0;
  bottom: 0;
  width: min(310px, 82%);
  padding: 26px 28px;
  color: #8fb0e8;
  background: var(--blue-900);
}

.phone-card strong {
  display: block;
  margin-top: 8px;
  color: var(--white);
  font-size: 30px;
  line-height: 1.1;
}

.check-list {
  display: grid;
  gap: 12px;
  margin: 24px 0;
  padding: 0;
  list-style: none;
}

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

.check-list li::before {
  position: absolute;
  left: 0;
  top: 3px;
  color: var(--blue-800);
  font-weight: 800;
  content: "✓";
}

.stats {
  display: grid;
  gap: 1px;
  margin-top: 28px;
  background: var(--line);
  grid-template-columns: repeat(3, 1fr);
}

.stat {
  padding: 22px;
  background: var(--white);
}

.stat strong {
  display: block;
  color: var(--blue-800);
  font-size: 28px;
}

.category-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 26px;
}

.category-tabs button {
  min-height: 40px;
  padding: 0 18px;
  color: #4d5c72;
  background: var(--white);
  border: 1px solid var(--line);
  cursor: pointer;
}

.category-tabs button.active,
.category-tabs button:hover {
  color: var(--white);
  background: var(--blue-800);
  border-color: var(--blue-800);
}

.product-grid,
.case-grid,
.news-grid,
.service-grid {
  display: grid;
  gap: 24px;
}

.product-grid {
  grid-template-columns: repeat(3, 1fr);
}

.product-card,
.case-card,
.news-card,
.service-card {
  overflow: hidden;
  background: var(--white);
  border: 1px solid var(--line);
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.product-card:hover,
.case-card:hover,
.news-card:hover,
.service-card:hover {
  transform: translateY(-4px);
  border-color: rgba(20, 74, 150, 0.35);
  box-shadow: var(--shadow);
}

.product-card img,
.case-card img,
.news-card img {
  width: 100%;
  height: 250px;
  object-fit: contain;
  background: #ffffff;
}

.card-body {
  padding: 22px;
}

.card-kicker {
  display: inline-flex;
  margin-bottom: 8px;
  color: var(--blue-800);
  font-size: 12px;
  font-weight: 800;
}

.card-body h3 {
  margin: 0 0 10px;
  color: var(--blue-900);
  font-size: 19px;
}

.card-body p {
  margin: 0;
  color: var(--muted);
}

.read-more {
  display: inline-flex;
  margin-top: 16px;
  color: var(--blue-800);
  font-weight: 800;
}

.case-grid,
.news-grid,
.service-grid {
  grid-template-columns: repeat(3, 1fr);
}

.service-card {
  padding: 28px;
}

.service-index {
  display: inline-flex;
  width: 48px;
  height: 48px;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
  color: var(--white);
  background: var(--blue-800);
  font-size: 18px;
  font-weight: 800;
}

.banner {
  color: var(--white);
  background:
    linear-gradient(90deg, rgba(16, 49, 104, 0.95), rgba(20, 74, 150, 0.72)),
    url("assets/888.jpg") center/cover no-repeat;
}

.banner .container {
  display: flex;
  min-height: 230px;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.banner h2 {
  margin: 0 0 8px;
  font-size: 30px;
}

.page-hero {
  color: var(--white);
  background:
    linear-gradient(90deg, rgba(16, 49, 104, 0.92), rgba(16, 49, 104, 0.62)),
    url("assets/888.jpg") center/cover no-repeat;
}

.page-hero .container {
  min-height: 245px;
  padding: 58px 0;
}

.page-hero h1 {
  margin: 10px 0 8px;
  font-size: 38px;
}

.breadcrumb {
  color: #d9e7f8;
  font-size: 13px;
}

.two-column {
  display: grid;
  gap: 34px;
  grid-template-columns: 270px 1fr;
}

.sidebar {
  align-self: start;
  background: var(--white);
  border: 1px solid var(--line);
}

.sidebar-title {
  padding: 18px 22px;
  color: var(--white);
  background: var(--blue-900);
  font-size: 18px;
  font-weight: 800;
}

.side-links {
  display: grid;
}

.side-links a {
  padding: 15px 22px;
  color: #47566b;
  border-bottom: 1px solid var(--line);
}

.side-links a:hover,
.side-links a.active {
  color: var(--blue-800);
  background: var(--blue-100);
}

.content-box {
  min-width: 0;
}

.content-box h2 {
  margin-top: 0;
  color: var(--blue-900);
  font-size: 28px;
}

.feature-table {
  width: 100%;
  margin: 24px 0;
  border-collapse: collapse;
  background: var(--white);
}

.feature-table th,
.feature-table td {
  padding: 14px 16px;
  text-align: left;
  border: 1px solid var(--line);
}

.feature-table th {
  width: 150px;
  color: var(--blue-900);
  background: var(--blue-100);
}

.detail-layout {
  display: grid;
  gap: 34px;
  grid-template-columns: 1fr 0.85fr;
}

.detail-gallery img {
  width: 100%;
  height: 430px;
  object-fit: cover;
  border: 1px solid var(--line);
}

.detail-panel {
  padding: 30px;
  background: var(--white);
  border: 1px solid var(--line);
}

.detail-panel h2 {
  margin: 0 0 14px;
}

.meta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 18px;
  color: var(--muted);
  font-size: 13px;
}

.article {
  max-width: 880px;
  margin: 0 auto;
}

.article h2,
.article h3 {
  color: var(--blue-900);
}

.article-cover {
  width: 100%;
  height: 380px;
  margin: 24px 0;
  object-fit: cover;
}

.contact-grid {
  display: grid;
  gap: 28px;
  grid-template-columns: 0.9fr 1.1fr;
}

.contact-card,
.contact-form {
  padding: 30px;
  background: var(--white);
  border: 1px solid var(--line);
}

.contact-list {
  display: grid;
  gap: 16px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.contact-list strong {
  display: block;
  color: var(--blue-900);
}

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

.form-grid label {
  display: grid;
  gap: 7px;
  color: var(--blue-900);
  font-weight: 700;
}

.form-grid .wide {
  grid-column: 1 / -1;
}

input,
textarea,
select {
  width: 100%;
  min-height: 44px;
  padding: 10px 12px;
  color: var(--ink);
  background: var(--white);
  border: 1px solid var(--line);
  font: inherit;
}

textarea {
  min-height: 130px;
  resize: vertical;
}

.form-message {
  min-height: 24px;
  color: var(--blue-800);
  font-weight: 700;
}

.site-footer {
  color: #8fb0e8;
  background: var(--blue-900);
}

.footer-main {
  display: grid;
  gap: 32px;
  padding: 46px 0;
  grid-template-columns: 1.2fr 0.8fr 0.8fr 1fr;
}

.footer-main h3,
.footer-main h4 {
  margin: 0 0 16px;
  color: var(--white);
}

.footer-main p {
  margin: 0;
}

.footer-links {
  display: grid;
  gap: 8px;
}

.footer-bottom {
  padding: 18px 0;
  color: #779ad3;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  text-align: center;
  font-size: 12px;
}

.reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 0.5s ease, transform 0.5s ease;
}

.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 980px) {
  .lang-switch {
    margin-left: auto;
  }

  .header-inner {
    min-height: 66px;
  }

  .menu-toggle {
    display: inline-flex;
  }

  .nav {
    position: absolute;
    left: 0;
    right: 0;
    top: 67px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    padding: 8px 16px 16px;
    background: var(--white);
    border-bottom: 1px solid var(--line);
  }

  .nav.open {
    display: flex;
  }

  .nav a {
    justify-content: flex-start;
    width: 100%;
    height: 44px;
  }

  .hero .container,
  .about-grid,
  .detail-layout,
  .contact-grid,
  .two-column {
    grid-template-columns: 1fr;
  }

  .quick-grid,
  .product-grid,
  .case-grid,
  .news-grid,
  .service-grid,
  .footer-main {
    grid-template-columns: repeat(2, 1fr);
  }

  .banner .container,
  .section-head {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 640px) {
  .topbar .container {
    align-items: flex-start;
    flex-direction: column;
    padding: 8px 0;
    gap: 2px;
  }

  .brand-title {
    font-size: 19px;
  }

  .hero,
  .hero .container {
    min-height: 500px;
  }

  .quick-grid,
  .product-grid,
  .case-grid,
  .news-grid,
  .service-grid,
  .stats,
  .footer-main,
  .form-grid {
    grid-template-columns: 1fr;
  }

  .quick-strip {
    margin-top: 0;
  }

  .quick-item {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .section {
    padding: 54px 0;
  }

  .page-hero h1 {
    font-size: 30px;
  }

  .detail-gallery img,
  .article-cover {
    height: 260px;
  }
}

/* Target-site style overrides for the home page */
.template-home .container {
  width: min(1200px, calc(100% - 32px));
}

.template-home .reveal {
  opacity: 1;
  transform: none;
}

.template-home .home-topbar {
  display: block;
  color: #dce8f7;
  background: #103168;
}

.template-home .home-topbar .container {
  min-height: 34px;
}

.template-home .site-header {
  position: relative;
  top: auto;
  background: #ffffff;
  border-bottom: 0;
  backdrop-filter: none;
  transition: box-shadow 0.25s ease, transform 0.25s ease;
}

.template-home .site-header.is-scrolled {
  box-shadow: 0 10px 28px rgba(16, 49, 104, 0.16);
}

.template-home .header-inner {
  min-height: 80px;
  gap: 20px;
  justify-content: flex-start;
}

.template-home .brand {
  min-width: 250px;
  gap: 10px;
}

.template-home .brand img {
  width: 40px;
  height: 40px;
}

.template-home .brand-title {
  color: #144a96;
  font-size: 25px;
  font-weight: 800;
  line-height: 1;
}

.template-home .brand-subtitle {
  display: none;
}

.template-home .nav {
  align-self: stretch;
  gap: 0;
  margin-left: auto;
}

.template-home .nav a {
  min-width: 120px;
  height: 80px;
  padding: 0 10px;
  color: #222222;
  font-size: 16px;
  border-bottom: 0;
}

.template-home .nav a:hover,
.template-home .nav a.active {
  color: #ffffff;
  background: #144a96;
  border-bottom: 0;
}

.template-home .nav a {
  transition: color 0.2s ease, background 0.2s ease;
}

.template-home .home-hero {
  position: relative;
  min-height: 535px;
  overflow: hidden;
  background: #1b2636;
}

.template-home .home-hero::before {
  position: absolute;
  inset: -5px;
  background: var(--hero-image, url("assets/1212_02_0um7.jpg")) center/cover no-repeat;
  filter: blur(1.5px);
  transform: scale(1.02);
  content: "";
  transition: background-image 0.45s ease, opacity 0.45s ease;
}

.template-home .home-hero::after {
  position: absolute;
  inset: 0;
  background: rgba(7, 13, 24, 0.5);
  content: "";
}

.template-home .home-hero .container {
  position: relative;
  z-index: 1;
  display: grid;
  min-height: 535px;
  align-items: center;
  justify-items: center;
  grid-template-columns: 1fr;
}

.template-home .home-hero-copy {
  max-width: 760px;
  margin-top: -14px;
  text-align: center;
}

.template-home .home-hero h1 {
  margin: 0 0 26px;
  color: #ffffff;
  font-size: 30px;
  font-weight: 800;
  line-height: 1.35;
  animation: fadeUp 0.7s ease both;
}

.template-home .home-hero p {
  max-width: 660px;
  margin: 0 auto 40px;
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  line-height: 2;
  animation: fadeUp 0.7s ease 0.08s both;
}

.template-home .hero-actions {
  justify-content: center;
}

.btn-ghost-light {
  min-width: 132px;
  min-height: 44px;
  color: #ffffff;
  background: transparent;
  border-color: rgba(255, 255, 255, 0.9);
}

.btn-ghost-light:hover {
  color: #144a96;
  background: #ffffff;
}

.hero-dots {
  position: absolute;
  left: 50%;
  bottom: 28px;
  display: flex;
  gap: 18px;
  transform: translateX(-50%);
}

.hero-dots button {
  width: 14px;
  height: 14px;
  border-radius: 999px;
  background: rgba(150, 0, 0, 0.75);
  border: 2px solid rgba(255, 255, 255, 0.35);
  padding: 0;
  cursor: pointer;
}

.hero-dots button.active {
  background: #990000;
  border-color: #990000;
}

.home-section-title {
  margin-bottom: 34px;
  text-align: center;
}

.home-section-title h2 {
  margin: 0;
  color: #ff8a00;
  font-size: 30px;
  font-weight: 800;
  line-height: 1.3;
}

.home-section-title h2 span {
  color: #144a96;
}

.template-home .section {
  padding: 34px 0 58px;
}

.home-about-grid {
  display: grid;
  align-items: center;
  gap: 40px;
  grid-template-columns: 1fr 1fr;
}

.home-about-text h3 {
  margin: 0 0 16px;
  color: #144a96;
  font-size: 22px;
}

.home-about-text p {
  color: #5f6d80;
}

.home-about-media {
  overflow: hidden;
}

.home-about-media img {
  width: 100%;
  height: 310px;
  object-fit: cover;
}

.home-profile {
  background: #ffffff;
}

.home-section-title p {
  margin: 8px 0 0;
  color: #999999;
  font-size: 13px;
}

.profile-layout {
  display: grid;
  align-items: center;
  gap: 22px;
  grid-template-columns: minmax(0, 1fr) 430px;
}

.profile-copy {
  color: #555555;
  font-size: 15px;
  line-height: 2.05;
  text-align: left;
}

.profile-copy p {
  margin: 0 0 12px;
  text-indent: 2em;
}

.profile-image {
  position: relative;
  min-height: 252px;
  width: 430px;
  justify-self: start;
}

.profile-image img {
  width: 100%;
  height: 270px;
  object-fit: cover;
  margin-left: 0;
}

.profile-vertical {
  position: absolute;
  top: 50%;
  right: -64px;
  display: flex;
  align-items: center;
  gap: 10px;
  color: #777777;
  font-size: 13px;
  letter-spacing: 1px;
  line-height: 1;
  transform: translateY(-50%);
}

.profile-vertical span,
.profile-vertical em {
  writing-mode: vertical-rl;
  text-orientation: mixed;
  font-style: normal;
}

.profile-vertical em {
  color: #888888;
  font-size: 12px;
  letter-spacing: 2px;
}

.profile-vertical::before,
.profile-vertical::after {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #cccccc;
  font-size: 18px;
  content: "+";
}

.profile-arrows {
  position: absolute;
  right: 12px;
  bottom: 12px;
  display: flex;
  gap: 6px;
}

.profile-arrows span {
  display: inline-flex;
  width: 28px;
  height: 24px;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  background: rgba(0, 0, 0, 0.42);
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
  transition: background 0.2s ease, transform 0.2s ease;
}

.profile-arrows span:hover {
  background: rgba(20, 74, 150, 0.78);
  transform: translateY(-1px);
}

.profile-timeline {
  position: relative;
  display: grid;
  align-items: center;
  gap: 48px;
  margin-top: 34px;
  color: #2f70d0;
  grid-template-columns: repeat(7, max-content);
}

.profile-timeline::before {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  height: 1px;
  background: #e7edf8;
  content: "";
}

.profile-timeline strong,
.profile-timeline button {
  position: relative;
  z-index: 1;
  display: inline-flex;
  min-width: 34px;
  height: 34px;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  border-radius: 999px;
  font-size: 12px;
}

.profile-timeline strong {
  color: #ffffff;
  background: #3478dc;
}

.profile-timeline button {
  color: #2f70d0;
  border: 0;
  cursor: pointer;
  font: inherit;
}

.profile-timeline button::before {
  width: 12px;
  height: 12px;
  border: 3px solid #4f91ef;
  border-radius: 999px;
  background: #ffffff;
  content: "";
}

.profile-timeline button {
  flex-direction: column;
  gap: 2px;
}

.profile-timeline button:hover::before,
.profile-timeline button.active::before {
  background: #3478dc;
}

.profile-timeline button.active {
  color: #144a96;
  font-weight: 700;
}

.timeline-detail {
  display: none;
  width: min(440px, 100%);
  min-height: 82px;
  margin-top: 18px;
  padding: 16px 20px;
  color: #555555;
  background: #ffffff;
  border: 1px solid #dfe7f4;
  box-shadow: 0 12px 26px rgba(16, 49, 104, 0.08);
}

.timeline-detail.open {
  display: block;
}

.timeline-detail strong {
  display: block;
  margin-bottom: 6px;
  color: #144a96;
  font-size: 16px;
}

.timeline-detail p {
  margin: 0;
  font-size: 13px;
  line-height: 1.8;
}

.home-advantages {
  color: #ffffff;
  background:
    linear-gradient(rgba(16, 36, 62, 0.78), rgba(16, 36, 62, 0.78)),
    url("assets/0000_ds5h.jpg") center/cover no-repeat;
  padding: 92px 0 86px;
}

.advantage-grid {
  display: grid;
  gap: 46px;
  grid-template-columns: repeat(6, 1fr);
}

.advantage-grid article {
  text-align: center;
  transition: transform 0.35s ease;
}

.advantage-grid article:hover {
  transform: translateY(-8px);
}

.adv-icon {
  display: inline-flex;
  width: 78px;
  height: 78px;
  align-items: center;
  justify-content: center;
  margin-bottom: 28px;
  color: #ffffff;
  border: 2px solid rgba(255, 255, 255, 0.72);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  box-shadow: inset 0 0 0 8px rgba(255, 255, 255, 0.035);
  transition: background 0.35s ease, border-color 0.35s ease, box-shadow 0.35s ease;
}

.adv-icon img {
  display: block;
  width: 36px;
  height: 36px;
  object-fit: contain;
  filter: brightness(0) invert(1);
}

.advantage-grid article:hover .adv-icon {
  background: rgba(255, 255, 255, 0.16);
  border-color: #ffffff;
  box-shadow: inset 0 0 0 8px rgba(255, 255, 255, 0.06), 0 14px 24px rgba(0, 46, 111, 0.24);
}

.advantage-grid h3 {
  margin: 0 0 20px;
  font-size: 18px;
  font-weight: 700;
}

.advantage-grid h3::after {
  display: block;
  width: 80px;
  height: 1px;
  margin: 18px auto 0;
  background: rgba(255, 255, 255, 0.7);
  content: "";
}

.advantage-grid p {
  margin: 0;
  color: #ffffff;
  font-size: 13px;
  line-height: 1.9;
}

.home-stats {
  color: #ffffff;
  background: #1559aa;
}

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

.stats-row div {
  min-height: 160px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-right: 1px solid rgba(255, 255, 255, 0.16);
}

.stats-row div:last-child {
  border-right: 0;
}

.stats-row strong {
  font-size: 48px;
  font-weight: 300;
  line-height: 1;
}

.stats-row span {
  font-size: 13px;
  line-height: 1.6;
}

.home-choice {
  position: relative;
  background:
    linear-gradient(rgba(255, 255, 255, 0.94), rgba(255, 255, 255, 0.94)),
    repeating-linear-gradient(0deg, #f0f0f0 0, #f0f0f0 1px, transparent 1px, transparent 12px),
    repeating-linear-gradient(90deg, #f0f0f0 0, #f0f0f0 1px, transparent 1px, transparent 12px);
}

.choice-row {
  display: grid;
  align-items: center;
  gap: 34px;
  min-height: 245px;
  margin-top: 24px;
}

.choice-right {
  grid-template-columns: 72px 1fr 340px;
}

.choice-left {
  grid-template-columns: 340px 72px 1fr;
}

.choice-row img {
  width: 100%;
  height: 190px;
  object-fit: cover;
  filter: drop-shadow(0 22px 20px rgba(0, 0, 0, 0.12));
}

.choice-number {
  width: 58px;
  height: 58px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  background: #1559aa;
  font-size: 30px;
  font-weight: 700;
  transform: rotate(45deg);
}

.choice-number {
  font-size: 0;
}

.choice-number:not(.small)::after {
  font-size: 30px;
  transform: rotate(-45deg);
  content: attr(data-num);
}

.choice-number.small::after {
  font-size: 30px;
  transform: rotate(-45deg);
  content: attr(data-num);
}

.choice-copy h3 {
  margin: 0 0 16px;
  color: #1559aa;
  font-size: 22px;
  line-height: 1.45;
}

.choice-copy p {
  margin: 0;
  color: #555555;
  font-size: 14px;
  line-height: 2;
}

.home-product-show {
  padding: 78px 0 96px;
  background: #1559aa;
}

.home-section-title.dark h2,
.home-section-title.dark h2 span {
  color: #ffffff;
}

.home-section-title.dark h2 {
  color: #ff8a00;
}

.home-section-title.dark p {
  color: #c8dcff;
}

.product-show-layout {
  display: grid;
  gap: 22px;
  grid-template-columns: 240px 1fr;
}

.product-menu {
  min-height: 250px;
  background: #0f4590;
  border-left: 8px solid #ffd800;
}

.product-menu h3,
.product-menu a {
  display: block;
  margin: 0;
  padding: 22px 28px;
  color: #ffffff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  text-align: center;
}

.product-menu h3 {
  font-size: 18px;
}

.product-menu a {
  font-size: 14px;
}

.product-menu a:hover {
  background: #144a96;
}

.section-active .product-menu a {
  animation: menuPulse 1.2s ease both;
}

.section-active .product-menu a:nth-child(2) {
  animation-delay: 0.05s;
}

.section-active .product-menu a:nth-child(3) {
  animation-delay: 0.12s;
}

.section-active .product-menu a:nth-child(4) {
  animation-delay: 0.19s;
}

.section-active .product-menu a:nth-child(5) {
  animation-delay: 0.26s;
}

@keyframes menuPulse {
  0% {
    background: #0f4590;
  }
  35% {
    background: #144a96;
  }
  100% {
    background: #0f4590;
  }
}

.product-show-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(3, 1fr);
}

.product-show-grid article {
  min-height: 236px;
  background: #ffffff;
  overflow: hidden;
  transition: transform 0.28s ease, box-shadow 0.28s ease;
}

.product-show-grid article:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 34px rgba(0, 0, 0, 0.2);
}

.product-show-grid img {
  width: 100%;
  height: 162px;
  object-fit: cover;
  transition: transform 0.35s ease;
}

.product-show-grid article:hover img {
  transform: scale(1.06);
}

.product-show-grid h3 {
  margin: 0;
  padding: 16px 18px;
  color: #144a96;
  font-size: 16px;
}

.product-card img,
.case-card img,
.news-card img,
.news-thumbs img,
.news-feature img,
.choice-row img {
  transition: transform 0.35s ease, filter 0.35s ease;
}

.product-card:hover img,
.case-card:hover img,
.news-card:hover img,
.news-thumbs img:hover,
.news-feature img:hover,
.choice-row img:hover {
  transform: scale(1.04);
  filter: saturate(1.08);
}

@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(18px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.scroll-animate {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.65s ease var(--delay, 0ms), transform 0.65s ease var(--delay, 0ms), filter 0.65s ease var(--delay, 0ms);
  filter: blur(2px);
}

.scroll-animate.in-view {
  opacity: 1;
  transform: translateY(0);
  filter: blur(0);
}

.template-home .scroll-animate {
  opacity: 1 !important;
  transform: none !important;
  filter: none !important;
}

.template-home .choice-row img,
.template-home .product-show-grid img {
  object-fit: contain !important;
  background: #fff;
}

.section-active .home-section-title h2,
.section-active .choice-copy h3,
.section-active .card-body h3 {
  text-shadow: 0 8px 22px rgba(20, 74, 150, 0.08);
}

.scroll-state {
  position: fixed;
  right: 18px;
  bottom: 22px;
  z-index: 50;
  min-width: 128px;
  padding: 12px 16px;
  color: #ffffff;
  background: rgba(16, 49, 104, 0.9);
  box-shadow: 0 12px 28px rgba(16, 49, 104, 0.22);
  pointer-events: none;
}

.scroll-state span {
  display: block;
  color: #9fbae6;
  font-size: 12px;
}

.scroll-state strong {
  display: block;
  margin-top: 2px;
  font-size: 15px;
}

@media (max-width: 640px) {
  .scroll-state {
    display: none;
  }
}

.home-news-center {
  padding: 34px 0 56px;
  background: #ffffff;
}

.news-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 46px;
  margin-bottom: 20px;
  background: #f1f1f1;
}

.news-bar strong {
  display: inline-flex;
  height: 46px;
  align-items: center;
  padding: 0 22px;
  color: #ffffff;
  background: #0f4590;
  font-size: 14px;
}

.news-bar a {
  display: inline-flex;
  width: 42px;
  height: 34px;
  align-items: center;
  justify-content: center;
  margin-right: 8px;
  color: #ffffff;
  background: #bfc3c8;
  font-size: 26px;
}

.news-intro {
  margin: 0 0 30px;
  color: #aaaaaa;
  text-align: center;
  font-size: 12px;
}

.news-center-layout {
  display: grid;
  gap: 54px;
  grid-template-columns: 1.08fr 0.92fr;
}

.news-list-block h3,
.news-image-block h3 {
  margin: 0 0 12px;
  color: #144a96;
  font-size: 18px;
}

.news-list-block p,
.news-image-block p {
  margin: 0 0 18px;
  color: #666666;
  font-size: 13px;
  line-height: 1.9;
}

.news-list-block ul {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid #eeeeee;
}

.news-list-block li {
  display: flex;
  gap: 16px;
  padding: 8px 0;
  color: #555555;
  border-bottom: 1px solid #eeeeee;
  font-size: 13px;
}

.news-list-block span {
  color: #888888;
  flex: 0 0 90px;
}

.news-feature {
  display: grid;
  gap: 18px;
  grid-template-columns: 170px 1fr;
  align-items: start;
}

.news-feature img {
  width: 170px;
  height: 130px;
  object-fit: cover;
}

.news-thumbs {
  display: grid;
  gap: 12px;
  margin: 20px 0;
  grid-template-columns: repeat(3, 1fr);
}

.news-thumbs img {
  width: 100%;
  height: 118px;
  object-fit: cover;
}

.home-footer-contact {
  color: #6583b4;
  background: #103168;
}

.footer-contact-grid {
  display: grid;
  align-items: center;
  gap: 28px;
  min-height: 188px;
  grid-template-columns: 160px 108px 1fr 210px;
}

.footer-hotline span {
  display: block;
  color: #47689f;
  font-size: 30px;
  font-weight: 800;
}

.footer-hotline em {
  display: block;
  font-style: normal;
  font-size: 12px;
}

.footer-hotline strong {
  display: block;
  margin-top: 18px;
  color: #8fb0e8;
  font-size: 16px;
}

.fake-qr {
  width: 92px;
  height: 92px;
  background:
    linear-gradient(90deg, #ffffff 8px, transparent 8px) 0 0 / 16px 16px,
    linear-gradient(#ffffff 8px, transparent 8px) 0 0 / 16px 16px,
    #103168;
  border: 1px solid #ffffff;
}

.footer-contact-text nav {
  display: flex;
  flex-wrap: wrap;
  gap: 34px;
  margin-bottom: 22px;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.footer-contact-text nav a {
  color: #8fb0e8;
  font-size: 13px;
}

.footer-contact-text p {
  margin: 5px 0;
  font-size: 12px;
}

.home-footer-contact .btn {
  background: #0e428d;
}

.template-home .site-footer {
  min-height: 118px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  background:
    linear-gradient(rgba(255, 255, 255, 0.92), rgba(255, 255, 255, 0.92)),
    repeating-linear-gradient(45deg, transparent 0, transparent 70px, rgba(20, 74, 150, 0.08) 70px, rgba(20, 74, 150, 0.08) 72px);
}

.template-home .footer-bottom {
  width: 100%;
  color: #7892bc;
  background: #103168;
  border-top: 0;
}

@media (max-width: 980px) {
  .advantage-grid,
  .stats-row,
  .news-center-layout,
  .footer-contact-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .product-show-layout,
  .profile-layout,
  .choice-right,
  .choice-left {
    grid-template-columns: 1fr;
  }
}

.template-home .section-alt {
  background: #f8f8f8;
}

.template-home .product-card,
.template-home .case-card {
  border-color: #e8e8e8;
  box-shadow: none;
}

.template-home .product-card:hover,
.template-home .case-card:hover {
  border-color: #144a96;
  box-shadow: 0 10px 24px rgba(16, 49, 104, 0.12);
}

.home-contact-band {
  background: #103168;
  color: #6583b4;
}

.home-contact-band .container {
  display: grid;
  min-height: 165px;
  align-items: center;
  gap: 24px;
  grid-template-columns: 230px 1fr 250px;
}

.home-hotline {
  color: #47689f;
  text-align: center;
}

.home-hotline span {
  display: block;
  font-size: 30px;
  font-weight: 800;
}

.home-hotline strong {
  font-size: 14px;
  font-weight: 400;
}

.home-contact-info p {
  margin: 4px 0;
  font-size: 12px;
}

.template-home .site-footer {
  background: #103168;
}

.template-inner {
  background: #ffffff;
}

.template-inner .site-header {
  position: sticky;
  top: 0;
  background: #ffffff;
  border-bottom: 0;
  box-shadow: none;
  backdrop-filter: none;
}

.template-inner .header-inner {
  min-height: 80px;
  gap: 20px;
  justify-content: flex-start;
}

.template-inner .brand {
  min-width: 250px;
  gap: 10px;
}

.template-inner .brand img {
  width: 65px;
  height: 65px;
}

.template-inner .brand-title {
  color: #144a96;
  font-size: 25px;
  font-weight: 800;
  line-height: 1;
}

.template-inner .brand-subtitle {
  display: none;
}

.template-inner .nav a {
  height: 80px;
  min-width: 120px;
  padding: 0 12px;
  color: #222222;
  border-bottom: 0;
  font-size: 16px;
}

.template-inner .nav {
  align-self: stretch;
  gap: 0;
  margin-left: auto;
}

.template-inner .nav a:hover,
.template-inner .nav a.active {
  color: #ffffff;
  background: #144a96;
  border-bottom: 0;
}

.inner-hero {
  min-height: 305px;
  color: #ffffff;
  background:
    linear-gradient(rgba(5, 36, 69, 0.55), rgba(5, 36, 69, 0.55)),
    url("assets/1212_02_0um7.jpg") center/cover no-repeat;
}

.inner-hero .container {
  min-height: 305px;
}

.inner-hero-text .container {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.inner-hero h1 {
  margin: 0 0 22px;
  font-size: 30px;
  font-weight: 800;
}

.inner-hero p {
  max-width: 880px;
  margin: 0;
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.9;
}

.inner-nav-strip {
  color: #ffffff;
  background: #144f9d;
}

.inner-nav-wrap {
  display: block;
  min-height: 58px;
  align-items: center;
}

.crumb {
  font-size: 13px;
  font-weight: 700;
}

.crumb a,
.crumb strong {
  color: #ffffff;
}

.crumb span {
  margin: 0 9px;
  color: rgba(255, 255, 255, 0.82);
}

.inner-cats {
  display: grid;
  height: 58px;
  grid-template-columns: repeat(6, 1fr);
}

.inner-news-cats {
  margin-left: auto;
  width: 360px;
  grid-template-columns: repeat(3, 1fr);
}

.inner-cats a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 13px;
  border-left: 1px solid rgba(255, 255, 255, 0.08);
}

.inner-cats a:hover,
.inner-cats a.active {
  background: #0d438b;
}

.inner-product-nav {
  display: grid;
  min-height: 58px;
  grid-template-columns: repeat(8, minmax(0, 1fr));
}

.inner-product-item {
  position: relative;
}

.inner-product-item > a,
.inner-product-dropdown a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 58px;
  padding: 0 10px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  border-left: 1px solid rgba(255, 255, 255, 0.08);
}

.inner-product-item > a:hover,
.inner-product-item:hover > a {
  background: #0d438b;
}

.inner-product-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 50;
  display: grid;
  min-width: 190px;
  overflow: hidden;
  background: #ffffff;
  box-shadow: 0 14px 30px rgba(10, 37, 76, 0.18);
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  transition: opacity 0.18s ease, transform 0.18s ease, visibility 0.18s ease;
}

.inner-product-item:hover .inner-product-dropdown,
.inner-product-item:focus-within .inner-product-dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.inner-product-dropdown a {
  justify-content: flex-start;
  min-height: 42px;
  color: #173b6e;
  font-size: 13px;
  border-left: 0;
  border-bottom: 1px solid #edf2f8;
}

.inner-product-dropdown a:hover {
  color: #ffffff;
  background: #144f9d;
}

@media (max-width: 980px) {
  .inner-product-nav {
    display: flex;
    overflow-x: auto;
  }

  .inner-product-item {
    flex: 0 0 150px;
  }

  .inner-product-dropdown {
    min-width: 180px;
  }
}

.inner-main {
  min-height: 620px;
  padding: 78px 0 86px;
}

.target-heading {
  position: relative;
  margin: 0 0 44px;
  color: #555555;
  font-size: 22px;
}

.target-heading::after {
  position: absolute;
  left: 0;
  bottom: -20px;
  width: 72px;
  height: 3px;
  background: #555555;
  content: "";
}

.target-article {
  color: #333333;
  font-size: 14px;
  line-height: 2.05;
}

.target-article p {
  margin: 0 0 24px;
  text-indent: 2em;
}

.about-article {
  max-width: none;
}

.inner-timeline {
  display: grid;
  align-items: center;
  gap: 42px;
  max-width: 920px;
  margin: 70px 0 0;
  grid-template-columns: auto repeat(3, auto) auto repeat(2, auto) 1fr;
  color: #2f73d7;
}

.inner-timeline::after {
  height: 2px;
  background: #e5e5e5;
  content: "";
}

.inner-timeline strong {
  display: inline-flex;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  background: #3478df;
  border-radius: 999px;
  font-size: 12px;
}

.inner-timeline span {
  position: relative;
  font-size: 13px;
}

.inner-timeline span::after {
  display: block;
  width: 14px;
  height: 14px;
  margin: 8px auto 0;
  border: 3px solid #3478df;
  border-radius: 999px;
  background: #ffffff;
  content: "";
}

.cert-band {
  padding: 46px 0 0;
  background:
    linear-gradient(rgba(7, 20, 40, 0.78), rgba(7, 20, 40, 0.78)),
    url("assets/7.jpg") center/cover no-repeat;
  text-align: center;
}

.cert-band img {
  max-width: min(760px, 100%);
  max-height: 250px;
  object-fit: contain;
}

.target-product-grid,
.target-case-grid {
  display: grid;
  gap: 20px 40px;
  grid-template-columns: repeat(4, 1fr);
}

.target-product-grid article,
.target-case-grid article {
  min-height: 236px;
  padding: 16px 16px 18px;
  text-align: center;
  background: #ffffff;
  border: 1px solid #eeeeee;
  transition: border-color 0.25s ease, transform 0.25s ease;
}

.target-product-grid article:hover,
.target-case-grid article:hover {
  border-color: #144a96;
  transform: translateY(-4px);
}

.target-product-grid a,
.target-case-grid span {
  display: block;
  color: #333333;
  font-size: 14px;
}

.target-product-grid img {
  display: block;
  width: 100%;
  height: 170px;
  margin: 0 auto 18px;
  object-fit: contain;
}

.target-case-grid img {
  display: block;
  width: 100%;
  height: 145px;
  margin: 0 auto 18px;
  object-fit: cover;
}

.pager {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  margin-top: 34px;
  color: #777777;
  font-size: 18px;
}

.pager a,
.pager span,
.pager strong,
.pager > b {
  display: inline-flex;
  min-width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  padding: 0 14px;
  color: #70757d;
  background: #f7f7f7;
  border: 1px solid #e5e5e5;
}

.pager strong,
.pager > b {
  color: #ffffff;
  background: #ff6908;
  border-color: #ff6908;
}

.pager a b {
  font-weight: 700;
}

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

.target-news-list article {
  padding: 18px 0 14px;
  border-bottom: 1px solid #dddddd;
}

.target-news-list a {
  color: #123b74;
  font-size: 14px;
  font-weight: 700;
}

.target-news-list time {
  display: block;
  margin: 7px 0;
  color: #777777;
  font-size: 13px;
}

.target-news-list p {
  margin: 0;
  color: #333333;
  font-size: 13px;
  line-height: 1.8;
}

.service-copy h2 {
  margin: 0 0 18px;
  color: #144a96;
  font-size: 18px;
}

.service-copy p {
  margin: 0 0 40px;
  color: #333333;
  font-size: 13px;
  line-height: 2;
}

.target-form {
  display: grid;
  gap: 22px 24px;
  margin-top: 54px;
  grid-template-columns: repeat(2, 1fr);
}

.target-form label {
  display: grid;
  gap: 10px;
  color: #333333;
  font-size: 13px;
}

.target-form input {
  height: 42px;
  border: 1px solid #d6d6d6;
}

.target-form .form-message {
  grid-column: 1 / -1;
  margin: 0;
}

.target-form button {
  width: min(590px, 100%);
  height: 42px;
  color: #ffffff;
  background: #f33c4a;
  border: 0;
  cursor: pointer;
}

.map-panel {
  position: relative;
  min-height: 485px;
  border: 1px solid #dcdcdc;
  background:
    radial-gradient(circle at 70% 60%, #e84e5f 0 8px, transparent 9px),
    linear-gradient(35deg, transparent 0 44%, rgba(255, 255, 255, 0.72) 45% 48%, transparent 49%),
    linear-gradient(145deg, transparent 0 32%, rgba(255, 255, 255, 0.72) 33% 36%, transparent 37%),
    linear-gradient(90deg, #dff3e8, #edf6ff 45%, #dbeedb);
}

.map-panel::before,
.map-panel::after {
  position: absolute;
  color: #7790a6;
  font-size: 13px;
  content: "港务大厦　东方明珠　国际会议中心　旅游码头";
}

.map-panel::before {
  left: 12%;
  top: 22%;
}

.map-panel::after {
  left: 18%;
  bottom: 18%;
}

.map-info {
  position: absolute;
  top: 0;
  right: 0;
  width: 370px;
  height: 280px;
  padding: 58px 44px;
  color: #ffffff;
  background: rgba(34, 47, 40, 0.7);
}

.map-info p {
  margin: 0 0 18px;
  font-size: 14px;
}

.product-detail-target,
.news-detail-target {
  max-width: 1080px;
  color: #333333;
}

.product-detail-target {
  text-align: center;
}

.product-detail-target h1,
.news-detail-target h1 {
  margin: 0 0 12px;
  color: #144a00;
  font-size: 18px;
  font-weight: 800;
}

.detail-time,
.article-meta {
  color: #555555;
  font-size: 13px;
}

.product-detail-target img {
  display: block;
  width: min(520px, 100%);
  height: 420px;
  margin: 118px auto 120px;
  object-fit: contain;
}

.detail-prevnext {
  color: #333333;
  font-size: 14px;
  text-align: left;
}

.detail-prevnext p {
  margin: 8px 0;
}

.news-detail-target h1 {
  color: #144a96;
  text-align: center;
}

.article-meta {
  display: flex;
  justify-content: center;
  gap: 42px;
  margin: 22px 0;
}

.summary-line {
  margin: 0 0 22px;
  padding: 9px 20px;
  background: #f4f1f2;
}

.news-detail-target p {
  font-size: 13px;
  line-height: 2;
}

.inner-footer {
  color: #8fb0e8;
  background: #163d7c;
}

.inner-footer .footer-contact-grid {
  min-height: 188px;
}

.footer-message {
  display: inline-flex;
  height: 44px;
  align-items: center;
  justify-content: center;
  color: #8fb0e8;
  background: #123874;
}

@media (max-width: 980px) {
  .template-home .brand,
  .template-inner .brand {
    min-width: 0;
  }

  .menu-toggle {
    margin-left: auto;
  }

  .template-home .nav,
  .template-inner .nav {
    top: 80px;
    margin-left: 0;
  }

  .home-about-grid,
  .home-contact-band .container {
    grid-template-columns: 1fr;
  }

  .home-contact-band .container {
    padding: 28px 0;
  }
}

@media (max-width: 640px) {
  .template-home .brand-title {
    font-size: 20px;
  }

  .template-home .home-hero,
  .template-home .home-hero .container {
    min-height: 430px;
  }

  .template-home .home-hero h1 {
    font-size: 24px;
  }

  .home-section-title h2 {
    font-size: 24px;
  }

  .menu-toggle {
    margin-left: auto;
  }
}

/* Typography refinement */
body {
  font-size: 15px;
  line-height: 1.82;
  text-rendering: optimizeLegibility;
}

.topbar,
.template-inner .inner-cats a,
.template-inner .inner-product-nav a,
.crumb,
.footer-contact-text p,
.footer-contact-text nav a,
.target-news-list time,
.target-news-list p,
.service-copy p,
.news-detail-target p,
.target-form label {
  font-size: 13px;
}

.nav a,
.template-inner .nav a,
.news-list-block li,
.news-list-block p,
.news-image-block p,
.target-product-grid .product-card-main,
.target-case-grid span,
.target-article,
.detail-prevnext,
.map-info p {
  font-size: 16px;
}

.profile-copy,
.profile-copy p,
.news-intro,
.choice-copy p,
.home-product-show p,
.about-article,
.target-news-list a,
.service-copy h2 {
  font-size: 15px;
}

.brand-title,
.template-inner .brand-title {
  font-size: 25px;
  line-height: 1.08;
}

.home-section-title h2,
.page-hero h1,
.inner-hero h1 {
  line-height: 1.22;
}

.home-section-title h2 {
  font-size: 34px;
}

.template-home .home-hero h1 {
  font-size: 34px;
}

.profile-copy p,
.target-article p,
.news-detail-target p,
.service-copy p {
  line-height: 2.05;
}

.advantage-grid h3,
.product-card h3,
.case-card h3,
.target-product-grid span,
.target-case-grid span,
.target-news-list a,
.news-list-block h3,
.news-image-block h3 {
  font-weight: 700;
}

.news-list-block h3 a,
.news-image-block h3 a {
  color: #144a96;
  transition: color 0.2s ease;
}

.news-list-block h3 a:hover,
.news-image-block h3 a:hover,
.news-list-block li a:hover,
.target-news-list a:hover {
  color: #f4b23f;
}

.news-list-block li {
  display: block;
  padding: 0;
}

.news-list-block li a {
  display: flex;
  gap: 16px;
  padding: 9px 0;
  color: #555555;
}

.news-feature > a {
  display: block;
}

.news-thumbs a {
  display: block;
  overflow: hidden;
}

.target-product-grid article,
.target-case-grid article {
  font-size: 14px;
}

@media (max-width: 640px) {
  body {
    font-size: 14px;
  }

  .home-section-title h2,
  .template-home .home-hero h1 {
    font-size: 26px;
  }
}

/* Mecary inner page unified header, hero, product nav and footer */
.template-inner {
  background: #ffffff;
}

.template-inner .topbar {
  background: #061f4f;
  color: rgba(255, 255, 255, 0.92);
  font-size: 13px;
}

.template-inner .topbar .container {
  min-height: 34px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.template-inner .site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  background: rgba(255, 255, 255, 0.97);
  border-bottom: 1px solid rgba(9, 41, 91, 0.09);
  box-shadow: 0 4px 20px rgba(10, 38, 80, 0.08);
  backdrop-filter: blur(10px);
}

.template-inner .header-inner {
  min-height: 72px;
  display: flex;
  align-items: center;
  gap: 28px;
}

.template-inner .brand {
  min-width: 250px;
  gap: 12px;
}

.template-inner .brand img {
  width: 65px;
  height: 65px;
}

.template-inner .brand-title {
  color: #0b4b9a;
  font-size: 26px;
  font-weight: 800;
  line-height: 1;
}

.template-inner .brand-subtitle {
  display: none;
}

.template-inner .nav {
  margin-left: auto;
  gap: 34px;
  align-self: stretch;
}

.template-inner .nav a {
  position: relative;
  min-width: 0;
  height: auto;
  padding: 26px 0;
  color: #182842;
  background: transparent;
  font-size: 15px;
  font-weight: 600;
  border-bottom: 0;
}

.template-inner .nav a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 18px;
  height: 3px;
  border-radius: 9px;
  background: #ff8f1f;
  transform: scaleX(0);
  transition: transform 0.25s ease;
}

.template-inner .nav a:hover,
.template-inner .nav a.active {
  color: #ff8f1f;
  background: transparent;
}

.template-inner .nav a:hover::after,
.template-inner .nav a.active::after {
  transform: scaleX(1);
}

.template-inner .inner-hero {
  min-height: 305px;
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(3, 18, 48, 0.82) 0%, rgba(5, 39, 96, 0.66) 45%, rgba(5, 39, 96, 0.26) 100%),
    var(--security201-hero-bg, url("/skin/about_page_mecary_code_no_stats_advantages/assets/inner-hero-bg.jpg")) center / cover no-repeat;
}

.template-inner .inner-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.18;
  background:
    radial-gradient(circle at 16% 70%, rgba(26, 128, 255, 0.9), transparent 18%),
    repeating-radial-gradient(ellipse at 22% 76%, transparent 0 14px, rgba(255, 255, 255, 0.15) 15px 16px);
  pointer-events: none;
}

.template-inner .inner-nav-strip {
  background: #185aa8;
  color: #ffffff;
}

.template-inner .inner-nav-wrap {
  min-height: 58px;
}

.template-inner .inner-product-nav {
  display: grid;
  min-height: 58px;
  grid-template-columns: repeat(8, minmax(0, 1fr));
}

.template-inner .inner-product-item {
  position: relative;
}

.template-inner .inner-product-item > a,
.template-inner .inner-product-dropdown a {
  display: flex;
  min-height: 58px;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  color: #ffffff;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 14px;
  font-weight: 700;
  text-align: center;
}

.template-inner .inner-product-item:last-child > a {
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.template-inner .inner-product-item > a:hover,
.template-inner .inner-product-item:hover > a {
  background: #0d438b;
}

.template-inner .inner-product-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 60;
  display: grid;
  min-width: 198px;
  overflow: hidden;
  background: #ffffff;
  box-shadow: 0 14px 30px rgba(10, 37, 76, 0.18);
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  transition: opacity 0.18s ease, transform 0.18s ease, visibility 0.18s ease;
}

.template-inner .inner-product-item:hover .inner-product-dropdown,
.template-inner .inner-product-item:focus-within .inner-product-dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.template-inner .inner-product-dropdown a {
  justify-content: flex-start;
  min-height: 42px;
  color: #173b6e;
  border-left: 0;
  border-bottom: 1px solid #edf2f8;
  font-size: 13px;
}

.template-inner .inner-product-dropdown a:hover {
  color: #ffffff;
  background: #185aa8;
}

.template-inner .inner-main {
  padding: 52px 0 78px;
}

.inner-footer {
  color: rgba(255, 255, 255, 0.78);
  background:
    radial-gradient(circle at 92% 8%, rgba(27, 110, 255, 0.22), transparent 24%),
    linear-gradient(135deg, #041b43 0%, #062a68 100%);
}

.inner-footer .footer-contact-grid {
  min-height: 245px;
  display: grid;
  align-items: center;
  gap: 28px;
  grid-template-columns: 180px 116px 1fr 180px;
}

.inner-footer .footer-hotline em {
  color: rgba(255, 255, 255, 0.7);
}

.inner-footer .footer-hotline span {
  color: #ffffff;
  font-size: 24px;
  font-weight: 800;
}

.inner-footer .fake-qr {
  width: 96px;
  height: 96px;
  border-color: #ffffff;
}

.inner-footer .footer-contact-text nav {
  gap: 22px 30px;
  border-bottom-color: rgba(255, 255, 255, 0.16);
}

.inner-footer .footer-contact-text nav a,
.inner-footer .footer-contact-text p {
  color: rgba(255, 255, 255, 0.76);
}

.footer-message {
  height: 46px;
  color: #ffffff;
  background: linear-gradient(90deg, #ff8f1f, #ffb14a);
  border-radius: 8px;
}

.inner-footer .footer-bottom {
  padding: 16px 0;
  color: rgba(255, 255, 255, 0.62);
  background: rgba(0, 0, 0, 0.14);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.template-inner .floating-social-bar {
  display: none;
}

@media (max-width: 980px) {
  .template-inner .brand {
    min-width: 0;
  }

  .template-inner .nav {
    display: none;
  }

  .template-inner .menu-toggle {
    display: inline-flex;
    margin-left: auto;
  }

  .template-inner .inner-product-nav {
    display: flex;
    overflow-x: auto;
  }

  .template-inner .inner-product-item {
    flex: 0 0 150px;
  }

  .template-inner .inner-footer .footer-contact-grid {
    grid-template-columns: 1fr;
  }
}

/* Final Mecary audio homepage overrides */
.template-home {
  color: #1a2a44;
  background: #f5f8fd;
}

.template-home .container {
  width: min(1200px, calc(100% - 32px));
}

.template-home .home-topbar {
  background: #072b66;
  color: rgba(255, 255, 255, 0.92);
  font-size: 12px;
}

.template-home .home-topbar .container {
  min-height: 38px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.template-home .site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.06);
  backdrop-filter: blur(10px);
}

.template-home .header-inner {
  min-height: 88px;
  gap: 24px;
}

.template-home .brand {
  min-width: 250px;
  gap: 12px;
}

.template-home .brand img {
  width: 65px;
  height: 65px;
}

.template-home .brand-title {
  color: #0b4b9a;
  font-size: 24px;
  font-weight: 800;
}

.template-home .brand-subtitle {
  display: block;
  margin-top: 5px;
  color: #6d7a8d;
  font-size: 12px;
  letter-spacing: 0;
}

.template-home .nav {
  margin-left: auto;
  gap: 28px;
}

.template-home .nav a {
  min-width: 0;
  height: auto;
  color: #2c3b54;
  background: transparent;
  font-size: 15px;
  font-weight: 500;
  position: relative;
}

.template-home .nav a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 24px;
  height: 2px;
  background: linear-gradient(90deg, #ff9f2f, #0a66e8);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.28s ease;
}

.template-home .nav a:hover,
.template-home .nav a.active {
  color: #0a4ca2;
  background: transparent;
}

.template-home .nav a:hover::after,
.template-home .nav a.active::after {
  transform: scaleX(1);
}

.template-home .home-hero {
  min-height: 520px;
  background: linear-gradient(135deg, #041d47 0%, #072b66 50%, #0a5ec9 100%);
}

.template-home .home-hero::before {
  inset: 0;
  filter: none;
  transform: none;
}

.template-home .home-hero::after {
  background: linear-gradient(90deg, rgba(2, 18, 44, 0.86) 0%, rgba(2, 18, 44, 0.58) 42%, rgba(2, 18, 44, 0.18) 78%);
}

.template-home .home-hero .container {
  min-height: 520px;
  justify-items: start;
}

.template-home .home-hero-copy {
  max-width: 590px;
  margin-top: 0;
  text-align: left;
}

.template-home .home-hero h1 {
  margin-bottom: 18px;
  font-size: 54px;
  line-height: 1.14;
  letter-spacing: 0;
}

.template-home .home-hero p {
  max-width: 520px;
  margin: 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: 17px;
  font-weight: 400;
  line-height: 1.8;
}

.template-home .hero-actions {
  justify-content: flex-start;
}

.template-home .btn,
.template-home .btn-primary,
.template-home .btn-ghost-light {
  min-width: 150px;
  min-height: 48px;
  border-radius: 10px;
  font-weight: 700;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.12);
}

.template-home .btn-primary {
  background: linear-gradient(90deg, #0a67e8, #0c4fb0);
}

.template-home .btn-ghost-light {
  margin-top: 26px;
  color: #ffffff;
  background: linear-gradient(90deg, #ff9f2f, #ff8b12);
  border: 0;
}

.hero-dots {
  left: 0;
  bottom: 56px;
  transform: none;
}

.hero-dots button {
  width: 11px;
  height: 11px;
  background: rgba(255, 255, 255, 0.42);
  border: 0;
}

.hero-dots button.active {
  background: #ff9f2f;
}

.template-home .section,
.template-home .home-profile,
.template-home .home-choice,
.template-home .home-news-center {
  padding: 74px 0;
}

.home-section-title {
  margin-bottom: 44px;
}

.section-eyebrow {
  margin-bottom: 12px;
  color: #ff9f2f;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.home-section-title h2 {
  color: #1a3f8f;
  font-size: 46px;
  line-height: 1.22;
  letter-spacing: 0;
}

.home-section-title h2 span {
  color: #173a86;
}

.home-section-title p {
  margin-top: 12px;
  color: #8190a7;
  font-size: 16px;
}

.home-profile {
  background: #ffffff;
}

.profile-layout {
  grid-template-columns: 1.04fr 0.96fr;
  gap: 56px;
}

.profile-copy {
  color: #5f6d82;
  font-size: 17px;
  line-height: 1.95;
}

.profile-copy p {
  text-indent: 0;
  margin-bottom: 16px;
}

.profile-image {
  width: 100%;
  min-height: 0;
}

.profile-image img {
  height: 350px;
  border-radius: 20px;
  box-shadow: 0 16px 45px rgba(8, 31, 82, 0.12);
}

.profile-vertical {
  right: -42px;
  top: 36px;
  transform: none;
  color: #9aa6bb;
}

.profile-arrows span {
  border-radius: 8px;
  background: rgba(3, 27, 66, 0.58);
}

.profile-timeline {
  grid-template-columns: repeat(7, 1fr);
  gap: 12px;
  margin-top: 38px;
}

.profile-timeline strong {
  width: 38px;
  height: 38px;
  justify-self: center;
  background: #1b64d6;
}

.profile-timeline button {
  justify-self: center;
  color: #36558d;
}

.home-advantages {
  padding: 48px 0 44px;
  background:
    radial-gradient(circle at right bottom, rgba(16, 104, 232, 0.25), transparent 28%),
    linear-gradient(135deg, #07245a, #0a4ca2);
}

.advantage-grid {
  grid-template-columns: repeat(6, 1fr);
  gap: 22px;
}

.advantage-grid article {
  padding: 8px;
}

.adv-icon {
  width: 68px;
  height: 68px;
  margin-bottom: 16px;
}

.advantage-grid h3 {
  margin-bottom: 10px;
  font-size: 20px;
}

.advantage-grid h3::after {
  display: none;
}

.advantage-grid p {
  color: rgba(255, 255, 255, 0.75);
  font-size: 14px;
}

.home-stats {
  background: linear-gradient(90deg, #0a5fd4, #1786ff);
}

.stats-row div {
  min-height: 150px;
  flex-direction: column;
  gap: 8px;
  text-align: center;
}

.stats-row strong {
  font-size: 54px;
  font-weight: 400;
}

.stats-row span {
  color: rgba(255, 255, 255, 0.84);
  font-size: 14px;
}

.home-choice {
  background: #ffffff;
}

.choice-row {
  min-height: 0;
  margin-top: 26px;
}

.choice-right {
  grid-template-columns: 86px 1fr 0.9fr;
}

.choice-left {
  grid-template-columns: 0.9fr 86px 1fr;
}

.choice-number {
  width: 72px;
  height: 72px;
  border-radius: 20px 20px 20px 8px;
  background: linear-gradient(135deg, #0b63e4, #0a4aab);
}

.choice-number:not(.small)::after,
.choice-number.small::after {
  font-size: 28px;
}

.choice-copy {
  padding: 30px;
  background: #ffffff;
  border: 1px solid #e7edf5;
  border-radius: 18px;
  box-shadow: 0 16px 45px rgba(8, 31, 82, 0.08);
}

.choice-copy h3 {
  color: #123f92;
  font-size: 24px;
}

.choice-row img {
  height: 240px;
  border-radius: 18px;
  object-fit: cover;
}

.home-product-show {
  padding: 76px 0 92px;
  background:
    radial-gradient(circle at left top, rgba(255, 159, 47, 0.16), transparent 28%),
    linear-gradient(135deg, #061e4f, #0a4ca2);
}

.home-section-title.dark .section-eyebrow {
  color: #ff9f2f;
}

.home-section-title.dark h2,
.home-section-title.dark h2 span,
.home-section-title.dark p {
  color: #ffffff;
}

.product-show-layout {
  grid-template-columns: 260px 1fr;
  gap: 28px;
}

.product-menu {
  border-left: 6px solid #ff9f2f;
  border-radius: 18px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.08);
  box-shadow: 0 16px 45px rgba(0, 0, 0, 0.16);
}

.product-menu h3,
.product-menu a {
  padding: 21px 26px;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

.product-menu a:hover {
  background: rgba(255, 255, 255, 0.13);
}

.product-show-grid {
  gap: 22px;
}

.product-show-grid article {
  position: relative;
  min-height: 268px;
  border-radius: 18px;
  box-shadow: 0 16px 45px rgba(0, 0, 0, 0.12);
}

.product-show-grid article::before {
  content: none;
  position: absolute;
  left: 18px;
  top: 16px;
  z-index: 1;
  color: #ff9f2f;
  font-size: 12px;
  font-weight: 800;
}

.product-show-grid img {
  height: 196px;
  padding: 34px 22px 8px;
  object-fit: contain;
}

.product-show-grid h3 {
  padding: 18px 20px 22px;
  color: #123f92;
  font-size: 18px;
  text-align: center;
}

.home-news-center {
  background: #ffffff;
}

.news-bar {
  height: auto;
  margin-bottom: 24px;
  background: transparent;
}

.news-bar strong {
  height: auto;
  padding: 0;
  color: #1a3f8f;
  background: transparent;
  font-size: 40px;
  font-weight: 800;
}

.news-bar strong::before {
  content: "NEWS CENTER";
  display: block;
  margin-bottom: 10px;
  color: #ff9f2f;
  font-size: 14px;
  letter-spacing: 0.08em;
}

.news-bar a {
  width: auto;
  height: auto;
  padding: 12px 18px;
  border-radius: 10px;
  background: #0a67e8;
  font-size: 14px;
}

.news-intro {
  margin-bottom: 34px;
  color: #8190a7;
  font-size: 16px;
}

.news-center-layout {
  gap: 32px;
  grid-template-columns: 1.05fr 0.95fr;
}

.news-list-block,
.news-image-block {
  padding: 30px;
  border: 1px solid #e7edf5;
  border-radius: 18px;
  background: #ffffff;
  box-shadow: 0 16px 45px rgba(8, 31, 82, 0.08);
}

.news-list-block h3,
.news-image-block h3 {
  font-size: 22px;
}

.news-list-block li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 14px 0;
  font-size: 14px;
}

.news-list-block li a {
  color: #263b59;
  font-weight: 600;
}

.news-list-block span {
  flex: 0 0 auto;
  color: #8a98ab;
}

.news-feature {
  display: block;
}

.news-feature img {
  width: 100%;
  height: 240px;
  border-radius: 14px;
}

.news-thumbs {
  grid-template-columns: repeat(2, 1fr);
}

.news-thumbs img {
  height: 110px;
  border-radius: 12px;
}

.home-footer-contact {
  background: #072b66;
}

.footer-contact-grid {
  min-height: 250px;
  grid-template-columns: 180px 120px 1fr 180px;
}

.home-footer-contact .btn {
  background: linear-gradient(90deg, #ff9f2f, #ff8b12);
}

.template-home .site-footer {
  min-height: 70px;
  background: #072b66;
}

.template-home .footer-bottom {
  background: #072b66;
  color: rgba(255, 255, 255, 0.7);
}

.scroll-state {
  display: none;
}

@media (max-width: 900px) {
  .template-home .header-inner {
    min-height: 78px;
  }

  .template-home .brand-subtitle,
  .template-home .nav {
    display: none;
  }

  .template-home .menu-toggle {
    display: inline-flex;
    margin-left: auto;
  }

  .template-home .home-hero,
  .template-home .home-hero .container {
    min-height: 430px;
  }

  .template-home .home-hero h1 {
    font-size: 36px;
  }

  .profile-layout,
  .choice-right,
  .choice-left,
  .product-show-layout,
  .news-center-layout,
  .footer-contact-grid {
    grid-template-columns: 1fr;
  }

  .advantage-grid,
  .stats-row,
  .product-show-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .profile-vertical {
    right: 14px;
  }
}

@media (max-width: 560px) {
  .template-home .home-topbar .container {
    align-items: flex-start;
    flex-direction: column;
    padding: 8px 0;
  }

  .template-home .brand {
    min-width: 0;
  }

  .template-home .brand-title {
    font-size: 20px;
  }

  .template-home .home-hero,
  .template-home .home-hero .container {
    min-height: 400px;
  }

  .template-home .home-hero h1 {
    font-size: 30px;
  }

  .template-home .home-hero p {
    font-size: 14px;
  }

  .home-section-title h2,
  .news-bar strong {
    font-size: 30px;
  }

  .advantage-grid,
  .stats-row,
  .product-show-grid,
  .news-thumbs {
    grid-template-columns: 1fr;
  }

  .profile-timeline {
    overflow-x: auto;
    grid-template-columns: repeat(7, 72px);
  }
}

/* Product category two-column layout */
.product-category-page {
  background: #f6f9fd;
}

.product-category-layout,
.product-layout {
  display: grid;
  grid-template-columns: 260px minmax(0, 1fr);
  gap: 30px;
  align-items: start;
}

.product-category-section {
  padding: 54px 0 70px;
  background: #f6f9fd;
}

.case-list-page .product-category-section {
  padding-top: 52px;
}

.case-list-page .product-list-panel .target-product-grid article {
  min-height: 0;
}

.product-side-menu {
  position: sticky;
  top: 98px;
  overflow: hidden;
  background: #ffffff;
  border: 0;
  border-radius: 8px;
  box-shadow: 0 18px 48px rgba(20, 62, 120, 0.11);
}

.product-side-title {
  padding: 28px 26px;
  color: #ffffff;
  background: linear-gradient(135deg, #062b6f, #0b6ae5);
}

.product-side-title strong,
.news-side-title strong,
.faq-side-title strong {
  display: block;
  font-size: 26px;
  line-height: 1.1;
  font-weight: 900;
}

.product-side-title span,
.news-side-title span,
.faq-side-title span {
  display: block;
  margin-top: 8px;
  font-size: 12px;
  line-height: 1.3;
  letter-spacing: 0.1em;
  opacity: 0.72;
  text-transform: uppercase;
}

.product-side-group {
  padding: 0;
  border-bottom: 1px solid #e7edf6;
}

.product-side-group:last-child {
  border-bottom: 0;
}

.product-side-group summary,
.product-side-group a {
  display: block;
}

.product-side-group summary {
  position: relative;
  cursor: pointer;
  list-style: none;
}

.product-side-group summary::-webkit-details-marker {
  display: none;
}

.product-side-group summary::after,
.product-side-subgroup summary::after {
  content: "+";
  position: absolute;
  top: 50%;
  right: 22px;
  color: #ff8f1f;
  font-size: 18px;
  font-weight: 800;
  transform: translateY(-50%);
}

.product-side-group summary > span {
  display: none;
}

.product-side-group[open] > summary::after,
.product-side-subgroup[open] > summary::after {
  content: "-";
}

.product-side-group summary a,
.product-side-single a {
  position: relative;
  min-height: 60px;
  padding: 19px 24px 17px 60px;
  color: #173866;
  font-size: 15px;
  font-weight: 800;
  border-bottom: 1px solid #e4edf7;
}

.product-side-children {
  padding: 0 0 12px;
  background: #fbfdff;
}

.product-side-children a,
.product-side-subgroup summary a {
  position: relative;
  min-height: 48px;
  padding: 14px 22px 12px 78px;
  color: #607089;
  font-size: 14px;
  border-bottom: 0;
}

.product-side-subgroup {
  position: relative;
  border-bottom: 1px dashed #c3d3e8;
}

.product-side-subgroup:last-child {
  border-bottom: 0;
}

.product-side-children > a.product-side-child-link {
  border-bottom: 1px dashed #c3d3e8;
}

.product-side-children > a.product-side-child-link:last-child {
  border-bottom: 0;
}

.product-side-subgroup summary {
  position: relative;
  cursor: pointer;
  list-style: none;
}

.product-side-subgroup summary::-webkit-details-marker {
  display: none;
}

.product-side-subgroup summary::after {
  right: 24px;
  color: #2d7ad8;
  font-size: 15px;
}

.product-side-grandchildren {
  position: relative;
  margin: 0 18px 8px 38px;
  padding: 3px 0 3px 17px;
  border-left: 1px solid #b8cce6;
}

.product-side-grandchildren::after {
  content: "";
  position: absolute;
  left: -1px;
  bottom: 0;
  width: 1px;
  height: 21px;
  background: #fbfdff;
}

.product-side-grandchildren a.product-side-grandchild {
  min-height: 36px;
  padding: 9px 16px 8px 32px;
  color: #49617e;
  font-size: 13px;
  line-height: 1.45;
}

.product-side-grandchildren a.product-side-grandchild::after {
  content: "";
  position: absolute;
  left: -17px;
  top: 50%;
  width: 22px;
  height: 1px;
  background: #b8cce6;
  transform: translateY(-50%);
}

.product-side-single {
  padding: 0;
}

.product-side-link {
  display: block;
  position: relative;
  min-height: 60px;
  padding: 19px 24px 17px 60px;
  color: #173866;
  font-size: 15px;
  font-weight: 800;
  border-bottom: 1px solid #e4edf7;
}

.product-side-group a:hover,
.product-side-group a.active,
.product-side-link:hover,
.product-side-link.active {
  color: #ffffff;
  background: linear-gradient(135deg, #0b5fd3, #084198);
}

.product-side-subgroup.has-active > summary a {
  color: #ffffff;
  background: linear-gradient(135deg, #0b5fd3, #084198);
}

.product-side-grandchildren a.product-side-grandchild.active {
  color: #1d65c2;
  background: #eef5ff;
}

.product-side-group summary a::before,
.product-side-single a::before,
.product-side-link::before {
  content: "";
  position: absolute;
  left: 31px;
  top: 50%;
  width: 7px;
  height: 7px;
  border: 1px solid #0b5fd3;
  background: #0b5fd3;
  transform: translate(-50%, -50%) rotate(45deg);
  transition: 0.22s;
}

.product-side-subgroup summary a::before,
.product-side-children a::before {
  content: "";
  position: absolute;
  left: 43px;
  top: 50%;
  width: 7px;
  height: 7px;
  border: 1px solid #2b74d7;
  background: #ffffff;
  transform: translate(-50%, -50%) rotate(45deg);
  transition: 0.22s;
}

.product-side-grandchildren a.product-side-grandchild::before {
  left: 14px;
  width: 6px;
  height: 6px;
  border: 0;
  border-radius: 50%;
  background: #1c65c3;
  transform: translateY(-50%);
}

.product-side-group a:hover::before,
.product-side-group a.active::before,
.product-side-subgroup.has-active > summary a::before,
.product-side-link:hover::before,
.product-side-link.active::before {
  border-color: #ffffff;
  background: #ffffff;
}

.product-side-group summary a.active {
  color: #ffffff;
  background: linear-gradient(135deg, #0b5fd3, #084198);
}

.product-list-panel {
  min-width: 0;
}

.target-product-grid .product-meta a {
  color: inherit;
}

.target-product-grid .product-meta a:hover {
  color: #0a5fd4;
}

.pager {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  margin-top: 28px;
}

.pager a,
.pager span {
  min-width: 34px;
  padding: 8px 12px;
  border: 1px solid #dce6f3;
  border-radius: 4px;
  color: #28415f;
  background: #ffffff;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
}

.pager a:hover,
.pager a.active,
.pager span.active {
  color: #ffffff;
  border-color: #0a5fd4;
  background: #0a5fd4;
}

.product-list-panel .list-head {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: end;
  margin-bottom: 22px;
  padding: 4px 0 20px;
  border-bottom: 1px solid #e7edf6;
}

.product-list-panel .list-head > div {
  flex: 0 1 640px;
  min-width: 0;
}

.product-list-panel .kicker {
  color: #ff8f1f;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.product-list-panel .list-head h2 {
  margin: 10px 0 0;
  color: #09275e;
  font-size: 34px;
  line-height: 1.22;
  font-weight: 900;
  letter-spacing: 0;
}

.product-list-panel .list-head p {
  flex: 1 0 360px;
  max-width: 460px;
  min-width: 260px;
  margin: 0;
  color: #647188;
  font-size: 15px;
  line-height: 1.8;
  text-align: right;
}

.product-list-panel .target-product-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  align-items: start;
}

.product-list-panel .target-product-grid article {
  position: relative;
  min-height: 0;
  overflow: hidden;
  padding: 20px 20px 22px;
  text-align: center;
  background: #ffffff;
  border: 1px solid #e7edf6;
  border-radius: 20px;
  box-shadow: none;
  transition: border-color 0.25s ease, transform 0.25s ease;
}

.product-list-panel .target-product-grid article:hover {
  border-color: rgba(10, 95, 212, 0.22);
}

.product-list-panel .target-product-grid .product-card-main {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  color: #06295f;
}

.product-list-panel .target-product-grid .product-card-main {
  height: auto;
}

.product-list-panel .target-product-grid img {
  width: 100%;
  aspect-ratio: 3 / 2;
  height: auto;
  margin: 4px auto 18px;
  object-fit: contain;
  background: #ffffff;
}

.product-list-panel .target-product-grid span {
  display: block;
  color: #06295f;
  font-size: 16px;
  line-height: 1.45;
  font-weight: 900;
  letter-spacing: 0;
}

.product-list-panel .target-product-grid .product-meta {
  display: block;
  margin-top: 12px;
  color: #718096;
  font-size: 14px;
  line-height: 1.45;
  font-weight: 400;
  font-style: normal;
}

.product-list-panel .target-product-grid .product-card-category {
  display: block;
  margin-top: 8px;
  color: #8894a7;
  font-size: 13px;
  line-height: 1.5;
  font-style: normal;
}

.product-list-panel .target-product-grid .product-meta a {
  display: inline;
  height: auto;
  color: #718096;
  font-size: inherit;
  font-weight: 700;
}

.product-list-panel .target-product-grid .product-card-category a {
  display: inline;
  height: auto;
  color: #6f809a;
  font-weight: 700;
}

.product-list-panel .target-product-grid .product-card-category a:hover {
  color: #0a5fd4;
}

.product-list-panel .target-product-grid .product-meta a:hover {
  color: #0a5fd4;
}

.product-list-panel .target-product-grid .product-detail-link {
  display: inline-flex;
  width: fit-content;
  min-width: 112px;
  height: 38px;
  align-items: center;
  justify-content: center;
  margin-top: 18px;
  margin-right: auto;
  margin-left: auto;
  color: #0a5fd4;
  background: #eef5ff;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 800;
  font-style: normal;
}

.product-list-panel .target-product-grid article:hover .product-detail-link {
  color: #ffffff;
  background: #ff8f1f;
}

.product-list-panel .pager {
  margin-top: 36px;
  gap: 8px;
  font-size: 15px;
}

.product-list-panel .pager a,
.product-list-panel .pager span,
.product-list-panel .pager strong,
.product-list-panel .pager > b {
  min-width: 40px;
  height: 40px;
  padding: 0 14px;
  color: #607089;
  background: #ffffff;
  border: 1px solid #e7edf6;
  border-radius: 999px;
  box-shadow: 0 8px 22px rgba(7, 40, 92, 0.06);
}

.product-list-panel .pager strong,
.product-list-panel .pager > b {
  color: #ffffff;
  background: #ff8f1f;
  border-color: #ff8f1f;
}

.product-list-panel .pager a:hover {
  color: #ffffff;
  background: #0a5fd4;
  border-color: #0a5fd4;
}

.product-category-page + .recommend-section {
  padding: 0 0 62px;
  background: #f6f9fd;
}

.recommend-card {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 42px 48px;
  color: #ffffff;
  background:
    linear-gradient(90deg, rgba(3, 25, 64, 0.95), rgba(5, 64, 147, 0.82)),
    url("/skin/mecary_product_category_page/assets/vision-bg.jpg") center / cover no-repeat;
  border-radius: 22px;
  box-shadow: 0 18px 48px rgba(9, 38, 92, 0.12);
}

.recommend-card span {
  color: #ff8f1f;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.recommend-card h2 {
  margin: 8px 0 10px;
  color: #ffffff;
  font-size: 34px;
  line-height: 1.22;
  font-weight: 900;
}

.recommend-card p {
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.8;
}

.recommend-card > a {
  display: inline-flex;
  flex: none;
  height: 46px;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  color: #ffffff;
  background: linear-gradient(90deg, #ff8f1f, #ff7e10);
  border-radius: 10px;
  font-weight: 800;
}

@media (max-width: 1100px) {
  .product-category-layout,
  .product-layout {
    grid-template-columns: 1fr;
  }

  .product-side-menu {
    position: static;
  }

  .product-list-panel .target-product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

.product-list-panel .list-head {
    flex-direction: column;
    align-items: flex-start;
  }

  .recommend-card {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 560px) {
  .product-list-panel .target-product-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .product-category-layout,
  .product-layout {
    gap: 18px;
  }

  .product-side-menu {
    max-height: 52vh;
    overflow-y: auto;
    border-radius: 8px;
  }

  .product-side-title {
    padding: 16px 18px;
  }

  .product-side-title strong {
    font-size: 21px;
  }

  .product-side-title span {
    margin-top: 4px;
  }

  .product-side-group summary a,
  .product-side-single a,
  .product-side-link {
    min-height: 44px;
    padding: 12px 42px 11px 42px;
    font-size: 14px;
  }

  .product-side-group summary::after,
  .product-side-subgroup summary::after {
    right: 16px;
  }

  .product-side-group summary a::before,
  .product-side-single a::before,
  .product-side-link::before {
    left: 22px;
  }

  .product-side-children {
    padding-bottom: 6px;
  }

  .product-side-children a,
  .product-side-subgroup summary a {
    min-height: 38px;
    padding: 10px 34px 9px 50px;
    font-size: 13px;
  }

  .product-side-subgroup summary a::before,
  .product-side-children a::before {
    left: 32px;
  }

  .product-side-grandchildren {
    max-height: 132px;
    overflow-y: auto;
    margin: 0 12px 6px 28px;
  }
}

/* Site info fields from backend */
.brand > span {
  min-width: 0;
}

.brand-title,
.template-inner .brand-title,
.template-home .brand-title {
  white-space: normal;
}

.fake-qr img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 720px) {
  .brand-title,
  .template-inner .brand-title,
  .template-home .brand-title {
    max-width: 240px;
    font-size: 18px;
    line-height: 1.2;
  }
}

/* Force inner pages to match the homepage header */
.template-inner .site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.06);
  border-bottom: 0;
  backdrop-filter: blur(10px);
}

.template-inner .header-inner {
  min-height: 88px;
  gap: 24px;
  justify-content: flex-start;
}

.template-inner .brand {
  min-width: 250px;
  gap: 12px;
}

.template-inner .brand img {
  width: 65px;
  height: 65px;
}

.template-inner .brand-title {
  color: #0b4b9a;
  font-size: 24px;
  font-weight: 800;
  line-height: 1;
}

.template-inner .brand-subtitle {
  display: block;
  margin-top: 5px;
  color: #6d7a8d;
  font-size: 12px;
  letter-spacing: 0;
}

.template-inner .nav {
  margin-left: auto;
  gap: 28px;
  align-self: center;
}

.template-inner .nav a {
  position: relative;
  min-width: 0;
  height: auto;
  padding: 34px 0;
  color: #2c3b54;
  background: transparent;
  border-bottom: 0;
  font-size: 15px;
  font-weight: 500;
  transition: color 0.2s ease, background 0.2s ease;
}

.template-inner .nav a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 24px;
  height: 2px;
  background: linear-gradient(90deg, #ff9f2f, #0a66e8);
  border-radius: 0;
  transform: scaleX(0);
  transition: transform 0.25s ease;
}

.template-inner .nav a:hover,
.template-inner .nav a.active {
  color: #0a4ca2;
  background: transparent;
  border-bottom: 0;
}

.template-inner .nav a:hover::after,
.template-inner .nav a.active::after {
  transform: scaleX(1);
}
/* FAQ page */
.faq-page {
  background: #f6f9fd;
  color: #1b2b45;
}

.faq-hero {
  position: relative;
  overflow: hidden;
  min-height: 300px;
  color: #fff;
  background: linear-gradient(90deg, rgba(3, 18, 48, .94), rgba(5, 39, 96, .72), rgba(5, 39, 96, .25)), var(--security201-hero-bg, url("/skin/mecary_faq_page/assets/faq-hero-bg.png")) center/cover no-repeat;
}

.faq-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 16% 80%, rgba(26, 128, 255, .85), transparent 18%), repeating-radial-gradient(ellipse at 20% 78%, transparent 0 14px, rgba(255, 255, 255, .13) 15px 16px);
  opacity: .22;
}

.faq-hero .container {
  position: relative;
  z-index: 1;
  min-height: 300px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.faq-hero h1 {
  margin: 0 0 12px;
  font-size: 64px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: 0;
}

.faq-hero p {
  margin: 0 0 26px;
  font-size: 24px;
  opacity: .9;
}

.faq-breadcrumb {
  font-size: 16px;
  color: rgba(255, 255, 255, .86);
}

.faq-intro {
  padding: 56px 0 28px;
  background: #fff;
}

.faq-section-head {
  text-align: center;
  margin-bottom: 30px;
}

.faq-section-head span,
.faq-list-head span,
.faq-help-card span {
  color: #ff8f1f;
  font-weight: 900;
  letter-spacing: .08em;
  font-size: 13px;
}

.faq-section-head h2 {
  margin: 12px 0 10px;
  color: #09275e;
  font-size: 42px;
  line-height: 1.2;
}

.faq-section-head p {
  margin: 0 auto;
  max-width: 720px;
  color: #647188;
  line-height: 1.8;
}

.faq-search-card {
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: 24px;
  align-items: center;
  padding: 28px 32px;
  border-radius: 24px;
  background: linear-gradient(135deg, #061f4f, #0a5fd4);
  color: #fff;
  box-shadow: 0 18px 48px rgba(9, 38, 92, .12);
}

.faq-search-card strong {
  font-size: 26px;
}

.faq-search-card p {
  margin: 8px 0 0;
  color: rgba(255, 255, 255, .72);
}

.faq-search {
  display: grid;
  grid-template-columns: 1fr 116px;
  gap: 12px;
}

.faq-search input {
  height: 50px;
  border: 0;
  border-radius: 12px;
  padding: 0 18px;
  outline: none;
  color: #233b5c;
}

.faq-search button {
  height: 50px;
  border: 0;
  border-radius: 12px;
  color: #fff;
  background: linear-gradient(90deg, #ff8f1f, #ff7e10);
  font-weight: 900;
  cursor: pointer;
}

.faq-category-tabs {
  display: flex;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 28px;
}

.faq-tab {
  border: 1px solid #e7edf6;
  background: #fff;
  color: #29405e;
  border-radius: 999px;
  padding: 12px 26px;
  font-weight: 800;
  cursor: pointer;
  box-shadow: 0 8px 20px rgba(7, 40, 92, .06);
  transition: .22s;
}

.faq-tab:hover,
.faq-tab.active {
  background: linear-gradient(90deg, #ff8f1f, #ff7e10);
  color: #fff;
  border-color: transparent;
  transform: translateY(-2px);
}

.faq-main-section {
  padding: 38px 0 64px;
}

.faq-layout {
  display: grid;
  grid-template-columns: 260px minmax(0, 1fr);
  gap: 30px;
}

.faq-side {
  align-self: start;
  position: sticky;
  top: 96px;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 48px rgba(20, 62, 120, .11);
  overflow: hidden;
  border: 0;
}

.faq-side-title {
  padding: 28px 26px;
  color: #fff;
  background: linear-gradient(135deg, #062b6f, #0b6ae5);
}

.faq-side a {
  display: block;
  position: relative;
  min-height: 60px;
  padding: 19px 24px 17px 60px;
  border-bottom: 1px solid #e4edf7;
  color: #173866;
  font-weight: 800;
}

.faq-side a:last-child {
  border-bottom: 0;
}

.faq-side a:hover,
.faq-side a.active {
  background: linear-gradient(135deg, #0b5fd3, #084198);
  color: #fff;
}

.faq-side a::before {
  content: "";
  position: absolute;
  left: 31px;
  top: 50%;
  width: 7px;
  height: 7px;
  border: 1px solid #0b5fd3;
  background: #fff;
  transform: translate(-50%, -50%) rotate(45deg);
}

.faq-side a:hover::before,
.faq-side a.active::before {
  border-color: #fff;
  background: #fff;
}

.faq-list-head {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: end;
  margin-bottom: 22px;
  padding: 4px 0 20px;
  border-bottom: 1px solid #e7edf6;
}

.faq-list-head h2 {
  margin: 10px 0 0;
  color: #09275e;
  font-size: 34px;
}

.faq-list-head p {
  flex: 1 1 560px;
  max-width: 620px;
  min-width: 320px;
  margin: 0;
  color: #647188;
  line-height: 1.8;
  text-align: right;
}

.faq-list {
  display: grid;
  gap: 14px;
}

.faq-item {
  border: 1px solid #e7edf6;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 12px 32px rgba(7, 40, 92, .06);
  overflow: hidden;
  transition: .22s;
}

.faq-item:hover {
  box-shadow: 0 20px 44px rgba(7, 40, 92, .12);
}

.faq-question {
  width: 100%;
  border: 0;
  background: #fff;
  display: grid;
  grid-template-columns: 70px 1fr 42px;
  gap: 16px;
  align-items: center;
  text-align: left;
  padding: 22px;
  cursor: pointer;
}

.faq-question span {
  width: 54px;
  height: 54px;
  border-radius: 16px;
  display: grid;
  place-items: center;
  color: #fff;
  background: linear-gradient(135deg, #0a5fd4, #06357c);
  font-weight: 900;
}

.faq-question strong {
  color: #172d56;
  font-size: 20px;
}

.faq-question i {
  width: 38px;
  height: 38px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  background: #eef5ff;
  color: #0a5fd4;
  font-style: normal;
  font-size: 24px;
  font-weight: 800;
}

.faq-answer {
  display: none;
  padding: 0 24px 24px 108px;
}

.faq-answer p {
  margin: 0;
  color: #647188;
  line-height: 1.9;
}

.faq-answer a {
  color: #0a5fd4;
  font-weight: 800;
}

.faq-item.open {
  border-color: rgba(10, 95, 212, .28);
}

.faq-item.open .faq-question i {
  background: #ff8f1f;
  color: #fff;
}

.faq-item.open .faq-answer {
  display: block;
}

.faq-help-section {
  padding: 0 0 70px;
}

.faq-help-card {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 42px 48px;
  border-radius: 22px;
  color: #fff;
  background: linear-gradient(90deg, rgba(3, 25, 64, .95), rgba(5, 64, 147, .82)), url("/skin/mecary_faq_page/assets/faq-cta-bg.png") center/cover no-repeat;
  box-shadow: 0 18px 48px rgba(9, 38, 92, .12);
}

.faq-help-card h2 {
  margin: 8px 0 10px;
  font-size: 34px;
}

.faq-help-card p {
  margin: 0;
  color: rgba(255, 255, 255, .78);
  line-height: 1.8;
}

.faq-help-card a {
  flex: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 46px;
  padding: 0 24px;
  border-radius: 10px;
  background: linear-gradient(90deg, #ff8f1f, #ff7e10);
  color: #fff;
  font-weight: 800;
}

@media (max-width: 1050px) {
  .faq-search-card {
    grid-template-columns: 1fr;
  }
  .faq-layout {
    grid-template-columns: 1fr;
  }
  .faq-side {
    position: static;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
  }
  .faq-side-title {
    grid-column: 1/-1;
  }
}

@media (max-width: 820px) {
  .faq-hero,
  .faq-hero .container {
    min-height: 240px;
  }
  .faq-hero h1 {
    font-size: 42px;
  }
  .faq-section-head h2 {
    font-size: 34px;
  }
  .faq-list-head,
  .faq-help-card {
    flex-direction: column;
    align-items: flex-start;
  }
  .faq-question {
    grid-template-columns: 56px 1fr 34px;
    padding: 18px;
  }
  .faq-question span {
    width: 46px;
    height: 46px;
  }
  .faq-question strong {
    font-size: 17px;
  }
  .faq-answer {
    padding: 0 18px 20px 90px;
  }
  .faq-side {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 560px) {
  .faq-search {
    grid-template-columns: 1fr;
  }
  .faq-answer {
    padding-left: 18px;
  }
}

/* Product detail gallery page */
.product-detail-page {
  background: #f6f9fd;
  color: #1b2b45;
}

.product-detail-hero {
  position: relative;
  overflow: hidden;
  min-height: 280px;
  color: #fff;
  background: linear-gradient(90deg, rgba(3, 18, 48, .94), rgba(5, 39, 96, .72), rgba(5, 39, 96, .25)), var(--security201-hero-bg, url("/skin/mecary_product_detail_lax10_gallery_zoom/assets/detail-hero-bg.png")) center/cover no-repeat;
}

.product-detail-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 16% 80%, rgba(26, 128, 255, .85), transparent 18%), repeating-radial-gradient(ellipse at 20% 78%, transparent 0 14px, rgba(255, 255, 255, .13) 15px 16px);
  opacity: .22;
}

.product-detail-hero .container {
  position: relative;
  z-index: 1;
  min-height: 280px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.product-detail-hero h1 {
  margin: 0 0 12px;
  font-size: 60px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: 0;
}

.product-detail-hero p {
  margin: 0 0 24px;
  font-size: 23px;
  opacity: .9;
}

.product-detail-breadcrumb {
  color: rgba(255, 255, 255, .86);
  font-size: 16px;
}

.product-detail-section {
  padding: 58px 0 70px;
}

.product-detail-layout {
  display: grid;
  grid-template-columns: 260px minmax(0, 1fr);
  gap: 30px;
  align-items: start;
}

.product-detail-layout-one {
  display: block;
}

.product-detail-layout-one .product-sidebar {
  display: none;
}

.product-detail-layout-one .product-detail-main {
  width: 100%;
}

.product-detail-main {
  min-width: 0;
}

.product-detail-top {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, .95fr);
  gap: 42px;
  align-items: center;
  margin-bottom: 34px;
}

.product-gallery-card {
  min-width: 0;
}

.product-main-image {
  position: relative;
  overflow: hidden;
  min-height: 470px;
  border-radius: 28px;
  background: #ffffff;
  box-shadow: 0 18px 48px rgba(9, 38, 92, .12);
  display: grid;
  place-items: center;
  padding: 40px;
  cursor: default;
}

.product-main-image::before {
  content: "";
  position: absolute;
  inset: 20px;
  border: 1px solid rgba(10, 95, 212, .12);
  border-radius: 22px;
}

.product-main-image .badge {
  position: absolute;
  left: 34px;
  top: 30px;
  color: #2a70c8;
  font-weight: 900;
  font-size: 13px;
  letter-spacing: .08em;
}

.product-main-image img {
  position: relative;
  z-index: 1;
  width: 100%;
  max-height: 390px;
  object-fit: contain;
  transition: none;
  filter: none;
}

.product-main-image:hover img {
  transform: none;
  filter: none;
}

.product-gallery-slider {
  display: grid;
  grid-template-columns: 42px 1fr 42px;
  gap: 10px;
  align-items: center;
  margin-top: 16px;
}

.product-thumb-viewport {
  overflow: hidden;
  padding: 2px 0;
}

.product-thumb-track {
  display: flex;
  gap: 14px;
  transform: translateX(0);
  transition: transform .35s ease;
}

.product-thumb {
  flex: 0 0 31.5%;
  height: 92px;
  border: 1px solid #e7edf6;
  background: #fff;
  border-radius: 16px;
  display: grid;
  place-items: center;
  cursor: pointer;
  box-shadow: 0 10px 28px rgba(7, 40, 92, .06);
  transition: .22s;
}

.product-thumb.active,
.product-thumb:hover {
  border-color: #ff8f1f;
  transform: translateY(-2px);
}

.product-thumb img {
  max-width: 92%;
  max-height: 72px;
  object-fit: contain;
  pointer-events: none;
}

.product-gallery-btn {
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 999px;
  display: grid;
  place-items: center;
  cursor: pointer;
  color: #fff;
  background: linear-gradient(135deg, #0a5fd4, #06429b);
  font-size: 30px;
  line-height: 1;
  box-shadow: 0 10px 24px rgba(9, 38, 92, .18);
}

.product-summary-panel .kicker {
  color: #ff8f1f;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .08em;
}

.product-summary-panel h2 {
  margin: 14px 0 8px;
  color: #09275e;
  font-size: 58px;
  line-height: 1;
}

.product-summary-panel .subtitle {
  margin: 0 0 22px;
  color: #2b4161;
  font-size: 20px;
  font-weight: 800;
}

.product-summary-panel .intro {
  color: #647188;
  line-height: 1.9;
  font-size: 16px;
}

.product-scene-box {
  margin: 24px 0;
  padding: 20px 22px;
  border-radius: 18px;
  background: linear-gradient(135deg, #061f4f, #0a5fd4);
  color: #fff;
}

.product-scene-box strong {
  display: block;
  margin-bottom: 8px;
  font-size: 18px;
}

.product-scene-box .scene-row + .scene-row {
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid rgba(255, 255, 255, .18);
}

.product-scene-box p {
  margin: 0;
  color: rgba(255, 255, 255, .78);
  line-height: 1.7;
}

.product-detail-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.product-detail-actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 46px;
  min-width: 132px;
  border-radius: 10px;
  color: #fff;
  font-weight: 900;
}

.product-detail-actions .orange {
  background: linear-gradient(90deg, #ff8f1f, #ff7e10);
}

.product-detail-actions .blue {
  background: linear-gradient(90deg, #0a5fd4, #06429b);
}

.product-detail-card {
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 18px 48px rgba(9, 38, 92, .12);
  border: 1px solid #e7edf6;
  padding: 34px;
  margin-bottom: 24px;
}

.product-detail-card .section-title span {
  color: #ff8f1f;
  font-weight: 900;
  font-size: 13px;
  letter-spacing: .08em;
}

.product-detail-card .section-title h2 {
  margin: 10px 0 24px;
  color: #09275e;
  font-size: 34px;
}

.product-detail-body {
  color: #647188;
  line-height: 2;
  font-size: 16px;
}

.product-detail-body img {
  max-width: 100%;
  max-height: 520px;
  object-fit: contain;
  margin: 12px auto 20px;
}

.product-param-table {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border: 1px solid #e7edf6;
  border-radius: 18px;
  overflow: hidden;
}

.product-param-table div {
  display: grid;
  grid-template-columns: 140px 1fr;
  min-height: 54px;
  border-bottom: 1px solid #e7edf6;
}

.product-param-table div:nth-child(odd) {
  border-right: 1px solid #e7edf6;
}

.product-param-table b {
  padding: 16px;
  background: #f2f7ff;
  color: #09275e;
}

.product-param-table span {
  padding: 16px;
  color: #526176;
  line-height: 1.6;
}

.product-param-rich table {
  width: 100%;
  min-width: 100%;
  table-layout: fixed;
  border-collapse: separate;
  border-spacing: 0;
  background: transparent;
}

.product-param-rich {
  border: 1px solid #e7edf6;
  border-radius: 12px;
  overflow: hidden;
  background: #ffffff;
}

.product-param-rich th,
.product-param-rich td {
  padding: 14px 16px;
  border: 0;
  border-bottom: 1px solid #e7edf6;
  text-align: left;
  vertical-align: top;
}

.product-param-rich th {
  width: 180px;
  border-right: 1px solid #e7edf6;
  color: #09275e;
  background: #f2f7ff;
  font-weight: 800;
}

.product-param-rich td {
  width: auto;
}

.product-param-rich table.product-param-table {
  display: table;
  grid-template-columns: none;
  border: 0;
  border-radius: 0;
}

.product-param-rich table.product-param-table tbody {
  display: grid;
  grid-template-columns: minmax(130px, 180px) minmax(0, 1fr) minmax(130px, 180px) minmax(0, 1fr);
  width: 100%;
}

.product-param-rich table.product-param-table tr {
  display: contents;
}

.product-param-rich table.product-param-table th,
.product-param-rich table.product-param-table td {
  display: table-cell;
  min-width: 0;
}

.product-param-rich table.product-param-table tr:nth-last-child(-n+2) th,
.product-param-rich table.product-param-table tr:nth-last-child(-n+2) td {
  border-bottom: 0;
}

.product-detail-cta {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 42px 48px;
  border-radius: 22px;
  color: #fff;
  background: linear-gradient(90deg, rgba(3, 25, 64, .95), rgba(5, 64, 147, .82)), url("/skin/mecary_product_detail_lax10_gallery_zoom/assets/detail-cta-bg.png") center/cover no-repeat;
  box-shadow: 0 18px 48px rgba(9, 38, 92, .12);
}

.product-detail-cta span {
  color: #ffbd72;
  font-weight: 900;
  letter-spacing: .08em;
  font-size: 13px;
}

.product-detail-cta h2 {
  margin: 8px 0 10px;
  font-size: 32px;
}

.product-detail-cta p {
  margin: 0;
  color: rgba(255, 255, 255, .78);
  line-height: 1.8;
}

.product-detail-cta a {
  flex: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 46px;
  padding: 0 24px;
  border-radius: 10px;
  background: linear-gradient(90deg, #ff8f1f, #ff7e10);
  color: #fff;
  font-weight: 800;
}

@media (max-width: 1100px) {
  .product-detail-layout,
  .product-detail-top {
    grid-template-columns: 1fr;
  }
  .product-detail-layout .product-sidebar {
    position: static;
  }
}

@media (max-width: 820px) {
  .product-detail-hero,
  .product-detail-hero .container {
    min-height: 240px;
  }
  .product-detail-hero h1 {
    font-size: 42px;
  }
  .product-summary-panel h2 {
    font-size: 44px;
  }
  .product-main-image {
    min-height: 330px;
  }
  .product-param-table {
    grid-template-columns: 1fr;
  }
  .product-param-rich table.product-param-table tbody {
    grid-template-columns: minmax(110px, 38%) minmax(0, 1fr);
  }
  .product-param-table div:nth-child(odd) {
    border-right: 0;
  }
  .product-detail-cta {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 560px) {
  .product-param-table div {
    grid-template-columns: 1fr;
  }
  .product-detail-card {
    padding: 24px;
  }
  .product-detail-actions {
    flex-direction: column;
  }
}

/* Brand culture section for about page */
.brand-culture-section {
  position: relative;
  width: 100vw;
  min-height: 420px;
  margin-left: calc(50% - 50vw);
  overflow: hidden;
  padding: 72px 0 62px;
  background:
    linear-gradient(90deg, rgba(238, 247, 255, 0.96) 0%, rgba(235, 246, 255, 0.84) 42%, rgba(229, 242, 255, 0.18) 100%),
    url("/skin/security201/assets/brand-culture-bg.png") center right / cover no-repeat;
}

.brand-culture-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.80) 0%, rgba(255, 255, 255, 0.48) 42%, rgba(255, 255, 255, 0.04) 78%),
    radial-gradient(circle at 18% 48%, rgba(10, 86, 179, 0.08), transparent 28%);
  pointer-events: none;
}

.brand-culture-inner {
  position: relative;
  z-index: 1;
  display: grid;
  width: min(1200px, calc(100% - 40px));
  margin: 0 auto;
  grid-template-columns: 1fr 0.78fr;
  gap: 70px;
  align-items: end;
}

.brand-culture-left {
  max-width: 660px;
}

.brand-culture-title {
  margin-bottom: 30px;
}

.brand-culture-title h2 {
  margin: 0;
  color: #10284d;
  font-size: 42px;
  line-height: 1.1;
  font-weight: 900;
  letter-spacing: 0;
}

.brand-culture-title span {
  display: block;
  margin-top: 6px;
  color: rgba(16, 40, 77, 0.46);
  font-size: clamp(20px, 2vw, 28px);
  line-height: 1.1;
  font-weight: 700;
  letter-spacing: 0.03em;
}

.brand-culture-title::after {
  content: "";
  display: block;
  width: 76px;
  height: 4px;
  margin-top: 18px;
  border-radius: 999px;
  background: #ff8f1f;
}

.brand-culture-desc {
  display: grid;
  gap: 20px;
}

.brand-culture-desc p {
  margin: 0;
  color: #10284d;
  font-size: 17px;
  line-height: 2;
  text-align: justify;
}

.brand-culture-right {
  display: grid;
  gap: 14px;
  padding-bottom: 4px;
}

.culture-feature-card {
  display: grid;
  min-height: 88px;
  padding: 18px 26px;
  border: 1px solid rgba(255, 255, 255, 0.92);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 16px 42px rgba(35, 95, 160, 0.14);
  grid-template-columns: 76px 1fr;
  gap: 22px;
  align-items: center;
  backdrop-filter: blur(10px);
}

.culture-icon {
  display: grid;
  width: 58px;
  height: 58px;
  border-radius: 999px;
  background: linear-gradient(135deg, #0b56b3, #082d72);
  box-shadow: 0 10px 24px rgba(10, 86, 179, 0.25);
  place-items: center;
}

.culture-icon span {
  color: #ffffff;
  font-size: 26px;
  line-height: 1;
  font-weight: 800;
}

.culture-feature-card h3 {
  margin: 0 0 6px;
  color: #0b56b3;
  font-size: 21px;
  line-height: 1.25;
  font-weight: 900;
}

.culture-feature-card p {
  margin: 0;
  color: #536982;
  font-size: 15px;
  line-height: 1.55;
}

@media (max-width: 1024px) {
  .brand-culture-section {
    padding: 60px 0 54px;
  }

  .brand-culture-inner {
    grid-template-columns: 1fr;
    gap: 34px;
    align-items: start;
  }

  .brand-culture-left {
    max-width: 100%;
  }

  .brand-culture-right {
    max-width: 720px;
  }
}

@media (max-width: 560px) {
  .brand-culture-section {
    min-height: auto;
    padding: 46px 0 42px;
    background-position: 64% center;
  }

  .brand-culture-section::before {
    background: rgba(255, 255, 255, 0.82);
  }

  .brand-culture-inner {
    width: min(100% - 28px, 1200px);
    gap: 28px;
  }

  .brand-culture-title {
    margin-bottom: 22px;
  }

  .brand-culture-title h2 {
    font-size: 32px;
  }

  .brand-culture-desc {
    gap: 14px;
  }

  .brand-culture-desc p {
    font-size: 15px;
    line-height: 1.85;
  }

  .culture-feature-card {
    padding: 16px;
    grid-template-columns: 56px 1fr;
    gap: 14px;
  }

  .culture-icon {
    width: 50px;
    height: 50px;
  }

  .culture-feature-card h3 {
    font-size: 18px;
  }

  .culture-feature-card p {
    font-size: 14px;
  }
}

/* News center */
.news-center-page {
  background: #f6f9fd;
}

.news-hero {
  position: relative;
  overflow: hidden;
  min-height: 280px;
  color: #fff;
  background: linear-gradient(90deg, rgba(3, 18, 48, .94), rgba(5, 39, 96, .72), rgba(5, 39, 96, .25)), var(--security201-hero-bg, url("/skin/mecary_news_center_page/assets/news-hero-bg.png")) center/cover no-repeat;
}

.news-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 16% 80%, rgba(26, 128, 255, .85), transparent 18%), repeating-radial-gradient(ellipse at 20% 78%, transparent 0 14px, rgba(255, 255, 255, .13) 15px 16px);
  opacity: .22;
}

.news-hero .container {
  position: relative;
  z-index: 1;
  min-height: 280px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.news-hero h1 {
  margin: 0 0 12px;
  font-size: 60px;
  line-height: 1;
  font-weight: 900;
}

.news-hero p {
  margin: 0 0 24px;
  font-size: 23px;
  opacity: .9;
}

.news-breadcrumb {
  color: rgba(255, 255, 255, .86);
  font-size: 16px;
}

.news-list-section {
  padding: 54px 0 70px;
}

.news-layout {
  display: grid;
  grid-template-columns: 260px minmax(0, 1fr);
  gap: 30px;
}

.news-side {
  align-self: start;
  position: sticky;
  top: 96px;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 48px rgba(20, 62, 120, .11);
  overflow: hidden;
  border: 0;
}

.news-side-title {
  padding: 28px 26px;
  color: #fff;
  background: linear-gradient(135deg, #062b6f, #0b6ae5);
}

.news-side a {
  display: block;
  position: relative;
  min-height: 60px;
  padding: 19px 24px 17px 60px;
  border-bottom: 1px solid #e4edf7;
  color: #173866;
  font-weight: 800;
}

.news-side a.active,
.news-side a:hover {
  background: linear-gradient(135deg, #0b5fd3, #084198);
  color: #fff;
}

.news-side a::before {
  content: "";
  position: absolute;
  left: 31px;
  top: 50%;
  width: 7px;
  height: 7px;
  border: 1px solid #0b5fd3;
  background: #fff;
  transform: translate(-50%, -50%) rotate(45deg);
}

.news-side a:hover::before,
.news-side a.active::before {
  border-color: #fff;
  background: #fff;
}

.news-main-head {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: end;
  margin-bottom: 22px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e7edf6;
}

.news-main-head span,
.news-detail-card .section-title span {
  color: #ff8f1f;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .08em;
}

.news-main-head h2 {
  margin: 10px 0 0;
  color: #09275e;
  font-size: 34px;
}

.news-main-head p {
  flex: 1 1 560px;
  max-width: 620px;
  min-width: 320px;
  margin: 0;
  color: #647188;
  line-height: 1.8;
  text-align: right;
}

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

.news-item {
  display: grid;
  grid-template-columns: 92px 1fr auto;
  gap: 22px;
  align-items: center;
  padding: 24px;
  border-radius: 18px;
  background: #fff;
  border: 1px solid #e7edf6;
  box-shadow: 0 12px 32px rgba(7, 40, 92, .06);
}

.news-item .date {
  width: 76px;
  height: 76px;
  border-radius: 18px;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, #0a5fd4, #06357c);
  color: #fff;
}

.news-item .date strong {
  display: block;
  font-size: 26px;
  line-height: 1;
}

.news-item .date span {
  font-size: 12px;
  opacity: .82;
}

.news-copy em {
  color: #ff8f1f;
  font-style: normal;
  font-weight: 800;
  font-size: 13px;
}

.news-copy h3 {
  margin: 7px 0 8px;
  color: #172d56;
  font-size: 21px;
}

.news-copy p {
  margin: 0;
  color: #647188;
  line-height: 1.7;
}

.news-item > a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  padding: 0 18px;
  border-radius: 999px;
  color: #0a5fd4;
  background: #eef5ff;
  font-weight: 800;
}

.news-detail-section {
  padding: 54px 0 70px;
}

.news-detail-card {
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 18px 48px rgba(9, 38, 92, .12);
  border: 1px solid #e7edf6;
  padding: 38px;
}

.news-detail-card h1 {
  margin: 8px 0 10px;
  color: #09275e;
  font-size: 38px;
}

.news-detail-meta {
  margin: 0 0 26px;
  color: #647188;
}

.news-detail-body {
  color: #45556e;
  line-height: 2;
  font-size: 16px;
}

.news-detail-body img {
  max-width: 100%;
  height: auto;
  margin: 16px auto;
}

/* Single page template */
.single-page-main {
  background: #f6f9fd;
}

.single-page-section {
  padding: 34px 0 78px;
}

.single-page-main .single-page-hero {
  min-height: 260px;
}

.single-page-main .single-page-hero .hero-inner {
  min-height: 260px;
}

.single-page-layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  align-items: start;
}

.single-page-layout-one {
  grid-template-columns: 1fr;
}

.single-page-side {
  position: sticky;
  top: 118px;
  overflow: hidden;
  background: #ffffff;
  border: 1px solid #e7edf6;
  border-radius: 16px;
  box-shadow: 0 16px 38px rgba(9, 38, 92, 0.08);
}

.single-page-side-title {
  padding: 18px 22px;
  color: #ffffff;
  background: #0b4b9a;
  font-size: 20px;
  font-weight: 900;
}

.single-page-side nav {
  display: grid;
  padding: 10px 0;
}

.single-page-side a {
  display: block;
  padding: 14px 22px;
  color: #24344d;
  border-bottom: 1px solid #edf2f8;
  font-size: 15px;
  font-weight: 700;
  transition: color 0.2s ease, background 0.2s ease, padding-left 0.2s ease;
}

.single-page-side a:last-child {
  border-bottom: 0;
}

.single-page-side a:hover {
  padding-left: 28px;
  color: #0a5fd4;
  background: #f3f8ff;
}

.single-page-card {
  min-width: 0;
  padding: 26px 34px 34px;
  background: #ffffff;
  border: 1px solid #e7edf6;
  border-radius: 20px;
  box-shadow: 0 18px 48px rgba(9, 38, 92, 0.10);
}

.single-page-layout-one .single-page-card {
  padding: 0;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.single-page-body {
  color: #40516b;
  font-size: 16px;
  line-height: 2;
}

.single-page-body img {
  max-width: 100%;
  height: auto;
}

.single-page-body > :first-child,
.single-page-body .mecary-about-rich > :first-child {
  margin-top: 0;
}

.single-page-card .mecary-about-section {
  padding-top: 18px;
}

.single-page-layout-one .mecary-about-section {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  padding: 56px 0 44px;
}

.single-page-layout-one .mecary-about-grid {
  width: min(1200px, calc(100% - 40px));
  margin: 0 auto;
}

.single-page-layout-one .brand-culture-section {
  width: 100vw;
  margin: 0 0 0 calc(50% - 50vw);
  padding: 72px 0 62px;
  border: 0;
  border-radius: 0;
}

.single-page-layout-one .brand-culture-inner {
  width: min(1200px, calc(100% - 40px));
  grid-template-columns: 1fr 0.78fr;
  gap: 70px;
  align-items: end;
}

.single-page-layout-one .brand-culture-left {
  max-width: 660px;
}

.single-page-layout-one .brand-culture-title h2 {
  font-size: 42px;
}

.single-page-layout-one .brand-culture-title span {
  font-size: clamp(20px, 2vw, 28px);
}

.single-page-layout-one .brand-culture-desc p {
  font-size: 17px;
  line-height: 2;
}

.single-page-card .brand-culture-section {
  width: 100%;
  min-height: auto;
  margin: 34px 0;
  padding: 38px 32px;
  border: 1px solid #dce9f8;
  border-radius: 20px;
}

.single-page-card .brand-culture-inner {
  width: 100%;
  grid-template-columns: 1fr;
  gap: 28px;
}

.single-page-card .brand-culture-left {
  max-width: none;
}

.single-page-card .brand-culture-title h2 {
  font-size: 32px;
}

.single-page-card .brand-culture-title span {
  font-size: 20px;
}

.single-page-card .brand-culture-desc p {
  font-size: 15px;
  line-height: 1.9;
}

.single-page-card .culture-feature-card {
  border-color: #e2edf8;
  background: rgba(255, 255, 255, 0.86);
}

.single-page-layout-one .single-page-card .brand-culture-section {
  width: 100vw;
  margin: 0 0 0 calc(50% - 50vw);
  padding: 72px 0 62px;
  border: 0;
  border-radius: 0;
}

.single-page-layout-one .single-page-card .brand-culture-inner {
  width: min(1200px, calc(100% - 40px));
  grid-template-columns: 1fr 0.78fr;
  gap: 70px;
  align-items: end;
}

.single-page-layout-one .single-page-card .brand-culture-left {
  max-width: 660px;
}

.single-page-layout-one .single-page-card .brand-culture-title h2 {
  font-size: 42px;
}

.single-page-layout-one .single-page-card .brand-culture-title span {
  font-size: clamp(20px, 2vw, 28px);
}

.single-page-layout-one .single-page-card .brand-culture-desc p {
  font-size: 17px;
  line-height: 2;
}

@media (max-width: 900px) {
  .news-layout,
  .news-item {
    grid-template-columns: 1fr;
  }
  .news-side {
    position: static;
  }
  .news-main-head {
    flex-direction: column;
    align-items: flex-start;
  }
  .single-page-layout {
    grid-template-columns: 1fr;
  }
  .single-page-side {
    position: static;
  }
  .single-page-side nav {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .single-page-card {
    padding: 22px 24px 24px;
  }
  .single-page-layout-one .single-page-card {
    padding: 0;
  }
  .single-page-card .mecary-about-section {
    padding-top: 8px;
  }
  .single-page-layout-one .mecary-about-section {
    padding: 42px 0 36px;
  }
  .single-page-layout-one .mecary-about-grid,
  .single-page-layout-one .brand-culture-inner {
    width: min(100% - 32px, 1200px);
  }
  .single-page-layout-one .brand-culture-inner {
    grid-template-columns: 1fr;
    gap: 34px;
    align-items: start;
  }
  .single-page-card .brand-culture-section {
    padding: 30px 22px;
  }
  .single-page-layout-one .brand-culture-section {
    padding: 60px 0 54px;
  }
  .single-page-layout-one .single-page-card .brand-culture-section {
    padding: 60px 0 54px;
  }
  .single-page-layout-one .single-page-card .brand-culture-inner {
    width: min(100% - 32px, 1200px);
    grid-template-columns: 1fr;
    gap: 34px;
    align-items: start;
  }
}

@media (max-width: 560px) {
  .single-page-section {
    padding: 36px 0 56px;
  }
  .single-page-side nav {
    grid-template-columns: 1fr;
  }
  .single-page-card {
    padding: 16px 18px 18px;
    border-radius: 16px;
  }
  .single-page-layout-one .single-page-card {
    padding: 0;
    border-radius: 0;
  }
  .single-page-card .mecary-about-section {
    padding-top: 4px;
  }
  .single-page-layout-one .mecary-about-section {
    padding: 34px 0 30px;
  }
  .single-page-card .brand-culture-section {
    padding: 26px 18px;
    border-radius: 16px;
  }
  .single-page-layout-one .brand-culture-section {
    padding: 44px 0 42px;
    border-radius: 0;
  }
  .single-page-layout-one .single-page-card .brand-culture-section {
    padding: 44px 0 42px;
    border-radius: 0;
  }
}

/* Contact page */
.contact-page {
  background: #f6f9fd;
  color: #1b2b45;
}

.contact-hero {
  position: relative;
  overflow: hidden;
  min-height: 300px;
  color: #fff;
  background: linear-gradient(90deg, rgba(3, 18, 48, .94), rgba(5, 39, 96, .72), rgba(5, 39, 96, .25)), var(--security201-hero-bg, url("/skin/mecary_contact_page/assets/contact-hero-bg.png")) center/cover no-repeat;
}

.contact-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 16% 80%, rgba(26, 128, 255, .85), transparent 18%), repeating-radial-gradient(ellipse at 20% 78%, transparent 0 14px, rgba(255, 255, 255, .13) 15px 16px);
  opacity: .22;
}

.contact-hero .container {
  position: relative;
  z-index: 1;
  min-height: 300px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.contact-hero h1 {
  margin: 0 0 12px;
  font-size: 64px;
  line-height: 1;
  font-weight: 900;
}

.contact-hero p {
  margin: 0 0 26px;
  font-size: 24px;
  opacity: .9;
}

.contact-breadcrumb {
  font-size: 16px;
  color: rgba(255, 255, 255, .86);
}

.contact-overview {
  padding: 58px 0 34px;
  background: #fff;
}

.contact-section-head {
  text-align: center;
  margin-bottom: 34px;
}

.contact-section-head span,
.contact-panel-title span,
.contact-route-card span,
.contact-cta-card span {
  color: #ff8f1f;
  font-weight: 900;
  letter-spacing: .08em;
  font-size: 13px;
}

.contact-section-head h2 {
  margin: 12px 0 10px;
  color: #09275e;
  font-size: 42px;
  line-height: 1.2;
}

.contact-section-head p {
  margin: 0 auto;
  max-width: 720px;
  color: #647188;
  line-height: 1.8;
}

.contact-cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.contact-card {
  position: relative;
  overflow: hidden;
  border-radius: 22px;
  background: #fff;
  border: 1px solid #e7edf6;
  box-shadow: 0 18px 48px rgba(9, 38, 92, .12);
  padding: 28px 24px;
  transition: .25s;
}

.contact-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 28px 60px rgba(9, 38, 92, .18);
}

.contact-card.primary {
  color: #fff;
  background: linear-gradient(135deg, #061f4f, #0a5fd4);
}

.contact-card .icon {
  width: 54px;
  height: 54px;
  border-radius: 16px;
  display: grid;
  place-items: center;
  margin-bottom: 18px;
  background: #eef5ff;
  color: #0a5fd4;
  font-size: 27px;
}

.contact-card.primary .icon {
  background: rgba(255, 255, 255, .14);
  color: #fff;
}

.contact-card span {
  display: block;
  color: #ff8f1f;
  font-weight: 900;
  font-size: 13px;
  letter-spacing: .08em;
}

.contact-card strong {
  display: block;
  margin: 10px 0 8px;
  color: #09275e;
  font-size: 22px;
  line-height: 1.35;
}

.contact-card.primary strong {
  color: #fff;
}

.contact-card p {
  margin: 0;
  color: #647188;
}

.contact-card.primary p {
  color: rgba(255, 255, 255, .78);
}

.contact-main-section {
  padding: 36px 0 62px;
}

.contact-layout {
  display: grid;
  grid-template-columns: .92fr 1.08fr;
  gap: 30px;
}

.contact-info-panel,
.contact-message-panel {
  border-radius: 24px;
  background: #fff;
  border: 1px solid #e7edf6;
  box-shadow: 0 18px 48px rgba(9, 38, 92, .12);
  padding: 34px;
}

.contact-info-panel {
  background: linear-gradient(180deg, #fff, #f7fbff);
}

.contact-panel-title h2 {
  margin: 10px 0 8px;
  color: #09275e;
  font-size: 34px;
}

.contact-panel-title p {
  margin: 0 0 20px;
  color: #647188;
  line-height: 1.8;
}

.contact-info-list {
  display: grid;
  gap: 16px;
  margin-top: 26px;
}

.contact-info-item {
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 16px;
  align-items: start;
  padding: 18px;
  border-radius: 18px;
  background: #fff;
  border: 1px solid #e7edf6;
}

.contact-info-item i {
  width: 54px;
  height: 54px;
  border-radius: 16px;
  display: grid;
  place-items: center;
  background: #eef5ff;
  font-style: normal;
  font-size: 24px;
}

.contact-info-item h3 {
  margin: 0 0 8px;
  color: #09275e;
  font-size: 18px;
}

.contact-info-item p {
  margin: 0;
  color: #647188;
  line-height: 1.75;
}

.contact-quick-actions {
  display: flex;
  gap: 12px;
  margin-top: 24px;
  flex-wrap: wrap;
}

.contact-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 44px;
  min-width: 126px;
  border-radius: 10px;
  color: #fff;
  font-weight: 800;
}

.contact-btn.orange {
  background: linear-gradient(90deg, #ff8f1f, #ff7e10);
}

.contact-btn.blue {
  background: linear-gradient(90deg, #0a5fd4, #06429b);
}

.contact-form {
  display: grid;
  gap: 18px;
  margin-top: 24px;
}

.contact-form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.contact-form label {
  display: grid;
  gap: 8px;
}

.contact-form label span {
  font-weight: 800;
  color: #233b5c;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  border: 1px solid #e7edf6;
  border-radius: 12px;
  background: #f9fbff;
  padding: 14px 16px;
  color: #233b5c;
  outline: none;
}

.contact-form textarea {
  resize: vertical;
}

.contact-form button {
  height: 48px;
  border: 0;
  border-radius: 12px;
  background: linear-gradient(90deg, #ff8f1f, #ff7e10);
  color: #fff;
  font-weight: 900;
  cursor: pointer;
  box-shadow: 0 12px 28px rgba(255, 143, 31, .26);
}

.contact-map-section {
  padding: 0 0 62px;
}

.contact-map-card {
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  gap: 0;
  overflow: hidden;
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 18px 48px rgba(9, 38, 92, .12);
  border: 1px solid #e7edf6;
}

.contact-map-placeholder {
  position: relative;
  min-height: 360px;
  background: linear-gradient(135deg, #eaf2ff, #f8fbff);
  overflow: hidden;
}

.contact-map-grid {
  position: absolute;
  inset: -20px;
  background: linear-gradient(rgba(10, 95, 212, .12) 1px, transparent 1px), linear-gradient(90deg, rgba(10, 95, 212, .12) 1px, transparent 1px);
  background-size: 42px 42px;
  transform: rotate(-6deg) scale(1.2);
}

.contact-map-placeholder::before {
  content: "";
  position: absolute;
  left: 12%;
  top: 44%;
  width: 80%;
  height: 5px;
  background: linear-gradient(90deg, transparent, #0a5fd4, transparent);
  transform: rotate(-12deg);
  border-radius: 99px;
}

.contact-map-pin {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: min(360px, 80%);
  padding: 26px;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 20px 48px rgba(9, 38, 92, .18);
  text-align: center;
}

.contact-map-pin span {
  width: 62px;
  height: 62px;
  border-radius: 999px;
  margin: 0 auto 14px;
  display: grid;
  place-items: center;
  color: #fff;
  background: linear-gradient(135deg, #ff8f1f, #ff7e10);
  font-size: 32px;
}

.contact-map-pin strong {
  display: block;
  color: #09275e;
  font-size: 20px;
  margin-bottom: 8px;
}

.contact-map-pin p {
  margin: 0;
  color: #647188;
}

.contact-route-card {
  padding: 42px;
  background: linear-gradient(135deg, #061f4f, #0a5fd4);
  color: #fff;
}

.contact-route-card h2 {
  margin: 12px 0;
  color: #fff;
  font-size: 34px;
}

.contact-route-card p,
.contact-route-card li {
  color: rgba(255, 255, 255, .82);
  line-height: 1.85;
}

.contact-route-card ul {
  padding-left: 18px;
  margin: 22px 0 0;
}

.contact-cta-section {
  padding: 0 0 70px;
}

.contact-cta-card {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 42px 48px;
  border-radius: 22px;
  color: #fff;
  background: linear-gradient(90deg, rgba(3, 25, 64, .95), rgba(5, 64, 147, .82)), url("/skin/mecary_contact_page/assets/contact-card-bg.png") center/cover no-repeat;
  box-shadow: 0 18px 48px rgba(9, 38, 92, .12);
}

.contact-cta-card h2 {
  margin: 8px 0 10px;
  font-size: 34px;
}

.contact-cta-card p {
  margin: 0;
  color: rgba(255, 255, 255, .78);
  line-height: 1.8;
}

.contact-cta-card a {
  flex: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 46px;
  padding: 0 24px;
  border-radius: 10px;
  background: linear-gradient(90deg, #ff8f1f, #ff7e10);
  color: #fff;
  font-weight: 800;
}

@media (max-width: 1050px) {
  .contact-cards {
    grid-template-columns: repeat(2, 1fr);
  }
  .contact-layout,
  .contact-map-card {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 820px) {
  .contact-hero,
  .contact-hero .container {
    min-height: 240px;
  }
  .contact-hero h1 {
    font-size: 42px;
  }
  .contact-section-head h2 {
    font-size: 34px;
  }
  .contact-form-row {
    grid-template-columns: 1fr;
  }
  .contact-cta-card {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 560px) {
  .contact-cards {
    grid-template-columns: 1fr;
  }
  .contact-info-panel,
  .contact-message-panel,
  .contact-route-card {
    padding: 26px;
  }
  .contact-info-item {
    grid-template-columns: 1fr;
  }
}

/* Solution center */
.solution-template-page .solution-page{padding:52px 0 70px;background:#f5f9fe}
.solution-template-page .solution-layout{display:grid;grid-template-columns:260px minmax(0,1fr);gap:48px;align-items:start}
.solution-sidebar{position:sticky;top:102px;overflow:hidden;border-radius:8px;background:#fff;box-shadow:0 18px 48px rgba(20,62,120,.11)}
.solution-sidebar .sidebar-title{padding:28px 26px;color:#fff;background:linear-gradient(135deg,#062b6f,#0b6ae5)}
.solution-sidebar .sidebar-title strong{display:block;font-size:26px;line-height:1.1}
.solution-sidebar .sidebar-title span{display:block;margin-top:8px;font-size:12px;opacity:.72;letter-spacing:.1em}
.solution-sidebar a{display:grid;grid-template-columns:24px 1fr;gap:12px;align-items:center;min-height:60px;padding:0 24px;color:#173866;border-bottom:1px solid #e4edf7;font-weight:800;transition:.22s}
.solution-sidebar a i{position:relative;width:14px;height:14px;display:block;font-size:0;line-height:0}
.solution-sidebar a i:before{content:"";position:absolute;left:50%;top:50%;width:7px;height:7px;border:1px solid #0b5fd3;background:#fff;transform:translate(-50%,-50%) rotate(45deg);transition:.22s}
.solution-sidebar a.active i:before{background:#fff;border-color:#fff}
.solution-sidebar a:not(.active):hover i:before{background:#fff;border-color:#fff}
.solution-sidebar a:hover,.solution-sidebar a.active{color:#fff;background:linear-gradient(135deg,#0b5fd3,#084198)}
.solution-sidebar a:hover i,.solution-sidebar a.active i{color:#fff}
.solution-main .section-heading{display:flex;justify-content:space-between;gap:24px;align-items:end;margin-bottom:22px;padding:4px 0 20px;border-bottom:1px solid #e7edf6}
.solution-main .section-heading span{color:#ff8f1f;font-size:13px;font-weight:900;letter-spacing:.08em}
.solution-main .section-heading h2{margin:10px 0 0;color:#09275e;font-size:34px;line-height:1.22;font-weight:900;letter-spacing:0}
.solution-main .section-heading p{flex:1 1 560px;max-width:620px;min-width:320px;margin:0;color:#647188;font-size:15px;line-height:1.8;text-align:right}
.solution-list{display:grid;gap:24px}
.solution-card{position:relative;display:grid;grid-template-columns:41% 72px 1fr 220px;gap:22px;align-items:center;min-height:190px;padding:18px;border:1px solid #e4edf7;border-radius:8px;background:rgba(255,255,255,.96);box-shadow:0 16px 42px rgba(20,62,120,.08);transition:transform .24s ease,box-shadow .24s ease}
.solution-card:hover{transform:translateY(-4px);box-shadow:0 24px 58px rgba(20,62,120,.14)}
.solution-card.reverse{grid-template-columns:72px 1fr 220px 41%}
.solution-card.reverse .solution-img{grid-column:4;grid-row:1}
.solution-card.reverse .solution-icon{grid-column:1;grid-row:1}
.solution-card.reverse .solution-copy{grid-column:2;grid-row:1}
.solution-card.reverse .solution-desc{grid-column:3;grid-row:1}
.solution-img{overflow:hidden;height:166px;border-radius:8px;background:#eaf2fb}
.solution-img img{width:100%;height:100%;object-fit:cover;transition:.35s ease}
.solution-card:hover .solution-img img{transform:scale(1.05)}
.solution-icon{width:64px;height:64px;display:grid;place-items:center;border:6px solid #fff;border-radius:999px;color:#fff;background:linear-gradient(135deg,#0b6ae5,#064096);box-shadow:0 12px 28px rgba(11,95,211,.26);font-size:22px;font-weight:900}
.solution-copy h3{margin:0 0 16px;color:#10284d;font-size:24px;line-height:1.25;font-weight:900}
.solution-copy ul{display:grid;gap:9px;margin:0;padding:0;list-style:none}
.solution-copy li{position:relative;padding-left:18px;color:#263b5a;font-size:15px;line-height:1.55}
.solution-copy li:before{content:"";position:absolute;left:0;top:.7em;width:6px;height:6px;border-radius:999px;background:#ff7f17}
.solution-desc{padding-left:22px;border-left:1px solid #e4edf7}
.solution-desc p{margin:0 0 22px;color:#5f7087;font-size:15px;line-height:1.8}
.solution-desc a{display:inline-flex;align-items:center;justify-content:center;min-width:116px;height:42px;border:1px solid rgba(11,95,211,.3);border-radius:999px;color:#0b5fd3;background:#f3f8ff;font-size:15px;font-weight:800;transition:.22s}
.solution-desc a:hover{color:#fff;border-color:transparent;background:#ff7f17}
.solution-main .pagination{display:flex;justify-content:center;align-items:center;gap:9px;margin-top:34px;flex-wrap:wrap}
.solution-main .pagination{font-size:0}
.solution-main .pagination a[title="Total record"]{display:none}
.solution-main .pagination a,.solution-main .pagination span,.solution-main .pagination b{min-width:38px;height:38px;display:grid;place-items:center;border:1px solid #e4edf7;border-radius:8px;color:#244161;background:#fff;font-weight:800;padding:0 10px}
.solution-main .pagination a,.solution-main .pagination span,.solution-main .pagination b{font-size:14px;text-decoration:none}
.solution-main .pagination b,.solution-main .pagination a:hover{color:#fff;border-color:#0b5fd3;background:#0b5fd3}
.solution-detail-points{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin:22px 0 28px}
.solution-detail-points span{padding:14px 16px;border-radius:8px;background:#f3f8ff;color:#173866;font-weight:800}
@media(max-width:1120px){.solution-template-page .solution-layout{grid-template-columns:1fr}.solution-sidebar{position:static;display:grid;grid-template-columns:repeat(4,1fr)}.solution-sidebar .sidebar-title{grid-column:1/-1}.solution-card,.solution-card.reverse{grid-template-columns:1fr}.solution-card.reverse .solution-img,.solution-card.reverse .solution-icon,.solution-card.reverse .solution-copy,.solution-card.reverse .solution-desc{grid-column:auto;grid-row:auto}.solution-icon{position:absolute;left:32px;top:136px}.solution-desc{padding-left:0;border-left:0}}
@media(max-width:820px){.solution-main .section-heading{flex-direction:column;align-items:flex-start}.solution-main .section-heading p{flex:0 1 auto;width:100%;min-width:0;max-width:100%;text-align:left}.solution-sidebar{grid-template-columns:repeat(2,1fr)}.solution-img{height:210px}.solution-icon{top:160px}.solution-detail-points{grid-template-columns:1fr}}
@media(max-width:560px){.solution-template-page .solution-page{padding:36px 0 50px}.solution-sidebar{grid-template-columns:1fr}.solution-card{padding:14px}.solution-img{height:170px}.solution-icon{position:static;margin-top:-46px;margin-left:18px}.solution-copy h3{font-size:21px}}

/* Mobile inner-list heading spacing fix */
@media (max-width: 900px) {
  .product-list-panel .list-head > div {
    flex: 0 1 auto;
    width: 100%;
  }

  .faq-list-head p,
  .news-main-head p,
  .product-list-panel .list-head p,
  .solution-main .section-heading p {
    flex: 0 1 auto;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    text-align: left;
  }
}
/* Unified inner hero height */
.news-hero,
.faq-hero,
.contact-hero,
.news-hero .container,
.faq-hero .container,
.contact-hero .container {
  min-height: 305px;
}

/* Unified column hero display */
.inner-hero,
.news-hero,
.faq-hero,
.contact-hero,
.product-detail-hero,
.inner-hero .container,
.news-hero .container,
.faq-hero .container,
.contact-hero .container,
.product-detail-hero .container {
  min-height: 305px !important;
}

.inner-hero .container,
.news-hero .container,
.faq-hero .container,
.contact-hero .container,
.product-detail-hero .container {
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
}

.inner-hero h1,
.news-hero h1,
.faq-hero h1,
.contact-hero h1,
.product-detail-hero h1 {
  margin: 0 0 12px !important;
  color: #fff !important;
  font-size: 46px !important;
  line-height: 1.15 !important;
  font-weight: 900 !important;
  letter-spacing: 0 !important;
}

.inner-hero p,
.news-hero p,
.faq-hero p,
.contact-hero p,
.product-detail-hero p {
  margin: 0 0 18px !important;
  color: rgba(255, 255, 255, .92) !important;
  font-size: 18px !important;
  line-height: 1.4 !important;
  font-weight: 700 !important;
  letter-spacing: 0 !important;
}

.inner-hero .breadcrumb,
.news-hero .news-breadcrumb,
.faq-hero .faq-breadcrumb,
.contact-hero .contact-breadcrumb,
.product-detail-hero .product-detail-breadcrumb {
  font-size: 16px !important;
  line-height: 1.6 !important;
  color: rgba(255, 255, 255, .86) !important;
}

@media (max-width: 820px) {
  .inner-hero,
  .news-hero,
  .faq-hero,
  .contact-hero,
  .product-detail-hero,
  .inner-hero .container,
  .news-hero .container,
  .faq-hero .container,
  .contact-hero .container,
  .product-detail-hero .container {
    min-height: 245px !important;
  }

  .inner-hero h1,
  .news-hero h1,
  .faq-hero h1,
  .contact-hero h1,
  .product-detail-hero h1 {
    font-size: 34px !important;
  }

  .inner-hero p,
  .news-hero p,
  .faq-hero p,
  .contact-hero p,
  .product-detail-hero p {
    font-size: 15px !important;
  }
}

/* Home case module */
.home-case-feature {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 14px !important;
}

.home-case-feature img {
  width: 100% !important;
  height: 240px !important;
  border-radius: 14px !important;
  object-fit: cover !important;
}

.home-case-thumbs {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 12px !important;
  margin: 20px 0 !important;
}

.home-case-thumbs a {
  display: block !important;
  overflow: hidden !important;
  border-radius: 12px !important;
}

.home-case-thumbs img {
  width: 100% !important;
  height: 112px !important;
  border-radius: 12px !important;
  object-fit: cover !important;
}

@media (max-width: 560px) {
  .home-case-feature img {
    height: 200px !important;
  }

  .home-case-thumbs {
    grid-template-columns: 1fr !important;
  }

  .home-case-thumbs img {
    height: 150px !important;
  }
}

.home-product-empty {
  grid-column: 1 / -1;
  margin: 0;
  padding: 34px 20px;
  border: 1px dashed rgba(255, 255, 255, .32);
  border-radius: 8px;
  color: rgba(255, 255, 255, .82);
  text-align: center;
  font-size: 16px;
  font-weight: 700;
}

/* Mobile nav final override */
@media (max-width: 980px) {
  .template-home .site-header,
  .template-inner .site-header {
    overflow: visible;
  }

  .template-home .nav.open,
  .template-inner .nav.open {
    display: flex;
    z-index: 1000;
  }
}
.inner-hero .breadcrumb a,
.news-hero .news-breadcrumb a,
.faq-hero .faq-breadcrumb a,
.contact-hero .contact-breadcrumb a,
.product-detail-hero .product-detail-breadcrumb a {
  color: inherit;
  text-decoration: none;
}

.inner-hero .breadcrumb a:hover,
.news-hero .news-breadcrumb a:hover,
.faq-hero .faq-breadcrumb a:hover,
.contact-hero .contact-breadcrumb a:hover,
.product-detail-hero .product-detail-breadcrumb a:hover {
  color: #fff;
}
