:root {
  --ink: #2a2320;
  --muted: #6f635a;
  --faint: #7d7164;
  --line: rgba(42, 35, 32, 0.1);
  --paper: rgba(255, 255, 255, 0.86);
  --blue: #ff7a45;
  --purple: #ffb454;
  --green: #4fa86a;
  --orange: #ff7a45;
  --shadow: 0 22px 64px rgba(70, 45, 30, 0.13), 0 2px 8px rgba(70, 45, 30, 0.05);
  --radius: 20px;
  --max: 1180px;
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: #fff8f0;
  font-synthesis: none;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { min-width: 320px; margin: 0; overflow-x: hidden; background: linear-gradient(135deg, #fff8f0, #fffdf9 58%, #f3faef); color: var(--ink); -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
button, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { cursor: pointer; }
button:focus-visible, textarea:focus-visible, a:focus-visible { outline: 3px solid rgba(255, 122, 69, 0.28); outline-offset: 3px; }
.ambient { position: fixed; z-index: -1; width: 52rem; height: 52rem; border-radius: 50%; filter: blur(12px); pointer-events: none; }
.ambient-one { top: -27rem; left: -18rem; background: rgba(255, 180, 84, 0.24); }
.ambient-two { top: 4rem; right: -30rem; background: rgba(79, 168, 106, 0.18); }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; }

.site-header { position: sticky; z-index: 20; top: 0; width: min(calc(100% - 32px), var(--max)); height: 74px; display: flex; align-items: center; gap: 32px; margin: 14px auto 0; padding: 0 18px; border: 1px solid rgba(255, 255, 255, 0.85); border-radius: 18px; background: rgba(255, 255, 255, 0.72); box-shadow: 0 10px 30px rgba(68, 84, 116, 0.08); backdrop-filter: blur(24px); }
.brand { display: inline-flex; align-items: center; gap: 10px; font-size: 15px; font-weight: 800; letter-spacing: -0.02em; }
.brand-mark { width: 32px; height: 32px; display: block; flex: none; border-radius: 8px; box-shadow: 0 8px 18px rgba(255, 122, 69, 0.22); }
.site-nav { display: flex; align-items: center; gap: 26px; margin-left: auto; color: #6f7885; font-size: 12px; font-weight: 600; }
.site-nav a:hover, .text-link:hover, .hero-links a:hover, .inline-link:hover { color: var(--blue); }
.header-actions { display: flex; align-items: center; gap: 16px; }
.text-link { color: #626d7c; font-size: 12px; font-weight: 650; }
.button { min-height: 42px; display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 0 17px; border: 0; border-radius: 12px; font-size: 12px; font-weight: 750; }
.button-primary { background: linear-gradient(145deg, #ff7a45, #ffb454); box-shadow: 0 10px 24px rgba(255, 122, 69, 0.2); color: #2a2320; }
.button-primary:hover { transform: translateY(-1px); box-shadow: 0 13px 28px rgba(255, 122, 69, 0.27); }
.button-secondary { border: 1px solid var(--line); background: rgba(255, 255, 255, 0.78); color: #596574; }
.nav-toggle { display: none; border: 0; background: transparent; color: #657080; font-size: 12px; }

.hero { width: min(calc(100% - 48px), var(--max)); min-height: 690px; display: grid; grid-template-columns: 0.88fr 1.12fr; align-items: center; gap: 70px; margin: 0 auto; padding: 78px 0 64px; }
.kicker { display: flex; align-items: center; gap: 9px; margin: 0 0 16px; color: var(--blue); font-size: 10px; font-weight: 800; letter-spacing: 0.14em; text-transform: uppercase; }
.kicker > span { width: 7px; height: 7px; border-radius: 50%; background: linear-gradient(145deg, var(--blue), var(--green)); box-shadow: 0 0 0 5px rgba(255, 122, 69, 0.1); }
.hero h1 { margin: 0; font-size: clamp(48px, 5.6vw, 78px); line-height: 0.98; letter-spacing: -0.065em; }
.hero h1 em { color: transparent; background: linear-gradient(100deg, #ff7a45, #ffb454 58%, #4fa86a); background-clip: text; font-style: normal; }
.hero-lede { max-width: 600px; margin: 26px 0 24px; color: #657080; font-size: 17px; line-height: 1.65; }
.hero-form { overflow: hidden; border: 1px solid rgba(77, 91, 116, 0.11); border-radius: 17px; background: rgba(255, 255, 255, 0.88); box-shadow: 0 18px 50px rgba(68, 84, 116, 0.11); }
.hero-form textarea { width: 100%; min-height: 84px; display: block; resize: vertical; padding: 18px; border: 0; outline: 0; background: transparent; color: var(--ink); font-size: 13px; line-height: 1.55; }
.hero-form textarea::placeholder { color: #9ca5b0; }
.hero-form-foot { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 10px; border-top: 1px solid var(--line); }
.hero-form-foot > span { padding-left: 8px; color: #9aa2ad; font-size: 10px; }
.hero-links { display: flex; gap: 22px; margin-top: 19px; color: #697483; font-size: 11px; font-weight: 650; }

.product-demo { overflow: hidden; border: 1px solid rgba(255, 255, 255, 0.9); border-radius: 25px; background: rgba(255, 255, 255, 0.77); box-shadow: var(--shadow); backdrop-filter: blur(30px); transform: perspective(1400px) rotateY(-2.5deg) rotateX(1deg); }
.demo-window-bar { height: 48px; display: flex; align-items: center; gap: 12px; padding: 0 16px; border-bottom: 1px solid var(--line); color: #7d8795; font-size: 9px; }
.demo-window-bar b { color: #49515d; font-size: 10px; }
.demo-dots { color: #c7cdd6; letter-spacing: 3px; }
.demo-status { display: inline-flex; align-items: center; gap: 6px; margin-left: auto; }
.demo-status i, .connected i, .healthy i { width: 7px; height: 7px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 4px rgba(44, 163, 125, 0.09); }
.demo-shell { min-height: 515px; display: grid; grid-template-columns: 66px 1fr; }
.demo-rail { display: flex; flex-direction: column; align-items: center; gap: 14px; padding-top: 18px; border-right: 1px solid var(--line); background: rgba(239, 244, 252, 0.62); }
.demo-workspace { width: 32px; height: 32px; display: grid; place-items: center; margin-bottom: 10px; border-radius: 50%; background: white; color: #5a6880; font-size: 9px; font-weight: 800; }
.demo-nav { width: 34px; height: 34px; border-radius: 10px; background: rgba(126, 141, 165, 0.08); }
.demo-nav.active { background: white; box-shadow: 0 7px 18px rgba(68, 84, 116, 0.08); }
.demo-main { min-width: 0; padding: 25px; }
.demo-heading { display: flex; align-items: center; justify-content: space-between; }
.demo-heading small, .demo-heading b { display: block; }
.demo-heading small { margin-bottom: 4px; color: #9aa3af; font-size: 8px; text-transform: uppercase; letter-spacing: 0.11em; }
.demo-heading b { font-size: 18px; letter-spacing: -0.025em; }
.demo-environment { padding: 6px 9px; border-radius: 8px; background: #eaf0ff; color: #526be6; font-size: 8px; font-weight: 750; }
.mode-picker { display: grid; grid-template-columns: repeat(4, 1fr); gap: 6px; margin: 20px 0 12px; padding: 4px; border-radius: 11px; background: #f0f4fa; }
.mode-picker button { min-height: 31px; border: 0; border-radius: 8px; background: transparent; color: #818b98; font-size: 9px; font-weight: 700; }
.mode-picker button.active { background: white; box-shadow: 0 4px 12px rgba(68, 84, 116, 0.08); color: #41506b; }
.demo-prompt { display: block; color: #8a94a1; font-size: 8px; font-weight: 700; letter-spacing: 0.07em; text-transform: uppercase; }
.demo-prompt textarea { width: 100%; min-height: 86px; margin-top: 7px; resize: none; padding: 13px; border: 1px solid var(--line); border-radius: 11px; outline: 0; background: white; color: #525d6b; font-size: 10px; line-height: 1.55; text-transform: none; letter-spacing: 0; }
.demo-run { width: 100%; height: 37px; margin: 10px 0 14px; border: 0; border-radius: 10px; background: linear-gradient(145deg, #627bf4, #785be7); color: white; font-size: 9px; font-weight: 750; }
.demo-run:disabled { opacity: 0.65; cursor: progress; }
.run-list { display: grid; gap: 6px; }
.run-step { min-height: 48px; display: flex; align-items: center; gap: 11px; padding: 9px 11px; border: 1px solid var(--line); border-radius: 11px; background: rgba(255, 255, 255, 0.7); opacity: 0.38; transition: opacity 0.25s, transform 0.25s; }
.run-step > i { width: 23px; height: 23px; display: grid; place-items: center; flex: none; border-radius: 50%; background: #eef1f5; color: white; font-size: 9px; font-style: normal; }
.run-step b, .run-step small { display: block; }
.run-step b { color: #505967; font-size: 9px; }
.run-step small { margin-top: 3px; color: #99a1ac; font-size: 7.5px; }
.run-step.done, .run-step.live { opacity: 1; transform: translateX(0); }
.run-step.done > i { background: var(--green); }
.run-step.live > i { background: var(--blue); box-shadow: 0 0 0 5px rgba(92, 115, 242, 0.1); }
.run-step.live > i::after { width: 5px; height: 5px; border-radius: 50%; background: white; content: ""; }

.outcome-strip { width: min(calc(100% - 48px), var(--max)); display: grid; grid-template-columns: repeat(4, 1fr); margin: 0 auto 90px; padding: 16px 24px; border: 1px solid rgba(255, 255, 255, 0.86); border-radius: 17px; background: rgba(255, 255, 255, 0.54); color: #697482; font-size: 10px; font-weight: 650; backdrop-filter: blur(20px); }
.outcome-strip span { display: flex; align-items: center; justify-content: center; gap: 8px; }
.outcome-strip i { width: 6px; height: 6px; border-radius: 50%; background: var(--green); }
.number-strip { padding: 0; overflow: hidden; }
.number-strip > div { min-width: 0; padding: 20px 22px; border-left: 1px solid var(--line); }
.number-strip > div:first-child { border-left: 0; }
.number-strip strong, .number-strip span, .number-strip small { display: block; }
.number-strip strong { color: #b74d25; font-size: 28px; line-height: 1; letter-spacing: -0.05em; }
.number-strip span { justify-content: initial; margin-top: 7px; color: var(--ink); font-size: 10px; font-weight: 750; }
.number-strip small { margin-top: 4px; overflow: hidden; color: var(--faint); font-size: 8px; line-height: 1.4; text-overflow: ellipsis; white-space: nowrap; }
.section { width: min(calc(100% - 48px), var(--max)); margin: 0 auto; padding: 92px 0; }
.section-intro { max-width: 690px; margin-bottom: 38px; }
.section-intro h2, .platform-copy h2, .final-cta h2 { margin: 0; font-size: clamp(34px, 4vw, 52px); line-height: 1.05; letter-spacing: -0.05em; }
.section-intro > p:last-child, .platform-copy > p { color: var(--muted); font-size: 15px; line-height: 1.7; }
.output-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.output-card { position: relative; min-height: 265px; overflow: hidden; padding: 26px; border: 1px solid rgba(255, 255, 255, 0.88); border-radius: var(--radius); background: var(--paper); box-shadow: 0 13px 36px rgba(68, 84, 116, 0.08); }
.output-card small { display: block; margin: 20px 0 8px; color: #8e98a5; font-size: 9px; font-weight: 750; letter-spacing: 0.08em; text-transform: uppercase; }
.output-card h3 { max-width: 410px; margin: 0; font-size: 24px; letter-spacing: -0.035em; }
.output-card p { max-width: 440px; color: #798391; font-size: 12px; line-height: 1.65; }
.card-icon { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 12px; color: white; font-size: 11px; font-weight: 800; }
.card-icon.violet { background: linear-gradient(145deg, #6b7ef3, #9062dd); }
.card-icon.green { background: linear-gradient(145deg, #3bb691, #258c70); }
.card-icon.orange { background: linear-gradient(145deg, #f49a6b, #ef6d5f); }
.card-icon.blue { background: linear-gradient(145deg, #65a1f5, #5d70eb); }
.card-proof { position: absolute; right: 20px; bottom: 20px; padding: 8px 10px; border-radius: 9px; background: #edf5f2; color: #358168; font-size: 8px; font-weight: 700; }
.card-proof.mono { background: #eef2fa; color: #5f6e83; font-family: ui-monospace, SFMono-Regular, Menlo, monospace; }
.mini-preview { position: absolute; right: -16px; bottom: -20px; width: 48%; height: 120px; display: grid; grid-template-columns: 26% 1fr; overflow: hidden; border: 1px solid var(--line); border-radius: 14px; background: white; box-shadow: var(--shadow); }
.mini-side { background: #edf2fa; }
.mini-content { display: flex; flex-direction: column; gap: 9px; padding: 18px; }
.mini-content i { height: 11px; border-radius: 5px; background: #edf1f7; }
.mini-content i:first-child { width: 55%; background: #e5ebff; }

.customer-story { display: grid; grid-template-columns: 0.92fr 1.08fr; align-items: center; gap: 72px; }
.customer-story-copy h2 { margin: 0; font-size: clamp(36px, 4.5vw, 58px); line-height: 1.02; letter-spacing: -0.055em; }
.customer-story-copy > p:not(.kicker) { max-width: 600px; margin: 24px 0; color: var(--muted); font-size: 14px; line-height: 1.75; }
.story-numbers { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; margin: 28px 0; }
.story-numbers > div { min-width: 0; padding: 15px; border: 1px solid rgba(255,255,255,0.9); border-radius: 14px; background: rgba(255,255,255,0.68); box-shadow: 0 10px 26px rgba(70,45,30,0.06); }
.story-numbers strong, .story-numbers span, .story-numbers small { display: block; }
.story-numbers strong { color: #b74d25; font-size: 25px; line-height: 1; }
.story-numbers span { margin-top: 7px; font-size: 9px; font-weight: 750; }
.story-numbers small { margin-top: 5px; color: var(--faint); font-size: 7.5px; line-height: 1.45; }
.wheeldo-preview { overflow: hidden; border: 1px solid rgba(255,255,255,0.9); border-radius: 25px; background: rgba(255,255,255,0.78); box-shadow: var(--shadow); transform: rotate(1.25deg); }
.wheeldo-bar { height: 52px; display: flex; align-items: center; gap: 17px; padding: 0 18px; border-bottom: 1px solid var(--line); color: #8c7b6e; font-size: 9px; }
.wheeldo-bar b { color: var(--ink); font-size: 12px; }
.wheeldo-bar small { margin-left: auto; padding: 6px 8px; border-radius: 8px; background: #fff0e6; color: #a34421; font-weight: 750; }
.wheeldo-stage { min-height: 455px; display: grid; place-items: center; padding: 34px; background: radial-gradient(circle at 50% 48%, rgba(255,180,84,0.17), transparent 38%), linear-gradient(145deg, #fffdf9, #f5faef); }
.time-wheel { position: relative; width: min(330px, 72vw); aspect-ratio: 1; border-radius: 50%; background: conic-gradient(from -25deg, #ff7a45 0 13%, #ffe7cf 13% 34%, #4fa86a 34% 51%, #e5f3e3 51% 72%, #ffb454 72% 86%, #fff1dd 86% 100%); box-shadow: inset 0 0 0 19px rgba(255,255,255,0.76), 0 22px 50px rgba(70,45,30,0.12); }
.time-wheel::before { position: absolute; inset: 27%; border: 1px solid rgba(42,35,32,0.08); border-radius: 50%; background: rgba(255,255,255,0.92); box-shadow: 0 12px 34px rgba(70,45,30,0.08); content: ""; }
.time-wheel::after { position: absolute; top: 50%; left: 50%; width: 3px; height: 39%; border-radius: 4px; background: #2a2320; content: ""; transform: translate(-50%, -100%) rotate(51deg); transform-origin: 50% 100%; }
.wheel-center { position: absolute; z-index: 2; inset: 36%; display: grid; place-content: center; border-radius: 50%; text-align: center; }
.wheel-center b, .wheel-center small { display: block; }
.wheel-center b { font-size: 24px; letter-spacing: -0.05em; }
.wheel-center small { margin-top: 3px; color: var(--faint); font-size: 8px; }
.wheel-event { position: absolute; z-index: 3; padding: 7px 9px; border: 1px solid rgba(255,255,255,0.84); border-radius: 9px; background: rgba(255,255,255,0.9); box-shadow: 0 8px 20px rgba(70,45,30,0.1); color: #5c5048; font-size: 7.5px; font-weight: 700; }
.event-one { top: 10%; right: 6%; }
.event-two { bottom: 16%; left: -5%; }
.event-three { right: 0; bottom: 20%; }
.orbit-card { width: min(420px, calc(100% - 36px)); display: grid; grid-template-columns: 35px 1fr auto; align-items: center; gap: 10px; margin: -52px auto 20px; padding: 11px; border: 1px solid rgba(255,255,255,0.94); border-radius: 14px; background: rgba(255,255,255,0.94); box-shadow: 0 16px 38px rgba(70,45,30,0.13); transform: translateY(18px); }
.orbit-dot { width: 35px; height: 35px; display: grid; place-items: center; border-radius: 11px; background: linear-gradient(145deg, #ff7a45, #4fa86a); color: #0a0d1a; font-size: 10px; font-weight: 800; }
.orbit-card small { color: #a34421; font-size: 7.5px; font-weight: 750; text-transform: uppercase; letter-spacing: 0.08em; }
.orbit-card p { margin: 3px 0 0; color: #6f635a; font-size: 8px; line-height: 1.45; }
.orbit-card > b { padding: 6px 8px; border-radius: 8px; background: #e7f5e9; color: #2f7f4a; font-size: 7.5px; }

.platform-section { display: grid; grid-template-columns: 0.8fr 1.2fr; align-items: center; gap: 80px; }
.platform-copy > p { margin: 22px 0; }
.inline-link { color: var(--blue); font-size: 12px; font-weight: 750; }
.wok-card { padding: 24px; border: 1px solid rgba(255, 255, 255, 0.9); border-radius: 23px; background: rgba(255, 255, 255, 0.81); box-shadow: var(--shadow); }
.wok-head { display: flex; align-items: center; gap: 12px; padding-bottom: 18px; border-bottom: 1px solid var(--line); }
.wok-mark { width: 42px; height: 42px; display: grid; place-items: center; flex: none; border-radius: 13px; background: linear-gradient(145deg, #627bf4, #875ee2); color: white; font-size: 12px; font-weight: 800; }
.wok-head small, .wok-head b { display: block; }
.wok-head small { margin-bottom: 4px; color: #a0a8b2; font-size: 8px; text-transform: uppercase; letter-spacing: 0.1em; }
.wok-head b { font-size: 12px; }
.healthy { display: flex; align-items: center; gap: 7px; margin-left: auto; color: #2f8266; font-size: 8px; font-weight: 750; }
.wok-services { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; padding: 20px 0; }
.wok-services span { padding: 12px 8px; border-radius: 9px; background: #f1f4f9; color: #667281; text-align: center; font-size: 8px; font-weight: 700; }
.wok-foot { display: flex; align-items: center; justify-content: center; gap: 12px; padding-top: 16px; border-top: 1px solid var(--line); color: #9aa2ad; font-size: 8px; }
.wok-foot span { padding: 6px 9px; border-radius: 8px; background: #edf1ff; color: #5d6fd8; font-weight: 750; }

.guide-section { padding-bottom: 120px; }
.guide-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.guide-grid a { min-height: 205px; display: flex; flex-direction: column; padding: 22px; border: 1px solid rgba(255, 255, 255, 0.9); border-radius: 17px; background: rgba(255, 255, 255, 0.76); box-shadow: 0 12px 34px rgba(68, 84, 116, 0.07); transition: transform 0.18s, box-shadow 0.18s; }
.guide-grid a:hover { transform: translateY(-3px); box-shadow: 0 18px 40px rgba(68, 84, 116, 0.11); }
.guide-grid small { color: var(--blue); font-size: 8px; font-weight: 750; text-transform: uppercase; letter-spacing: 0.1em; }
.guide-grid b { margin: 18px 0 9px; font-size: 16px; letter-spacing: -0.02em; }
.guide-grid span { color: #7d8793; font-size: 10px; line-height: 1.6; }
.guide-grid em { margin-top: auto; padding-top: 18px; color: #596ce3; font-size: 9px; font-style: normal; font-weight: 750; }
.final-cta { width: min(calc(100% - 48px), var(--max)); display: flex; align-items: center; justify-content: space-between; gap: 40px; margin: 0 auto 28px; padding: 52px; border: 1px solid rgba(255, 255, 255, 0.86); border-radius: 25px; background: linear-gradient(135deg, rgba(255,255,255,0.86), rgba(244,241,255,0.86)); box-shadow: var(--shadow); }
.final-cta p:last-child { max-width: 600px; color: var(--muted); font-size: 13px; line-height: 1.6; }
.final-actions { display: flex; gap: 9px; flex: none; }
.site-footer { width: min(calc(100% - 48px), var(--max)); min-height: 112px; display: flex; align-items: center; gap: 28px; margin: 0 auto; color: #8c95a1; font-size: 9px; }
.site-footer p { margin-right: auto; }
.site-footer nav { display: flex; gap: 18px; }

.guide-main { width: min(calc(100% - 48px), 960px); margin: 0 auto; padding: 90px 0 120px; }
.guide-hero { max-width: 780px; margin-bottom: 44px; }
.guide-hero h1 { margin: 0; font-size: clamp(44px, 6vw, 70px); line-height: 1; letter-spacing: -0.06em; }
.guide-hero > p:last-child { max-width: 660px; margin-top: 24px; color: var(--muted); font-size: 16px; line-height: 1.7; }
.guide-index { position: sticky; z-index: 10; top: 102px; display: flex; gap: 7px; margin-bottom: 56px; padding: 8px; border: 1px solid rgba(255,255,255,0.9); border-radius: 14px; background: rgba(255,255,255,0.78); box-shadow: 0 10px 30px rgba(68,84,116,0.08); backdrop-filter: blur(20px); }
.guide-index a { flex: 1; padding: 10px; border-radius: 9px; color: #697483; text-align: center; font-size: 10px; font-weight: 700; }
.guide-index a:hover { background: #edf1ff; color: #5368dc; }
.guide-article { scroll-margin-top: 170px; margin-bottom: 22px; padding: 32px; border: 1px solid rgba(255,255,255,0.9); border-radius: 22px; background: rgba(255,255,255,0.82); box-shadow: 0 14px 42px rgba(68,84,116,0.08); }
.guide-title { display: flex; align-items: flex-start; gap: 16px; }
.guide-title small { color: var(--blue); font-size: 8px; font-weight: 750; letter-spacing: 0.1em; text-transform: uppercase; }
.guide-title h2 { margin: 7px 0 8px; font-size: 30px; letter-spacing: -0.04em; }
.guide-title p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.6; }
.guide-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; margin: 28px 0; }
.guide-layout h3 { margin: 0 0 10px; font-size: 11px; }
.guide-layout pre { min-height: 238px; margin: 0; padding: 18px; overflow: auto; border-radius: 13px; background: #202633; color: #dce3ef; white-space: pre-wrap; font: 9.5px/1.65 ui-monospace, SFMono-Regular, Menlo, monospace; }
.guide-layout ol { margin: 0; padding: 0; list-style: none; counter-reset: guide-step; }
.guide-layout li { position: relative; min-height: 58px; padding: 0 0 15px 38px; counter-increment: guide-step; }
.guide-layout li::before { position: absolute; top: 0; left: 0; width: 25px; height: 25px; display: grid; place-items: center; border-radius: 8px; background: #edf1ff; color: #5c70de; font-size: 8px; font-weight: 800; content: counter(guide-step); }
.guide-layout li b, .guide-layout li span { display: block; }
.guide-layout li b { font-size: 10px; }
.guide-layout li span { margin-top: 5px; color: #858e9a; font-size: 9px; line-height: 1.5; }

.case-main { width: min(calc(100% - 48px), var(--max)); margin: 0 auto; }
.case-hero { min-height: 720px; display: grid; grid-template-columns: 0.86fr 1.14fr; align-items: center; gap: 70px; padding: 80px 0 70px; }
.case-hero-copy h1 { margin: 0; font-size: clamp(48px, 5.7vw, 76px); line-height: 0.98; letter-spacing: -0.065em; }
.case-hero-copy > p:last-child { max-width: 570px; margin: 26px 0 0; color: var(--muted); font-size: 16px; line-height: 1.7; }
.case-number-strip { display: grid; grid-template-columns: repeat(5, 1fr); overflow: hidden; margin-bottom: 108px; border: 1px solid rgba(255,255,255,0.9); border-radius: 19px; background: rgba(255,255,255,0.67); box-shadow: 0 16px 44px rgba(70,45,30,0.08); }
.case-number-strip > div { padding: 26px; border-left: 1px solid var(--line); }
.case-number-strip > div:first-child { border-left: 0; }
.case-number-strip strong, .case-number-strip span, .case-number-strip small { display: block; }
.case-number-strip strong { color: #b74d25; font-size: 40px; line-height: 1; letter-spacing: -0.055em; }
.case-number-strip span { margin-top: 8px; font-size: 11px; font-weight: 750; }
.case-number-strip small { margin-top: 5px; color: var(--faint); font-size: 8.5px; line-height: 1.45; }
.case-narrative { padding-bottom: 110px; }
.case-lead { max-width: 750px; margin-bottom: 44px; }
.case-lead h2 { margin: 0; font-size: clamp(38px, 4.5vw, 58px); line-height: 1.03; letter-spacing: -0.05em; }
.case-lead > p:last-child { max-width: 680px; color: var(--muted); font-size: 15px; line-height: 1.75; }
.case-story-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.case-story-grid article { min-height: 235px; padding: 27px; border: 1px solid rgba(255,255,255,0.9); border-radius: 20px; background: rgba(255,255,255,0.75); box-shadow: 0 13px 36px rgba(70,45,30,0.07); }
.case-story-grid small { color: #b74d25; font-size: 8px; font-weight: 750; letter-spacing: 0.08em; text-transform: uppercase; }
.case-story-grid h3 { margin: 22px 0 10px; font-size: 22px; letter-spacing: -0.035em; }
.case-story-grid p { max-width: 480px; margin: 0; color: var(--muted); font-size: 11.5px; line-height: 1.7; }
.case-quote { margin-bottom: 110px; padding: 62px; border-radius: 25px; background: #0a0d1a; box-shadow: var(--shadow); color: #f4f6f8; }
.case-quote p { max-width: 900px; margin: 0; font-size: clamp(34px, 4vw, 54px); line-height: 1.08; letter-spacing: -0.05em; }
.case-quote span { display: block; max-width: 650px; margin-top: 24px; color: #c3c9d4; font-size: 12px; line-height: 1.7; }

/* Canonical TellWang Flame brand. Source: @tellwang/design-tokens. */
.site-header,
.product-demo,
.output-card,
.wok-card,
.guide-grid a,
.guide-index,
.guide-article { box-shadow: 0 16px 44px rgba(70, 45, 30, 0.09); }
.demo-workspace { border-radius: 10px; }
.demo-workspace img { width: 22px; height: 22px; border-radius: 6px; }
.demo-environment { background: #fff0e6; color: #b74d25; }
.demo-run { background: linear-gradient(145deg, #ff7a45, #ffb454); color: #2a2320; }
.run-step.live > i { box-shadow: 0 0 0 5px rgba(255, 122, 69, 0.1); }
.card-icon.violet { background: linear-gradient(145deg, #ff7a45, #ffb454); color: #2a2320; }
.card-icon.green { background: linear-gradient(145deg, #5fbd78, #3d9258); }
.card-icon.orange { background: linear-gradient(145deg, #ffb454, #ff7a45); color: #2a2320; }
.card-icon.blue { background: linear-gradient(145deg, #4fa86a, #ff7a45); }
.wok-mark { background: linear-gradient(145deg, #ff7a45, #4fa86a); color: #0a0d1a; }
.wok-foot span,
.guide-index a:hover,
.guide-layout li::before { background: #fff0e6; color: #b74d25; }
.guide-grid em { color: #c65327; }
.final-cta { background: linear-gradient(135deg, rgba(255,255,255,0.88), rgba(255,241,225,0.86)); }
