:root {
  --ink: #102033;
  --muted: #52647a;
  --line: #dce6f1;
  --blue: #109fe0;
  --cyan: #10bcf7;
  --violet: #7c3aed;
  --amber: #f59e0b;
  --navy: #0b5fa9;
  --navy-soft: #127bbd;
  --surface: #ffffff;
  --surface-soft: #f4f8fc;
  --surface-blue: #edf6ff;
  --radius: 22px;
  --shadow: 0 18px 50px rgba(21, 55, 91, 0.09);
  --container: 1280px;
}

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

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--surface);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
  font-size: 16px;
  line-height: 1.75;
  text-rendering: optimizeLegibility;
}

img {
  max-width: 100%;
  height: auto;
}

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

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

button,
a,
summary {
  -webkit-tap-highlight-color: transparent;
}

:focus-visible {
  outline: 3px solid rgba(22, 119, 255, 0.55);
  outline-offset: 4px;
  border-radius: 6px;
}

.container {
  width: min(calc(100% - 40px), var(--container));
  margin-inline: auto;
}

.narrow {
  max-width: 820px;
}

.center {
  text-align: center;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* Header */
.site-header {
  position: relative;
  z-index: 20;
  background: #fff;
  border-bottom: 0;
  box-shadow: 0 2px 14px rgba(9, 58, 111, 0.08);
}

.header-row {
  min-height: 122px;
  padding-block: 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand {
  display: inline-flex;
  align-items: center;
  min-width: 0;
  flex: 1 1 auto;
}

.brand::after {
  content: "悦脑 · 元目标 官方站";
  margin-left: 18px;
  padding-left: 18px;
  color: #1c82bd;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.4;
  border-left: 1px solid #c9e8f8;
}

.brand img {
  display: block;
  width: min(194px, 46vw);
}

.header-phone {
  position: relative;
  display: grid;
  flex: 0 0 auto;
  justify-items: end;
  line-height: 1.25;
  white-space: nowrap;
}

.header-phone span {
  color: #47627d;
  font-size: 16px;
  font-weight: 700;
}

.header-phone strong {
  color: var(--cyan);
  font-size: 30px;
  font-weight: 800;
  letter-spacing: 0.02em;
}

.header-phone::before {
  display: grid;
  position: absolute;
  top: 50%;
  right: calc(100% + 16px);
  width: 46px;
  height: 46px;
  color: #fff;
  background: var(--cyan);
  border-radius: 9px;
  content: "☎";
  place-items: center;
  font-size: 27px;
  line-height: 1;
  transform: translateY(-50%);
}

.site-nav {
  color: #fff;
  background: var(--cyan);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.24);
}

.nav-list {
  width: min(calc(100% - 32px), 1400px);
  min-height: 65px;
  display: flex;
  align-items: stretch;
  justify-content: center;
  overflow-x: auto;
  scrollbar-width: none;
}

.nav-list::-webkit-scrollbar {
  display: none;
}

.nav-list a {
  display: flex;
  flex: 1 1 0;
  align-items: center;
  justify-content: center;
  min-height: 65px;
  padding: 0 22px;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.02em;
  border-bottom: 4px solid transparent;
  transition: background 160ms ease, border-color 160ms ease;
}

.nav-list a:hover,
.nav-list a[aria-current="page"] {
  color: #fff;
  background: #2097d7;
  border-bottom-color: #fff;
}

.nav-short {
  display: none;
}

/* Hero */
.hero {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 82% 18%, rgba(60, 175, 255, 0.24), transparent 34%),
    linear-gradient(125deg, #eef8ff 0%, #e5f2ff 42%, #0b6ee8 160%);
}

.hero::before,
.hero::after {
  position: absolute;
  content: "";
  border: 1px solid rgba(22, 119, 255, 0.12);
  border-radius: 999px;
  pointer-events: none;
}

.hero::before {
  width: 470px;
  height: 470px;
  right: -160px;
  top: -240px;
}

.hero::after {
  width: 300px;
  height: 300px;
  right: 8%;
  bottom: -230px;
}

.hero-product {
  background:
    radial-gradient(circle at 78% 14%, rgba(60, 175, 255, 0.28), transparent 34%),
    linear-gradient(125deg, #f2f9ff, #dcedff 55%, #80bfff 150%);
}

.hero-service {
  background:
    radial-gradient(circle at 82% 22%, rgba(124, 58, 237, 0.16), transparent 34%),
    linear-gradient(125deg, #f4f7ff, #e7efff 55%, #a6bfff 145%);
}

.hero-about {
  background:
    radial-gradient(circle at 80% 18%, rgba(6, 182, 212, 0.2), transparent 34%),
    linear-gradient(125deg, #f2fbff, #e4f5fa 55%, #7ad7e7 145%);
}

.hero-contact {
  background:
    radial-gradient(circle at 80% 18%, rgba(245, 158, 11, 0.17), transparent 34%),
    linear-gradient(125deg, #fffaf2, #f2f7ff 58%, #ffd99a 155%);
}

.hero-grid {
  position: relative;
  z-index: 1;
  min-height: 580px;
  padding-block: 92px;
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(280px, 0.55fr);
  align-items: center;
  gap: clamp(48px, 8vw, 110px);
}

.hero-copy,
.hero-note {
  min-width: 0;
}

.eyebrow {
  margin-bottom: 12px;
  color: var(--blue);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.hero h1 {
  max-width: 820px;
  margin-bottom: 24px;
  font-size: clamp(38px, 5vw, 66px);
  line-height: 1.15;
  letter-spacing: -0.035em;
  overflow-wrap: anywhere;
}

.hero-lead {
  max-width: 760px;
  margin-bottom: 34px;
  color: #324a63;
  font-size: clamp(17px, 2vw, 20px);
  line-height: 1.85;
}

.hero-note {
  padding: 28px;
  color: #fff;
  background: linear-gradient(145deg, rgba(9, 34, 63, 0.96), rgba(17, 54, 93, 0.94));
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.hero-note strong {
  display: block;
  margin-bottom: 8px;
  color: #73d5ff;
  font-size: 14px;
  letter-spacing: 0.08em;
}

.hero-note p {
  margin-bottom: 18px;
  color: rgba(255, 255, 255, 0.82);
}

.hero-note p:last-child {
  margin-bottom: 0;
}

.button-row {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.button {
  min-height: 48px;
  padding: 11px 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 750;
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button-primary {
  color: #fff;
  background: var(--blue);
  box-shadow: 0 12px 28px rgba(22, 119, 255, 0.22);
}

.button-primary:hover {
  background: #0668e5;
}

.button-secondary {
  color: var(--ink);
  background: rgba(255, 255, 255, 0.76);
  border-color: rgba(16, 32, 51, 0.16);
}

/* Shared sections */
.section {
  padding-block: clamp(72px, 9vw, 116px);
}

.section-tint {
  background: var(--surface-soft);
}

.section-dark {
  color: #fff;
  background:
    radial-gradient(circle at 86% 8%, rgba(66, 153, 225, 0.2), transparent 30%),
    var(--navy);
}

.section h2,
.contact-cta h2 {
  margin-bottom: 20px;
  font-size: clamp(30px, 4vw, 46px);
  line-height: 1.25;
  letter-spacing: -0.025em;
}

.section-lead {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.9;
}

.align-left {
  text-align: left;
}

.section-heading {
  margin-bottom: 42px;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 40px;
}

.section-heading > div {
  max-width: 740px;
}

.section-heading h2 {
  margin-bottom: 0;
}

.section-heading > p {
  max-width: 410px;
  margin-bottom: 4px;
  color: var(--muted);
}

.section-heading.light > p,
.section-dark .section-heading > p {
  color: rgba(255, 255, 255, 0.68);
}

.card-grid {
  display: grid;
  gap: 22px;
}

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

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

.info-card {
  position: relative;
  min-height: 260px;
  padding: 30px;
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 12px 35px rgba(21, 55, 91, 0.06);
}

.info-card::before {
  position: absolute;
  inset: 0 0 auto 0;
  height: 5px;
  content: "";
  background: var(--card-accent, var(--blue));
}

.accent-blue { --card-accent: var(--blue); }
.accent-cyan { --card-accent: var(--cyan); }
.accent-violet { --card-accent: var(--violet); }
.accent-amber { --card-accent: var(--amber); }

.card-index {
  display: inline-block;
  margin-bottom: 34px;
  color: var(--card-accent, var(--blue));
  font-size: 13px;
  font-weight: 850;
  letter-spacing: 0.12em;
}

.info-card h3,
.dark-card h3,
.stage-card h3,
.responsibility-card h3,
.brand-matrix h3,
.contact-card h3 {
  margin-bottom: 12px;
  font-size: 22px;
  line-height: 1.4;
}

.info-card p,
.dark-card p,
.stage-card p,
.responsibility-card p,
.brand-matrix p,
.contact-card p {
  margin-bottom: 0;
  color: var(--muted);
}

.boundary-note {
  margin: 34px 0 0;
  padding: 22px 24px;
  color: #385069;
  background: var(--surface-blue);
  border: 1px solid #cfe5fa;
  border-radius: 14px;
}

/* Flows */
.flow-list {
  padding: 0;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
  list-style: none;
}

.flow-list li {
  position: relative;
  min-height: 240px;
  padding: 26px 22px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 18px;
}

.flow-list li:not(:last-child)::after {
  position: absolute;
  z-index: 2;
  top: 48px;
  right: -13px;
  content: "→";
  color: var(--blue);
  font-weight: 850;
}

.flow-list li > span {
  width: 36px;
  height: 36px;
  margin-bottom: 30px;
  display: grid;
  place-items: center;
  color: #fff;
  background: var(--blue);
  border-radius: 50%;
  font-weight: 800;
}

.flow-list strong,
.compact-flow strong {
  font-size: 17px;
}

.flow-list p,
.compact-flow p {
  margin: 8px 0 0;
  color: var(--muted);
  font-size: 15px;
}

.stage-grid {
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  list-style: none;
}

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

.stage-card {
  padding: 30px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.stage-card > span {
  display: inline-block;
  margin-bottom: 28px;
  color: var(--blue);
  font-size: 13px;
  font-weight: 850;
  letter-spacing: 0.1em;
}

.stage-card.featured {
  color: #fff;
  background: var(--blue);
  border-color: var(--blue);
  box-shadow: 0 20px 40px rgba(22, 119, 255, 0.2);
}

.stage-card.featured > span,
.stage-card.featured p {
  color: rgba(255, 255, 255, 0.82);
}

.stage-card > strong {
  display: block;
  margin-top: 22px;
  color: var(--ink);
  font-size: 14px;
}

.split-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(50px, 8vw, 110px);
  align-items: start;
}

.callout {
  margin-top: 28px;
  padding: 22px 24px;
  background: #fff9ed;
  border: 1px solid #f4d694;
  border-radius: 14px;
}

.callout strong {
  display: block;
  margin-bottom: 5px;
  color: #925e00;
}

.callout p {
  margin-bottom: 0;
  color: #6a5737;
}

.compact-flow {
  padding: 0;
  display: grid;
  gap: 14px;
  list-style: none;
}

.compact-flow li {
  padding: 22px;
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 18px;
  background: var(--surface-soft);
  border: 1px solid var(--line);
  border-radius: 16px;
}

.compact-flow li > span {
  color: var(--blue);
  font-size: 13px;
  font-weight: 850;
}

/* Dark cards and capabilities */
.dark-card {
  padding: 30px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: var(--radius);
}

.dark-card p {
  color: rgba(255, 255, 255, 0.7);
}

.dark-card .tag,
.tag {
  margin-bottom: 15px;
  color: #6bd4ff;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.09em;
}

.dark-card a {
  display: inline-block;
  margin-top: 22px;
  color: #73d5ff;
  font-weight: 750;
}

.dark-boundary {
  margin: 32px 0 0;
  padding: 21px 24px;
  color: rgba(255, 255, 255, 0.78);
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 14px;
}

.capability-list {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.capability-list span {
  min-width: 130px;
  padding: 14px 20px;
  flex: 1 1 auto;
  text-align: center;
  color: #15569b;
  background: var(--surface-blue);
  border: 1px solid #cfe5fa;
  border-radius: 999px;
  font-weight: 750;
}

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

.faq-list details {
  padding: 20px 22px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 14px;
}

.faq-list summary {
  cursor: pointer;
  font-weight: 750;
}

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

/* VIP responsibilities */
.responsibility-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.responsibility-card {
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.responsibility-card.human { background: #eef6ff; }
.responsibility-card.team { background: #effcfb; }
.responsibility-card.agent { background: #f7f2ff; }

.responsibility-card .tag {
  color: var(--blue);
}

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

.check-list li {
  position: relative;
  padding-left: 24px;
  color: #40556c;
}

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

/* About */
.brand-matrix {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}

.brand-matrix article {
  padding: 28px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.brand-matrix .tag {
  color: var(--blue);
}

.brand-matrix a {
  display: inline-block;
  margin-top: 20px;
  color: var(--blue);
  font-weight: 750;
}

.timeline {
  position: relative;
  margin: 0 auto;
  padding: 0;
  max-width: 900px;
  display: grid;
  gap: 14px;
  list-style: none;
}

.timeline::before {
  position: absolute;
  top: 10px;
  bottom: 10px;
  left: 101px;
  width: 2px;
  content: "";
  background: #c4d9ed;
}

.timeline li {
  position: relative;
  padding: 22px 24px;
  display: grid;
  grid-template-columns: 90px 1fr;
  gap: 30px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 16px;
}

.timeline li::before {
  position: absolute;
  left: 95px;
  top: 30px;
  width: 14px;
  height: 14px;
  content: "";
  background: var(--blue);
  border: 3px solid #fff;
  border-radius: 50%;
  box-shadow: 0 0 0 2px #b8d9fa;
}

.timeline time {
  color: var(--blue);
  font-size: 14px;
  font-weight: 850;
}

.timeline h3 {
  margin-bottom: 3px;
  font-size: 17px;
}

.timeline p {
  margin-bottom: 0;
  color: var(--muted);
}

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

.certificate-grid figure {
  margin-bottom: 0;
  padding: 14px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 16px;
}

.certificate-grid img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: contain;
  background: var(--surface-soft);
  border-radius: 10px;
}

.certificate-grid figcaption {
  padding: 12px 4px 2px;
  color: var(--muted);
  font-size: 13px;
  text-align: center;
}

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

.contact-card {
  padding: 32px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 12px 35px rgba(21, 55, 91, 0.05);
}

.contact-icon {
  width: 48px;
  height: 48px;
  margin-bottom: 24px;
  display: grid;
  place-items: center;
  color: var(--blue);
  background: var(--surface-blue);
  border-radius: 14px;
  font-size: 22px;
  font-weight: 850;
}

.contact-card > a:not(.text-link) {
  display: inline-block;
  margin-bottom: 14px;
  color: var(--blue);
  font-size: clamp(18px, 2vw, 23px);
  font-weight: 800;
  overflow-wrap: anywhere;
}

.contact-value {
  color: var(--ink) !important;
  font-size: 18px;
  font-weight: 700;
}

.text-link {
  display: inline-block;
  margin-top: 16px;
  color: var(--blue);
  font-weight: 700;
}

.qr-section {
  align-items: center;
}

.privacy-callout {
  margin-top: 0;
}

/* Contact CTA and footer */
.contact-cta {
  padding-block: 76px;
  color: #fff;
  background:
    radial-gradient(circle at 84% 18%, rgba(59, 184, 255, 0.22), transparent 30%),
    linear-gradient(135deg, #0a2a4d, #103d69);
}

.contact-cta .eyebrow {
  color: #73d5ff;
}

.contact-cta h2 {
  margin-bottom: 18px;
}

.contact-cta .cta-copy > p:not(.eyebrow):not(.privacy-note) {
  max-width: 720px;
  color: rgba(255, 255, 255, 0.75);
}

.contact-cta .button-secondary {
  color: #fff;
  background: transparent;
  border-color: rgba(255, 255, 255, 0.3);
}

.cta-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 50px;
  align-items: center;
}

.privacy-note {
  margin: 20px 0 0;
  color: rgba(255, 255, 255, 0.58);
  font-size: 13px;
}

.qr-list {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: center;
}

.qr-card {
  width: 160px;
  margin: 0;
  padding: 12px;
  color: var(--ink);
  background: #fff;
  border-radius: 14px;
  text-align: center;
}

.qr-card img {
  width: 136px;
  height: 136px;
  display: block;
  object-fit: contain;
}

.qr-card figcaption {
  padding-top: 8px;
  color: #52647a;
  font-size: 11px;
  line-height: 1.45;
}

.qr-list.large .qr-card {
  width: 204px;
}

.qr-list.large .qr-card img {
  width: 180px;
  height: 180px;
}

.site-footer {
  padding-block: 36px;
  color: rgba(255, 255, 255, 0.68);
  background: #06182b;
}

.footer-layout {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 40px;
}

.site-footer strong {
  color: #fff;
}

.site-footer p {
  margin: 5px 0 0;
}

.site-footer address {
  display: grid;
  gap: 3px;
  text-align: right;
  font-style: normal;
}

.site-footer address a:hover {
  color: #fff;
}

@media (max-width: 1040px) {
  .four-up,
  .brand-matrix,
  .certificate-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

  .flow-list li:last-child {
    grid-column: 1 / -1;
  }

  .flow-list li::after {
    display: none;
  }

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

@media (max-width: 820px) {
  .container {
    width: min(calc(100% - 32px), var(--container));
  }

  .header-row {
    min-height: 72px;
  }

  .nav-list a {
    padding: 12px 16px;
  }

  .hero-grid {
    min-height: auto;
    padding-block: 68px;
    grid-template-columns: minmax(0, 1fr);
    gap: 34px;
  }

  .hero-note {
    max-width: 620px;
  }

  .section-heading {
    align-items: start;
    flex-direction: column;
    gap: 12px;
  }

  .three-up,
  .stage-grid,
  .responsibility-grid,
  .contact-grid {
    grid-template-columns: 1fr;
  }

  .split-layout,
  .cta-layout {
    grid-template-columns: 1fr;
  }

  .cta-layout {
    gap: 36px;
  }

  .qr-list {
    justify-content: flex-start;
  }

  .footer-layout {
    flex-direction: column;
  }

  .site-footer address {
    text-align: left;
  }
}

@media (max-width: 560px) {
  body {
    font-size: 15px;
  }

  .container {
    width: min(calc(100% - 24px), var(--container));
  }

  .header-row {
    min-height: 78px;
    gap: 12px;
  }

  .brand img {
    width: 138px;
  }

  .brand::after,
  .header-phone::before {
    display: none;
  }

  .header-phone span {
    display: none;
  }

  .header-phone strong {
    font-size: 16px;
  }

  .nav-list {
    width: 100%;
  }

  .nav-list a {
    min-height: 52px;
    padding: 0 13px;
    font-size: 13px;
  }

  .nav-long {
    display: none;
  }

  .nav-short {
    display: inline;
  }

  .hero-grid {
    padding-block: 54px;
  }

  .hero h1 {
    font-size: clamp(34px, 11vw, 46px);
  }

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

  .button-row,
  .button {
    width: 100%;
  }

  .section {
    padding-block: 64px;
  }

  .four-up,
  .brand-matrix,
  .certificate-grid,
  .flow-list,
  .stage-grid.four-stage {
    grid-template-columns: 1fr;
  }

  .flow-list li:last-child {
    grid-column: auto;
  }

  .info-card,
  .flow-list li {
    min-height: 0;
  }

  .timeline::before,
  .timeline li::before {
    display: none;
  }

  .timeline li {
    grid-template-columns: 1fr;
    gap: 6px;
  }

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

  .qr-card,
  .qr-list.large .qr-card {
    width: 100%;
  }

  .qr-card img,
  .qr-list.large .qr-card img {
    width: 100%;
    height: auto;
    aspect-ratio: 1;
  }

  .contact-cta {
    padding-block: 60px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    transition-duration: 0.01ms !important;
  }
}

@media print {
  .site-nav,
  .header-phone,
  .contact-cta,
  .site-footer,
  .button-row {
    display: none !important;
  }

  .hero,
  .section,
  .section-dark {
    color: #000;
    background: #fff;
  }

  .hero-grid,
  .section {
    padding-block: 24px;
  }
}
