:root {
  color-scheme: light;
  --ink: #102033;
  --muted: #5a6b80;
  --soft: #f3f7fb;
  --line: #d7e3ef;
  --brand: #1268c7;
  --brand-dark: #0a3f86;
  --accent: #10a7b8;
  --white: #ffffff;
  --max: 1180px;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  color: var(--ink);
  background: #303030;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
  line-height: 1.65;
}

main {
  background: var(--white);
  display: flow-root;
}

a {
  color: var(--brand);
  text-decoration: none;
}

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 16px max(24px, calc((100vw - var(--max)) / 2));
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(12px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--ink);
}

.brand strong,
.brand small {
  display: block;
  line-height: 1.2;
}

.brand small {
  margin-top: 2px;
  color: var(--muted);
  font-size: 12px;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 22px;
  font-size: 15px;
}

.site-nav a {
  color: var(--ink);
}

.site-nav a[aria-current="page"] {
  color: var(--brand);
  font-weight: 700;
}

.nav-toggle {
  display: none;
  padding: 8px 12px;
  color: var(--brand-dark);
  background: var(--soft);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.hero,
.page-hero,
.section,
.content-section,
.service-list,
.product-grid,
.contact-layout,
.policy-section {
  max-width: var(--max);
  margin: 0 auto;
  padding: 72px 24px;
}

.hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  align-items: center;
  max-width: none;
  min-height: 640px;
  padding: 92px max(24px, calc((100vw - var(--max)) / 2));
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(4, 31, 69, 0.92) 0%, rgba(11, 63, 134, 0.72) 44%, rgba(11, 63, 134, 0.12) 100%),
    url("img-ev-charging.jpg") center / cover no-repeat;
}

.hero-content h1,
.page-hero h1 {
  margin: 12px 0 20px;
  max-width: 820px;
  font-size: clamp(38px, 5vw, 68px);
  line-height: 1.08;
  letter-spacing: 0;
}

.hero-content p,
.page-hero p,
.section-heading p,
.split-section p {
  max-width: 760px;
  color: var(--muted);
  font-size: 18px;
}

.hero-content {
  max-width: 760px;
}

.hero-content h1 {
  color: var(--white);
}

.hero-content p {
  color: rgba(255, 255, 255, 0.86);
}

.hero .eyebrow {
  color: #8ee6ff;
}

.eyebrow {
  margin: 0;
  color: var(--accent);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 32px;
}

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

.button-primary {
  color: var(--white);
  background: var(--brand);
}

.button-secondary {
  color: var(--brand-dark);
  background: #e8f2ff;
}

.hero .button-secondary {
  color: var(--white);
  background: rgba(255, 255, 255, 0.16);
  border: 1px solid rgba(255, 255, 255, 0.36);
}

.hero-panel,
.feature-card,
.info-grid article,
.product-grid article,
.contact-card {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.hero-panel {
  padding: 30px;
  box-shadow: 0 18px 55px rgba(23, 32, 42, 0.08);
}

.hero-panel dl,
.contact-list {
  margin: 0;
}

.hero-panel div,
.contact-list div {
  padding: 18px 0;
  border-bottom: 1px solid var(--line);
}

.hero-panel div:last-child,
.contact-list div:last-child {
  border-bottom: 0;
}

dt {
  color: var(--muted);
  font-size: 14px;
}

dd {
  margin: 6px 0 0;
  font-weight: 700;
}

.section,
.content-section,
.policy-section {
  border-top: 1px solid var(--line);
}

.section-heading {
  margin-bottom: 28px;
}

h2 {
  margin: 0 0 14px;
  font-size: 30px;
  line-height: 1.25;
  letter-spacing: 0;
}

h3 {
  margin: 0 0 10px;
  font-size: 20px;
  letter-spacing: 0;
}

.feature-grid,
.info-grid,
.product-grid,
.contact-layout {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.feature-card,
.info-grid article,
.product-grid article,
.contact-card {
  padding: 26px;
}

.feature-card p,
.info-grid p,
.product-grid p,
.service-list p,
.content-section p,
.policy-section p {
  color: var(--muted);
}

.stats-band {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  max-width: var(--max);
  margin: 0 auto;
  padding: 42px 24px 12px;
  position: relative;
  z-index: 4;
  gap: 18px;
}

.stats-band div {
  min-height: 126px;
  padding: 26px 24px;
  color: var(--ink);
  background: var(--white);
  border: 1px solid var(--line);
  border-top: 4px solid var(--brand);
  box-shadow: 0 14px 36px rgba(16, 32, 51, 0.07);
}

.stats-band strong {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  color: var(--brand);
  background: #e8f2ff;
  border-radius: 50%;
  font-size: 15px;
  font-weight: 800;
}

.stats-band span {
  display: block;
  margin-top: 18px;
  font-size: 17px;
  font-weight: 800;
}

.image-grid {
  display: grid;
  grid-template-columns: 1.15fr 1fr 1fr;
  gap: 18px;
}

.image-card {
  position: relative;
  min-height: 320px;
  overflow: hidden;
  background: #0b2747;
}

.image-card.tall {
  grid-row: span 2;
  min-height: 658px;
}

.image-card img,
.product-strip img,
.about-photo img,
.gallery-grid img,
.contact-visual img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.image-card img.contain-image {
  padding: 18px;
  background: #f3f7fb;
  object-fit: contain;
}

.image-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(5, 24, 49, 0.06), rgba(5, 24, 49, 0.84));
}

.image-card div {
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 24px;
  z-index: 2;
  color: var(--white);
}

.image-card h3 {
  font-size: 24px;
}

.image-card p {
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
}

.blue-section {
  max-width: none;
  margin: 0;
  padding: 72px max(24px, calc((100vw - var(--max)) / 2));
  color: var(--white);
  background:
    linear-gradient(135deg, rgba(10, 63, 134, 0.96), rgba(18, 104, 199, 0.88)),
    url("img-ev-charging.jpg") center / cover no-repeat;
}

.blue-section .section-heading p,
.blue-section .eyebrow {
  color: rgba(255, 255, 255, 0.78);
}

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

.business-grid article {
  min-height: 240px;
  padding: 28px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.business-grid span {
  color: #8ee6ff;
  font-weight: 800;
}

.business-grid p {
  color: rgba(255, 255, 255, 0.78);
}

.product-showcase {
  background: #f8fbff;
}

.product-strip {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 20px;
}

.product-strip article {
  background: var(--white);
  border: 1px solid var(--line);
}

.product-strip img {
  height: 190px;
}

.product-strip h3,
.product-strip p {
  margin-left: 22px;
  margin-right: 22px;
}

.product-strip h3 {
  margin-top: 22px;
}

.product-strip p {
  margin-bottom: 24px;
  color: var(--muted);
}

.about-band {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.8fr);
  max-width: none;
  background: #0b2747;
}

.about-photo {
  min-height: 420px;
}

.about-copy {
  align-self: center;
  padding: 64px max(24px, calc((100vw - var(--max)) / 2)) 64px 56px;
  color: var(--white);
}

.about-copy p {
  color: rgba(255, 255, 255, 0.78);
}

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

.gallery-grid img {
  height: 245px;
}

.consult-section {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(360px, 0.9fr);
  gap: 28px;
  max-width: var(--max);
  margin: 0 auto;
  padding: 72px 24px;
}

.consult-copy,
.contact-panel {
  padding: 34px;
  border: 1px solid var(--line);
  background: var(--white);
}

.consult-copy p,
.contact-panel p {
  color: var(--muted);
}

.consult-copy {
  display: flex;
  min-height: 320px;
  flex-direction: column;
  justify-content: center;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.94), rgba(255, 255, 255, 0.82)),
    url("img-charging-station.jpg") center / cover no-repeat;
}

.contact-panel {
  color: var(--white);
  background: linear-gradient(135deg, var(--brand-dark), var(--brand));
}

.contact-panel p,
.contact-panel dt {
  color: rgba(255, 255, 255, 0.78);
}

.contact-panel a,
.contact-panel dd {
  color: var(--white);
}

.contact-panel .button-secondary {
  min-width: 140px;
  color: var(--brand-dark);
  background: var(--white);
  border: 1px solid rgba(255, 255, 255, 0.72);
}

.contact-panel .button-secondary:hover {
  color: var(--brand-dark);
  background: #eef6ff;
}

.contact-panel dl {
  margin: 22px 0;
}

.contact-panel div {
  padding: 13px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.app-hero {
  --app-orange: #ff7a2f;
  --app-orange-dark: #f15a18;
  --app-orange-soft: #fff4ed;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.95fr);
  gap: 42px;
  align-items: center;
  max-width: none;
  min-height: 620px;
  padding: 82px max(24px, calc((100vw - var(--max)) / 2));
  color: var(--white);
  background:
    radial-gradient(circle at 78% 16%, rgba(255, 210, 170, 0.62), transparent 34%),
    linear-gradient(120deg, #ff8f54 0%, #ff7630 52%, #ff9f65 100%);
}

.app-hero h1 {
  margin: 12px 0 20px;
  max-width: 720px;
  font-size: clamp(38px, 4.8vw, 64px);
  line-height: 1.08;
  letter-spacing: 0;
}

.app-hero p {
  max-width: 700px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 18px;
}

.app-logo-lockup {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 18px;
  padding: 10px 16px 10px 10px;
  background: rgba(255, 255, 255, 0.16);
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 16px;
}

.app-logo-lockup img {
  width: 58px;
  height: 58px;
  object-fit: cover;
  border-radius: 14px;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.18);
}

.app-logo-lockup strong,
.app-logo-lockup span {
  display: block;
  line-height: 1.2;
}

.app-logo-lockup strong {
  color: var(--white);
  font-size: 20px;
}

.app-logo-lockup span {
  margin-top: 4px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 13px;
}

.app-hero .eyebrow {
  color: #ffe0c5;
}

.app-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
  margin-top: 34px;
}

.app-actions span {
  color: rgba(255, 255, 255, 0.72);
  font-size: 14px;
}

.app-download-button {
  min-width: 210px;
  color: var(--white);
  background: var(--app-orange-dark);
  border: 0;
  box-shadow: 0 14px 32px rgba(241, 90, 24, 0.26);
}

.app-download-button:hover {
  color: var(--white);
  background: #e84e10;
}

.app-download-button:disabled {
  cursor: not-allowed;
  opacity: 0.86;
  background: #ff9f65;
  box-shadow: none;
}

.app-screens {
  position: relative;
  min-height: 560px;
}

.screen {
  display: block;
  width: 245px;
  height: 525px;
  object-fit: cover;
  object-position: top;
  background: #f5f7fb;
  border: 8px solid rgba(255, 255, 255, 0.9);
  border-radius: 28px;
  box-shadow: 0 24px 70px rgba(241, 90, 24, 0.24);
}

.screen-main {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 3;
  width: 270px;
  height: 570px;
  transform: translateX(-50%);
}

.screen-side {
  position: absolute;
  top: 54px;
  opacity: 0.92;
}

.screen-charge {
  left: 12px;
  transform: rotate(-7deg);
}

.screen-ride {
  right: 12px;
  transform: rotate(7deg);
}

.app-module-section {
  max-width: var(--max);
  margin: 0 auto;
  padding: 72px 24px 0;
}

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

.app-module-grid article {
  min-height: 260px;
  padding: 28px;
  background:
    linear-gradient(180deg, rgba(255, 244, 237, 0.82), rgba(255, 255, 255, 0.98));
  border: 1px solid #ffd2b8;
  border-radius: 8px;
}

.app-module-grid span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 54px;
  height: 30px;
  margin-bottom: 20px;
  padding: 0 12px;
  color: #f15a18;
  background: #fff4ed;
  border: 1px solid #ffc8a8;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 800;
}

.app-module-grid h3 {
  font-size: 21px;
}

.app-module-grid p {
  margin: 0;
  color: var(--muted);
}

.download-contact-band {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  max-width: var(--max);
  margin: 0 auto 72px;
  padding: 34px;
  color: var(--white);
  background: linear-gradient(135deg, #ff7630, #ff9f65);
}

.download-contact-band p {
  margin: 6px 0;
  color: rgba(255, 255, 255, 0.82);
}

.download-contact-band a {
  color: var(--white);
}

.download-contact-band .button-secondary {
  flex: 0 0 auto;
  color: #f15a18;
  background: var(--white);
}

.download-contact-band .button-secondary:hover {
  color: #e84e10;
  background: #fff4ed;
}

.contact-visual {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(360px, 0.9fr);
  gap: 0;
  max-width: var(--max);
  margin: 72px auto 0;
  padding: 0 24px;
}

.contact-visual img {
  min-height: 360px;
}

.contact-visual div {
  align-self: stretch;
  padding: 46px;
  color: var(--white);
  background: linear-gradient(135deg, var(--brand-dark), var(--brand));
}

.contact-visual p {
  color: rgba(255, 255, 255, 0.8);
}

main > .contact-visual:first-child {
  margin-top: 72px;
}

.split-section {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 1.05fr);
  gap: 44px;
}

.check-list,
.product-grid ul {
  margin: 0;
  padding-left: 20px;
  color: var(--muted);
}

.check-list li,
.product-grid li {
  margin: 10px 0;
}

.page-hero {
  max-width: none;
  padding: 72px max(24px, calc((100vw - var(--max)) / 2));
  color: var(--white);
  background:
    linear-gradient(90deg, rgba(5, 34, 74, 0.9), rgba(18, 104, 199, 0.58)),
    url("img-cps-commerce.jpg") center / cover no-repeat;
}

.page-hero p {
  color: rgba(255, 255, 255, 0.82);
}

.page-hero .eyebrow {
  color: #8ee6ff;
}

.content-section {
  padding-top: 48px;
  padding-bottom: 48px;
}

main > .content-section:first-child,
main > .service-list:first-child,
main > .product-grid:first-child,
main > .policy-section:first-child {
  padding-top: 72px;
}

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

.service-list article {
  padding: 28px;
  background: var(--soft);
  border-left: 4px solid var(--brand);
  border-radius: 8px;
}

.inner-visual {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(420px, 1.08fr);
  gap: 24px;
  max-width: var(--max);
  margin: 72px auto 0;
  padding: 0 24px;
}

.inner-copy {
  display: flex;
  min-height: 430px;
  flex-direction: column;
  justify-content: center;
  padding: 48px;
  color: var(--ink);
  background: var(--white);
  border: 1px solid var(--line);
  border-top: 4px solid var(--brand);
}

.inner-copy h1 {
  margin: 10px 0 18px;
  font-size: 42px;
  line-height: 1.18;
  letter-spacing: 0;
}

.inner-copy p {
  color: var(--muted);
}

.inner-copy .eyebrow {
  color: var(--accent);
}

.inner-visual img {
  display: block;
  width: 100%;
  height: 430px;
  object-fit: cover;
}

.inner-visual img.contain-image {
  padding: 20px;
  background: #f3f7fb;
  object-fit: contain;
}

.product-visual .inner-copy {
  background: var(--white);
}

.business-overview,
.product-service-section,
.process-section,
.support-section {
  max-width: var(--max);
  margin: 0 auto;
  padding: 72px 24px;
}

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

.business-detail-grid article {
  min-height: 250px;
  padding: 28px;
  background: var(--white);
  border: 1px solid var(--line);
  border-top: 4px solid var(--brand);
}

.business-detail-grid span,
.process-grid strong {
  color: var(--brand);
  font-size: 14px;
  font-weight: 800;
}

.business-detail-grid p,
.process-grid p,
.support-grid p {
  color: var(--muted);
}

.scenario-band {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(420px, 1.1fr);
  gap: 36px;
  align-items: center;
  max-width: none;
  padding: 64px max(24px, calc((100vw - var(--max)) / 2));
  color: var(--white);
  background:
    linear-gradient(135deg, rgba(10, 63, 134, 0.94), rgba(18, 104, 199, 0.86)),
    url("img-charging-station.jpg") center / cover no-repeat;
}

.scenario-band p,
.scenario-band .eyebrow {
  color: rgba(255, 255, 255, 0.78);
}

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

.scenario-list span {
  padding: 18px 20px;
  background: rgba(255, 255, 255, 0.13);
  border: 1px solid rgba(255, 255, 255, 0.22);
  font-weight: 700;
}

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

.process-grid article,
.support-grid article {
  padding: 26px;
  background: var(--soft);
  border: 1px solid var(--line);
}

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

.service-card-grid article {
  display: flex;
  min-height: 0;
  flex-direction: column;
  overflow: hidden;
  background: var(--white);
  border: 1px solid var(--line);
}

.service-card-grid img {
  display: block;
  width: 100%;
  height: 260px;
  padding: 18px;
  background: #f3f7fb;
  object-fit: contain;
}

.service-card-grid div {
  flex: 1;
  padding: 26px;
}

.service-card-grid p {
  color: var(--muted);
}

.service-card-grid ul {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.service-card-grid li {
  padding: 5px 10px;
  color: var(--brand-dark);
  background: #e8f2ff;
  font-size: 13px;
  font-weight: 700;
}

.support-section {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(520px, 1.2fr);
  gap: 34px;
  border-top: 1px solid var(--line);
}

.support-section > div:first-child p {
  color: var(--muted);
}

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

.timeline {
  margin: 0;
  padding-left: 22px;
}

.timeline li {
  margin: 12px 0;
  color: var(--muted);
}

.policy-section {
  max-width: 880px;
}

.policy-section h2 {
  margin-top: 32px;
  font-size: 22px;
}

.site-footer {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  min-height: 118px;
  padding: 32px 24px;
  color: rgba(255, 255, 255, 0.82);
  background: #303030;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.5;
}

.site-footer a {
  color: rgba(255, 255, 255, 0.82);
}

@media (max-width: 820px) {
  .site-header {
    flex-wrap: wrap;
  }

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

  .site-nav {
    display: none;
    width: 100%;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding-top: 12px;
  }

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

  .site-nav a {
    padding: 12px 0;
    border-top: 1px solid var(--line);
  }

  .hero,
  .split-section,
  .feature-grid,
  .info-grid,
  .product-grid,
  .contact-layout,
  .stats-band,
  .image-grid,
  .business-grid,
  .product-strip,
  .about-band,
  .gallery-grid,
  .consult-section {
    grid-template-columns: 1fr;
  }

  .app-hero,
  .app-module-grid {
    grid-template-columns: 1fr;
  }

  .app-hero {
    min-height: auto;
    padding: 56px 20px;
  }

  .app-screens {
    min-height: auto;
    display: grid;
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .screen,
  .screen-main,
  .screen-side {
    position: static;
    width: min(320px, 100%);
    height: 560px;
    margin: 0 auto;
    transform: none;
  }

  .screen-side {
    display: none;
  }

  .app-module-section {
    padding: 48px 20px 0;
  }

  .app-module-grid article {
    min-height: auto;
  }

  .download-contact-band {
    flex-direction: column;
    align-items: flex-start;
    margin: 0 20px 48px;
    padding: 28px 24px;
  }

  .hero,
  .page-hero,
  .section,
  .content-section,
  .service-list,
  .product-grid,
  .contact-layout,
  .policy-section {
    padding: 48px 20px;
  }

  .hero {
    min-height: auto;
    padding-top: 72px;
    padding-bottom: 96px;
  }

  .inner-visual,
  .business-detail-grid,
  .scenario-band,
  .scenario-list,
  .process-grid,
  .service-card-grid,
  .service-card-grid article,
  .support-section,
  .support-grid {
    grid-template-columns: 1fr;
  }

  .inner-visual {
    margin-top: 48px;
    padding: 0 20px;
  }

  .inner-copy {
    min-height: auto;
    padding: 34px 24px;
  }

  .inner-copy h1 {
    font-size: 32px;
  }

  .inner-visual img {
    height: 280px;
  }

  .business-overview,
  .product-service-section,
  .process-section,
  .support-section {
    padding: 48px 20px;
  }

  .service-card-grid article {
    min-height: auto;
  }

  .service-card-grid img {
    height: 240px;
  }

  .stats-band {
    margin: 0 auto;
    padding: 28px 20px 0;
  }

  .image-card,
  .image-card.tall,
  .about-photo {
    min-height: 300px;
  }

  .about-copy {
    padding: 42px 20px;
  }

  .contact-visual {
    grid-template-columns: 1fr;
    margin-top: 48px;
    padding: 0 20px;
  }

  .contact-visual img {
    min-height: 260px;
  }

  .site-footer {
    flex-direction: column;
    gap: 10px;
    min-height: 150px;
    text-align: center;
    font-size: 14px;
  }
}
