:root {
  --ink: #10243f;
  --ink-2: #18385d;
  --muted: #667085;
  --line: #dce5ee;
  --paper: #fffdf8;
  --soft: #f4f7fb;
  --gold: #c9892f;
  --gold-2: #f5c15d;
  --green: #177b63;
  --red: #b44343;
  --white: #ffffff;
  --shadow: 0 14px 32px rgba(16, 36, 63, 0.1);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: "Noto Sans SC", "PingFang SC", "Microsoft YaHei", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
  padding-bottom: 0;
}

h1,
h2,
h3,
h4,
.brand-title {
  font-weight: 700;
}

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

button,
input,
select,
textarea {
  font: inherit;
}

.app-shell {
  min-height: 100vh;
}

.topbar {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 12px max(18px, calc((100vw - 1180px) / 2));
  background: rgba(255, 253, 248, 0.94);
  border-bottom: 1px solid rgba(216, 224, 234, 0.8);
  backdrop-filter: blur(12px);
}

.brand {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
}

.brand-mark {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border-radius: 8px;
  background: var(--ink);
  color: var(--gold-2);
  font-weight: 800;
}

.brand-title {
  display: block;
  max-width: min(54vw, 360px);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.1;
}

.brand-sub {
  color: var(--muted);
  font-size: 12px;
  font-weight: 400;
  line-height: 1.2;
}

.nav {
  display: flex;
  align-items: center;
  gap: 8px;
  overflow-x: auto;
  white-space: nowrap;
}

.nav a,
.ghost-btn,
.primary-btn,
.plain-btn {
  min-height: 40px;
  border: 0;
  border-radius: 8px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 9px 14px;
  transition: transform 0.18s ease, background 0.18s ease, box-shadow 0.18s ease;
}

.nav a {
  color: var(--ink-2);
  font-size: 14px;
  font-weight: 400;
}

.nav a:first-child {
  border: 1px solid rgba(201, 137, 47, 0.28);
  background: rgba(255, 241, 216, 0.54);
  color: #6d4718;
  font-weight: 500;
}

.nav a:hover,
.ghost-btn:hover,
.plain-btn:hover {
  background: #f0f5fa;
}

.primary-btn {
  background: var(--gold);
  color: #1d2734;
  font-weight: 600;
  box-shadow: 0 8px 18px rgba(201, 137, 47, 0.18);
}

.primary-btn:hover {
  transform: translateY(-1px);
  background: #d3963b;
}

.primary-btn:disabled {
  cursor: not-allowed;
  opacity: 0.72;
  transform: none;
}

.ghost-btn {
  background: var(--white);
  color: var(--ink);
  border: 1px solid var(--line);
  font-weight: 500;
}

.ghost-btn:hover {
  border-color: #c7d5e2;
  color: var(--ink);
}

.plain-btn {
  background: transparent;
  color: var(--ink-2);
}

.price,
.buyer-price,
.meta-value,
.tag,
.status-pill,
.tab,
.nav a,
button {
  font-family: "Roboto", "Noto Sans SC", "PingFang SC", "Microsoft YaHei", system-ui, sans-serif;
}

.container {
  width: min(1180px, calc(100vw - 36px));
  margin: 0 auto;
}

.hero {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(120deg, rgba(15, 42, 68, 0.86), rgba(0, 70, 113, 0.75)),
    url("https://images.unsplash.com/photo-1601581875309-fafbf2d3ed3a?auto=format&fit=crop&w=1800&q=80");
  background-position: center;
  background-size: cover;
  color: var(--white);
}

.hero h1,
.hero h2,
.hero h3,
.hero .eyebrow,
.hero .hero-panel h2 {
  color: var(--white);
}

.hero p,
.hero .quick-list li {
  color: rgba(255, 255, 255, 0.88);
}

.hero-inner {
  display: grid;
  grid-template-columns: minmax(0, 58%) minmax(280px, 42%);
  gap: 34px;
  align-items: center;
  min-height: 540px;
  padding: 38px 0 30px;
}

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

.eyebrow {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  gap: 8px;
  padding: 6px 10px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.09);
  color: #fff4dd;
  font-size: 13px;
  font-weight: 500;
}

.hero h1 {
  max-width: 760px;
  margin: 16px 0 14px;
  font-size: clamp(38px, 4vw, 46px);
  font-weight: 700;
  line-height: 1.14;
  letter-spacing: 0;
  text-wrap: balance;
}

.hero-title-line {
  display: block;
}

.hero p {
  max-width: 720px;
  margin: 0;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.75;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  margin-top: 20px;
}

.hero-help {
  color: #f8dfb0;
  font-size: 14px;
  font-weight: 500;
}

.hero-panel {
  justify-self: end;
  width: min(100%, 390px);
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.075);
  padding: 18px 20px;
  box-shadow: none;
  backdrop-filter: blur(8px);
}

.hero-panel h2 {
  margin: 0 0 12px;
  font-size: 19px;
  font-weight: 700;
  line-height: 1.3;
}

.quick-list {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.quick-list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: #f7f8fb;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.68;
}

.quick-list li::before {
  content: "";
  width: 8px;
  height: 8px;
  margin-top: 9px;
  border-radius: 99px;
  background: var(--gold-2);
  flex: 0 0 auto;
}

.section {
  padding: 58px 0;
}

.section.service-entry {
  padding-top: 56px;
}

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

.section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 22px;
}

.section h2 {
  margin: 0;
  font-size: clamp(28px, 3.2vw, 34px);
  font-weight: 700;
  line-height: 1.25;
}

.section-desc {
  max-width: 700px;
  margin: 8px 0 0;
  color: var(--muted);
  font-size: 15px;
  font-weight: 400;
  line-height: 1.75;
}

.grid {
  display: grid;
  gap: 16px;
  align-items: stretch;
}

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

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

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

.card,
.service-card,
.admin-panel,
.form-panel {
  min-width: 0;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: var(--white);
  box-shadow: 0 10px 24px rgba(16, 36, 63, 0.045);
}

.card {
  padding: 18px;
}

.category-card {
  min-height: 248px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.icon-box {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 12px;
  background: #f0f5fa;
  color: var(--ink);
}

.icon-box svg {
  width: 22px;
  height: 22px;
}

.card h3,
.service-card h3 {
  margin: 0;
  font-size: 19px;
  font-weight: 700;
  line-height: 1.3;
}

.card p,
.service-card p {
  color: var(--muted);
  margin: 6px 0 0;
  font-weight: 400;
  line-height: 1.65;
}

.service-card > p {
  display: -webkit-box;
  min-height: 48px;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.tag-list {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: auto;
}

.tag,
.status-pill {
  display: inline-flex;
  align-items: center;
  min-height: 26px;
  padding: 4px 9px;
  border-radius: 999px;
  background: #eef3f8;
  color: var(--ink-2);
  font-size: 12px;
  font-weight: 500;
  line-height: 1.4;
}

.tag.gold {
  background: #fff1d8;
  color: #8a5415;
}

.tag-list + h3,
.service-card h3 {
  margin-top: 2px;
}

.tag.green {
  background: #e6f5f1;
  color: var(--green);
}

.service-card {
  padding: 18px;
  display: flex;
  flex-direction: column;
  gap: 11px;
  min-height: 400px;
}

.service-meta {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 7px;
}

.meta-box {
  border: 1px solid #e9f0f7;
  border-radius: 12px;
  padding: 8px;
  background: #f8fbfe;
}

.meta-label {
  color: #7a8796;
  font-size: 11px;
  font-weight: 500;
}

.meta-value {
  color: var(--ink);
  font-weight: 500;
  font-size: 13px;
  line-height: 1.4;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.card-actions {
  display: flex;
  gap: 10px;
  margin-top: auto;
}

.card-actions .primary-btn,
.card-actions .ghost-btn {
  flex-shrink: 0;
}

.steps {
  counter-reset: step;
}

.step {
  position: relative;
  padding-left: 48px;
}

.step::before {
  counter-increment: step;
  content: counter(step);
  position: absolute;
  left: 0;
  top: 0;
  display: grid;
  width: 32px;
  height: 32px;
  place-items: center;
  border-radius: 999px;
  background: var(--ink);
  color: var(--gold-2);
  font-weight: 700;
}

.footer {
  background: var(--ink);
  color: var(--white);
  padding: 42px 0;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 28px;
}

.footer p {
  color: #c8d3df;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.75;
}

.footer h3 {
  color: var(--white);
  font-size: 18px;
  font-weight: 700;
}

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

.qr {
  width: 112px;
  padding: 8px;
  border-radius: 14px;
  background: var(--white);
  color: var(--ink);
  text-align: center;
}

.qr img {
  display: block;
  width: 100%;
  aspect-ratio: 1;
  object-fit: contain;
}

.qr span {
  display: block;
  margin-top: 5px;
  font-size: 12px;
  font-weight: 600;
}

.page-title {
  padding: 34px 0 24px;
}

.page-title h1 {
  margin: 0;
  font-size: clamp(34px, 4vw, 40px);
  font-weight: 700;
  line-height: 1.2;
}

.services-hero {
  min-height: 176px;
  background:
    linear-gradient(120deg, rgba(16, 36, 63, 0.94), rgba(24, 56, 93, 0.86)),
    url("https://images.unsplash.com/photo-1601581875309-fafbf2d3ed3a?auto=format&fit=crop&w=1800&q=80");
  background-position: center;
  background-size: cover;
  color: var(--white);
  padding: 28px 0 22px;
}

.services-hero-copy {
  max-width: 780px;
}

.services-hero h1 {
  margin: 0;
  color: var(--white);
  font-size: clamp(30px, 4vw, 38px);
  font-weight: 700;
  line-height: 1.2;
}

.services-hero p {
  max-width: 680px;
  margin: 8px 0 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: 15px;
  line-height: 1.65;
}

.services-hero .tabs {
  margin-top: 18px;
}

.services-hero .tab {
  border-color: rgba(255, 255, 255, 0.24);
  background: rgba(255, 255, 255, 0.16);
  color: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(8px);
}

.services-hero .tab:hover {
  background: rgba(255, 255, 255, 0.22);
}

.services-hero .tab.active {
  border-color: rgba(245, 193, 93, 0.62);
  background: var(--gold);
  color: #1e293b;
}

.services-grid-section {
  padding-top: 34px;
}

.tabs {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  padding-bottom: 8px;
}

.tab {
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--white);
  color: var(--ink-2);
  cursor: pointer;
  padding: 9px 13px;
  font-size: 14px;
  font-weight: 500;
  white-space: nowrap;
}

.tab.active {
  border-color: var(--ink);
  background: var(--ink);
  color: var(--white);
}

.detail-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 330px;
  gap: 20px;
  min-width: 0;
}

.detail-block {
  padding: 22px;
}

.detail-block + .detail-block {
  margin-top: 14px;
}

.detail-block h2 {
  margin: 0 0 12px;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.3;
}

.clean-list {
  margin: 0;
  padding-left: 19px;
}

.clean-list li {
  margin: 6px 0;
  color: var(--ink);
  font-size: 15px;
  font-weight: 400;
  line-height: 1.65;
}

.side-box {
  position: sticky;
  top: 76px;
  align-self: start;
}

.price {
  font-size: 22px;
  font-weight: 700;
  color: var(--ink);
}

.form-panel,
.admin-panel {
  padding: 20px;
}

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

.field {
  display: grid;
  gap: 6px;
}

.field.full {
  grid-column: 1 / -1;
}

.field label {
  color: var(--ink-2);
  font-size: 13px;
  font-weight: 600;
}

.field input,
.field select,
.field textarea {
  min-height: 44px;
  min-width: 0;
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: var(--white);
  color: var(--ink);
  padding: 10px 12px;
  font-size: 15px;
  line-height: 1.5;
  outline: none;
}

.field textarea {
  min-height: 110px;
  resize: vertical;
}

.field input:focus,
.field select:focus,
.field textarea:focus {
  border-color: var(--gold);
  box-shadow: 0 0 0 3px rgba(152, 112, 71, 0.15);
}

.notice {
  border: 1px solid #f1d9a8;
  border-radius: 14px;
  background: #fff7e8;
  padding: 14px;
  color: #624014;
  font-size: 14px;
  line-height: 1.7;
}

.contact-band {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-top: 20px;
  border: 1px solid #f1d9a8;
  border-radius: 14px;
  background: #fff7e8;
  padding: 16px;
  color: #624014;
}

.contact-band p {
  margin: 4px 0 0;
  color: #725326;
  font-size: 14px;
  line-height: 1.65;
}

.mobile-bottom-bar {
  display: none;
}

.buyer-feature-card {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 18px;
  margin-bottom: 18px;
  border: 1px solid #eadbbf;
  border-radius: 16px;
  background: linear-gradient(135deg, #fffaf1, #ffffff);
  padding: 22px;
  box-shadow: 0 10px 24px rgba(15, 42, 68, 0.045);
  overflow: hidden;
}

.buyer-feature-card::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 4px;
  background: linear-gradient(180deg, var(--gold), rgba(245, 193, 93, 0.32));
}

.buyer-feature-card h3 {
  margin: 10px 0 4px;
  font-size: 22px;
  font-weight: 700;
}

.buyer-feature-card p {
  max-width: 820px;
}

.buyer-hero {
  background:
    linear-gradient(120deg, rgba(15, 42, 68, 0.9), rgba(0, 70, 113, 0.78)),
    url("https://images.unsplash.com/photo-1600607687939-ce8a6c25118c?auto=format&fit=crop&w=1800&q=80");
  background-position: center;
  background-size: cover;
  color: var(--white);
}

.buyer-hero h1,
.buyer-hero h2,
.buyer-hero h3,
.buyer-hero .eyebrow,
.buyer-hero .hero-panel h2 {
  color: var(--white);
}

.buyer-hero p,
.buyer-hero .quick-list li,
.buyer-hero .buyer-hero-note {
  color: rgba(255, 255, 255, 0.88);
}

.buyer-hero-inner {
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(300px, 0.82fr);
  gap: 30px;
  align-items: center;
  min-height: 520px;
  padding: 48px 0 40px;
}

.buyer-hero h1 {
  max-width: 760px;
  margin: 18px 0 14px;
  font-size: clamp(34px, 4vw, 46px);
  font-weight: 700;
  line-height: 1.16;
  letter-spacing: 0;
  text-wrap: balance;
}

.buyer-hero p {
  max-width: 760px;
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.75;
}

.buyer-hero-subtitle {
  color: #fff6de;
  font-size: 19px;
  font-weight: 600;
  line-height: 1.55;
}

.buyer-hero-note {
  margin-top: 12px !important;
}

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

.buyer-pain-card {
  min-height: 138px;
}

.dot-mini {
  display: block;
  width: 10px;
  height: 10px;
  margin-bottom: 14px;
  border-radius: 999px;
  background: var(--gold);
}

.buyer-position {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.45fr);
  gap: 24px;
  align-items: center;
}

.buyer-position h2 {
  margin: 10px 0 10px;
}

.buyer-core-sentence {
  border-left: 4px solid var(--gold);
  border-radius: 8px;
  background: var(--white);
  padding: 22px;
  color: var(--ink);
  font-size: 23px;
  font-weight: 700;
  box-shadow: 0 10px 26px rgba(16, 36, 63, 0.06);
}

.buyer-flow-groups {
  display: grid;
  gap: 16px;
}

.buyer-flow-group {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fdfbf7;
  padding: 16px;
}

.buyer-flow-group h3 {
  margin: 0 0 12px;
  color: var(--ink);
  font-size: 18px;
  font-weight: 700;
}

.buyer-flow {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
}

.buyer-flow-step {
  position: relative;
  min-height: 86px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  padding: 13px;
}

.buyer-flow-step span {
  display: inline-grid;
  width: 26px;
  height: 26px;
  margin-bottom: 10px;
  place-items: center;
  border-radius: 999px;
  background: var(--ink);
  color: var(--gold-2);
  font-size: 12px;
  font-weight: 700;
}

.buyer-flow-step strong {
  display: block;
  line-height: 1.35;
  font-size: 14px;
  font-weight: 600;
}

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

.buyer-package-card {
  display: flex;
  flex-direction: column;
  min-height: 540px;
  padding: 22px;
}

.buyer-package-card .clean-list {
  margin-top: 10px;
}

.buyer-package-body {
  display: flex;
  flex: 1;
  flex-direction: column;
}

.buyer-package-footer {
  margin-top: auto;
  padding-top: 12px;
}

.buyer-price {
  min-height: 58px;
  padding: 14px 0 12px;
  color: var(--ink);
  font-size: 20px;
  font-weight: 700;
  line-height: 1.45;
}

.package-more summary {
  display: none;
}

.package-more:not([open]) > ul {
  display: block;
}

.advisor-list {
  margin: 12px 0 16px;
}

.advisor-list li {
  font-weight: 500;
}

.buyer-extension {
  margin-top: 28px;
}

.buyer-extension-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 260px;
  gap: 20px;
  align-items: center;
}

.buyer-extension-card h3 {
  margin: 10px 0 6px;
  font-size: 22px;
  font-weight: 700;
}

.form-result {
  margin: 14px 0 0;
  color: var(--green);
  font-weight: 600;
}

.success-box {
  text-align: center;
  padding: 38px 20px;
}

.success-mark {
  display: grid;
  width: 62px;
  height: 62px;
  margin: 0 auto 12px;
  place-items: center;
  border-radius: 999px;
  background: #e6f5f1;
  color: var(--green);
  font-size: 32px;
  font-weight: 700;
}

.timeline {
  display: grid;
  gap: 10px;
}

.timeline-row {
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 10px;
  align-items: start;
}

.dot {
  display: grid;
  width: 26px;
  height: 26px;
  place-items: center;
  border-radius: 999px;
  background: #e6edf5;
  color: var(--muted);
  font-size: 12px;
  font-weight: 600;
}

.timeline-row.done .dot,
.timeline-row.current .dot {
  background: var(--ink);
  color: var(--gold-2);
}

.timeline-row.current .timeline-content {
  border-color: var(--gold);
}

.timeline-content {
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 10px 12px;
  background: var(--white);
}

.orders-table {
  width: 100%;
  border-collapse: collapse;
  overflow: hidden;
}

.orders-table th,
.orders-table td {
  border-bottom: 1px solid var(--line);
  padding: 12px 10px;
  text-align: left;
  vertical-align: top;
}

.orders-table th {
  color: var(--muted);
  font-size: 13px;
}

.table-wrap {
  overflow-x: auto;
}

.admin-grid {
  display: grid;
  grid-template-columns: 300px minmax(0, 1fr);
  gap: 18px;
}

.filter-list {
  display: grid;
  gap: 8px;
}

.filter-list button {
  justify-content: flex-start;
}

.empty {
  padding: 26px;
  text-align: center;
  color: var(--muted);
}

.compliance-strip {
  border-top: 1px solid rgba(214, 224, 234, 0.72);
  border-bottom: 1px solid rgba(214, 224, 234, 0.72);
  background: #fbf6ed;
  padding: 9px 0;
  color: #6e563f;
  font-size: 13px;
  line-height: 1.55;
}

@media (max-width: 960px) {
  .hero-inner,
  .buyer-hero-inner,
  .buyer-position,
  .detail-layout,
  .admin-grid {
    grid-template-columns: 1fr;
  }

  .grid.categories,
  .grid.three,
  .buyer-pain-grid,
  .buyer-flow,
  .buyer-package-grid,
  .footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .side-box {
    position: static;
  }

  .hero h1 {
    max-width: 100%;
  }
}

@media (max-width: 640px) {
  body {
    padding-bottom: 68px;
  }

  .topbar {
    align-items: center;
    flex-direction: row;
    padding: 9px 18px;
  }

  .nav {
    width: auto;
    max-width: 48vw;
  }

  .brand-mark {
    width: 34px;
    height: 34px;
  }

  .brand-title {
    font-size: 16px;
  }

  .brand-sub {
    display: none;
  }

  .hero-inner {
    min-height: auto;
    padding: 32px 0 26px;
  }

  .hero h1,
  .buyer-hero h1 {
    font-size: clamp(30px, 8.4vw, 36px);
    line-height: 1.18;
  }

  .hero h1 {
    max-width: 100%;
  }

  .hero-panel {
    justify-self: stretch;
    width: 100%;
    padding: 16px;
  }

  .buyer-hero h1 {
    max-width: 100%;
    font-size: clamp(28px, 8vw, 34px);
    line-height: 1.18;
  }

  .hero p,
  .buyer-hero p {
    font-size: 15px;
    line-height: 1.7;
  }

  .buyer-hero-subtitle {
    font-size: 17px !important;
  }

  .buyer-hero-note {
    font-size: 15px !important;
    line-height: 1.7;
  }

  .buyer-hero-inner {
    min-height: auto;
    padding: 34px 0 30px;
  }

  .grid.categories,
  .grid.three,
  .grid.two,
  .buyer-pain-grid,
  .buyer-flow,
  .buyer-package-grid,
  .form-grid,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .section {
    padding: 40px 0;
  }

  .section.service-entry {
    padding-top: 36px;
  }

  .services-hero {
    min-height: 168px;
    padding: 24px 0 18px;
  }

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

  .services-hero p {
    font-size: 14px;
  }

  .services-hero .tabs {
    margin-top: 14px;
    flex-wrap: nowrap;
  }

  .services-grid-section {
    padding-top: 26px;
  }

  .section-head {
    align-items: flex-start;
    flex-direction: column;
  }

  .card-actions {
    flex-direction: column;
  }

  .card-actions a,
  .card-actions button,
  .hero-actions a {
    min-width: 0;
    width: 100%;
  }

  .admin-panel,
  .form-panel,
  .table-wrap {
    max-width: 100%;
    overflow-x: auto;
  }

  .filter-list .ghost-btn {
    justify-content: center;
    max-width: 100%;
    width: 100%;
  }

  .service-card {
    padding: 17px;
    gap: 10px;
  }

  .service-card > p {
    min-height: auto;
  }

  .service-meta {
    grid-template-columns: 1fr;
  }

  .category-card,
  .service-card {
    min-height: auto;
  }

  .contact-band {
    align-items: stretch;
    flex-direction: column;
  }

  .buyer-feature-card {
    grid-template-columns: 1fr;
  }

  .buyer-feature-card .primary-btn {
    width: 100%;
  }

  .buyer-core-sentence {
    font-size: 20px;
  }

  .buyer-flow-group {
    padding: 14px;
  }

  .buyer-flow-group h3 {
    font-size: 17px;
  }

  .buyer-package-card {
    min-height: auto;
    padding: 18px;
  }

  .buyer-package-card h3 {
    font-size: 20px;
  }

  .buyer-package-card .clean-list {
    font-size: 14px;
    line-height: 1.65;
  }

  .package-more {
    margin-top: 8px;
  }

  .package-more summary {
    display: block;
    cursor: pointer;
    color: var(--ink);
    font-weight: 600;
  }

  .package-more:not([open]) > ul {
    display: none;
  }

  .buyer-price {
    min-height: auto;
    font-size: 18px;
    line-height: 1.45;
  }

  .buyer-extension-card {
    grid-template-columns: 1fr;
  }

  .qr {
    width: 112px;
  }

  .mobile-bottom-bar {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 30;
    display: grid;
    grid-template-columns: 1fr 1fr 1.1fr;
    gap: 8px;
    padding: 9px 12px calc(9px + env(safe-area-inset-bottom));
    background: rgba(255, 253, 248, 0.96);
    border-top: 1px solid var(--line);
    box-shadow: 0 -12px 28px rgba(16, 36, 63, 0.12);
    backdrop-filter: blur(12px);
  }

  .mobile-bottom-bar a {
    display: grid;
    min-height: 42px;
    place-items: center;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: var(--white);
    color: var(--ink);
    font-size: 13px;
    font-weight: 600;
  }

  .mobile-bottom-bar a.strong {
    border-color: var(--gold);
    background: var(--gold);
    color: #1e293b;
  }
}
