:root {
  --ink: #263746;
  --ink-soft: #4f5c60;
  --muted: #7d776f;
  --paper: #fbf7f0;
  --sand: #f3eadf;
  --sand-deep: #e8dac9;
  --coral: #c9694a;
  --coral-deep: #a84f39;
  --gold: #d8b477;
  --sage: #4f6b5a;
  --sage-soft: #e7efe9;
  --line: #d9ccbc;
  --shadow: 0 20px 60px rgba(63, 48, 35, .10);
  --radius-lg: 24px;
  --radius-md: 16px;
  --shell: 1180px;
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", "Microsoft YaHei", sans-serif;
  color: var(--ink);
  background: var(--paper);
  font-synthesis: none;
  text-rendering: optimizeLegibility;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); line-height: 1.6; }
body::before { content: ""; position: fixed; z-index: -1; inset: 0; pointer-events: none; background: radial-gradient(circle at 86% 0%, rgba(216, 180, 119, .16), transparent 26rem), radial-gradient(circle at 0% 45%, rgba(201, 105, 74, .07), transparent 24rem); }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
.shell { width: min(var(--shell), calc(100% - 48px)); margin-inline: auto; }

.site-header { position: sticky; z-index: 20; top: 0; border-bottom: 1px solid rgba(217, 204, 188, .72); background: rgba(251, 247, 240, .90); backdrop-filter: blur(16px); }
.header-inner { display: flex; min-height: 76px; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 10px; min-width: 230px; }
.brand-mark { display: grid; width: 34px; height: 34px; place-items: center; padding: 5px; border: 1px solid var(--line); border-radius: 10px; background: #fffdf8; }
.brand-mark img { display: block; width: 100%; height: 100%; object-fit: contain; }
.brand-copy strong, .brand-copy small { display: block; }
.brand-copy strong { font-size: 16px; font-weight: 800; letter-spacing: .02em; }
.brand-copy small { margin-top: 1px; color: var(--muted); font-size: 12px; }
.site-nav { display: flex; align-items: center; gap: 22px; color: #625d57; font-size: 14px; }
.site-nav a { transition: color .2s ease; }
.site-nav a:hover { color: var(--sage); }
.site-nav .nav-login { color: var(--ink-soft); }
.site-nav .nav-cta { padding: 9px 15px; border-radius: 9px; color: #fffdf8; background: var(--sage); box-shadow: 0 8px 18px rgba(79, 107, 90, .18); }
.menu-toggle { display: none; padding: 8px 10px; border: 1px solid var(--line); border-radius: 9px; color: var(--ink); background: transparent; }

.hero { display: grid; min-height: 520px; grid-template-columns: minmax(0, .78fr) minmax(540px, 1.22fr); align-items: center; gap: clamp(36px, 5vw, 66px); padding-top: 48px; padding-bottom: 38px; }
.hero-copy { max-width: 470px; }
.eyebrow { margin: 0 0 14px; color: var(--coral-deep); font-size: 12px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.hero-copy .eyebrow { color: var(--sage); letter-spacing: .08em; text-transform: none; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: "Microsoft YaHei", "PingFang SC", Inter, ui-sans-serif, sans-serif; font-weight: 800; letter-spacing: -.045em; }
h3 { font-family: "Microsoft YaHei", "PingFang SC", Inter, ui-sans-serif, sans-serif; font-weight: 750; letter-spacing: -.02em; }
h1 { max-width: 510px; margin-bottom: 20px; color: var(--sage); font-size: clamp(47px, 5.6vw, 75px); line-height: 1.06; }
h1 em { color: var(--sage); font-style: normal; }
.hero-lede { max-width: 430px; margin-bottom: 25px; color: var(--ink-soft); font-size: 17px; line-height: 1.78; }
.hero-actions, .final-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 11px; }
.button { display: inline-flex; min-height: 45px; align-items: center; justify-content: center; gap: 9px; padding: 0 18px; border: 1px solid transparent; border-radius: 11px; font-size: 14px; font-weight: 700; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button.primary { color: #fffdf8; background: var(--coral); box-shadow: 0 10px 20px rgba(201, 105, 74, .2); }
.button.primary:hover { background: var(--coral-deep); box-shadow: 0 13px 25px rgba(201, 105, 74, .25); }
.hero .button.primary { background: var(--sage); box-shadow: 0 10px 20px rgba(79, 107, 90, .22); }
.hero .button.primary:hover { background: #3f5849; box-shadow: 0 13px 25px rgba(79, 107, 90, .28); }
.button.quiet { border-color: var(--line); color: var(--ink); background: rgba(255, 253, 248, .52); }
.button.quiet:hover { border-color: var(--coral); background: #fffdf8; }
.hero-note { display: flex; align-items: center; gap: 8px; margin: 27px 0 0; color: var(--muted); font-size: 13px; }
.note-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--sage); box-shadow: 0 0 0 4px rgba(79, 107, 90, .11); }

.merchant-hero-visual { position: relative; min-height: 420px; }
.merchant-photo-frame { position: relative; min-height: 420px; margin: 0; overflow: hidden; border: 1px solid #d2c2ad; border-radius: 18px; background: #e9decf; box-shadow: 0 16px 36px rgba(63, 48, 35, .12); }
.merchant-photo-frame::after { content: ""; position: absolute; inset: 0; pointer-events: none; background: linear-gradient(180deg, transparent 64%, rgba(38, 55, 70, .19)); }
.merchant-photo-frame img { display: block; width: 100%; height: 100%; min-height: 420px; object-fit: cover; object-position: 62% center; }
.photo-handnote { position: absolute; z-index: 1; top: 40px; left: 24px; color: var(--ink); font-family: "KaiTi", "STKaiti", "Microsoft YaHei", cursive; font-size: 16px; font-weight: 700; line-height: 1.2; letter-spacing: .04em; opacity: .84; transform: rotate(-8deg); }
.merchant-photo-frame figcaption { position: absolute; z-index: 1; right: 17px; bottom: 16px; left: 17px; display: flex; justify-content: space-between; color: #fffdf8; font-size: 10px; text-shadow: 0 1px 8px rgba(38, 55, 70, .4); }
.merchant-float-card { position: absolute; z-index: 2; right: -12px; bottom: 20px; width: 194px; padding: 12px 14px; border: 1px solid #c5d5c8; border-radius: 12px; background: rgba(251, 247, 240, .95); box-shadow: 0 16px 30px rgba(38, 55, 70, .15); }
.merchant-float-card .float-kicker { display: block; color: var(--sage); font-size: 10px; font-weight: 800; letter-spacing: .08em; }
.merchant-float-card strong { display: block; margin-top: 6px; color: var(--ink); font-size: 16px; }
.merchant-float-card small { display: block; margin-top: 4px; color: var(--muted); font-size: 11px; }

.daily-showcase { padding-bottom: 25px; }
.daily-showcase-heading { display: flex; align-items: baseline; justify-content: space-between; gap: 16px; padding: 17px 0 12px; border-top: 1px solid var(--line); }
.daily-showcase-heading .eyebrow { margin: 0; color: var(--ink); font-size: 15px; letter-spacing: 0; text-transform: none; }
.daily-showcase-heading > span { color: var(--muted); font-size: 14px; }
.daily-feature-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.daily-feature-card { min-width: 0; min-height: 190px; padding: 17px 16px 17px; border: 1px solid #e2d7ca; border-radius: 11px; background: rgba(255, 253, 248, .86); box-shadow: 0 7px 18px rgba(77, 61, 46, .05); }
.daily-feature-top { display: flex; align-items: baseline; justify-content: space-between; gap: 8px; margin-bottom: 11px; }
.daily-feature-top b { font-size: 15px; }
.daily-feature-top > span { color: var(--muted); font-size: 13px; white-space: nowrap; }
.feature-count { color: var(--coral-deep) !important; font-weight: 800; }
.mini-content-preview { display: grid; height: 72px; grid-template-columns: 1fr 1fr 1.15fr; gap: 5px; margin-bottom: 11px; padding: 7px; border-radius: 7px; background: #f2e8db; }
.mini-photo { border-radius: 4px; background: linear-gradient(145deg, #d7c3a9, #9b927f); }
.mini-photo.second { background: linear-gradient(145deg, #a9b9ae, #526f5b); }
.mini-copy { display: grid; align-content: center; gap: 5px; padding: 0 3px; }
.mini-copy i { display: block; height: 4px; border-radius: 4px; background: #d4c6b7; }
.mini-copy i:nth-child(2) { width: 78%; }
.mini-copy i:nth-child(3) { width: 52%; }
.daily-feature-card strong, .daily-feature-card small { display: block; }
.daily-feature-card strong { color: var(--ink); font-size: 15px; line-height: 1.4; }
.daily-feature-card small { margin-top: 5px; color: var(--muted); font-size: 13px; line-height: 1.5; }
.mini-list { display: grid; gap: 7px; min-height: 72px; margin-bottom: 11px; }
.mini-list span { display: grid; grid-template-columns: 8px 45px minmax(0, 1fr); align-items: center; gap: 5px; }
.mini-list b { font-size: 13px; }
.mini-list small { min-width: 0; margin: 0; font-size: 12px; white-space: nowrap; }
.mini-dot { width: 7px; height: 7px; border-radius: 50%; }
.coral-dot { background: var(--coral); }
.gold-dot { background: var(--gold); }
.sage-dot { background: var(--sage); }
.mini-tasks { display: grid; gap: 7px; min-height: 72px; margin-bottom: 11px; }
.mini-tasks span { display: grid; grid-template-columns: 8px minmax(0, 1fr) auto; align-items: center; gap: 7px; min-width: 0; color: var(--ink-soft); font-size: 12px; }
.mini-tasks i { width: 7px; height: 7px; border: 1px solid #a6b7a8; border-radius: 2px; }
.mini-tasks em { color: var(--coral-deep); font-size: 11px; font-style: normal; white-space: nowrap; }
.mini-chat { display: grid; gap: 7px; min-height: 72px; margin-bottom: 11px; }
.mini-chat span { display: block; max-width: 88%; padding: 7px 8px; border-radius: 7px; font-size: 12px; line-height: 1.5; }
.mini-chat-user { justify-self: end; color: #fffdf8; background: var(--coral); }
.mini-chat-ai { color: #53635a; background: var(--sage-soft); }
.live-label { display: inline-flex; align-items: center; gap: 4px; color: var(--sage) !important; }
.live-label i { width: 5px; height: 5px; border-radius: 50%; background: var(--sage); }

.client-evidence-section { padding-top: 88px; }
.client-evidence-section .section-heading { max-width: 780px; }
.client-evidence-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.client-shot-card { min-width: 0; margin: 0; padding: 12px; border: 1px solid var(--line); border-radius: var(--radius-md); background: #fffdf8; box-shadow: 0 8px 22px rgba(77, 61, 46, .06); }
.client-shot-card.featured { grid-column: 1 / -1; }
.client-shot-frame { overflow: hidden; border: 1px solid #d7cabb; border-radius: 10px; background: #07111f; }
.client-shot-frame img { display: block; width: 100%; height: auto; }
.client-shot-card:not(.featured) .client-shot-frame { aspect-ratio: 16 / 10; }
.client-shot-card:not(.featured) .client-shot-frame img { width: 100%; height: 100%; object-fit: cover; object-position: top center; }
.client-shot-card figcaption { display: flex; align-items: baseline; justify-content: space-between; gap: 14px; padding: 11px 3px 1px; }
.client-shot-card figcaption strong { color: var(--ink); font-size: 15px; }
.client-shot-card figcaption span { color: var(--muted); font-size: 13px; text-align: right; }
.client-evidence-note { margin: 13px 0 0; color: var(--muted); font-size: 13px; }

.studio-visual { position: relative; padding: 17px; border: 1px solid #cfc0af; border-radius: 26px; background: linear-gradient(145deg, #eee3d5, #f8f2ea 58%, #e8dac9); box-shadow: var(--shadow); }
.studio-visual::before { content: ""; position: absolute; top: -28px; right: 10%; width: 100px; height: 80px; border-top: 1px solid rgba(201, 105, 74, .45); border-radius: 50%; transform: rotate(-12deg); }
.visual-caption { display: flex; justify-content: space-between; margin: 0 4px 11px; color: #877b6c; font-size: 11px; letter-spacing: .06em; }
.studio-window { overflow: hidden; border: 1px solid #cfc4b7; border-radius: 16px; background: #fffdf8; box-shadow: 0 16px 40px rgba(55, 43, 30, .12); }
.studio-topbar { display: flex; height: 48px; align-items: center; gap: 12px; padding: 0 16px; border-bottom: 1px solid #e7ded4; background: #fbf8f3; }
.studio-topbar strong { font-size: 13px; }
.studio-topbar small { margin-left: auto; color: var(--muted); font-size: 11px; }
.window-dots { display: flex; gap: 4px; }
.window-dots i { width: 6px; height: 6px; border-radius: 50%; background: #d5c7b8; }
.window-dots i:first-child { background: var(--coral); }
.studio-body { display: grid; min-height: 355px; grid-template-columns: 137px minmax(0, 1fr); }
.studio-sidebar { padding: 15px 10px; border-right: 1px solid #e7ded4; background: #f2ebe2; }
.side-profile { display: flex; align-items: center; gap: 7px; padding: 5px 5px 16px; border-bottom: 1px solid #dfd4c8; }
.side-avatar, .lead-avatar { display: grid; flex: 0 0 auto; place-items: center; border-radius: 50%; color: #fffdf8; font-size: 12px; font-weight: 800; }
.side-avatar { width: 27px; height: 27px; background: var(--coral); }
.side-profile b, .side-profile small { display: block; }
.side-profile b { font-size: 10px; }
.side-profile small { margin-top: 2px; color: var(--muted); font-size: 9px; }
.side-link { display: flex; align-items: center; gap: 7px; margin-top: 9px; padding: 8px 7px; border-radius: 8px; color: #756d63; font-size: 10px; }
.side-link i { width: 15px; color: var(--sage); font-style: normal; text-align: center; }
.side-link.active { color: var(--ink); background: #fffdf8; box-shadow: 0 3px 9px rgba(69, 51, 33, .08); }
.studio-main { min-width: 0; padding: 20px 20px 15px; }
.studio-heading { display: flex; align-items: flex-start; justify-content: space-between; gap: 15px; }
.studio-heading small { color: var(--coral-deep); font-size: 10px; }
.studio-heading h3 { margin: 3px 0 0; font-family: Georgia, "Times New Roman", serif; font-size: 22px; letter-spacing: -.03em; }
.status-pill { display: inline-flex; align-items: center; gap: 5px; padding: 5px 7px; border: 1px solid #c6d7c8; border-radius: 999px; color: var(--sage); background: var(--sage-soft); font-size: 9px; white-space: nowrap; }
.status-pill i { width: 5px; height: 5px; border-radius: 50%; background: var(--sage); }
.studio-metrics { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; margin: 18px 0 12px; }
.studio-metrics > div { padding: 9px 10px; border: 1px solid #eadfd3; border-radius: 10px; background: #fbf8f3; }
.studio-metrics small, .studio-metrics b { display: block; }
.studio-metrics small { color: var(--muted); font-size: 9px; }
.studio-metrics b { margin-top: 2px; color: var(--ink); font-size: 19px; }
.studio-columns { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.1fr); gap: 10px; }
.demo-card { min-width: 0; padding: 12px; border: 1px solid #e5d9cb; border-radius: 12px; background: #fffdf8; }
.demo-card-head { display: flex; align-items: baseline; justify-content: space-between; gap: 6px; margin-bottom: 9px; }
.demo-card-head b { font-size: 11px; }
.demo-card-head span { color: var(--muted); font-size: 8px; }
.lead-row { display: grid; grid-template-columns: 24px minmax(0, 1fr) auto; align-items: center; gap: 6px; padding: 8px 0; border-top: 1px solid #f0e8df; }
.lead-avatar { width: 24px; height: 24px; font-size: 10px; }
.lead-avatar.coral { background: var(--coral); }
.lead-avatar.gold { color: var(--ink); background: var(--gold); }
.lead-avatar.sage { background: var(--sage); }
.lead-row b, .lead-row small { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.lead-row b { font-size: 9px; }
.lead-row small { margin-top: 1px; color: var(--muted); font-size: 8px; }
.lead-row em { padding: 3px 5px; border-radius: 5px; color: var(--coral-deep); background: #fbefe9; font-size: 8px; font-style: normal; white-space: nowrap; }
.lead-row em.warm { color: #8b6427; background: #fbf2df; }
.card-link { display: block; margin-top: 8px; color: var(--sage); font-size: 9px; font-weight: 700; }
.chat-bubble { max-width: 91%; margin-bottom: 8px; padding: 7px 8px; border-radius: 8px; font-size: 9px; line-height: 1.55; }
.chat-bubble.user { margin-left: auto; color: #fffdf8; background: var(--coral); }
.chat-bubble.assistant { color: #526158; background: var(--sage-soft); }
.chat-bubble strong { color: var(--ink); }
.chat-actions { display: flex; gap: 5px; margin: 10px 0; }
.chat-actions span { padding: 4px 6px; border: 1px solid #dccfc0; border-radius: 5px; color: var(--ink-soft); font-size: 8px; }
.chat-input { display: flex; align-items: center; justify-content: space-between; padding: 7px 8px; border: 1px solid #e2d6c9; border-radius: 7px; color: #a29a90; font-size: 8px; }
.chat-input b { display: grid; width: 17px; height: 17px; place-items: center; border-radius: 5px; color: #fffdf8; background: var(--sage); font-size: 10px; }

.proof-strip { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; padding: 22px 24px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); color: #6f675e; font-size: 13px; }
.proof-strip span { display: flex; align-items: center; gap: 10px; }
.proof-strip i { display: grid; width: 27px; height: 27px; place-items: center; border-radius: 8px; color: var(--coral-deep); background: #f8e4da; font-size: 10px; font-style: normal; font-weight: 800; }
.section { padding-top: 112px; }
.section-heading { max-width: 720px; margin-bottom: 34px; }
.section-heading h2, .final-cta h2, .boundary-card h2 { margin-bottom: 14px; font-size: clamp(33px, 4vw, 50px); line-height: 1.15; }
.section-heading > p:last-child, .boundary-card p, .final-cta p { margin-bottom: 0; color: var(--ink-soft); font-size: 16px; line-height: 1.8; }
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 13px; }
.step-card { position: relative; min-height: 285px; padding: 23px 20px 19px; border: 1px solid var(--line); border-radius: var(--radius-md); background: rgba(255, 253, 248, .7); box-shadow: 0 7px 20px rgba(77, 61, 46, .04); }
.step-number { position: absolute; top: 18px; right: 18px; color: #aa9a89; font-size: 11px; font-weight: 800; letter-spacing: .08em; }
.step-icon { display: grid; width: 39px; height: 39px; margin-bottom: 32px; place-items: center; border-radius: 11px; font-size: 17px; }
.coral-icon { color: #fffdf8; background: var(--coral); }
.gold-icon { color: var(--ink); background: var(--gold); }
.sage-icon { color: var(--sage); background: var(--sage-soft); }
.navy-icon { color: #fffdf8; background: var(--ink); }
.step-card h3 { margin-bottom: 9px; font-size: 19px; }
.step-card p { margin-bottom: 20px; color: var(--ink-soft); font-size: 14px; line-height: 1.7; }
.step-result { display: inline-block; padding: 5px 7px; border-radius: 6px; color: var(--coral-deep); background: #fbefe9; font-size: 10px; }
.showcase-section { margin-top: 112px; padding-bottom: 112px; background: var(--sand); }
.showcase-tabs { display: flex; gap: 8px; margin-bottom: 14px; }
.tab-button { padding: 10px 16px; border: 1px solid #d6c7b6; border-radius: 9px; color: #766d62; background: rgba(255, 253, 248, .6); cursor: pointer; font-size: 13px; }
.tab-button:hover { color: var(--ink); border-color: var(--coral); }
.tab-button.active { border-color: var(--ink); color: #fffdf8; background: var(--ink); }
.showcase-panel { display: grid; min-height: 278px; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); align-items: center; gap: 26px; padding: 31px; border: 1px solid #d3c3b1; border-radius: var(--radius-lg); background: #fffdf8; box-shadow: var(--shadow); }
.showcase-copy h3 { margin-bottom: 11px; font-size: 31px; }
.showcase-copy p { margin-bottom: 17px; color: var(--ink-soft); line-height: 1.8; }
.showcase-points { display: flex; flex-wrap: wrap; gap: 8px; }
.showcase-points span { padding: 6px 8px; border: 1px solid #e1d4c6; border-radius: 7px; color: var(--sage); background: #f7f3ed; font-size: 11px; }
.showcase-demo { display: grid; min-height: 210px; grid-template-columns: repeat(3, 1fr); gap: 9px; padding: 13px; border: 1px solid #e4d8cc; border-radius: 13px; background: #f4eee7; }
.showcase-demo-card { display: flex; min-width: 0; flex-direction: column; justify-content: space-between; padding: 13px; border: 1px solid #e0d2c4; border-radius: 10px; background: #fffdf8; }
.showcase-demo-card b { font-size: 11px; }
.showcase-demo-card small { color: var(--muted); font-size: 10px; line-height: 1.55; }
.demo-bar { height: 8px; margin-top: 15px; border-radius: 100px; background: #efe5da; overflow: hidden; }
.demo-bar::after { content: ""; display: block; width: 68%; height: 100%; border-radius: inherit; background: var(--coral); }
.demo-chip { align-self: flex-start; padding: 4px 6px; border-radius: 5px; color: var(--sage); background: var(--sage-soft); font-size: 9px; }
.demo-lines { display: grid; gap: 6px; margin-top: 15px; }
.demo-lines i { display: block; height: 5px; border-radius: 4px; background: #e8ddd1; }
.demo-lines i:nth-child(2) { width: 76%; }
.demo-lines i:nth-child(3) { width: 52%; }

.audience-section { padding-bottom: 112px; }
.audience-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 13px; }
.audience-card { min-height: 230px; padding: 25px 22px; border: 1px solid var(--line); border-radius: var(--radius-md); background: #fffdf8; }
.audience-card.featured { border-color: #b8cdbd; background: var(--sage-soft); }
.audience-label { display: inline-block; margin-bottom: 24px; color: var(--coral-deep); font-size: 11px; font-weight: 800; letter-spacing: .08em; }
.audience-card h3 { max-width: 250px; margin-bottom: 9px; font-size: 25px; line-height: 1.24; }
.audience-card p { margin-bottom: 22px; color: var(--ink-soft); font-size: 14px; line-height: 1.7; }
.audience-link { color: var(--sage); font-size: 11px; font-weight: 800; }
.boundary-section { padding-top: 0; }
.boundary-card { display: grid; grid-template-columns: minmax(0, 1fr) minmax(310px, .72fr); align-items: center; gap: 48px; padding: 48px; border-radius: var(--radius-lg); color: #fffdf8; background: var(--ink); box-shadow: 0 16px 38px rgba(38, 55, 70, .14); }
.boundary-card .eyebrow { color: var(--gold); }
.boundary-card h2 { color: #fffdf8; }
.boundary-card p { color: #cfdae0; }
.boundary-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 9px; }
.boundary-list span { display: flex; align-items: center; gap: 8px; padding: 13px 12px; border: 1px solid rgba(255, 253, 248, .18); border-radius: 10px; color: #e5eee8; background: rgba(255, 253, 248, .06); font-size: 12px; }
.boundary-list i { display: grid; width: 20px; height: 20px; place-items: center; border-radius: 50%; color: var(--ink); background: var(--gold); font-style: normal; font-weight: 900; }
.faq-section { padding-bottom: 112px; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 19px 0; cursor: pointer; list-style: none; font-size: 16px; font-weight: 700; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; color: var(--coral); font-size: 23px; font-weight: 400; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list details p { max-width: 760px; margin: -3px 0 18px; color: var(--ink-soft); font-size: 14px; line-height: 1.8; }
.final-cta { display: flex; align-items: flex-end; justify-content: space-between; gap: 32px; padding: 50px 0 90px; border-top: 1px solid var(--line); }
.final-cta h2 { max-width: 610px; margin-bottom: 10px; }
.final-cta p { max-width: 580px; }
.site-footer { border-top: 1px solid var(--line); background: #f0e7dc; }
.footer-inner { display: flex; min-height: 67px; align-items: center; justify-content: space-between; gap: 16px; color: #7c7267; font-size: 11px; }
.reveal { opacity: 1; transform: none; }
.js .reveal { opacity: 0; transform: translateY(12px); transition: opacity .6s ease, transform .6s ease; }
.js .reveal.visible { opacity: 1; transform: none; }

@media (max-width: 1040px) {
  .hero { grid-template-columns: 1fr; gap: 45px; padding-top: 54px; }
  .hero-copy { max-width: 720px; }
  .merchant-hero-visual { max-width: 760px; }
  .daily-feature-grid { grid-template-columns: repeat(2, 1fr); }
  .steps { grid-template-columns: repeat(2, 1fr); }
  .step-card { min-height: 245px; }
  .boundary-card { grid-template-columns: 1fr; gap: 28px; }
}
@media (max-width: 760px) {
  .shell { width: min(100% - 32px, var(--shell)); }
  .header-inner { min-height: 66px; }
  .brand { min-width: 0; }
  .menu-toggle { display: block; }
  .site-nav { position: absolute; top: 66px; right: 16px; left: 16px; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 10px; border: 1px solid var(--line); border-radius: 13px; background: #fffdf8; box-shadow: var(--shadow); }
  .site-nav.open { display: flex; }
  .site-nav a { padding: 11px 10px; }
  .site-nav .nav-cta { text-align: center; }
  h1 { font-size: clamp(43px, 13vw, 62px); }
  .merchant-hero-visual { min-height: 360px; }
  .merchant-photo-frame, .merchant-photo-frame img { min-height: 360px; }
  .merchant-float-card { right: 12px; bottom: 16px; }
  .daily-showcase-heading { align-items: flex-start; flex-direction: column; gap: 4px; }
  .daily-feature-grid { grid-template-columns: 1fr; }
  .client-evidence-grid { grid-template-columns: 1fr; }
  .client-shot-card.featured { grid-column: auto; }
  .client-shot-card figcaption { align-items: flex-start; flex-direction: column; gap: 3px; }
  .client-shot-card figcaption span { text-align: left; }
  .studio-body { grid-template-columns: 94px minmax(0, 1fr); }
  .studio-sidebar { padding-inline: 7px; }
  .side-profile { gap: 5px; }
  .side-profile small { display: none; }
  .side-link { font-size: 9px; }
  .studio-main { padding: 15px 12px 12px; }
  .studio-heading h3 { font-size: 18px; }
  .studio-heading small { font-size: 9px; }
  .studio-columns { grid-template-columns: 1fr; }
  .chat-card { display: none; }
  .proof-strip { grid-template-columns: 1fr; gap: 12px; padding: 18px 0; border-right: 0; border-left: 0; }
  .section { padding-top: 78px; }
  .showcase-section { margin-top: 78px; padding-bottom: 78px; }
  .showcase-panel { grid-template-columns: 1fr; padding: 20px; }
  .showcase-demo { min-height: 170px; }
  .audience-section, .faq-section { padding-bottom: 78px; }
  .audience-grid { grid-template-columns: 1fr; }
  .audience-card { min-height: 0; }
  .boundary-card { padding: 28px 22px; }
  .final-cta { align-items: flex-start; flex-direction: column; padding-bottom: 66px; }
  .footer-inner { align-items: flex-start; flex-direction: column; justify-content: center; padding-block: 16px; }
}
@media (max-width: 480px) {
  .merchant-hero-visual { min-height: 300px; }
  .merchant-photo-frame, .merchant-photo-frame img { min-height: 300px; }
  .merchant-float-card { width: 194px; padding: 11px 12px; }
  .merchant-float-card strong { font-size: 14px; }
  .steps { grid-template-columns: 1fr; }
  .step-card { min-height: 0; }
  .showcase-tabs { overflow-x: auto; }
  .showcase-demo { grid-template-columns: 1fr; }
  .showcase-demo-card:not(:first-child) { display: none; }
  .boundary-list { grid-template-columns: 1fr; }
}
