@font-face {
  font-family:Pretendard;
  src:url("assets/fonts/PretendardVariable.woff2") format("woff2");
  font-style:normal;
  font-weight:100 900;
  font-display:swap
}
:root {
  --ink:#12251f;
  --lime:#d7ff63;
  --cream:#f5f7f0;
  --paper:#fff;
  --muted:#617068;
  --line:#d9e0d6;
  --font:Pretendard,"Apple SD Gothic Neo","Noto Sans KR",sans-serif;
  color-scheme:light
}
* {
  box-sizing:border-box
}
html {
  scroll-behavior:smooth;
  scroll-padding-top:76px
}
body {
  min-width:320px;
  margin:0;
  background:var(--cream);
  color:var(--ink);
  font-family:var(--font);
  font-size:16px;
  line-height:1.55;
  word-break:keep-all;
  overflow-wrap:break-word;
  -webkit-font-smoothing:antialiased
}
h1,h2,h3,p,figure,ol,ul,dl,dd {
  margin:0
}
ol,ul {
  padding:0;
  list-style:none
}
a {
  color:inherit;
  text-decoration:none
}
img {
  display:block;
  max-width:100%
}
button {
  font:inherit
}
button,a {
  touch-action:manipulation
}
.shell {
  width:min(1320px,calc(100% - 96px));
  margin-inline:auto
}
.skip-link {
  position:fixed;
  z-index:100;
  left:18px;
  top:14px;
  transform:translateY(-180%);
  padding:10px 16px;
  border-radius:99px;
  background:var(--lime);
  font-weight:800
}
.skip-link:focus {
  transform:none
}
a:focus-visible,button:focus-visible {
  outline:3px solid var(--lime);
  outline-offset:4px
}
.site-header {
  position:sticky;
  z-index:20;
  top:0;
  border-bottom:1px solid rgba(18,37,31,.1);
  background:rgba(245,247,240,.93);
  backdrop-filter:blur(14px)
}
.header-inner {
  min-height:76px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:32px
}
.brand-link {
  display:block;
  width:172px;
  flex:none
}
.brand-link img {
  width:100%;
  height:auto
}
.site-nav {
  display:flex;
  align-items:center;
  gap:28px;
  font-size:14px;
  font-weight:680
}
.site-nav>a:not(.nav-cta) {
  padding:12px 0;
  color:var(--muted)
}
.site-nav>a:not(.nav-cta):hover {
  color:var(--ink)
}
.nav-cta {
  min-height:44px;
  display:inline-flex;
  align-items:center;
  gap:10px;
  padding:10px 18px;
  border-radius:99px;
  background:var(--ink);
  color:#fff;
  transition:background .18s,color .18s
}
.nav-cta:hover {
  background:var(--lime);
  color:var(--ink)
}
.nav-cta span {
  font-size:17px;
  line-height:1
}
.hero {
  padding:34px 0 24px
}
.hero-grid {
  min-height:590px;
  display:grid;
  grid-template-columns:minmax(0,1.28fr) minmax(370px,.72fr);
  align-items:center;
  gap:clamp(56px,8vw,140px);
  padding:35px 0 48px
}
.overline,.section-index,.eyebrow {
  font-size:11px;
  font-weight:800;
  line-height:1.25;
  letter-spacing:.1em
}
.overline {
  display:flex;
  align-items:center;
  gap:9px;
  margin-bottom:27px;
  color:var(--muted)
}
.status-dot {
  width:8px;
  height:8px;
  flex:none;
  border-radius:50%;
  background:var(--lime);
  box-shadow:0 0 0 3px rgba(215,255,99,.32)
}
.hero h1 {
  font-size:clamp(60px,6.35vw,94px);
  line-height:1.055;
  letter-spacing:-.075em;
  font-weight:780
}
.hero-lead {
  margin-top:30px;
  color:var(--muted);
  font-size:clamp(18px,1.5vw,22px);
  letter-spacing:-.035em
}
.hero-lead strong {
  color:var(--ink);
  font-weight:750
}
.hero-detail {
  margin-top:17px;
  color:var(--muted);
  font-size:15px
}
.mobile-only {
  display:none
}
.hero-actions {
  display:flex;
  align-items:center;
  flex-wrap:wrap;
  gap:24px;
  margin-top:34px
}
.button {
  min-height:54px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:28px;
  padding:13px 24px;
  border-radius:99px;
  font-size:15px;
  font-weight:750;
  transition:transform .18s,background .18s,color .18s
}
.button span {
  font-size:18px;
  font-weight:500
}
.button-primary {
  background:var(--ink);
  color:#fff
}
.button-primary:hover {
  background:var(--lime);
  color:var(--ink);
  transform:translateY(-2px)
}
.text-link {
  min-height:44px;
  display:inline-flex;
  align-items:center;
  border-bottom:1px solid var(--ink);
  font-size:14px;
  font-weight:720
}
.text-link span {
  margin-left:11px;
  font-size:18px
}
.hero-mark {
  width:min(100%,432px);
  justify-self:center
}
.loop-stage {
  position:relative;
  aspect-ratio:1
}
.loop-line {
  position:absolute;
  inset:0;
  border:1px solid #b8c5b9;
  border-radius:50%
}
.hero-symbol {
  position:absolute;
  inset:9%;
  width:82%;
  height:82%;
  border-radius:29%;
  box-shadow:0 28px 60px rgba(18,37,31,.14)
}
.orbit {
  position:absolute;
  z-index:2;
  display:inline-flex;
  align-items:center;
  min-height:36px;
  padding:7px 14px;
  border:1px solid var(--line);
  border-radius:99px;
  background:var(--cream);
  box-shadow:0 8px 20px rgba(18,37,31,.08);
  font-size:12px;
  font-weight:750
}
.orbit-order {
  top:3%;
  left:-1%
}
.orbit-po {
  top:37%;
  right:-9%
}
.orbit-invoice {
  bottom:3%;
  left:11%
}
.hero-message {
  position:absolute;
  z-index:3;
  right:-8%;
  bottom:12%;
  display:flex;
  align-items:flex-start;
  gap:9px;
  padding:13px 15px;
  border:1px solid var(--line);
  border-radius:11px;
  background:#fff;
  box-shadow:0 13px 30px rgba(18,37,31,.1)
}
.message-check,.control-icon {
  display:grid;
  place-items:center;
  flex:none;
  width:20px;
  height:20px;
  border-radius:50%;
  background:var(--lime);
  font-size:12px;
  font-weight:900
}
.hero-message strong,.hero-message small {
  display:block
}
.hero-message strong {
  font-size:11px
}
.hero-message small {
  margin-top:2px;
  color:var(--muted);
  font-size:10px
}
.hero-mark figcaption {
  margin-top:18px;
  color:var(--muted);
  font-size:11px;
  text-align:center
}
.market-band {
  display:grid;
  grid-template-columns:minmax(230px,.8fr) 1fr;
  gap:30px;
  align-items:center;
  padding:23px 0;
  border-top:1px solid var(--line)
}
.market-copy {
  display:grid;
  gap:6px
}
.eyebrow {
  color:var(--muted);
  font-size:9px
}
.market-copy strong {
  font-size:14px;
  letter-spacing:-.025em
}
.market-logos {
  display:flex;
  align-items:center;
  justify-content:flex-end;
  gap:clamp(25px,4vw,65px)
}
.market-logos img {
  width:auto;
  height:26px;
  object-fit:contain
}
.market-logos .coupang-logo,.market-logos .toss-logo {
  height:24px
}
.market-note {
  margin-top:11px;
  color:#849087;
  font-size:11px
}
.work-section,.difference-section {
  padding:118px 0
}
.work-section {
  background:#fff
}
.section-heading {
  max-width:790px
}
.split-heading {
  max-width:none;
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(280px,.62fr);
  gap:70px;
  align-items:end
}
.section-index {
  margin-bottom:20px;
  color:var(--muted)
}
.section-heading h2,.contact-copy h2 {
  font-size:clamp(39px,4vw,61px);
  line-height:1.13;
  letter-spacing:-.065em;
  font-weight:760
}
.section-intro {
  padding-bottom:4px;
  color:var(--muted);
  font-size:17px;
  line-height:1.65
}
.work-grid {
  display:grid;
  grid-template-columns:minmax(0,1.25fr) minmax(340px,.75fr);
  gap:clamp(40px,7vw,112px);
  align-items:start;
  margin-top:65px
}
.product-grid {
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:10px
}
.product-card {
  overflow:hidden;
  background:var(--cream)
}
.product-card img {
  width:100%;
  aspect-ratio:1;
  object-fit:cover
}
.product-card>div {
  min-height:112px;
  padding:16px
}
.product-card span,.option-label {
  color:var(--muted);
  font-size:10px;
  font-weight:800;
  letter-spacing:.08em
}
.product-card h3 {
  margin-top:3px;
  font-size:17px;
  letter-spacing:-.04em
}
.product-card p {
  margin-top:5px;
  color:var(--muted);
  font-size:11px
}
.process-rail {
  display:grid;
  grid-template-columns:repeat(4,1fr);
  margin-top:29px;
  border-top:1px solid var(--line);
  border-bottom:1px solid var(--line)
}
.process-rail li {
  min-height:83px;
  display:grid;
  align-content:center;
  gap:5px;
  padding:13px;
  border-right:1px solid var(--line)
}
.process-rail li:first-child {
  border-left:1px solid var(--line)
}
.process-rail span {
  color:var(--muted);
  font-size:10px;
  font-weight:800
}
.process-rail strong {
  font-size:13px;
  letter-spacing:-.03em
}
.control-note {
  display:flex;
  gap:12px;
  margin-top:23px;
  padding:18px 0;
  border-top:1px solid var(--line);
  color:var(--muted);
  font-size:13px
}
.control-note p {
  line-height:1.65
}
.control-note strong {
  color:var(--ink)
}
.report-demo {
  overflow:hidden;
  border:1px solid #cbd6ca;
  border-radius:14px;
  background:#f8faf6;
  box-shadow:0 18px 45px rgba(18,37,31,.08)
}
.demo-toolbar {
  min-height:57px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  padding:10px 14px 10px 18px;
  border-bottom:1px solid var(--line);
  background:#fff;
  color:var(--muted);
  font-size:12px;
  font-weight:700
}
.view-switch {
  display:flex;
  padding:3px;
  border:1px solid var(--line);
  border-radius:99px;
  background:var(--cream)
}
.view-switch button {
  min-width:55px;
  min-height:38px;
  border:0;
  border-radius:99px;
  background:transparent;
  color:var(--muted);
  font-size:11px;
  font-weight:750;
  cursor:pointer
}
.view-switch button:hover {
  color:var(--ink)
}
.view-switch button.is-active {
  background:var(--ink);
  color:#fff
}
.chat-header {
  display:flex;
  align-items:center;
  gap:9px;
  padding:16px 18px;
  background:#f2f6ed
}
.chat-header img {
  width:36px;
  height:36px;
  border-radius:10px
}
.chat-header div {
  display:grid;
  line-height:1.25
}
.chat-header strong {
  font-size:13px
}
.chat-header span {
  margin-top:2px;
  color:var(--muted);
  font-size:10px
}
.example-pill {
  margin-left:auto;
  padding:4px 8px;
  border:1px solid var(--line);
  border-radius:99px;
  color:var(--muted);
  font-size:9px;
  font-weight:750
}
.chat-body {
  padding:19px 18px 22px
}
.chat-day {
  margin-bottom:13px;
  color:#8a968d;
  font-size:10px;
  text-align:center
}
.chat-bubble {
  max-width:92%;
  padding:16px;
  border-radius:3px 14px 14px 14px;
  background:#fff;
  box-shadow:0 3px 13px rgba(18,37,31,.05)
}
.bubble-title {
  font-size:13px;
  font-weight:750
}
.report-counts {
  margin:13px 0;
  padding:9px 0;
  border-top:1px solid var(--line);
  border-bottom:1px solid var(--line)
}
.report-counts>div {
  display:flex;
  justify-content:space-between;
  padding:4px 0;
  font-size:11px
}
.report-counts dt {
  color:var(--muted)
}
.report-counts dd {
  font-weight:800
}
.report-counts .pending-row dd {
  color:#75952a
}
.bubble-note {
  color:var(--muted);
  font-size:10px;
  line-height:1.6
}
.chat-insight {
  max-width:94%;
  margin-top:13px;
  padding:13px 15px;
  border-left:3px solid var(--lime);
  background:#edf3e5
}
.chat-insight span,.email-insight strong {
  font-size:10px;
  font-weight:800
}
.chat-insight p {
  margin-top:4px;
  font-size:11px;
  line-height:1.55
}
.seller-bubble {
  width:max-content;
  max-width:88%;
  margin:14px 0 0 auto;
  padding:10px 13px;
  border-radius:14px 3px 14px 14px;
  background:var(--lime);
  font-size:11px;
  font-weight:650
}
.demo-email[hidden],.demo-chat[hidden] {
  display:none
}
.email-header {
  padding:21px 20px 17px;
  border-bottom:1px solid var(--line);
  background:#fff
}
.email-header .example-pill {
  display:table;
  margin:0 0 11px
}
.email-header h3 {
  font-size:16px;
  letter-spacing:-.04em
}
.email-header p {
  margin-top:8px;
  color:var(--muted);
  font-size:10px
}
.email-body {
  padding:23px 20px 28px;
  background:#fff;
  color:#46554d;
  font-size:12px
}
.email-body .report-counts {
  max-width:300px;
  margin:19px 0
}
.email-insight {
  margin-top:20px;
  padding:14px;
  border-radius:8px;
  background:#f1f6eb
}
.email-insight p {
  margin-top:5px;
  font-size:11px;
  line-height:1.6
}
.example-note {
  margin-top:22px;
  color:#839087;
  font-size:11px
}
.difference-section {
  border-top:1px solid var(--line)
}
.section-heading>p:last-child {
  margin-top:20px;
  color:var(--muted);
  font-size:17px
}
.comparison-grid {
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:12px;
  align-items:stretch;
  margin-top:59px
}
.comparison-card {
  min-height:506px;
  display:flex;
  flex-direction:column;
  padding:30px;
  background:#fff;
  border:1px solid var(--line)
}
.comparison-card h3 {
  margin-top:22px;
  font-size:26px;
  line-height:1.28;
  letter-spacing:-.055em
}
.cost-line {
  margin-top:27px;
  font-size:16px;
  font-weight:800;
  letter-spacing:-.035em
}
.cost-line span {
  display:block;
  margin-top:4px;
  color:var(--muted);
  font-size:11px;
  font-weight:500
}
.comparison-card ul {
  display:grid;
  gap:0;
  margin-top:auto;
  padding-top:29px
}
.comparison-card li {
  display:grid;
  grid-template-columns:40px 1fr;
  gap:9px;
  padding:10px 0;
  border-top:1px solid var(--line);
  color:var(--muted);
  font-size:12px;
  line-height:1.55
}
.comparison-card li span {
  color:var(--ink);
  font-size:10px;
  font-weight:850;
  letter-spacing:.04em
}
.featured {
  border-color:var(--ink);
  background:var(--ink);
  color:#fff
}
.featured-top {
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:15px
}
.featured-top img {
  width:126px;
  height:auto
}
.featured-top span {
  color:var(--lime);
  font-size:10px;
  font-weight:800;
  letter-spacing:.07em
}
.featured h3 {
  margin-top:29px
}
.service-price {
  margin-top:22px;
  color:var(--lime);
  font-size:52px;
  line-height:.95;
  font-weight:800;
  letter-spacing:-.07em
}
.service-price small,.service-price span {
  font-size:15px;
  letter-spacing:-.03em
}
.service-price small {
  margin-right:5px;
  color:#fff;
  font-weight:650
}
.service-price span {
  margin-left:5px;
  color:#fff
}
.price-caption {
  margin-top:10px;
  color:#b6c5bb;
  font-size:11px
}
.featured li {
  border-color:#3f544b;
  color:#d4ded6
}
.featured li span {
  color:var(--lime)
}
.featured-link {
  min-height:44px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:8px;
  margin-top:21px;
  color:var(--lime);
  font-size:12px;
  font-weight:750
}
.featured-link span {
  font-size:17px
}
.comparison-note {
  margin-top:19px;
  color:#87938b;
  font-size:10px;
  line-height:1.6
}
.human-ai-line {
  display:flex;
  flex-wrap:wrap;
  gap:9px 28px;
  align-items:center;
  margin-top:66px;
  padding-top:22px;
  border-top:1px solid var(--line);
  font-size:14px
}
.human-ai-line span {
  color:var(--muted)
}
.human-ai-line strong {
  font-size:16px;
  letter-spacing:-.04em
}
.contact-section {
  padding:38px 0 0;
  background:var(--cream)
}
.contact-panel {
  display:grid;
  grid-template-columns:minmax(0,1.08fr) minmax(350px,.72fr);
  gap:clamp(55px,9vw,145px);
  align-items:center;
  padding:clamp(50px,6.3vw,91px);
  background:var(--ink);
  color:#fff
}
.contact-copy .section-index {
  color:var(--lime)
}
.contact-copy h2 {
  color:#fff
}
.contact-copy>p:not(.section-index) {
  margin-top:25px;
  color:#bdcabe;
  font-size:16px
}
.button-lime {
  margin-top:34px;
  background:var(--lime);
  color:var(--ink)
}
.button-lime:hover {
  transform:translateY(-2px);
  background:#fff
}
.contact-subnote {
  display:block;
  margin-top:12px;
  color:#9fb0a4;
  font-size:11px
}
.onboarding-list {
  border-top:1px solid #40534a
}
.onboarding-list li {
  display:grid;
  grid-template-columns:34px 1fr;
  gap:15px;
  padding:20px 0;
  border-bottom:1px solid #40534a
}
.onboarding-list>li>span {
  color:var(--lime);
  font-size:10px;
  font-weight:850
}
.onboarding-list h3 {
  font-size:15px;
  letter-spacing:-.035em
}
.onboarding-list p {
  margin-top:5px;
  color:#afc0b4;
  font-size:12px;
  line-height:1.55
}
.site-footer {
  padding:62px 0 24px;
  background:#e7ece3
}
.footer-grid {
  display:grid;
  grid-template-columns:1fr 1.28fr .6fr;
  gap:55px
}
.footer-brand img {
  width:166px
}
.footer-brand p {
  margin-top:19px;
  color:var(--muted);
  font-size:12px
}
.business-info {
  display:grid;
  align-content:start;
  gap:8px;
  color:var(--muted);
  font-size:11px
}
.business-info strong {
  color:var(--ink);
  font-weight:700
}
.business-sep {
  margin:0 5px;
  color:#a6b0a7
}
.footer-links {
  display:grid;
  align-content:start;
  gap:4px
}
.footer-links a {
  padding:4px 0;
  font-size:12px;
  font-weight:650
}
.footer-links a:hover {
  color:#598016
}
.footer-bottom {
  display:flex;
  justify-content:space-between;
  gap:25px;
  margin-top:51px;
  padding-top:17px;
  border-top:1px solid #ccd4ca;
  color:#7b887e;
  font-size:10px
}
.market-logos .toss-logo {
  width:200px;
  height:auto;
  max-width:none;
  flex:none
}
.market-logos .coupang-logo {
  width:130px;
  height:auto
}
.market-logos .naver-logo {
  width:125px;
  height:auto
}
.market-band {
  padding-block:12px
}
.market-note,.example-note,.comparison-note {
  color:#647267;
  font-size:12px
}
.view-switch button {
  min-height:44px
}
.nav-cta {
  min-height:44px
}
.demo-toolbar {
  font-size:13px
}
.chat-header strong {
  font-size:14px
}
.chat-header span {
  font-size:11px
}
.bubble-title {
  font-size:14px
}
.report-counts>div {
  font-size:13px
}
.bubble-note {
  font-size:12px
}
.chat-insight span,.email-insight strong {
  font-size:12px
}
.chat-insight p,.seller-bubble {
  font-size:13px
}
.chat-day {
  font-size:11px;
  color:#647267
}
.email-body {
  font-size:14px
}
.email-insight p {
  font-size:13px
}
.comparison-card li {
  font-size:14px
}
.cost-line span,.price-caption {
  font-size:12px
}
.comparison-card li span {
  font-size:11px
}
.comparison-note {
  font-size:11px
}
.featured-link {
  font-size:13px
}
.example-pill {
  font-size:10px
}
a:focus-visible,button:focus-visible {
  outline-color:#356944
}
.featured a:focus-visible,.contact-panel a:focus-visible {
  outline-color:var(--lime)
}
img {
  height:auto
}
.product-card img {
  height:auto;
  aspect-ratio:1
}
.footer-brand img {
  height:auto
}
/* Layout invariants: contents must fit, not be hidden by horizontal clipping. */
[hidden] {
  display:none!important
}
.hero-copy,.hero-mark,.work-visual,.report-demo,.comparison-card,.contact-copy,.onboarding-list,.market-copy,.market-logos,.business-info {
  min-width:0
}
.header-inner {
  gap:20px
}
.site-nav {
  flex:none
}
.nav-cta {
  white-space:nowrap
}
.hero-mark {
  width:min(100%,410px)
}
.hero-message {
  right:0;
  max-width:92%
}
.orbit-po {
  right:0
}
.orbit-order {
  left:0
}
.market-band {
  grid-template-columns:minmax(0,.8fr) minmax(0,1.2fr);
  gap:24px
}
.market-logos {
  display:grid;
  grid-template-columns:1fr 1fr 1.35fr;
  align-items:center;
  justify-items:center;
  gap:24px
}
.market-logos img,.market-logos .coupang-logo,.market-logos .naver-logo,.market-logos .toss-logo {
  width:100%;
  height:auto;
  max-width:130px
}
.market-logos .naver-logo {
  max-width:125px
}
.market-logos .toss-logo {
  max-width:200px
}
.work-grid {
  grid-template-columns:minmax(0,1.22fr) minmax(360px,.78fr);
  gap:48px
}
.product-card img {
  display:block;
  width:100%;
  height:auto;
  aspect-ratio:1;
  object-fit:cover
}
.product-card>div {
  padding:16px;
  min-height:104px
}
.product-card h3 {
  font-size:18px
}
.product-card p {
  font-size:13px
}
.demo-toolbar {
  flex-wrap:wrap
}
.view-switch {
  flex:none
}
.chat-header .example-pill {
  white-space:nowrap
}
.comparison-card ul {
  margin-top:32px
}
.featured ul {
  margin-top:24px
}
.comparison-card {
  min-height:0
}
.comparison-card li {
  grid-template-columns:36px minmax(0,1fr)
}
.featured-top {
  flex-wrap:wrap;
  gap:12px
}
.featured-top img {
  width:126px;
  flex:none
}
.featured-top span {
  font-size:11px
}
.contact-panel {
  grid-template-columns:minmax(0,1.1fr) minmax(0,.9fr);
  gap:56px;
  padding:64px
}
.contact-copy h2 {
  font-size:clamp(38px,3.55vw,52px)
}
.contact-copy .button {
  max-width:100%
}
.footer-bottom {
  font-size:11px
}
.footer-links a {
  min-height:36px;
  display:flex;
  align-items:center
}
.skip-link {
  top:0;
  left:16px;
  transform:translateY(-120%)
}
.skip-link:focus {
  top:12px;
  transform:none
}
/* Small desktop and tablet: stack a section before its columns become too narrow. */
@media(max-width:1199px) {
  .shell {
  width:calc(100% - 64px)
}
.hero-grid {
  grid-template-columns:minmax(0,1.35fr) minmax(0,.8fr);
  gap:40px;
  min-height:510px
}
.hero h1 {
  font-size:clamp(50px,5.65vw,68px)
}
.hero-mark {
  max-width:330px
}
.hero-lead {
  font-size:19px
}
.work-section,.difference-section {
  padding:88px 0
}
.split-heading {
  gap:32px;
  grid-template-columns:minmax(0,1.2fr) minmax(0,.8fr)
}
.work-grid {
  grid-template-columns:1fr;
  gap:36px;
  margin-top:40px
}
.report-demo {
  width:100%;
  max-width:580px;
  justify-self:center
}
.comparison-grid {
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:16px;
  margin-top:40px
}
.comparison-card.featured {
  grid-column:1/-1;
  order:-1
}
.comparison-card {
  padding:28px
}
.contact-panel {
  grid-template-columns:1fr;
  gap:40px;
  padding:48px
}
.contact-copy h2 {
  font-size:48px
}
.footer-grid {
  grid-template-columns:1fr 1.3fr;
  gap:32px
}
.footer-links {
  grid-column:1/-1;
  display:flex;
  flex-wrap:wrap;
  gap:12px 28px
}

}
@media(max-width:999px) {
  .hero {
  padding:28px 0 24px
}
.hero-grid {
  grid-template-columns:1fr;
  min-height:0;
  gap:26px;
  padding:16px 0 30px
}
.hero-copy {
  width:100%;
  max-width:720px;
  margin:auto;
  text-align:center
}
.overline {
  justify-content:center;
  margin-bottom:22px
}
.hero h1 {
  font-size:clamp(44px,6.8vw,66px)
}
.hero-actions {
  justify-content:center;
  margin-top:26px
}
.hero-lead {
  margin-top:24px
}
.hero-detail {
  font-size:15px
}
.hero-mark {
  width:min(45vw,290px);
  margin:auto
}
.hero-mark figcaption {
  font-size:12px;
  margin-top:14px
}
.hero-message {
  padding:10px;
  bottom:9%;
  font-size:11px
}
.market-band {
  grid-template-columns:1fr;
  gap:10px;
  padding:18px 0
}
.market-copy {
  text-align:center
}
.market-logos {
  width:min(540px,100%);
  margin:auto;
  gap:20px
}
.market-note {
  text-align:center;
  margin-top:0
}
.site-nav>a:not(.nav-cta) {
  display:none
}
.split-heading {
  grid-template-columns:1fr;
  gap:20px
}
.section-intro {
  max-width:650px;
  font-size:16px
}
.contact-copy h2 {
  font-size:44px
}

}
/* Phones: one readable comparison column and product rows instead of tiny cards. */
@media(max-width:639px) {
  .shell {
  width:calc(100% - 40px)
}
.header-inner {
  min-height:66px;
  gap:12px
}
.brand-link {
  width:128px
}
.site-nav {
  gap:0
}
.nav-cta {
  font-size:12px;
  padding:10px 13px;
  min-height:44px;
  gap:6px
}
.nav-cta span {
  font-size:15px
}
.hero {
  padding-top:18px
}
.hero-grid {
  gap:22px;
  padding:8px 0 26px
}
.overline {
  font-size:11px;
  letter-spacing:.04em;
  margin-bottom:18px
}
.hero h1 {
  font-size:clamp(32px,10vw,50px);
  line-height:1.12;
  letter-spacing:-.06em
}
.hero-lead {
  font-size:17px;
  line-height:1.65;
  margin-top:20px
}
.hero-detail {
  font-size:14px;
  line-height:1.6;
  margin-top:14px
}
.mobile-only {
  display:block
}
.hero-actions {
  flex-direction:column;
  gap:6px;
  margin-top:22px
}
.button {
  min-height:52px;
  font-size:14px;
  padding:13px 18px;
  gap:18px;
  max-width:100%
}
.hero-actions .button {
  width:100%;
  max-width:360px
}
.text-link {
  min-height:44px;
  font-size:14px;
  border:0
}
.hero-mark {
  width:210px;
  max-width:70%
}
.hero-message {
  display:none
}
.orbit {
  font-size:10px;
  min-height:30px;
  padding:5px 9px
}
.orbit-order {
  top:0
}
.orbit-po {
  top:38%;
  right:-8px
}
.orbit-invoice {
  left:10%;
  bottom:0
}
.hero-mark figcaption {
  font-size:11px;
  white-space:nowrap;
  margin-left:-20px;
  margin-right:-20px
}
.market-band {
  padding:14px 0;
  gap:8px
}
.market-copy strong {
  font-size:13px
}
.eyebrow {
  font-size:9px
}
.market-logos {
  gap:12px
}
.market-note {
  font-size:12px;
  line-height:1.6
}
.work-section,.difference-section {
  padding:64px 0
}
.section-index {
  font-size:10px;
  margin-bottom:16px
}
.section-heading h2,.contact-copy h2 {
  font-size:clamp(29px,7.7vw,43px);
  line-height:1.2;
  letter-spacing:-.045em
}
.section-heading>p:last-child,.section-intro {
  font-size:15px;
  line-height:1.7
}
.section-intro br {
  display:none
}
.work-grid {
  margin-top:28px;
  gap:28px
}
.product-grid {
  grid-template-columns:1fr;
  gap:10px
}
.product-card {
  display:grid;
  grid-template-columns:100px minmax(0,1fr);
  align-items:center
}
.product-card img {
  width:100%;
  height:100%;
  min-height:104px;
  aspect-ratio:1;
  object-fit:cover
}
.product-card>div {
  padding:12px 16px;
  min-height:0
}
.product-card span {
  font-size:10px
}
.product-card h3 {
  font-size:18px
}
.product-card p {
  font-size:13px;
  margin-top:4px
}
.process-rail {
  grid-template-columns:repeat(2,minmax(0,1fr));
  margin-top:20px
}
.process-rail li {
  min-height:70px;
  padding:12px
}
.process-rail li:nth-child(3) {
  border-left:1px solid var(--line)
}
.process-rail li:nth-child(-n+2) {
  border-bottom:1px solid var(--line)
}
.process-rail strong {
  font-size:14px
}
.control-note {
  font-size:13px;
  margin-top:18px;
  padding:16px 0
}
.demo-toolbar {
  padding:10px 12px;
  gap:8px;
  font-size:12px
}
.view-switch button {
  min-width:52px;
  min-height:44px;
  font-size:12px
}
.chat-header {
  padding:14px 12px;
  gap:8px
}
.chat-header img {
  width:32px;
  height:32px
}
.chat-header strong {
  font-size:13px
}
.chat-header .example-pill {
  font-size:9px;
  padding:4px 6px
}
.chat-body {
  padding:14px 12px 18px
}
.chat-bubble {
  max-width:100%;
  padding:14px
}
.bubble-title {
  font-size:14px
}
.bubble-note {
  font-size:12px
}
.report-counts>div {
  font-size:13px;
  gap:10px
}
.chat-insight {
  max-width:100%;
  padding:12px
}
.chat-insight p {
  font-size:13px
}
.chat-insight br {
  display:none
}
.seller-bubble {
  max-width:100%;
  font-size:13px
}
.example-note,.comparison-note {
  font-size:12px;
  line-height:1.7
}
.comparison-grid {
  grid-template-columns:1fr;
  gap:16px;
  margin-top:28px
}
.comparison-card.featured {
  grid-column:auto
}
.comparison-card {
  padding:24px;
  min-height:0
}
.comparison-card h3 {
  font-size:25px;
  margin-top:18px
}
.comparison-card ul {
  margin-top:24px;
  padding-top:8px
}
.comparison-card li {
  font-size:14px;
  grid-template-columns:34px minmax(0,1fr);
  gap:12px;
  padding:12px 0
}
.comparison-card li span {
  font-size:12px
}
.option-label {
  font-size:11px
}
.cost-line {
  font-size:18px;
  margin-top:20px
}
.cost-line span {
  font-size:13px
}
.price-caption {
  font-size:13px
}
.featured-link {
  font-size:13px
}
.human-ai-line {
  display:grid;
  gap:6px;
  margin-top:32px;
  padding-top:20px;
  font-size:14px
}
.human-ai-line strong {
  font-size:16px
}
.contact-section {
  padding-top:0
}
.contact-panel {
  width:100%;
  padding:48px 20px;
  gap:32px
}
.contact-copy>p:not(.section-index) {
  font-size:15px;
  line-height:1.7;
  margin-top:18px
}
.contact-copy>p:not(.section-index) br {
  display:none
}
.contact-copy .button {
  width:100%;
  margin-top:24px
}
.contact-subnote {
  font-size:12px
}
.onboarding-list h3 {
  font-size:16px
}
.onboarding-list p {
  font-size:13px
}
.onboarding-list li {
  grid-template-columns:28px minmax(0,1fr);
  gap:12px;
  padding:18px 0
}
.site-footer {
  padding:40px 0 24px
}
.footer-grid {
  grid-template-columns:1fr;
  gap:26px
}
.footer-brand img {
  width:150px
}
.footer-brand p {
  font-size:13px;
  margin-top:14px
}
.business-info {
  font-size:12px;
  line-height:1.8;
  gap:6px
}
.business-sep {
  display:none
}
.business-info strong:not(:first-child) {
  margin-left:8px
}
.footer-links {
  grid-column:auto;
  gap:4px 20px;
  display:flex;
  flex-wrap:wrap
}
.footer-links a {
  font-size:13px;
  min-height:44px
}
.footer-bottom {
  display:grid;
  gap:8px;
  margin-top:24px;
  font-size:11px;
  line-height:1.65
}

}
@media(max-width:359px) {
  .shell.contact-panel { width:100%; padding-inline:16px; }
  .contact-copy h2 { font-size:26px; }
  .shell {
  width:calc(100% - 32px)
}
.brand-link {
  width:112px
}
.header-inner {
  gap:8px
}
.nav-cta {
  font-size:11px;
  padding:10px
}
.hero-lead {
  font-size:16px
}
.hero h1 {
  font-size:32px
}
.hero-mark {
  width:190px
}
.product-card {
  grid-template-columns:88px minmax(0,1fr)
}
.product-card>div {
  padding:12px
}
.product-card h3 {
  font-size:17px
}
.product-card p {
  font-size:12px
}
.comparison-card {
  padding:20px
}
.comparison-card h3 {
  font-size:23px
}

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

}
