:root {
  color-scheme: light;
  --ink: #11131a;
  --muted: #5e6470;
  --line: #e4e7ec;
  --surface: #ffffff;
  --soft: #f7f8fa;
  --yellow: #ffc329;
  --yellow-soft: #fff7d9;
  --orange: #e86f23;
  --blue: #1769e0;
  --green: #14804a;
  --purple: #6f52c7;
  --shadow: 0 20px 55px rgba(20, 27, 45, 0.1);
  --radius: 18px;
  --shell: min(1160px, calc(100vw - 40px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--surface);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.55;
  text-rendering: optimizeLegibility;
}
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration-thickness: 1px; text-underline-offset: 3px; }
a:focus-visible, button:focus-visible { outline: 3px solid var(--blue); outline-offset: 3px; }
.shell { width: var(--shell); margin-inline: auto; }
.skip-link {
  position: fixed; left: 14px; top: 10px; z-index: 100;
  transform: translateY(-150%); padding: 10px 14px; border-radius: 8px;
  background: var(--ink); color: #fff;
}
.skip-link:focus { transform: translateY(0); }

.site-header { position: sticky; top: 0; z-index: 50; border-bottom: 1px solid rgba(228,231,236,.9); background: rgba(255,255,255,.94); backdrop-filter: blur(16px); }
.nav { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 22px; }
.brand { display: inline-flex; align-items: center; gap: 11px; color: var(--ink); text-decoration: none; font-weight: 900; letter-spacing: -.02em; }
.brand img { width: 40px; height: 40px; border-radius: 10px; }
.nav-links { display: flex; align-items: center; gap: 24px; }
.nav-links a { color: var(--muted); text-decoration: none; font-size: 14px; font-weight: 750; }
.nav-links a:hover, .nav-links a[aria-current="page"] { color: var(--ink); }
.menu-button { display: none; border: 1px solid var(--line); border-radius: 10px; padding: 10px 12px; background: #fff; color: var(--ink); font: inherit; font-weight: 800; }

.button { display: inline-flex; min-height: 46px; align-items: center; justify-content: center; gap: 8px; padding: 0 18px; border: 1px solid var(--ink); border-radius: 10px; background: var(--ink); color: #fff; text-decoration: none; font-size: 14px; font-weight: 850; box-shadow: 0 10px 24px rgba(17,19,26,.16); }
.button:hover { transform: translateY(-1px); }
.button.secondary { background: #fff; color: var(--ink); box-shadow: none; }
.button.yellow { border-color: var(--yellow); background: var(--yellow); color: var(--ink); }
.workflow-cta {
  gap: 14px;
  min-height: 58px;
  padding: 0 13px 0 20px;
  border-color: #e6d69c;
  background: linear-gradient(135deg,#fff 18%,#fff9e7);
  color: var(--ink);
  box-shadow: 0 12px 30px rgba(116,80,0,.12), inset 0 1px 0 #fff;
  transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}
.workflow-cta::after {
  content: "\2192";
  display: grid;
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
  place-items: center;
  border-radius: 10px;
  background: var(--yellow);
  color: var(--ink);
  font-size: 20px;
  line-height: 1;
  transition: transform .18s ease, background-color .18s ease;
}
.workflow-cta:hover {
  border-color: #d7bd5a;
  background: linear-gradient(135deg,#fff 8%,var(--yellow-soft));
  box-shadow: 0 16px 36px rgba(116,80,0,.17), inset 0 1px 0 #fff;
  transform: translateY(-2px);
}
.workflow-cta:hover::after { background: #ffcb3d; transform: translateX(3px); }
.play-badge { display: inline-flex; width: 194px; border-radius: 8px; transition: transform .18s ease, filter .18s ease; }
.play-badge:hover { filter: brightness(1.05); transform: translateY(-1px); }
.play-badge:focus-visible { outline: 3px solid #0b69ff; outline-offset: 3px; }
.play-badge img { display: block; width: 100%; height: auto; }
.play-badge.compact { width: 146px; }
.brand-inline-link { display: inline-flex; align-items: center; gap: 5px; }
.brand-inline-icon { flex: 0 0 auto; width: 18px; height: 18px; }

.hero { display: grid; grid-template-columns: minmax(0,1.05fr) minmax(360px,.95fr); gap: 54px; align-items: center; padding: 76px 0 88px; }
.eyebrow { margin: 0 0 16px; color: #805400; font-size: 13px; font-weight: 900; letter-spacing: .11em; text-transform: uppercase; }
h1, h2, h3 { margin-top: 0; line-height: 1.08; letter-spacing: -.035em; }
h1 { max-width: 750px; margin-bottom: 22px; font-size: clamp(46px,7vw,76px); font-weight: 950; }
h2 { margin-bottom: 16px; font-size: clamp(32px,4.5vw,50px); font-weight: 920; }
h3 { margin-bottom: 9px; font-size: 20px; }
.lead { max-width: 720px; margin: 0; color: var(--muted); font-size: clamp(17px,2vw,20px); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.microcopy { max-width: 620px; margin: 18px 0 0; color: var(--muted); font-size: 13px; }
.hero-stage { position: relative; min-height: 0; aspect-ratio: .72; }
.hero-stage::before { content: ""; position: absolute; inset: 50px 10px 30px 54px; border: 1px solid var(--line); border-radius: 38px; background: linear-gradient(140deg,var(--yellow-soft),#fff 48%,#eff6ff); box-shadow: var(--shadow); transform: rotate(-2deg); }
.phone { position: absolute; overflow: hidden; margin: 0; border: 1px solid var(--line); border-radius: 30px; background: #fff; box-shadow: var(--shadow); }
.phone picture,.phone picture img { display: block; width: 100%; }
.phone:first-child { left: 16px; top: 0; z-index: 2; width: 57%; transform: rotate(-2deg); }
.phone:last-child { right: 0; top: 14%; width: 53%; transform: rotate(2.5deg); }

.section { padding: 84px 0; border-top: 1px solid var(--line); }
.section.soft { background: var(--soft); box-shadow: 0 0 0 100vmax var(--soft); clip-path: inset(0 -100vmax); }
.section-head { max-width: 760px; margin-bottom: 34px; }
.grid { display: grid; gap: 18px; }
.grid.two { grid-template-columns: repeat(2,minmax(0,1fr)); }
.grid.three { grid-template-columns: repeat(3,minmax(0,1fr)); }
.grid.four { grid-template-columns: repeat(4,minmax(0,1fr)); }
.brand-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 18px; }
.brand-tile { display: flex; min-height: 148px; flex-direction: column; align-items: center; justify-content: center; gap: 16px; padding: 24px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; box-shadow: 0 12px 36px rgba(20,27,45,.06); text-align: center; }
.brand-tile img { width: auto; max-width: 150px; height: 48px; object-fit: contain; }
.brand-tile span { color: var(--muted); font-size: 13px; font-weight: 750; }
.brand-mini-row { display: flex; align-items: center; gap: 12px; margin: 14px 0 10px; }
.brand-mini-row img { width: auto; max-width: 70px; height: 28px; object-fit: contain; }
.brand-pill { display: inline-flex; align-items: center; gap: 7px; }
.brand-pill img { width: 18px; height: 18px; }
.feature-card-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 20px; }
.product-feature-card { position: relative; display: flex; min-height: 300px; overflow: hidden; flex-direction: column; padding: 24px; border: 1px solid var(--line); border-radius: 20px; background: #fff; box-shadow: 0 15px 40px rgba(20,27,45,.075); }
.product-feature-card::before { content: ""; position: absolute; inset: 0 0 auto; height: 4px; background: var(--feature-accent); }
.product-feature-card::after { content: ""; position: absolute; right: -50px; bottom: -64px; width: 160px; height: 160px; border-radius: 50%; background: var(--feature-accent); opacity: .07; pointer-events: none; }
.product-feature-top { position: relative; z-index: 1; display: flex; align-items: center; justify-content: space-between; gap: 18px; margin-bottom: 24px; }
.product-feature-icon { display: grid; width: 48px; height: 48px; place-items: center; border-radius: 14px; background: var(--feature-soft); color: var(--feature-ink); }
.product-feature-icon svg { width: 23px; height: 23px; fill: currentColor; }
.product-feature-index { color: var(--muted); font-size: 12px; font-weight: 950; letter-spacing: .1em; }
.product-feature-card h3 { margin-bottom: 11px; font-size: 23px; }
.product-feature-card p { position: relative; z-index: 1; margin: 0 0 22px; color: var(--muted); }
.product-feature-outcome { position: relative; z-index: 1; display: inline-flex; width: fit-content; margin-top: auto; padding: 7px 10px; border-radius: 999px; background: var(--feature-soft); color: var(--feature-ink); font-size: 11px; font-weight: 850; }
.feature-brand-row { position: relative; z-index: 1; display: flex; align-items: center; gap: 12px; min-height: 30px; margin: -2px 0 14px; }
.feature-brand-row img { width: auto; max-width: 68px; height: 25px; object-fit: contain; }
.feature-capture { --feature-accent: #3889f7; --feature-soft: #edf5ff; --feature-ink: #2878ef; }
.feature-flow { --feature-accent: #7551d8; --feature-soft: #f2edff; --feature-ink: #6946c9; }
.feature-speed { --feature-accent: #ffae17; --feature-soft: var(--yellow-soft); --feature-ink: #956000; }
.feature-ai { --feature-accent: #d86aa7; --feature-soft: #fff0f8; --feature-ink: #b84284; }
.feature-listing { --feature-accent: #20a66a; --feature-soft: #eaf9f0; --feature-ink: #128649; }
.feature-delivery { --feature-accent: #2f6fdf; --feature-soft: #eef4ff; --feature-ink: #285ebc; }
.card { padding: 24px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; box-shadow: 0 12px 36px rgba(20,27,45,.06); }
.card p, .card li { color: var(--muted); }
.mark { display: grid; width: 44px; height: 44px; margin-bottom: 18px; place-items: center; border-radius: 12px; background: var(--yellow-soft); color: #6f4600; font-weight: 950; }
.workflow-grid { position: relative; display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 16px; }
.workflow-grid::before { content: ""; position: absolute; top: 51px; right: 8%; left: 8%; height: 2px; background: linear-gradient(90deg,#5ca6ff,var(--yellow),#997be8,#44bd79); opacity: .55; }
.workflow-card { position: relative; z-index: 1; display: flex; min-height: 315px; overflow: hidden; flex-direction: column; padding: 22px; border: 1px solid var(--line); border-radius: 18px; background: rgba(255,255,255,.96); box-shadow: 0 14px 36px rgba(20,27,45,.07); }
.workflow-card::after { content: ""; position: absolute; inset: auto -34px -46px auto; width: 126px; height: 126px; border-radius: 50%; opacity: .1; }
.workflow-card-top { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-bottom: 26px; }
.workflow-number { color: var(--muted); font-size: 12px; font-weight: 950; letter-spacing: .1em; }
.workflow-icon { display: grid; width: 48px; height: 48px; flex: 0 0 48px; place-items: center; border-radius: 15px; box-shadow: 0 8px 18px rgba(20,27,45,.08); }
.workflow-icon svg { width: 23px; height: 23px; fill: currentColor; }
.workflow-card h3 { margin-bottom: 11px; font-size: 23px; }
.workflow-card p { margin: 0 0 24px; color: var(--muted); font-size: 14px; }
.workflow-output { display: inline-flex; width: fit-content; margin-top: auto; padding: 7px 10px; border-radius: 999px; font-size: 11px; font-weight: 850; }
.workflow-capture .workflow-icon,.workflow-capture .workflow-output { background: #edf5ff; color: #2878ef; }
.workflow-capture::after { background: #2878ef; }
.workflow-choose .workflow-icon,.workflow-choose .workflow-output { background: var(--yellow-soft); color: #956000; }
.workflow-choose::after { background: var(--yellow); }
.workflow-review .workflow-icon,.workflow-review .workflow-output { background: #f2edff; color: #7551d8; }
.workflow-review::after { background: #7551d8; }
.workflow-deliver .workflow-icon,.workflow-deliver .workflow-output { background: #eaf9f0; color: #128649; }
.workflow-deliver::after { background: #12a050; }
.transformation-section .section-head { max-width: 820px; }
.transformation-showcase { display: grid; grid-template-columns: minmax(190px,.55fr) 124px minmax(0,1.55fr); gap: 18px; align-items: center; margin-top: 36px; }
.transformation-source,.transformation-result { position: relative; overflow: hidden; margin: 0; border: 1px solid var(--line); border-radius: 20px; background: #fff; box-shadow: 0 18px 48px rgba(20,27,45,.09); }
.transformation-label { display: flex; align-items: center; gap: 10px; padding: 14px 16px; border-bottom: 1px solid var(--line); }
.transformation-label span { display: grid; width: 28px; height: 28px; place-items: center; border-radius: 9px; background: var(--yellow-soft); color: #805400; font-size: 10px; font-weight: 950; }
.transformation-label strong { font-size: 13px; }
.transformation-source > picture { display: block; }
.transformation-source > picture img,.transformation-source > img { width: 100%; height: 350px; object-fit: cover; object-position: 50% 68%; }
.transformation-source figcaption,.transformation-result figcaption { padding: 12px 16px 15px; color: var(--muted); font-size: 12px; font-weight: 750; }
.transformation-bridge { position: relative; z-index: 0; display: flex; min-height: 190px; flex-direction: column; align-items: center; justify-content: center; text-align: center; }
.transformation-bridge::before,.transformation-bridge::after { content: ""; position: absolute; top: 50%; width: 34px; height: 2px; }
.transformation-bridge::before { left: -18px; background: linear-gradient(90deg,var(--line),var(--yellow)); }
.transformation-bridge::after { right: -18px; background: linear-gradient(90deg,var(--yellow),var(--line)); }
.transformation-spark { display: grid; width: 54px; height: 54px; margin-bottom: 12px; place-items: center; border: 1px solid #efd682; border-radius: 17px; background: linear-gradient(145deg,#fff,var(--yellow-soft)); color: #a96b00; box-shadow: 0 12px 28px rgba(116,80,0,.15); }
.transformation-spark svg { width: 27px; height: 27px; fill: currentColor; }
.transformation-bridge strong { font-size: 13px; }
.transformation-bridge > span:not(.transformation-spark) { color: var(--muted); font-size: 11px; font-weight: 750; }
.transformation-bridge i { display: grid; width: 34px; height: 34px; margin-top: 12px; place-items: center; border-radius: 999px; background: var(--ink); color: #fff; font-size: 18px; font-style: normal; }
.listing-preview { position: relative; display: block; padding: 16px; background: linear-gradient(145deg,#f8f9fb,#fff); cursor: zoom-in; }
.listing-preview img { width: 100%; height: auto; border: 1px solid var(--line); border-radius: 10px; background: #fff; }
.listing-preview > span { position: absolute; right: 28px; bottom: 28px; display: inline-flex; align-items: center; gap: 7px; padding: 9px 11px; border-radius: 9px; background: rgba(17,19,26,.92); color: #fff; font-size: 11px; font-weight: 850; box-shadow: 0 8px 20px rgba(17,19,26,.22); transition: transform .18s ease, background-color .18s ease; }
.listing-preview > span b { transition: transform .18s ease; }
.listing-preview:hover > span { background: #000; transform: translateY(-2px); }
.listing-preview:hover > span b { transform: translate(2px,-2px); }
.pill { display: inline-flex; align-items: center; padding: 7px 10px; border-radius: 999px; background: var(--yellow-soft); color: #745000; font-size: 12px; font-weight: 850; }
.listing-mode-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 20px; }
.listing-mode-card {
  position: relative;
  display: flex;
  overflow: hidden;
  flex-direction: column;
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 16px 42px rgba(20,27,45,.08);
}
.listing-mode-card::before { content: ""; position: absolute; inset: 0 0 auto; height: 5px; }
.listing-mode-card::after { content: ""; position: absolute; top: -76px; right: -64px; width: 180px; height: 180px; border-radius: 50%; pointer-events: none; }
.listing-mode-fast::before { background: linear-gradient(90deg,#2f7df6,#55b7ff); }
.listing-mode-fast::after { background: radial-gradient(circle,rgba(47,125,246,.12),rgba(47,125,246,0) 70%); }
.listing-mode-enhanced::before { background: linear-gradient(90deg,#ffae17,var(--yellow),#ffdd79); }
.listing-mode-enhanced::after { background: radial-gradient(circle,rgba(255,195,41,.2),rgba(255,195,41,0) 70%); }
.listing-mode-top { position: relative; z-index: 1; display: flex; align-items: center; justify-content: space-between; gap: 18px; margin-bottom: 24px; }
.listing-mode-icon { display: grid; width: 48px; height: 48px; place-items: center; border-radius: 14px; }
.listing-mode-icon svg { width: 24px; height: 24px; fill: currentColor; }
.listing-mode-fast .listing-mode-icon { background: #edf5ff; color: #2878ef; }
.listing-mode-enhanced .listing-mode-icon { background: var(--yellow-soft); color: #b66c00; }
.listing-mode-credit { display: inline-flex; align-items: baseline; gap: 5px; padding: 8px 12px; border: 1px solid var(--line); border-radius: 999px; background: rgba(255,255,255,.88); color: var(--muted); font-size: 12px; font-weight: 800; }
.listing-mode-credit strong { color: var(--ink); font-size: 18px; line-height: 1; }
.listing-mode-kicker { margin: 0 0 7px; color: var(--muted); font-size: 12px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.listing-mode-card h3 { margin-bottom: 12px; font-size: clamp(24px,3vw,30px); }
.listing-mode-card > p:not(.listing-mode-kicker) { margin: 0 0 24px; color: var(--muted); }
.listing-mode-best { display: grid; grid-template-columns: auto minmax(0,1fr); gap: 12px; align-items: center; margin-top: auto; padding-top: 18px; border-top: 1px solid var(--line); }
.listing-mode-best span { color: var(--muted); font-size: 12px; font-weight: 800; text-transform: uppercase; }
.listing-mode-best strong { font-size: 13px; line-height: 1.4; text-align: right; }
.price { margin: 16px 0 6px; font-size: 31px; font-weight: 950; letter-spacing: -.04em; }
.price small { color: var(--muted); font-size: 13px; letter-spacing: 0; }
.credit-pack-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 18px; }
.credit-pack-card { --pack-accent: #3889f7; --pack-soft: #edf5ff; --pack-ink: #2878ef; position: relative; display: flex; min-height: 390px; overflow: hidden; flex-direction: column; padding: 24px; border: 1px solid var(--line); border-radius: 20px; background: #fff; box-shadow: 0 16px 42px rgba(20,27,45,.08); }
.credit-pack-card::before { content: ""; position: absolute; inset: 0 0 auto; height: 5px; background: var(--pack-accent); }
.credit-pack-card::after { content: ""; position: absolute; top: -78px; right: -70px; width: 190px; height: 190px; border-radius: 50%; background: var(--pack-accent); opacity: .08; pointer-events: none; }
.credit-pack-head { position: relative; z-index: 1; display: flex; align-items: center; justify-content: space-between; gap: 14px; }
.credit-pack-head h3 { margin: 0; font-size: 20px; }
.credit-pack-head > span { padding: 6px 9px; border-radius: 999px; background: var(--pack-soft); color: var(--pack-ink); font-size: 10px; font-weight: 900; letter-spacing: .07em; text-transform: uppercase; }
.credit-pack-total { position: relative; z-index: 1; margin: 20px 0 22px; font-size: 36px; }
.credit-pack-capacity { position: relative; z-index: 1; padding: 14px; border: 1px solid rgba(228,231,236,.9); border-radius: 14px; background: #fafbfc; }
.credit-pack-capacity > p { margin: 0 0 9px; color: var(--muted); font-size: 10px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.credit-pack-capacity > div { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 6px 0; font-size: 12px; }
.credit-pack-capacity > div + div { border-top: 1px solid var(--line); }
.credit-pack-capacity span { display: inline-flex; min-width: 0; align-items: center; gap: 7px; color: var(--muted); }
.credit-pack-capacity strong { color: var(--ink); font-size: 12px; }
.credit-pack-capacity i { width: 7px; height: 7px; flex: 0 0 7px; border-radius: 50%; }
.capacity-fast { background: #3889f7; }
.capacity-clean { background: #20a66a; }
.capacity-ai { background: #a368e5; }
.credit-pack-footer { position: relative; z-index: 1; display: grid; gap: 3px; margin-top: auto; padding-top: 18px; }
.credit-pack-footer span { color: var(--muted); font-size: 10px; font-weight: 850; letter-spacing: .07em; text-transform: uppercase; }
.credit-pack-footer strong { font-size: 12px; }
.pack-growth { --pack-accent: #20a66a; --pack-soft: #eaf9f0; --pack-ink: #128649; }
.pack-scale { --pack-accent: #8b63dc; --pack-soft: #f2edff; --pack-ink: #6946c9; }
.pack-business { --pack-accent: #ffae17; --pack-soft: var(--yellow-soft); --pack-ink: #956000; }
.plan { position: relative; overflow: hidden; }
.plan::before { content: ""; position: absolute; inset: 0 0 auto; height: 6px; background: var(--yellow); }
.plan:nth-child(1)::before { background: #36a4ef; }
.plan:nth-child(3)::before { background: var(--purple); }
.plan:nth-child(4)::before { background: var(--green); }
.list-clean { margin: 16px 0 0; padding-left: 19px; }
.list-clean li + li { margin-top: 8px; }
.notice { display: grid; grid-template-columns: 1fr auto; gap: 28px; align-items: center; padding: 34px; border-radius: var(--radius); background: var(--ink); color: #fff; box-shadow: var(--shadow); }
.notice h2 { margin-bottom: 10px; font-size: clamp(28px,4vw,42px); }
.notice p { margin: 0; color: #cdd2dc; }

.page-hero { padding: 68px 0 52px; border-bottom: 1px solid var(--line); background: linear-gradient(180deg,var(--yellow-soft),#fff); }
.page-hero h1 { font-size: clamp(40px,6vw,64px); }
.content-grid { display: grid; grid-template-columns: 240px minmax(0,760px); gap: 54px; align-items: start; padding: 54px 0 90px; }
.toc { position: sticky; top: 104px; padding: 18px; border: 1px solid var(--line); border-radius: 14px; background: var(--soft); }
.toc strong { display: block; margin-bottom: 10px; }
.toc a { display: block; padding: 5px 0; color: var(--muted); font-size: 13px; }
.legal { min-width: 0; }
.legal h2 { margin: 44px 0 12px; padding-top: 8px; font-size: 28px; letter-spacing: -.025em; }
.legal h2:first-of-type { margin-top: 0; }
.legal h3 { margin-top: 26px; }
.legal p, .legal li { color: #404651; }
.legal li + li { margin-top: 8px; }
.policy-meta { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 20px; }
.callout { margin: 26px 0; padding: 20px 22px; border-left: 5px solid var(--yellow); border-radius: 12px; background: var(--yellow-soft); }
.callout p { margin: 0; color: #3d3420; }
.contact-card { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 20px; }
.contact-card p { margin: 0; }
.breadcrumb { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 22px; color: var(--muted); font-size: 13px; }
.breadcrumb a { color: var(--muted); text-decoration: underline; text-underline-offset: 3px; }
.intent-hero { padding: 64px 0 70px; border-bottom: 1px solid var(--line); background: radial-gradient(circle at 86% 18%,rgba(255,195,41,.25),transparent 30%),linear-gradient(180deg,#fffdf7,#fff); }
.intent-hero-grid { display: grid; grid-template-columns: minmax(0,1.05fr) minmax(330px,.75fr); gap: 56px; align-items: center; }
.intent-hero h1 { max-width: 850px; font-size: clamp(42px,6vw,72px); }
.intent-hero-copy .lead { max-width: 690px; }
.intent-hero-art { position: relative; max-width: 400px; justify-self: center; }
.intent-hero-art::before { content: ""; position: absolute; inset: 9% -10% -2% 10%; border-radius: 38px; background: linear-gradient(145deg,var(--yellow-soft),#f1f5ff); transform: rotate(4deg); }
.intent-hero-art img { position: relative; display: block; width: 100%; height: auto; border: 1px solid var(--line); border-radius: 30px; box-shadow: 0 28px 70px rgba(20,27,45,.18); }
.intent-hero-art picture { position: relative; display: block; }
.outcome-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 18px; }
.outcome-card { min-height: 220px; padding: 25px; border: 1px solid var(--line); border-radius: 19px; background: #fff; box-shadow: 0 13px 34px rgba(20,27,45,.06); }
.outcome-card > span { display: grid; width: 42px; height: 42px; margin-bottom: 22px; place-items: center; border-radius: 13px; background: var(--yellow-soft); color: #8f5d00; font-size: 12px; font-weight: 950; }
.outcome-card h3 { margin-bottom: 9px; }
.outcome-card p { margin: 0; color: var(--muted); }
.platform-band { display: grid; grid-template-columns: minmax(0,.8fr) minmax(0,1.2fr); gap: 48px; align-items: center; }
.platform-mark { display: flex; min-height: 220px; align-items: center; justify-content: center; padding: 45px; border: 1px solid var(--line); border-radius: 26px; background: linear-gradient(145deg,#fff,var(--soft)); box-shadow: var(--shadow); }
.platform-mark img { width: min(260px,80%); max-height: 110px; }
.platform-details { display: grid; gap: 15px; }
.platform-detail { display: grid; grid-template-columns: 34px 1fr; gap: 13px; }
.platform-detail > span { display: grid; width: 32px; height: 32px; place-items: center; border-radius: 50%; background: var(--ink); color: #fff; font-size: 12px; font-weight: 900; }
.platform-detail h3 { margin: 2px 0 5px; font-size: 18px; }
.platform-detail p { margin: 0; color: var(--muted); }
.faq-list { display: grid; gap: 12px; max-width: 900px; }
.faq-list details { padding: 19px 21px; border: 1px solid var(--line); border-radius: 15px; background: #fff; }
.faq-list summary { cursor: pointer; font-weight: 850; }
.faq-list details p { margin: 12px 0 0; color: var(--muted); }
.testing-access-cta { min-width: 190px; justify-content: center; }
.brand-tile strong { color: var(--ink); font-size: 12px; }
.error-page { display: grid; min-height: 70vh; place-items: center; padding: 80px 0; text-align: center; }
.error-code { margin: 0; color: #9b6900; font-size: 14px; font-weight: 950; letter-spacing: .15em; }
.error-page h1 { margin-top: 10px; }
.error-page .lead { max-width: 610px; margin-inline: auto; }
.error-actions { justify-content: center; }

.site-footer { border-top: 1px solid var(--line); background: var(--soft); }
.footer-grid { display: grid; grid-template-columns: 1.5fr repeat(3,1fr); gap: 34px; padding: 46px 0 28px; }
.footer-grid h2 { margin: 0 0 8px; font-size: 18px; }
.footer-grid p { max-width: 470px; margin: 0; color: var(--muted); font-size: 14px; }
.footer-links strong { display: block; margin-bottom: 9px; font-size: 13px; text-transform: uppercase; letter-spacing: .08em; }
.footer-links a { display: block; margin: 7px 0; color: var(--muted); font-size: 14px; }
.footer-bottom { display: flex; justify-content: space-between; gap: 18px; padding: 20px 0 34px; border-top: 1px solid var(--line); color: var(--muted); font-size: 12px; }

@media (max-width: 940px) {
  .menu-button { display: inline-flex; }
  .nav-links { position: absolute; top: 76px; left: 20px; right: 20px; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 12px; border: 1px solid var(--line); border-radius: 14px; background: #fff; box-shadow: var(--shadow); }
  .nav-links[data-open="true"] { display: flex; }
  .nav-links a { padding: 11px 10px; }
  .nav-cta { display: none; }
  .hero { grid-template-columns: 1fr; }
  .hero-stage { width: min(590px,100%); margin-inline: auto; }
  .grid.four { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .feature-card-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .workflow-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .workflow-grid::before { display: none; }
  .credit-pack-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .content-grid { grid-template-columns: 1fr; gap: 22px; }
  .intent-hero-grid { grid-template-columns: 1fr; }
  .intent-hero-art { width: min(400px,78vw); }
  .platform-band { grid-template-columns: 1fr; }
  .toc { position: static; }
}

@media (max-width: 650px) {
  :root { --shell: calc(100vw - 28px); }
  .nav { min-height: 68px; }
  .nav-links { top: 68px; left: 14px; right: 14px; }
  h1 { font-size: clamp(39px,12vw,52px); }
  .hero { gap: 34px; padding: 52px 0 68px; }
  .hero-actions { flex-direction: column; }
  .button { width: 100%; }
  .hero-stage { min-height: 0; aspect-ratio: .72; }
  .hero-stage::before { inset: 54px 4px 26px 38px; }
  .phone:first-child { left: 0; width: 57%; }
  .phone:last-child { width: 53%; top: 14%; }
  .workflow-grid { grid-template-columns: 1fr; }
  .workflow-card { min-height: 0; }
  .section { padding: 64px 0; }
  .grid.two, .grid.three, .grid.four, .brand-grid, .listing-mode-grid { grid-template-columns: 1fr; }
  .outcome-grid { grid-template-columns: 1fr; }
  .feature-card-grid { grid-template-columns: 1fr; }
  .product-feature-card { min-height: 0; }
  .credit-pack-grid { grid-template-columns: 1fr; }
  .credit-pack-card { min-height: 0; }
  .play-badge { width: 100%; max-width: 220px; align-self: flex-start; }
  .transformation-showcase { grid-template-columns: 1fr; gap: 14px; }
  .transformation-source { display: grid; grid-template-columns: 42% 58%; align-items: stretch; }
  .transformation-source .transformation-label { grid-column: 1 / -1; }
  .transformation-source > picture img,.transformation-source > img { height: 220px; }
  .transformation-source figcaption { display: flex; align-items: center; padding: 18px; }
  .transformation-bridge { min-height: 120px; padding-bottom: 25px; }
  .transformation-bridge::before,.transformation-bridge::after { right: auto; left: 50%; width: 2px; height: 28px; transform: translateX(-50%); }
  .transformation-bridge::before { top: -14px; background: linear-gradient(180deg,var(--line),var(--yellow)); }
  .transformation-bridge::after { top: auto; bottom: -14px; background: linear-gradient(180deg,var(--yellow),var(--line)); }
  .transformation-spark { width: 46px; height: 46px; margin-bottom: 7px; }
  .transformation-bridge i { position: absolute; bottom: 0; left: 50%; margin: 0; transform: translateX(-50%) rotate(90deg); }
  .listing-preview { padding: 10px; }
  .listing-preview > span { right: 20px; bottom: 20px; }
  .notice { grid-template-columns: 1fr; padding: 26px; }
  .page-hero { padding: 48px 0 38px; }
  .content-grid { padding: 36px 0 68px; }
  .footer-grid { grid-template-columns: 1fr; gap: 26px; }
  .footer-bottom { flex-direction: column; }
}

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