:root {
  color-scheme: light;
  --paper: #faf8ff;
  --white: #fff;
  --lavender: #f0eafa;
  --purple: #7041d9;
  --purple-deep: #4c297f;
  --ink: #281d38;
  --muted: #6f647b;
  --line: #e7dfef;
  font-family: -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;
  font-synthesis: none;
  -webkit-font-smoothing: antialiased;
}

* { box-sizing: border-box; }
html { min-width: 320px; background: #ede9f2; scroll-behavior: smooth; scroll-padding-top: 24px; scrollbar-width: none; }
html::-webkit-scrollbar { display: none; }
body { min-width: 320px; margin: 0; color: var(--ink); line-height: 1.6; }
button, a, summary { -webkit-tap-highlight-color: transparent; touch-action: manipulation; }
button { font: inherit; color: inherit; cursor: pointer; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
h1, h2, h3, p, figure { margin: 0; }
ul, ol { margin: 0; padding: 0; list-style: none; }
button:focus-visible, a:focus-visible, summary:focus-visible { outline: 3px solid #9565ec; outline-offset: 4px; }
[tabindex="-1"]:focus { outline: none; }
[hidden] { display: none !important; }
.page { width: min(100%, 430px); margin: 0 auto; padding-bottom: calc(84px + env(safe-area-inset-bottom)); background: var(--paper); }
.icon { flex: 0 0 auto; object-fit: contain; }
.skip-link { position: fixed; z-index: 20; top: 8px; left: 12px; padding: 10px 18px; border-radius: 8px; background: white; transform: translateY(-150%); }
.skip-link:focus { transform: none; }

.hero { padding: max(12px, env(safe-area-inset-top)) 20px 0; background: #fdfbff; }
.brand-row { display: flex; align-items: center; justify-content: space-between; gap: 16px; min-height: 48px; }
.brand-logo { width: 120px; height: auto; object-fit: contain; object-position: left center; filter: brightness(0); }
.header-link { display: inline-flex; align-items: center; gap: 5px; min-height: 44px; font-size: 12px; color: #72677e; }
.hero-copy { padding-top: 22px; }
.eyebrow { margin-bottom: 11px; color: var(--purple-deep); font-size: 12px; font-weight: 500; letter-spacing: .4px; }
h1 { font-size: clamp(30px, 8.9vw, 38px); font-weight: 750; line-height: 1.23; letter-spacing: -1.1px; }
h1 span { color: var(--purple); }
.hero-lead { margin-top: 13px; color: #776c81; font-size: 14px; line-height: 1.8; }
.hero-media { position: relative; margin-top: 21px; overflow: hidden; border-radius: 19px; background: #f4ede5; }
.hero-media > img { width: 100%; height: auto; aspect-ratio: 3 / 2; object-fit: cover; }
.hero-caption { position: absolute; left: 17px; top: 26px; color: #5b465d; font-size: 13px; font-weight: 500; line-height: 1.9; }
.earning-summary { margin-top: 16px; padding: 13px 16px 14px; border: 1px solid #e4d9f2; border-radius: 13px; background: #f4eefb; }
.earning-heading { display: flex; align-items: center; justify-content: space-between; gap: 12px; color: var(--purple-deep); font-size: 12px; font-weight: 550; }
.earning-heading a { display: inline-flex; align-items: center; gap: 4px; min-height: 28px; margin: -6px -5px -6px 0; padding: 6px 5px; font-size: 11px; font-weight: 400; color: #6f587f; }
.earning-amount { display: flex; align-items: baseline; gap: 12px; margin-top: 6px; }
.earning-amount strong { color: var(--purple-deep); font-size: 34px; line-height: 1.25; font-weight: 700; letter-spacing: -.8px; font-variant-numeric: tabular-nums; }
.earning-amount strong span { display: inline-block; margin: 0 7px; font-weight: 400; color: #8b6da5; }
.earning-amount > span { color: #6f587f; font-size: 11px; white-space: nowrap; }
.earning-context { margin-top: 5px; color: var(--muted); font-size: 11px; line-height: 1.7; }
.hero-action { margin-top: 20px; }
.button { display: flex; align-items: center; justify-content: center; gap: 12px; width: 100%; min-height: 54px; padding: 13px 14px; border: 1px solid transparent; border-radius: 12px; font-size: 16px; font-weight: 650; line-height: 1.5; transition: background .18s, transform .18s; }
.button:active { transform: scale(.985); }
.button-primary { color: white; background: var(--purple); box-shadow: 0 7px 16px #7041d923; }
.button-primary .icon { filter: invert(1); }
.button-primary:hover { background: #6131c6; }
.button-outline { min-height: 50px; color: var(--purple-deep); border-color: #ccbae8; background: transparent; font-size: 14px; }
.button-outline:hover { background: #eee6fa; }
.button-light { color: var(--purple-deep); background: white; }
.button-light:hover { background: #f4edff; }
.decision-copy { margin-top: 9px; color: var(--muted); font-size: 12px; text-align: center; }
.benefit-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); margin-top: 24px; padding: 20px 0 23px; border-top: 1px solid var(--line); gap: 7px; }
.benefit-grid li { display: flex; flex-direction: column; align-items: center; gap: 8px; color: #64556f; font-size: 11px; white-space: nowrap; }
.benefit-grid img { opacity: .65; }

.section { padding: 44px 20px; }
.section-label { color: var(--purple); font-size: 11px; font-weight: 600; line-height: 1.5; letter-spacing: .7px; }
.section h2 { margin-top: 10px; font-size: 28px; font-weight: 720; line-height: 1.35; letter-spacing: -.7px; }
.section-intro { margin-top: 12px; color: var(--muted); font-size: 14px; line-height: 1.85; }
.fine-print { margin-top: 16px; color: #75657f; font-size: 11px; line-height: 1.75; }
.personas { background: #f2ecf9; }
.persona-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; margin-top: 24px; }
.persona-card { overflow: hidden; background: white; border-radius: 12px; }
.persona-card > img { width: 100%; height: auto; aspect-ratio: 1.3; object-fit: cover; object-position: center top; }
.persona-body { padding: 13px 12px 15px; }
.persona-body h3 { font-size: 15px; font-weight: 650; }
.persona-body p { margin-top: 4px; color: var(--muted); font-size: 13px; line-height: 1.75; }
.persona-wide { display: grid; grid-template-columns: 112px 1fr; grid-column: 1 / -1; }
.persona-wide > img { height: 100%; min-height: 110px; aspect-ratio: auto; object-position: center 30%; }
.persona-wide .persona-body { align-self: center; padding-left: 17px; }

.tasks { background: #fdfbff; }
.task-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; margin-top: 24px; }
.task-card { display: block; min-width: 0; padding: 0; overflow: hidden; border: 1px solid #e9e1ef; border-radius: 13px; text-align: left; background: white; transition: border-color .2s, transform .2s; }
.task-card:hover { border-color: #bba0e4; }
.task-card:active { transform: scale(.985); }
.task-art { width: 100%; height: auto; aspect-ratio: 1.2; object-fit: cover; background: #faf6fc; }
.task-body { display: flex; flex-direction: column; padding: 14px 13px 13px; }
.task-body strong { font-size: 16px; font-weight: 650; }
.task-description { margin-top: 6px; color: var(--muted); font-size: 13px; line-height: 1.75; }
.task-link { display: flex; align-items: center; justify-content: space-between; gap: 6px; margin-top: 14px; padding-top: 10px; border-top: 1px solid #eee8f4; color: var(--purple); font-size: 11px; font-weight: 600; }
.task-wide { display: grid; grid-template-columns: 116px minmax(0, 1fr); grid-column: 1 / -1; }
.task-wide .task-art { height: 100%; aspect-ratio: auto; object-fit: contain; }
.task-wide .task-body { padding: 16px; }
.task-wide .task-link { margin-top: 8px; }
.reward-note { display: flex; gap: 12px; align-items: flex-start; margin-top: 20px; padding: 17px; border-radius: 11px; background: #f1ebfa; }
.reward-note > img { margin-top: 2px; opacity: .64; }
.reward-note strong { display: block; font-size: 13px; font-weight: 650; color: var(--purple-deep); }
.reward-note p > span { display: block; margin-top: 5px; font-size: 12px; line-height: 1.8; color: #74627f; }

.value { background: #f1ebf9; }
.world-visual { margin: 24px -20px 0; }
.world-visual img { width: 100%; height: auto; aspect-ratio: 3 / 2; object-fit: cover; }
.value-flow { margin-top: 12px; }
.value-flow li { display: grid; grid-template-columns: 30px 1fr; gap: 14px; padding: 17px 0; border-bottom: 1px solid #ded4ed; }
.value-flow li:last-child { border-bottom: 0; }
.flow-index { padding-top: 3px; color: #7c5c99; font-size: 12px; font-weight: 500; letter-spacing: 1px; }
.value-flow h3 { font-size: 15px; font-weight: 650; }
.value-flow p { margin-top: 4px; color: var(--muted); font-size: 13px; line-height: 1.8; }
.value-statement { margin-top: 22px; padding-top: 21px; border-top: 1px solid #dcd0ec; color: var(--purple-deep); font-size: 20px; font-weight: 600; line-height: 1.65; letter-spacing: -.2px; }

.community { background: #fdfbff; }
.community-visual { position: relative; margin-top: 24px; overflow: hidden; border-radius: 16px; background: #eee7fa; }
.community-visual img { width: 100%; height: auto; aspect-ratio: 3 / 2; }
.community-visual figcaption { position: absolute; left: 17px; top: 29px; max-width: 33%; }
.community-visual figcaption > span { display: block; color: #6f528c; font-size: 11px; margin-bottom: 7px; }
.community-visual figcaption strong { color: var(--purple-deep); font-size: 18px; line-height: 1.65; font-weight: 600; }
.support-list { margin: 12px 0 22px; }
.support-list > div { display: flex; align-items: flex-start; gap: 13px; padding: 16px 0; border-bottom: 1px solid var(--line); }
.support-index { min-width: 29px; padding-top: 2px; color: #806593; font-size: 12px; letter-spacing: 1px; }
.support-list strong { display: block; font-size: 14px; font-weight: 650; }
.support-list p > span { display: block; margin-top: 4px; color: var(--muted); font-size: 13px; }

.growth { background: #f2ecf9; }
.growth h2 { font-size: 26px; }
.growth-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; margin-top: 24px; }
.growth-card { padding: 19px 14px 18px; border: 1px solid #e6dcf0; border-radius: 13px; background: #fffdff; }
.growth-card > .icon { margin-bottom: 16px; opacity: .65; }
.growth-card .growth-label { color: #796389; font-size: 10px; line-height: 1.6; }
.growth-card h3 { margin-top: 6px; font-size: 15px; line-height: 1.6; font-weight: 650; letter-spacing: -.25px; }
.growth-card > p:last-child { margin-top: 9px; color: var(--muted); font-size: 12px; line-height: 1.9; }
.growth-closing { margin-top: 23px; color: var(--purple-deep); font-size: 16px; line-height: 1.75; font-weight: 550; }
.getting-started { background: #fdfbff; }
.step-list { margin-top: 26px; }
.step-list > li { display: grid; grid-template-columns: 34px 1fr; gap: 16px; padding-bottom: 25px; }
.step-list > li:last-child { padding-bottom: 0; }
.step-number { display: flex; align-items: center; justify-content: center; width: 34px; height: 34px; border: 1px solid #d9c9ee; border-radius: 50%; color: var(--purple); font-size: 14px; font-weight: 600; background: #fcfaff; }
.step-list h3 { padding-top: 3px; font-size: 16px; font-weight: 650; }
.step-list p { margin-top: 5px; font-size: 13px; color: var(--muted); line-height: 1.85; }
.text-button { display: inline-flex; min-height: 44px; align-items: center; gap: 6px; padding: 6px 0 0; border: 0; color: var(--purple); background: transparent; font-size: 12px; font-weight: 550; }
.faq { margin-top: 37px; padding-top: 28px; border-top: 1px solid #dcd1e9; }
.faq > h3 { margin-bottom: 13px; font-size: 19px; font-weight: 650; }
.faq details { border-bottom: 1px solid #dfd6e9; }
.faq summary { display: flex; align-items: center; justify-content: space-between; gap: 16px; min-height: 60px; padding: 16px 0; list-style: none; cursor: pointer; font-size: 14px; font-weight: 550; line-height: 1.7; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary .icon { opacity: .6; transition: transform .15s; }
.faq details[open] summary .icon { transform: rotate(45deg); }
.faq details > p { margin-top: -3px; padding: 0 22px 18px 0; color: var(--muted); font-size: 13px; line-height: 1.9; }

.conversion { margin: 24px 16px 0; padding: 29px 22px 27px; border-radius: 18px; color: #fff; background: #523084; }
.conversion .section-label { color: #cfb8f1; }
.conversion h2 { margin-top: 13px; font-size: 27px; }
.conversion .section-intro { color: #d8cbe8; font-size: 13px; }
.conversion-list { display: grid; gap: 9px; margin: 22px 0 25px; color: #e2d7ee; font-size: 13px; }
.conversion-list li { display: flex; align-items: center; gap: 10px; }
.conversion-list .icon { filter: invert(1); opacity: .8; }
.conversion .button { font-size: 14px; gap: 8px; }
.conversion-caption { margin-top: 11px; color: #d3c1e8; font-size: 11px; text-align: center; }
.page-footer { padding: 24px 20px 8px; }
.trust-row { display: flex; justify-content: space-between; gap: 6px; color: #796b88; font-size: 10px; }
.trust-row span { display: flex; align-items: center; gap: 4px; }
.trust-row img { opacity: .55; }
.page-footer p { margin-top: 20px; color: #75657f; font-size: 11px; line-height: 1.9; }
.footer-brand { display: block; padding-top: 17px; margin-top: 18px; border-top: 1px solid var(--line); color: #75657f; font-size: 11px; letter-spacing: .4px; }
.sticky-cta { position: fixed; z-index: 10; bottom: 0; left: 50%; display: flex; align-items: center; justify-content: space-between; gap: 12px; width: min(100%, 430px); transform: translateX(-50%); padding: 12px 18px max(12px, env(safe-area-inset-bottom)); border-top: 1px solid #e5dbef; background: rgba(255,253,255,.97); box-shadow: 0 -3px 20px #43236309; }
.sticky-cta strong { display: block; font-size: 12px; font-weight: 650; }
.sticky-cta span { display: block; margin-top: 2px; font-size: 10px; color: var(--muted); }
.sticky-cta .button { width: auto; flex-shrink: 0; min-height: 46px; padding: 10px 16px; border-radius: 10px; font-size: 13px; gap: 9px; box-shadow: none; }

/* First visit stays quiet; an activated launcher replaces our sticky CTA. */
html:not([data-chat-state="open"]):not([data-chat-state="launcher"]) #tidio-chat { visibility: hidden !important; pointer-events: none !important; }
html[data-chat-state="open"] .sticky-cta,
html[data-chat-state="launcher"] .sticky-cta { visibility: hidden; pointer-events: none; }
.chat-notice { position: fixed; z-index: 30; left: 50%; bottom: calc(92px + env(safe-area-inset-bottom)); transform: translateX(-50%); width: min(calc(100% - 32px), 390px); padding: 17px 18px 10px; border: 1px solid #dfd1ee; border-radius: 14px; background: #fffdff; box-shadow: 0 8px 35px #281d3826; }
.chat-notice p { color: var(--ink); font-size: 13px; line-height: 1.8; }
.chat-notice-actions { display: flex; align-items: center; justify-content: flex-end; gap: 22px; }
.chat-notice .text-button { padding-top: 0; }
[data-open-chat][aria-busy="true"] { cursor: progress; }
.no-script { position: relative; max-width: 430px; margin: 0 auto; padding: 22px; background: #fff; font-size: 14px; }

/* English copy uses natural wrapping within the same mobile canvas. */
html:lang(en) { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif; }
:lang(en) h1 { font-size: clamp(34px, 10.5vw, 44px); line-height: 1.12; letter-spacing: -1.4px; }
:lang(en) .hero-lead { max-width: 340px; line-height: 1.65; }
:lang(en) .hero-caption { max-width: 45%; font-size: 12px; line-height: 1.55; }
:lang(en) .benefit-grid li { white-space: normal; text-align: center; line-height: 1.4; }
:lang(en) .benefit-grid span { max-width: 82px; }
:lang(en) .earning-heading a { flex-shrink: 0; }
:lang(en) .section h2 { line-height: 1.2; letter-spacing: -.8px; text-wrap: balance; }
:lang(en) .section-intro { line-height: 1.7; }
:lang(en) .persona-body h3 { line-height: 1.35; }
:lang(en) .persona-body p, :lang(en) .task-description { line-height: 1.6; }
:lang(en) .task-card:not(.task-wide) { display: flex; flex-direction: column; }
:lang(en) .task-body { flex: 1; }
:lang(en) .task-body strong { line-height: 1.35; }
:lang(en) .task-card:not(.task-wide) .task-link { margin-top: auto; }
:lang(en) .task-description { margin-bottom: 14px; }
:lang(en) .task-wide .task-description { margin-bottom: 0; }
:lang(en) .community-visual figcaption > span { font-size: 10px; }
:lang(en) .community-visual figcaption strong { line-height: 1.35; }
:lang(en) .growth-card h3 { line-height: 1.4; }
:lang(en) .growth-card > p:last-child { line-height: 1.7; }
:lang(en) .trust-row { flex-wrap: wrap; justify-content: center; gap: 10px 14px; }
:lang(en) .sticky-cta > div { min-width: 0; }

@media (max-width: 350px) {
  .hero { padding-right: 16px; padding-left: 16px; }
  .hero-copy { padding-top: 15px; }
  .eyebrow { font-size: 11px; letter-spacing: 0; }
  h1 { font-size: 30px; }
  .hero-lead { font-size: 13px; }
  .hero-caption { left: 12px; top: 18px; font-size: 11px; }
  .earning-summary { padding: 12px 13px; }
  .earning-amount { gap: 9px; }
  .earning-amount strong { font-size: 31px; }
  .earning-amount strong span { margin: 0 5px; }
  .section { padding: 37px 16px; }
  .section h2 { font-size: 25px; }
  .section-intro { font-size: 13px; }
  .persona-grid, .task-grid { gap: 10px; }
  .persona-body { padding: 11px 10px 13px; }
  .persona-body p, .task-description { font-size: 12px; }
  .persona-wide { grid-template-columns: 94px 1fr; }
  .task-body { padding: 11px 10px; }
  .task-wide { grid-template-columns: 98px 1fr; }
  .task-wide .task-body { padding: 13px 11px; }
  .world-visual { margin-right: -16px; margin-left: -16px; }
  .community-visual figcaption { left: 13px; top: 22px; }
  .community-visual figcaption strong { font-size: 16px; }
  .growth h2 { font-size: 23px; }
  .growth-grid { gap: 10px; }
  .growth-card { padding: 16px 11px; }
  .growth-card h3 { font-size: 14px; }
  .conversion { padding: 27px 18px; }
  .conversion h2 { font-size: 25px; }
  .conversion .button { font-size: 14px; }
  .sticky-cta { padding-right: 12px; padding-left: 12px; gap: 8px; }
  .sticky-cta strong { font-size: 11px; }
  .sticky-cta .button { padding-right: 12px; padding-left: 12px; font-size: 12px; }
  .trust-row { flex-wrap: wrap; justify-content: center; gap: 10px 14px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; animation: none !important; }
}
