:root {
  --ink: #171713;
  --muted: #696963;
  --line: #e7e5de;
  --paper: #f7f5ef;
  --brand: #ff6b2c;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: #fff; color: var(--ink); font-family: Inter, "PingFang SC", "Microsoft YaHei", system-ui, -apple-system, sans-serif; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button { cursor: pointer; }
button, a { -webkit-tap-highlight-color: transparent; }
img { display: block; max-width: 100%; }

.site-shell { --brand-soft: color-mix(in srgb, var(--brand) 11%, white); min-height: 100vh; overflow: hidden; }
.site-nav { height: 76px; padding: 0 clamp(24px, 5vw, 80px); display: flex; align-items: center; gap: 42px; border-bottom: 1px solid var(--line); background: rgba(255,255,255,.92); backdrop-filter: blur(16px); position: sticky; top: 0; z-index: 30; }
.brand { display: flex; align-items: center; gap: 10px; font-weight: 750; letter-spacing: -.03em; white-space: nowrap; }
.brand-mark { display: inline-grid; place-items: center; width: 32px; height: 32px; border-radius: 10px 4px 10px 4px; background: var(--brand); color: white; font-weight: 900; font-style: italic; box-shadow: 0 7px 16px color-mix(in srgb, var(--brand) 30%, transparent); }
.site-nav nav { display: flex; gap: 32px; margin: 0 auto; font-size: 14px; color: #50504b; }
.site-nav nav a { position: relative; }
.site-nav nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -10px; height: 2px; background: var(--brand); transition: right .2s; }
.site-nav nav a:hover::after { right: 0; }
.nav-cta { display: inline-flex; align-items: center; gap: 8px; padding: 11px 17px; border: 0; border-radius: 10px; background: var(--ink); color: white; font-size: 14px; font-weight: 700; }
.announcement { min-height: 44px; padding: 8px 24px; display: flex; justify-content: center; align-items: center; gap: 14px; background: #23231f; color: white; font-size: 13px; }
.announcement span { padding: 3px 8px; border-radius: 999px; background: var(--brand); font-weight: 700; }
.announcement p { margin: 0; color: #dbdbd4; }
.announcement button { display: flex; gap: 5px; align-items: center; padding: 0; border: 0; background: transparent; color: inherit; font: inherit; font-weight: 700; }
.announcement button:hover { color: #ffb48f; }

.hero { min-height: 680px; padding: 84px clamp(24px, 7vw, 112px) 92px; display: grid; grid-template-columns: minmax(0, 1.02fr) minmax(420px, .98fr); gap: 72px; align-items: center; position: relative; isolation: isolate; background: linear-gradient(135deg, #fff 0%, #fff9f4 55%, #f2efe7 100%); }
.hero::before { content: ""; position: absolute; inset: 0; z-index: -2; background-image: linear-gradient(#ddd9cf 1px, transparent 1px), linear-gradient(90deg, #ddd9cf 1px, transparent 1px); background-size: 64px 64px; opacity: .22; mask-image: linear-gradient(90deg, black, transparent 82%); }
.hero-orb { position: absolute; border-radius: 50%; filter: blur(5px); z-index: -1; }
.hero-orb--one { width: 320px; height: 320px; background: color-mix(in srgb, var(--brand) 13%, transparent); right: 4%; top: 5%; }
.hero-orb--two { width: 150px; height: 150px; background: #ffd85c55; left: 45%; bottom: 2%; }
.hero-kicker { display: flex; align-items: center; gap: 10px; color: #4d4d47; font-size: 14px; font-weight: 700; letter-spacing: .06em; }
.hero-kicker span { width: 28px; height: 2px; background: var(--brand); }
.hero h1 { max-width: 690px; margin: 22px 0 22px; font-size: clamp(44px, 4.6vw, 64px); line-height: 1.1; letter-spacing: -.06em; font-weight: 850; text-wrap: balance; }
.hero h1 strong { display: block; color: var(--brand); font-weight: 850; }
.hero-copy > p { max-width: 640px; margin: 0; color: var(--muted); font-size: 17px; line-height: 1.9; }
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 34px; }
.button { min-height: 52px; padding: 0 23px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; border: 0; border-radius: 12px; font-weight: 750; transition: transform .2s, box-shadow .2s; }
.button:hover { transform: translateY(-2px); }
.button--primary { background: var(--brand); color: white; box-shadow: 0 16px 34px color-mix(in srgb, var(--brand) 28%, transparent); }
.button--ghost { border: 1px solid #d9d6cd; background: rgba(255,255,255,.6); }
.hero-trust { margin-top: 25px; display: flex; gap: 18px; flex-wrap: wrap; color: #777770; font-size: 12px; }
.hero-trust span::before { content: "✓"; color: var(--brand); margin-right: 6px; font-weight: 800; }
.hero-visual { min-height: 480px; position: relative; display: grid; place-items: center; }
.hero-visual::before { content: ""; position: absolute; width: 86%; aspect-ratio: 1; border-radius: 50%; border: 1px dashed color-mix(in srgb, var(--brand) 38%, transparent); animation: spin 30s linear infinite; }
.hero-visual--image { min-height: 510px; border-radius: 36px 12px 36px 12px; background-image: linear-gradient(180deg, transparent 30%, rgba(0,0,0,.35)), var(--hero-image); background-size: cover; background-position: center; box-shadow: 0 24px 80px #42352625; }
.hero-visual--image::before { display: none; }
@keyframes spin { to { transform: rotate(360deg); } }
.earnings-card { width: min(430px, 88%); padding: 28px; border: 1px solid rgba(255,255,255,.7); border-radius: 28px 10px 28px 10px; background: rgba(255,255,255,.82); backdrop-filter: blur(20px); box-shadow: 0 32px 80px rgba(62,47,28,.18); transform: rotate(-2deg); }
.earnings-card__top { display: flex; align-items: flex-start; justify-content: space-between; }
.earnings-card__top div { display: grid; gap: 5px; }
.earnings-card__top span { color: #77766e; font-size: 13px; }
.earnings-card__top strong { font-size: 35px; letter-spacing: -.04em; }
.earnings-card__top .trend { color: #087d4f; background: #dff6e9; border-radius: 999px; padding: 7px 10px; font-weight: 800; }
.chart { height: 170px; margin-top: 26px; position: relative; display: flex; justify-content: space-between; align-items: flex-end; border-bottom: 1px solid #dedbd3; }
.chart i { width: 1px; height: 100%; background: #e9e6df; }
.chart-line { position: absolute; height: 3px; background: var(--brand); border-radius: 4px; transform-origin: left; }
.chart-line::after { content: ""; position: absolute; right: -5px; top: -4px; width: 10px; height: 10px; border-radius: 50%; background: var(--brand); border: 3px solid white; box-shadow: 0 0 0 1px var(--brand); }
.chart-line--one { width: 82px; left: 3%; bottom: 26%; transform: rotate(-12deg); }
.chart-line--two { width: 86px; left: 25%; bottom: 36%; transform: rotate(8deg); }
.chart-line--three { width: 92px; left: 47%; bottom: 28%; transform: rotate(-28deg); }
.chart-line--four { width: 96px; left: 70%; bottom: 53%; transform: rotate(-17deg); }
.chart-labels { display: flex; justify-content: space-between; margin-top: 11px; color: #8b8a83; font-size: 11px; }
.float-card { position: absolute; display: flex; align-items: center; gap: 12px; padding: 14px 16px; border-radius: 15px; background: #fff; box-shadow: 0 18px 45px rgba(47,38,27,.16); }
.float-card strong, .float-card small { display: block; }
.float-card strong { font-size: 13px; }
.float-card small { margin-top: 4px; color: #77766f; font-size: 11px; }
.float-card--top { right: -3%; top: 11%; animation: float 4.5s ease-in-out infinite; }
.float-card--bottom { left: -5%; bottom: 8%; animation: float 4.5s ease-in-out 1s infinite; }
@keyframes float { 50% { transform: translateY(-10px); } }
.float-icon { display: grid; place-items: center; width: 35px; height: 35px; border-radius: 50%; background: #def6e8; color: #087d4f; font-weight: 900; }
.avatar-stack { display: flex; }
.avatar-stack i { width: 30px; height: 30px; display: grid; place-items: center; border-radius: 50%; background: #f0c7ad; color: #5c3822; border: 2px solid white; font-style: normal; font-size: 11px; }
.avatar-stack i + i { margin-left: -9px; background: #d9dfaa; }
.avatar-stack i + i + i { background: #b7d7e8; }

.stats-band { min-height: 200px; padding: 26px clamp(24px, 6vw, 96px); position: relative; isolation: isolate; display: grid; grid-template-columns: minmax(220px, .75fr) minmax(470px, 1.7fr) minmax(170px, .5fr); gap: clamp(22px, 4vw, 64px); align-items: stretch; overflow: hidden; background: #171713; color: white; }
.stats-band::before { content: ""; position: absolute; z-index: -1; width: 430px; height: 430px; left: -185px; top: -205px; border: 1px solid color-mix(in srgb, var(--brand) 65%, transparent); border-radius: 50%; box-shadow: 0 0 0 38px color-mix(in srgb, var(--brand) 11%, transparent), 0 0 0 78px color-mix(in srgb, var(--brand) 6%, transparent); }
.stats-band::after { content: ""; position: absolute; z-index: -1; width: 360px; height: 360px; right: -160px; bottom: -245px; border-radius: 50%; background: radial-gradient(circle, color-mix(in srgb, var(--brand) 22%, transparent), transparent 67%); }
.stats-band__intro { padding: 14px 0; display: grid; align-content: center; gap: 9px; }
.stats-band__intro > span, .stats-band__note > span { color: color-mix(in srgb, var(--brand) 86%, white); font-size: 11px; font-weight: 850; letter-spacing: .16em; }
.stats-band__intro > strong { font-size: clamp(22px, 2.2vw, 32px); line-height: 1.18; letter-spacing: -.045em; }
.stats-band__intro p { max-width: 260px; margin: 0; color: #a9a89f; font-size: 12px; line-height: 1.7; }
.stats-band__metrics { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; }
.metric-card { min-height: 146px; padding: 19px 18px 16px; position: relative; display: flex; flex-direction: column; justify-content: flex-end; overflow: hidden; border: 1px solid #373731; border-radius: 16px 5px 16px 5px; background: linear-gradient(145deg, rgba(255,255,255,.07), rgba(255,255,255,.025)); }
.metric-card::before { content: ""; position: absolute; width: 95px; height: 95px; top: -53px; right: -42px; border: 1px solid color-mix(in srgb, var(--brand) 58%, transparent); border-radius: 50%; box-shadow: 0 0 0 19px color-mix(in srgb, var(--brand) 8%, transparent); }
.metric-card__index { position: absolute; top: 15px; left: 18px; color: #85847b; font-size: 10px; font-weight: 800; letter-spacing: .12em; }
.metric-card strong { color: var(--brand); font-size: clamp(30px, 3vw, 44px); line-height: 1; letter-spacing: -.055em; }
.metric-card > span:not(.metric-card__index) { margin-top: 8px; color: #e1e0d8; font-size: 13px; font-weight: 700; }
.metric-card i { width: 27px; height: 2px; margin-top: 14px; background: var(--brand); }
.stats-band__note { padding: 18px 0 18px clamp(18px, 2vw, 30px); display: flex; flex-direction: column; justify-content: center; gap: 12px; border-left: 1px solid #3a3a34; }
.stats-band__note p { margin: 0; color: #99988f; font-size: 11px; line-height: 1.8; }

.section { padding: 110px clamp(24px, 7vw, 112px); }
.section-heading { max-width: 920px; }
.section-heading--center { margin: 0 auto; text-align: center; }
.eyebrow { display: inline-flex; color: var(--brand); font-size: 12px; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }
.section-heading h2, .final-cta h2 { margin: 14px 0 15px; font-size: clamp(34px, 3.5vw, 48px); line-height: 1.18; letter-spacing: -.05em; text-wrap: balance; }
.section-heading p { margin: 0; color: var(--muted); font-size: 16px; line-height: 1.8; }
.benefit-grid { padding: 25px 0 42px; position: relative; display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; align-items: end; margin-top: 38px; }
.benefit-grid::before { content: ""; position: absolute; left: 10%; right: 10%; bottom: 3px; height: 2px; background: linear-gradient(90deg, color-mix(in srgb, var(--brand) 12%, transparent), var(--brand), color-mix(in srgb, var(--brand) 12%, transparent)); opacity: .5; }
.benefit-card { --stage: 1; min-height: 398px; padding: 32px; position: relative; z-index: 1; overflow: hidden; border: 1px solid #e6dfd5; border-radius: 28px 8px 28px 8px; background: linear-gradient(145deg, #fff 0%, #fffaf6 100%); box-shadow: 0 18px 35px rgba(75,48,26,.06); transition: transform .25s, box-shadow .25s; }
.benefit-card::before { content: ""; position: absolute; z-index: -1; width: 220px; height: 220px; right: -118px; top: -130px; border: 1px solid color-mix(in srgb, var(--brand) 48%, transparent); border-radius: 50%; box-shadow: 0 0 0 26px color-mix(in srgb, var(--brand) 7%, transparent), 0 0 0 54px color-mix(in srgb, var(--brand) 4%, transparent); }
.benefit-card::after { content: ""; position: absolute; z-index: -1; left: 0; right: 0; bottom: 0; height: 96px; background: linear-gradient(90deg, color-mix(in srgb, var(--brand) 8%, transparent), transparent); }
.benefit-card:hover { transform: translateY(calc(var(--lift) - 10px)); box-shadow: 0 28px 58px rgba(75,48,26,.16); }
.benefit-card--stage-1 { --lift: 0px; }
.benefit-card--stage-2 { --lift: -22px; transform: translateY(var(--lift)); border-color: #f3c7ae; box-shadow: 0 25px 48px rgba(255,107,44,.13); }
.benefit-card--stage-3 { --lift: -44px; transform: translateY(var(--lift)); border-color: transparent; background: linear-gradient(145deg, #ff7e3f 0%, #ff5e24 48%, #e8481d 100%); box-shadow: 0 30px 58px rgba(229,67,25,.26); color: white; }
.benefit-card--stage-3::before { border-color: rgba(255,255,255,.5); box-shadow: 0 0 0 26px rgba(255,255,255,.09), 0 0 0 54px rgba(255,255,255,.06); }
.benefit-card--stage-3::after { background: linear-gradient(90deg, rgba(104,24,8,.26), transparent); }
.benefit-card__index { position: absolute; right: 22px; top: 11px; color: #eee9df; font-size: 78px; font-weight: 900; letter-spacing: -.09em; line-height: 1; }
.benefit-card--stage-2 .benefit-card__index { color: #ffd9c5; }
.benefit-card--stage-3 .benefit-card__index { color: rgba(255,255,255,.24); }
.benefit-card__growth { position: absolute; right: 26px; bottom: 29px; display: flex; align-items: end; gap: 4px; opacity: .78; }
.benefit-card__growth i { width: 5px; border-radius: 4px 4px 0 0; background: var(--brand); }
.benefit-card__growth i:nth-child(1) { height: 9px; }.benefit-card__growth i:nth-child(2) { height: 15px; }.benefit-card__growth i:nth-child(3) { height: 22px; }
.benefit-card--stage-2 .benefit-card__growth i { background: #f15b22; }.benefit-card--stage-3 .benefit-card__growth i { background: white; }
.benefit-icon { width: 58px; height: 58px; display: grid; place-items: center; margin-bottom: 49px; border-radius: 18px 5px 18px 5px; background: #fff0e9; color: var(--brand); font-size: 25px; font-weight: 900; box-shadow: 0 9px 18px rgba(255,107,44,.1); }
.benefit-card--stage-2 .benefit-icon { background: var(--brand); color: white; }.benefit-card--stage-3 .benefit-icon { background: white; color: #eb4c1e; box-shadow: 0 11px 22px rgba(100,24,8,.17); }
.benefit-card > span { color: var(--brand); font-size: 12px; font-weight: 850; }
.benefit-card h3 { margin: 9px 0 12px; font-size: 24px; letter-spacing: -.04em; }
.benefit-card p { min-height: 78px; margin: 0; color: var(--muted); line-height: 1.75; font-size: 14px; }
.benefit-card > strong { display: block; margin-top: 18px; padding-top: 18px; border-top: 1px solid var(--line); font-size: 13px; }
.benefit-card--stage-3 > span, .benefit-card--stage-3 p { color: rgba(255,255,255,.82); }.benefit-card--stage-3 > strong { border-color: rgba(255,255,255,.32); color: white; }

.process-section { display: grid; grid-template-columns: .82fr 1.18fr; gap: 84px; background: var(--paper); }
.process-intro { min-height: 592px; padding: 30px; position: relative; display: flex; flex-direction: column; justify-content: space-between; overflow: hidden; border: 1px solid #e7e2d8; border-radius: 28px 8px 28px 8px; background: linear-gradient(145deg, #fffdf9, #f3eee4); }
.process-intro::before { content: "04"; position: absolute; right: -22px; top: -52px; color: #ebe5da; font-size: 190px; font-weight: 900; letter-spacing: -.12em; line-height: 1; }
.process-intro::after { content: ""; position: absolute; width: 270px; height: 270px; left: -140px; bottom: -150px; border: 1px solid color-mix(in srgb, var(--brand) 58%, transparent); border-radius: 50%; box-shadow: 0 0 0 27px color-mix(in srgb, var(--brand) 8%, transparent), 0 0 0 54px color-mix(in srgb, var(--brand) 4%, transparent); }
.process-intro__content { position: relative; z-index: 1; }
.process-flow { margin-top: 48px; display: grid; grid-template-columns: repeat(2, 1fr); gap: 9px; }
.process-flow__item { min-height: 72px; padding: 13px 12px; display: grid; align-content: center; gap: 4px; border: 1px solid #e4ddd2; border-radius: 12px 4px 12px 4px; background: rgba(255,255,255,.74); }
.process-flow__item span { color: var(--brand); font-size: 10px; font-weight: 850; letter-spacing: .1em; }.process-flow__item strong { color: #3b3a35; font-size: 12px; line-height: 1.3; }
.process-flow__item:nth-child(4) { border-color: color-mix(in srgb, var(--brand) 42%, white); background: var(--brand); }.process-flow__item:nth-child(4) span { color: #ffe1d2; }.process-flow__item:nth-child(4) strong { color: white; }
.process-note { position: relative; z-index: 1; margin-top: 36px; padding: 21px 22px; border-left: 3px solid var(--brand); border-radius: 0 10px 10px 0; background: rgba(255,255,255,.9); box-shadow: 0 12px 24px rgba(55,44,29,.07); display: grid; gap: 5px; }
.process-note span { color: #77766f; font-size: 13px; }
.process-note strong { font-size: 20px; }
.steps-list { border-top: 1px solid #d8d5cc; }
.step-card { min-height: 148px; padding: 27px 0; display: grid; grid-template-columns: 62px 1fr auto; gap: 20px; align-items: center; border-bottom: 1px solid #d8d5cc; }
.step-number { color: var(--brand); font-size: 14px; font-weight: 850; }
.step-card h3 { margin: 0 0 8px; font-size: 21px; }
.step-card p { margin: 0; color: var(--muted); line-height: 1.65; font-size: 14px; }
.step-action { align-self: center; display: flex; gap: 8px; padding: 0; border: 0; background: transparent; color: #55554f; font-size: 12px; font-weight: 750; white-space: nowrap; }
.step-action:is(button) { min-width: 112px; min-height: 44px; padding: 0 15px; align-items: center; justify-content: center; border: 1px solid color-mix(in srgb, var(--brand) 48%, white); border-radius: 11px 4px 11px 4px; background: linear-gradient(135deg, #fff7f2, color-mix(in srgb, var(--brand) 14%, white)); color: #cf4b1a; box-shadow: 0 8px 18px color-mix(in srgb, var(--brand) 13%, transparent); transition: transform .18s, background .18s, box-shadow .18s; }
.step-action:is(button):hover { transform: translateY(-2px); background: var(--brand); color: white; box-shadow: 0 12px 24px color-mix(in srgb, var(--brand) 27%, transparent); }
.step-action:is(button):focus-visible { outline: 3px solid color-mix(in srgb, var(--brand) 35%, white); outline-offset: 3px; }

.stories-section { background: #fff; }
.story-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 52px; }
.story-card { overflow: hidden; border: 1px solid #f0ded4; border-radius: 24px 8px 24px 8px; background: #fff; box-shadow: 0 18px 38px rgba(80,48,28,.07); transition: transform .22s, box-shadow .22s; }
.story-card:hover { transform: translateY(-5px); box-shadow: 0 25px 48px rgba(80,48,28,.13); }
.story-showcase { min-height: 210px; padding: 25px 25px 0; position: relative; isolation: isolate; display: grid; grid-template-columns: 118px 1fr; align-items: end; gap: 15px; overflow: hidden; color: white; background: linear-gradient(135deg, #ff926e 0%, var(--brand) 48%, #e94d29 100%); }
.story-showcase::before { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(125deg, transparent 32%, rgba(255,255,255,.12) 32% 42%, transparent 42% 63%, rgba(255,255,255,.08) 63% 70%, transparent 70%); }
.story-showcase::after { content: ""; position: absolute; width: 220px; height: 220px; right: -102px; top: -128px; z-index: -1; border: 1px solid rgba(255,255,255,.42); border-radius: 50%; box-shadow: 0 0 0 28px rgba(255,255,255,.08), 0 0 0 56px rgba(255,255,255,.045); }
.story-grid .story-card:nth-child(2) .story-showcase { background: linear-gradient(135deg, #fb966e 0%, #f06143 52%, #d8412c 100%); }
.story-grid .story-card:nth-child(3) .story-showcase { background: linear-gradient(135deg, #ffab7d 0%, #f7734d 50%, #dc4c35 100%); }
.story-portrait { height: 177px; position: relative; display: flex; align-items: end; justify-content: center; overflow: hidden; border-radius: 58px 58px 8px 8px; background: linear-gradient(180deg, rgba(255,255,255,.75), rgba(255,255,255,.18)); }
.story-portrait img { width: 100%; height: 100%; object-fit: cover; object-position: center top; mix-blend-mode: normal; }
.story-portrait > span { width: 100%; height: 100%; display: grid; place-items: center; background: rgba(255,255,255,.25); color: white; font-size: 48px; font-weight: 900; }
.story-profile { min-height: 177px; padding: 7px 0 21px; display: flex; flex-direction: column; justify-content: flex-end; }
.story-profile > span { margin-bottom: 10px; color: rgba(255,255,255,.74); font-size: 9px; font-weight: 800; letter-spacing: .08em; }
.story-profile > strong { font-size: 25px; line-height: 1.1; letter-spacing: -.04em; }
.story-profile > small { margin-top: 5px; color: rgba(255,255,255,.85); font-size: 13px; }
.story-revenue { margin-top: 19px; display: grid; grid-template-columns: 1fr auto; gap: 3px 9px; align-items: baseline; }
.story-revenue span { color: rgba(255,255,255,.78); font-size: 11px; }
.story-revenue strong { grid-row: span 2; color: #fff6d8; font-size: clamp(21px, 2vw, 29px); font-variant-numeric: tabular-nums; letter-spacing: -.055em; white-space: nowrap; }
.story-revenue small { color: rgba(255,255,255,.86); font-size: 10px; }
.story-quote { margin: 0; padding: 23px 25px 25px; color: #575751; font-size: 13px; line-height: 1.8; }
.story-quote p { margin: 0; display: -webkit-box; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 4; }
.story-quote--expanded p { display: block; }
.story-quote button { margin-top: 11px; padding: 0; border: 0; background: transparent; color: var(--brand); font-size: 12px; font-weight: 800; }

.faq-section { background: var(--paper); }
.faq-heading-row { display: flex; align-items: flex-end; justify-content: space-between; gap: 30px; }
.text-link { display: flex; gap: 6px; align-items: center; padding: 0; border: 0; background: transparent; color: var(--brand); font-size: 13px; font-weight: 800; white-space: nowrap; }
.faq-layout { margin-top: 55px; display: grid; grid-template-columns: 260px 1fr; gap: 55px; }
.faq-tabs { display: flex; flex-direction: column; }
.faq-tabs button { padding: 18px 10px; display: flex; align-items: center; justify-content: space-between; border: 0; border-bottom: 1px solid #d8d5cc; background: transparent; color: #77766f; text-align: left; cursor: pointer; }
.faq-tabs button.active { color: var(--brand); font-weight: 800; }
.faq-item { border-bottom: 1px solid #d8d5cc; }
.faq-item > button { width: 100%; padding: 22px 0; display: flex; justify-content: space-between; align-items: center; gap: 25px; border: 0; background: transparent; text-align: left; cursor: pointer; font-weight: 750; }
.faq-item button i { width: 28px; height: 28px; display: grid; place-items: center; border: 1px solid #c8c5bd; border-radius: 50%; color: var(--brand); font-style: normal; flex: 0 0 auto; }
.faq-item p { margin: -6px 50px 23px 0; color: var(--muted); line-height: 1.8; font-size: 14px; white-space: pre-line; }
.empty-state { padding: 35px; border: 1px dashed #cbc7bd; color: #77766f; text-align: center; }

.tools-section { padding-bottom: 135px; }
.tools-grid { margin-top: 50px; display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.tool-card { --tool-start: #fff0e8; --tool-end: #fffaf6; --tool-line: #ffd1ba; --tool-accent: #ff6b2c; width: 100%; min-height: 118px; padding: 24px; position: relative; isolation: isolate; overflow: hidden; z-index: 1; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 18px; appearance: none; border: 0; border-radius: 15px; background: transparent; color: inherit; font: inherit; text-align: left; cursor: pointer; transition: transform .2s, box-shadow .2s; }
.tool-card::before { content: ""; position: absolute; inset: 0; z-index: -2; border: 1px solid var(--tool-line); border-radius: inherit; background: linear-gradient(135deg, var(--tool-start), var(--tool-end) 72%); transition: border-color .2s, box-shadow .2s; }
.tool-card::after { content: ""; position: absolute; width: 145px; height: 145px; right: -70px; top: -72px; z-index: -1; border-radius: 50%; background: var(--tool-accent); opacity: .075; transition: transform .25s, opacity .25s; }
.tools-grid .tool-card:nth-child(2) { --tool-start: #fff7dc; --tool-end: #fffdf5; --tool-line: #f0df9f; --tool-accent: #b47a00; }
.tools-grid .tool-card:nth-child(3) { --tool-start: #f0efff; --tool-end: #fbfaff; --tool-line: #d7d2ff; --tool-accent: #6658db; }
.tools-grid .tool-card:nth-child(4) { --tool-start: #eaf8f5; --tool-end: #fbfffe; --tool-line: #bce7dc; --tool-accent: #168c72; }
.tool-card:hover { transform: translateY(-4px); box-shadow: 0 18px 40px rgba(43,36,28,.11); }
.tool-card:hover::before { border-color: var(--tool-accent); box-shadow: 0 9px 24px color-mix(in srgb, var(--tool-accent) 12%, transparent); }
.tool-card:hover::after { transform: scale(1.35); opacity: .12; }
.tool-icon { width: 52px; height: 52px; display: grid; place-items: center; border-radius: 50%; background: color-mix(in srgb, var(--tool-accent) 13%, white); color: var(--tool-accent); font-size: 22px; }
.tool-card h3 { margin: 0 0 6px; font-size: 17px; }
.tool-card p { margin: 0; color: var(--muted); font-size: 13px; }
.tool-card__cta { display: inline-flex; align-items: center; gap: 6px; padding: 8px 11px; border-radius: 999px; background: color-mix(in srgb, var(--tool-accent) 12%, white); color: var(--tool-accent); font-size: 11px; font-weight: 800; white-space: nowrap; transition: background .2s, color .2s; }
.tool-card:hover .tool-card__cta { background: var(--tool-accent); color: white; }

.final-cta { margin: 0 clamp(24px, 4vw, 64px); padding: 65px clamp(28px, 5vw, 78px); display: flex; align-items: center; justify-content: space-between; gap: 60px; border-radius: 30px 8px 30px 8px; background: var(--brand); color: white; position: relative; overflow: hidden; }
.final-cta::after { content: ""; position: absolute; width: 420px; height: 420px; right: -120px; top: -170px; border: 1px solid rgba(255,255,255,.35); border-radius: 50%; box-shadow: 0 0 0 50px rgba(255,255,255,.05), 0 0 0 100px rgba(255,255,255,.04); }
.final-cta > div, .final-cta > a, .final-cta > button { position: relative; z-index: 1; }
.final-cta .eyebrow { color: white; opacity: .8; }
.final-cta h2 { max-width: 750px; margin-bottom: 10px; }
.final-cta p { margin: 0; opacity: .82; }
.button--light { min-width: 210px; background: white; color: var(--brand); box-shadow: 0 18px 40px rgba(104,43,18,.18); }
footer { padding: 70px clamp(24px, 7vw, 112px) 25px; background: #fff; }
.footer-top { padding-bottom: 45px; display: grid; grid-template-columns: 1fr 1.2fr; gap: 80px; border-bottom: 1px solid var(--line); }
.footer-brand { display: flex; align-items: center; gap: 12px; font-size: 19px; }
.footer-notice strong { font-size: 13px; }
.footer-notice p { margin: 9px 0 0; color: var(--muted); font-size: 12px; line-height: 1.8; }
.footer-bottom { padding-top: 22px; display: flex; justify-content: space-between; color: #97968f; font-size: 11px; }
.footer-bottom a:hover { color: var(--brand); }
.mobile-cta { display: none; }
.registration-modal { position: fixed; z-index: 60; inset: 0; display: grid; place-items: center; padding: 24px; background: rgba(23,23,19,.62); }
.registration-dialog { width: min(100%, 450px); padding: 42px 42px 30px; position: relative; border-radius: 18px; background: white; box-shadow: 0 28px 90px rgba(0,0,0,.3); text-align: center; }
.registration-dialog img { width: min(300px, 100%); height: auto; margin: 0 auto; }
.registration-dialog--rules { width: min(100%, 1060px); max-height: calc(100vh - 48px); padding: 28px; overflow: auto; }
.registration-dialog--rules img { width: 100%; max-width: 960px; margin: 0 auto; }
.rules-image-crop { max-width: 960px; aspect-ratio: 960 / 690; margin: 0 auto; overflow: hidden; }
.rules-image-crop img { width: 100%; max-width: none; height: auto; }
.rules-notice { max-width: 960px; margin: 20px auto 0; color: #34332f; text-align: left; }
.rules-notice h3 { margin: 0 0 12px; font-size: 25px; letter-spacing: -.03em; }
.rules-notice p { margin: 7px 0; color: #55544e; font-size: 16px; line-height: 1.7; }
.registration-dialog p { margin: 24px 0 0; color: #77766f; font-size: 17px; }
.registration-close { position: absolute; top: 10px; right: 12px; width: 36px; height: 36px; border: 0; border-radius: 50%; background: #f4f2ed; color: #55554f; font-size: 27px; line-height: 1; }

.site-shell--preview { width: 1440px; pointer-events: none; }

@media (min-width: 761px) {
  .site-nav,
  .announcement,
  .hero,
  .stats-band,
  .section,
  footer { padding-left: max(24px, calc((100vw - 1180px) / 2)); padding-right: max(24px, calc((100vw - 1180px) / 2)); }
  .final-cta { margin-left: max(24px, calc((100vw - 1180px) / 2)); margin-right: max(24px, calc((100vw - 1180px) / 2)); }
}

@media (max-width: 1050px) {
  .site-nav nav { display: none; }
  .site-nav { justify-content: space-between; }
  .hero { grid-template-columns: 1fr; padding-top: 70px; }
  .hero-copy { text-align: center; }
  .hero-kicker, .hero-actions, .hero-trust { justify-content: center; }
  .hero h1, .hero-copy > p { margin-left: auto; margin-right: auto; }
  .hero-visual { width: min(620px, 100%); margin: -10px auto 0; }
  .process-section { grid-template-columns: 1fr; gap: 45px; }
  .process-intro { min-height: 0; padding: 34px; }
}

@media (max-width: 760px) {
  .site-shell { width: min(100%, 430px); margin: 0 auto; background: #fff; box-shadow: 0 0 40px rgba(57,43,28,.06); }
  html, body { width: 100%; overflow-x: hidden; }
  body { font-size: 15px; }
  .site-nav { height: 64px; padding: 0 18px; }
  .brand { font-size: 14px; }
  .brand-mark { width: 29px; height: 29px; }
  .nav-cta { display: none; }
  .announcement { min-height: 42px; padding: 8px 14px; gap: 8px; justify-content: flex-start; font-size: 12px; }
  .announcement span { flex: 0 0 auto; }
  .announcement p { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
  .announcement button { margin-left: auto; white-space: nowrap; }
  .hero { min-height: auto; padding: 46px 20px 42px; gap: 18px; }
  .hero-copy { text-align: left; }
  .hero-kicker, .hero-actions, .hero-trust { justify-content: flex-start; }
  .hero h1, .hero-copy > p { margin-left: 0; margin-right: 0; }
  .hero h1 { margin: 16px 0; font-size: clamp(34px, 9.5vw, 40px); line-height: 1.12; letter-spacing: -.065em; }
  .hero-copy > p { font-size: 14px; line-height: 1.78; }
  .hero-actions { flex-direction: column; }
  .hero-actions .button { width: 100%; min-height: 50px; }
  .hero-trust { gap: 7px 12px; font-size: 11px; }
  .hero-visual { min-height: 308px; width: 100%; margin: 0 auto; }
  .hero-visual::before { width: 92%; }
  .earnings-card { width: min(100%, 340px); padding: 20px; border-radius: 22px 8px 22px 8px; transform: rotate(-1deg); }
  .earnings-card__top strong { font-size: 29px; }
  .earnings-card__top .trend { padding: 5px 8px; font-size: 11px; }
  .chart { height: 115px; margin-top: 16px; }
  .chart-labels { margin-top: 8px; font-size: 10px; }
  .chart-line--one { width: 63px; }.chart-line--two { width: 65px; }.chart-line--three { width: 69px; }.chart-line--four { width: 71px; }
  .float-card { gap: 8px; padding: 10px 11px; border-radius: 11px; }
  .float-card strong { font-size: 11px; }.float-card small { font-size: 9px; }
  .float-icon { width: 27px; height: 27px; font-size: 12px; }
  .avatar-stack i { width: 24px; height: 24px; font-size: 9px; }
  .float-card--top { right: -2px; top: 4%; }
  .float-card--bottom { left: -2px; bottom: 2%; }
  .stats-band { min-height: 0; padding: 28px 20px 24px; grid-template-columns: 1fr; gap: 19px; }
  .stats-band__intro { padding: 0; gap: 7px; }
  .stats-band__intro > strong { font-size: 27px; }
  .stats-band__metrics { gap: 8px; }
  .metric-card { min-height: 126px; padding: 17px 12px 13px; }
  .metric-card__index { top: 12px; left: 12px; }
  .metric-card strong { font-size: 28px; }
  .metric-card > span:not(.metric-card__index) { font-size: 11px; }
  .metric-card i { width: 20px; margin-top: 11px; }
  .stats-band__note { display: block; padding: 13px 0 0; border-top: 1px solid #3a3a34; border-left: 0; }
  .stats-band__note > span { display: none; }
  .stats-band__note p { font-size: 10px; }
  .section { padding: 64px 20px; }
  .section-heading h2, .final-cta h2 { font-size: 29px; line-height: 1.24; }
  .section-heading p { font-size: 14px; }
  .benefit-grid, .story-grid, .tools-grid { grid-template-columns: 1fr; }
  .benefit-grid { padding: 0; margin-top: 36px; }
  .benefit-grid::before { display: none; }
  .benefit-card, .benefit-card--stage-2, .benefit-card--stage-3 { min-height: 312px; padding: 25px; transform: none; }
  .benefit-icon { width: 50px; height: 50px; margin-bottom: 32px; font-size: 22px; }
  .benefit-card__index { font-size: 64px; }
  .benefit-card h3 { font-size: 21px; }
  .benefit-card p { min-height: 0; font-size: 13px; }
  .benefit-card:hover { transform: translateY(-5px); }
  .process-section { padding-left: 20px; padding-right: 20px; gap: 28px; }
  .process-intro { padding: 25px; }
  .process-intro::before { right: -12px; top: -26px; font-size: 124px; }
  .process-flow { margin-top: 31px; }
  .process-flow__item { min-height: 67px; padding: 11px; }
  .process-note { margin-top: 24px; padding: 17px 18px; }
  .step-card { min-height: 0; grid-template-columns: 38px 1fr; gap: 11px; padding: 20px 0; }
  .step-card h3 { margin-bottom: 5px; font-size: 18px; }
  .step-card p { font-size: 13px; }
  .step-action { width: 100%; min-height: 42px; grid-column: 1 / -1; }
  .story-grid { gap: 14px; margin-top: 32px; }
  .story-showcase { min-height: 168px; padding: 18px 18px 0; grid-template-columns: 88px 1fr; gap: 12px; }
  .story-portrait { width: 88px; height: 112px; }
  .story-profile > strong { font-size: 22px; }
  .story-revenue { margin-top: 10px; }
  .story-quote { padding: 18px; font-size: 13px; }
  .faq-heading-row { display: block; }
  .faq-heading-row .text-link { margin-top: 18px; }
  .faq-layout { grid-template-columns: 1fr; gap: 25px; margin-top: 35px; }
  .faq-tabs { flex-direction: row; overflow-x: auto; gap: 8px; padding: 1px 0 8px; scrollbar-width: none; }
  .faq-tabs button { flex: 0 0 auto; border: 1px solid #d8d5cc; border-radius: 999px; padding: 10px 14px; }
  .faq-tabs button span { display: none; }
  .faq-tabs button.active { border-color: var(--brand); background: white; }
  .tools-section { padding-bottom: 74px; }
  .tools-grid { margin-top: 30px; gap: 11px; }
  .tool-card { min-height: 96px; padding: 17px; gap: 12px; grid-template-columns: auto 1fr; }
  .tool-icon { width: 43px; height: 43px; font-size: 18px; }
  .tool-card h3 { margin-bottom: 4px; font-size: 15px; }
  .tool-card p { font-size: 12px; line-height: 1.5; }
  .tool-card__cta { display: none; }
  .final-cta { margin: 0 14px; padding: 40px 22px; display: block; border-radius: 22px 6px 22px 6px; }
  .final-cta .button { width: 100%; margin-top: 28px; }
  footer { padding: 52px 20px 92px; }
  .footer-top { grid-template-columns: 1fr; gap: 32px; }
  .mobile-cta { position: fixed; left: 12px; right: 12px; bottom: 12px; z-index: 40; min-height: 54px; display: flex; align-items: center; justify-content: center; gap: 8px; border-radius: 14px; background: var(--brand); color: white; font-weight: 800; box-shadow: 0 14px 40px rgba(61,40,24,.25); }
  .registration-modal { padding: 14px; }
  .registration-dialog { width: min(100%, 360px); padding: 34px 20px 22px; border-radius: 16px; }
  .registration-dialog img { width: min(260px, 100%); }
  .registration-dialog p { margin-top: 17px; font-size: 15px; line-height: 1.5; }
  .registration-dialog--rules { width: 100%; max-height: calc(100vh - 28px); padding: 16px 10px; }
  .registration-dialog--rules img { width: 100%; max-width: none; }
  .rules-notice { margin-top: 15px; }
  .rules-notice h3 { margin-bottom: 9px; font-size: 19px; }
  .rules-notice p { margin: 6px 0; font-size: 14px; line-height: 1.65; }
}

@media (max-width: 390px) {
  .hero { padding-left: 16px; padding-right: 16px; }
  .hero h1 { font-size: 33px; }
  .stats-band, .section, .process-section { padding-left: 16px; padding-right: 16px; }
  .stats-band__metrics { grid-template-columns: 1fr; }
  .metric-card { min-height: 96px; display: grid; grid-template-columns: 40px 1fr; align-items: center; gap: 0 8px; padding: 14px; }
  .metric-card__index { position: static; grid-row: span 2; }
  .metric-card strong { font-size: 26px; }
  .metric-card > span:not(.metric-card__index) { margin-top: 0; }
  .metric-card i { display: none; }
  .hero-visual { min-height: 286px; }
  .earnings-card { width: 88%; }
  .float-card--top { right: -8px; }.float-card--bottom { left: -8px; }
  .process-flow { grid-template-columns: 1fr; }
  .process-flow__item { min-height: 58px; }
  .final-cta { margin-left: 10px; margin-right: 10px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}

.modal { display:none; position:fixed; z-index:60; inset:0; place-items:center; padding:24px; background:rgba(23,23,19,.62); } .modal.show { display:grid; } .dialog { width:min(100%,450px); padding:42px 42px 30px; position:relative; border-radius:18px; background:white; box-shadow:0 28px 90px rgba(0,0,0,.3); text-align:center; } .dialog img { width:min(300px,100%); height:auto; margin:0 auto; } .dialog p { margin:24px 0 0; color:#77766f; font-size:17px; } .close { position:absolute; top:10px; right:12px; width:36px; height:36px; border:0; border-radius:50%; background:#f4f2ed; color:#55554f; font-size:27px; line-height:1; } .rules-image-crop { display:contents; } #modal-rules-notice { display:none; } .modal.modal--rules .dialog { width:min(100%,1060px); max-height:calc(100vh - 48px); padding:28px; overflow:auto; } .modal.modal--rules .rules-image-crop { display:block; max-width:960px; aspect-ratio:960 / 690; margin:0 auto; overflow:hidden; } .modal.modal--rules .rules-image-crop img { width:100%; max-width:none; height:auto; max-height:none; } .modal.modal--rules .dialog > #modal-hint { display:none; } .modal.modal--rules #modal-rules-notice { display:block; max-width:960px; margin:20px auto 0; color:#34332f; text-align:left; } .modal.modal--rules #modal-rules-notice h3 { margin:0 0 12px; font-size:25px; letter-spacing:-.03em; } .modal.modal--rules #modal-rules-notice p { margin:7px 0; color:#55544e; font-size:16px; line-height:1.7; } details.faq-item { border-bottom:1px solid #d8d5cc; } details.faq-item > summary { width:100%; padding:22px 0; display:flex; justify-content:space-between; align-items:center; gap:25px; cursor:pointer; list-style:none; font-weight:750; } details.faq-item > summary::-webkit-details-marker { display:none; } details.faq-item > summary i { width:28px; height:28px; display:grid; place-items:center; border:1px solid #c8c5bd; border-radius:50%; color:var(--brand); font-style:normal; flex:0 0 auto; } details.faq-item > summary i::after { content:'+'; } details.faq-item[open] > summary i::after { content:'−'; } details.faq-item p { margin:-6px 50px 23px 0; color:var(--muted); line-height:1.8; font-size:14px; white-space:pre-line; } @media (max-width:760px) { .modal { padding:14px; } .modal.modal--rules .dialog { width:100%; max-height:calc(100vh - 28px); padding:16px 10px; } .modal.modal--rules #modal-rules-notice { margin-top:15px; } .modal.modal--rules #modal-rules-notice h3 { margin-bottom:9px; font-size:19px; } .modal.modal--rules #modal-rules-notice p { margin:6px 0; font-size:14px; line-height:1.65; } }
