:root {
  --ink: #2f2416;
  --brown: #6f4a1e;
  --gold: #c98726;
  --gold-dark: #9e671c;
  --cream: #fbf5ec;
  --paper: #fffaf3;
  --line: #eadbc7;
  --soft: #f4eadc;
  --footer: #201d18;
  --muted: #786756;
  --shadow: 0 18px 45px rgba(83, 55, 22, 0.13);
  --radius: 8px;
  --page-max: 1180px;
  --page-gutter: 48px;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at 76% 7%, rgba(211, 158, 74, 0.14), transparent 30rem),
    linear-gradient(180deg, #fff9f1 0%, #fbf5ec 58%, #f8efe4 100%);
  font-family: "Noto Serif SC", "Songti SC", "Microsoft YaHei", serif;
}

button, input, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { cursor: pointer; }
a { color: inherit; text-decoration: none; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  width: min(var(--page-max), calc(100% - var(--page-gutter)));
  margin: 0 auto;
  min-height: 82px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 24px;
  background: rgba(255, 249, 241, 0.82);
  backdrop-filter: blur(14px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

.brand-mark {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border: 1px solid #d7a85c;
  border-radius: 50%;
  color: var(--gold-dark);
  font-weight: 900;
}

.brand strong {
  display: block;
  font-size: 1.35rem;
  letter-spacing: 0;
}

.brand small {
  color: var(--muted);
  font-size: 0.78rem;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 36px;
  font-weight: 800;
}

.nav-links a {
  position: relative;
  padding: 8px 0;
}

.nav-links a.active,
.nav-links a:hover { color: var(--gold-dark); }

.nav-links a.active::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  background: var(--gold);
}

.pill-button,
.gold-button,
.outline-button {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-radius: 999px;
  min-height: 44px;
  padding: 0 28px;
  font-weight: 800;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.pill-button,
.gold-button {
  overflow: hidden;
  border: 1px solid rgba(255, 225, 158, 0.72);
  color: #fff8ec;
  text-shadow: 0 1px 0 rgba(86, 48, 8, 0.32);
  background:
    linear-gradient(180deg, rgba(255, 236, 177, 0.46), transparent 42%),
    linear-gradient(135deg, #dca047 0%, #c78322 42%, #a96618 100%);
  box-shadow:
    inset 0 1px 0 rgba(255, 251, 231, 0.78),
    inset 0 -10px 18px rgba(108, 62, 10, 0.16),
    0 14px 28px rgba(177, 111, 25, 0.26);
}

.header-actions {
  justify-self: end;
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

.pill-button { min-width: 190px; }

.language-select {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 42px;
  padding: 0 12px;
  border: 1px solid rgba(202, 165, 111, 0.78);
  border-radius: 999px;
  background: rgba(255, 250, 243, 0.74);
  color: var(--brown);
  font-size: 0.88rem;
  font-weight: 800;
  white-space: nowrap;
}

.language-select span {
  color: #8b6d49;
  font-size: 0.76rem;
}

.language-select select {
  max-width: 112px;
  border: 0;
  outline: 0;
  color: var(--ink);
  background: transparent;
  font-weight: 900;
  cursor: pointer;
}

.pill-button::before,
.gold-button::before {
  content: "";
  position: absolute;
  inset: 1px 18px auto;
  height: 42%;
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(255,255,255,0.36), transparent);
  pointer-events: none;
}

.gold-button:hover,
.pill-button:hover,
.outline-button:hover {
  transform: translateY(-1px);
}

.outline-button {
  border: 1px solid #caa56f;
  background: rgba(255, 250, 243, 0.7);
  color: var(--brown);
}

main { overflow: hidden; }

.hero {
  position: relative;
  width: min(var(--page-max), calc(100% - var(--page-gutter)));
  margin: 18px auto 22px;
  display: grid;
  align-items: center;
  min-height: 540px;
}

.hero-copy {
  position: relative;
  z-index: 2;
  width: min(570px, 52%);
  padding: 26px 0 42px 10px;
}

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

.hero h1 {
  max-width: 710px;
  font-size: clamp(2.55rem, 4vw, 4.25rem);
  line-height: 1.12;
  letter-spacing: 0;
  text-shadow: 0 2px 0 rgba(255,255,255,0.85);
}

.title-line {
  white-space: nowrap;
}

.hero h1 em {
  color: var(--gold);
  font-style: normal;
  font-size: 1.12em;
}

.hero-kicker {
  margin-top: 24px;
  font-size: clamp(1.2rem, 2vw, 1.7rem);
  font-weight: 900;
}

.hero-text {
  max-width: 535px;
  margin-top: 14px;
  color: #5f5142;
  font-size: 1.08rem;
  line-height: 1.8;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 24px;
}

.palm-stage {
  position: absolute;
  inset: -34px 0 -20px 300px;
  min-height: auto;
  display: grid;
  place-items: center;
  isolation: isolate;
  pointer-events: none;
}

.palm-stage img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  max-width: none;
  aspect-ratio: auto;
  object-fit: contain;
  object-position: right center;
  mix-blend-mode: multiply;
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 15%, #000 98%, transparent 100%);
  mask-image: linear-gradient(90deg, transparent 0%, #000 15%, #000 98%, transparent 100%);
  filter:
    saturate(1.04)
    contrast(1.02)
    drop-shadow(0 22px 26px rgba(107, 70, 31, 0.11));
}

.palm-stage::after {
  content: "";
  position: absolute;
  inset: auto 4% 8% 8%;
  height: 18%;
  z-index: 0;
  background: radial-gradient(ellipse, rgba(189, 122, 29, 0.14), transparent 68%);
  filter: blur(10px);
}

.service-strip,
.fortune-card,
.process-grid article {
  border: 1px solid rgba(219, 197, 167, 0.7);
  border-radius: var(--radius);
  background: rgba(255, 252, 247, 0.9);
  box-shadow: var(--shadow);
}

.fortune-card {
  width: min(var(--page-max), calc(100% - var(--page-gutter)));
  margin: 0 auto 22px;
  display: grid;
  grid-template-columns: 1fr 220px;
  gap: 24px;
  padding: 18px 18px 12px 28px;
}

.chart-panel h2 {
  display: flex;
  gap: 10px;
  align-items: center;
  font-size: 1.45rem;
  margin-bottom: 8px;
}

.chart-panel h2 span { color: var(--gold); }

.trend-chart {
  width: 100%;
  height: auto;
  overflow: visible;
}

.grid path {
  stroke: rgba(154, 116, 70, 0.18);
  stroke-width: 1;
}

.axis text,
.months text,
.points text {
  fill: #7b552a;
  font-size: 14px;
}

.trend-line {
  fill: none;
  stroke: var(--gold);
  stroke-width: 2;
}

.points circle { fill: var(--gold-dark); }

.rating-card {
  align-self: stretch;
  display: grid;
  align-content: center;
  justify-items: center;
  gap: 12px;
  padding: 22px;
  border-radius: var(--radius);
  background: linear-gradient(180deg, #f6ebdd, #fffaf3);
  text-align: center;
}

.stars {
  color: var(--gold);
  font-size: 1.65rem;
  letter-spacing: 2px;
}
.stars span { color: #d9d2c7; }
.rating-card strong { color: var(--gold-dark); }
.rating-card p { color: var(--brown); line-height: 1.7; }

.service-strip {
  width: min(var(--page-max), calc(100% - var(--page-gutter)));
  margin: 0 auto 30px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  padding: 24px 38px;
}

.service-strip article {
  display: grid;
  grid-template-columns: 76px 1fr;
  align-items: center;
  gap: 18px;
}

.round-icon {
  width: 68px;
  height: 68px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: #efe2d0;
  color: #9c6e2f;
  font-weight: 900;
  font-size: 1.3rem;
}

.service-strip h3 { font-size: 1.25rem; }
.service-strip p { color: #5f5142; line-height: 1.65; font-size: 0.95rem; margin-top: 6px; }

.process-section {
  width: min(var(--page-max), calc(100% - var(--page-gutter)));
  margin: 8px auto 18px;
}

.section-title {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 18px;
  margin: 16px 0;
}

.section-title span {
  height: 1px;
  background: linear-gradient(90deg, transparent, #d6aa69, transparent);
}

.section-title h2 { font-size: 1.8rem; }

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

.process-grid article {
  position: relative;
  min-height: 136px;
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  grid-template-rows: auto 1fr;
  column-gap: 16px;
  align-items: start;
  padding: 24px 22px;
  overflow: hidden;
}

.process-grid b {
  grid-row: 1 / span 2;
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: linear-gradient(180deg, #d2a86d, #ad7835);
  color: #fff8ec;
  border: 3px solid #f7ead8;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.42), 0 10px 18px rgba(128, 82, 28, 0.16);
  font-size: 1.16rem;
  line-height: 1;
}

.process-grid h3 {
  min-height: 2.75em;
  display: flex;
  align-items: center;
  font-size: 1.1rem;
  line-height: 1.35;
}

.process-grid p {
  grid-column: 2;
  margin-top: 8px;
  color: #5f5142;
  line-height: 1.65;
}

.conversion-band {
  margin-top: 18px;
  min-height: 92px;
  padding: 16px max(calc(var(--page-gutter) / 2), calc((100vw - var(--page-max)) / 2));
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 28px;
  align-items: center;
  color: #fff4df;
  background:
    linear-gradient(90deg, rgba(0,0,0,0.28), rgba(0,0,0,0.02)),
    radial-gradient(circle at 18% 20%, rgba(214, 156, 49, 0.5), transparent 18rem),
    #191711;
  border-top: 1px solid #956116;
}

.coin-seal {
  width: 78px;
  height: 78px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #e2b060;
  border: 2px solid #a16d23;
  font-size: 2rem;
  font-weight: 900;
}

.conversion-band h2 { font-size: 1.75rem; }
.conversion-band p { margin-top: 6px; color: #d9c3a1; }

.result-section {
  width: min(var(--page-max), calc(100% - var(--page-gutter)));
  margin: 34px auto;
}

.report-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

.report-card {
  min-height: 280px;
  display: grid;
  align-content: end;
  gap: 10px;
  padding: 28px;
  border-radius: var(--radius);
  border: 1px solid #d7bd91;
  box-shadow: var(--shadow);
  background: #fff9ef;
}

.report-card small { color: var(--gold-dark); font-weight: 900; }
.report-card h3 { font-size: 1.7rem; }
.report-card p { color: #5f5142; line-height: 1.7; }
.certificate { background: radial-gradient(circle at 75% 20%, rgba(201,135,38,0.2), transparent 14rem), #fff8ed; }
.forecast { background: radial-gradient(circle at 30% 18%, rgba(103,78,44,0.16), transparent 14rem), #fff8ed; }

.result-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
  margin-top: 22px;
}

.site-footer {
  position: relative;
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  gap: 48px;
  padding: 30px max(calc(var(--page-gutter) / 2), calc((100vw - var(--page-max)) / 2)) 54px;
  color: #d7cec1;
  background: linear-gradient(180deg, #25231f, #171614);
}

.footer-brand .brand-mark { width: 38px; height: 38px; }
.site-footer p { color: #b9ad9d; line-height: 1.7; margin-top: 10px; }
.site-footer h3 { color: #fff5e4; margin-bottom: 12px; }
.contact-block p { word-break: break-word; }

.copyright {
  position: absolute;
  left: 50%;
  bottom: 18px;
  transform: translateX(-50%);
  color: #8f8578;
  white-space: nowrap;
}

.app-dialog {
  width: min(680px, calc(100% - 32px));
  border: 0;
  padding: 0;
  background: transparent;
}

#freeResultDialog {
  width: min(var(--page-max), calc(100% - 28px));
}

.app-dialog::backdrop {
  background: rgba(36, 25, 14, 0.46);
  backdrop-filter: blur(5px);
}

.dialog-card {
  position: relative;
  padding: 28px;
  border: 1px solid #d9bd91;
  border-radius: var(--radius);
  background: linear-gradient(180deg, #fffaf3, #f6eadb);
  box-shadow: 0 30px 90px rgba(42, 29, 16, 0.28);
}

.dialog-card h2 { font-size: 1.8rem; margin-bottom: 12px; }
.dialog-card p { color: #6a5743; line-height: 1.75; }

.close-button {
  position: absolute;
  right: 14px;
  top: 12px;
  width: 34px;
  height: 34px;
  border: 0;
  border-radius: 50%;
  background: rgba(111,74,30,0.08);
  color: var(--brown);
  font-size: 1.4rem;
}

.upload-box {
  margin: 22px 0;
  min-height: 150px;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 8px;
  border: 1px dashed #bd8e4a;
  border-radius: var(--radius);
  background: rgba(255,255,255,0.45);
  cursor: pointer;
}

.upload-box input { display: none; }
.upload-box span { font-weight: 900; color: var(--brown); }
.upload-box small { color: var(--muted); }
.preview-image { width: 100%; max-height: 220px; object-fit: contain; border-radius: var(--radius); margin-bottom: 18px; }
.full { width: 100%; justify-content: center; }
.gold-button:disabled { opacity: 0.55; cursor: not-allowed; }

.free-lines,
.unlock-previews article {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255,255,255,0.5);
}

.sample-card {
  width: min(980px, calc(100vw - 36px));
  max-height: min(90vh, 980px);
  overflow: auto;
}

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

.sample-report-grid figure {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: linear-gradient(145deg, #fff8ed, #ead8bf);
}

.sample-report-grid img {
  width: 100%;
  aspect-ratio: 3 / 4;
  object-fit: cover;
  object-position: top center;
  border-radius: 8px;
  border: 1px solid rgba(132, 91, 48, 0.18);
  background: #fff8ed;
  box-shadow: 0 14px 28px rgba(86, 48, 8, 0.14);
}

.sample-report-grid figcaption {
  color: var(--brown);
  font-weight: 900;
  text-align: center;
}

.free-card {
  max-height: min(90vh, 980px);
  overflow: auto;
}

.free-card-head {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 18px;
  padding-right: 42px;
  margin-bottom: 18px;
}

.free-card-head h2 { margin-bottom: 6px; }
.free-card-head p { max-width: 56ch; }
.dialog-language { flex: 0 0 auto; margin-top: 2px; }

.free-report-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 320px);
  gap: 18px;
  align-items: start;
}

.free-template-frame {
  position: relative;
  overflow: hidden;
  margin: 0;
  border: 1px solid #d8bd94;
  border-radius: var(--radius);
  background: #fff7ec;
  box-shadow: 0 16px 38px rgba(74, 47, 18, 0.13);
}

.free-template-frame img {
  display: block;
  width: 100%;
  height: auto;
}

.free-score-panel {
  position: sticky;
  top: 16px;
  display: grid;
  gap: 14px;
  padding: 16px;
  border: 1px solid #dbc29c;
  border-radius: var(--radius);
  background:
    linear-gradient(180deg, rgba(255, 252, 246, 0.96), rgba(248, 232, 211, 0.96));
  box-shadow: 0 16px 36px rgba(74, 47, 18, 0.12);
}

.free-score-ring {
  width: 136px;
  height: 136px;
  margin: 0 auto 2px;
  display: grid;
  place-items: center;
  align-content: center;
  border-radius: 50%;
  background: conic-gradient(var(--gold) var(--score, 82%), #ead9bf 0);
  color: #fff8ec;
  box-shadow: inset 0 0 0 9px rgba(255, 250, 242, 0.48);
}

.free-score-ring span { font-size: 2.55rem; font-weight: 900; line-height: 1; }
.free-score-ring small { color: #fff8ec; font-size: 0.82rem; }

.free-lines {
  display: grid;
  gap: 1px;
  overflow: hidden;
}

.free-lines p {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  padding: 12px 14px;
  background: #fffaf4;
}

.free-lines span {
  color: var(--gold-dark);
  letter-spacing: 2px;
  white-space: nowrap;
}

.analysis-copy { margin-bottom: 4px; }

.free-insights {
  display: grid;
  gap: 10px;
}

.free-insights article {
  display: grid;
  gap: 4px;
  padding: 12px;
  border: 1px solid rgba(218, 195, 160, 0.76);
  border-radius: var(--radius);
  background: rgba(255, 250, 244, 0.74);
}

.free-insights strong {
  color: var(--brown);
  font-size: 0.95rem;
}

.free-insights p {
  color: #6a5743;
  font-size: 0.92rem;
  line-height: 1.65;
}

.payment-card { width: min(760px, 100%); }
.unlock-previews {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
  margin: 18px 0;
}

.unlock-previews article {
  display: grid;
  gap: 10px;
  padding: 10px;
  background: linear-gradient(145deg, #fff8ed, #ead8bf);
}

.unlock-previews img {
  width: 100%;
  aspect-ratio: 3 / 4;
  object-fit: cover;
  object-position: top center;
  border-radius: 6px;
  border: 1px solid rgba(132, 91, 48, 0.18);
  background: #fff8ed;
  box-shadow: 0 12px 24px rgba(86, 48, 8, 0.13);
}

.unlock-previews span {
  display: block;
  font-weight: 900;
  text-align: center;
  color: var(--brown);
}

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

.benefit-list li::before {
  content: "✓";
  color: var(--gold-dark);
  font-weight: 900;
  margin-right: 8px;
}

.payment-method-section {
  display: grid;
  gap: 10px;
  margin: 6px 0 16px;
}

.payment-method-title {
  margin: 0;
  font-size: 0.9rem;
  font-weight: 900;
  color: var(--brown);
}

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

.payment-method {
  display: grid;
  gap: 4px;
  min-height: 66px;
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 250, 243, 0.68);
  color: var(--brown);
  text-align: left;
  cursor: pointer;
}

.payment-method strong {
  font-size: 0.96rem;
}

.payment-method span {
  color: var(--muted);
  font-size: 0.78rem;
}

.payment-method.active {
  border-color: rgba(201, 135, 38, 0.72);
  background: linear-gradient(180deg, #fff8ed, #f2dec0);
  box-shadow: inset 0 0 0 1px rgba(201, 135, 38, 0.24);
}

.payment-note,
.payment-status {
  margin: 0;
  color: var(--muted);
  font-size: 0.86rem;
  line-height: 1.55;
}

.payment-status {
  min-height: 1.4em;
  text-align: center;
  font-weight: 800;
  color: var(--gold-dark);
}

.price-row {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 12px;
  margin: 8px 0 16px;
}
.price-row span { color: var(--muted); }
.price-row strong { color: var(--gold-dark); font-size: 2.5rem; }
.text-button { display: block; margin: 12px auto 0; border: 0; background: transparent; color: var(--muted); }
.social-proof { text-align: center; margin-top: 12px; font-weight: 800; }

.loading-card {
  text-align: center;
  padding: 42px 28px;
}

.spinner {
  width: 58px;
  height: 58px;
  margin: 0 auto 20px;
  border-radius: 50%;
  border: 4px solid #ead8bf;
  border-top-color: var(--gold);
  animation: spin 900ms linear infinite;
}

@keyframes spin { to { transform: rotate(360deg); } }

/* 加载页进度条 */
.progress-section {
  margin: 20px 0 12px;
}

.progress-bar {
  width: 100%;
  height: 8px;
  background: #ead8bf;
  border-radius: 4px;
  overflow: hidden;
  margin-bottom: 8px;
}

.progress-fill {
  height: 100%;
  background: linear-gradient(90deg, #c98726, #dca047);
  border-radius: 4px;
  transition: width 0.3s ease;
  width: 0%;
}

.progress-text {
  display: block;
  text-align: center;
  font-size: 0.9rem;
  color: #6f4a1e;
  font-weight: 700;
}

.loading-status {
  text-align: center;
  color: #8b7355;
  font-size: 0.9rem;
  animation: pulse 2s ease-in-out infinite;
}

@keyframes pulse {
  0%, 100% { opacity: 0.8; }
  50% { opacity: 0.4; }
}

/* 报告图片展示 */
.report-image-display {
  max-width: 800px;
  margin: 0 auto 24px;
}

.report-tab {
  display: flex;
  gap: 12px;
  margin-bottom: 16px;
  background: #fff;
  padding: 8px;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(107, 70, 31, 0.08);
}

.tab-btn {
  flex: 1;
  padding: 12px;
  border: none;
  border-radius: 6px;
  background: transparent;
  color: #8b7355;
  font-weight: 700;
  font-size: 0.95rem;
  cursor: pointer;
  transition: all 0.2s ease;
}

.tab-btn.active {
  background: linear-gradient(135deg, #dca047 0%, #c78322 100%);
  color: #fff8ec;
}

.tab-btn:hover:not(.active) {
  background: #f6ebdd;
}

.report-image-container {
  position: relative;
  background: #fff;
  border-radius: 8px;
  padding: 16px;
  box-shadow: 0 4px 16px rgba(107, 70, 31, 0.1);
}

.report-img {
  width: 100%;
  max-height: 70vh;
  object-fit: contain;
  border-radius: 4px;
  display: none;
}

.report-img.active {
  display: block;
}

.image-tip {
  text-align: center;
  color: #b9ad9d;
  font-size: 0.85rem;
  margin-top: 12px;
}

@media (max-width: 940px) {
  :root { --page-gutter: 28px; }
  .site-header {
    grid-template-columns: 1fr auto;
    width: min(100% - 28px, 720px);
  }
  .nav-links { display: none; }
  .header-actions { gap: 8px; }
  .free-report-layout { grid-template-columns: 1fr; }
  .free-score-panel { position: static; }
  .sample-card { width: min(100% - 28px, 760px); }
  .sample-report-grid { gap: 14px; }
  .hero,
  .fortune-card,
  .service-strip,
  .process-grid,
  .report-grid,
  .site-footer,
  .conversion-band {
    grid-template-columns: 1fr;
  }
  .hero {
    width: min(100% - 28px, 720px);
    grid-template-columns: 1fr;
    min-height: auto;
    margin-top: 10px;
    margin-bottom: 22px;
  }
  .hero-copy {
    width: auto;
    padding: 18px 0 10px;
  }
  .title-line { white-space: normal; }
  .hero-text {
    max-width: 620px;
    font-size: 1rem;
  }
  .palm-stage {
    position: relative;
    inset: auto;
    min-height: 330px;
    margin-top: -8px;
  }
  .palm-stage img {
    width: 108%;
    height: auto;
    aspect-ratio: 16 / 9;
    object-fit: contain;
  }
  .service-strip,
  .process-section,
  .result-section { width: min(100% - 28px, 720px); }
  .service-strip {
    gap: 14px;
    padding: 22px;
  }
  .process-section { margin-top: 28px; }
  .conversion-band { padding: 24px; }
  .site-footer { padding: 30px 24px 64px; }
}

@media (max-width: 560px) {
  :root { --page-gutter: 20px; }
  body { padding-top: 12px; }
  .site-header {
    min-height: auto;
    gap: 10px;
    padding: 10px;
    border-radius: 18px;
  }
  .brand small { display: none; }
  .brand-mark { width: 40px; height: 40px; }
  .header-actions { justify-self: stretch; justify-content: end; }
  .language-select { padding: 0 10px; }
  .language-select > span { display: none; }
  .language-select select { max-width: 82px; font-size: 0.8rem; }
  .pill-button { min-width: 0; padding: 0 16px; }
  .hero {
    width: min(100% - 20px, 520px);
    margin-top: 8px;
  }
  .hero-copy {
    padding-top: 12px;
    text-align: left;
  }
  .hero h1 {
    font-size: 2.28rem;
    line-height: 1.14;
  }
  .hero-kicker {
    margin-top: 16px;
    font-size: 1.08rem;
  }
  .hero-text {
    margin-top: 10px;
    font-size: 0.95rem;
    line-height: 1.72;
  }
  .hero-actions {
    display: grid;
    gap: 10px;
    margin-top: 18px;
  }
  .hero-actions .gold-button,
  .hero-actions .outline-button {
    width: 100%;
    min-height: 48px;
  }
  .palm-stage {
    min-height: 0;
    margin: 8px auto 0;
    width: 100%;
    overflow: visible;
    display: flex;
    justify-content: center;
  }
  .palm-stage img {
    width: 100%;
    height: auto;
    aspect-ratio: auto;
    object-fit: contain;
    object-position: center;
    transform: none;
  }
  .fortune-card {
    width: min(100% - 20px, 520px);
    gap: 14px;
    padding: 16px 12px 12px;
  }
  .chart-panel {
    overflow-x: auto;
    padding-bottom: 4px;
  }
  .chart-panel h2 {
    font-size: 1.18rem;
    padding-left: 4px;
  }
  .trend-chart {
    min-width: 620px;
  }
  .rating-card {
    padding: 16px;
  }
  .service-strip,
  .process-section,
  .result-section {
    width: min(100% - 20px, 520px);
  }
  .service-strip {
    padding: 18px;
    margin-bottom: 22px;
  }
  .service-strip article {
    grid-template-columns: 44px 1fr;
    text-align: left;
    justify-items: start;
    gap: 12px;
  }
  .round-icon {
    width: 44px;
    height: 44px;
  }
  .process-grid { gap: 12px; }
  .process-grid article { padding: 18px; }
  .conversion-band {
    width: 100%;
    gap: 16px;
    padding: 20px;
    text-align: center;
  }
  .conversion-band .gold-button { width: 100%; }
  .dialog-card {
    width: min(100vw - 20px, 520px);
    max-height: calc(100vh - 22px);
    overflow: auto;
    padding: 22px;
  }
  .free-card { padding: 16px; }
  .free-card-head { display: grid; padding-right: 34px; gap: 10px; }
  .dialog-language { width: max-content; }
  .sample-card { padding: 18px; }
  .sample-report-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }
  .sample-report-grid figure {
    gap: 8px;
    padding: 8px;
  }
  .sample-report-grid figcaption {
    font-size: 0.86rem;
  }
  .free-template-frame { padding: 8px; }
  .free-score-panel { gap: 12px; padding: 14px; }
  .free-score-ring {
    width: 126px;
    height: 126px;
  }
  .free-score-ring span { font-size: 2.18rem; }
  .free-lines { padding: 14px; }
  .payment-methods { grid-template-columns: 1fr; }
  .payment-card { padding: 18px; }
  .unlock-previews {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }
  .unlock-previews article { padding: 8px; }
  .unlock-previews span { font-size: 0.86rem; }
  .benefit-list { gap: 8px; font-size: 0.92rem; }
  .price-row { margin: 4px 0 12px; }
  .price-row strong { font-size: 2.15rem; }
  .report-tab { gap: 8px; }
  .tab-btn { padding: 10px 8px; font-size: 0.84rem; }
  .report-image-container { padding: 10px; }
  .site-footer {
    width: 100%;
    gap: 26px;
    padding: 30px 20px 64px;
    text-align: left;
  }
  .footer-intro {
    display: grid;
    justify-items: center;
    text-align: center;
  }
  .footer-intro p {
    max-width: 34em;
  }
  .footer-brand {
    justify-content: center;
  }
  .contact-block {
    width: 100%;
    max-width: 34em;
    margin: 0 auto;
  }
}

@media (max-width: 390px) {
  .sample-report-grid { grid-template-columns: 1fr; }
}
