:root {
  --accnuo-bg: #070a09;
  --accnuo-panel: #101512;
  --accnuo-panel-2: #171d19;
  --accnuo-gold: #c6ab4b;
  --accnuo-gold-light: #ead78b;
  --accnuo-text: #f6f3e8;
  --accnuo-muted: #b8beb9;
  --accnuo-line: rgba(198, 171, 75, .34);
}

/* Final review updates from zuizhonggaozi.docx. */
.accnuo-business-contact {
  padding: 12px;
  border: 1px solid var(--accnuo-gold);
  border-radius: 16px;
  background: rgba(255,255,255,.025);
}

.accnuo-business-contact img {
  display: block;
  width: 100%;
  height: auto;
  max-height: none;
  object-fit: contain;
  aspect-ratio: auto;
  border-radius: 10px;
}

.accnuo-hotlines a {
  display: inline-block;
  margin-bottom: 4px;
  white-space: nowrap;
}

.accnuo-hotlines span {
  display: block;
  margin-top: 8px;
  color: var(--accnuo-gold);
  font-size: 12px;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.accnuo-product-nav > div {
  flex-wrap: wrap;
}

body {
  background: var(--accnuo-bg);
  overflow-x: hidden;
}

#logo {
  display: flex !important;
  align-items: center;
  gap: 13px;
  width: 275px !important;
  overflow: visible !important;
}

#logo::before,
#logo::after {
  content: "";
  display: none;
  flex: 0 0 auto;
  opacity: 1;
  visibility: visible;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

#logo::before {
  order: 3;
  width: 34px;
  height: 26px;
  background-image: url("../picture/accnuo/yetouyewei/guoqi.webp");
}

#logo::after {
  order: 2;
  width: 62px;
  height: 40px;
  border-left: 1px solid rgba(198, 171, 75, .55);
  padding-left: 10px;
  background-image: url("../picture/accnuo/yetouyewei/16zhounianjinian.webp");
}

#logo > img.stnd {
  display: block !important;
  position: static !important;
  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important;
  order: 1;
  width: 165px !important;
  height: 46px !important;
  object-fit: contain;
  object-position: center;
}

#logo > img.starting-logo {
  display: none !important;
}

#logo .accnuo-anniversary {
  display: block !important;
  position: static !important;
  width: 60px !important;
  height: 38px !important;
  object-fit: contain;
  border-left: 1px solid rgba(198, 171, 75, .55);
  padding-left: 10px;
  order: 2;
}

#logo .accnuo-flag {
  display: none !important;
  position: static !important;
  width: 34px !important;
  height: 25px !important;
  object-fit: contain;
}

.off-canvas-social-links {
  display: none !important;
}

#header-outer .accnuo-menu-flag {
  display: inline-flex !important;
  position: static !important;
  width: 32px !important;
  height: 24px !important;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

#header-outer .accnuo-menu-flag img {
  display: block !important;
  position: static !important;
  width: 32px !important;
  min-width: 32px !important;
  max-width: 32px !important;
  height: 24px !important;
  min-height: 24px !important;
  max-height: 24px !important;
  margin: 0 !important;
  opacity: 1 !important;
  transform: none !important;
  border-radius: 3px;
  object-fit: contain !important;
}

#header-outer #menu-item-8161 .image-layer {
  background-image: url("../picture/accnuo/home/waiqiang.webp") !important;
  background-position: center 46% !important;
  background-size: cover !important;
}

@media (max-width: 690px) {
  #logo { width: 225px !important; }
  #header-outer #logo > img.stnd {
    width: 122px !important;
    height: 34px !important;
    opacity: 1 !important;
  }
  #header-outer #logo .accnuo-anniversary {
    width: 42px !important;
    height: 30px !important;
    opacity: 1 !important;
  }
  #logo .accnuo-flag { display: none !important; }
  #logo::before { display: none; }
  #logo::after { width: 45px; height: 30px; }
}

.container-wrap.accnuo-page {
  padding: 0 !important;
  background: var(--accnuo-bg);
  color: var(--accnuo-text);
}

.accnuo-main {
  color: var(--accnuo-text);
  overflow: hidden;
  width: 100%;
}

.accnuo-main *,
.accnuo-main *::before,
.accnuo-main *::after {
  box-sizing: border-box;
}

.accnuo-main h1,
.accnuo-main h2,
.accnuo-main h3,
.accnuo-main h4,
.accnuo-main p,
.accnuo-main li {
  color: inherit;
}

.accnuo-main h1 {
  font-size: clamp(42px, 7vw, 86px);
  line-height: .98;
  margin: 0 0 24px;
  max-width: 980px;
}

.accnuo-main h2 {
  font-size: clamp(30px, 4vw, 54px);
  line-height: 1.08;
  margin: 0 0 20px;
}

.accnuo-main h3 {
  font-size: clamp(20px, 2vw, 28px);
  line-height: 1.2;
  margin: 0 0 12px;
}

.accnuo-main p,
.accnuo-main li {
  font-size: 17px;
  line-height: 1.65;
  max-width: 100%;
  overflow-wrap: anywhere;
}

.accnuo-main a {
  color: var(--accnuo-gold-light);
}

.accnuo-shell {
  width: min(1180px, calc(100% - 44px));
  margin: 0 auto;
}

.accnuo-hero {
  min-height: 760px;
  display: flex;
  align-items: flex-end;
  padding: 260px 0 86px;
  position: relative;
  isolation: isolate;
  background-color: #080b09;
  background-position: center;
  background-size: cover;
}

.accnuo-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(3, 5, 4, .96) 0%, rgba(3, 5, 4, .78) 48%, rgba(3, 5, 4, .25) 100%),
    linear-gradient(0deg, rgba(3, 5, 4, .88), transparent 55%);
}

.accnuo-home-hero {
  min-height: 860px;
  padding: 218px 0 76px;
  position: relative;
  isolation: isolate;
  background-color: #070908;
  background-image: var(--accnuo-home-bg);
  background-position: center;
  background-size: cover;
}

.accnuo-home-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(3, 5, 4, .88) 0%, rgba(3, 5, 4, .72) 52%, rgba(3, 5, 4, .3) 100%),
    linear-gradient(0deg, rgba(3, 5, 4, .76) 0%, transparent 66%, rgba(3, 5, 4, .36) 100%);
}

.accnuo-home-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.28fr) minmax(330px, .72fr);
  gap: clamp(34px, 5vw, 72px);
  align-items: center;
}

.accnuo-home-primary {
  min-width: 0;
}

.accnuo-home-primary > .accnuo-kicker {
  margin-bottom: 18px;
  padding: 10px 18px;
  border: 1px solid rgba(198, 171, 75, .44);
  border-radius: 999px;
  background: rgba(76, 65, 34, .5);
  font-size: 12px;
}

.accnuo-home-primary h1 {
  max-width: 720px;
  margin-bottom: 18px;
  font-size: clamp(48px, 5.4vw, 74px);
  line-height: .98;
  letter-spacing: -.035em;
}

.accnuo-home-intro {
  max-width: 660px !important;
  margin: 0 0 24px;
  color: #e4e6e2 !important;
  font-size: 17px !important;
  line-height: 1.45 !important;
}

.accnuo-home-services {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px 34px;
  margin: 0 0 24px;
}

.accnuo-home-service-column {
  display: grid;
  align-content: start;
  gap: 7px;
}

.accnuo-home-service-column a {
  display: grid;
  grid-template-columns: 14px minmax(0, 1fr);
  gap: 8px;
  align-items: start;
  color: #f2f1e9 !important;
  font-size: 14px;
  font-weight: 650;
  line-height: 1.35;
  text-decoration: none;
}

.accnuo-home-service-column a::before {
  content: "✓";
  color: var(--accnuo-gold);
  font-size: 12px;
}

.accnuo-home-service-column a:hover {
  color: var(--accnuo-gold-light) !important;
}

.accnuo-home-hero .accnuo-badges {
  gap: 10px;
  max-width: 680px;
}

.accnuo-home-hero .accnuo-badges img {
  height: 104px;
  padding: 8px;
  border-radius: 6px;
  background: rgba(6, 8, 7, .68);
  border-color: rgba(198, 171, 75, .5);
}

.accnuo-home-aside {
  display: grid;
  gap: 18px;
}

.accnuo-home-tariff-card,
.accnuo-home-testimonial {
  border: 1px solid rgba(255, 255, 255, .58);
  box-shadow: 0 24px 70px rgba(0, 0, 0, .35);
}

.accnuo-home-tariff-card {
  padding: 30px;
  background: rgba(77, 70, 50, .82);
  outline: 5px solid rgba(198, 171, 75, .12);
}

.accnuo-home-card-label {
  display: block;
  margin-bottom: 20px;
  padding-bottom: 14px;
  border-bottom: 3px solid var(--accnuo-gold);
  color: var(--accnuo-gold-light);
  font-size: clamp(24px, 2.2vw, 34px);
  font-weight: 800;
  line-height: 1.08;
}

.accnuo-home-tariff-card p {
  margin: 0 0 22px;
  color: #f6f3e8 !important;
  font-size: 15px;
  line-height: 1.55;
}

.accnuo-home-tariff-card a {
  display: inline-flex;
  gap: 10px;
  align-items: center;
  color: var(--accnuo-gold-light) !important;
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
}

.accnuo-home-tariff-card a span {
  font-size: 10px;
}

.accnuo-home-testimonial {
  padding: 24px;
  background: rgba(4, 6, 5, .9);
}

.accnuo-home-testimonial blockquote {
  margin: 0 0 20px;
  padding: 0;
  border: 0;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.5;
}

.accnuo-home-person {
  display: flex;
  gap: 13px;
  align-items: center;
}

.accnuo-home-person img {
  width: 56px;
  height: 56px;
  flex: 0 0 56px;
  border: 2px solid rgba(255, 255, 255, .75);
  border-radius: 50%;
  object-fit: cover;
  object-position: 50% 30%;
}

.accnuo-home-person strong,
.accnuo-home-person span {
  display: block;
}

.accnuo-home-person strong {
  color: #fff;
  font-size: 15px;
}

.accnuo-home-person span {
  margin-top: 2px;
  color: #c9cec9;
  font-size: 12px;
}

#tariff-calculator {
  scroll-margin-top: 150px;
}

.accnuo-kicker {
  display: inline-block;
  color: var(--accnuo-gold-light);
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
  margin-bottom: 18px;
}

.accnuo-lead {
  max-width: 780px;
  color: #e4e6e2 !important;
  font-size: clamp(19px, 2vw, 24px) !important;
}

.accnuo-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
}

.accnuo-btn {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 12px 24px;
  background: var(--accnuo-gold);
  color: #090b09 !important;
  font-weight: 800;
  text-decoration: none;
  border: 1px solid var(--accnuo-gold);
}

.accnuo-btn.is-outline {
  background: transparent;
  color: var(--accnuo-text) !important;
  border-color: rgba(255,255,255,.45);
}

.accnuo-section {
  padding: 92px 0;
  position: relative;
}

.accnuo-section.is-soft {
  background: linear-gradient(180deg, var(--accnuo-panel), #0b0f0d);
}

.accnuo-section.is-gold {
  background: var(--accnuo-gold);
  color: #070907;
}

.accnuo-section-head {
  max-width: 820px;
  margin-bottom: 40px;
}

.accnuo-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.accnuo-grid.cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.accnuo-grid.cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.accnuo-card {
  border: 1px solid var(--accnuo-line);
  border-radius: 22px;
  overflow: hidden;
  background: rgba(17, 23, 19, .94);
  min-height: 100%;
}

.accnuo-card-media {
  aspect-ratio: 16 / 10;
  width: 100%;
  object-fit: cover;
  display: block;
  background: #161a17;
}

.accnuo-card-body {
  padding: 26px;
}

.accnuo-card ul,
.accnuo-rich ul {
  margin: 12px 0 0;
  padding-left: 20px;
}

.accnuo-card li::marker,
.accnuo-rich li::marker {
  color: var(--accnuo-gold);
}

.accnuo-metric {
  display: block;
  color: var(--accnuo-gold-light);
  font-weight: 800;
  font-size: 28px;
  margin-top: 14px;
}

.accnuo-moq-card {
  width: min(920px, 100%);
  margin: 0 auto;
  padding: 34px 28px;
  text-align: center;
  border: 1px solid var(--accnuo-gold);
  border-radius: 22px;
  background: linear-gradient(145deg, rgba(18, 23, 20, .98), rgba(8, 11, 9, .98));
  box-shadow: 0 28px 75px rgba(0, 0, 0, .3);
}

.accnuo-moq-card h3 {
  color: var(--accnuo-gold-light);
}

.accnuo-moq-card p {
  margin: 18px auto;
  color: #fff;
  font-size: 18px;
  line-height: 1.55;
}

.accnuo-moq-metric {
  display: block;
  color: var(--accnuo-gold);
  font-size: 44px;
  font-weight: 850;
  line-height: 1;
}

.accnuo-consulting-band {
  padding: 34px 0;
}

.accnuo-consulting-strip {
  display: flex;
  gap: 28px;
  align-items: center;
  justify-content: space-between;
  padding: 24px 28px;
  border: 1px solid var(--accnuo-line);
  border-radius: 16px;
  background: var(--accnuo-panel-2);
}

.accnuo-consulting-strip span {
  display: block;
  margin-bottom: 5px;
  color: var(--accnuo-gold-light);
  font-size: 14px;
  font-weight: 800;
}

.accnuo-consulting-strip p {
  margin: 0;
  color: #e4e6e2;
  font-size: 15px;
}

.accnuo-resources-section .accnuo-section-head {
  max-width: 820px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.accnuo-resource-center {
  width: min(820px, 100%);
  margin: 0 auto;
  padding: 30px;
  border: 1px solid var(--accnuo-line);
  border-radius: 18px;
  background: rgba(17, 23, 19, .94);
}

.accnuo-resource-center ul {
  display: grid;
  gap: 9px;
  margin: 18px 0 0;
  padding-left: 22px;
}

.accnuo-resource-center li::marker {
  color: var(--accnuo-gold);
}

.accnuo-split {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, .95fr);
  gap: 52px;
  align-items: center;
}

.accnuo-split.is-reverse > :first-child {
  order: 2;
}

.accnuo-split-media {
  width: 100%;
  max-height: 650px;
  object-fit: cover;
  border-radius: 24px;
  border: 1px solid var(--accnuo-line);
  box-shadow: 0 28px 80px rgba(0,0,0,.36);
}

.accnuo-rd-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, .92fr);
  gap: clamp(34px, 5vw, 64px);
  align-items: start;
}

.accnuo-rd-copy p {
  margin: 0 0 22px;
}

.accnuo-rd-copy ul {
  display: grid;
  gap: 4px;
  margin: -4px 0 26px;
  padding-left: 24px;
}

.accnuo-rd-copy li {
  font-size: 16px;
  line-height: 1.45;
}

.accnuo-rd-copy li::marker {
  color: var(--accnuo-gold);
}

.accnuo-rd-gallery {
  display: grid;
  gap: 18px;
}

.accnuo-rd-media {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  border: 1px solid var(--accnuo-line);
  border-radius: 20px;
  box-shadow: 0 24px 65px rgba(0, 0, 0, .3);
}

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

.accnuo-badges img {
  width: 100%;
  height: 140px;
  object-fit: contain;
  padding: 16px;
  background: rgba(255,255,255,.04);
  border: 1px solid var(--accnuo-line);
  border-radius: 16px;
}

.accnuo-logos {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 16px;
}

.accnuo-partners-section {
  position: relative;
  color: #f7f4ea;
  background:
    linear-gradient(90deg, rgba(3, 8, 8, .9), rgba(3, 8, 8, .52)),
    url("../picture/accnuo/ABOUT/about5.webp") center / cover no-repeat;
}

.accnuo-partners-section .accnuo-section-head {
  position: relative;
  z-index: 1;
}

.accnuo-partners-section .accnuo-eyebrow {
  color: #ddc56b;
}

.accnuo-partners-section .accnuo-section-head h2 {
  color: #fffdf5;
}

.accnuo-partners-section .accnuo-logos {
  position: relative;
  z-index: 1;
}

.accnuo-logos img {
  width: 100%;
  height: 92px;
  padding: 15px;
  object-fit: contain;
  background: rgba(3, 8, 8, .58);
  border: 1px solid rgba(221, 197, 107, .34);
  border-radius: 14px;
  filter: brightness(0) invert(1);
  opacity: .96;
}

.accnuo-gallery {
  columns: 3 260px;
  column-gap: 18px;
}

.accnuo-gallery img {
  width: 100%;
  margin: 0 0 18px;
  border-radius: 16px;
  border: 1px solid var(--accnuo-line);
  break-inside: avoid;
}

.accnuo-video {
  width: min(900px, 100%);
  display: block;
  margin: 30px auto 0;
  border-radius: 20px;
  border: 1px solid var(--accnuo-line);
  background: #000;
}

.accnuo-quote {
  border-left: 4px solid var(--accnuo-gold);
  padding: 12px 0 12px 28px;
  font-size: 24px;
  line-height: 1.5;
}

.accnuo-quote cite {
  display: block;
  margin-top: 18px;
  color: var(--accnuo-gold-light);
  font-style: normal;
  font-size: 16px;
}

.accnuo-faq {
  display: grid;
  gap: 12px;
}

.accnuo-faq details {
  background: var(--accnuo-panel-2);
  border: 1px solid rgba(255,255,255,.09);
  border-radius: 14px;
  padding: 18px 20px;
}

.accnuo-faq summary {
  cursor: pointer;
  color: #fff;
  font-size: 18px;
  font-weight: 750;
}

.accnuo-faq details p {
  margin: 14px 0 0;
  color: var(--accnuo-muted);
}

.accnuo-faq details ul {
  display: grid;
  gap: 7px;
  margin: 16px 0 0;
  padding-left: 24px;
}

.accnuo-faq details li {
  color: var(--accnuo-muted);
  font-size: 16px;
  line-height: 1.5;
}

.accnuo-faq details li::marker {
  color: var(--accnuo-gold);
}

.accnuo-table-wrap {
  overflow-x: auto;
  border: 1px solid var(--accnuo-line);
  border-radius: 16px;
}

.accnuo-table {
  width: 100%;
  border-collapse: collapse;
  background: #111612;
}

.accnuo-table th,
.accnuo-table td {
  padding: 16px;
  text-align: left;
  border-bottom: 1px solid rgba(255,255,255,.08);
  vertical-align: top;
}

.accnuo-table th {
  color: var(--accnuo-gold-light);
}

.accnuo-calculator {
  background: #111713;
  border: 1px solid var(--accnuo-line);
  border-radius: 24px;
  padding: 28px;
}

.accnuo-fields {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.accnuo-field label {
  display: block;
  margin: 0 0 7px;
  color: var(--accnuo-muted);
  font-size: 14px;
}

.accnuo-field input,
.accnuo-field select {
  width: 100%;
  min-height: 48px;
  padding: 10px 12px;
  color: #fff;
  background: #080b09;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 10px;
}

.accnuo-field select[data-world-countries],
.accnuo-field select[data-world-countries] option,
.accnuo-field select[name="category"],
.accnuo-field select[name="category"] option {
  color: #111 !important;
  background: #fff !important;
  background-color: #fff !important;
  color-scheme: light;
}

.accnuo-field select[data-world-countries],
.accnuo-field select[name="category"] {
  border-color: rgba(198,171,75,.72);
}

.accnuo-result {
  margin-top: 20px;
  padding: 20px;
  border-radius: 14px;
  background: rgba(198,171,75,.12);
}

.accnuo-product-teaser {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 28px;
  border: 1px solid var(--accnuo-line);
  border-radius: 16px;
  background: rgba(198, 171, 75, .07);
}

.accnuo-product-teaser .accnuo-lead {
  margin: 0;
}

.accnuo-product-teaser .accnuo-btn {
  flex: 0 0 auto;
}

.accnuo-product-nav {
  position: relative;
  z-index: 3;
  width: min(1180px, calc(100% - 48px));
  margin: -38px auto 0;
  padding: 20px 26px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  border: 1px solid rgba(198,171,75,.34);
  background: rgba(9,12,10,.94);
  box-shadow: 0 22px 60px rgba(0,0,0,.35);
  backdrop-filter: blur(16px);
}

.accnuo-product-nav > span {
  color: var(--accnuo-muted);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.accnuo-product-nav div {
  display: flex;
  align-items: center;
  gap: 8px;
}

.accnuo-product-nav a {
  padding: 9px 16px;
  color: #fff;
  border: 1px solid rgba(255,255,255,.13);
  border-radius: 999px;
  font-size: 13px;
  font-weight: 700;
  transition: color .25s ease, border-color .25s ease, background .25s ease;
}

.accnuo-product-nav a:hover,
.accnuo-product-nav a:focus-visible {
  color: #090b09;
  border-color: var(--accnuo-gold);
  background: var(--accnuo-gold);
}

.accnuo-product-category-intro {
  margin: -12px 0 28px;
  padding: 0 0 22px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 32px;
  border-bottom: 1px solid var(--accnuo-line);
}

.accnuo-section[id$="-collection"] {
  scroll-margin-top: 120px;
}

.accnuo-product-category-intro p {
  max-width: 720px;
  margin: 0;
  color: var(--accnuo-muted) !important;
  font-size: 16px;
}

.accnuo-product-category-intro span {
  flex: 0 0 auto;
  color: var(--accnuo-gold);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .15em;
  text-transform: uppercase;
}

.accnuo-product-grid {
  display: block;
  columns: 4 250px;
  column-gap: 18px;
}

.accnuo-product-grid.is-small-set {
  columns: 3 280px;
}

.accnuo-product-grid.is-masonry-ready {
  position: relative;
  display: block;
  columns: auto !important;
}

.accnuo-product-grid.is-masonry-ready .accnuo-product-item {
  position: absolute;
  margin: 0;
}

.accnuo-product-item {
  position: relative;
  width: 100%;
  min-width: 0;
  margin: 0 0 18px;
  display: inline-grid;
  grid-template-rows: auto auto;
  break-inside: avoid;
  page-break-inside: avoid;
  overflow: hidden;
  border: 1px solid rgba(198,171,75,.24);
  border-radius: 28px 7px 28px 7px;
  background: #0d100e;
  box-shadow: 0 18px 44px rgba(0,0,0,.22);
  transition: transform .35s ease, border-color .35s ease, box-shadow .35s ease;
}

.accnuo-product-item.is-featured {
  width: 100%;
}

.accnuo-product-item.is-wide {
  width: 100%;
}

.accnuo-product-item.is-tall {
  width: 100%;
}

.accnuo-product-item:nth-child(4n+2) {
  border-radius: 7px 30px 7px 30px;
}

.accnuo-product-item:nth-child(4n+3) {
  border-radius: 34px 34px 9px 9px;
}

.accnuo-product-item:nth-child(4n) {
  border-radius: 9px 9px 34px 9px;
}

.accnuo-product-item:hover {
  z-index: 2;
  border-color: rgba(198,171,75,.7);
  box-shadow: 0 28px 68px rgba(0,0,0,.38);
  transform: translateY(-6px);
}

.accnuo-product-media {
  position: relative;
  min-height: 0;
  aspect-ratio: 4 / 5;
  padding: clamp(16px, 2.3vw, 34px);
  overflow: hidden;
  background:
    radial-gradient(circle at 82% 16%, rgba(198,171,75,.16), transparent 33%),
    linear-gradient(145deg, #f7f6f1 0%, #e7e4dc 100%);
}

.accnuo-product-item.is-featured .accnuo-product-media {
  aspect-ratio: 1 / 1;
}

.accnuo-product-item.is-wide .accnuo-product-media {
  aspect-ratio: 4 / 3;
}

.accnuo-product-item.is-tall .accnuo-product-media {
  aspect-ratio: 3 / 4;
}

.accnuo-product-item.is-tail-compact .accnuo-product-media {
  aspect-ratio: 16 / 9 !important;
}

.accnuo-product-item:nth-child(4n+2) .accnuo-product-media {
  background:
    radial-gradient(circle at 18% 78%, rgba(198,171,75,.15), transparent 30%),
    linear-gradient(145deg, #dedbd2 0%, #f7f6f2 100%);
}

.accnuo-product-item:nth-child(4n+3) .accnuo-product-media {
  background: linear-gradient(145deg, #f4f1e8 0%, #ddd9cd 100%);
}

.accnuo-product-media::after {
  content: "";
  position: absolute;
  inset: 10px;
  pointer-events: none;
  border: 1px solid rgba(14,17,14,.08);
}

.accnuo-product-item img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  filter: saturate(.96) contrast(1.02);
  transition: transform .55s cubic-bezier(.2,.7,.2,1), filter .35s ease;
}

.accnuo-product-item:hover img {
  filter: saturate(1.04) contrast(1.04);
  transform: scale(1.035);
}

.accnuo-product-number {
  position: absolute;
  z-index: 2;
  top: 18px;
  right: 18px;
  color: rgba(14,17,14,.28);
  font-size: clamp(24px, 3vw, 52px);
  font-weight: 300;
  letter-spacing: -.06em;
  line-height: 1;
}

.accnuo-product-item figcaption {
  min-height: 58px;
  padding: 12px 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  border-top: 1px solid rgba(255,255,255,.08);
  background: #0d100e;
}

.accnuo-product-item figcaption span {
  color: var(--accnuo-gold);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.accnuo-product-item figcaption strong {
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .03em;
}

.accnuo-price-table .accnuo-price {
  color: #ff4a4f !important;
  font-size: 18px;
  font-weight: 700;
}

.accnuo-note {
  color: var(--accnuo-muted) !important;
  font-size: 13px !important;
}

.accnuo-legal {
  max-width: 900px;
}

.accnuo-legal h2 {
  font-size: 32px;
  margin-top: 48px;
}

.accnuo-legal h3 {
  margin-top: 28px;
}

.accnuo-manual {
  margin-bottom: 54px;
}

.accnuo-manual iframe {
  width: 100%;
  height: 600px;
  border: 1px solid var(--accnuo-line);
  border-radius: 16px;
  background: #fff;
}

.accnuo-contact-list {
  display: grid;
  gap: 18px;
}

.accnuo-contact-item {
  padding: 20px;
  background: var(--accnuo-panel-2);
  border-radius: 14px;
  border: 1px solid rgba(255,255,255,.08);
}

.accnuo-map-strip {
  position: relative;
  width: 100%;
  height: clamp(320px, 31vw, 390px);
  overflow: hidden;
  border: 1px solid var(--accnuo-line);
  border-radius: 18px;
  background: #e8e5dc;
  box-shadow: 0 20px 55px rgba(0,0,0,.3);
}

.accnuo-map-address {
  position: absolute;
  top: 16px;
  left: 16px;
  z-index: 2;
  max-width: 340px;
  padding: 16px 18px;
  border-radius: 10px;
  color: #222;
  background: rgba(255,255,255,.96);
  box-shadow: 0 4px 18px rgba(0,0,0,.18);
}

.accnuo-map-address h3 {
  margin: 0 0 7px;
  color: #151515;
  font-size: 17px;
}

.accnuo-map-address p {
  margin: 0;
  color: #555;
  font-size: 13px;
  line-height: 1.55;
}

.accnuo-map {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 0;
  border: 0;
  background: #e8e5dc;
}

.accnuo-map-open {
  position: absolute;
  right: 16px;
  bottom: 16px;
  z-index: 2;
  padding: 10px 15px;
  border-radius: 999px;
  color: #111 !important;
  background: rgba(255,255,255,.96);
  box-shadow: 0 4px 18px rgba(0,0,0,.18);
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
}

.accnuo-cta {
  background-color: #080b09;
  background-image:
    linear-gradient(90deg, rgba(4,7,5,.96), rgba(4,7,5,.55)),
    url("../picture/accnuo/yetouyewei/yetouditu.webp");
  background-size: cover;
  background-position: center;
}

html.accnuo-compact .accnuo-shell {
  width: calc(var(--accnuo-safe-vw) - 32px) !important;
  max-width: calc(var(--accnuo-safe-vw) - 32px) !important;
  margin-left: 16px !important;
  margin-right: 16px !important;
}

html.accnuo-compact .accnuo-main h1,
html.accnuo-compact .accnuo-main h2,
html.accnuo-compact .accnuo-main .accnuo-lead {
  width: calc(var(--accnuo-safe-vw) - 32px) !important;
  max-width: calc(var(--accnuo-safe-vw) - 32px) !important;
  white-space: normal !important;
  overflow-wrap: normal !important;
  word-break: normal !important;
}

html.accnuo-compact .accnuo-main h1 {
  font-size: 32px !important;
  line-height: 1.08 !important;
}

html.accnuo-compact .accnuo-main h2 {
  font-size: 28px !important;
}

html.accnuo-compact .accnuo-main .accnuo-lead {
  font-size: 16px !important;
  overflow-wrap: break-word !important;
}

html.accnuo-compact .accnuo-main .accnuo-kicker {
  font-size: 12px !important;
  letter-spacing: .08em;
}

html.accnuo-compact .accnuo-hero {
  min-height: 610px;
  padding: 170px 0 68px;
}

html.accnuo-compact .accnuo-grid,
html.accnuo-compact .accnuo-grid.cols-2,
html.accnuo-compact .accnuo-grid.cols-4,
html.accnuo-compact .accnuo-fields {
  grid-template-columns: 1fr;
}

@media (max-width: 999px) {
  .accnuo-home-hero {
    padding: 182px 0 70px;
  }
  .accnuo-home-hero-grid {
    grid-template-columns: 1fr;
  }
  .accnuo-home-aside {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: stretch;
  }
  .accnuo-rd-layout {
    grid-template-columns: 1fr;
  }
  .accnuo-rd-gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .accnuo-grid,
  .accnuo-grid.cols-4 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .accnuo-product-grid {
    columns: 3 210px;
  }
  .accnuo-product-grid.is-small-set {
    columns: 3 210px;
  }
  .accnuo-split { grid-template-columns: 1fr; }
  .accnuo-split.is-reverse > :first-child { order: initial; }
  .accnuo-badges { grid-template-columns: repeat(2, 1fr); }
  .accnuo-logos { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 690px) {
  .accnuo-home-hero {
    min-height: 0;
    padding: 154px 0 56px;
    background-position: 58% center;
  }
  .accnuo-home-primary h1 {
    width: auto !important;
    max-width: 100% !important;
    font-size: 42px !important;
    line-height: 1 !important;
  }
  .accnuo-home-services,
  .accnuo-home-aside {
    grid-template-columns: 1fr;
  }
  .accnuo-home-hero .accnuo-badges {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .accnuo-home-hero .accnuo-badges img {
    height: 116px;
  }
  .accnuo-home-tariff-card,
  .accnuo-home-testimonial {
    padding: 22px;
  }
  .accnuo-rd-gallery {
    grid-template-columns: 1fr;
  }
  .accnuo-product-teaser {
    align-items: flex-start;
    flex-direction: column;
    padding: 22px;
  }
  .accnuo-product-teaser .accnuo-btn {
    width: 100%;
  }
  .accnuo-product-nav {
    width: calc(100% - 28px);
    margin-top: -26px;
    padding: 16px;
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
  }
  .accnuo-product-nav div {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .accnuo-product-nav a {
    padding: 8px 6px;
    text-align: center;
  }
  .accnuo-product-category-intro {
    margin-top: -6px;
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
  }
  .accnuo-product-grid {
    columns: 2 145px;
    column-gap: 12px;
  }
  .accnuo-product-grid.is-small-set {
    columns: 2 145px;
  }
  .accnuo-product-item {
    margin-bottom: 12px;
  }
  .accnuo-product-item.is-featured {
    width: 100%;
  }
  .accnuo-product-item.is-wide {
    width: 100%;
  }
  .accnuo-product-item.is-tall {
    width: 100%;
  }
  .accnuo-product-media {
    padding: 13px;
  }
  .accnuo-product-number {
    top: 12px;
    right: 12px;
    font-size: 27px;
  }
  .accnuo-product-item figcaption {
    min-height: 52px;
    padding: 10px 12px;
  }
  .accnuo-consulting-strip {
    align-items: flex-start;
    flex-direction: column;
  }
  .accnuo-consulting-strip .accnuo-btn {
    width: 100%;
  }
  .accnuo-moq-card,
  .accnuo-resource-center {
    padding: 24px 20px;
  }
  .accnuo-main h1 {
    width: calc(var(--accnuo-safe-vw, 100vw) - 32px) !important;
    max-width: calc(var(--accnuo-safe-vw, 100vw) - 32px) !important;
    white-space: normal !important;
    overflow-wrap: normal;
    word-break: normal;
    font-size: 32px !important;
    line-height: 1.08 !important;
  }
  .accnuo-main h2 {
    width: calc(var(--accnuo-safe-vw, 100vw) - 32px) !important;
    max-width: calc(var(--accnuo-safe-vw, 100vw) - 32px) !important;
    white-space: normal !important;
    overflow-wrap: normal;
    word-break: normal;
    font-size: 28px !important;
  }
  .accnuo-main .accnuo-lead {
    width: calc(var(--accnuo-safe-vw, 100vw) - 32px) !important;
    max-width: calc(var(--accnuo-safe-vw, 100vw) - 32px) !important;
    white-space: normal !important;
    overflow-wrap: break-word;
    font-size: 16px !important;
  }
  .accnuo-main .accnuo-kicker {
    max-width: 100%;
    white-space: normal !important;
    overflow-wrap: anywhere;
    font-size: 12px !important;
    letter-spacing: .08em;
  }
  .accnuo-shell {
    width: calc(var(--accnuo-safe-vw, 100vw) - 32px) !important;
    max-width: calc(var(--accnuo-safe-vw, 100vw) - 32px) !important;
    margin-left: 16px !important;
    margin-right: 16px !important;
  }
  .accnuo-hero { min-height: 610px; padding: 170px 0 68px; }
  .accnuo-section { padding: 66px 0; }
  .accnuo-grid,
  .accnuo-grid.cols-2,
  .accnuo-grid.cols-4,
  .accnuo-fields { grid-template-columns: 1fr; }
  .accnuo-logos { grid-template-columns: repeat(2, 1fr); }
  .accnuo-manual iframe { height: 470px; }
}

/* Keep off-screen sections out of the rendering pipeline until needed. */
.accnuo-section {
  content-visibility: auto;
  contain-intrinsic-size: auto 760px;
}

.accnuo-card-media,
.accnuo-split-media,
.accnuo-gallery img {
  background-color: #161616;
}

@media (prefers-reduced-motion: reduce) {
  .accnuo-page *,
  .accnuo-page *::before,
  .accnuo-page *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
  }
}

/* tupian2.0 page refinements */
.accnuo-card {
  display: flex;
  flex-direction: column;
}

.accnuo-card-body {
  display: flex;
  flex: 1;
  flex-direction: column;
}

.accnuo-card-link {
  margin-top: auto;
  padding-top: 18px;
  font-weight: 800;
  text-decoration: none;
}

.accnuo-location-grid .accnuo-card-body {
  min-height: 205px;
}

.accnuo-service-grid .accnuo-card-media {
  aspect-ratio: 16 / 8;
}

.accnuo-service-grid .accnuo-card-body {
  padding: 20px;
}

.accnuo-service-grid .accnuo-card-body p {
  font-size: 15px;
  line-height: 1.5;
}

.accnuo-home-services {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px 38px;
  max-width: 760px;
  margin-top: 34px;
}

.accnuo-home-services > div {
  display: grid;
  gap: 8px;
}

.accnuo-home-services a {
  padding: 9px 0;
  border-bottom: 1px solid rgba(255,255,255,.18);
  color: #fff !important;
  font-weight: 700;
  text-decoration: none;
}

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

.accnuo-capability-grid > div {
  padding: 30px;
  border: 1px solid var(--accnuo-line);
  border-radius: 18px;
  background: var(--accnuo-panel-2);
}

.accnuo-capability-grid ul {
  columns: 2;
  padding-left: 20px;
}

.accnuo-centered {
  margin: 30px 0 0;
  text-align: center;
}

.accnuo-icon-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.accnuo-icon-grid.cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.accnuo-icon-grid article {
  min-height: 250px;
  padding: 32px;
  border: 1px solid var(--accnuo-line);
  border-radius: 18px;
  background: rgba(17, 23, 19, .88);
}

.accnuo-icon-grid article > span {
  display: grid;
  width: 54px;
  height: 54px;
  place-items: center;
  margin-bottom: 28px;
  border: 1px solid var(--accnuo-gold);
  border-radius: 50%;
  color: var(--accnuo-gold-light);
  font-weight: 800;
}

.accnuo-feature-icons {
  display: grid;
  gap: clamp(34px, 5vw, 66px);
}

.accnuo-feature-icons.cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.accnuo-feature-icons.cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.accnuo-feature-icons article {
  padding: 0 clamp(12px, 2vw, 28px);
  text-align: center;
}

.accnuo-feature-icons article > span {
  display: grid;
  width: 72px;
  height: 72px;
  place-items: center;
  margin: 0 auto 22px;
  border: 1px solid var(--accnuo-gold);
  border-radius: 50%;
  color: var(--accnuo-gold-light);
  font-size: 16px;
  font-weight: 850;
  box-shadow: 0 0 0 8px rgba(198, 171, 75, .05);
}

.accnuo-feature-icons h3 {
  margin-bottom: 12px;
  font-size: clamp(19px, 2vw, 24px);
}

.accnuo-feature-icons p {
  max-width: 360px;
  margin: 0 auto;
  color: var(--accnuo-muted);
}

.accnuo-quality-process {
  display: grid;
  gap: 42px;
  max-width: 980px;
  margin: 0 auto;
}

.accnuo-quality-process article {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr);
  gap: 26px;
  align-items: start;
}

.accnuo-quality-icon {
  display: grid;
  width: 58px;
  height: 58px;
  place-items: center;
  border: 1px solid var(--accnuo-gold);
  border-radius: 50%;
  color: var(--accnuo-gold-light);
  font-weight: 850;
}

.accnuo-quality-process h3 {
  margin: 0 0 14px;
}

.accnuo-quality-process ul {
  display: grid;
  gap: 8px;
  margin: 0;
  padding-left: 20px;
}

.accnuo-quality-process li::marker {
  color: var(--accnuo-gold);
}

.accnuo-certification-badges {
  margin-top: 38px;
}

.accnuo-location-section,
.accnuo-history-section,
.accnuo-fit-cta {
  background:
    linear-gradient(90deg, rgba(4,7,5,.94), rgba(4,7,5,.58)),
    url("../picture/accnuo/services/xiangao.webp") center/cover no-repeat;
}

.accnuo-location-banner {
  max-width: 820px;
  padding: 36px;
  border: 1px solid rgba(234,215,139,.5);
  border-radius: 18px;
  background: rgba(4,7,5,.72);
}

.accnuo-location-banner p {
  margin: 0;
  font-size: 24px;
  font-weight: 750;
}

.accnuo-history-section {
  background-image:
    linear-gradient(90deg, rgba(4,7,5,.94), rgba(4,7,5,.45)),
    url("../picture/accnuo/home/xiangao.webp");
}

.accnuo-testimonial-panel {
  display: grid;
  grid-template-columns: minmax(300px, .8fr) minmax(0, 1.2fr);
  gap: 48px;
  align-items: center;
}

.accnuo-testimonial-photo {
  width: 100%;
  max-height: 520px;
  border: 1px solid var(--accnuo-line);
  border-radius: 22px;
  object-fit: cover;
}

.accnuo-testimonial-panel blockquote {
  margin: 0 0 24px;
  padding: 0;
  border: 0;
  font-size: clamp(22px, 3vw, 34px);
  line-height: 1.45;
}

.accnuo-testimonial-panel strong,
.accnuo-testimonial-panel span {
  display: block;
}

.accnuo-testimonial-panel span {
  color: var(--accnuo-muted);
}

.accnuo-choice-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.accnuo-table-wrap {
  width: min(920px, 100%);
  margin-right: auto;
  margin-left: auto;
}

.accnuo-table th,
.accnuo-table td {
  text-align: center;
}

.accnuo-process-tabs {
  display: grid;
  grid-template-columns: repeat(7, minmax(230px, 1fr));
  gap: 0;
  overflow-x: auto;
  padding: 14px 0 28px;
  scroll-snap-type: x mandatory;
}

.accnuo-process-tabs article {
  position: relative;
  scroll-snap-align: start;
  padding: 0 18px;
}

.accnuo-process-tabs article:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 18px;
  right: -6px;
  width: 26px;
  height: 1px;
  background: var(--accnuo-gold);
}

.accnuo-process-tabs article > span {
  display: block;
  margin-bottom: 14px;
  color: var(--accnuo-gold-light);
  font-weight: 850;
}

.accnuo-process-image {
  width: 100%;
  aspect-ratio: 4/3;
  border: 1px solid var(--accnuo-line);
  border-radius: 14px;
  object-fit: cover;
}

.accnuo-process-tabs h3 {
  margin-top: 18px;
  font-size: 20px;
}

.accnuo-process-tabs p {
  font-size: 14px;
  line-height: 1.5;
}

.accnuo-consult-layout {
  display: grid;
  grid-template-columns: minmax(320px, .85fr) minmax(0, 1.15fr);
  gap: 54px;
  align-items: center;
}

.accnuo-consult-photo {
  width: 100%;
  max-height: 670px;
  border: 1px solid var(--accnuo-line);
  border-radius: 22px;
  object-fit: cover;
}

.accnuo-consult-media p {
  margin: 18px 0 0;
  color: var(--accnuo-muted);
  line-height: 1.65;
}

.accnuo-consult-media a {
  color: var(--accnuo-gold-light);
}

.accnuo-check-list {
  display: grid;
  gap: 10px;
  padding-left: 22px;
}

.accnuo-check-list li::marker {
  color: var(--accnuo-gold);
}

.accnuo-consult-metrics {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.accnuo-consult-metrics div {
  padding: 28px;
  text-align: center;
  border: 1px solid var(--accnuo-line);
  border-radius: 18px;
}

.accnuo-consult-metrics strong,
.accnuo-consult-metrics span {
  display: block;
}

.accnuo-consult-metrics strong {
  color: var(--accnuo-gold-light);
  font-size: clamp(32px, 5vw, 58px);
  font-weight: 500;
}

.accnuo-consult-credit {
  max-width: 980px;
  margin: 28px auto 0;
  text-align: center;
}

.accnuo-faq-group {
  margin-bottom: 54px;
}

.accnuo-faq-group > h2 {
  margin-bottom: 24px;
  color: var(--accnuo-gold-light);
  font-size: clamp(28px, 3vw, 42px);
  font-weight: 850;
}

.accnuo-faq details div {
  margin-top: 14px;
  color: var(--accnuo-muted);
}

.accnuo-faq details ol {
  padding-left: 22px;
}

.accnuo-contact-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin-bottom: 28px;
}

.accnuo-contact-grid article {
  padding: 24px;
  border: 1px solid var(--accnuo-line);
  border-radius: 16px;
  background: var(--accnuo-panel-2);
}

.accnuo-contact-grid article p {
  font-size: 15px;
}

.accnuo-inquiry-section .shoplazza-inquiry-wrapper {
  max-width: 920px !important;
  margin: 0 auto !important;
}

.accnuo-inquiry-section .inquiry-form-body,
.accnuo-inquiry-section .inquiry-success-card {
  border-radius: 22px !important;
  box-shadow: 0 24px 80px rgba(0,0,0,.3) !important;
}

.accnuo-language {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 10001;
}

/* Keep the desktop language control clear of Salient's back-to-top button. */
@media (min-width: 1000px) {
  body #to-top {
    right: 18px !important;
    bottom: 112px !important;
  }
}

body #to-top {
  transform: translateY(105%) !important;
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
  transition: transform 120ms ease-out, opacity 120ms ease-out !important;
}

body #to-top.accnuo-to-top-visible {
  transform: translateY(-50%) !important;
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;
}

body .accnuo-language select[data-accnuo-language] {
  min-height: 42px;
  padding: 8px 34px 8px 12px;
  border: 1px solid rgba(198,171,75,.72);
  border-radius: 999px;
  color: #111 !important;
  background: #fff !important;
  background-color: #fff !important;
  box-shadow: 0 10px 35px rgba(0,0,0,.25);
  color-scheme: light;
}

body .accnuo-language select[data-accnuo-language] option {
  color: #111 !important;
  background: #fff !important;
  background-color: #fff !important;
}

body .accnuo-language select[data-accnuo-language].is-loading {
  cursor: progress;
  opacity: .72;
}

#google_translate_element {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
}

@media (max-width: 999px) {
  .accnuo-icon-grid,
  .accnuo-feature-icons.cols-3,
  .accnuo-contact-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .accnuo-capability-grid,
  .accnuo-testimonial-panel,
  .accnuo-consult-layout {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 690px) {
  #logo { width: 185px !important; }
  #header-outer #logo > img.stnd { width: 116px !important; height: 32px !important; }
  .accnuo-home-services,
  .accnuo-icon-grid,
  .accnuo-icon-grid.cols-2,
  .accnuo-feature-icons.cols-3,
  .accnuo-feature-icons.cols-2,
  .accnuo-contact-grid,
  .accnuo-consult-metrics {
    grid-template-columns: 1fr;
  }
  .accnuo-quality-process article {
    grid-template-columns: 1fr;
  }
  .accnuo-capability-grid ul {
    columns: 1;
  }
  .accnuo-choice-buttons .accnuo-btn {
    width: 100%;
  }
  .accnuo-language {
    right: 10px;
    bottom: 10px;
  }
  .accnuo-map-strip {
    height: 300px;
    border-radius: 14px;
  }
  .accnuo-map-address {
    top: 10px;
    left: 10px;
    max-width: calc(100% - 20px);
    padding: 12px 14px;
  }
  .accnuo-map-open {
    right: 10px;
    bottom: 10px;
  }
}

/* Home page requirements from "yetou and home.docx". */
.accnuo-home-hero .accnuo-home-services {
  margin: 26px 0 24px;
}

.accnuo-home-hero .accnuo-badges {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  max-width: 720px;
  gap: 10px;
}

.accnuo-home-hero .accnuo-badges img {
  height: 106px;
  padding: 10px;
}

.accnuo-location-card .accnuo-card-body {
  min-height: 390px;
}

.accnuo-location-card .accnuo-card-body > p {
  min-height: 82px;
}

.accnuo-location-card ul {
  display: grid;
  gap: 4px;
  margin: 12px 0 0;
  padding-left: 20px;
}

.accnuo-location-card li {
  font-size: 15px;
  line-height: 1.45;
}

.accnuo-service-grid {
  gap: 14px !important;
}

.accnuo-service-grid .accnuo-card {
  position: relative;
  isolation: isolate;
  min-height: 270px;
  border-radius: 12px;
}

.accnuo-service-grid .accnuo-card::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(180deg, rgba(4,7,5,.15) 20%, rgba(4,7,5,.95) 100%);
}

.accnuo-service-grid .accnuo-card-media {
  position: absolute;
  inset: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  aspect-ratio: auto;
  object-fit: cover;
}

.accnuo-service-grid .accnuo-card-body {
  justify-content: flex-end;
  min-height: 270px;
  padding: 20px;
  background: transparent;
}

.accnuo-service-grid .accnuo-card-body h3 {
  font-size: 19px;
}

.accnuo-service-grid .accnuo-card-body p {
  display: -webkit-box;
  margin: 0;
  overflow: hidden;
  font-size: 13px;
  line-height: 1.45;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.accnuo-service-grid .accnuo-card-link {
  align-self: flex-start;
  margin-top: 13px;
  padding: 7px 12px;
  border: 1px solid rgba(255,255,255,.62);
  border-radius: 999px;
  color: #fff !important;
  font-size: 12px;
}

.accnuo-video-intro {
  margin: 0 auto 28px;
  text-align: center;
}

.accnuo-history-panel {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(260px, .55fr);
  gap: 42px;
  align-items: center;
  padding: 34px;
  border: 1px solid var(--accnuo-line);
  border-radius: 20px;
  background: rgba(4,7,5,.7);
}

.accnuo-history-panel .accnuo-lead {
  margin-bottom: 24px;
  font-size: 19px !important;
  line-height: 1.65;
}

.accnuo-history-panel .accnuo-split-media {
  max-height: 230px;
  border-radius: 14px;
}

.accnuo-testimonial-panel {
  grid-template-columns: minmax(0, 1.05fr) minmax(340px, .95fr);
}

.accnuo-testimonial-panel blockquote {
  font-size: clamp(21px, 2.3vw, 31px);
}

.accnuo-testimonial-photo {
  max-height: 500px;
}

.accnuo-fit-cta {
  background: var(--accnuo-bg);
}

.accnuo-choice-buttons {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.accnuo-choice-buttons .accnuo-btn {
  width: 100%;
  min-height: 82px;
  border: 2px solid rgba(255,255,255,.7);
  border-radius: 4px;
  background: transparent;
  color: #fff !important;
  font-size: 17px;
}

.accnuo-home-final-cta {
  min-height: 430px;
  display: flex;
  align-items: center;
  background:
    linear-gradient(90deg, rgba(4,7,5,.94), rgba(4,7,5,.45)),
    url("../picture/accnuo/home/xiangao.webp") center/cover no-repeat;
}

.accnuo-home-final-cta .accnuo-lead {
  margin-bottom: 28px;
}

@media (max-width: 999px) {
  .accnuo-home-hero .accnuo-badges {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .accnuo-location-card .accnuo-card-body {
    min-height: 370px;
  }
  .accnuo-history-panel,
  .accnuo-testimonial-panel {
    grid-template-columns: 1fr;
  }
  .accnuo-history-panel .accnuo-split-media {
    max-height: 360px;
  }
}

@media (max-width: 690px) {
  .accnuo-home-hero .accnuo-badges {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .accnuo-home-hero .accnuo-badges img {
    height: 96px;
  }
  .accnuo-location-card .accnuo-card-body,
  .accnuo-location-card .accnuo-card-body > p {
    min-height: 0;
  }
  .accnuo-service-grid .accnuo-card,
  .accnuo-service-grid .accnuo-card-body {
    min-height: 300px;
  }
  .accnuo-history-panel {
    padding: 24px 20px;
  }
  .accnuo-choice-buttons {
    grid-template-columns: 1fr;
  }
  .accnuo-choice-buttons .accnuo-btn {
    min-height: 68px;
  }
  .accnuo-home-final-cta {
    min-height: 390px;
  }
}
