:root {
  --bg: #f5f7fb;
  --bg-soft: #eef3f8;
  --panel: #ffffff;
  --panel-strong: #f8fbfd;
  --text: #17242c;
  --muted: #5d6d78;
  --line: #dbe4ea;
  --cyan: #087b83;
  --green: #1f8a5b;
  --gold: #a46a00;
  --white: #ffffff;
  --shadow: 0 18px 48px rgba(19, 41, 61, 0.1);
  color-scheme: light;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: "Microsoft YaHei", "PingFang SC", "Segoe UI", Arial, sans-serif;
  line-height: 1.65;
}

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

p,
h1,
h2,
h3 {
  margin-top: 0;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 76px;
  padding: 14px clamp(18px, 4vw, 56px);
  border-bottom: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(12px);
}

.brand {
  display: inline-flex;
  align-items: center;
  min-width: max-content;
}

.brand-logo {
  display: block;
  width: 186px;
  height: auto;
  max-height: 48px;
  object-fit: contain;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 22px;
  color: #33444d;
  font-size: 14px;
}

.site-nav a {
  transition: color 0.2s ease;
}

.site-nav a:hover,
.site-nav a:focus {
  color: var(--cyan);
}

.menu-toggle {
  display: none;
  min-width: 44px;
  min-height: 44px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--panel);
  color: var(--text);
}

.section,
.section-band,
.geo-section,
.contact-section {
  width: min(1280px, calc(100% - 36px));
  margin: 0 auto;
}

.section {
  padding: 86px 0;
}

.services-list-section {
  padding-top: 30px;
  padding-bottom: 86px;
}

.section.alt {
  width: 100%;
  padding: 86px max(18px, calc((100% - 1280px) / 2));
  border-block: 1px solid var(--line);
  background: var(--bg-soft);
}

.hero {
  position: relative;
  display: grid;
  width: 100%;
  max-width: none;
  min-height: 520px;
  margin: 0;
  overflow: hidden;
  padding: 76px max(32px, calc((100% - 1280px) / 2)) 72px;
  align-items: center;
  background: linear-gradient(135deg, #e8f5f5, #f6fafc);
}

.page-hero {
  position: relative;
  display: grid;
  width: 100%;
  max-width: none;
  min-height: 520px;
  margin: 0;
  overflow: hidden;
  padding: 76px max(32px, calc((100% - 1280px) / 2)) 72px;
  align-items: center;
  text-align: center;
  background: linear-gradient(135deg, #e8f5f5, #f6fafc);
}

.hero-content {
  position: relative;
  z-index: 2;
  width: min(1440px, 100%);
  max-width: 1440px;
  text-align: center;
}

.banner-visual {
  position: absolute;
  inset: 0;
  background: var(--bg-soft);
  background-position: center;
  background-size: cover;
  opacity: 1;
  transition: opacity 0.35s ease;
}

.banner-carousel::after {
  content: none;
}

.banner-carousel.is-fading .banner-visual {
  opacity: 0.2;
}

.eyebrow {
  margin-bottom: 14px;
  color: var(--cyan);
  font-size: 14px;
  font-weight: 700;
}

h1 {
  max-width: 780px;
  margin-bottom: 24px;
  font-size: clamp(40px, 6vw, 76px);
  line-height: 1.06;
  letter-spacing: 0;
}

.hero-title-nowrap {
  max-width: none;
  white-space: nowrap;
  font-size: clamp(42px, 5vw, 72px);
}

h2 {
  margin-bottom: 16px;
  color: var(--text);
  font-size: clamp(26px, 3.2vw, 44px);
  line-height: 1.18;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 10px;
  color: var(--text);
  font-size: 20px;
  line-height: 1.35;
  letter-spacing: 0;
}

.hero-lead,
.section-heading p,
.geo-copy > p,
.about-copy p,
.contact-section p {
  color: var(--muted);
  font-size: 17px;
}

.hero-lead {
  max-width: 900px;
  margin-inline: auto;
  margin-bottom: 30px;
  font-size: 19px;
}

.hero-service-strip {
  position: relative;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  max-width: 860px;
  margin-inline: auto;
  margin-bottom: 24px;
}

.hero-service-strip a {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 14px;
  border: 1px solid rgba(8, 123, 131, 0.18);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.8);
  color: #243842;
  font-size: 14px;
  font-weight: 800;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
  margin-bottom: 34px;
}

.home-actions {
  margin-bottom: 28px;
}

.banner-control {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border: 1px solid rgba(8, 123, 131, 0.22);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.82);
  color: var(--text);
  cursor: pointer;
  font-size: 24px;
  line-height: 1;
  transform: translateY(-50%);
}

.banner-control:hover,
.banner-control:focus {
  border-color: rgba(8, 123, 131, 0.45);
  color: var(--cyan);
}

.banner-control.prev {
  left: max(18px, calc((100% - 1280px) / 2));
}

.banner-control.next {
  right: max(18px, calc((100% - 1280px) / 2));
}

.banner-dots {
  position: absolute;
  right: 0;
  bottom: 22px;
  left: 0;
  z-index: 5;
  display: flex;
  justify-content: center;
  gap: 8px;
}

.banner-dot {
  width: 9px;
  height: 9px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: rgba(8, 123, 131, 0.25);
  cursor: pointer;
}

.banner-dot.is-active {
  width: 26px;
  background: var(--cyan);
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 20px;
  border-radius: 8px;
  font-weight: 700;
}

.btn.primary {
  background: var(--cyan);
  color: #ffffff;
  box-shadow: 0 12px 26px rgba(8, 123, 131, 0.18);
}

.btn.secondary {
  border: 1px solid var(--line);
  background: #ffffff;
  color: var(--text);
}

.hero-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  max-width: 680px;
  margin: 0;
}

.hero-stats div {
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--panel);
}

.hero-stats dt {
  color: var(--cyan);
  font-size: 26px;
  font-weight: 800;
}

.hero-stats dd {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
}

.industry-strip {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  max-width: 720px;
  margin-bottom: 24px;
}

.industry-strip span,
.industry-strip a {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 12px;
  border-radius: 999px;
  font-size: 13px;
}

.industry-strip span {
  background: #e9f7f5;
  color: var(--green);
  font-weight: 800;
}

.industry-strip a {
  border: 1px solid var(--line);
  background: #ffffff;
  color: #33444d;
}

.image-slot,
.service-image,
.geo-image,
.case-image,
.about-image,
.section-side-image {
  margin: 0;
}

.service-image img,
.geo-image img,
.case-image img,
.about-image img,
.detail-image img,
.section-side-image img {
  display: block;
  width: 100%;
  height: 100%;
  border: 1px solid var(--line);
  border-radius: 8px;
  object-fit: cover;
  background: #ffffff;
}

.image-placeholder {
  display: grid;
  position: relative;
  place-items: center;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    linear-gradient(135deg, #eef7f8, #f7fafc),
    repeating-linear-gradient(45deg, rgba(8, 123, 131, 0.08) 0 1px, transparent 1px 14px);
  color: #41606b;
  font-weight: 800;
}

.service-image img,
.detail-image:not(.geo-detail-image) img {
  object-fit: cover;
  object-position: 62% center;
}

.image-placeholder::after {
  content: "";
  position: absolute;
  inset: 12px;
  border: 1px dashed #b7c7d0;
  border-radius: 6px;
  pointer-events: none;
}

.image-placeholder span {
  position: relative;
  z-index: 1;
  padding: 6px 10px;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.8);
  font-size: 14px;
}

.section-heading {
  max-width: 820px;
  margin-bottom: 34px;
}

.section-media-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 420px);
  gap: 32px;
  align-items: center;
  margin-bottom: 34px;
}

.section-media-layout .section-heading {
  margin-bottom: 0;
}

.section-side-image {
  width: 100%;
  aspect-ratio: 4 / 3;
}

.section-heading.compact {
  max-width: 760px;
  margin-inline: 0;
  text-align: left;
}

.pain-list,
.service-grid,
.case-grid,
.intent-grid {
  display: grid;
  gap: 16px;
}

.pain-list {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.pain-list article,
.service-grid article,
.case-grid article,
.intent-grid article,
.geo-panel,
.contact-card {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--panel);
}

.pain-list article {
  padding: 24px;
}

.pain-list p,
.service-grid p,
.case-grid p,
.intent-grid p,
.geo-panel li,
.faq-list p,
.card-list {
  color: var(--muted);
}

.card-list {
  margin: 14px 0 18px;
  padding-left: 18px;
  font-size: 14px;
}

.card-list li + li {
  margin-top: 6px;
}

.steps {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
  margin: 0 auto;
  padding: 0;
  list-style: none;
  width: min(1280px, 100%);
}

.steps li {
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #ffffff;
}

.steps span {
  display: inline-flex;
  margin-bottom: 16px;
  color: var(--cyan);
  font-weight: 800;
}

.steps p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 14px;
}

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

.service-grid article {
  display: flex;
  flex-direction: column;
  padding: 26px;
  transition: transform 0.2s ease, border-color 0.2s ease;
}

.service-image {
  width: 100%;
  aspect-ratio: 16 / 9;
  margin-bottom: 18px;
}

.service-grid article:hover {
  transform: translateY(-2px);
  border-color: rgba(8, 123, 131, 0.35);
}

.service-grid a {
  margin-top: auto;
  color: var(--green);
  font-weight: 700;
}

.geo-section {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 28px;
  padding: 76px 34px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #ffffff;
}

.intent-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 26px;
}

.intent-grid article,
.geo-panel {
  padding: 22px;
}

.geo-panel h3 {
  color: var(--green);
}

.geo-panel ol {
  margin: 0;
  padding-left: 20px;
}

.geo-image {
  width: 100%;
  aspect-ratio: 4 / 3;
  margin-bottom: 20px;
}

.geo-panel li + li {
  margin-top: 12px;
}

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

.case-grid article {
  padding: 22px;
}

.case-image {
  width: 100%;
  aspect-ratio: 4 / 3;
  margin-bottom: 16px;
}

.case-grid strong,
.case-grid span {
  display: block;
}

.case-grid strong {
  margin-bottom: 10px;
  font-size: 18px;
}

.case-grid span {
  color: var(--gold);
  font-weight: 700;
}

.case-detail-link {
  display: inline-flex;
  margin-top: 12px;
  color: var(--green);
  font-weight: 700;
}

.about-layout {
  display: grid;
  grid-template-columns: minmax(280px, 0.85fr) minmax(0, 1.15fr);
  gap: 44px;
  width: min(1280px, 100%);
  margin: 0 auto;
}

.about-copy {
  display: grid;
  gap: 16px;
}

.about-image {
  width: 100%;
  aspect-ratio: 16 / 8;
  margin-bottom: 6px;
}

.about-copy p {
  margin-bottom: 0;
}

.faq-list {
  display: grid;
  gap: 12px;
  max-width: 1080px;
  margin: 0 auto;
}

.faq-list details {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--panel);
}

.faq-list summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  min-height: 56px;
  padding: 16px 20px;
  cursor: pointer;
  color: var(--text);
  font-weight: 800;
  line-height: 1.45;
  list-style: none;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary::after {
  content: "+";
  flex: 0 0 auto;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: rgba(8, 123, 131, 0.1);
  color: var(--cyan);
  font-size: 18px;
  line-height: 24px;
  text-align: center;
}

.faq-list details[open] summary::after {
  content: "-";
}

.faq-list p {
  margin: 0;
  padding: 0 20px 18px;
  color: var(--muted);
}

.faq-visible-list {
  gap: 16px;
}

.faq-item {
  padding: 22px 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--panel);
}

.faq-item h2 {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  margin-bottom: 12px;
  color: var(--text);
  font-size: 20px;
  line-height: 1.45;
}

.faq-item h2 span {
  flex: 0 0 auto;
  color: var(--cyan);
  font-size: 14px;
  font-weight: 800;
}

.faq-item p {
  margin: 0;
  color: var(--muted);
}

.contact-section {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 330px;
  gap: 28px;
  align-items: center;
  margin-bottom: 76px;
  padding: 38px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #ffffff;
}

.contact-card {
  padding: 26px;
  text-align: center;
}

.contact-card span {
  color: var(--green);
  font-weight: 700;
}

.contact-card strong {
  display: block;
  margin: 10px 0 8px;
  color: var(--text);
  font-size: 30px;
}

.contact-card p {
  margin-bottom: 18px;
  font-size: 14px;
}

.contact-page-section {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 340px;
  gap: 24px;
  align-items: stretch;
  padding-top: 24px;
}

.contact-info-panel,
.contact-qr-panel {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--panel);
}

.contact-info-panel {
  padding: clamp(24px, 4vw, 38px);
}

.contact-info-panel h2 {
  font-size: clamp(26px, 3vw, 38px);
}

.contact-info-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 28px;
}

.contact-info-grid article {
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--panel-strong);
}

.contact-info-grid span,
.contact-info-grid strong,
.contact-info-grid p {
  display: block;
}

.contact-info-grid span {
  margin-bottom: 8px;
  color: var(--cyan);
  font-size: 13px;
  font-weight: 800;
}

.contact-info-grid strong {
  margin-bottom: 10px;
  color: var(--text);
  font-size: 18px;
  line-height: 1.45;
}

.contact-info-grid p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 14px;
}

.contact-qr-panel {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 28px;
  text-align: center;
}

.qr-placeholder {
  display: block;
  width: min(100%, 180px);
  aspect-ratio: 1;
  margin-bottom: 22px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #ffffff;
  object-fit: contain;
}

.contact-qr-panel h2 {
  margin-bottom: 10px;
  font-size: 24px;
}

.contact-qr-panel p {
  color: var(--muted);
}

.site-footer {
  border-top: 1px solid var(--line);
  color: #f4f7f8;
  background: #303030;
}

.footer-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(380px, auto);
  gap: 32px;
  align-items: start;
  width: min(1280px, calc(100% - 36px));
  margin: 0 auto;
  padding: 34px 0;
}

.footer-info strong {
  display: block;
  margin-bottom: 16px;
  color: #ffffff;
  font-size: 26px;
}

.footer-info p {
  margin: 0 0 12px;
  color: #f4f7f8;
  font-size: 14px;
  font-weight: 700;
}

.footer-info a {
  color: #ffffff;
}

.footer-qrs {
  display: grid;
  grid-template-columns: repeat(3, minmax(112px, 128px));
  gap: 14px;
  justify-content: end;
}

.footer-qr-card {
  margin: 0;
  padding: 10px 10px 9px;
  border-radius: 10px;
  color: #202020;
  background: #ffffff;
  text-align: center;
}

.footer-qr {
  display: block;
  width: 100%;
  aspect-ratio: 1;
  border-radius: 4px;
  background: #ffffff;
  object-fit: contain;
}

.footer-qr-card figcaption {
  margin-top: 8px;
  font-size: 14px;
  font-weight: 700;
}

.page-main {
  min-height: 60vh;
}

.breadcrumb {
  display: none;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 24px;
  color: var(--muted);
  font-size: 14px;
}

.breadcrumb a {
  color: var(--cyan);
}

.page-hero h1 {
  position: relative;
  z-index: 2;
  max-width: 1120px;
  margin: 0 auto 18px;
  font-size: clamp(34px, 4.6vw, 60px);
}

.page-hero .lead {
  position: relative;
  z-index: 2;
  max-width: 860px;
  margin: 0 auto;
  color: var(--muted);
  font-size: 19px;
}

.page-hero .eyebrow {
  position: relative;
  z-index: 2;
}

.hero.banner-carousel h1,
.page-hero.banner-carousel h1 {
  position: relative;
  z-index: 2;
  width: min(1320px, calc(100vw - 72px));
  max-width: 1320px;
  margin: 0 auto 22px;
  font-size: clamp(38px, 4.35vw, 68px);
  line-height: 1.08;
}

.banner-carousel .hero-title-nowrap {
  white-space: normal;
}

.hero.banner-carousel .hero-lead,
.hero.banner-carousel .lead,
.page-hero.banner-carousel .lead {
  position: relative;
  z-index: 2;
  max-width: 900px;
  margin: 0 auto 26px;
  color: var(--muted);
  font-size: 19px;
}

.page-hero.banner-carousel {
  text-align: left;
}

.page-hero.banner-carousel .breadcrumb,
.page-hero.banner-carousel .eyebrow,
.page-hero.banner-carousel h1,
.page-hero.banner-carousel .lead {
  width: min(660px, 48vw);
  max-width: 660px;
  margin-left: 0;
  margin-right: 0;
  text-align: left;
}

.hero.banner-carousel .eyebrow,
.page-hero.banner-carousel .eyebrow {
  position: relative;
  z-index: 2;
  text-align: center;
}

.hero.banner-carousel[data-banner-page="home"] .hero-content {
  width: min(720px, 48vw);
  max-width: 720px;
  margin-right: auto;
  margin-left: 0;
  text-align: left;
}

.hero.banner-carousel[data-banner-page="home"] h1 {
  width: 100%;
  max-width: 720px;
  margin-right: 0;
  margin-left: 0;
  font-size: clamp(44px, 3.1vw, 58px);
  line-height: 1.1;
  text-wrap: balance;
}

.hero.banner-carousel[data-banner-page="home"] .eyebrow,
.hero.banner-carousel[data-banner-page="home"] .lead {
  width: 100%;
  max-width: 680px;
  margin-right: 0;
  margin-left: 0;
  text-align: left;
}

.hero.banner-carousel[data-banner-page="home"] .hero-service-strip {
  justify-content: flex-start;
  max-width: 720px;
  margin-right: 0;
  margin-left: 0;
}

.hero.banner-carousel[data-banner-page="home"] .banner-control.prev {
  left: max(16px, calc((100% - 1440px) / 2));
}

.hero.banner-carousel[data-banner-page="home"] .banner-control.next {
  right: max(16px, calc((100% - 1440px) / 2));
}

@media (min-width: 861px) and (max-width: 1440px) {
  .hero.banner-carousel[data-banner-page="home"] .hero-content {
    width: min(600px, calc(50vw - 48px));
    margin-left: 48px;
  }
}

.page-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 330px;
  gap: 28px;
  width: min(1280px, calc(100% - 36px));
  margin: 0 auto 76px;
}

.detail-only-layout {
  grid-template-columns: 1fr;
  max-width: 1280px;
}

.about-single-layout {
  grid-template-columns: 1fr;
  max-width: 1080px;
}

.content-panel,
.side-panel,
.rich-content,
.service-list-card {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--panel);
}

.content-panel,
.rich-content {
  padding: clamp(24px, 4vw, 42px);
}

.side-panel {
  align-self: start;
  padding: 22px;
  position: sticky;
  top: 96px;
}

.side-panel h2,
.content-panel h2,
.rich-content h2 {
  font-size: clamp(24px, 3vw, 34px);
}

.side-panel ul,
.rich-content ul,
.rich-content ol {
  padding-left: 20px;
}

.side-panel li + li,
.rich-content li + li {
  margin-top: 8px;
}

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

.service-list-card {
  display: flex;
  flex-direction: column;
  padding: 22px;
}

.service-list-card h2 {
  margin-bottom: 8px;
  font-size: 24px;
}

.service-list-card p,
.rich-content p,
.side-panel p,
.service-list-card li {
  color: var(--muted);
}

.service-list-card .btn {
  align-self: flex-start;
  margin-top: auto;
}

.feature-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin: 24px 0;
}

.feature-list article {
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.055);
}

.feature-list h3 {
  font-size: 18px;
}

.detail-image {
  width: 100%;
  aspect-ratio: 16 / 7;
  margin: 0 0 26px;
}

.geo-detail-image {
  aspect-ratio: auto;
}

.geo-detail-image img {
  height: auto;
}

.detail-placeholder {
  display: grid;
  gap: 18px;
}

.detail-placeholder .image-placeholder {
  width: 100%;
  aspect-ratio: 16 / 7;
}

.editor-empty-note {
  padding: 22px;
  border: 1px dashed #b7c7d0;
  border-radius: 8px;
  background: var(--panel-strong);
  text-align: center;
}

.editor-empty-note h2 {
  margin-bottom: 10px;
  font-size: 24px;
}

.editor-empty-note p {
  margin-bottom: 0;
  color: var(--muted);
}

.cta-panel {
  margin-top: 30px;
  padding: 24px;
  border: 1px solid rgba(148, 227, 93, 0.28);
  border-radius: 8px;
  background: linear-gradient(135deg, rgba(148, 227, 93, 0.12), rgba(35, 214, 200, 0.07));
}

.service-detail-layout {
  margin-top: 52px;
}

.service-detail-content {
  overflow: hidden;
}

.service-detail-section {
  padding: 38px 0;
  border-top: 1px solid var(--line);
}

.service-detail-section:first-of-type {
  border-top: 0;
}

.service-detail-section > h2 {
  margin-bottom: 22px;
}

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

.service-capability-card {
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: var(--panel-strong);
}

.service-capability-card h3 {
  margin-bottom: 8px;
  font-size: 20px;
}

.service-capability-card p {
  margin-bottom: 0;
}

.service-check-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  padding: 0 !important;
  list-style: none;
}

.service-check-list li {
  position: relative;
  margin: 0 !important;
  padding: 17px 18px 17px 48px;
  border: 1px solid var(--line);
  border-radius: 9px;
  background: var(--panel-strong);
}

.service-check-list li::before {
  content: "✓";
  position: absolute;
  top: 16px;
  left: 18px;
  color: var(--green);
  font-weight: 700;
}

.service-process-image {
  margin: 0 0 26px;
  overflow: hidden;
  border-radius: 10px;
  background: var(--bg-soft);
}

.service-process-image img {
  display: block;
  width: 100%;
  height: auto;
}

.service-process-list {
  display: grid;
  gap: 14px;
  padding: 0 !important;
  counter-reset: service-step;
  list-style: none;
}

.service-process-list li {
  display: grid;
  grid-template-columns: 46px 1fr;
  gap: 16px;
  margin: 0 !important;
  align-items: start;
  counter-increment: service-step;
}

.service-process-list li::before {
  content: counter(service-step);
  display: grid;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  place-items: center;
  background: var(--cyan);
  color: var(--white);
  font-weight: 700;
}

.service-process-list h3 {
  margin: 2px 0 4px;
  font-size: 20px;
}

.service-process-list p {
  margin-bottom: 0;
}

.service-boundary-note {
  padding: 22px 24px;
  border-left: 4px solid var(--gold);
  border-radius: 0 10px 10px 0;
  background: #fff8e8;
}

.service-boundary-note ul {
  margin: 0;
}

.service-faq-section .faq-list details {
  background: var(--panel-strong);
}

.service-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 26px;
  margin-top: 20px;
  padding: 28px;
  border: 1px solid rgba(8, 123, 131, 0.24);
  border-radius: 12px;
  background: linear-gradient(135deg, rgba(8, 123, 131, 0.1), rgba(31, 138, 91, 0.08));
}

.service-cta h2 {
  margin-bottom: 8px;
  font-size: 26px;
}

.service-cta p {
  margin-bottom: 0;
}

.service-cta .btn {
  flex: 0 0 auto;
}

.about-page-layout {
  margin-top: 52px;
}

.about-section {
  padding: 38px 0;
  border-top: 1px solid var(--line);
}

.about-section:first-of-type {
  padding-top: 8px;
  border-top: 0;
}

.about-facts-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin: 0;
}

.about-fact {
  padding: 18px 20px;
  border: 1px solid var(--line);
  border-radius: 9px;
  background: var(--panel-strong);
}

.about-fact dt {
  margin-bottom: 5px;
  color: var(--muted);
  font-size: 14px;
}

.about-fact dd {
  margin: 0;
  font-weight: 700;
  overflow-wrap: anywhere;
}

.about-positioning {
  margin: 18px 0 10px;
  padding: 28px;
  border: 1px solid rgba(8, 123, 131, 0.22);
  border-radius: 12px;
  background: linear-gradient(135deg, rgba(8, 123, 131, 0.09), rgba(31, 138, 91, 0.07));
}

.about-positioning blockquote {
  margin: 10px 0 18px;
  color: var(--text);
  font-size: clamp(25px, 3vw, 36px);
  font-weight: 700;
}

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

.about-service-card {
  display: flex;
  flex-direction: column;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: var(--panel-strong);
}

.about-service-card h3 {
  margin-bottom: 8px;
  font-size: 20px;
}

.about-service-card a {
  margin-top: auto;
  color: var(--cyan);
  font-weight: 700;
}

.about-partner-note {
  margin: 38px 0;
  padding: 22px 24px;
  border-left: 4px solid var(--line);
  border-radius: 0 9px 9px 0;
  background: var(--panel-strong);
}

.about-partner-note h2 {
  margin-bottom: 8px;
  font-size: 22px;
}

.about-partner-note p {
  margin-bottom: 0;
  font-size: 15px;
}

.news-hero {
  padding: 76px max(18px, calc((100% - 1280px) / 2)) 64px;
  border-bottom: 1px solid var(--line);
  background: linear-gradient(135deg, #e8f5f5, #f6fafc);
  text-align: center;
}

.case-detail-hero {
  padding: 70px max(18px, calc((100% - 1080px) / 2)) 54px;
  text-align: center;
}

.case-detail-hero .breadcrumb {
  justify-content: center;
  margin-bottom: 32px;
}

.case-detail-hero h1 {
  max-width: 900px;
  margin-inline: auto;
  font-size: clamp(40px, 5vw, 64px);
}

.case-detail-hero .lead {
  max-width: 780px;
  margin: 0 auto 24px;
  color: var(--muted);
  font-size: 18px;
}

.related-service-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-top: 48px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: var(--bg-soft);
}

.related-service-card h2 {
  margin-bottom: 8px;
  font-size: 24px;
}

.related-service-card p:last-child {
  margin-bottom: 0;
}

.related-service-card .btn {
  flex: 0 0 auto;
}

.news-hero h1 {
  max-width: 900px;
  margin-inline: auto;
  font-size: clamp(40px, 5.5vw, 68px);
}

.news-hero .lead {
  max-width: 760px;
  margin: 0 auto;
  color: var(--muted);
  font-size: 18px;
}

.news-hero .breadcrumb {
  justify-content: center;
}

.news-list-section {
  min-height: 420px;
}

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

.news-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: var(--panel);
  box-shadow: 0 12px 34px rgba(19, 41, 61, 0.07);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.news-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow);
}

.news-card > a {
  display: flex;
  height: 100%;
  flex-direction: column;
}

.news-card-cover {
  aspect-ratio: 16 / 9;
  margin: 0;
  overflow: hidden;
  background: var(--bg-soft);
}

.news-card-cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.news-card:hover .news-card-cover img {
  transform: scale(1.035);
}

.news-card-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 24px;
}

.news-card-meta,
.article-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  color: var(--muted);
  font-size: 14px;
}

.news-card-meta span {
  color: var(--cyan);
  font-weight: 700;
}

.news-card h2 {
  margin: 16px 0 12px;
  font-size: 24px;
}

.news-card p {
  flex: 1;
  color: var(--muted);
}

.news-card strong {
  color: var(--cyan);
  font-size: 14px;
}

.news-empty {
  padding: 70px 24px;
  border: 1px dashed var(--line);
  border-radius: 14px;
  background: var(--panel);
  text-align: center;
}

.article-page {
  padding: 70px 18px 90px;
}

.news-article {
  width: min(900px, 100%);
  margin: 0 auto;
}

.article-header {
  margin-bottom: 40px;
  text-align: center;
}

.article-header .breadcrumb {
  justify-content: center;
  margin-bottom: 34px;
}

.article-header h1 {
  max-width: 900px;
  margin-inline: auto;
  font-size: clamp(38px, 5vw, 62px);
}

.article-summary {
  max-width: 760px;
  margin: 0 auto 22px;
  color: var(--muted);
  font-size: 19px;
}

.article-meta {
  justify-content: center;
}

.article-cover {
  aspect-ratio: 16 / 9;
  margin: 0 0 44px;
  overflow: hidden;
  border-radius: 14px;
  background: var(--bg-soft);
  box-shadow: var(--shadow);
}

.article-cover img,
.article-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.article-content {
  padding: clamp(26px, 5vw, 58px);
  border: 1px solid var(--line);
  border-radius: 14px;
  background: var(--panel);
  box-shadow: 0 12px 34px rgba(19, 41, 61, 0.06);
  font-size: 17px;
}

.article-content h2 {
  margin-top: 52px;
  font-size: clamp(27px, 3vw, 36px);
}

.article-content h2:first-child {
  margin-top: 0;
}

.article-content h3 {
  margin-top: 34px;
  font-size: 22px;
}

.article-content p,
.article-content ul,
.article-content ol {
  margin-bottom: 22px;
}

.article-content a {
  color: var(--cyan);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.article-content blockquote {
  margin: 28px 0;
  padding: 20px 24px;
  border-left: 4px solid var(--cyan);
  border-radius: 0 10px 10px 0;
  background: var(--bg-soft);
  color: #33444d;
}

.article-content blockquote p {
  margin: 0;
}

.article-content pre {
  overflow-x: auto;
  padding: 20px;
  border-radius: 10px;
  background: #12212a;
  color: #e8f5f5;
}

.article-content code {
  padding: 2px 6px;
  border-radius: 4px;
  background: var(--bg-soft);
  font-family: Consolas, monospace;
  font-size: 0.92em;
}

.article-content pre code {
  padding: 0;
  background: transparent;
}

.article-image {
  margin: 34px 0;
}

.article-image img {
  display: block;
  height: auto;
  border-radius: 10px;
}

.article-image figcaption {
  padding-top: 10px;
  color: var(--muted);
  font-size: 14px;
  text-align: center;
}

.article-faq {
  margin-top: 58px;
  padding-top: 4px;
  border-top: 1px solid var(--line);
}

.article-faq .faq-list details {
  background: var(--panel-strong);
}

.article-footer {
  padding-top: 34px;
  text-align: center;
}

@media (max-width: 1180px) {
  .news-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .hero {
    min-height: auto;
    padding-top: 64px;
    padding-bottom: 58px;
  }

  .banner-control {
    width: 38px;
    height: 38px;
  }
}

@media (max-width: 860px) {
  .hero.banner-carousel h1,
  .page-hero.banner-carousel h1 {
    width: min(100%, calc(100vw - 44px));
    font-size: clamp(30px, 5.1vw, 42px);
  }

  .page-hero.banner-carousel .breadcrumb,
  .page-hero.banner-carousel .eyebrow,
  .page-hero.banner-carousel h1,
  .page-hero.banner-carousel .lead {
    width: min(100%, calc(100vw - 44px));
    max-width: 760px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }

  .hero.banner-carousel[data-banner-page="home"] .hero-content {
    width: min(100%, 720px);
    max-width: 720px;
    margin-inline: auto;
    padding: 24px 20px;
    border: 1px solid rgba(255, 255, 255, 0.72);
    border-radius: 18px;
    background: rgba(245, 247, 251, 0.86);
    box-shadow: 0 18px 50px rgba(18, 67, 91, 0.08);
    text-align: center;
    backdrop-filter: blur(3px);
  }

  .hero.banner-carousel[data-banner-page="home"] .eyebrow,
  .hero.banner-carousel[data-banner-page="home"] h1,
  .hero.banner-carousel[data-banner-page="home"] .lead {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }

  .hero.banner-carousel[data-banner-page="home"] .hero-service-strip {
    justify-content: center;
    margin-inline: auto;
  }
}

@media (max-width: 980px) {
  .site-header {
    align-items: flex-start;
  }

  .menu-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  .site-nav {
    position: absolute;
    top: 76px;
    right: 18px;
    left: 18px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    padding: 14px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: rgba(7, 16, 23, 0.97);
  }

  .site-nav.is-open {
    display: flex;
  }

  .site-nav a {
    min-height: 44px;
    padding: 8px 10px;
  }

  .hero,
  .page-hero,
  .geo-section,
  .about-layout,
  .contact-section,
  .contact-page-section,
  .page-layout,
  .section-media-layout {
    grid-template-columns: 1fr;
  }

  .side-panel {
    position: static;
  }

  .hero {
    min-height: auto;
    padding-top: 52px;
    padding-bottom: 50px;
    padding-inline: 18px;
  }

  .page-hero {
    min-height: auto;
    padding: 52px 18px 56px;
  }

  .banner-control.prev {
    left: 10px;
  }

  .banner-control.next {
    right: 10px;
  }

  .pain-list,
  .service-grid,
  .case-grid,
  .service-list,
  .feature-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

  .service-cta {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 640px) {
  .site-header {
    min-height: 68px;
    padding-inline: 14px;
  }

  .brand small {
    display: none;
  }

  .site-nav {
    top: 68px;
  }

  .section {
    padding: 60px 0;
  }

  .section.alt {
    padding-block: 60px;
  }

  .hero {
    padding: 42px 18px 56px;
  }

  .page-hero {
    padding: 42px 18px 56px;
  }

  h1 {
    font-size: 40px;
  }

  .hero-title-nowrap {
    white-space: normal;
  }

  .banner-control {
    top: auto;
    bottom: 18px;
    transform: none;
  }

  .banner-dots {
    bottom: 30px;
  }

  .hero-lead {
    font-size: 17px;
  }

  .hero-stats,
  .pain-list,
  .service-grid,
  .case-grid,
  .news-grid,
  .intent-grid,
  .steps,
  .service-list,
  .contact-info-grid,
  .feature-list {
    grid-template-columns: 1fr;
  }

  .service-capability-grid,
  .service-check-list,
  .about-facts-grid,
  .about-service-grid {
    grid-template-columns: 1fr;
  }

  .service-detail-layout {
    margin-top: 28px;
  }

  .about-page-layout {
    margin-top: 28px;
  }

  .service-detail-section {
    padding: 30px 0;
  }

  .industry-strip {
    gap: 8px;
  }

  .geo-section,
  .contact-section {
    padding: 28px 20px;
  }

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

  .footer-qrs {
    grid-template-columns: repeat(2, minmax(112px, 128px));
    justify-content: start;
  }

  .news-hero {
    padding-top: 52px;
    padding-bottom: 48px;
  }

  .article-page {
    padding-top: 44px;
    padding-bottom: 64px;
  }

  .article-content {
    padding: 24px 20px;
  }

  .related-service-card {
    align-items: flex-start;
    flex-direction: column;
  }
}
