:root {
  --brand: #e62a6d;
  --coral: #fe685c;
  --cream: #faf7f5;
  --ink: #15110f;
  --muted: #6f6662;
  --line: #e6ded9;
  --paper: #ffffff;
  --soft-pink: #fff0f4;
  --soft-coral: #fff1ed;
  --success: #176b4d;
  --warning: #9a4f08;
  --gradient: linear-gradient(135deg, var(--brand), var(--coral));
  --shadow-sm: 0 8px 24px rgba(53, 34, 30, 0.08);
  --shadow-lg: 0 28px 70px rgba(53, 34, 30, 0.15);
  --radius-sm: 12px;
  --radius-md: 20px;
  --radius-lg: 30px;
  --shell: 1160px;
}

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

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

html[data-lang="zh"] .lang-en,
html[data-lang="en"] .lang-zh {
  display: none !important;
}

body {
  margin: 0;
  min-width: 320px;
  color: var(--ink);
  background: var(--cream);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", "Noto Sans TC", "PingFang TC", "Microsoft JhengHei", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body::selection {
  color: var(--ink);
  background: #ffd2dd;
}

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

a {
  color: inherit;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.18em;
}

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

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

:focus-visible {
  outline: 3px solid #2676d9;
  outline-offset: 3px;
}

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

h1,
h2,
h3 {
  line-height: 1.12;
  letter-spacing: -0.035em;
}

h1 {
  margin-bottom: 24px;
  font-size: clamp(2.7rem, 7vw, 5.5rem);
  font-weight: 780;
}

h2 {
  margin-bottom: 20px;
  font-size: clamp(2rem, 4.5vw, 3.55rem);
  font-weight: 760;
}

h3 {
  font-size: 1.25rem;
}

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

.narrow {
  max-width: 780px;
  margin-inline: auto;
}

.center {
  text-align: center;
}

.section-pad {
  padding-block: clamp(76px, 10vw, 132px);
}

.skip-link {
  position: fixed;
  z-index: 1000;
  top: 12px;
  left: 12px;
  padding: 10px 14px;
  border-radius: 8px;
  color: #fff;
  background: var(--ink);
  transform: translateY(-160%);
}

.skip-link:focus {
  transform: translateY(0);
}

.site-header {
  position: sticky;
  z-index: 100;
  top: 0;
  border-bottom: 1px solid rgba(230, 222, 217, 0.8);
  background: rgba(250, 247, 245, 0.92);
  backdrop-filter: blur(18px);
}

.header-inner {
  display: flex;
  min-height: 72px;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
}

.brand-mark {
  width: 36px;
  height: 36px;
  flex: 0 0 auto;
}

.brand-type {
  display: grid;
  line-height: 1;
}

.brand-type strong {
  font-size: 1rem;
  letter-spacing: 0.18em;
}

.brand-type small {
  margin-top: 5px;
  color: var(--muted);
  font-size: 0.52rem;
  font-weight: 700;
  letter-spacing: 0.16em;
}

.desktop-nav {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-left: auto;
}

.desktop-nav a,
.footer-links a {
  color: var(--muted);
  font-size: 0.92rem;
  font-weight: 650;
  text-decoration: none;
}

.desktop-nav a:hover,
.footer-links a:hover {
  color: var(--brand);
}

.language-toggle {
  min-width: 52px;
  min-height: 40px;
  padding: 7px 12px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--ink);
  background: var(--paper);
  font-size: 0.85rem;
  font-weight: 750;
  cursor: pointer;
}

.language-toggle:hover {
  border-color: var(--brand);
}

.hero {
  position: relative;
  overflow: hidden;
  padding-top: clamp(60px, 8vw, 108px);
}

.hero::before {
  position: absolute;
  top: -230px;
  right: -200px;
  width: 600px;
  height: 600px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(254, 104, 92, 0.18), rgba(230, 42, 109, 0.02) 62%, transparent 70%);
  content: "";
  pointer-events: none;
}

.hero-grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(350px, 0.72fr);
  align-items: center;
  gap: clamp(50px, 8vw, 100px);
}

.eyebrow,
.section-kicker {
  margin-bottom: 18px;
  color: var(--brand);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 8px 12px;
  border: 1px solid #f2cad6;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.74);
}

.status-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--brand);
  box-shadow: 0 0 0 4px rgba(230, 42, 109, 0.12);
}

.hero h1 em {
  color: var(--brand);
  font-style: normal;
  -webkit-text-fill-color: transparent;
  background: var(--gradient);
  -webkit-background-clip: text;
  background-clip: text;
}

.hero-lede,
.section-lede {
  color: var(--muted);
  font-size: clamp(1.06rem, 2vw, 1.23rem);
  line-height: 1.75;
}

.hero-lede {
  max-width: 660px;
  margin-bottom: 32px;
}

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

.button {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 13px 20px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 0.96rem;
  font-weight: 750;
  line-height: 1.25;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease, background 160ms ease;
}

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

.button-primary {
  color: #fff;
  background: var(--ink);
  box-shadow: 0 12px 26px rgba(21, 17, 15, 0.18);
}

.button-primary:hover {
  background: #302723;
  box-shadow: 0 14px 30px rgba(21, 17, 15, 0.25);
}

.button-primary > span:last-child[aria-hidden="true"] {
  color: #ff8b9f;
}

.button-quiet {
  border-color: var(--line);
  background: rgba(255, 255, 255, 0.7);
}

.button-quiet:hover,
.button-outline:hover {
  border-color: var(--brand);
  background: var(--soft-pink);
}

.button-outline {
  border-color: #cfc4be;
  background: var(--paper);
}

.button-white {
  color: var(--ink);
  background: #fff;
  box-shadow: var(--shadow-sm);
}

.button-full {
  width: 100%;
}

.trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 22px;
  margin: 24px 0 0;
  padding: 0;
  color: var(--muted);
  font-size: 0.86rem;
  list-style: none;
}

.trust-row li {
  display: flex;
  align-items: center;
  gap: 7px;
}

.trust-row li > span:first-child {
  color: var(--success);
  font-weight: 900;
}

.blueprint-preview {
  position: relative;
  padding: 28px;
  border: 1px solid rgba(255, 255, 255, 0.92);
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: var(--shadow-lg);
  transform: rotate(1.4deg);
}

.blueprint-preview::before {
  position: absolute;
  z-index: -1;
  inset: 22px -18px -18px 28px;
  border-radius: var(--radius-lg);
  background: var(--gradient);
  content: "";
  opacity: 0.22;
  transform: rotate(-3deg);
}

.preview-topline,
.preview-score,
.profile-chip,
.preview-list > div {
  display: flex;
  align-items: center;
}

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

.preview-logo {
  color: var(--brand);
  font-size: 0.96rem;
  font-weight: 850;
}

.preview-label {
  color: var(--muted);
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.14em;
}

.profile-chip {
  gap: 12px;
  margin-bottom: 18px;
}

.profile-avatar {
  display: grid;
  width: 44px;
  height: 44px;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 50%;
  color: var(--brand);
  background: var(--soft-pink);
  font-weight: 850;
}

.profile-chip div,
.profile-chip small,
.profile-chip strong {
  display: block;
}

.profile-chip small {
  color: var(--muted);
  font-size: 0.7rem;
}

.profile-chip strong {
  margin-top: 2px;
  font-size: 0.93rem;
}

.preview-score {
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 14px;
  padding: 18px;
  border-radius: var(--radius-sm);
  color: #fff;
  background: var(--ink);
}

.preview-score small,
.preview-score strong {
  display: block;
}

.preview-score small {
  color: #bdb2ad;
  font-size: 0.7rem;
}

.preview-score strong {
  margin-top: 5px;
  font-size: 0.95rem;
  line-height: 1.35;
}

.score-ring {
  display: grid;
  width: 44px;
  height: 44px;
  flex: 0 0 auto;
  place-items: center;
  border: 2px solid var(--coral);
  border-radius: 50%;
  color: #ff9e95;
}

.preview-list > div {
  gap: 13px;
  padding: 13px 2px;
  border-bottom: 1px solid var(--line);
}

.preview-list > div > span {
  color: var(--brand);
  font-size: 0.7rem;
  font-weight: 850;
}

.preview-list p {
  display: grid;
  flex: 1;
  margin: 0;
  line-height: 1.4;
}

.preview-list strong {
  font-size: 0.85rem;
}

.preview-list small {
  color: var(--muted);
  font-size: 0.69rem;
}

.preview-list b {
  color: var(--muted);
  font-size: 0.85rem;
}

.preview-footnote {
  margin: 15px 0 0;
  color: var(--muted);
  font-size: 0.66rem;
  line-height: 1.5;
}

.proof-strip {
  border-block: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.48);
}

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

.proof-grid p {
  display: grid;
  min-height: 112px;
  align-content: center;
  margin: 0;
  padding: 24px clamp(14px, 3vw, 34px);
  border-right: 1px solid var(--line);
  text-align: center;
}

.proof-grid p:last-child {
  border-right: 0;
}

.proof-grid strong {
  font-size: 1.25rem;
  letter-spacing: -0.02em;
}

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

.intro-section {
  padding-bottom: 38px;
}

.snapshot-section {
  background: var(--paper);
}

.snapshot-grid {
  display: grid;
  grid-template-columns: minmax(260px, 0.75fr) minmax(420px, 1fr);
  align-items: start;
  gap: clamp(50px, 9vw, 120px);
}

.snapshot-copy {
  position: sticky;
  top: 120px;
}

.snapshot-copy > p:not(.section-kicker),
.section-heading > p,
.section-heading > .lang-zh,
.section-heading > .lang-en,
.status-heading > p:not(.section-kicker) {
  color: var(--muted);
}

.honesty-note {
  display: flex;
  gap: 12px;
  margin-top: 28px;
  padding: 16px;
  border: 1px solid #f0c8d4;
  border-radius: var(--radius-sm);
  background: var(--soft-pink);
}

.honesty-note > span {
  display: grid;
  width: 24px;
  height: 24px;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: var(--brand);
  font-size: 0.75rem;
  font-weight: 850;
}

.honesty-note p {
  margin: 0;
  font-size: 0.86rem;
  line-height: 1.6;
}

.snapshot-form {
  display: grid;
  gap: 18px;
  padding: clamp(22px, 4vw, 38px);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: var(--cream);
  box-shadow: var(--shadow-sm);
}

.question-block {
  display: grid;
  gap: 9px;
}

.question-block label {
  display: flex;
  align-items: center;
  gap: 10px;
  line-height: 1.35;
}

.question-block label > span {
  display: grid;
  width: 25px;
  height: 25px;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 50%;
  color: var(--brand);
  background: var(--soft-pink);
  font-size: 0.7rem;
  font-weight: 850;
}

.question-block label b {
  font-size: 0.9rem;
}

.question-block select {
  width: 100%;
  min-height: 50px;
  padding: 10px 42px 10px 13px;
  border: 1px solid #cabfb9;
  border-radius: 10px;
  color: var(--ink);
  background-color: var(--paper);
}

.question-block select:focus {
  border-color: var(--brand);
}

.microcopy {
  margin: -5px 0 0;
  color: var(--muted);
  font-size: 0.75rem;
  text-align: center;
}

.snapshot-result {
  margin-top: 8px;
  padding: 24px;
  border: 1px solid #f0c8d4;
  border-radius: var(--radius-md);
  background: var(--paper);
}

.snapshot-result[hidden] {
  display: none;
}

.result-label {
  margin-bottom: 6px;
  color: var(--brand);
  font-size: 0.68rem;
  font-weight: 850;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.snapshot-result h3 {
  margin-bottom: 10px;
  font-size: 1.5rem;
}

.snapshot-result > p:not(.result-label) {
  margin-bottom: 13px;
  color: var(--muted);
  font-size: 0.9rem;
}

.snapshot-result ul {
  margin: 0 0 16px;
  padding-left: 1.2rem;
  font-size: 0.88rem;
}

.snapshot-result li + li {
  margin-top: 5px;
}

.text-link {
  color: var(--brand);
  font-size: 0.86rem;
  font-weight: 750;
}

.section-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(260px, 0.65fr);
  align-items: end;
  gap: 60px;
  margin-bottom: 54px;
}

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

.section-heading > p {
  margin: 0;
}

.steps-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin: 0;
  padding: 0;
  counter-reset: steps;
  list-style: none;
}

.steps-grid li {
  min-height: 265px;
  padding: 30px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.52);
}

.steps-grid li:first-child {
  border-radius: var(--radius-md) 0 0 var(--radius-md);
}

.steps-grid li:last-child {
  border-radius: 0 var(--radius-md) var(--radius-md) 0;
}

.steps-grid li + li {
  border-left: 0;
}

.step-number {
  display: inline-block;
  margin-bottom: 56px;
  color: var(--brand);
  font-size: 0.72rem;
  font-weight: 850;
  letter-spacing: 0.1em;
}

.steps-grid h3 {
  margin-bottom: 12px;
}

.steps-grid p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 0.9rem;
}

.deliverables-section {
  color: #fff;
  background: var(--ink);
}

.deliverables-grid {
  display: grid;
  grid-template-columns: minmax(260px, 0.8fr) minmax(420px, 1fr);
  align-items: center;
  gap: clamp(60px, 10vw, 140px);
}

.deliverables-section .section-lede {
  color: #bfb4ae;
}

.deliverable-list {
  display: grid;
}

.deliverable-list article {
  display: flex;
  gap: 20px;
  padding: 23px 0;
  border-bottom: 1px solid #3a302c;
}

.deliverable-list article:first-child {
  border-top: 1px solid #3a302c;
}

.deliverable-list article > span {
  display: grid;
  width: 40px;
  height: 40px;
  flex: 0 0 auto;
  place-items: center;
  border: 1px solid #674150;
  border-radius: 50%;
  color: #ff92ad;
  font-weight: 800;
}

.deliverable-list h3 {
  margin: 0 0 7px;
}

.deliverable-list p {
  margin: 0;
  color: #bfb4ae;
  font-size: 0.88rem;
}

.status-section {
  background: var(--paper);
}

.status-heading {
  margin-bottom: 50px;
}

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

.status-card {
  padding: clamp(25px, 4vw, 40px);
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
}

.status-ready {
  background: #f2fbf7;
}

.status-support {
  background: #fff8ef;
}

.status-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 22px;
  padding: 6px 10px;
  border-radius: 999px;
  font-size: 0.7rem;
  font-weight: 850;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.status-ready .status-pill {
  color: #0e6042;
  background: #dff5ea;
}

.status-support .status-pill {
  color: #864807;
  background: #ffebd1;
}

.status-card h3 {
  font-size: 1.5rem;
}

.check-list,
.feature-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.check-list li,
.feature-list li {
  position: relative;
  padding-left: 27px;
}

.check-list li + li,
.feature-list li + li {
  margin-top: 12px;
}

.check-list li::before,
.feature-list li::before {
  position: absolute;
  top: 0.08em;
  left: 0;
  color: var(--success);
  font-weight: 900;
  content: "✓";
}

.status-support .check-list li::before {
  color: var(--warning);
  content: "◆";
  font-size: 0.7rem;
  transform: translateY(0.32em);
}

.status-guarantee {
  margin: 22px 0 0;
  padding: 18px 20px;
  border: 1px solid #f0c8d4;
  border-radius: var(--radius-sm);
  background: var(--soft-pink);
  font-size: 0.9rem;
  text-align: center;
}

.pricing-section {
  overflow: hidden;
}

.invite-offer {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 28px;
  margin-top: 42px;
  padding: clamp(24px, 4vw, 36px);
  border: 1px solid #efb7c9;
  border-radius: var(--radius-md);
  background: linear-gradient(135deg, #fff3f7 0%, #fffaf4 100%);
  box-shadow: 0 18px 45px rgba(131, 26, 66, 0.08);
}

.invite-offer[hidden] {
  display: none;
}

.invite-offer-kicker {
  margin: 0 0 8px;
  color: var(--brand);
  font-size: 0.72rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.invite-offer h3 {
  margin: 0 0 8px;
  font-size: clamp(1.25rem, 2.4vw, 1.8rem);
}

.invite-offer p:last-child {
  margin: 0;
  color: var(--muted);
}

.invite-offer .invite-offer-prices {
  margin: 10px 0 0;
  color: var(--ink);
  font-weight: 800;
}

.invite-code {
  display: grid;
  min-width: 174px;
  place-items: center;
  padding: 18px 22px;
  border: 1px dashed #cf6a8b;
  border-radius: var(--radius-sm);
  background: rgba(255, 255, 255, 0.78);
  text-align: center;
}

.invite-code span,
.invite-code small {
  color: var(--muted);
  font-size: 0.7rem;
  font-weight: 750;
}

.invite-code strong {
  margin: 4px 0;
  color: var(--brand);
  font-size: 1.35rem;
  letter-spacing: 0.08em;
}

.pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: stretch;
  gap: 18px;
  margin-top: 58px;
}

.price-card {
  position: relative;
  display: flex;
  min-width: 0;
  flex-direction: column;
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: var(--paper);
}

.price-featured {
  border: 2px solid var(--brand);
  box-shadow: 0 22px 55px rgba(230, 42, 109, 0.14);
  transform: translateY(-14px);
}

.recommended-badge {
  position: absolute;
  top: 0;
  left: 50%;
  margin: 0;
  padding: 7px 14px;
  border-radius: 0 0 12px 12px;
  color: #fff;
  background: #b61150;
  font-size: 0.7rem;
  font-weight: 850;
  white-space: nowrap;
  transform: translateX(-50%);
}

.plan-head {
  min-height: 122px;
  padding-top: 10px;
}

.plan-code {
  display: grid;
  width: 34px;
  height: 34px;
  margin-bottom: 18px;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 50%;
  color: var(--brand);
  font-size: 0.8rem;
  font-weight: 850;
}

.price-card h3 {
  margin-bottom: 8px;
  font-size: 1.45rem;
}

.plan-subtitle {
  margin: 0;
  color: var(--muted);
  font-size: 0.82rem;
}

.price {
  display: flex;
  align-items: baseline;
  gap: 3px;
  margin: 18px 0 20px;
  font-size: 3rem;
  font-weight: 800;
  letter-spacing: -0.06em;
}

.price > span {
  font-size: 1.1rem;
  letter-spacing: 0;
}

.price small {
  margin-left: 7px;
  color: var(--muted);
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0;
}

.season-line {
  margin: -10px 0 18px;
  color: var(--brand);
  font-size: 0.73rem;
  font-weight: 750;
}

.feature-list {
  min-height: 260px;
  margin-bottom: 28px;
  color: #3f3733;
  font-size: 0.85rem;
}

.feature-list em {
  color: var(--warning);
  font-size: 0.68rem;
  font-style: normal;
  font-weight: 800;
  white-space: nowrap;
}

.feature-list .feature-muted {
  color: var(--muted);
}

.feature-list .feature-muted::before {
  color: #9b918c;
  content: "—";
}

.price-card .button {
  margin-top: auto;
}

.checkout-note {
  margin: 18px auto 0;
  color: var(--muted);
  font-size: 0.76rem;
  text-align: center;
}

.intake-preview {
  display: grid;
  grid-template-columns: minmax(250px, 0.72fr) minmax(480px, 1.28fr);
  align-items: center;
  gap: clamp(34px, 6vw, 72px);
  margin-top: 34px;
  padding: clamp(28px, 5vw, 52px);
  overflow: hidden;
  border: 1px solid #e7d7dc;
  border-radius: var(--radius-lg);
  background:
    radial-gradient(circle at 100% 0, rgba(254, 104, 92, 0.13), transparent 38%),
    linear-gradient(145deg, #fff 0%, #fff8fa 100%);
  box-shadow: var(--shadow-sm);
}

.intake-preview-copy,
.intake-form-preview,
.mock-field,
.mock-upload,
.mock-consent {
  min-width: 0;
}

.intake-preview-copy .section-kicker {
  margin-bottom: 12px;
}

.intake-preview-copy h3 {
  margin-bottom: 16px;
  font-size: clamp(1.75rem, 3vw, 2.45rem);
}

.intake-preview-copy > p:not(.section-kicker):not(.intake-preview-note) {
  color: var(--muted);
}

.intake-preview-points {
  margin: 24px 0;
  padding: 0;
  list-style: none;
}

.intake-preview-points li {
  position: relative;
  padding-left: 28px;
  color: #3f3733;
  font-size: 0.9rem;
}

.intake-preview-points li + li {
  margin-top: 12px;
}

.intake-preview-points li::before {
  position: absolute;
  top: 0.05em;
  left: 0;
  color: var(--success);
  font-weight: 900;
  content: "✓";
}

.intake-preview-note {
  margin: 0;
  padding: 14px 16px;
  border: 1px solid #eee2dd;
  border-radius: var(--radius-sm);
  color: var(--muted);
  background: rgba(250, 247, 245, 0.82);
  font-size: 0.76rem;
}

.intake-preview-note strong {
  color: var(--ink);
}

.intake-form-preview {
  margin: 0;
  padding: clamp(20px, 3vw, 30px);
  border: 1px solid #e1d8d4;
  border-radius: var(--radius-md);
  background: #fff;
  box-shadow: 0 24px 55px rgba(74, 46, 40, 0.13);
  transform: rotate(0.5deg);
}

.mock-form-bar,
.mock-form-heading,
.mock-upload,
.mock-consent,
.mock-submit {
  display: flex;
  align-items: center;
}

.mock-form-bar {
  justify-content: space-between;
  gap: 16px;
  margin: -4px 0 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid var(--line);
}

.mock-brand {
  color: var(--brand);
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0.04em;
}

.mock-preview-label {
  color: var(--muted);
  font-size: 0.65rem;
  font-weight: 750;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.mock-form-heading {
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 18px;
}

.mock-form-heading p {
  margin: 0 0 3px;
  font-size: 1.05rem;
  font-weight: 800;
  letter-spacing: -0.02em;
}

.mock-form-heading div > span {
  display: block;
  color: var(--muted);
  font-size: 0.68rem;
}

.mock-time {
  flex: 0 0 auto;
  padding: 5px 9px;
  border-radius: 999px;
  color: #8b2451;
  background: var(--soft-pink);
  font-size: 0.62rem;
  font-weight: 800;
  white-space: nowrap;
}

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

.mock-field {
  padding: 12px 13px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: #fdfbf9;
}

.mock-field-label,
.mock-field-value {
  display: block;
}

.mock-field-label {
  margin-bottom: 8px;
  color: #4f4540;
  font-size: 0.68rem;
  font-weight: 750;
}

.mock-field-label b {
  color: var(--brand);
}

.mock-field-value {
  overflow: hidden;
  color: #8b817c;
  font-size: 0.73rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.mock-upload {
  gap: 12px;
  margin-top: 12px;
  padding: 14px;
  border: 1px dashed #d5b7c1;
  border-radius: 11px;
  background: #fff8fa;
}

.mock-upload-icon {
  display: grid;
  width: 34px;
  height: 34px;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: var(--brand);
  font-weight: 900;
}

.mock-upload div {
  min-width: 0;
  margin-right: auto;
}

.mock-upload strong,
.mock-upload div > span {
  display: block;
}

.mock-upload strong {
  margin-bottom: 2px;
  font-size: 0.76rem;
}

.mock-upload div > span {
  color: var(--muted);
  font-size: 0.65rem;
}

.mock-file-button {
  flex: 0 0 auto;
  padding: 7px 10px;
  border: 1px solid #d9c9c3;
  border-radius: 999px;
  background: #fff;
  font-size: 0.65rem;
  font-weight: 750;
  white-space: nowrap;
}

.mock-consent {
  align-items: flex-start;
  gap: 11px;
  margin-top: 12px;
  padding: 14px;
  border: 1px solid #eadfd9;
  border-radius: 11px;
  background: #faf8f6;
}

.mock-checkbox {
  width: 17px;
  height: 17px;
  flex: 0 0 auto;
  margin-top: 2px;
  border: 1.5px solid #9e918a;
  border-radius: 4px;
  background: #fff;
}

.mock-consent p {
  margin: 0;
  color: var(--muted);
  font-size: 0.65rem;
  line-height: 1.5;
}

.mock-consent strong,
.mock-consent p > span {
  display: block;
}

.mock-consent strong {
  margin-bottom: 3px;
  color: var(--ink);
  font-size: 0.7rem;
}

.mock-submit {
  width: fit-content;
  min-height: 36px;
  justify-content: center;
  gap: 9px;
  margin-top: 14px;
  padding: 8px 15px;
  border-radius: 999px;
  color: #fff;
  background: var(--ink);
  font-size: 0.7rem;
  font-weight: 800;
}

.intake-form-preview figcaption {
  margin-top: 12px;
  color: var(--muted);
  font-size: 0.62rem;
  text-align: right;
}

.comparison-wrap {
  overflow-x: auto;
  margin-top: 68px;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: var(--paper);
}

.comparison-table {
  width: 100%;
  min-width: 760px;
  border-collapse: collapse;
  font-size: 0.84rem;
  text-align: center;
}

.comparison-table caption {
  padding: 25px 25px 18px;
  font-size: 1.3rem;
  font-weight: 800;
  text-align: left;
}

.comparison-table th,
.comparison-table td {
  padding: 15px 18px;
  border-top: 1px solid var(--line);
}

.comparison-table thead th {
  background: #f7f2ef;
  font-size: 0.78rem;
}

.comparison-table thead th:first-child,
.comparison-table tbody th {
  text-align: left;
}

.comparison-table tbody th {
  width: 34%;
  color: #4f4540;
  font-weight: 650;
}

.comparison-table .featured-col {
  color: #fff;
  background: #b61150;
}

.delivery-label {
  display: inline-block;
  padding: 4px 7px;
  border-radius: 6px;
  color: #8b2451;
  background: var(--soft-pink);
  font-size: 0.69rem;
  font-weight: 800;
}

.credit-banner {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 22px;
  margin-top: 26px;
  padding: clamp(24px, 4vw, 34px);
  border: 1px solid #efc4d1;
  border-radius: var(--radius-md);
  background: var(--soft-pink);
}

.credit-icon {
  display: grid;
  width: 74px;
  height: 74px;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: var(--ink);
  font-size: 0.88rem;
  font-weight: 850;
}

.credit-banner h3 {
  margin-bottom: 8px;
  font-size: 1.35rem;
}

.credit-banner p {
  margin-bottom: 7px;
  font-size: 0.9rem;
}

.credit-banner .fine-print {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 0.72rem;
}

.faq-section {
  background: var(--paper);
}

.faq-grid {
  display: grid;
  grid-template-columns: minmax(230px, 0.56fr) minmax(420px, 1fr);
  align-items: start;
  gap: clamp(50px, 10vw, 130px);
}

.faq-grid > div:first-child {
  position: sticky;
  top: 120px;
}

.faq-grid > div:first-child > p:not(.section-kicker) {
  color: var(--muted);
}

.faq-grid a,
.legal-content a,
.paid-panel a:not(.button) {
  color: var(--brand);
  font-weight: 650;
}

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

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

.faq-list summary {
  position: relative;
  padding: 23px 42px 23px 0;
  font-weight: 750;
  cursor: pointer;
  list-style: none;
}

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

.faq-list summary::after {
  position: absolute;
  top: 23px;
  right: 5px;
  color: var(--brand);
  content: "+";
  font-size: 1.25rem;
  line-height: 1;
}

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

.faq-list details > p {
  margin: -5px 45px 23px 0;
  color: var(--muted);
  font-size: 0.9rem;
}

.final-cta {
  position: relative;
  overflow: hidden;
  padding-block: clamp(65px, 9vw, 105px);
  color: #fff;
  background: var(--ink);
}

.final-cta::after {
  position: absolute;
  right: -100px;
  bottom: -160px;
  width: 450px;
  height: 450px;
  border-radius: 50%;
  background: var(--gradient);
  content: "";
  filter: blur(16px);
  opacity: 0.35;
}

.final-cta-inner {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
}

.final-cta h2 {
  max-width: 760px;
  margin-bottom: 14px;
}

.final-cta p:not(.section-kicker) {
  max-width: 720px;
  margin-bottom: 0;
  color: #c8bdb8;
}

.section-kicker.light {
  color: #ff9bb3;
}

.site-footer {
  padding-top: 52px;
  color: var(--muted);
  background: var(--cream);
}

.footer-grid {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 40px;
  padding-bottom: 36px;
}

.brand-footer {
  margin-bottom: 14px;
  color: var(--ink);
}

.footer-grid > div:first-child > p {
  margin: 0;
  font-size: 0.8rem;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 12px 26px;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  padding-block: 18px 28px;
  border-top: 1px solid var(--line);
  font-size: 0.7rem;
}

.footer-bottom p {
  margin: 0;
}

/* Paid, legal, and utility pages */
.simple-main {
  min-height: 65vh;
}

.page-hero {
  padding-block: clamp(58px, 8vw, 94px) clamp(40px, 6vw, 68px);
  border-bottom: 1px solid var(--line);
}

.page-hero h1 {
  max-width: 900px;
  margin-bottom: 18px;
  font-size: clamp(2.4rem, 6vw, 4.7rem);
}

.page-hero p:not(.section-kicker) {
  max-width: 800px;
  margin-bottom: 0;
  color: var(--muted);
  font-size: 1.06rem;
}

.paid-main {
  padding-block: clamp(52px, 8vw, 92px);
}

.paid-grid {
  display: grid;
  grid-template-columns: minmax(230px, 0.52fr) minmax(480px, 1fr);
  align-items: start;
  gap: clamp(42px, 8vw, 100px);
}

.paid-aside {
  position: sticky;
  top: 110px;
}

.plan-confirmation {
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: var(--paper);
}

.plan-confirmation > small {
  display: block;
  margin-bottom: 7px;
  color: var(--brand);
  font-size: 0.7rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.plan-confirmation h2 {
  margin-bottom: 9px;
  font-size: 1.55rem;
}

.plan-confirmation p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 0.83rem;
}

.post-payment-steps {
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

.post-payment-steps li {
  display: flex;
  gap: 11px;
  color: var(--muted);
  font-size: 0.84rem;
}

.post-payment-steps li + li {
  margin-top: 13px;
}

.post-payment-steps span {
  display: grid;
  width: 24px;
  height: 24px;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 50%;
  color: var(--brand);
  background: var(--soft-pink);
  font-size: 0.68rem;
  font-weight: 850;
}

.paid-panel {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: var(--paper);
  box-shadow: var(--shadow-sm);
}

.paid-panel-header {
  padding: clamp(22px, 4vw, 36px);
  border-bottom: 1px solid var(--line);
}

.paid-panel-header h2 {
  margin-bottom: 10px;
  font-size: 1.8rem;
}

.paid-panel-header p {
  margin: 0;
  color: var(--muted);
}

.payment-notice {
  display: flex;
  gap: 12px;
  margin-bottom: 24px;
  padding: 16px;
  border: 1px solid #f4cf9c;
  border-radius: var(--radius-sm);
  background: #fff8ed;
}

.payment-notice > span {
  display: grid;
  width: 25px;
  height: 25px;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: var(--warning);
  font-size: 0.75rem;
  font-weight: 850;
}

.payment-notice p {
  margin: 0;
  color: #68441f;
  font-size: 0.84rem;
}

.tally-frame-wrap {
  min-height: 740px;
  background: #fff;
}

.tally-frame {
  display: block;
  width: 100%;
  min-height: 820px;
  border: 0;
}

.tally-fallback {
  padding: 18px 28px 28px;
  color: var(--muted);
  font-size: 0.82rem;
  text-align: center;
}

.paid-privacy-note {
  padding: 18px 28px 28px;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 0.73rem;
}

.legal-layout {
  display: grid;
  grid-template-columns: 220px minmax(0, 760px);
  align-items: start;
  justify-content: center;
  gap: clamp(42px, 8vw, 100px);
  padding-block: clamp(50px, 8vw, 90px);
}

.legal-nav {
  position: sticky;
  top: 110px;
  display: grid;
  gap: 8px;
}

.legal-nav a {
  padding: 7px 0;
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 650;
  text-decoration: none;
}

.legal-nav a:hover {
  color: var(--brand);
}

.legal-content section + section {
  margin-top: 52px;
  padding-top: 8px;
}

.legal-content h2 {
  margin-bottom: 15px;
  font-size: 1.7rem;
}

.legal-content h3 {
  margin-top: 28px;
  margin-bottom: 10px;
  font-size: 1.1rem;
  letter-spacing: -0.015em;
}

.legal-content p,
.legal-content li {
  color: #554b46;
  font-size: 0.91rem;
}

.legal-content ul,
.legal-content ol {
  padding-left: 1.3rem;
}

.legal-content li + li {
  margin-top: 8px;
}

.legal-highlight {
  padding: 18px 20px;
  border-left: 4px solid var(--brand);
  border-radius: 0 var(--radius-sm) var(--radius-sm) 0;
  background: var(--soft-pink);
}

.legal-highlight p:last-child {
  margin-bottom: 0;
}

.updated-line {
  color: var(--muted);
  font-size: 0.8rem !important;
}

.error-page {
  display: grid;
  min-height: calc(100vh - 73px);
  place-items: center;
  padding-block: 70px;
}

.error-card {
  max-width: 690px;
  text-align: center;
}

.error-code {
  margin-bottom: 18px;
  color: var(--brand);
  font-size: clamp(5rem, 18vw, 10rem);
  font-weight: 850;
  letter-spacing: -0.09em;
  line-height: 0.8;
}

.error-card h1 {
  margin-bottom: 17px;
  font-size: clamp(2rem, 5vw, 3.6rem);
}

.error-card > p:not(.error-code) {
  max-width: 560px;
  margin: 0 auto 28px;
  color: var(--muted);
}

@media (max-width: 940px) {
  .hero-grid,
  .snapshot-grid,
  .deliverables-grid,
  .faq-grid,
  .paid-grid {
    grid-template-columns: 1fr;
  }

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

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

  .snapshot-copy,
  .faq-grid > div:first-child,
  .paid-aside {
    position: static;
  }

  .snapshot-copy {
    max-width: 680px;
  }

  .section-heading {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .pricing-grid {
    grid-template-columns: 1fr;
    gap: 22px;
    max-width: 650px;
    margin-inline: auto;
    margin-top: 48px;
  }

  .invite-offer {
    grid-template-columns: 1fr;
  }

  .invite-code {
    width: 100%;
  }

  .intake-preview {
    grid-template-columns: 1fr;
  }

  .intake-preview-copy {
    max-width: 680px;
  }

  .price-featured {
    order: -1;
    transform: none;
  }

  .plan-head,
  .feature-list {
    min-height: 0;
  }

  .feature-list {
    margin-bottom: 28px;
  }

  .legal-layout {
    grid-template-columns: 1fr;
  }

  .legal-nav {
    position: static;
    display: flex;
    overflow-x: auto;
    padding-bottom: 8px;
    gap: 18px;
    white-space: nowrap;
  }
}

@media (max-width: 720px) {
  .shell {
    width: min(calc(100% - 28px), var(--shell));
  }

  .desktop-nav {
    display: none;
  }

  .brand-type small {
    display: none;
  }

  .header-inner {
    min-height: 64px;
  }

  .hero {
    padding-top: 45px;
  }

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

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

  .blueprint-preview {
    padding: 22px;
    transform: none;
  }

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

  .proof-grid p {
    min-height: 82px;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .proof-grid p:last-child {
    border-bottom: 0;
  }

  .snapshot-grid {
    gap: 34px;
  }

  .snapshot-form {
    padding: 20px;
    border-radius: var(--radius-md);
  }

  .steps-grid,
  .status-grid {
    grid-template-columns: 1fr;
  }

  .steps-grid li,
  .steps-grid li:first-child,
  .steps-grid li:last-child {
    min-height: 0;
    border: 1px solid var(--line);
    border-radius: var(--radius-sm);
  }

  .steps-grid li + li {
    margin-top: 12px;
  }

  .step-number {
    margin-bottom: 30px;
  }

  .deliverables-grid {
    gap: 35px;
  }

  .price-card {
    padding: 25px;
  }

  .intake-preview {
    padding: 24px;
    border-radius: var(--radius-md);
  }

  .intake-form-preview {
    transform: none;
  }

  .recommended-badge {
    position: static;
    align-self: flex-start;
    margin: -25px auto 20px;
    border-radius: 0 0 12px 12px;
    transform: none;
  }

  .credit-banner {
    grid-template-columns: 1fr;
  }

  .credit-icon {
    width: 60px;
    height: 60px;
  }

  .final-cta-inner,
  .footer-grid,
  .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
  }

  .final-cta-inner {
    display: flex;
  }

  .final-cta .button {
    width: 100%;
  }

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

  .paid-panel {
    border-radius: var(--radius-md);
  }

  .tally-frame {
    min-height: 900px;
  }
}

@media (max-width: 430px) {
  h1 {
    font-size: 2.55rem;
  }

  .eyebrow {
    align-items: flex-start;
    border-radius: 12px;
  }

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

  .preview-score {
    align-items: flex-start;
  }

  .price {
    font-size: 2.7rem;
  }

  .mock-form-heading,
  .mock-upload {
    align-items: flex-start;
    flex-direction: column;
  }

  .mock-form-grid {
    grid-template-columns: 1fr;
  }

  .mock-file-button {
    margin-left: 46px;
  }

  .mock-submit {
    width: 100%;
  }
}

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

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

@media print {
  .site-header,
  .site-footer,
  .language-toggle,
  .button,
  .legal-nav {
    display: none !important;
  }

  body {
    color: #000;
    background: #fff;
  }

  .page-hero,
  .legal-layout {
    padding-block: 24px;
  }
}
