@font-face {
  font-family: "Inter";
  src: url("./assets/Inter-Variable.ttf") format("truetype");
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
}

:root {
  --ink: #171918;
  --muted: #626763;
  --line: #dcded9;
  --surface: #f4f5f1;
  --surface-warm: #eceee8;
  --paper: #fff;
  --green: #07c160;
  --green-dark: #07944c;
  --green-soft: #eaf8f0;
  --dark: #171a18;
  --radius: 22px;
  --shadow: 0 24px 80px rgba(27, 31, 28, 0.12);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 96px;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--surface);
  font-family: "Inter", "Microsoft YaHei", "PingFang SC", system-ui, sans-serif;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

button,
input {
  font: inherit;
}

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

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

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

.section-shell {
  width: min(1160px, calc(100% - 48px));
  margin-inline: auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  width: 100%;
  min-height: 76px;
  padding: 12px max(24px, calc((100% - 1160px) / 2));
  border-bottom: 1px solid rgba(23, 25, 24, 0.1);
  background: rgba(244, 245, 241, 0.91);
  backdrop-filter: blur(16px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  width: max-content;
  font-family: "Inter", "Microsoft YaHei", "PingFang SC", sans-serif;
  font-size: 21px;
  font-weight: 750;
  letter-spacing: -0.025em;
}

.brand img {
  border-radius: 11px;
}

.site-nav {
  display: flex;
  gap: 32px;
  color: #4c504d;
  font-size: 14px;
}

.site-nav a {
  transition: color 160ms ease;
}

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

.site-header > .button {
  justify-self: end;
}

.button {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 0 24px;
  border: 1px solid transparent;
  border-radius: 13px;
  font-weight: 600;
  cursor: pointer;
  transition:
    transform 160ms ease,
    background 160ms ease,
    border-color 160ms ease;
}

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

.button:focus-visible,
input:focus-visible,
summary:focus-visible,
.dialog-close:focus-visible {
  outline: 3px solid rgba(7, 193, 96, 0.26);
  outline-offset: 3px;
}

.button-small {
  min-height: 42px;
  padding-inline: 18px;
  border-radius: 11px;
  font-size: 14px;
}

.button-primary {
  color: #fff;
  background: var(--green);
}

.button-primary:hover {
  background: var(--green-dark);
}

.button-dark {
  color: #fff;
  background: var(--dark);
}

.button-dark:hover {
  background: #303432;
}

.button-ghost {
  color: var(--ink);
  border-color: #cfd2cc;
  background: rgba(255, 255, 255, 0.54);
}

.button-ghost:hover {
  border-color: #aeb3ac;
  background: #fff;
}

.button-light {
  color: var(--ink);
  background: #fff;
}

.hero {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 60px;
  align-items: center;
  width: min(1320px, calc(100% - 48px));
  min-height: 670px;
  padding-block: 86px 92px;
}

.eyebrow {
  margin: 0 0 18px;
  color: var(--green-dark);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.hero h1,
.section-heading h2,
.download-copy h2,
.consulting-copy h2 {
  margin: 0;
  font-weight: 600;
  letter-spacing: -0.045em;
  line-height: 1.16;
}

.hero h1 {
  font-size: clamp(30px, 3.4vw, 48px);
  letter-spacing: -0.055em;
  white-space: nowrap;
}

.hero h1 span {
  color: var(--green-dark);
}

.hero-intro {
  max-width: 610px;
  margin: 26px 0 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.9;
}

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

.hero-notes {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin: 24px 0 0;
  padding: 0;
  color: #6d716d;
  font-size: 13px;
  list-style: none;
}

.hero-notes li {
  display: flex;
  align-items: center;
  gap: 8px;
}

.hero-notes li::before {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--green);
  content: "";
}

.app-preview {
  position: relative;
  margin: 0;
  overflow: hidden;
  border: 1px solid #d3d6d0;
  border-radius: 20px;
  background: #fff;
  box-shadow: var(--shadow);
}

.app-preview img {
  width: 100%;
  height: auto;
}

.product {
  padding-block: 128px;
}

.section-heading {
  max-width: 720px;
  margin-bottom: 48px;
}

.section-heading h2,
.download-copy h2,
.consulting-copy h2 {
  font-size: clamp(34px, 4vw, 52px);
}

.consulting-copy h2 {
  font-size: clamp(34px, 3.4vw, 44px);
}

.section-heading > p:last-child {
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 16px;
}

.capability-board {
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 26px;
  background: #fff;
}

.route-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.route-card {
  min-height: 340px;
  padding: 34px;
  border: 1px solid var(--line);
  border-radius: 19px;
}

.route-card-fast {
  border-color: #b9dfc9;
  background: #eef9f2;
}

.route-card-standard {
  background: #f4f5f1;
}

.route-card > p {
  margin: 0;
  color: var(--green-dark);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.12em;
}

.route-card h3 {
  margin: 48px 0 12px;
  font-size: 30px;
  font-weight: 600;
  letter-spacing: -0.035em;
}

.route-card > span {
  display: block;
  max-width: 480px;
  color: #666b67;
  font-size: 14px;
}

.route-card ul {
  display: grid;
  gap: 8px;
  margin: 23px 0 0;
  padding: 0;
  color: #4e544f;
  font-size: 13px;
  list-style: none;
}

.route-card li::before {
  margin-right: 9px;
  color: var(--green);
  content: "✓";
  font-weight: 700;
}

.model-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 25px;
}

.model-tags span {
  padding: 7px 12px;
  border: 1px solid #acd9bf;
  border-radius: 99px;
  color: #125c36;
  background: rgba(255, 255, 255, 0.68);
  font-family: "Inter", monospace;
  font-size: 12px;
}

.workflow-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 14px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: #fafbf8;
}

.workflow-strip > div {
  display: grid;
  grid-template-columns: 36px 1fr;
  gap: 9px;
  align-items: center;
  padding: 18px 20px;
}

.workflow-strip > div + div {
  border-left: 1px solid var(--line);
}

.workflow-strip span {
  color: var(--green-dark);
  font-family: "Inter", sans-serif;
  font-size: 11px;
  font-weight: 700;
}

.workflow-strip strong {
  font-size: 13px;
}

.command-directory {
  margin-top: 14px;
  padding: 34px;
  border: 1px solid var(--line);
  border-radius: 18px;
}

.command-directory-heading {
  display: block;
}

.command-directory-heading h3 {
  margin: 0;
  font-size: 25px;
  font-weight: 600;
}

.command-groups {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 34px;
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.command-groups article {
  min-width: 0;
  padding: 20px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.command-groups h4 {
  margin: 0 0 7px;
  font-size: 13px;
  font-weight: 600;
}

.command-groups p {
  margin: 0;
  color: #666b67;
  font-family: "Inter", monospace;
  font-size: 12px;
  line-height: 1.8;
  overflow-wrap: anywhere;
}

.pricing-section {
  padding-block: 112px;
  color: var(--ink);
  background: #ecefe9;
}

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

.price-card {
  position: relative;
  display: flex;
  min-height: 460px;
  flex-direction: column;
  justify-content: space-between;
  padding: 38px;
  border: 1px solid #d2d6cf;
  border-radius: 24px;
  background: #fff;
}

.price-card-featured {
  color: var(--ink);
  border-color: #95d9b3;
  background: #f3fbf6;
}

.price-badge {
  position: absolute;
  top: 24px;
  right: 24px;
  padding: 6px 10px;
  border-radius: 99px;
  color: #04743b;
  background: var(--green-soft);
  font-size: 11px;
  font-weight: 600;
}

.price-name {
  margin: 0;
  color: #5d625e;
  font-size: 14px;
}

.price {
  margin: 10px 0 0;
  font-family: "Inter", "Microsoft YaHei", "PingFang SC", sans-serif;
  font-size: 68px;
  font-weight: 650;
  letter-spacing: -0.055em;
  line-height: 1.1;
}

.price > span {
  margin-right: 5px;
  font-size: 24px;
  vertical-align: 25px;
}

.price small {
  margin-left: 8px;
  color: #929792;
  font-family: "Microsoft YaHei", "PingFang SC", sans-serif;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0;
}

.price-note {
  margin: 9px 0 0;
  color: #929792;
  font-size: 13px;
}

.price-card ul {
  display: grid;
  gap: 10px;
  margin: 36px 0;
  padding: 0;
  color: #4d524e;
  font-size: 14px;
  list-style: none;
}

.price-card li::before {
  margin-right: 10px;
  color: var(--green);
  content: "✓";
  font-weight: 700;
}

.download {
  padding-block: 128px;
}

.download-panel {
  display: grid;
  grid-template-columns: 1.4fr 0.6fr;
  gap: 70px;
  align-items: center;
  padding: 70px;
  border: 1px solid var(--line);
  border-radius: 30px;
  background: #fff;
}

.download-copy > p:not(.eyebrow) {
  max-width: 620px;
  margin: 20px 0 0;
  color: var(--muted);
}

.cdk-form {
  margin-top: 34px;
}

.cdk-form label {
  display: block;
  margin-bottom: 9px;
  font-size: 13px;
  font-weight: 600;
}

.cdk-row {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 10px;
}

.cdk-row input {
  min-width: 0;
  min-height: 52px;
  padding: 0 16px;
  border: 1px solid #cfd2cd;
  border-radius: 12px;
  color: var(--ink);
  background: #fafbf8;
  font-family: "Inter", "Microsoft YaHei", "PingFang SC", sans-serif;
}

.cdk-row input::placeholder {
  color: #a4a8a4;
}

.cdk-row input[aria-invalid="true"] {
  border-color: #c84949;
}

.form-message {
  min-height: 24px;
  margin: 9px 0 0;
  color: #777c78;
  font-size: 12px;
}

.form-message.error {
  color: #b23535;
}

.form-message.info {
  color: #04743b;
}

.download-steps {
  padding: 28px;
  border: 1px solid #d8dbd5;
  border-radius: 20px;
  background: #f3f5f0;
}

.download-steps > p {
  margin: 0 0 20px;
  color: #777c78;
  font-size: 12px;
}

.download-steps ol {
  display: grid;
  gap: 18px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.download-steps li {
  display: flex;
  align-items: center;
  gap: 13px;
}

.download-steps li > span {
  display: grid;
  flex: 0 0 30px;
  width: 30px;
  height: 30px;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: var(--green);
  font-family: "Inter", sans-serif;
  font-size: 11px;
  font-weight: 700;
}

.download-steps li > div {
  display: grid;
  gap: 1px;
}

.download-steps strong {
  font-size: 13px;
}

.download-steps small {
  color: #777c78;
  font-size: 11px;
}

.consulting-section {
  padding-block: 120px;
  background: var(--surface-warm);
}

.consulting-layout {
  display: grid;
  grid-template-columns: 1fr 360px;
  gap: 100px;
  align-items: start;
}

.consulting-copy {
  min-width: 0;
}

.consulting-copy > p:not(.eyebrow) {
  max-width: 670px;
  margin: 22px 0 0;
  color: var(--muted);
}

.consulting-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 25px;
}

.consulting-tags span {
  padding: 7px 11px;
  border: 1px solid #bfd7c8;
  border-radius: 99px;
  color: #24583b;
  background: rgba(255, 255, 255, 0.64);
  font-size: 12px;
}

.service-list {
  display: grid;
  gap: 0;
  margin-top: 40px;
  border-top: 1px solid #d0d3cd;
}

.service-group {
  border-bottom: 1px solid #d0d3cd;
}

.service-group > summary {
  display: grid;
  grid-template-columns: 40px 180px 1fr 28px;
  gap: 14px;
  align-items: center;
  padding: 19px 0;
  cursor: pointer;
  list-style: none;
}

.service-group > summary::-webkit-details-marker {
  display: none;
}

.service-index {
  color: var(--green-dark);
  font-family: "Inter", sans-serif;
  font-size: 11px;
  font-weight: 700;
}

.service-title {
  font-size: 14px;
}

.service-summary {
  color: #6e736f;
  font-size: 13px;
}

.service-toggle {
  position: relative;
  width: 24px;
  height: 24px;
  justify-self: end;
  border: 1px solid #bfd7c8;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.68);
}

.service-toggle::before,
.service-toggle::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8px;
  height: 1px;
  background: var(--green-dark);
  content: "";
  transform: translate(-50%, -50%);
}

.service-toggle::after {
  transform: translate(-50%, -50%) rotate(90deg);
  transition: transform 160ms ease;
}

.service-group[open] .service-toggle::after {
  transform: translate(-50%, -50%) rotate(0);
}

.service-panel {
  margin: -2px 0 20px 234px;
  padding: 16px 18px;
  border: 1px solid #d8ddd7;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.55);
}

.service-details {
  display: grid;
  gap: 7px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.service-details li {
  position: relative;
  padding-left: 13px;
  color: #6e736f;
  font-size: 13px;
  line-height: 1.62;
}

.service-details strong {
  color: #535a55;
  font-weight: 600;
}

.service-details li::before {
  position: absolute;
  top: 0.71em;
  left: 0;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #71a582;
  content: "";
}

.contact-card {
  display: flex;
  align-items: center;
  position: sticky;
  top: 96px;
  margin-top: 72px;
  padding: 24px;
  border: 1px solid #d4d7d0;
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 18px 60px rgba(34, 40, 36, 0.08);
  flex-direction: column;
  text-align: center;
}

.contact-card .contact-kicker {
  align-self: flex-start;
  margin: 0 0 15px;
  color: #747974;
  font-size: 12px;
}

.contact-card img {
  width: 220px;
  height: 326px;
  object-fit: contain;
}

.contact-card strong {
  margin-top: 16px;
  font-size: 15px;
}

.contact-card > span {
  margin-top: 3px;
  color: #777c78;
  font-size: 12px;
}

.faq {
  padding-block: 120px;
}

.faq-list {
  border-top: 1px solid var(--line);
}

.faq-list details {
  border-bottom: 1px solid var(--line);
}

.faq-list summary {
  position: relative;
  padding: 25px 54px 25px 0;
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
  list-style: none;
}

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

.faq-list summary::after {
  position: absolute;
  top: 21px;
  right: 3px;
  color: #777c78;
  content: "+";
  font-family: "Inter", sans-serif;
  font-size: 24px;
  font-weight: 350;
}

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

.faq-list details p {
  max-width: 820px;
  margin: -6px 0 25px;
  color: var(--muted);
  font-size: 14px;
}

.site-footer {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  min-height: 126px;
  padding: 24px max(24px, calc((100% - 1160px) / 2));
  color: #aab0ab;
  background: var(--dark);
  font-size: 12px;
}

.brand-footer {
  color: #fff;
  font-size: 18px;
}

.site-footer > p {
  margin: 0;
}

.site-footer > div {
  display: flex;
  justify-content: flex-end;
  gap: 22px;
}

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

.purchase-dialog {
  width: min(860px, calc(100% - 32px));
  max-height: calc(100vh - 32px);
  padding: 0;
  overflow: auto;
  border: 0;
  border-radius: 24px;
  color: var(--ink);
  background: #fff;
  box-shadow: 0 35px 120px rgba(0, 0, 0, 0.3);
}

.purchase-dialog::backdrop {
  background: rgba(16, 19, 17, 0.68);
  backdrop-filter: blur(6px);
}

.dialog-shell {
  position: relative;
  display: grid;
  grid-template-columns: 1.16fr 0.84fr;
  gap: 34px;
  padding: 38px;
}

.dialog-close {
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 2;
  display: grid;
  width: 36px;
  height: 36px;
  padding: 0;
  place-items: center;
  border: 0;
  border-radius: 50%;
  color: #565b57;
  background: #eef0ec;
  font-family: "Inter", sans-serif;
  font-size: 25px;
  cursor: pointer;
}

.dialog-intro h2 {
  margin: 0;
  font-size: 34px;
  line-height: 1.25;
}

.dialog-intro > p:not(.eyebrow) {
  margin: 12px 0 0;
  color: var(--muted);
  font-size: 14px;
}

.order-summary {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-top: 24px;
}

.order-summary > div {
  display: grid;
  gap: 4px;
  padding: 13px 15px;
  border: 1px solid var(--line);
  border-radius: 11px;
  background: #f7f8f5;
}

.order-summary span {
  color: #7c817d;
  font-size: 11px;
}

.order-summary strong {
  font-size: 15px;
}

.after-pay-notice {
  display: grid;
  gap: 5px;
  margin-top: 12px;
  padding: 15px;
  border: 1px solid #a8dbbd;
  border-radius: 11px;
  background: var(--green-soft);
}

.after-pay-notice strong {
  color: #075f33;
  font-size: 14px;
}

.after-pay-notice p {
  margin: 0;
  color: #366549;
  font-size: 12px;
}

.purchase-steps {
  display: grid;
  gap: 10px;
  margin: 20px 0 0;
  padding: 0;
  font-size: 13px;
  list-style: none;
}

.purchase-steps li {
  display: flex;
  align-items: center;
  gap: 10px;
}

.purchase-steps span {
  display: grid;
  flex: 0 0 24px;
  width: 24px;
  height: 24px;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: var(--dark);
  font-family: "Inter", sans-serif;
  font-size: 10px;
  font-weight: 700;
}

.dialog-contact-button {
  width: 100%;
  min-height: 43px;
  margin-top: 18px;
}

.payment-card {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  border-radius: 18px;
  background: #f2f4f0;
  flex-direction: column;
}

.payment-card > span {
  align-self: flex-start;
  margin-bottom: 8px;
  color: #6c716d;
  font-size: 11px;
}

.payment-card img {
  width: 224px;
  height: 304px;
  border-radius: 12px;
  object-fit: cover;
  object-position: center 22%;
}

.payment-card strong {
  margin-top: 13px;
  font-size: 17px;
}

.payment-card small {
  margin-top: 2px;
  color: #777c78;
  font-size: 11px;
}

body.dialog-open {
  overflow: hidden;
}

@media (max-width: 900px) {
  .site-header {
    grid-template-columns: 1fr auto;
  }

  .site-nav {
    display: none;
  }

  .hero {
    grid-template-columns: 1fr;
    gap: 72px;
    padding-block: 70px 90px;
  }

  .hero-copy {
    max-width: 690px;
  }

  .app-preview {
    width: min(760px, 100%);
    margin-inline: auto;
  }

  .download-panel {
    grid-template-columns: 1fr;
    gap: 50px;
  }

  .download-steps {
    max-width: 420px;
  }

  .consulting-layout {
    grid-template-columns: minmax(0, 1fr);
    gap: 60px;
  }

  .contact-card {
    width: 360px;
    max-width: 100%;
    position: static;
    margin-top: 0;
  }

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

  .site-footer > p {
    display: none;
  }
}

@media (max-width: 680px) {
  .section-shell {
    width: min(100% - 32px, 1160px);
  }

  .site-header {
    min-height: 68px;
    padding-inline: 16px;
  }

  .site-header .brand {
    font-size: 18px;
  }

  .site-header .brand img {
    width: 36px;
    height: 36px;
  }

  .button-small {
    min-height: 40px;
    padding-inline: 14px;
  }

  .hero {
    gap: 58px;
    min-height: auto;
    padding-block: 58px 72px;
  }

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

  .hero-intro {
    font-size: 15px;
  }

  .hero-actions {
    display: grid;
  }

  .hero-actions .button {
    width: 100%;
  }

  .hero-notes {
    gap: 8px 18px;
  }

  .app-preview {
    border-radius: 14px;
  }

  .product,
  .download,
  .faq {
    padding-block: 88px;
  }

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

  .section-heading h2,
  .download-copy h2,
  .consulting-copy h2 {
    font-size: 34px;
  }

  .route-grid,
  .pricing-grid {
    grid-template-columns: 1fr;
  }

  .capability-board {
    padding: 10px;
    border-radius: 19px;
  }

  .route-card {
    min-height: auto;
    padding: 24px 20px;
  }

  .route-card h3 {
    margin-top: 34px;
    font-size: 26px;
  }

  .workflow-strip {
    grid-template-columns: 1fr;
  }

  .workflow-strip > div + div {
    border-top: 1px solid var(--line);
    border-left: 0;
  }

  .command-directory {
    padding: 24px 14px;
  }

  .command-groups {
    grid-template-columns: 1fr;
    margin-top: 26px;
  }

  .pricing-section,
  .consulting-section {
    padding-block: 84px;
  }

  .price-card {
    min-height: 430px;
    padding: 28px;
  }

  .price-badge {
    top: 19px;
    right: 18px;
  }

  .price {
    font-size: 60px;
  }

  .download-panel {
    gap: 42px;
    padding: 28px 22px;
    border-radius: 23px;
  }

  .cdk-row {
    grid-template-columns: 1fr;
  }

  .service-group > summary {
    grid-template-columns: 32px 1fr 28px;
    gap: 4px 12px;
    padding: 18px 0;
  }

  .service-title {
    grid-column: 2;
  }

  .service-summary {
    grid-row: 2;
    grid-column: 2;
    line-height: 1.5;
  }

  .service-toggle {
    grid-row: 1 / span 2;
    grid-column: 3;
  }

  .service-panel {
    margin: -2px 0 18px 44px;
    padding: 14px;
  }

  .site-footer {
    grid-template-columns: 1fr;
    gap: 18px;
    padding-block: 30px;
  }

  .site-footer > div {
    justify-content: flex-start;
  }

  .dialog-shell {
    grid-template-columns: 1fr;
    padding: 30px 20px 22px;
  }

  .dialog-intro h2 {
    font-size: 29px;
  }

  .payment-card {
    padding: 16px;
  }

  .payment-card img {
    width: 230px;
    height: 312px;
  }
}

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

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