:root {
  color-scheme: dark;
  --ink: #f8eed9;
  --muted: #c8b99d;
  --gold: #d9a84a;
  --jade: #69c0a3;
  --cinnabar: #b74b3f;
  --night: #070706;
  --panel: rgba(25, 21, 17, 0.78);
  --line: rgba(217, 168, 74, 0.24);
  --shadow: 0 24px 80px rgba(0, 0, 0, 0.42);
}

/* Ink wash theme */
:root {
  color-scheme: light;
  --ink: #24302c;
  --muted: #64736b;
  --gold: #b78a3d;
  --jade: #6f8f7a;
  --cinnabar: #a44a3f;
  --night: #f5f0e5;
  --panel: rgba(255, 252, 244, 0.82);
  --line: rgba(56, 70, 63, 0.16);
  --shadow: 0 22px 52px rgba(54, 46, 34, 0.14);
}

body {
  background:
    linear-gradient(115deg, rgba(255, 255, 255, 0.7), rgba(238, 232, 217, 0.68)),
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1400' height='900' viewBox='0 0 1400 900'%3E%3Cpath d='M0 580 C180 500 280 560 420 470 C560 380 690 430 820 350 C980 250 1160 330 1400 210 L1400 900 L0 900 Z' fill='%2323302b' fill-opacity='.075'/%3E%3Cpath d='M0 650 C170 610 290 660 480 570 C660 485 810 540 960 460 C1110 380 1250 420 1400 360 L1400 900 L0 900 Z' fill='%236f7d71' fill-opacity='.08'/%3E%3Cpath d='M110 250 C230 210 320 230 430 188 C560 138 730 170 860 112 C1010 48 1180 92 1290 40' fill='none' stroke='%2323302b' stroke-opacity='.08' stroke-width='36' stroke-linecap='round'/%3E%3Cpath d='M118 252 C242 212 332 235 436 190 C560 138 730 172 860 116 C1012 52 1176 96 1288 44' fill='none' stroke='%2323302b' stroke-opacity='.055' stroke-width='12' stroke-linecap='round'/%3E%3C/svg%3E");
  background-attachment: fixed;
  background-position: center top;
  background-size: cover;
  color: var(--ink);
}

body::before {
  background-image:
    linear-gradient(rgba(60, 70, 63, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(60, 70, 63, 0.03) 1px, transparent 1px),
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160' viewBox='0 0 160 160'%3E%3Cfilter id='n'%3E%3CfeTurbulence baseFrequency='.72' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='160' height='160' filter='url(%23n)' opacity='.055'/%3E%3C/svg%3E");
  background-size: 72px 72px, 72px 72px, 160px 160px;
  mask-image: none;
  opacity: 0.9;
}

#starfield {
  opacity: 0;
  pointer-events: none;
}

.notice-bar {
  border-bottom-color: rgba(52, 67, 60, 0.12);
  background: rgba(255, 252, 244, 0.72);
  color: var(--muted);
}

.notice-bar a,
.nav a:hover,
.footer a:hover,
.suite-card a,
.store-button:hover {
  color: var(--cinnabar);
}

.topbar {
  border-bottom-color: rgba(52, 67, 60, 0.14);
  background: rgba(248, 244, 234, 0.78);
  box-shadow: 0 0.8rem 2rem rgba(48, 54, 47, 0.06);
}

.brand {
  color: #1f2d28;
}

.brand-mark,
.bagua-ring span,
.compass-core span,
.suite-card span,
.upload-symbol {
  background: rgba(255, 252, 244, 0.9);
  color: var(--cinnabar);
}

.brand-mark {
  border-color: rgba(164, 74, 63, 0.28);
  box-shadow: inset 0 0 0 0.25rem rgba(164, 74, 63, 0.05);
}

.language-switch,
.account-button,
.secondary,
.ghost-button,
.hero-trust span,
.store-button {
  background: rgba(255, 252, 244, 0.7);
  color: var(--ink);
}

.language-switch option {
  background: #fffaf0;
  color: var(--ink);
}

.nav-cta,
.primary {
  border-color: rgba(164, 74, 63, 0.35);
  background: linear-gradient(135deg, #f6ead1, #d7b56c 52%, #a94d41);
  color: #241f18;
  box-shadow: 0 0.75rem 1.7rem rgba(148, 92, 55, 0.16);
}

.nav-cta:hover,
.primary:hover,
.secondary:hover,
.ghost-button:hover,
.account-button:hover {
  transform: translateY(-1px);
  box-shadow: 0 1rem 2rem rgba(80, 70, 54, 0.14);
}

.hero {
  min-height: calc(100vh - 4.5rem);
}

.hero::before {
  position: absolute;
  right: 4vw;
  bottom: 3rem;
  width: min(44rem, 58vw);
  height: 18rem;
  content: "";
  background:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='880' height='360' viewBox='0 0 880 360'%3E%3Cg fill='none' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M40 254 C158 185 240 238 338 156 C452 62 548 126 650 72 C732 28 802 54 846 28' stroke='%2323302b' stroke-opacity='.15' stroke-width='34'/%3E%3Cpath d='M48 268 C178 226 278 258 388 206 C496 156 576 192 696 138 C772 104 820 112 858 92' stroke='%236b756b' stroke-opacity='.12' stroke-width='24'/%3E%3Cpath d='M46 296 C176 284 256 306 374 272 C504 236 592 268 714 226 C790 200 836 204 870 188' stroke='%2323302b' stroke-opacity='.08' stroke-width='18'/%3E%3C/g%3E%3C/svg%3E") center / contain no-repeat;
  opacity: 0.78;
  pointer-events: none;
}

.hero::after {
  background: linear-gradient(transparent, rgba(245, 240, 229, 0.86));
}

.eyebrow {
  color: var(--cinnabar);
}

.hero-copy h1,
.page-hero h1 {
  color: #1e2b26;
  text-shadow: 0 0.08em 0 rgba(255, 255, 255, 0.8);
}

.hero-text,
.section-head p,
.price-card li,
.logic-grid p,
.proof-grid p,
.suite-card p,
.mobile-app-copy p {
  color: var(--muted);
}

.hero-orbit {
  filter: drop-shadow(0 1.4rem 2.4rem rgba(58, 60, 52, 0.12));
}

.bagua-ring {
  border-color: rgba(44, 59, 53, 0.18);
  background:
    repeating-conic-gradient(from 8deg, rgba(54, 64, 58, 0.13) 0deg 3deg, transparent 3deg 18deg),
    radial-gradient(circle, rgba(255, 252, 244, 0.7), rgba(190, 198, 180, 0.18) 48%, transparent 49%);
  box-shadow: inset 0 0 72px rgba(86, 92, 80, 0.08), 0 0 70px rgba(123, 116, 96, 0.1);
}

.bagua-ring span {
  border: 1px solid rgba(52, 67, 60, 0.14);
}

.compass-core {
  border-color: rgba(164, 74, 63, 0.24);
  background: radial-gradient(circle, rgba(255, 252, 244, 0.86), rgba(222, 215, 194, 0.48));
}

.compass-core span:nth-child(2),
.compass-core span:nth-child(3) {
  color: var(--jade);
}

.hero-panel,
.analyzer,
.result-card,
.logic-grid article,
.price-card,
.suite-card,
.proof-grid article,
.faq-card,
.content-card,
.report-list-panel,
.report-detail-panel {
  border: 1px solid rgba(48, 62, 56, 0.14);
  background:
    linear-gradient(160deg, rgba(255, 252, 244, 0.9), rgba(245, 240, 226, 0.72)),
    var(--panel);
  box-shadow: var(--shadow);
  backdrop-filter: blur(16px);
}

.hero-panel {
  border-left: 0.35rem solid rgba(164, 74, 63, 0.54);
}

.panel-kicker,
.result-empty span {
  color: var(--cinnabar);
}

.scan-line {
  background: linear-gradient(90deg, transparent, rgba(111, 143, 122, 0.2), rgba(164, 74, 63, 0.36), transparent);
}

.score-preview strong,
.result-score strong,
.price {
  color: #1f2d28;
}

.score-preview span,
.pill {
  border-color: rgba(164, 74, 63, 0.18);
  background: rgba(164, 74, 63, 0.08);
  color: var(--cinnabar);
}

.mobile-app-section {
  background:
    linear-gradient(130deg, rgba(255, 252, 244, 0.75), rgba(224, 231, 214, 0.45));
}

.phone-mock {
  border-color: rgba(48, 62, 56, 0.16);
  background: linear-gradient(145deg, rgba(255, 252, 244, 0.9), rgba(212, 203, 181, 0.6));
  box-shadow: 0 1.4rem 3rem rgba(54, 46, 34, 0.16);
}

.phone-screen {
  background:
    linear-gradient(rgba(45, 60, 54, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(45, 60, 54, 0.05) 1px, transparent 1px),
    radial-gradient(circle at 50% 20%, rgba(164, 74, 63, 0.13), transparent 11rem),
    #fbf6ea;
  background-size: 2rem 2rem, 2rem 2rem, auto, auto;
  color: var(--ink);
}

.phone-scan {
  border-color: rgba(164, 74, 63, 0.28);
}

.upload-zone {
  border-color: rgba(48, 62, 56, 0.22);
  background:
    linear-gradient(135deg, rgba(255, 252, 244, 0.9), rgba(236, 241, 228, 0.5)),
    rgba(255, 252, 244, 0.45);
}

.upload-zone.is-dragging {
  border-color: rgba(164, 74, 63, 0.52);
  background: rgba(255, 248, 236, 0.92);
}

.preview,
.material-gate,
.warning-box,
.locked-report,
.auth-modal,
.report-list-item,
.report-detail-grid section {
  border-color: rgba(48, 62, 56, 0.14);
  background: rgba(255, 252, 244, 0.68);
}

.preview button {
  border-color: rgba(48, 62, 56, 0.18);
  background: rgba(255, 252, 244, 0.86);
  color: var(--cinnabar);
}

.preview select,
select,
input {
  border-color: rgba(48, 62, 56, 0.18);
  background: rgba(255, 252, 244, 0.86);
  color: var(--ink);
}

.field-grid label,
.checks {
  border-color: rgba(48, 62, 56, 0.14);
  background: rgba(255, 252, 244, 0.55);
}

.checks label {
  color: #34463f;
}

.bar {
  background: rgba(48, 62, 56, 0.09);
}

.bar span {
  background: linear-gradient(90deg, var(--jade), var(--gold), var(--cinnabar));
}

.consensus-box {
  border-color: rgba(111, 143, 122, 0.22);
  background: rgba(232, 240, 226, 0.44);
}

.minority,
.auth-error {
  color: #9b443b;
}

.featured-suite,
.price-card.featured {
  border-color: rgba(164, 74, 63, 0.3);
  background: linear-gradient(145deg, rgba(255, 249, 236, 0.95), rgba(235, 226, 204, 0.7));
}

.auth-backdrop {
  background: rgba(35, 42, 38, 0.28);
}

.auth-modal {
  color: var(--ink);
}

.auth-tabs button.active {
  background: rgba(164, 74, 63, 0.1);
  color: var(--cinnabar);
}

.footer {
  border-top-color: rgba(48, 62, 56, 0.12);
  background: rgba(248, 244, 234, 0.74);
}

@media (max-width: 980px) {
  .hero::before {
    right: -8rem;
    bottom: 1rem;
    width: 42rem;
    opacity: 0.45;
  }
}

/* Landscape background cleanup */
body {
  background:
    linear-gradient(90deg, rgba(248, 244, 234, 0.82), rgba(248, 244, 234, 0.28) 48%, rgba(248, 244, 234, 0.5)),
    linear-gradient(180deg, rgba(255, 255, 255, 0.2), rgba(238, 232, 217, 0.36)),
    url("assets/ink-landscape-hero.png") center top / cover fixed;
}

body::before {
  background-image:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='180' height='180' viewBox='0 0 180 180'%3E%3Cfilter id='n'%3E%3CfeTurbulence baseFrequency='.58' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='180' height='180' filter='url(%23n)' opacity='.04'/%3E%3C/svg%3E");
  background-size: 180px 180px;
  opacity: 0.45;
  mask-image: none;
}

.hero::before {
  display: none;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  background:
    radial-gradient(circle at 52% 0%, rgba(183, 75, 63, 0.18), transparent 34rem),
    linear-gradient(120deg, rgba(105, 192, 163, 0.12), transparent 34rem),
    var(--night);
  color: var(--ink);
  font-family:
    "Inter", "PingFang SC", "Microsoft YaHei", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  letter-spacing: 0;
}

body::before {
  position: fixed;
  inset: 0;
  z-index: -2;
  content: "";
  background-image:
    linear-gradient(rgba(217, 168, 74, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(217, 168, 74, 0.04) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: radial-gradient(circle at center, black, transparent 78%);
}

#starfield {
  position: fixed;
  inset: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  opacity: 0.72;
}

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

.notice-bar {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  min-height: 2.6rem;
  padding: 0.5rem 1rem;
  border-bottom: 1px solid rgba(217, 168, 74, 0.16);
  background: linear-gradient(90deg, rgba(105, 192, 163, 0.14), rgba(217, 168, 74, 0.14), rgba(183, 75, 63, 0.12));
  color: var(--muted);
  font-size: 0.9rem;
  text-align: center;
}

.notice-bar a {
  color: var(--gold);
  font-weight: 800;
  white-space: nowrap;
}

.topbar {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem clamp(1rem, 4vw, 4rem);
  border-bottom: 1px solid rgba(217, 168, 74, 0.14);
  background: rgba(7, 7, 6, 0.72);
  backdrop-filter: blur(18px);
}

.brand,
.nav,
.top-actions,
.hero-actions,
.score-preview,
.footer {
  display: flex;
  align-items: center;
}

.brand {
  gap: 0.7rem;
  font-weight: 700;
}

.brand-mark {
  display: grid;
  width: 2.4rem;
  height: 2.4rem;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(217, 168, 74, 0.28), rgba(105, 192, 163, 0.08));
  color: var(--gold);
}

.nav {
  gap: clamp(1rem, 3vw, 2.5rem);
  color: var(--muted);
  font-size: 0.94rem;
}

.nav a:hover,
.footer a:hover {
  color: var(--gold);
}

.nav-cta,
.primary,
.secondary,
.account-button,
.ghost-button {
  display: inline-flex;
  min-height: 2.75rem;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 0 1.15rem;
  font: inherit;
  cursor: pointer;
}

.top-actions {
  gap: 0.65rem;
}

.language-switch {
  display: inline-flex;
  min-height: 2.75rem;
  align-items: center;
  gap: 0.35rem;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 0 0.45rem 0 0.75rem;
  background: rgba(248, 238, 217, 0.04);
  color: var(--ink);
}

.language-switch select {
  width: auto;
  min-height: 2.1rem;
  margin: 0;
  border: 0;
  border-radius: 999px;
  padding: 0 0.45rem;
  background: transparent;
  color: var(--ink);
  font: inherit;
  cursor: pointer;
}

.language-switch option {
  background: #15110d;
  color: var(--ink);
}

.account-button {
  background: rgba(248, 238, 217, 0.04);
  color: var(--ink);
}

.nav-cta,
.primary {
  border-color: rgba(217, 168, 74, 0.55);
  background: linear-gradient(135deg, #e2b85c, #9f382f);
  color: #160f08;
  font-weight: 800;
  box-shadow: 0 10px 28px rgba(183, 75, 63, 0.24);
}

.secondary,
.account-button,
.ghost-button {
  background: rgba(248, 238, 217, 0.04);
  color: var(--ink);
}

.hero {
  position: relative;
  display: grid;
  min-height: calc(100vh - 5rem);
  grid-template-columns: minmax(17rem, 0.78fr) minmax(22rem, 1.22fr);
  gap: clamp(1rem, 4vw, 4rem);
  align-items: center;
  padding: clamp(3rem, 8vw, 7rem) clamp(1rem, 5vw, 5rem);
  overflow: hidden;
}

.hero::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 8rem;
  content: "";
  background: linear-gradient(transparent, var(--night));
  pointer-events: none;
}

.hero-orbit {
  position: relative;
  aspect-ratio: 1;
  min-width: 16rem;
}

.bagua-ring {
  position: absolute;
  inset: 0;
  border: 1px solid var(--line);
  border-radius: 50%;
  animation: rotate 42s linear infinite;
  background:
    repeating-conic-gradient(from 8deg, rgba(217, 168, 74, 0.2) 0deg 3deg, transparent 3deg 18deg),
    radial-gradient(circle, rgba(105, 192, 163, 0.08), rgba(183, 75, 63, 0.06) 48%, transparent 49%);
  box-shadow: inset 0 0 80px rgba(217, 168, 74, 0.08), 0 0 90px rgba(105, 192, 163, 0.08);
}

.bagua-ring span {
  position: absolute;
  display: grid;
  width: 2.4rem;
  height: 2.4rem;
  place-items: center;
  border-radius: 50%;
  background: rgba(7, 7, 6, 0.9);
  color: var(--gold);
}

.bagua-ring span:nth-child(1) { top: -1.2rem; left: calc(50% - 1.2rem); }
.bagua-ring span:nth-child(2) { top: 12%; right: 12%; }
.bagua-ring span:nth-child(3) { top: calc(50% - 1.2rem); right: -1.2rem; }
.bagua-ring span:nth-child(4) { right: 12%; bottom: 12%; }
.bagua-ring span:nth-child(5) { bottom: -1.2rem; left: calc(50% - 1.2rem); }
.bagua-ring span:nth-child(6) { bottom: 12%; left: 12%; }
.bagua-ring span:nth-child(7) { top: calc(50% - 1.2rem); left: -1.2rem; }
.bagua-ring span:nth-child(8) { top: 12%; left: 12%; }

.compass-core {
  position: absolute;
  inset: 28%;
  display: grid;
  place-items: center;
  border: 1px solid rgba(217, 168, 74, 0.48);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(248, 238, 217, 0.14), rgba(7, 7, 6, 0.86));
}

.compass-core span {
  position: absolute;
  font-size: clamp(2rem, 5vw, 4.5rem);
  font-weight: 900;
  color: rgba(248, 238, 217, 0.92);
}

.compass-core span:nth-child(1) { transform: translateY(-58%); }
.compass-core span:nth-child(2) { transform: translate(-42%, 34%); color: rgba(105, 192, 163, 0.9); }
.compass-core span:nth-child(3) { transform: translate(42%, 34%); color: rgba(217, 168, 74, 0.95); }

.hero-copy {
  position: relative;
  z-index: 1;
}

.eyebrow {
  margin: 0 0 0.8rem;
  color: var(--gold);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

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

h1 {
  margin-bottom: 1.1rem;
  font-size: clamp(4rem, 10vw, 8.5rem);
  line-height: 0.86;
}

h2 {
  margin-bottom: 0.8rem;
  font-size: clamp(2rem, 5vw, 4rem);
  line-height: 1;
}

h3 {
  font-size: 1.12rem;
}

.hero-text,
.section-head p,
.price-card li,
.logic-grid p,
.result-empty p,
.footer {
  color: var(--muted);
  line-height: 1.75;
}

.hero-actions {
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-top: 2rem;
}

.mobile-app-section {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(18rem, 0.85fr);
  align-items: center;
  gap: clamp(2rem, 5vw, 5rem);
  padding: clamp(3rem, 7vw, 6rem) clamp(1rem, 5vw, 5rem);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background:
    radial-gradient(circle at 82% 18%, rgba(217, 168, 74, 0.16), transparent 28rem),
    rgba(11, 12, 16, 0.42);
}

.mobile-app-copy {
  max-width: 48rem;
}

.mobile-app-copy h2 {
  max-width: 42rem;
  margin: 0.3rem 0 1rem;
  font-size: clamp(2.4rem, 6vw, 5rem);
}

.mobile-app-copy p {
  color: var(--muted);
  font-size: 1.05rem;
  line-height: 1.85;
}

.app-store-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-top: 1.6rem;
}

.store-button {
  display: inline-flex;
  min-height: 3.2rem;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(217, 168, 74, 0.42);
  border-radius: 999px;
  padding: 0 1.15rem;
  color: var(--text);
  background: rgba(248, 238, 217, 0.06);
  box-shadow: 0 0.8rem 2rem rgba(0, 0, 0, 0.18);
}

.store-button:hover {
  border-color: rgba(217, 168, 74, 0.72);
  color: var(--gold);
}

.phone-mock {
  justify-self: center;
  width: min(19rem, 76vw);
  aspect-ratio: 9 / 18;
  border: 1px solid rgba(217, 168, 74, 0.36);
  border-radius: 2rem;
  padding: 0.75rem;
  background: linear-gradient(145deg, rgba(248, 238, 217, 0.13), rgba(14, 17, 22, 0.92));
  box-shadow: 0 1.4rem 4rem rgba(0, 0, 0, 0.42);
}

.phone-screen {
  position: relative;
  height: 100%;
  overflow: hidden;
  border-radius: 1.45rem;
  padding: 1.2rem;
  background:
    linear-gradient(rgba(217, 168, 74, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(217, 168, 74, 0.08) 1px, transparent 1px),
    radial-gradient(circle at 50% 20%, rgba(217, 168, 74, 0.22), transparent 11rem),
    #090b0e;
  background-size: 2rem 2rem, 2rem 2rem, auto, auto;
}

.phone-dot {
  display: block;
  width: 3rem;
  height: 0.35rem;
  margin: 0 auto 1.8rem;
  border-radius: 999px;
  background: rgba(248, 238, 217, 0.22);
}

.phone-screen strong,
.phone-screen p,
.phone-screen em {
  position: relative;
  z-index: 1;
}

.phone-screen strong {
  display: block;
  font-size: 1.25rem;
}

.phone-screen p {
  margin-top: 12.4rem;
  color: var(--muted);
}

.phone-screen em {
  display: inline-block;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 0.35rem 0.65rem;
  color: var(--gold);
  font-style: normal;
}

.phone-scan {
  position: absolute;
  inset: 5.5rem 1.2rem auto;
  height: 10rem;
  border: 1px solid rgba(217, 168, 74, 0.45);
  border-radius: 0.9rem;
}

.phone-scan::before,
.phone-scan::after {
  position: absolute;
  content: "";
  background: rgba(217, 168, 74, 0.55);
}

.phone-scan::before {
  top: 52%;
  right: 0.9rem;
  left: 0.9rem;
  height: 1px;
}

.phone-scan::after {
  top: 0.9rem;
  bottom: 0.9rem;
  left: 45%;
  width: 1px;
}

.hero-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin-top: 1rem;
}

.hero-trust span {
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 0.35rem 0.7rem;
  background: rgba(248, 238, 217, 0.04);
  color: var(--muted);
  font-size: 0.84rem;
}

.hero-panel,
.analyzer,
.result-card,
.logic-grid article,
.price-card,
.suite-card,
.proof-grid article,
.testimonial-grid article,
.faq-list details {
  border: 1px solid var(--line);
  background: var(--panel);
  box-shadow: var(--shadow);
  backdrop-filter: blur(20px);
}

.hero-panel {
  position: relative;
  z-index: 1;
  grid-column: 2;
  justify-self: start;
  width: min(100%, 42rem);
  overflow: hidden;
  border-radius: 1.25rem;
  padding: 1.4rem;
}

.hero-panel ul {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.6rem;
  padding-left: 0;
  list-style: none;
}

.scan-line {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--jade), var(--gold), transparent);
  animation: scan 3s ease-in-out infinite;
}

.panel-kicker {
  color: var(--jade);
  font-weight: 800;
}

.score-preview {
  justify-content: space-between;
  border-bottom: 1px solid var(--line);
  margin-bottom: 1rem;
  padding-bottom: 1rem;
}

.score-preview strong {
  font-size: 4.6rem;
  line-height: 1;
}

.score-preview span {
  display: grid;
  width: 4rem;
  height: 4rem;
  place-items: center;
  border: 1px solid rgba(105, 192, 163, 0.45);
  border-radius: 50%;
  color: var(--jade);
  font-weight: 900;
}

.hero-panel ul,
.price-card ul,
.result-card ul {
  margin: 0;
  padding-left: 1.1rem;
  color: var(--muted);
  line-height: 1.8;
}

.workflow,
.product-suite,
.logic,
.proof,
.testimonials,
.faq,
.report {
  padding: clamp(3rem, 7vw, 6rem) clamp(1rem, 5vw, 5rem);
}

.section-head {
  max-width: 56rem;
  margin-bottom: 2rem;
}

.analysis-grid {
  display: grid;
  grid-template-columns: minmax(18rem, 1.08fr) minmax(18rem, 0.92fr);
  gap: 1.2rem;
  align-items: start;
}

.analyzer,
.result-card {
  border-radius: 1.25rem;
  padding: clamp(1rem, 3vw, 1.5rem);
}

.upload-zone {
  position: relative;
  display: grid;
  min-height: 17rem;
  place-items: center;
  border: 1px dashed rgba(217, 168, 74, 0.45);
  border-radius: 1rem;
  padding: 2rem;
  text-align: center;
  background:
    radial-gradient(circle at center, rgba(105, 192, 163, 0.1), transparent 55%),
    rgba(248, 238, 217, 0.03);
}

.upload-zone input {
  position: absolute;
  inset: 0;
  cursor: pointer;
  opacity: 0;
}

.upload-symbol {
  display: grid;
  width: 4rem;
  height: 4rem;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 50%;
  color: var(--gold);
  font-size: 2rem;
}

.upload-zone p {
  max-width: 31rem;
  color: var(--muted);
  line-height: 1.7;
}

.preview-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0.65rem;
  margin: 1rem 0;
}

.preview {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 0.75rem;
  background: rgba(248, 238, 217, 0.05);
}

.preview button {
  position: absolute;
  top: 0.35rem;
  right: 0.35rem;
  display: grid;
  width: 1.75rem;
  height: 1.75rem;
  place-items: center;
  border: 1px solid rgba(248, 238, 217, 0.35);
  border-radius: 50%;
  background: rgba(7, 7, 6, 0.72);
  color: var(--ink);
  cursor: pointer;
}

.preview img {
  width: 100%;
  aspect-ratio: 1;
  height: auto;
  object-fit: cover;
}

.preview span {
  position: absolute;
  right: 0.35rem;
  bottom: 3.1rem;
  border-radius: 999px;
  padding: 0.12rem 0.45rem;
  background: rgba(7, 7, 6, 0.72);
  color: var(--gold);
  font-size: 0.75rem;
}

.preview select {
  width: calc(100% - 0.7rem);
  min-height: 2.25rem;
  margin: 0.35rem;
  border-radius: 0.55rem;
  font-size: 0.78rem;
}

.material-gate {
  border: 1px solid rgba(217, 168, 74, 0.28);
  border-radius: 0.9rem;
  margin-bottom: 1rem;
  padding: 0.8rem 1rem;
  background: rgba(248, 238, 217, 0.035);
}

.material-gate label {
  display: flex;
  gap: 0.55rem;
  align-items: flex-start;
  line-height: 1.6;
}

.field-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.9rem;
}

label,
legend {
  color: var(--muted);
  font-size: 0.9rem;
}

select {
  width: 100%;
  min-height: 2.75rem;
  margin-top: 0.45rem;
  border: 1px solid var(--line);
  border-radius: 0.75rem;
  padding: 0 0.8rem;
  background: rgba(7, 7, 6, 0.75);
  color: var(--ink);
}

.checks {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.7rem 1rem;
  margin: 1rem 0;
  border: 1px solid var(--line);
  border-radius: 1rem;
  padding: 1rem;
}

.checks legend {
  padding: 0 0.4rem;
  color: var(--gold);
  font-weight: 800;
}

.checks label {
  display: flex;
  gap: 0.55rem;
  align-items: center;
}

input[type="checkbox"] {
  accent-color: var(--gold);
}

.wide {
  width: 100%;
}

.result-card {
  position: sticky;
  top: 6rem;
  min-height: 32rem;
}

.result-empty {
  display: grid;
  min-height: 28rem;
  place-items: center;
  text-align: center;
}

.result-empty span {
  display: grid;
  width: 8rem;
  height: 8rem;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 50%;
  color: var(--gold);
  font-weight: 900;
}

.result-top {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1rem;
  align-items: center;
  margin-bottom: 1rem;
}

.result-score {
  display: grid;
  width: 7.4rem;
  height: 7.4rem;
  place-items: center;
  border: 1px solid rgba(217, 168, 74, 0.45);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(217, 168, 74, 0.17), rgba(7, 7, 6, 0.72));
}

.result-score strong {
  font-size: 2.8rem;
}

.pill-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.pill {
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 0.35rem 0.65rem;
  color: var(--muted);
  font-size: 0.82rem;
}

.metric {
  margin: 1rem 0;
}

.metric-head {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.35rem;
  color: var(--muted);
  font-size: 0.9rem;
}

.bar {
  overflow: hidden;
  height: 0.52rem;
  border-radius: 999px;
  background: rgba(248, 238, 217, 0.09);
}

.bar span {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--cinnabar), var(--gold), var(--jade));
}

.locked-report {
  margin-top: 1rem;
  border: 1px solid rgba(105, 192, 163, 0.3);
  border-radius: 1rem;
  padding: 1rem;
  background: rgba(105, 192, 163, 0.06);
}

.consensus-box {
  margin: 1rem 0;
  border: 1px solid rgba(217, 168, 74, 0.28);
  border-radius: 1rem;
  padding: 1rem;
  background: rgba(217, 168, 74, 0.05);
}

.minority {
  margin-bottom: 0.8rem;
  color: #ffcc9a;
  line-height: 1.6;
}

.vote-list {
  display: grid;
  gap: 0.55rem;
}

.vote-row {
  display: grid;
  grid-template-columns: 5.5rem 2.5rem 1fr;
  gap: 0.55rem;
  align-items: center;
  border-bottom: 1px solid rgba(217, 168, 74, 0.12);
  padding-bottom: 0.55rem;
}

.vote-row span {
  color: var(--ink);
  font-weight: 800;
}

.vote-row strong {
  color: var(--gold);
}

.vote-row small {
  color: var(--muted);
  line-height: 1.45;
}

.warning-box {
  margin-top: 0.9rem;
  border: 1px solid rgba(183, 75, 63, 0.36);
  border-radius: 0.8rem;
  padding: 0.8rem;
  background: rgba(183, 75, 63, 0.08);
  color: #ffd9c8;
}

.warning-box ul {
  margin-top: 0.45rem;
}

.logic-grid,
.pricing-grid,
.suite-grid,
.proof-grid,
.testimonial-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}

.logic-grid article,
.price-card,
.suite-card,
.proof-grid article,
.testimonial-grid article {
  min-height: 15rem;
  border-radius: 1rem;
  padding: 1.3rem;
}

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

.suite-card {
  position: relative;
  overflow: hidden;
}

.suite-card span {
  display: inline-grid;
  width: 3.2rem;
  height: 3.2rem;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 50%;
  color: var(--gold);
  font-weight: 900;
}

.suite-card p,
.proof-grid p,
.testimonial-grid p,
.faq-list p {
  color: var(--muted);
  line-height: 1.75;
}

.suite-card a {
  color: var(--gold);
  font-weight: 800;
}

.featured-suite {
  border-color: rgba(217, 168, 74, 0.55);
  background: linear-gradient(145deg, rgba(217, 168, 74, 0.14), rgba(25, 21, 17, 0.86));
}

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

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

.testimonial-grid article {
  min-height: 13rem;
}

.testimonial-grid strong {
  color: var(--gold);
}

.faq-list {
  display: grid;
  gap: 0.8rem;
  max-width: 58rem;
}

.faq-list details {
  border-radius: 1rem;
  padding: 1rem 1.2rem;
}

.faq-list summary {
  color: var(--ink);
  cursor: pointer;
  font-weight: 800;
}

.faq-list p {
  margin-top: 0.8rem;
  margin-bottom: 0;
}

.logic-grid span {
  color: var(--gold);
  font-size: 2.4rem;
  font-weight: 900;
}

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

.price-card.featured {
  border-color: rgba(217, 168, 74, 0.62);
  background: linear-gradient(145deg, rgba(217, 168, 74, 0.16), rgba(25, 21, 17, 0.86));
}

.price {
  color: var(--gold);
  font-size: 2.4rem;
  font-weight: 900;
}

.checkout-button {
  margin-top: 1rem;
}

.auth-dialog {
  width: min(92vw, 30rem);
  border: 1px solid var(--line);
  border-radius: 1.25rem;
  padding: 0;
  background: rgba(16, 13, 10, 0.96);
  color: var(--ink);
  box-shadow: var(--shadow);
}

.auth-dialog::backdrop {
  background: rgba(0, 0, 0, 0.68);
  backdrop-filter: blur(8px);
}

.auth-box {
  position: relative;
  display: grid;
  gap: 0.9rem;
  padding: 1.5rem;
}

.auth-box h2 {
  margin-bottom: 0;
  font-size: 2.1rem;
}

.auth-note,
.form-message {
  margin: 0;
  color: var(--muted);
  line-height: 1.6;
}

.close-button {
  position: absolute;
  top: 0.9rem;
  right: 0.9rem;
  display: grid;
  width: 2rem;
  height: 2rem;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: rgba(248, 238, 217, 0.04);
  color: var(--ink);
  cursor: pointer;
}

.auth-tabs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 0.2rem;
}

.auth-tabs button {
  min-height: 2.4rem;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: var(--muted);
  cursor: pointer;
}

.auth-tabs button.active {
  background: rgba(217, 168, 74, 0.18);
  color: var(--gold);
}

.auth-box input {
  width: 100%;
  min-height: 2.75rem;
  margin-top: 0.45rem;
  border: 1px solid var(--line);
  border-radius: 0.75rem;
  padding: 0 0.8rem;
  background: rgba(7, 7, 6, 0.75);
  color: var(--ink);
}

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

.form-message.success {
  color: var(--jade);
}

.footer {
  justify-content: space-between;
  gap: 1rem;
  padding: 2rem clamp(1rem, 5vw, 5rem);
  border-top: 1px solid var(--line);
}

.footer > div {
  max-width: 42rem;
}

.footer-links,
.media-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem 1rem;
}

.footer-links {
  justify-content: flex-end;
}

.media-links {
  margin-top: 0.7rem;
}

.media-links a,
.footer-links a {
  color: var(--muted);
}

.media-links a {
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 0.35rem 0.7rem;
  background: rgba(248, 238, 217, 0.03);
}

.content-page {
  padding: clamp(3rem, 7vw, 6rem) clamp(1rem, 5vw, 5rem);
}

.page-hero {
  max-width: 62rem;
  margin: 0 auto clamp(2rem, 5vw, 4rem);
  padding-top: clamp(1rem, 4vw, 3rem);
}

.page-hero h1 {
  font-size: clamp(3.5rem, 9vw, 7.5rem);
}

.page-hero p {
  max-width: 48rem;
  color: var(--muted);
  line-height: 1.8;
}

.content-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  max-width: 72rem;
  margin: 0 auto;
}

.content-grid article,
.legal-copy {
  border: 1px solid var(--line);
  border-radius: 1rem;
  background: var(--panel);
  box-shadow: var(--shadow);
  backdrop-filter: blur(20px);
}

.content-grid article {
  min-height: 13rem;
  padding: 1.4rem;
}

.content-grid p,
.legal-copy p {
  color: var(--muted);
  line-height: 1.8;
}

.legal-copy {
  max-width: 56rem;
  margin: 0 auto;
  padding: clamp(1.2rem, 3vw, 2rem);
}

.legal-copy h2 {
  margin-top: 1.8rem;
  font-size: 1.3rem;
}

.legal-copy h2:first-child {
  margin-top: 0;
}

.legal-copy a {
  color: var(--gold);
  text-decoration: underline;
  text-underline-offset: 0.18em;
}

.report-center {
  max-width: 88rem;
  margin: 0 auto;
}

.report-dashboard {
  display: grid;
  grid-template-columns: minmax(18rem, 24rem) minmax(0, 1fr);
  gap: 1rem;
}

.report-list-panel,
.report-detail-panel {
  border: 1px solid var(--line);
  border-radius: 1rem;
  background: var(--panel);
  box-shadow: var(--shadow);
  backdrop-filter: blur(20px);
}

.report-list-panel {
  padding: 1rem;
}

.report-detail-panel {
  min-height: 30rem;
  padding: clamp(1rem, 3vw, 1.6rem);
}

.report-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1rem;
}

.report-toolbar h2,
.report-detail-head h2 {
  margin: 0;
}

.report-list {
  display: grid;
  gap: 0.65rem;
}

.report-list-item {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 0.8rem;
  padding: 0.85rem;
  color: var(--text);
  text-align: left;
  background: rgba(248, 238, 217, 0.04);
  cursor: pointer;
}

.report-list-item:hover {
  border-color: rgba(217, 168, 74, 0.55);
  background: rgba(217, 168, 74, 0.08);
}

.report-list-item span,
.report-list-item small,
.report-list-item em {
  display: block;
}

.report-list-item small,
.report-list-item em,
.muted {
  color: var(--muted);
}

.report-list-item em {
  margin-top: 0.4rem;
  font-style: normal;
}

.report-detail-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  margin: 1.2rem 0;
}

.report-detail-grid section {
  border: 1px solid var(--line);
  border-radius: 0.85rem;
  padding: 1rem;
  background: rgba(248, 238, 217, 0.035);
}

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

@keyframes scan {
  0%, 100% { transform: translateX(-100%); }
  50% { transform: translateX(100%); }
}

@media (max-width: 1050px) {
  .hero {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .hero-panel {
    grid-column: auto;
    justify-self: stretch;
  }

  .hero-panel ul {
    grid-template-columns: 1fr;
  }

  .hero-orbit {
    width: min(70vw, 28rem);
    justify-self: center;
  }

  .analysis-grid,
  .logic-grid,
  .pricing-grid,
  .suite-grid,
  .proof-grid,
  .testimonial-grid,
  .mobile-app-section {
    grid-template-columns: 1fr 1fr;
  }

  .result-card {
    position: static;
  }
}

@media (max-width: 720px) {
  .nav {
    display: none;
  }

  .account-button {
    width: auto;
    overflow: hidden;
    padding: 0 0.8rem;
    white-space: nowrap;
  }

  .language-switch {
    min-height: 2.4rem;
    padding-left: 0.55rem;
  }

  .language-switch select {
    max-width: 6.9rem;
    min-height: 2rem;
    font-size: 0.85rem;
  }

  .topbar {
    padding: 0.8rem 1rem;
  }

  .nav-cta {
    min-height: 2.4rem;
    padding: 0 0.8rem;
  }

  .hero,
  .workflow,
  .product-suite,
  .logic,
  .proof,
  .testimonials,
  .faq,
  .report {
    padding-right: 1rem;
    padding-left: 1rem;
  }

  .hero-orbit {
    width: min(84vw, 22rem);
  }

  .analysis-grid,
  .logic-grid,
  .pricing-grid,
  .suite-grid,
  .proof-grid,
  .testimonial-grid,
  .mobile-app-section,
  .field-grid,
  .checks {
    grid-template-columns: 1fr;
  }

  .phone-mock {
    order: -1;
  }

  .notice-bar {
    display: block;
  }

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

  .vote-row {
    grid-template-columns: 1fr 2.5rem;
  }

  .vote-row small {
    grid-column: 1 / -1;
  }

  .footer {
    display: block;
  }

  .footer-links {
    justify-content: flex-start;
    margin-top: 1rem;
  }

  .content-grid {
    grid-template-columns: 1fr;
  }

  .report-dashboard,
  .report-detail-grid {
    grid-template-columns: 1fr;
  }
}

/* Final ink wash overrides */
:root {
  color-scheme: light;
  --ink: #24302c;
  --muted: #64736b;
  --gold: #b78a3d;
  --jade: #6f8f7a;
  --cinnabar: #a44a3f;
  --night: #f5f0e5;
  --panel: rgba(255, 252, 244, 0.82);
  --line: rgba(56, 70, 63, 0.16);
  --shadow: 0 22px 52px rgba(54, 46, 34, 0.14);
}

body {
  background:
    linear-gradient(90deg, rgba(248, 244, 234, 0.92), rgba(248, 244, 234, 0.44) 46%, rgba(248, 244, 234, 0.68)),
    linear-gradient(180deg, rgba(255, 255, 255, 0.36), rgba(238, 232, 217, 0.54)),
    url("assets/ink-landscape-hero.png") center top / cover fixed;
  color: var(--ink);
}

body::before {
  background-image:
    linear-gradient(rgba(60, 70, 63, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(60, 70, 63, 0.03) 1px, transparent 1px),
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160' viewBox='0 0 160 160'%3E%3Cfilter id='n'%3E%3CfeTurbulence baseFrequency='.72' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='160' height='160' filter='url(%23n)' opacity='.055'/%3E%3C/svg%3E");
  background-size: 72px 72px, 72px 72px, 160px 160px;
  mask-image: none;
}

#starfield {
  opacity: 0;
  pointer-events: none;
}

.notice-bar,
.topbar,
.footer {
  border-color: rgba(52, 67, 60, 0.12);
  background: rgba(248, 244, 234, 0.78);
  color: var(--muted);
}

.topbar {
  box-shadow: 0 0.8rem 2rem rgba(48, 54, 47, 0.06);
}

.brand,
.hero-copy h1,
.page-hero h1,
.score-preview strong,
.result-score strong,
.price {
  color: #1e2b26;
}

.notice-bar a,
.nav a:hover,
.footer a:hover,
.eyebrow,
.panel-kicker,
.result-empty span,
.suite-card a,
.store-button:hover {
  color: var(--cinnabar);
}

.language-switch,
.account-button,
.secondary,
.ghost-button,
.hero-trust span,
.store-button,
.preview,
.material-gate,
.warning-box,
.locked-report,
.auth-dialog,
.auth-modal,
.report-list-item,
.report-detail-grid section {
  background: rgba(255, 252, 244, 0.72);
  color: var(--ink);
}

.language-switch option {
  background: #fffaf0;
  color: var(--ink);
}

.nav-cta,
.primary {
  border-color: rgba(164, 74, 63, 0.35);
  background: linear-gradient(135deg, #f6ead1, #d7b56c 52%, #a94d41);
  color: #241f18;
  box-shadow: 0 0.75rem 1.7rem rgba(148, 92, 55, 0.16);
}

.hero::before {
  position: absolute;
  right: 0;
  bottom: 1.5rem;
  width: min(58rem, 68vw);
  height: 26rem;
  content: "";
  background:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1100' height='520' viewBox='0 0 1100 520'%3E%3Cdefs%3E%3Cfilter id='blur'%3E%3CfeGaussianBlur stdDeviation='5'/%3E%3C/filter%3E%3C/defs%3E%3Cg fill='none' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M34 310 C148 236 230 292 330 190 C435 82 535 150 640 82 C760 4 868 72 1060 28' stroke='%2324302c' stroke-opacity='.16' stroke-width='42' filter='url(%23blur)'/%3E%3Cpath d='M36 354 C190 296 286 340 420 260 C558 178 664 232 795 158 C904 96 996 128 1090 78' stroke='%236f8f7a' stroke-opacity='.15' stroke-width='28'/%3E%3Cpath d='M58 412 C198 374 330 414 486 368 C646 320 760 350 914 310 C1015 284 1060 288 1098 268' stroke='%2324302c' stroke-opacity='.08' stroke-width='16'/%3E%3Cpath d='M0 446 C170 424 310 456 470 428 C632 400 780 430 940 402 C1028 386 1076 390 1100 378' stroke='%23b78a3d' stroke-opacity='.12' stroke-width='6'/%3E%3Cpath d='M176 188 C210 174 240 180 270 158 M235 214 C274 198 310 206 344 182 M742 190 C780 172 812 180 852 154' stroke='%23a44a3f' stroke-opacity='.13' stroke-width='5'/%3E%3C/g%3E%3C/svg%3E") center / contain no-repeat;
  opacity: 0.86;
  pointer-events: none;
}

.hero::after {
  background: linear-gradient(transparent, rgba(245, 240, 229, 0.86));
}

.bagua-ring {
  border-color: rgba(44, 59, 53, 0.18);
  background:
    repeating-conic-gradient(from 8deg, rgba(54, 64, 58, 0.13) 0deg 3deg, transparent 3deg 18deg),
    radial-gradient(circle, rgba(255, 252, 244, 0.7), rgba(190, 198, 180, 0.18) 48%, transparent 49%);
  box-shadow: inset 0 0 72px rgba(86, 92, 80, 0.08), 0 0 70px rgba(123, 116, 96, 0.1);
}

.brand-mark,
.bagua-ring span,
.compass-core span,
.suite-card span,
.upload-symbol {
  border-color: rgba(164, 74, 63, 0.18);
  background: rgba(255, 252, 244, 0.9);
  color: var(--cinnabar);
}

.compass-core,
.result-score {
  border-color: rgba(164, 74, 63, 0.24);
  background: radial-gradient(circle, rgba(255, 252, 244, 0.86), rgba(222, 215, 194, 0.48));
}

.hero-panel,
.analyzer,
.result-card,
.logic-grid article,
.price-card,
.suite-card,
.proof-grid article,
.testimonial-grid article,
.faq-list details,
.content-grid article,
.legal-copy,
.report-list-panel,
.report-detail-panel {
  border: 1px solid rgba(48, 62, 56, 0.14);
  background:
    linear-gradient(160deg, rgba(255, 252, 244, 0.9), rgba(245, 240, 226, 0.72)),
    var(--panel);
  box-shadow: var(--shadow);
}

.hero-panel {
  border-left: 0.35rem solid rgba(164, 74, 63, 0.54);
}

.mobile-app-section,
.upload-zone {
  background: linear-gradient(130deg, rgba(255, 252, 244, 0.75), rgba(224, 231, 214, 0.45));
}

.phone-mock {
  border-color: rgba(48, 62, 56, 0.16);
  background: linear-gradient(145deg, rgba(255, 252, 244, 0.9), rgba(212, 203, 181, 0.6));
  box-shadow: 0 1.4rem 3rem rgba(54, 46, 34, 0.16);
}

.phone-screen,
select,
input,
.auth-box input {
  background: rgba(255, 252, 244, 0.86);
  color: var(--ink);
}

.upload-zone {
  border-color: rgba(48, 62, 56, 0.22);
}

.field-grid label,
.checks,
.consensus-box {
  border-color: rgba(48, 62, 56, 0.14);
  background: rgba(255, 252, 244, 0.55);
}

.bar {
  background: rgba(48, 62, 56, 0.09);
}

.bar span {
  background: linear-gradient(90deg, var(--jade), var(--gold), var(--cinnabar));
}

.minority,
.auth-error,
.form-message.error {
  color: #9b443b;
}

@media (max-width: 980px) {
  .hero::before {
    right: -8rem;
    bottom: 1rem;
    width: 42rem;
    opacity: 0.45;
  }
}
