/* V3 secondary page unification layer.
   Loaded after legacy page CSS so older inline/page styles keep content structure
   but inherit the V3 homepage visual language. */

:root {
  color-scheme: light;
  --ea-font-sans: "MiSans", "Noto Sans SC", "Source Han Sans SC",
    "PingFang SC", "Microsoft YaHei", ui-sans-serif, system-ui, sans-serif;
  --ea-font-mono: "Source Code Pro", "SFMono-Regular", Consolas, ui-monospace,
    monospace;
  --v3-hero-title-size: clamp(38px, 4vw, 54px);
  --v3-hero-title-weight: 500;
  --v3-hero-title-line: 1.16;
  --v3-hero-copy-size: 18px;
  --v3-hero-copy-line: 1.56;
  --v3-hero-copy-gap: 17px;
  --v3-hero-action-gap: 24px;
  --bg: #f3f8fb;
  --bg-2: #ffffff;
  --surface: #ffffff;
  --surface-2: #edf6fb;
  --ink: #181818;
  --ink-2: #5f6f7c;
  --ink-3: #7a858d;
  --line: rgba(24, 24, 24, 0.075);
  --line-2: #d7e5ec;
  --blue: #1077d7;
  --blue-2: #0870cf;
  --blue-soft: rgba(16, 119, 215, 0.095);
  --green: #2f9f49;
  --accent: #2f9f49;
  --amber: #b56a22;
  --danger: #d84014;
  --bar: #c2d2db;
  --shadow: none;
  --shadow-soft: none;
  --radius: 8px;
  --maxw: 1220px;
  --grid: rgba(16, 119, 215, 0.045);
}

* {
  box-sizing: border-box;
}

html {
  background: var(--bg) !important;
  scroll-behavior: smooth;
}

body {
  margin: 0 !important;
  background:
    linear-gradient(180deg, rgba(16, 119, 215, 0.075) 0, rgba(16, 119, 215, 0.02) 310px, transparent 560px),
    var(--bg) !important;
  color: var(--ink) !important;
  font-family: var(--ea-font-sans) !important;
  letter-spacing: 0 !important;
  line-height: 1.55 !important;
  overflow-x: hidden;
  text-wrap: pretty;
  -webkit-font-smoothing: antialiased;
}

body::before {
  display: none !important;
}

a,
button,
input,
textarea,
select {
  font: inherit;
  letter-spacing: 0 !important;
}

body :where(a, button, input, textarea, select, p, h1, h2, h3, h4, h5, h6, span, div, li, td, th, strong, em, small) {
  font-family: var(--ea-font-sans) !important;
}

a {
  color: inherit;
  text-decoration: none;
}

img,
svg {
  display: block;
}

a:focus-visible,
button:focus-visible {
  outline: 2px solid var(--blue);
  outline-offset: 3px;
}

.wrap {
  max-width: var(--maxw) !important;
  margin: 0 auto !important;
  padding: 0 28px !important;
}

.mono {
  font-family: var(--ea-font-mono) !important;
}

.mono *,
.url.mono,
.app-bar .url,
.fviz-bar .url,
.con-bar .url,
.ws-meta,
.num.mono {
  font-family: var(--ea-font-mono) !important;
}

header {
  position: sticky !important;
  top: 0 !important;
  z-index: 80 !important;
  background: transparent !important;
  border: 0 !important;
  backdrop-filter: none !important;
}

.nav {
  align-items: center !important;
  background: rgba(255, 255, 255, 0.97) !important;
  border: 1px solid rgba(24, 24, 24, 0.065) !important;
  border-radius: 0 0 12px 12px !important;
  border-top: 0 !important;
  box-shadow: 0 10px 20px rgba(24, 24, 24, 0.045) !important;
  display: flex !important;
  gap: 28px !important;
  height: 64px !important;
  padding: 0 22px !important;
}

.brand {
  align-items: center !important;
  color: var(--ink) !important;
  display: inline-flex !important;
  flex: none !important;
  gap: 10px !important;
  font-size: 18px !important;
  font-weight: 650 !important;
  letter-spacing: 0 !important;
  line-height: 1 !important;
  text-decoration: none !important;
  white-space: nowrap !important;
}

.brand img {
  border-radius: 8px !important;
  box-shadow: none !important;
  height: 32px !important;
  width: 32px !important;
}

.brand .tagm,
.brand small {
  display: none !important;
}

.navlinks {
  align-items: center !important;
  color: var(--ink-2) !important;
  display: flex !important;
  flex: 1 1 auto !important;
  font-size: 13.5px !important;
  font-weight: 560 !important;
  gap: 28px !important;
  justify-content: center !important;
}

.navlinks a,
.navlinks .has-sub > a {
  color: inherit !important;
  text-decoration: none !important;
  transition: color 180ms ease, background-color 180ms ease, border-color 180ms ease !important;
}

.navlinks a.nav-restaurant,
body > header .navlinks a.nav-restaurant {
  align-items: center !important;
  display: inline-flex !important;
  gap: 6px !important;
}

.nav-badge,
body > header .nav-badge {
  align-items: center !important;
  background: rgba(16, 119, 215, 0.08) !important;
  border: 1px solid rgba(16, 119, 215, 0.16) !important;
  border-radius: 4px !important;
  color: var(--blue) !important;
  display: inline-flex !important;
  font-size: 10.5px !important;
  font-weight: 650 !important;
  line-height: 1 !important;
  min-height: 17px !important;
  padding: 0 5px !important;
  transform: translateY(-0.5px) !important;
  white-space: nowrap !important;
}

.nav-flame,
body > header .nav-flame {
  align-items: center !important;
  display: inline-flex !important;
  flex: 0 0 auto !important;
  font-family: "Apple Color Emoji", "Segoe UI Emoji", "Noto Color Emoji", sans-serif !important;
  font-size: 13px !important;
  height: 14px !important;
  justify-content: center !important;
  line-height: 1 !important;
  transform: translateY(-0.5px) !important;
  width: 14px !important;
}

.navlinks a:hover,
.navlinks a.cur,
.navlinks .has-sub:hover > a {
  color: var(--ink) !important;
}

.submenu {
  background: rgba(255, 255, 255, 0.98) !important;
  border: 1px solid var(--line-2) !important;
  border-radius: 8px !important;
  box-shadow: 0 16px 34px rgba(24, 24, 24, 0.075) !important;
  padding: 8px !important;
}

.submenu a {
  border-radius: 6px !important;
  color: var(--ink-2) !important;
  font-size: 13px !important;
  padding: 9px 10px !important;
}

.submenu a:hover,
.submenu a.on {
  background: var(--blue-soft) !important;
  color: var(--blue) !important;
}

.submenu .smtag,
.submenu a .sv {
  color: var(--ink-3) !important;
}

.nav-cta,
.nav-actions {
  align-items: center !important;
  display: flex !important;
  flex: none !important;
  gap: 10px !important;
  margin-left: auto !important;
}

.mobile-toggle {
  background: #fff !important;
  border: 1px solid var(--line-2) !important;
  border-radius: 8px !important;
  color: var(--ink) !important;
  height: 38px !important;
  width: 38px !important;
}

.btn,
.btn:not(.btn-lg),
.btn-lg,
.hero-actions .btn {
  align-items: center !important;
  border-radius: 4px !important;
  box-shadow: none !important;
  cursor: pointer !important;
  display: inline-flex !important;
  font-size: 12.5px !important;
  font-weight: 640 !important;
  gap: 8px !important;
  justify-content: center !important;
  letter-spacing: 0 !important;
  line-height: 1.2 !important;
  min-height: 34px !important;
  padding: 9px 14px !important;
  transform: none !important;
  transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease !important;
  white-space: nowrap !important;
}

.btn-lg {
  font-size: 13px !important;
  min-height: 38px !important;
  padding: 11px 17px !important;
}

.btn-primary {
  background: var(--ink) !important;
  border: 1px solid var(--ink) !important;
  color: #fff !important;
}

.btn-primary:hover {
  background: #000 !important;
  border-color: #000 !important;
  color: #fff !important;
}

.btn-ghost,
.btn-secondary {
  background: #fff !important;
  border: 1px solid rgba(24, 24, 24, 0.18) !important;
  color: var(--ink) !important;
}

.btn-ghost:hover,
.btn-secondary:hover {
  background: var(--ink) !important;
  border-color: var(--ink) !important;
  color: #fff !important;
}

.link-arrow,
.text-link {
  color: var(--blue) !important;
  font-size: 13.5px !important;
  font-weight: 640 !important;
}

.fhero,
.afhero,
.ehero,
.rhero,
.shero {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.86), rgba(255, 255, 255, 0.32) 58%, transparent) !important;
  overflow: hidden !important;
  padding: 74px 0 42px !important;
  position: relative !important;
}

.fhero::before,
.afhero::before,
.ehero::before,
.rhero::before,
.shero::before,
.final::before {
  background: none !important;
  display: none !important;
}

.grid-bg {
  display: none !important;
}

.fhero .inner,
.afhero .inner,
.ehero .inner,
.rhero-inner {
  max-width: 840px !important;
}

.shero-grid,
.rhero-grid {
  gap: 44px !important;
}

h1,
h1.fhero-title,
h1.afhero-title,
h1.ehero-title,
h1.rhero-title,
h1.shero-title {
  color: var(--ink) !important;
  font-size: 46px !important;
  font-weight: 580 !important;
  letter-spacing: 0 !important;
  line-height: 1.14 !important;
  margin-bottom: 16px !important;
  text-wrap: balance;
}

h1.rhero-title,
h1.shero-title {
  font-size: 44px !important;
}

.grad {
  background: none !important;
  color: var(--ink) !important;
  -webkit-background-clip: initial !important;
  background-clip: initial !important;
  -webkit-text-fill-color: currentColor !important;
}

.fhero p,
.afhero p,
.ehero p,
.rhero-sub,
.rhero-body,
.shero-sub,
.hero-sub {
  color: var(--ink-2) !important;
  font-size: 16px !important;
  line-height: 1.65 !important;
  margin-bottom: 24px !important;
}

.hero-actions {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 10px !important;
}

.fhero .hero-actions,
.afhero .hero-actions,
.ehero .hero-actions,
.rhero .hero-actions,
.final .hero-actions {
  justify-content: center !important;
}

.eyebrow,
.pill,
.crumb,
.cnt,
.hint,
.demo-label {
  letter-spacing: 0 !important;
  text-transform: none !important;
}

.eyebrow {
  align-items: center !important;
  color: var(--blue) !important;
  display: inline-flex !important;
  font-size: 12px !important;
  font-weight: 650 !important;
  gap: 8px !important;
}

.eyebrow::before {
  background: var(--blue) !important;
  border-radius: 50% !important;
  content: "" !important;
  height: 6px !important;
  width: 6px !important;
}

section.block,
.theme,
.aflist,
.enterprise-capabilities {
  padding: 76px 0 !important;
}

section.block.alt,
.theme,
.combo,
.enterprise-capabilities,
.aflist {
  background: rgba(255, 255, 255, 0.42) !important;
}

.sec-head,
.theme-head {
  margin-bottom: 34px !important;
}

.sec-head.center,
.theme-head {
  margin-left: auto !important;
  margin-right: auto !important;
  max-width: 760px !important;
  text-align: center !important;
}

.sec-head h2,
.theme-head h2,
.combo .combo-copy h2,
.combo .sec-head h2,
.final h2 {
  color: var(--ink) !important;
  font-size: 34px !important;
  font-weight: 580 !important;
  letter-spacing: 0 !important;
  line-height: 1.2 !important;
  text-wrap: balance;
}

.sec-head p,
.theme-head p,
.combo-copy p,
.final p {
  color: var(--ink-2) !important;
  font-size: 15px !important;
  line-height: 1.65 !important;
}

.card,
.ov-card,
.combo-card,
.subcap,
.pain,
.do,
.io,
.rf,
.rs,
.faq,
.plan,
.panel,
.flow-panel,
.viz,
.conn,
.console,
.cmp,
.app,
.fviz,
.workspace,
.arch-card,
.chain,
.entband,
.evis,
.addon,
.acard,
.af-note,
.cost-card,
.rule-item,
.rule-output,
.query-box,
.kb-item,
.ctrl-item,
.clink {
  background: var(--surface) !important;
  border: 1px solid var(--line-2) !important;
  border-radius: 8px !important;
  box-shadow: none !important;
  color: var(--ink) !important;
  transform: none !important;
}

.card:hover,
.ov-card:hover,
.subcap:hover,
.pain:hover,
.do:hover,
.rf:hover,
.rs:hover,
.faq:hover,
.plan:hover,
.evis:hover,
.addon:hover,
.acard:hover {
  background: #fff !important;
  border-color: rgba(16, 119, 215, 0.34) !important;
  box-shadow: none !important;
  transform: none !important;
}

.app-bar,
.fviz-bar,
.con-bar,
.panel-hd {
  background: var(--surface-2) !important;
  border-bottom: 1px solid var(--line-2) !important;
}

.app,
.fviz {
  overflow: hidden !important;
}

.app-bar .dots i,
.fviz-bar .dots i,
.con-bar .dots i {
  background: #a8b6bf !important;
}

.app-bar .tab,
.fviz-bar .tab {
  background: #fff !important;
  border-color: var(--line-2) !important;
  color: var(--ink-2) !important;
}

.app-bar .url,
.fviz-bar .url {
  color: var(--ink-3) !important;
}

.ava.u,
.ftext .badge .ic,
.etext .badge .ic,
.do .ic,
.rf .ic,
.subcap .ic,
.ov-ic,
.ic {
  background: var(--blue-soft) !important;
  border: 1px solid rgba(16, 119, 215, 0.18) !important;
  color: var(--blue) !important;
}

.ava.ai {
  background: var(--ink) !important;
  color: #fff !important;
}

.bub,
.ws-aireply .txt,
.wx-bub {
  box-shadow: none !important;
}

.ws-meta {
  color: var(--green) !important;
}

.kpi,
.diag-k,
.why,
.io li,
.ent-tags span,
.tasks span,
.demo-proof span,
.addon-pack {
  background: var(--surface-2) !important;
  border-color: var(--line-2) !important;
  color: var(--ink-2) !important;
}

.kpi .n,
.diag-k .n,
.tier,
.amt,
.price,
.big,
.card h3,
.pain h4,
.do h4,
.rf h4,
.rs h4,
.panel-hd,
.evis-title {
  color: var(--ink) !important;
}

.kpi .n.bad,
.diag-k .n.bad,
.is-alert {
  color: var(--danger) !important;
}

.storebars,
.barset,
.cost-meter,
.demo-chart {
  background: var(--surface-2) !important;
  border-color: var(--line-2) !important;
}

.storebars .col .bar,
.cost-meter,
.demo-bar i {
  background: var(--bar) !important;
}

.storebars .col.hl .bar,
.cost-meter i,
.demo-bar.is-active i {
  background: linear-gradient(180deg, #1684e4, #0d6fc7) !important;
}

.storebars .col.dn .bar {
  background: linear-gradient(180deg, #f05d32, #d84014) !important;
}

.feature-grid,
.scenario-grid,
.price-grid,
.do-grid,
.pain-grid,
.rf-grid,
.rs-grid,
.faq-grid,
.cost-grid {
  gap: 14px !important;
}

.feature-grid,
.scenario-grid,
.price-grid {
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  overflow: visible !important;
}

.feature-grid .card,
.scenario-grid .card,
.price-grid .card {
  border: 1px solid var(--line-2) !important;
  border-radius: 8px !important;
}

.feature-grid .card:nth-child(n),
.scenario-grid .card:nth-child(n),
.price-grid .card:nth-child(n) {
  border-right: 1px solid var(--line-2) !important;
  border-bottom: 1px solid var(--line-2) !important;
}

.frow,
.feat-list .frow,
.erow {
  border-bottom: 1px solid rgba(16, 119, 215, 0.14) !important;
  gap: 44px !important;
}

.feat-list {
  background: #fff !important;
  border: 1px solid var(--line-2) !important;
  border-radius: 8px !important;
  overflow: hidden !important;
}

.feat-list .frow {
  background: #fff !important;
  padding: 22px 24px !important;
}

.feat-list .frow:last-child,
.frow:last-child,
.erow:last-child {
  border-bottom: 0 !important;
}

.feat-list .num {
  color: var(--blue) !important;
}

.feat-list .head h3,
.ftext h3,
.etext h3 {
  color: var(--ink) !important;
  font-weight: 650 !important;
  letter-spacing: 0 !important;
}

.capline,
.lede,
.one,
.tasks,
.ftext li,
.etext li,
.ftext p,
.etext p {
  color: var(--ink-2) !important;
}

.tasks .tlabel {
  color: var(--ink-3) !important;
}

.combo {
  border: 0 !important;
  margin: 36px 0 0 !important;
}

.combo-layout,
.entband {
  align-items: center !important;
  background: #fff !important;
  border: 1px solid var(--line-2) !important;
  border-radius: 8px !important;
  gap: 34px !important;
  padding: 34px !important;
}

.combo-art img {
  border: 1px solid var(--line-2) !important;
  border-radius: 8px !important;
  box-shadow: none !important;
}

.plan.featured,
.price-grid .plan.featured {
  border-color: rgba(16, 119, 215, 0.48) !important;
}

.billing-toggle,
.toggle-group,
.addon-badge,
.panel-hd .badge,
.ctrl-badge {
  border-radius: 4px !important;
}

.billing-toggle,
.toggle-group {
  background: #fff !important;
  border: 1px solid var(--line-2) !important;
  box-shadow: none !important;
  padding: 3px !important;
}

.billing-toggle button,
.toggle-btn {
  border-radius: 4px !important;
  box-shadow: none !important;
  color: var(--ink-2) !important;
  font-size: 12.5px !important;
  font-weight: 640 !important;
  padding: 7px 15px !important;
}

.billing-toggle button.on,
.toggle-btn.active {
  background: var(--ink) !important;
  color: #fff !important;
}

.save-pill {
  background: rgba(47, 159, 73, 0.1) !important;
  border: 1px solid rgba(47, 159, 73, 0.22) !important;
  border-radius: 4px !important;
  color: var(--green) !important;
  font-size: 12px !important;
}

.cmp {
  overflow: auto !important;
}

.cmp-table {
  border-collapse: collapse !important;
  min-width: 860px !important;
  width: 100% !important;
}

.cmp-table th,
.cmp-table td {
  border-bottom: 1px solid var(--line) !important;
}

.faq .q {
  color: var(--ink) !important;
  font-weight: 650 !important;
}

.faq .a {
  color: var(--ink-2) !important;
}

.rhero-inner .startfrom span,
.pill {
  background: #fff !important;
  border: 1px solid var(--line-2) !important;
  border-radius: 4px !important;
  color: var(--ink-2) !important;
}

.pill .dot {
  background: var(--green) !important;
  box-shadow: none !important;
}

.platform-card {
  border-radius: 8px !important;
}

.flow::before,
.play::before {
  background: linear-gradient(90deg, transparent, rgba(16, 119, 215, 0.18), transparent) !important;
}

.fstep .num,
.dotnum {
  background: var(--blue-soft) !important;
  border-color: rgba(16, 119, 215, 0.2) !important;
  color: var(--blue) !important;
}

.wx-ava {
  background: var(--green) !important;
}

.final {
  background: var(--bg) !important;
  padding: 84px 0 !important;
  text-align: center !important;
}

.standard-footer,
footer {
  background: #fff !important;
  border-top: 1px solid var(--line-2) !important;
  padding: 46px 0 30px !important;
}

.standard-footer .foot-grid {
  align-items: start !important;
  display: grid !important;
  gap: 34px !important;
  grid-template-columns: minmax(220px, 1fr) 2fr !important;
}

.standard-footer .foot-links {
  display: grid !important;
  gap: 24px !important;
  grid-template-columns: repeat(2, minmax(120px, 150px)) !important;
  justify-content: end !important;
}

.standard-footer h5,
.foot-grid h5 {
  color: var(--ink-3) !important;
  font-size: 12px !important;
  font-weight: 650 !important;
  line-height: 1.35 !important;
  letter-spacing: 0 !important;
  margin: 0 0 12px !important;
  text-transform: none !important;
}

.standard-footer .foot-links a,
.foot-grid .foot-links a {
  color: var(--ink-2) !important;
  display: block !important;
  font-size: 14px !important;
  line-height: 1.42 !important;
  padding: 5px 0 !important;
}

.standard-footer .foot-links a:hover,
.foot-grid .foot-links a:hover {
  color: var(--ink) !important;
}

.standard-footer .foot-brand .brand {
  color: var(--ink) !important;
  display: inline-flex !important;
  font-size: 20px !important;
  font-weight: 650 !important;
}

.standard-footer .foot-brand .brand img {
  height: 38px !important;
  width: 38px !important;
}

.foot-brand p,
.foot-bot {
  color: var(--ink-2) !important;
}

.foot-brand p {
  font-size: 15px !important;
  line-height: 1.55 !important;
  margin: 14px 0 0 !important;
}

.foot-bot {
  border-top: 1px solid var(--line) !important;
  display: flex !important;
  flex-wrap: wrap !important;
  font-size: 12px !important;
  gap: 12px 24px !important;
  justify-content: space-between !important;
  padding-top: 20px !important;
}

@media (max-width: 980px) {
  .wrap {
    padding: 0 20px !important;
  }

  .nav {
    gap: 14px !important;
    position: relative !important;
  }

  .mobile-toggle {
    display: inline-flex !important;
    flex-direction: column !important;
    gap: 4px !important;
    justify-content: center !important;
    margin-left: auto !important;
  }

  .navlinks {
    display: none !important;
  }

  .nav.open .navlinks {
    background: #fff !important;
    border: 1px solid var(--line-2) !important;
    border-radius: 8px !important;
    box-shadow: 0 18px 34px rgba(24, 24, 24, 0.08) !important;
    color: var(--ink-2) !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 4px !important;
    left: 0 !important;
    padding: 10px !important;
    position: absolute !important;
    right: 0 !important;
    top: 66px !important;
    z-index: 90 !important;
  }

  .nav.open .navlinks a,
  .nav.open .navlinks .has-sub > a {
    border-radius: 6px !important;
    display: block !important;
    padding: 10px 12px !important;
    width: 100% !important;
  }

  .nav.open .has-sub .submenu {
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    display: block !important;
    min-width: 0 !important;
    opacity: 1 !important;
    padding: 0 0 0 10px !important;
    position: static !important;
    transform: none !important;
    visibility: visible !important;
  }

  .nav-cta .btn-ghost,
  .nav-actions .btn-secondary {
    display: none !important;
  }

  .fhero,
  .afhero,
  .ehero,
  .rhero,
  .shero {
    padding: 58px 0 34px !important;
  }

  h1,
  h1.fhero-title,
  h1.afhero-title,
  h1.ehero-title,
  h1.rhero-title,
  h1.shero-title {
    font-size: 34px !important;
  }

  .shero-grid,
  .rhero-grid,
  .combo-layout,
  .entband,
  .ev-grid,
  .io-grid {
    grid-template-columns: 1fr !important;
  }

  .pain-grid,
  .do-grid,
  .rf-grid,
  .rs-grid,
  .faq-grid,
  .cost-grid {
    grid-template-columns: 1fr 1fr !important;
  }

  .frow,
  .erow,
  .frow.rev,
  .erow.rev {
    grid-template-columns: 1fr !important;
  }

  .frow.rev .ftext,
  .erow.rev .etext {
    order: 0 !important;
  }

  .standard-footer .foot-grid,
  .standard-footer .foot-links {
    grid-template-columns: 1fr !important;
  }

  .standard-footer .foot-links {
    justify-content: start !important;
  }
}

@media (max-width: 620px) {
  .wrap {
    padding: 0 16px !important;
  }

  .nav {
    height: 60px !important;
    padding: 0 14px !important;
  }

  .brand {
    font-size: 16px !important;
  }

  .brand img {
    height: 28px !important;
    width: 28px !important;
  }

  .nav-cta .btn,
  .nav-actions .btn {
    padding: 8px 10px !important;
  }

  .fhero,
  .afhero,
  .ehero,
  .rhero,
  .shero {
    padding: 44px 0 28px !important;
  }

  h1,
  h1.fhero-title,
  h1.afhero-title,
  h1.ehero-title,
  h1.rhero-title,
  h1.shero-title {
    font-size: 30px !important;
    line-height: 1.18 !important;
  }

  .sec-head h2,
  .theme-head h2,
  .combo .combo-copy h2,
  .combo .sec-head h2,
  .final h2 {
    font-size: 26px !important;
  }

  section.block,
  .theme,
  .aflist,
  .enterprise-capabilities,
  .final {
    padding: 56px 0 !important;
  }

  .pain-grid,
  .do-grid,
  .rf-grid,
  .rs-grid,
  .faq-grid,
  .cost-grid {
    grid-template-columns: 1fr !important;
  }

  .flow {
    grid-template-columns: 1fr !important;
  }

  .flow::before {
    display: none !important;
  }

  .combo-layout,
  .entband,
  .feat-list .frow {
    padding: 22px !important;
  }

  .cmp {
    margin-left: -16px !important;
    margin-right: -16px !important;
    padding: 0 16px !important;
  }

  .foot-bot {
    display: grid !important;
  }
}

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

/* Final nav alignment: secondary pages align header width to their content rail. */
:root {
  --v3-page-rail: calc(var(--maxw) - 56px);
  --ea-rail: var(--v3-page-rail);
  --ea-rail-pad: 56px;
  --ea-rail-pad-mobile: 32px;
  --ea-duration-fast: 180ms;
  --ea-duration-base: 220ms;
  --ea-ease: ease;
}

body > header {
  background: transparent !important;
  border: 0 !important;
  backdrop-filter: none !important;
  left: 50% !important;
  max-width: var(--v3-page-rail) !important;
  position: fixed !important;
  top: 0 !important;
  transform: translateX(-50%) !important;
  width: calc(100% - var(--ea-rail-pad)) !important;
  z-index: 80 !important;
}

body > header .wrap.nav {
  margin: 0 !important;
  max-width: none !important;
  width: 100% !important;
}

body > header .nav {
  align-items: center !important;
  background: #fff !important;
  border: 1px solid rgba(24, 24, 24, 0.06) !important;
  border-radius: 0 0 12px 12px !important;
  border-top: 0 !important;
  box-shadow: none !important;
  display: grid !important;
  gap: 30px !important;
  grid-template-columns: auto 1fr auto !important;
  height: 64px !important;
  padding: 0 22px !important;
  transition: background var(--ea-duration-base) var(--ea-ease),
    border-color var(--ea-duration-base) var(--ea-ease),
    box-shadow var(--ea-duration-base) var(--ea-ease),
    height var(--ea-duration-base) var(--ea-ease) !important;
}

body > header .brand {
  font-size: 18px !important;
  font-weight: 600 !important;
  text-decoration: none !important;
}

body > header .brand img {
  border-radius: 8px !important;
  height: 32px !important;
  width: 32px !important;
}

body > header .navlinks {
  align-items: center !important;
  color: var(--ink) !important;
  display: flex !important;
  font-size: 13.5px !important;
  font-weight: 500 !important;
  gap: 30px !important;
  justify-content: center !important;
  line-height: 1 !important;
  min-width: 0 !important;
}

body > header .navlinks > .has-sub {
  display: none !important;
}

body > header .navlinks a,
body > header .navlinks .has-sub > a {
  color: color-mix(in srgb, var(--ink) 72%, transparent) !important;
  padding: 0 !important;
  text-decoration: none !important;
  white-space: nowrap !important;
}

body > header .navlinks a:hover,
body > header .navlinks a.cur,
body > header .navlinks .has-sub:hover > a {
  color: var(--ink) !important;
  text-decoration: none !important;
}

body > header .submenu {
  background: #fff !important;
  border: 1px solid var(--line-2) !important;
  border-radius: 8px !important;
  box-shadow: none !important;
  left: -14px !important;
  min-width: 232px !important;
  opacity: 0 !important;
  padding: 8px !important;
  position: absolute !important;
  top: 28px !important;
  transform: translateY(-6px) !important;
  transition: opacity var(--ea-duration-fast) var(--ea-ease),
    transform var(--ea-duration-fast) var(--ea-ease),
    visibility var(--ea-duration-fast) var(--ea-ease) !important;
  visibility: hidden !important;
}

body > header .has-sub:hover .submenu {
  opacity: 1 !important;
  transform: translateY(0) !important;
  visibility: visible !important;
}

body > header .submenu .smtag {
  color: var(--ink-2) !important;
  font-size: 12px !important;
  padding: 6px 10px !important;
}

body > header .submenu a {
  border-radius: 6px !important;
  color: var(--ink-2) !important;
  display: block !important;
  font-size: 13px !important;
  line-height: 1.35 !important;
  padding: 9px 10px !important;
}

body > header .submenu a:hover,
body > header .submenu a.on {
  background: var(--bg) !important;
  color: var(--ink) !important;
}

body > header .nav-cta,
body > header .nav-actions {
  align-items: center !important;
  display: flex !important;
  gap: 10px !important;
  margin-left: 0 !important;
}

body > header .nav-cta .btn,
body > header .nav-actions .btn {
  font-size: 13px !important;
  min-height: 34px !important;
  padding: 0 14px !important;
}

body > header .mobile-toggle {
  align-items: center !important;
  background: #fff !important;
  border: 1px solid var(--line-2) !important;
  border-radius: 10px !important;
  display: none !important;
  flex-direction: column !important;
  gap: 4px !important;
  height: 36px !important;
  justify-content: center !important;
  margin-left: auto !important;
  width: 36px !important;
}

body > header .mobile-toggle span {
  background: currentColor !important;
  border-radius: 2px !important;
  height: 2px !important;
  width: 16px !important;
}

body > header + .fhero,
body > header + .afhero,
body > header + .ehero,
body > header + .rhero,
body > header + .shero {
  padding-top: 138px !important;
}

@media (max-width: 980px) {
  :root {
    --ea-rail-pad: 40px;
  }
}

@media (max-width: 1080px) {
  body > header .navlinks {
    gap: 16px !important;
  }

  body > header .nav-cta .btn,
  body > header .nav-actions .btn {
    padding-inline: 11px !important;
  }
}

@media (max-width: 900px) {
  :root {
    --ea-rail-pad-mobile: 40px;
  }

  body > header {
    width: calc(100% - var(--ea-rail-pad-mobile)) !important;
  }

  body > header .nav {
    gap: 12px !important;
    grid-template-columns: auto auto 1fr !important;
    padding: 0 6px 0 14px !important;
    position: relative !important;
  }

  body > header .mobile-toggle {
    display: flex !important;
    grid-column: 3 !important;
    justify-self: end !important;
  }

  body > header .nav-cta,
  body > header .nav-actions {
    display: none !important;
  }

  body > header .navlinks {
    background: #fff !important;
    border: 1px solid var(--line-2) !important;
    border-radius: 14px !important;
    box-shadow: 0 16px 36px rgba(24, 24, 24, 0.1) !important;
    display: none !important;
    flex-direction: column !important;
    gap: 4px !important;
    left: 0 !important;
    padding: 12px !important;
    position: absolute !important;
    right: 0 !important;
    top: calc(100% + 8px) !important;
  }

  body > header .nav.open .navlinks {
    display: flex !important;
  }

  body > header .navlinks a,
  body > header .navlinks .has-sub > a {
    border-radius: 8px !important;
    display: block !important;
    padding: 10px 12px !important;
    width: 100% !important;
  }

  body > header .navlinks a.nav-restaurant {
    display: flex !important;
    gap: 8px !important;
    justify-content: flex-start !important;
  }

  body > header .has-sub,
  body > header .submenu {
    width: 100% !important;
  }

  body > header .submenu {
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    min-width: 0 !important;
    opacity: 1 !important;
    padding: 0 0 0 10px !important;
    position: static !important;
    transform: none !important;
    visibility: visible !important;
  }

  body > header + .fhero,
  body > header + .afhero,
  body > header + .ehero,
  body > header + .rhero,
  body > header + .shero {
    padding-top: 112px !important;
  }
}

@media (max-width: 620px) {
  :root {
    --ea-rail-pad-mobile: 32px;
  }

  body > header .nav {
    height: 64px !important;
  }

  body > header + .fhero,
  body > header + .afhero,
  body > header + .ehero,
  body > header + .rhero,
  body > header + .shero {
    padding-top: 96px !important;
  }
}

/* Temporary nav scope: match homepage while keeping the hidden pages accessible elsewhere. */
body > header .navlinks > .has-sub,
body > header .nav.open .navlinks > .has-sub,
.navlinks > .has-sub,
.nav.open .navlinks > .has-sub {
  display: none !important;
}

/* Feature page: Kore-inspired light stage, adapted to Canglan content. */
body.page-feature {
  background:
    linear-gradient(180deg, rgba(201, 230, 247, 0.72) 0, rgba(241, 248, 252, 0.88) 560px, #f3f8fb 920px),
    var(--bg) !important;
}

body.page-feature > header + .fhero {
  background:
    linear-gradient(90deg, rgba(173, 216, 241, 0.62), rgba(255, 255, 255, 0.82) 54%, rgba(230, 243, 250, 0.8)),
    url("assets/generated-backgrounds-semantic/canglan-semantic-hero-capabilities-01.webp") left top / cover no-repeat !important;
  min-height: 700px !important;
  padding: 126px 0 70px !important;
}

.page-feature .fhero .inner {
  align-items: center !important;
  display: flex !important;
  flex-direction: column !important;
  max-width: 980px !important;
}

.feature-kicker {
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(24, 24, 24, 0.08);
  border-radius: 999px;
  color: var(--ink);
  display: inline-flex;
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 26px;
  padding: 10px 18px;
}

.page-feature h1.fhero-title {
  font-size: clamp(38px, 4vw, 54px) !important;
  font-weight: 500 !important;
  line-height: 1.16 !important;
  margin-bottom: 22px !important;
  max-width: 760px !important;
  text-align: center !important;
}

.page-feature .fhero p {
  color: color-mix(in srgb, var(--ink) 58%, transparent) !important;
  font-size: 17px !important;
  line-height: 1.64 !important;
  margin-bottom: 30px !important;
  max-width: 780px !important;
  text-align: center !important;
}

.page-feature .fhero .btn-primary {
  font-size: 13px !important;
  font-weight: 600 !important;
  min-height: 38px !important;
  min-width: 90px !important;
  padding-inline: 18px !important;
}

.feature-hero-strip {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 18px 34px;
  justify-content: center;
  margin-top: 108px;
  max-width: 1040px;
}

.feature-hero-strip span {
  color: color-mix(in srgb, var(--ink) 46%, transparent);
  font-size: 13.5px;
  font-weight: 500;
  line-height: 1;
  white-space: nowrap;
}

.page-feature .theme {
  background: transparent !important;
  padding: 18px 0 82px !important;
}

.feature-stage {
  align-items: start;
  display: grid;
  gap: 30px;
  grid-template-columns: 284px minmax(0, 1fr);
}

.feature-rail {
  position: sticky;
  top: 92px;
}

.feature-rail-link {
  border-top: 1px solid rgba(24, 24, 24, 0.1);
  color: var(--ink);
  display: grid;
  gap: 8px;
  padding: 18px 0;
}

.feature-rail-link:last-child {
  border-bottom: 1px solid rgba(24, 24, 24, 0.1);
}

.feature-rail-link span {
  color: var(--blue);
  font-family: var(--ea-font-mono) !important;
  font-size: 11px;
  font-weight: 700;
}

.feature-rail-link strong {
  color: var(--ink);
  font-size: 15px;
  font-weight: 650;
  line-height: 1.2;
}

.feature-rail-link em {
  color: var(--ink-2);
  display: block;
  font-size: 12.5px;
  font-style: normal;
  line-height: 1.58;
}

.feature-rail-link:hover strong {
  color: var(--blue);
}

.feature-panels {
  display: grid;
  gap: 18px;
  min-width: 0;
}

.feature-panel {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0.92)) !important;
  border: 1px solid rgba(16, 119, 215, 0.18);
  border-radius: 8px;
  display: grid;
  gap: 0;
  grid-template-columns: minmax(300px, 0.86fr) minmax(0, 1.14fr);
  min-height: 520px;
  overflow: hidden;
  scroll-margin-top: 92px;
  box-shadow: 0 24px 76px rgba(58, 112, 145, 0.08);
}

.feature-panel-copy {
  align-content: start;
  display: grid;
  padding: 40px 38px;
}

.feature-panel-top {
  align-items: center;
  display: flex;
  gap: 12px;
  margin-bottom: 30px;
}

.feature-panel-icon {
  align-items: center;
  background: rgba(16, 119, 215, 0.08);
  border: 1px solid rgba(16, 119, 215, 0.16);
  border-radius: 8px;
  color: var(--blue);
  display: inline-flex;
  height: 42px;
  justify-content: center;
  width: 42px;
}

.feature-panel-icon svg {
  height: 20px;
  stroke: currentColor;
  width: 20px;
}

.feature-panel-name {
  color: var(--ink-2);
  font-size: 13px;
  font-weight: 500;
}

.feature-panel h3 {
  color: var(--ink);
  font-size: 28px;
  font-weight: 500;
  line-height: 1.24;
  margin: 0 0 14px;
  text-wrap: balance;
}

.feature-panel-copy > p {
  color: var(--ink-2);
  font-size: 14.5px;
  line-height: 1.76;
  margin: 0 0 24px;
}

.feature-panel-points {
  display: grid;
  gap: 11px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.feature-panel-points li {
  align-items: flex-start;
  color: var(--ink-2);
  display: flex;
  font-size: 13px;
  gap: 9px;
  line-height: 1.58;
}

.feature-panel-points svg {
  color: var(--blue);
  flex: none;
  height: 15px;
  margin-top: 3px;
  stroke: currentColor;
  width: 15px;
}

.feature-panel-preview {
  background:
    linear-gradient(135deg, rgba(225, 243, 252, 0.88), rgba(255, 255, 255, 0.78)),
    linear-gradient(90deg, rgba(16, 119, 215, 0.06) 1px, transparent 1px),
    linear-gradient(180deg, rgba(16, 119, 215, 0.05) 1px, transparent 1px);
  background-size: auto, 44px 44px, 44px 44px;
  border-left: 1px solid rgba(16, 119, 215, 0.13);
  display: grid;
  min-width: 0;
  padding: 34px;
  place-items: center;
}

.feature-panel-preview .fviz-wrap,
.feature-panel-preview .fviz {
  max-width: 100%;
  width: 100%;
}

.page-feature .fviz {
  border-color: rgba(16, 119, 215, 0.16) !important;
  box-shadow: 0 18px 54px rgba(46, 97, 128, 0.1) !important;
  max-height: 560px;
  overflow: hidden !important;
}

.page-feature .combo {
  background: transparent !important;
  margin: 0 !important;
  padding: 0 0 82px !important;
}

.page-feature .combo-layout {
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.94), rgba(239, 249, 254, 0.9)) !important;
  box-shadow: 0 20px 70px rgba(58, 112, 145, 0.08) !important;
}

.page-feature .combo-art img {
  border-color: rgba(16, 119, 215, 0.14) !important;
}

.page-feature .final {
  background:
    linear-gradient(90deg, rgba(198, 230, 248, 0.72), rgba(255, 255, 255, 0.86)),
    url("assets/generated-backgrounds-refined/canglan-cta-capabilities-v2.webp") left center / cover no-repeat !important;
  border-top: 0 !important;
}

@media (max-width: 980px) {
  body.page-feature > header + .fhero {
    min-height: 0 !important;
    padding: 104px 0 54px !important;
  }

  .page-feature h1.fhero-title {
    font-size: 38px !important;
  }

  .feature-hero-strip {
    gap: 14px 20px;
    margin-top: 58px;
  }

  .feature-stage,
  .feature-panel {
    grid-template-columns: 1fr;
  }

  .feature-rail {
    background: rgba(243, 248, 251, 0.9);
    display: grid;
    gap: 8px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    position: relative;
    top: auto;
  }

  .feature-rail-link {
    background: #fff;
    border: 1px solid var(--line-2);
    border-radius: 8px;
    padding: 14px;
  }

  .feature-rail-link:last-child {
    border-bottom: 1px solid var(--line-2);
  }

  .feature-panel-preview {
    border-left: 0;
    border-top: 1px solid rgba(16, 119, 215, 0.13);
  }
}

@media (max-width: 620px) {
  body.page-feature > header + .fhero {
    padding: 92px 0 42px !important;
  }

  .page-feature h1.fhero-title {
    font-size: 38px !important;
  }

  .page-feature .fhero p {
    font-size: 15px !important;
  }

  .feature-kicker {
    margin-bottom: 18px;
  }

  .feature-hero-strip {
    justify-content: flex-start;
    margin-top: 38px;
  }

  .feature-hero-strip span {
    font-size: 12.5px;
  }

  .feature-rail {
    display: flex;
    gap: 8px;
    margin: 0 -16px;
    overflow-x: auto;
    padding: 0 16px 8px;
    scroll-snap-type: x proximity;
    scrollbar-width: none;
  }

  .feature-rail::-webkit-scrollbar {
    display: none;
  }

  .feature-rail-link {
    flex: 0 0 148px;
    min-height: 82px;
    scroll-snap-align: start;
  }

  .feature-rail-link em {
    display: none;
  }

  .feature-panel-copy,
  .feature-panel-preview {
    padding: 22px;
  }

  .page-feature .fviz {
    max-height: 520px;
  }

  .feature-panel h3 {
    font-size: 24px;
  }
}

/* Pricing and restaurant pages: align legacy standalone pages with the V3 system
   without changing their document structure. */
body:has(#planGrid),
body:has(#restaurant-architecture) {
  background:
    linear-gradient(180deg, rgba(198, 230, 248, 0.66) 0, rgba(246, 251, 253, 0.94) 620px, #f3f8fb 980px),
    var(--bg) !important;
}

body:has(#planGrid) > header + .ehero {
  background:
    linear-gradient(90deg, rgba(173, 216, 241, 0.58), rgba(255, 255, 255, 0.88) 56%, rgba(230, 243, 250, 0.82)),
    url("assets/canglan-feature-hero-bg-v1.webp") center / cover no-repeat !important;
}

body:has(#restaurant-architecture) > header + .rhero {
  background:
    linear-gradient(90deg, rgba(173, 216, 241, 0.58), rgba(255, 255, 255, 0.88) 56%, rgba(230, 243, 250, 0.82)),
    url("assets/generated-backgrounds-semantic/canglan-semantic-hero-restaurant-01.webp") center / cover no-repeat !important;
}

body:has(#planGrid) > header + .ehero,
body:has(#restaurant-architecture) > header + .rhero {
  border-bottom: 1px solid rgba(16, 119, 215, 0.08) !important;
  min-height: 0 !important;
  padding: 128px 0 42px !important;
}

body:has(#planGrid) .ehero::after,
body:has(#restaurant-architecture) .rhero::after {
  background:
    radial-gradient(560px 300px at 74% 18%, rgba(16, 119, 215, 0.13), transparent 66%),
    linear-gradient(180deg, transparent, rgba(243, 248, 251, 0.86));
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
}

body:has(#planGrid) .ehero .wrap,
body:has(#restaurant-architecture) .rhero .wrap {
  position: relative;
  z-index: 1;
}

body:has(#planGrid) h1.ehero-title,
body:has(#restaurant-architecture) h1.rhero-title {
  font-size: var(--v3-hero-title-size) !important;
  font-weight: var(--v3-hero-title-weight) !important;
  line-height: var(--v3-hero-title-line) !important;
  margin-bottom: 0 !important;
}

body:has(#planGrid) .ehero p,
body:has(#restaurant-architecture) .rhero-sub {
  color: var(--ink-2) !important;
  font-size: var(--v3-hero-copy-size) !important;
  font-weight: 500 !important;
  line-height: var(--v3-hero-copy-line) !important;
  margin-left: auto !important;
  margin-right: auto !important;
  margin-bottom: 0 !important;
  margin-top: var(--v3-hero-copy-gap) !important;
  max-width: 760px !important;
}

body:has(#planGrid) .pill,
body:has(#restaurant-architecture) .rhero-inner .startfrom span {
  background: rgba(255, 255, 255, 0.92) !important;
  border: 1px solid rgba(16, 119, 215, 0.14) !important;
  border-radius: 6px !important;
  color: var(--ink-2) !important;
}

body:has(#planGrid) section.block,
body:has(#restaurant-architecture) section.block {
  background: transparent !important;
  padding: 82px 0 !important;
}

body:has(#planGrid) section.block.alt,
body:has(#restaurant-architecture) section.block.alt,
body:has(#restaurant-architecture) .agent-band {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.44), rgba(255, 255, 255, 0.16)) !important;
  border-bottom: 1px solid rgba(16, 119, 215, 0.06) !important;
  border-top: 1px solid rgba(16, 119, 215, 0.06) !important;
}

body:has(#planGrid) .sec-head h2,
body:has(#restaurant-architecture) .sec-head h2 {
  font-size: clamp(30px, 3vw, 42px) !important;
  font-weight: 500 !important;
}

body:has(#restaurant-architecture) .sec-head h2.has-logo img {
  display: none !important;
}

body:has(#planGrid) .sec-head .eyebrow::before,
body:has(#restaurant-architecture) .sec-head .eyebrow::before {
  display: none !important;
}

body:has(#restaurant-architecture) #restaurant-architecture {
  padding: 24px 0 34px !important;
}

body:has(#restaurant-architecture) #restaurant-architecture .wrap {
  max-width: 1440px !important;
}

body:has(#restaurant-architecture) #restaurant-architecture .sec-head {
  margin-bottom: 24px !important;
}

/* Pricing */
body:has(#planGrid) .billing {
  gap: 10px !important;
  margin-top: 28px !important;
}

body:has(#planGrid) .toggle-group {
  border-radius: 6px !important;
}

body:has(#planGrid) .toggle-btn {
  border-radius: 4px !important;
  min-width: 68px !important;
}

body:has(#planGrid) .price-grid {
  display: grid !important;
  gap: 18px !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
}

body:has(#planGrid) .plan {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 253, 255, 0.92)) !important;
  border-color: rgba(16, 119, 215, 0.14) !important;
  border-radius: 8px !important;
  min-height: 390px !important;
  padding: 26px 22px 22px !important;
}

body:has(#planGrid) .plan.featured {
  background:
    linear-gradient(180deg, rgba(232, 246, 253, 0.96), rgba(255, 255, 255, 0.94)) !important;
  border-color: rgba(16, 119, 215, 0.42) !important;
  box-shadow: inset 0 2px 0 rgba(16, 119, 215, 0.18) !important;
}

body:has(#planGrid) .plan-tag {
  background: var(--ink) !important;
  border-radius: 4px !important;
  box-shadow: none !important;
  color: #fff !important;
  letter-spacing: 0 !important;
  top: -10px !important;
}

body:has(#planGrid) .tier {
  font-size: 17px !important;
  font-weight: 650 !important;
}

body:has(#planGrid) .who,
body:has(#planGrid) .yr,
body:has(#planGrid) .plan li {
  color: var(--ink-2) !important;
}

body:has(#planGrid) .amt {
  font-size: 34px !important;
  font-weight: 560 !important;
  letter-spacing: 0 !important;
}

body:has(#planGrid) .amt small {
  color: var(--ink-3) !important;
  font-weight: 500 !important;
}

body:has(#planGrid) .addon {
  align-items: center !important;
  background: rgba(255, 255, 255, 0.78) !important;
  border-color: rgba(16, 119, 215, 0.12) !important;
  border-radius: 8px !important;
  margin-top: 18px !important;
  padding: 20px 22px !important;
}

body:has(#planGrid) .addon-title {
  color: var(--ink) !important;
  font-size: 16px !important;
  font-weight: 650 !important;
}

body:has(#planGrid) .addon-pack {
  background: rgba(237, 246, 251, 0.76) !important;
  border: 0 !important;
  border-radius: 6px !important;
  min-width: 128px !important;
}

body:has(#planGrid) .plan-note {
  color: var(--ink-2) !important;
}

body:has(#planGrid) .cmp {
  background: rgba(255, 255, 255, 0.84) !important;
  border-color: rgba(16, 119, 215, 0.12) !important;
  border-radius: 8px !important;
}

body:has(#planGrid) .cmp-table thead th,
body:has(#planGrid) .cmp-table .grp td {
  background: rgba(237, 246, 251, 0.76) !important;
}

body:has(#planGrid) .cmp-table th,
body:has(#planGrid) .cmp-table td {
  border-color: rgba(24, 24, 24, 0.07) !important;
  color: var(--ink-2) !important;
}

body:has(#planGrid) .cmp-table .tier-name,
body:has(#planGrid) .cmp-table .val-t {
  color: var(--ink) !important;
}

body:has(#planGrid) .faq {
  background: rgba(255, 255, 255, 0.84) !important;
  border-color: rgba(16, 119, 215, 0.12) !important;
  border-radius: 8px !important;
}

body:has(#planGrid) .faq.open {
  background: rgba(237, 246, 251, 0.72) !important;
  border-color: rgba(16, 119, 215, 0.28) !important;
}

/* Restaurant */
body:has(#restaurant-architecture) .rhero {
  min-height: 560px !important;
}

body:has(#restaurant-architecture) .rhero-inner {
  max-width: 860px !important;
}

body:has(#restaurant-architecture) .arch-card,
body:has(#restaurant-architecture) .arch-provided {
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  padding: 0 !important;
}

body:has(#restaurant-architecture) .arch-stack {
  display: grid !important;
  gap: 18px !important;
}

body:has(#restaurant-architecture) .aband {
  background: rgba(255, 255, 255, 0.84) !important;
  border: 1px solid rgba(16, 119, 215, 0.13) !important;
  border-radius: 8px !important;
  box-shadow: none !important;
  padding: 24px !important;
}

body:has(#restaurant-architecture) .aband.entry,
body:has(#restaurant-architecture) .aband.canglan,
body:has(#restaurant-architecture) .aband.govern,
body:has(#restaurant-architecture) .aband.source {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(246, 252, 255, 0.86)) !important;
}

body:has(#restaurant-architecture) .aband-head {
  color: var(--ink) !important;
  font-size: 17px !important;
  font-weight: 650 !important;
  letter-spacing: 0 !important;
}

body:has(#restaurant-architecture) .aband-head .sub {
  color: var(--ink-2) !important;
  font-size: 13px !important;
  font-weight: 500 !important;
}

body:has(#restaurant-architecture) .provided-tag,
body:has(#restaurant-architecture) .prov,
body:has(#restaurant-architecture) .cust {
  background: var(--blue-soft) !important;
  border: 1px solid rgba(16, 119, 215, 0.16) !important;
  border-radius: 4px !important;
  box-shadow: none !important;
  color: var(--blue) !important;
  letter-spacing: 0 !important;
}

body:has(#restaurant-architecture) .arch-provided .provided-tag {
  display: none !important;
}

body:has(#restaurant-architecture) .aband-cols,
body:has(#restaurant-architecture) .aband-cols.three {
  gap: 28px !important;
}

body:has(#restaurant-architecture) .acard {
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  padding: 0 !important;
}

body:has(#restaurant-architecture) .acard .ac-k {
  color: var(--ink) !important;
  font-size: 15px !important;
  font-weight: 650 !important;
}

body:has(#restaurant-architecture) .acard .ac-k .en,
body:has(#restaurant-architecture) .acard .ac-d,
body:has(#restaurant-architecture) .aflow,
body:has(#restaurant-architecture) .agent-scenes .as-l p {
  color: var(--ink-2) !important;
}

body:has(#restaurant-architecture) :is(.acard .ac-tags span, .entry-roles span, .entry-ways span, .aband.source .aband-tags span, .role-chips span, .systags span, .system-chips span, .wf .wftags span) {
  background: rgba(237, 246, 251, 0.76) !important;
  border: 1px solid rgba(16, 119, 215, 0.12) !important;
  border-radius: 6px !important;
  color: var(--ink-2) !important;
}

body:has(#restaurant-architecture) .entry-roles span {
  color: var(--ink) !important;
  font-weight: 600 !important;
}

body:has(#restaurant-architecture) .aflow {
  font-size: 12px !important;
  letter-spacing: 0 !important;
  padding: 0 !important;
}

body:has(#restaurant-architecture) .aflow::before,
body:has(#restaurant-architecture) .aflow::after {
  background: rgba(16, 119, 215, 0.14) !important;
}

body:has(#restaurant-architecture) .arch-panorama {
  background:
    radial-gradient(520px 240px at 50% 18%, rgba(16, 119, 215, 0.08), transparent 70%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.86), rgba(241, 249, 253, 0.78)) !important;
  border: 1px solid rgba(16, 119, 215, 0.14) !important;
  border-radius: 8px !important;
  display: grid !important;
  gap: 9px !important;
  padding: clamp(14px, 1.5vw, 18px) !important;
  position: relative !important;
}

body:has(#restaurant-architecture) .arch-entry-panel,
body:has(#restaurant-architecture) .arch-data-panel,
body:has(#restaurant-architecture) .arch-system-panel,
body:has(#restaurant-architecture) .arch-loop-panel,
body:has(#restaurant-architecture) .arch-benefit-row {
  background: rgba(255, 255, 255, 0.92) !important;
  border: 1px solid rgba(16, 119, 215, 0.12) !important;
  border-radius: 8px !important;
  padding: 13px 16px !important;
}

body:has(#restaurant-architecture) .arch-entry-panel,
body:has(#restaurant-architecture) .arch-data-panel,
body:has(#restaurant-architecture) .arch-system-panel {
  align-items: center !important;
  display: grid !important;
  gap: 16px 22px !important;
  grid-template-columns: minmax(190px, 0.26fr) minmax(0, 1fr) !important;
}

body:has(#restaurant-architecture) .arch-entry-panel .arch-panel-title,
body:has(#restaurant-architecture) .arch-data-panel .arch-panel-title,
body:has(#restaurant-architecture) .arch-system-panel .arch-panel-title {
  margin-bottom: 0 !important;
}

body:has(#restaurant-architecture) .arch-entry-panel .arch-panel-title {
  grid-row: 1 / span 2 !important;
}

body:has(#restaurant-architecture) .arch-panel-title {
  align-items: center !important;
  display: grid !important;
  gap: 11px !important;
  grid-template-columns: 46px minmax(0, 1fr) !important;
  margin-bottom: 12px !important;
}

body:has(#restaurant-architecture) .arch-panel-title.compact {
  margin-bottom: 12px !important;
}

body:has(#restaurant-architecture) .arch-title-icon,
body:has(#restaurant-architecture) .arch-ai-mark {
  align-items: center !important;
  background: rgba(237, 246, 251, 0.88) !important;
  border: 1px solid rgba(16, 119, 215, 0.12) !important;
  border-radius: 8px !important;
  display: inline-flex !important;
  height: 46px !important;
  justify-content: center !important;
  width: 46px !important;
}

body:has(#restaurant-architecture) .arch-title-icon.green {
  background: rgba(235, 250, 245, 0.92) !important;
  border-color: rgba(20, 159, 134, 0.16) !important;
}

body:has(#restaurant-architecture) .arch-title-icon img,
body:has(#restaurant-architecture) .arch-ai-mark img {
  height: 40px !important;
  object-fit: contain !important;
  width: 40px !important;
}

body:has(#restaurant-architecture) .arch-panel-title h3,
body:has(#restaurant-architecture) .arch-ai-header h3 {
  color: var(--ink) !important;
  font-size: 18px !important;
  font-weight: 650 !important;
  line-height: 1.25 !important;
  margin: 0 0 3px !important;
}

body:has(#restaurant-architecture) .arch-panel-title p,
body:has(#restaurant-architecture) .arch-ai-header p,
body:has(#restaurant-architecture) .arch-cap-card p,
body:has(#restaurant-architecture) .arch-product-row p {
  color: var(--ink-2) !important;
  font-size: 11.5px !important;
  line-height: 1.45 !important;
  margin: 0 !important;
}

body:has(#restaurant-architecture) .arch-kicker {
  color: var(--blue) !important;
  display: block !important;
  font-size: 12px !important;
  font-weight: 650 !important;
  line-height: 1.2 !important;
  margin-bottom: 5px !important;
}

body:has(#restaurant-architecture) .arch-node-grid,
body:has(#restaurant-architecture) .arch-data-grid,
body:has(#restaurant-architecture) .arch-system-grid {
  display: grid !important;
  gap: 7px !important;
}

body:has(#restaurant-architecture) .role-grid-mini {
  grid-template-columns: repeat(7, minmax(0, 1fr)) !important;
  margin-bottom: 0 !important;
}

body:has(#restaurant-architecture) .action-grid-mini {
  grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
}

body:has(#restaurant-architecture) :is(.arch-node-grid, .arch-data-grid, .arch-system-grid) span {
  align-items: center !important;
  background: rgba(237, 246, 251, 0.76) !important;
  border: 1px solid rgba(16, 119, 215, 0.12) !important;
  border-radius: 6px !important;
  color: var(--ink) !important;
  display: flex !important;
  font-size: 11px !important;
  font-weight: 600 !important;
  gap: 6px !important;
  line-height: 1.25 !important;
  min-height: 38px !important;
  min-width: 0 !important;
  padding: 5px 7px !important;
}

body:has(#restaurant-architecture) :is(.arch-node-grid, .arch-data-grid, .arch-system-grid) img {
  flex: 0 0 28px !important;
  height: 28px !important;
  object-fit: contain !important;
  width: 28px !important;
}

body:has(#restaurant-architecture) .arch-flow-line {
  align-items: center !important;
  color: var(--ink-2) !important;
  display: flex !important;
  font-size: 11.5px !important;
  font-weight: 650 !important;
  gap: 10px !important;
  justify-content: center !important;
  line-height: 1 !important;
  min-height: 23px !important;
}

body:has(#restaurant-architecture) .arch-flow-line::before {
  align-items: center !important;
  background: rgba(16, 119, 215, 0.1) !important;
  border: 1px solid rgba(16, 119, 215, 0.16) !important;
  border-radius: 50% !important;
  color: var(--blue) !important;
  content: "↓" !important;
  display: inline-flex !important;
  font-size: 15px !important;
  height: 24px !important;
  justify-content: center !important;
  line-height: 1 !important;
  width: 24px !important;
}

body:has(#restaurant-architecture) .arch-flow-line.system-flow::before {
  color: rgb(20, 159, 134) !important;
  content: "↑" !important;
}

body:has(#restaurant-architecture) .arch-ai-panel {
  background: linear-gradient(180deg, #1881e8 0%, #1077d7 100%) !important;
  border-radius: 8px !important;
  overflow: hidden !important;
  padding: 16px 18px !important;
  position: relative !important;
}

body:has(#restaurant-architecture) .arch-ai-panel::before {
  background:
    radial-gradient(420px 220px at 18% 0%, rgba(255, 255, 255, 0.22), transparent 68%),
    radial-gradient(360px 200px at 82% 8%, rgba(255, 255, 255, 0.14), transparent 70%) !important;
  content: "" !important;
  inset: 0 !important;
  pointer-events: none !important;
  position: absolute !important;
}

body:has(#restaurant-architecture) .arch-ai-header,
body:has(#restaurant-architecture) .arch-ai-grid {
  position: relative !important;
  z-index: 1 !important;
}

body:has(#restaurant-architecture) .arch-ai-header {
  align-items: center !important;
  display: grid !important;
  gap: 10px !important;
  grid-template-columns: auto minmax(0, 520px) auto !important;
  justify-content: center !important;
  margin: 0 auto 12px !important;
  max-width: 760px !important;
  text-align: center !important;
}

body:has(#restaurant-architecture) .arch-ai-header h3,
body:has(#restaurant-architecture) .arch-ai-header p,
body:has(#restaurant-architecture) .arch-ai-header .arch-kicker {
  color: #fff !important;
}

body:has(#restaurant-architecture) .arch-ai-header p {
  color: rgba(255, 255, 255, 0.86) !important;
}

body:has(#restaurant-architecture) .arch-ai-header b {
  background: rgba(255, 255, 255, 0.16) !important;
  border: 1px solid rgba(255, 255, 255, 0.22) !important;
  border-radius: 6px !important;
  color: #fff !important;
  font-size: 12px !important;
  font-weight: 650 !important;
  line-height: 1 !important;
  padding: 6px 9px !important;
  white-space: nowrap !important;
}

body:has(#restaurant-architecture) .arch-ai-mark {
  background: rgba(255, 255, 255, 0.16) !important;
  border-color: rgba(255, 255, 255, 0.24) !important;
}

body:has(#restaurant-architecture) .arch-ai-grid {
  display: grid !important;
  gap: 10px !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  margin: 0 auto !important;
  max-width: 1040px !important;
}

body:has(#restaurant-architecture) .arch-cap-card {
  background: rgba(255, 255, 255, 0.94) !important;
  border: 1px solid rgba(255, 255, 255, 0.44) !important;
  border-radius: 8px !important;
  display: grid !important;
  gap: 8px !important;
  grid-template-rows: auto auto 1fr !important;
  padding: 12px !important;
}

body:has(#restaurant-architecture) .arch-cap-head {
  align-items: center !important;
  display: flex !important;
  gap: 8px !important;
}

body:has(#restaurant-architecture) .arch-cap-head img {
  height: 32px !important;
  object-fit: contain !important;
  width: 32px !important;
}

body:has(#restaurant-architecture) .arch-cap-head h4,
body:has(#restaurant-architecture) .arch-product-row h4,
body:has(#restaurant-architecture) .arch-loop-title {
  color: var(--ink) !important;
  font-size: 13.5px !important;
  font-weight: 650 !important;
  line-height: 1.25 !important;
  margin: 0 !important;
}

body:has(#restaurant-architecture) .arch-mini-icons {
  display: grid !important;
  gap: 6px !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}

body:has(#restaurant-architecture) .arch-mini-icons span {
  align-items: center !important;
  color: var(--ink-2) !important;
  display: flex !important;
  font-size: 11px !important;
  font-weight: 600 !important;
  gap: 6px !important;
  line-height: 1.25 !important;
  min-width: 0 !important;
}

body:has(#restaurant-architecture) .arch-mini-icons img {
  flex: 0 0 22px !important;
  height: 22px !important;
  object-fit: contain !important;
  width: 22px !important;
}

body:has(#restaurant-architecture) .arch-product-row {
  display: grid !important;
  gap: 12px !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  margin-bottom: 14px !important;
}

body:has(#restaurant-architecture) .arch-product-row article {
  background: rgba(235, 250, 245, 0.72) !important;
  border: 1px solid rgba(20, 159, 134, 0.12) !important;
  border-radius: 8px !important;
  padding: 14px 16px !important;
}

body:has(#restaurant-architecture) .arch-product-row h4 {
  color: rgb(17, 112, 94) !important;
  margin-bottom: 5px !important;
}

body:has(#restaurant-architecture) .arch-data-grid {
  grid-template-columns: repeat(7, minmax(0, 1fr)) !important;
}

body:has(#restaurant-architecture) .arch-data-grid span {
  background: rgba(235, 250, 245, 0.68) !important;
  border-color: rgba(20, 159, 134, 0.12) !important;
}

body:has(#restaurant-architecture) .arch-system-grid {
  grid-template-columns: repeat(7, minmax(0, 1fr)) !important;
}

body:has(#restaurant-architecture) .arch-system-grid span {
  color: var(--ink-2) !important;
}

body:has(#restaurant-architecture) .arch-loop-panel {
  align-items: center !important;
  display: grid !important;
  gap: 14px !important;
  grid-template-columns: auto minmax(0, 1fr) !important;
}

body:has(#restaurant-architecture) .arch-loop-steps {
  display: grid !important;
  gap: 8px !important;
  grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
}

body:has(#restaurant-architecture) .arch-loop-steps span {
  background: rgba(237, 246, 251, 0.78) !important;
  border: 1px solid rgba(16, 119, 215, 0.12) !important;
  border-radius: 6px !important;
  color: var(--ink-2) !important;
  font-size: 12.5px !important;
  font-weight: 600 !important;
  line-height: 1.25 !important;
  padding: 9px 10px !important;
  text-align: center !important;
}

body:has(#restaurant-architecture) .arch-benefit-row {
  display: grid !important;
  gap: 12px !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
}

body:has(#restaurant-architecture) .arch-benefit-row article {
  align-items: center !important;
  display: grid !important;
  gap: 9px !important;
  grid-template-columns: 36px minmax(0, 1fr) !important;
  min-width: 0 !important;
}

body:has(#restaurant-architecture) .arch-benefit-row img {
  height: 36px !important;
  object-fit: contain !important;
  width: 36px !important;
}

body:has(#restaurant-architecture) .arch-benefit-row h4 {
  color: var(--blue) !important;
  font-size: 13.5px !important;
  font-weight: 650 !important;
  line-height: 1.25 !important;
  margin: 0 0 2px !important;
}

body:has(#restaurant-architecture) .arch-benefit-row p {
  color: var(--ink-2) !important;
  font-size: 11.5px !important;
  line-height: 1.35 !important;
  margin: 0 !important;
}

/* Restaurant AI architecture: final screenshot-matched DOM rendering. */
body:has(#restaurant-architecture) #restaurant-architecture {
  background:
    radial-gradient(760px 420px at 50% 2%, rgba(18, 121, 231, 0.09), transparent 68%),
    linear-gradient(180deg, #f8fbff 0%, #edf6ff 58%, #f8fbff 100%) !important;
  overflow-x: hidden !important;
  padding: 72px 0 78px !important;
  scroll-margin-top: 76px !important;
}

body:has(#restaurant-architecture) #restaurant-architecture .wrap {
  max-width: 1360px !important;
  min-width: 0 !important;
  width: min(calc(100% - 32px), 1360px) !important;
}

body:has(#restaurant-architecture) .arch-panorama {
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  box-sizing: border-box !important;
  display: grid !important;
  gap: 6px !important;
  margin: 0 auto !important;
  padding: 0 14px 0 !important;
  position: relative !important;
  width: 100% !important;
  zoom: 0.84;
}

body:has(#restaurant-architecture) .arch-map-title {
  display: block !important;
  margin: 0 0 18px !important;
  text-align: center !important;
}

body:has(#restaurant-architecture) .arch-map-title h2 {
  color: #111827 !important;
  font-size: 40px !important;
  font-weight: 820 !important;
  letter-spacing: 0 !important;
  line-height: 1.12 !important;
  margin: 0 0 8px !important;
}

body:has(#restaurant-architecture) .arch-map-title p {
  color: #536780 !important;
  font-size: 16.5px !important;
  font-weight: 560 !important;
  line-height: 1.35 !important;
  margin: 0 !important;
}

body:has(#restaurant-architecture) .arch-entry-panel,
body:has(#restaurant-architecture) .arch-ai-panel,
body:has(#restaurant-architecture) .arch-data-panel,
body:has(#restaurant-architecture) .arch-system-panel,
body:has(#restaurant-architecture) .arch-benefit-row {
  box-sizing: border-box !important;
  justify-self: stretch !important;
  width: 100% !important;
}

body:has(#restaurant-architecture) .arch-entry-panel,
body:has(#restaurant-architecture) .arch-data-panel,
body:has(#restaurant-architecture) .arch-system-panel,
body:has(#restaurant-architecture) .arch-benefit-row {
  background: rgba(255, 255, 255, 0.88) !important;
  border: 1px solid rgba(35, 117, 216, 0.14) !important;
  border-radius: 14px !important;
  box-shadow: 0 14px 34px rgba(27, 92, 169, 0.08) !important;
  padding: 11px 30px !important;
}

body:has(#restaurant-architecture) .arch-entry-panel {
  align-items: center !important;
  column-gap: 34px !important;
  display: grid !important;
  grid-template-columns: 230px minmax(0, 1fr) !important;
  min-height: 112px !important;
  row-gap: 8px !important;
}

body:has(#restaurant-architecture) .arch-entry-panel .arch-panel-title {
  border-right: 1px solid rgba(35, 117, 216, 0.13) !important;
  grid-row: 1 / span 2 !important;
  height: 76px !important;
  margin: 0 !important;
  padding-right: 26px !important;
}

body:has(#restaurant-architecture) .arch-panel-title {
  align-items: center !important;
  display: grid !important;
  gap: 12px !important;
  grid-template-columns: 52px minmax(0, 1fr) !important;
  margin: 0 !important;
}

body:has(#restaurant-architecture) .arch-title-icon {
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  height: 52px !important;
  width: 52px !important;
}

body:has(#restaurant-architecture) .arch-title-icon img {
  display: block !important;
  height: 52px !important;
  object-fit: contain !important;
  width: 52px !important;
}

body:has(#restaurant-architecture) .arch-panel-title h3 {
  color: #123452 !important;
  font-size: 18px !important;
  font-weight: 780 !important;
  line-height: 1.2 !important;
  margin: 0 0 5px !important;
}

body:has(#restaurant-architecture) .arch-panel-title p {
  color: #4f647d !important;
  font-size: 12px !important;
  font-weight: 500 !important;
  line-height: 1.55 !important;
  margin: 0 !important;
}

body:has(#restaurant-architecture) .arch-node-grid,
body:has(#restaurant-architecture) .arch-data-grid,
body:has(#restaurant-architecture) .arch-system-grid {
  display: grid !important;
  gap: 7px !important;
}

body:has(#restaurant-architecture) .role-grid-mini {
  grid-template-columns: repeat(7, minmax(0, 1fr)) !important;
}

body:has(#restaurant-architecture) .action-grid-mini {
  grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
}

body:has(#restaurant-architecture) :is(.role-grid-mini, .action-grid-mini) span {
  align-items: center !important;
  background: rgba(255, 255, 255, 0.82) !important;
  border: 1px solid rgba(42, 126, 224, 0.14) !important;
  border-radius: 8px !important;
  box-shadow: 0 8px 18px rgba(25, 97, 189, 0.08) !important;
  color: #294361 !important;
  display: flex !important;
  font-size: 13px !important;
  font-weight: 650 !important;
  gap: 8px !important;
  justify-content: center !important;
  line-height: 1.2 !important;
  min-height: 34px !important;
  min-width: 0 !important;
  padding: 5px 8px !important;
  white-space: nowrap !important;
}

body:has(#restaurant-architecture) :is(.role-grid-mini, .action-grid-mini) img {
  flex: 0 0 20px !important;
  height: 20px !important;
  object-fit: contain !important;
  width: 20px !important;
}

body:has(#restaurant-architecture) .arch-flow-line {
  align-items: center !important;
  color: #294361 !important;
  display: flex !important;
  font-size: 11.5px !important;
  font-weight: 700 !important;
  gap: 12px !important;
  justify-content: center !important;
  min-height: 22px !important;
}

body:has(#restaurant-architecture) .arch-flow-line::before {
  align-items: center !important;
  background: transparent !important;
  border: 0 !important;
  color: #3f7ee8 !important;
  content: "↓" !important;
  display: inline-flex !important;
  font-size: 24px !important;
  font-weight: 800 !important;
  height: 24px !important;
  justify-content: center !important;
  line-height: 1 !important;
  width: 24px !important;
}

body:has(#restaurant-architecture) .arch-flow-line.system-flow::before {
  content: "↑" !important;
}

body:has(#restaurant-architecture) .arch-ai-panel {
  background:
    radial-gradient(700px 260px at 50% 4%, rgba(255, 255, 255, 0.24), transparent 58%),
    linear-gradient(180deg, #2f70ff 0%, #0f6fea 100%) !important;
  border: 1px solid rgba(55, 137, 255, 0.2) !important;
  border-radius: 22px !important;
  box-shadow:
    inset 0 0 0 5px rgba(255, 255, 255, 0.68),
    0 20px 44px rgba(33, 106, 218, 0.23) !important;
  min-height: 228px !important;
  overflow: visible !important;
  padding: 16px 26px 16px !important;
  position: relative !important;
}

body:has(#restaurant-architecture) .arch-ai-panel::before {
  background:
    radial-gradient(360px 160px at 18% 0%, rgba(255, 255, 255, 0.18), transparent 68%),
    radial-gradient(360px 160px at 82% 0%, rgba(255, 255, 255, 0.14), transparent 70%) !important;
  border-radius: inherit !important;
  content: "" !important;
  inset: 0 !important;
  pointer-events: none !important;
  position: absolute !important;
}

body:has(#restaurant-architecture) .arch-ai-header {
  display: block !important;
  margin: 0 auto 8px !important;
  max-width: 720px !important;
  position: relative !important;
  text-align: center !important;
  z-index: 1 !important;
}

body:has(#restaurant-architecture) .arch-ai-header h3 {
  color: #fff !important;
  font-size: 23px !important;
  font-weight: 800 !important;
  letter-spacing: 0 !important;
  line-height: 1.15 !important;
  margin: 0 0 5px !important;
}

body:has(#restaurant-architecture) .arch-ai-header p {
  color: rgba(255, 255, 255, 0.92) !important;
  font-size: 11.5px !important;
  font-weight: 520 !important;
  line-height: 1.35 !important;
  margin: 0 !important;
}

body:has(#restaurant-architecture) .arch-ai-grid {
  display: grid !important;
  gap: 9px !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  margin: 0 !important;
  max-width: none !important;
  position: relative !important;
  width: 100% !important;
  z-index: 1 !important;
}

body:has(#restaurant-architecture) .arch-cap-card {
  background: rgba(255, 255, 255, 0.92) !important;
  border: 1px solid rgba(255, 255, 255, 0.66) !important;
  border-radius: 13px !important;
  box-shadow: 0 15px 30px rgba(17, 72, 157, 0.13) !important;
  display: grid !important;
  gap: 8px !important;
  grid-template-rows: auto minmax(58px, 1fr) auto !important;
  min-height: 136px !important;
  padding: 11px 15px 10px !important;
}

body:has(#restaurant-architecture) .arch-cap-head {
  align-items: center !important;
  display: flex !important;
  gap: 10px !important;
  justify-content: center !important;
}

body:has(#restaurant-architecture) .arch-cap-head img {
  height: 26px !important;
  object-fit: contain !important;
  width: 26px !important;
}

body:has(#restaurant-architecture) .arch-cap-head h4 {
  color: #123452 !important;
  font-size: 13.5px !important;
  font-weight: 760 !important;
  line-height: 1.2 !important;
  margin: 0 !important;
}

body:has(#restaurant-architecture) .arch-mini-icons {
  align-items: start !important;
  display: grid !important;
  gap: 6px !important;
  grid-template-columns: repeat(auto-fit, minmax(48px, 1fr)) !important;
}

body:has(#restaurant-architecture) .arch-mini-icons span {
  align-items: center !important;
  color: #183c65 !important;
  display: flex !important;
  flex-direction: column !important;
  font-size: 10.3px !important;
  font-weight: 650 !important;
  gap: 5px !important;
  justify-content: start !important;
  line-height: 1.25 !important;
  min-width: 0 !important;
  text-align: center !important;
}

body:has(#restaurant-architecture) .arch-mini-icons img {
  background: rgba(247, 251, 255, 0.94) !important;
  border: 1px solid rgba(42, 126, 224, 0.12) !important;
  border-radius: 50% !important;
  box-shadow: 0 8px 14px rgba(25, 97, 189, 0.09) !important;
  height: 30px !important;
  object-fit: contain !important;
  padding: 4px !important;
  width: 30px !important;
}

body:has(#restaurant-architecture) .arch-cap-card p {
  color: #5d7089 !important;
  font-size: 10.8px !important;
  font-weight: 500 !important;
  line-height: 1.35 !important;
  margin: 0 !important;
  text-align: center !important;
}

body:has(#restaurant-architecture) .arch-data-panel {
  align-items: center !important;
  column-gap: 36px !important;
  display: grid !important;
  grid-template-columns: 230px minmax(0, 1fr) !important;
  min-height: 106px !important;
  padding-bottom: 10px !important;
  padding-top: 10px !important;
}

body:has(#restaurant-architecture) .arch-data-panel .arch-panel-title,
body:has(#restaurant-architecture) .arch-system-panel .arch-panel-title {
  border-right: 1px solid rgba(35, 117, 216, 0.11) !important;
  height: 66px !important;
  padding-right: 24px !important;
}

body:has(#restaurant-architecture) .arch-data-panel .arch-panel-title h3 {
  color: #0f5544 !important;
}

body:has(#restaurant-architecture) .arch-title-icon.green {
  background: transparent !important;
  border: 0 !important;
}

body:has(#restaurant-architecture) .arch-data-grid {
  gap: 0 !important;
  grid-template-columns: repeat(7, minmax(0, 1fr)) !important;
}

body:has(#restaurant-architecture) .arch-data-grid span {
  align-items: start !important;
  background: transparent !important;
  border: 0 !important;
  border-left: 1px solid rgba(37, 131, 155, 0.11) !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  color: #123452 !important;
  display: grid !important;
  gap: 3px 8px !important;
  grid-template-columns: 24px minmax(0, 1fr) !important;
  min-height: 58px !important;
  padding: 1px 10px !important;
}

body:has(#restaurant-architecture) .arch-data-grid img {
  grid-row: 1 / span 2 !important;
  height: 20px !important;
  margin-top: 1px !important;
  object-fit: contain !important;
  width: 20px !important;
}

body:has(#restaurant-architecture) .arch-data-grid b {
  color: #133d4f !important;
  font-size: 10.8px !important;
  font-weight: 760 !important;
  line-height: 1.3 !important;
}

body:has(#restaurant-architecture) .arch-data-grid small {
  color: #5c7183 !important;
  font-size: 10.1px !important;
  font-weight: 500 !important;
  line-height: 1.42 !important;
}

body:has(#restaurant-architecture) .arch-system-panel {
  align-items: center !important;
  column-gap: 32px !important;
  display: grid !important;
  grid-template-columns: 220px minmax(0, 1fr) !important;
  min-height: 92px !important;
  padding-bottom: 9px !important;
  padding-top: 9px !important;
}

body:has(#restaurant-architecture) .arch-system-panel .arch-panel-title {
  grid-template-columns: 46px minmax(0, 1fr) !important;
  height: 64px !important;
}

body:has(#restaurant-architecture) .arch-system-panel .arch-title-icon,
body:has(#restaurant-architecture) .arch-system-panel .arch-title-icon img {
  height: 46px !important;
  width: 46px !important;
}

body:has(#restaurant-architecture) .arch-system-panel .arch-panel-title h3 {
  font-size: 17px !important;
  white-space: nowrap !important;
}

body:has(#restaurant-architecture) .arch-system-panel .arch-panel-title p {
  font-size: 11px !important;
  line-height: 1.45 !important;
}

body:has(#restaurant-architecture) .arch-system-grid {
  align-items: center !important;
  gap: 6px !important;
  grid-template-columns: repeat(14, minmax(0, 1fr)) !important;
}

body:has(#restaurant-architecture) .arch-system-grid span {
  align-items: center !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  color: #24405f !important;
  display: flex !important;
  flex-direction: column !important;
  font-size: 9.8px !important;
  font-weight: 650 !important;
  gap: 5px !important;
  justify-content: center !important;
  line-height: 1.25 !important;
  min-height: 54px !important;
  min-width: 0 !important;
  padding: 0 !important;
  text-align: center !important;
  white-space: normal !important;
}

body:has(#restaurant-architecture) .arch-system-grid img {
  background: rgba(255, 255, 255, 0.82) !important;
  border: 1px solid rgba(42, 126, 224, 0.13) !important;
  border-radius: 8px !important;
  box-shadow: 0 8px 16px rgba(25, 97, 189, 0.08) !important;
  height: 30px !important;
  object-fit: contain !important;
  padding: 4px !important;
  width: 30px !important;
}

body:has(#restaurant-architecture) .arch-benefit-row {
  gap: 22px !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  margin: 12px 0 0 !important;
  max-width: none !important;
  min-height: 58px !important;
  padding: 10px 30px !important;
  width: 100% !important;
}

body:has(#restaurant-architecture) .arch-benefit-row article {
  align-items: center !important;
  display: grid !important;
  gap: 12px !important;
  grid-template-columns: 34px minmax(0, 1fr) !important;
}

body:has(#restaurant-architecture) .arch-benefit-row img {
  height: 34px !important;
  object-fit: contain !important;
  width: 34px !important;
}

body:has(#restaurant-architecture) .arch-benefit-row h4 {
  color: #1f6be3 !important;
  font-size: 12.8px !important;
  font-weight: 760 !important;
  line-height: 1.25 !important;
  margin: 0 0 4px !important;
}

body:has(#restaurant-architecture) .arch-benefit-row p {
  color: #526981 !important;
  font-size: 10.5px !important;
  font-weight: 500 !important;
  line-height: 1.35 !important;
  margin: 0 !important;
}

body:has(#restaurant-architecture) .amx {
  display: grid !important;
  gap: 0 !important;
}

body:has(#restaurant-architecture) .erow {
  border-bottom: 1px solid rgba(16, 119, 215, 0.13) !important;
  display: grid !important;
  grid-template-columns: minmax(0, 0.92fr) minmax(340px, 1.08fr) !important;
  gap: 48px !important;
  padding: 54px 0 !important;
}

body:has(#restaurant-architecture) .erow:first-child {
  padding-top: 0 !important;
}

body:has(#restaurant-architecture) .erow.rev .etext {
  order: 2 !important;
}

body:has(#restaurant-architecture) .etext .ebadge {
  margin-bottom: 14px !important;
}

body:has(#restaurant-architecture) .etext .ebadge .en {
  display: none !important;
}

body:has(#restaurant-architecture) .etext h3 {
  font-size: clamp(30px, 3vw, 40px) !important;
  font-weight: 500 !important;
}

body:has(#restaurant-architecture) .etext .capline {
  color: var(--ink) !important;
  font-size: 17px !important;
  font-weight: 600 !important;
}

body:has(#restaurant-architecture) .etext .lede,
body:has(#restaurant-architecture) .etext li,
body:has(#restaurant-architecture) .roleline {
  color: var(--ink-2) !important;
  font-size: 14px !important;
}

body:has(#restaurant-architecture) .evis {
  align-self: start !important;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(239, 249, 254, 0.9)) !important;
  border: 1px solid rgba(16, 119, 215, 0.14) !important;
  border-radius: 8px !important;
  box-shadow: none !important;
}

body:has(#restaurant-architecture) .agent-alert,
body:has(#restaurant-architecture) .drill-msg.ai {
  background: rgba(237, 246, 251, 0.78) !important;
  border-color: rgba(16, 119, 215, 0.13) !important;
}

body:has(#restaurant-architecture) .agent-alert h3,
body:has(#restaurant-architecture) .drill-score b,
body:has(#restaurant-architecture) .shift-foot b {
  color: var(--ink) !important;
}

body:has(#restaurant-architecture) .agent-metric,
body:has(#restaurant-architecture) .drill-score,
body:has(#restaurant-architecture) .shift-foot {
  background: #fff !important;
  border-color: rgba(16, 119, 215, 0.1) !important;
}

body:has(#restaurant-agent) #restaurant-agent.agent-band {
  background:
    radial-gradient(760px 520px at 73% 20%, rgba(16, 119, 215, 0.08), transparent 66%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.86), rgba(243, 248, 251, 0.78)) !important;
  border-bottom: 1px solid rgba(16, 119, 215, 0.08) !important;
  border-top: 1px solid rgba(16, 119, 215, 0.08) !important;
  overflow: hidden !important;
  padding: 86px 0 !important;
}

body:has(#restaurant-agent) #restaurant-agent .sec-head {
  margin-bottom: 18px !important;
  max-width: 860px !important;
}

body:has(#restaurant-agent) #restaurant-agent .sec-head .sec-sub {
  color: var(--ink-2) !important;
  font-size: 18px !important;
  font-weight: 520 !important;
}

body:has(#restaurant-agent) #restaurant-agent .amx {
  gap: 0 !important;
}

body:has(#restaurant-agent) #restaurant-agent .erow.agent-scene {
  border-bottom: 1px solid rgba(16, 119, 215, 0.12) !important;
  display: grid !important;
  gap: clamp(30px, 4.8vw, 76px) !important;
  grid-template-columns: minmax(340px, 0.68fr) minmax(0, 1.32fr) !important;
  padding: 58px 0 !important;
}

body:has(#restaurant-agent) #restaurant-agent .erow.agent-scene:first-child {
  padding-top: 12px !important;
}

body:has(#restaurant-agent) #restaurant-agent .erow.agent-scene.is-reversed {
  grid-template-columns: minmax(0, 1.26fr) minmax(340px, 0.74fr) !important;
}

body:has(#restaurant-agent) #restaurant-agent .erow.agent-scene.is-reversed .agent-screen {
  order: -1 !important;
}

body:has(#restaurant-agent) #restaurant-agent .erow.agent-scene.is-reversed .agent-copy {
  justify-self: end !important;
}

body:has(#restaurant-agent) #restaurant-agent .erow.agent-scene:last-child {
  border-bottom: 0 !important;
  padding-bottom: 0 !important;
}

body:has(#restaurant-agent) #restaurant-agent .agent-copy {
  max-width: 560px !important;
}

body:has(#restaurant-agent) #restaurant-agent .agent-titleline {
  align-items: center !important;
  display: flex !important;
  gap: 18px !important;
  margin-bottom: 24px !important;
}

body:has(#restaurant-agent) #restaurant-agent .agent-title-icon {
  align-items: center !important;
  display: flex !important;
  flex: 0 0 70px !important;
  height: 70px !important;
  justify-content: center !important;
  width: 70px !important;
}

body:has(#restaurant-agent) #restaurant-agent .agent-title-icon img {
  height: 70px !important;
  width: 70px !important;
}

body:has(#restaurant-agent) #restaurant-agent .agent-titleline h3 {
  color: var(--ink) !important;
  font-size: clamp(30px, 3.2vw, 46px) !important;
  font-weight: 620 !important;
  letter-spacing: 0 !important;
  line-height: 1.15 !important;
  margin: 0 !important;
}

body:has(#restaurant-agent) #restaurant-agent .agent-titleline h3 span {
  color: var(--blue) !important;
  font-weight: 650 !important;
}

body:has(#restaurant-agent) #restaurant-agent .etext .capline {
  color: var(--ink) !important;
  font-size: 18px !important;
  font-weight: 650 !important;
  line-height: 1.65 !important;
  margin-bottom: 18px !important;
  max-width: 560px !important;
}

body:has(#restaurant-agent) #restaurant-agent .etext .lede {
  color: var(--ink-2) !important;
  font-size: 15.5px !important;
  line-height: 1.9 !important;
  margin-bottom: 30px !important;
  max-width: 560px !important;
}

body:has(#restaurant-agent) #restaurant-agent .etext ul {
  display: grid !important;
  gap: 17px !important;
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

body:has(#restaurant-agent) #restaurant-agent .etext li {
  color: var(--ink-2) !important;
  display: flex !important;
  font-size: 15px !important;
  gap: 13px !important;
  line-height: 1.7 !important;
}

body:has(#restaurant-agent) #restaurant-agent .etext li svg {
  background: linear-gradient(180deg, #1586e8, #1077d7) !important;
  border-radius: 50% !important;
  box-shadow: 0 8px 18px rgba(16, 119, 215, 0.16) !important;
  flex: 0 0 19px !important;
  height: 19px !important;
  margin-top: 4px !important;
  padding: 4px !important;
  stroke: #fff !important;
  width: 19px !important;
}

body:has(#restaurant-agent) #restaurant-agent .agent-screen {
  align-items: center !important;
  display: flex !important;
  justify-content: center !important;
  margin: 0 !important;
  min-height: clamp(410px, 36vw, 550px) !important;
  position: relative !important;
}

body:has(#restaurant-agent) #restaurant-agent .agent-screen::before {
  background:
    radial-gradient(circle at 50% 52%, rgba(16, 119, 215, 0.1), rgba(16, 119, 215, 0.035) 45%, transparent 72%) !important;
  border-radius: 50% !important;
  content: "" !important;
  filter: blur(5px) !important;
  inset: 5% 2% !important;
  pointer-events: none !important;
  position: absolute !important;
}

body:has(#restaurant-agent) #restaurant-agent .agent-screen img {
  filter: drop-shadow(0 26px 34px rgba(16, 119, 215, 0.12)) !important;
  height: auto !important;
  max-width: 820px !important;
  position: relative !important;
  width: min(100%, 820px) !important;
}

body:has(#restaurant-architecture) .wf-grid {
  display: grid !important;
  gap: 16px !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}

body:has(#restaurant-architecture) .wf {
  background: rgba(255, 255, 255, 0.84) !important;
  border-color: rgba(16, 119, 215, 0.12) !important;
  border-radius: 8px !important;
  padding: 22px !important;
}

body:has(#planGrid) .final,
body:has(#restaurant-architecture) .final {
  border-top: 0 !important;
}

body:has(#planGrid) .final {
  background:
    linear-gradient(90deg, rgba(198, 230, 248, 0.72), rgba(255, 255, 255, 0.86)),
    url("assets/generated-backgrounds-refined/canglan-cta-pricing-v2.webp") left center / cover no-repeat !important;
}

body:has(#restaurant-architecture) .final {
  background:
    linear-gradient(90deg, rgba(198, 230, 248, 0.72), rgba(255, 255, 255, 0.86)),
    url("assets/generated-backgrounds-refined/canglan-cta-restaurant-v2.webp") left center / cover no-repeat !important;
}

body:has(#planGrid) .sales-card,
body:has(#restaurant-architecture) .sales-card {
  border-radius: 8px !important;
  box-shadow: 0 18px 48px rgba(24, 24, 24, 0.14) !important;
}

.enterprise-page .enterprise-hero,
body:has(#planGrid) > header + .ehero,
body:has(#restaurant-architecture) > header + .rhero {
  overflow: visible !important;
  z-index: 5 !important;
}

.enterprise-page .enterprise-hero .sales-contact,
body:has(#planGrid) .sales-contact,
body:has(#restaurant-architecture) .sales-contact {
  z-index: 30 !important;
}

.enterprise-page .enterprise-hero .sales-card,
body:has(#planGrid) .sales-card,
body:has(#restaurant-architecture) .sales-card {
  z-index: 120 !important;
}

@media (max-width: 1080px) {
  body:has(#planGrid) .price-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  body:has(#restaurant-architecture) .erow,
  body:has(#restaurant-architecture) .erow.rev {
    grid-template-columns: 1fr !important;
  }

  body:has(#restaurant-architecture) .erow.rev .etext {
    order: 0 !important;
  }

  body:has(#restaurant-agent) #restaurant-agent .erow.agent-scene {
    gap: 22px !important;
    grid-template-columns: 1fr !important;
    padding: 48px 0 !important;
  }

  body:has(#restaurant-agent) #restaurant-agent .agent-copy {
    max-width: 700px !important;
  }

  body:has(#restaurant-agent) #restaurant-agent .erow.agent-scene.is-reversed .agent-screen {
    order: 0 !important;
  }

  body:has(#restaurant-agent) #restaurant-agent .erow.agent-scene.is-reversed .agent-copy {
    justify-self: start !important;
  }

  body:has(#restaurant-agent) #restaurant-agent .agent-screen {
    min-height: 0 !important;
  }

  body:has(#restaurant-agent) #restaurant-agent .agent-screen img {
    max-width: 760px !important;
    width: min(100%, 760px) !important;
  }

  body:has(#restaurant-architecture) .wf-grid,
  body:has(#restaurant-architecture) .aband-cols,
  body:has(#restaurant-architecture) .aband-cols.three {
    grid-template-columns: 1fr !important;
  }

  body:has(#restaurant-architecture) .role-grid-mini {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }

  body:has(#restaurant-architecture) .arch-entry-panel,
  body:has(#restaurant-architecture) .arch-data-panel,
  body:has(#restaurant-architecture) .arch-system-panel {
    grid-template-columns: 1fr !important;
  }

  body:has(#restaurant-architecture) .arch-entry-panel .arch-panel-title {
    grid-row: auto !important;
  }

  body:has(#restaurant-architecture) .action-grid-mini,
  body:has(#restaurant-architecture) .arch-data-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }

  body:has(#restaurant-architecture) .arch-ai-grid,
  body:has(#restaurant-architecture) .arch-product-row {
    grid-template-columns: 1fr !important;
  }

  body:has(#restaurant-architecture) .arch-system-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }

  body:has(#restaurant-architecture) .arch-loop-panel {
    grid-template-columns: 1fr !important;
  }

  body:has(#restaurant-architecture) .arch-loop-steps {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }

  body:has(#restaurant-architecture) .arch-benefit-row {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 620px) {
  body:has(#planGrid) > header + .ehero,
  body:has(#restaurant-architecture) > header + .rhero {
    min-height: 0 !important;
    padding: 96px 0 48px !important;
  }

  body:has(#planGrid) h1.ehero-title,
  body:has(#restaurant-architecture) h1.rhero-title {
    font-size: 38px !important;
  }

  body:has(#planGrid) .price-grid,
  body:has(#planGrid) .addon-packs {
    grid-template-columns: 1fr !important;
  }

  body:has(#planGrid) .addon-packs {
    display: grid !important;
    width: 100% !important;
  }

  body:has(#restaurant-architecture) .aband,
  body:has(#restaurant-architecture) .wf,
  body:has(#restaurant-architecture) .evis {
    padding: 20px !important;
  }

  body:has(#restaurant-architecture) .arch-panorama {
    gap: 10px !important;
    padding: 12px !important;
  }

  body:has(#restaurant-architecture) .arch-entry-panel,
  body:has(#restaurant-architecture) .arch-data-panel,
  body:has(#restaurant-architecture) .arch-system-panel,
  body:has(#restaurant-architecture) .arch-loop-panel,
  body:has(#restaurant-architecture) .arch-benefit-row {
    padding: 14px !important;
  }

  body:has(#restaurant-architecture) .arch-panel-title,
  body:has(#restaurant-architecture) .arch-ai-header {
    grid-template-columns: 46px minmax(0, 1fr) !important;
  }

  body:has(#restaurant-architecture) .arch-ai-header b {
    justify-self: start !important;
    grid-column: 2 !important;
  }

  body:has(#restaurant-architecture) .arch-title-icon,
  body:has(#restaurant-architecture) .arch-ai-mark {
    height: 46px !important;
    width: 46px !important;
  }

  body:has(#restaurant-architecture) .arch-title-icon img,
  body:has(#restaurant-architecture) .arch-ai-mark img {
    height: 40px !important;
    width: 40px !important;
  }

  body:has(#restaurant-architecture) .role-grid-mini,
  body:has(#restaurant-architecture) .arch-data-grid,
  body:has(#restaurant-architecture) .arch-system-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  body:has(#restaurant-architecture) .action-grid-mini,
  body:has(#restaurant-architecture) .arch-mini-icons,
  body:has(#restaurant-architecture) .arch-loop-steps {
    grid-template-columns: 1fr !important;
  }

  body:has(#restaurant-architecture) .arch-benefit-row {
    grid-template-columns: 1fr !important;
  }

  body:has(#restaurant-architecture) :is(.arch-node-grid, .arch-data-grid, .arch-system-grid) span {
    font-size: 12px !important;
    gap: 6px !important;
    min-height: 44px !important;
    padding: 6px 7px !important;
  }

  body:has(#restaurant-architecture) :is(.arch-node-grid, .arch-data-grid, .arch-system-grid) img {
    flex-basis: 30px !important;
    height: 30px !important;
    width: 30px !important;
  }

  body:has(#restaurant-agent) #restaurant-agent.agent-band {
    padding: 58px 0 !important;
  }

  body:has(#restaurant-agent) #restaurant-agent .sec-head {
    margin-bottom: 6px !important;
  }

  body:has(#restaurant-agent) #restaurant-agent .agent-titleline {
    gap: 14px !important;
    margin-bottom: 18px !important;
  }

  body:has(#restaurant-agent) #restaurant-agent .erow.agent-scene,
  body:has(#restaurant-agent) #restaurant-agent .erow.agent-scene.is-reversed {
    display: flex !important;
    flex-direction: column !important;
    gap: 24px !important;
  }

  body:has(#restaurant-agent) #restaurant-agent .agent-copy {
    justify-self: stretch !important;
    max-width: none !important;
    width: 100% !important;
  }

  body:has(#restaurant-agent) #restaurant-agent .agent-titleline h3,
  body:has(#restaurant-agent) #restaurant-agent .etext li span {
    min-width: 0 !important;
    overflow-wrap: normal !important;
    word-break: keep-all !important;
  }

  body:has(#restaurant-agent) #restaurant-agent .agent-title-icon,
  body:has(#restaurant-agent) #restaurant-agent .agent-title-icon img {
    flex-basis: 58px !important;
    height: 58px !important;
    width: 58px !important;
  }

  body:has(#restaurant-agent) #restaurant-agent .agent-titleline h3 {
    font-size: 28px !important;
  }

  body:has(#restaurant-agent) #restaurant-agent .etext .capline {
    font-size: 16px !important;
  }

  body:has(#restaurant-agent) #restaurant-agent .etext .lede {
    font-size: 14px !important;
    margin-bottom: 22px !important;
  }

  body:has(#restaurant-agent) #restaurant-agent .etext li {
    font-size: 14px !important;
  }

  body:has(#restaurant-agent) #restaurant-agent .agent-screen img {
    max-width: none !important;
    width: min(112%, 760px) !important;
  }
}

/* Homepage hero parity: keep secondary-page top copy on the same visual scale as V3 index. */
body > header + :is(.fhero, .afhero, .ehero, .rhero, .shero) {
  padding-bottom: 42px !important;
  padding-top: 128px !important;
}

body > header + :is(.fhero, .afhero, .ehero, .rhero) :is(.inner, .rhero-inner),
body > header + .shero .shero-grid > div:first-child {
  max-width: 860px !important;
}

body > header + :is(.fhero, .afhero, .ehero, .rhero) :is(.inner, .rhero-inner) {
  text-align: center !important;
}

body > header + :is(.fhero, .afhero, .ehero, .rhero, .shero)
  :is(h1.fhero-title, h1.afhero-title, h1.ehero-title, h1.rhero-title, h1.shero-title) {
  color: var(--ink) !important;
  font-size: var(--v3-hero-title-size) !important;
  font-weight: var(--v3-hero-title-weight) !important;
  letter-spacing: 0 !important;
  line-height: var(--v3-hero-title-line) !important;
  margin: 22px 0 0 !important;
  text-wrap: balance;
}

body > header + :is(.fhero, .afhero, .ehero) .inner > p,
body > header + .rhero .rhero-sub,
body > header + .shero .shero-sub {
  color: var(--ink-2) !important;
  font-size: var(--v3-hero-copy-size) !important;
  font-weight: 500 !important;
  line-height: var(--v3-hero-copy-line) !important;
  margin: var(--v3-hero-copy-gap) auto 0 !important;
  max-width: 680px !important;
}

body > header + :is(.fhero, .afhero, .ehero, .rhero, .shero) .hero-actions {
  gap: 12px !important;
  margin-top: var(--v3-hero-action-gap) !important;
}

body > header + .rhero .rhero-inner .startfrom {
  margin: 24px auto 0 !important;
}

body > header + .rhero .rhero-inner .startfrom + .hero-actions {
  margin-top: 30px !important;
}

body > header + :is(.fhero, .afhero, .ehero, .rhero, .shero) .btn-lg {
  min-height: 38px !important;
  padding: 11px 17px !important;
}

body > header + :is(.fhero, .afhero, .ehero) .pill,
body > header + .shero .crumb,
.cap-kicker,
.enterprise-kicker {
  display: none !important;
}

@media (max-width: 900px) {
  body > header + :is(.fhero, .afhero, .ehero, .rhero, .shero) {
    padding-bottom: 42px !important;
    padding-top: 112px !important;
  }
}

@media (max-width: 620px) {
  body > header + :is(.fhero, .afhero, .ehero, .rhero, .shero) {
    padding: 92px 0 34px !important;
  }

  body > header + :is(.fhero, .afhero, .ehero, .rhero, .shero)
    :is(h1.fhero-title, h1.afhero-title, h1.ehero-title, h1.rhero-title, h1.shero-title) {
    font-size: 38px !important;
  }

  body > header + :is(.fhero, .afhero, .ehero) .inner > p,
  body > header + .rhero .rhero-sub,
  body > header + .shero .shero-sub {
    font-size: 16px !important;
    line-height: 1.62 !important;
  }
}

@media (max-width: 1080px) {
  body:has(#restaurant-architecture) #restaurant-architecture {
    overflow-x: hidden !important;
  }

  body:has(#restaurant-architecture) #restaurant-architecture .wrap {
    max-width: 100% !important;
    min-width: 0 !important;
    width: min(calc(100% - 28px), 980px) !important;
  }

  body:has(#restaurant-architecture) .arch-entry-panel {
    grid-template-columns: 220px minmax(0, 1fr) !important;
  }

  body:has(#restaurant-architecture) .role-grid-mini {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }

  body:has(#restaurant-architecture) .action-grid-mini {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }

  body:has(#restaurant-architecture) .arch-ai-grid {
    grid-template-columns: 1fr !important;
  }

  body:has(#restaurant-architecture) .arch-data-panel {
    grid-template-columns: 220px minmax(0, 1fr) !important;
  }

  body:has(#restaurant-architecture) .arch-data-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 8px !important;
  }

  body:has(#restaurant-architecture) .arch-system-panel {
    grid-template-columns: 190px minmax(0, 1fr) !important;
  }

  body:has(#restaurant-architecture) .arch-system-grid {
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  }

  body:has(#restaurant-architecture) .arch-benefit-row {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 620px) {
  body:has(#restaurant-architecture) #restaurant-architecture {
    padding: 48px 0 56px !important;
  }

  body:has(#restaurant-architecture) .arch-panorama {
    gap: 8px !important;
    padding: 0 14px !important;
  }

  body:has(#restaurant-architecture) .arch-entry-panel,
  body:has(#restaurant-architecture) .arch-data-panel,
  body:has(#restaurant-architecture) .arch-system-panel,
  body:has(#restaurant-architecture) .arch-benefit-row {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }

  body:has(#restaurant-architecture) .arch-entry-panel,
  body:has(#restaurant-architecture) .arch-data-panel,
  body:has(#restaurant-architecture) .arch-system-panel {
    grid-template-columns: 1fr !important;
  }

  body:has(#restaurant-architecture) .arch-entry-panel .arch-panel-title,
  body:has(#restaurant-architecture) .arch-data-panel .arch-panel-title,
  body:has(#restaurant-architecture) .arch-system-panel .arch-panel-title {
    border-right: 0 !important;
    height: auto !important;
    padding-right: 0 !important;
  }

  body:has(#restaurant-architecture) .arch-panel-title,
  body:has(#restaurant-architecture) .arch-ai-header {
    grid-template-columns: 62px minmax(0, 1fr) !important;
  }

  body:has(#restaurant-architecture) .arch-ai-header {
    display: block !important;
  }

  body:has(#restaurant-architecture) .arch-title-icon,
  body:has(#restaurant-architecture) .arch-title-icon img {
    height: 62px !important;
    width: 62px !important;
  }

  body:has(#restaurant-architecture) .arch-mini-icons {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }

  body:has(#restaurant-architecture) .role-grid-mini,
  body:has(#restaurant-architecture) .action-grid-mini,
  body:has(#restaurant-architecture) .arch-data-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  body:has(#restaurant-architecture) .arch-system-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }

  body:has(#restaurant-architecture) .arch-benefit-row {
    grid-template-columns: 1fr !important;
    margin-top: 18px !important;
  }
}

/* Restaurant data foundation: compact product module between architecture and Agent matrix. */
body:has(#restaurant-architecture) #restaurant-data-foundation {
  background:
    radial-gradient(760px 300px at 50% 0%, rgba(42, 126, 224, 0.10), transparent 72%),
    linear-gradient(180deg, #f7fbff 0%, #eef7ff 100%) !important;
  overflow: hidden !important;
  padding: 46px 0 58px !important;
  position: relative !important;
}

body:has(#restaurant-architecture) #restaurant-data-foundation .wrap {
  max-width: var(--maxw) !important;
  position: relative !important;
  z-index: 1 !important;
}

body:has(#restaurant-architecture) .data-foundation-head {
  margin: 0 auto 24px !important;
  max-width: 840px !important;
  text-align: center !important;
}

body:has(#restaurant-architecture) .foundation-kicker {
  align-items: center !important;
  background: rgba(231, 241, 255, 0.96) !important;
  border: 1px solid rgba(42, 126, 224, 0.12) !important;
  border-radius: 999px !important;
  color: #1f6fe5 !important;
  display: inline-flex !important;
  font-size: 13px !important;
  font-weight: 760 !important;
  line-height: 1 !important;
  margin-bottom: 18px !important;
  padding: 8px 16px !important;
}

body:has(#restaurant-architecture) .data-foundation-head h2 {
  color: #111827 !important;
  font-size: clamp(30px, 2.2vw, 34px) !important;
  font-weight: 820 !important;
  letter-spacing: 0 !important;
  line-height: 1.12 !important;
  margin: 0 !important;
  text-wrap: balance !important;
}

body:has(#restaurant-architecture) .data-foundation-head p {
  color: #5d6f86 !important;
  font-size: 14px !important;
  font-weight: 560 !important;
  line-height: 1.5 !important;
  margin: 8px auto 0 !important;
  max-width: 720px !important;
}

body:has(#restaurant-architecture) .foundation-grid {
  display: grid !important;
  gap: 22px !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}

body:has(#restaurant-architecture) .foundation-card {
  background:
    radial-gradient(320px 180px at 78% 48%, rgba(42, 126, 224, 0.08), transparent 72%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.86)) !important;
  border: 1px solid rgba(42, 126, 224, 0.18) !important;
  border-radius: 18px !important;
  box-shadow: 0 18px 44px rgba(23, 71, 132, 0.08) !important;
  display: grid !important;
  gap: 18px !important;
  grid-template-columns: minmax(210px, 0.52fr) minmax(170px, 0.48fr) !important;
  min-height: 350px !important;
  overflow: hidden !important;
  padding: 26px 24px 22px !important;
  position: relative !important;
}

body:has(#restaurant-architecture) .foundation-master {
  border-color: rgba(25, 165, 100, 0.20) !important;
}

body:has(#restaurant-architecture) .foundation-link {
  border-color: rgba(95, 112, 238, 0.20) !important;
}

body:has(#restaurant-architecture) .foundation-copy {
  align-content: start !important;
  display: grid !important;
  gap: 18px !important;
  min-width: 0 !important;
  position: relative !important;
  z-index: 2 !important;
}

body:has(#restaurant-architecture) .foundation-card-head {
  align-items: center !important;
  display: grid !important;
  gap: 14px !important;
  grid-template-columns: 70px minmax(0, 1fr) !important;
}

body:has(#restaurant-architecture) .foundation-card-icon {
  align-items: center !important;
  background: linear-gradient(180deg, rgba(239, 246, 255, 0.98), rgba(225, 239, 255, 0.78)) !important;
  border: 1px solid rgba(42, 126, 224, 0.10) !important;
  border-radius: 22px !important;
  display: flex !important;
  height: 68px !important;
  justify-content: center !important;
  overflow: hidden !important;
  width: 68px !important;
}

body:has(#restaurant-architecture) .foundation-master .foundation-card-icon {
  background: linear-gradient(180deg, rgba(235, 252, 244, 0.98), rgba(220, 248, 235, 0.78)) !important;
  border-color: rgba(25, 165, 100, 0.12) !important;
}

body:has(#restaurant-architecture) .foundation-card-icon img {
  display: block !important;
  height: 64px !important;
  object-fit: contain !important;
  width: 64px !important;
}

body:has(#restaurant-architecture) .foundation-card-head h3 {
  color: #141b27 !important;
  font-size: 22px !important;
  font-weight: 820 !important;
  line-height: 1.18 !important;
  margin: 0 0 8px !important;
}

body:has(#restaurant-architecture) .foundation-master .foundation-card-head h3 {
  color: #0c714e !important;
}

body:has(#restaurant-architecture) .foundation-link .foundation-card-head h3 {
  color: #2857e6 !important;
}

body:has(#restaurant-architecture) .foundation-card-head p {
  background: #edf5ff !important;
  border: 1px solid rgba(42, 126, 224, 0.10) !important;
  border-radius: 8px !important;
  color: #2d72c8 !important;
  display: inline-flex !important;
  font-size: 12px !important;
  font-weight: 720 !important;
  line-height: 1 !important;
  margin: 0 !important;
  padding: 7px 10px !important;
}

body:has(#restaurant-architecture) .foundation-master .foundation-card-head p {
  background: #e8f8ef !important;
  border-color: rgba(25, 165, 100, 0.13) !important;
  color: #15915b !important;
}

body:has(#restaurant-architecture) .foundation-desc {
  color: #415a76 !important;
  font-size: 14px !important;
  font-weight: 560 !important;
  line-height: 1.76 !important;
  margin: 0 !important;
  max-width: 440px !important;
}

body:has(#restaurant-architecture) .foundation-feature-list {
  display: grid !important;
  gap: 10px !important;
  grid-template-columns: 1fr !important;
  max-width: 230px !important;
}

body:has(#restaurant-architecture) .foundation-feature-list span {
  align-items: center !important;
  background: rgba(255, 255, 255, 0.78) !important;
  border: 1px solid rgba(42, 126, 224, 0.14) !important;
  border-radius: 10px !important;
  color: #2d72c8 !important;
  display: flex !important;
  font-size: 12px !important;
  font-weight: 720 !important;
  gap: 9px !important;
  justify-content: flex-start !important;
  line-height: 1 !important;
  min-height: 38px !important;
  padding: 8px 12px !important;
  white-space: nowrap !important;
}

body:has(#restaurant-architecture) .foundation-feature-list img {
  display: block !important;
  flex: 0 0 22px !important;
  height: 22px !important;
  object-fit: contain !important;
  width: 22px !important;
}

body:has(#restaurant-architecture) .foundation-master .foundation-feature-list span {
  border-color: rgba(25, 165, 100, 0.14) !important;
  color: #15915b !important;
}

body:has(#restaurant-architecture) .foundation-visual {
  align-self: stretch !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  min-height: 238px !important;
  overflow: visible !important;
  position: relative !important;
}

body:has(#restaurant-architecture) .master-visual {
  background: transparent !important;
  border-color: transparent !important;
}

body:has(#restaurant-architecture) .foundation-visual::before,
body:has(#restaurant-architecture) .foundation-visual::after {
  border: 1px dashed rgba(42, 126, 224, 0.17) !important;
  border-radius: 50% !important;
  content: "" !important;
  inset: 54px 42px !important;
  position: absolute !important;
}

body:has(#restaurant-architecture) .foundation-visual::after {
  inset: 86px 76px !important;
}

body:has(#restaurant-architecture) .master-visual::before,
body:has(#restaurant-architecture) .master-visual::after {
  border-color: rgba(25, 165, 100, 0.17) !important;
}

body:has(#restaurant-architecture) .foundation-hero-icon {
  filter: drop-shadow(0 18px 24px rgba(23, 71, 132, 0.12)) !important;
  height: 164px !important;
  left: 50% !important;
  object-fit: contain !important;
  position: absolute !important;
  top: 52% !important;
  transform: translate(-50%, -50%) !important;
  width: 164px !important;
  z-index: 2 !important;
}

body:has(#restaurant-architecture) .link-visual .foundation-hero-icon {
  height: 184px !important;
  width: 184px !important;
}

body:has(#restaurant-architecture) :is(.data-node, .link-node) {
  align-items: center !important;
  background: rgba(255, 255, 255, 0.86) !important;
  border: 1px solid rgba(42, 126, 224, 0.14) !important;
  border-radius: 12px !important;
  box-shadow: 0 10px 24px rgba(23, 71, 132, 0.08) !important;
  color: #244361 !important;
  display: flex !important;
  flex-direction: column !important;
  font-size: 11px !important;
  font-weight: 760 !important;
  gap: 4px !important;
  justify-content: center !important;
  line-height: 1 !important;
  min-height: 62px !important;
  min-width: 62px !important;
  padding: 7px 8px !important;
  position: absolute !important;
  z-index: 3 !important;
}

body:has(#restaurant-architecture) :is(.data-node, .link-node) img {
  display: block !important;
  flex: 0 0 28px !important;
  height: 28px !important;
  object-fit: contain !important;
  width: 28px !important;
}

body:has(#restaurant-architecture) .data-node {
  border-color: rgba(25, 165, 100, 0.16) !important;
  color: #0f7d55 !important;
}

body:has(#restaurant-architecture) #restaurant-data-foundation .node-store {
  left: 12% !important;
  top: 16% !important;
}

body:has(#restaurant-architecture) #restaurant-data-foundation .node-member {
  right: 10% !important;
  top: 18% !important;
}

body:has(#restaurant-architecture) #restaurant-data-foundation .node-dish {
  bottom: 14% !important;
  left: 8% !important;
}

body:has(#restaurant-architecture) #restaurant-data-foundation .node-staff {
  bottom: 12% !important;
  right: 8% !important;
}

body:has(#restaurant-architecture) #restaurant-data-foundation .node-pos {
  left: 11% !important;
  top: 13% !important;
}

body:has(#restaurant-architecture) #restaurant-data-foundation .node-erp {
  right: 12% !important;
  top: 14% !important;
}

body:has(#restaurant-architecture) #restaurant-data-foundation .node-inventory {
  left: 8% !important;
  top: 48% !important;
}

body:has(#restaurant-architecture) #restaurant-data-foundation .node-crm {
  right: 7% !important;
  top: 48% !important;
}

body:has(#restaurant-architecture) #restaurant-data-foundation .node-agent {
  bottom: 12% !important;
  left: 18% !important;
}

body:has(#restaurant-architecture) #restaurant-data-foundation .node-write {
  bottom: 12% !important;
  right: 12% !important;
}

body:has(#restaurant-architecture) .foundation-outcomes {
  background: rgba(255, 255, 255, 0.92) !important;
  border: 1px solid rgba(42, 126, 224, 0.10) !important;
  border-radius: 16px !important;
  box-shadow: 0 14px 36px rgba(23, 71, 132, 0.08) !important;
  display: grid !important;
  gap: 0 !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  margin-top: 24px !important;
  overflow: visible !important;
}

body:has(#restaurant-architecture) .foundation-outcomes article {
  align-items: center !important;
  display: grid !important;
  gap: 14px !important;
  grid-template-columns: 54px minmax(0, 1fr) !important;
  min-height: 86px !important;
  padding: 16px 28px !important;
  position: relative !important;
}

body:has(#restaurant-architecture) .foundation-outcomes article + article {
  border-left: 0 !important;
}

body:has(#restaurant-architecture) .foundation-outcomes article:not(:last-child)::after {
  border-top: 2px dashed rgba(42, 126, 224, 0.24) !important;
  content: "" !important;
  position: absolute !important;
  right: -28px !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  width: 56px !important;
  z-index: 1 !important;
}

body:has(#restaurant-architecture) .foundation-outcomes article > * {
  position: relative !important;
  z-index: 2 !important;
}

body:has(#restaurant-architecture) .foundation-outcomes img {
  height: 46px !important;
  object-fit: contain !important;
  width: 46px !important;
}

body:has(#restaurant-architecture) .foundation-outcomes h4 {
  color: #244361 !important;
  font-size: 16px !important;
  font-weight: 820 !important;
  line-height: 1.1 !important;
  margin: 0 0 6px !important;
}

body:has(#restaurant-architecture) .foundation-outcomes p {
  color: #61768f !important;
  font-size: 12px !important;
  font-weight: 560 !important;
  line-height: 1.48 !important;
  margin: 0 !important;
}

@media (max-width: 1080px) {
  body:has(#restaurant-architecture) .foundation-grid {
    grid-template-columns: 1fr !important;
  }

  body:has(#restaurant-architecture) .foundation-card {
    grid-template-columns: minmax(0, 0.58fr) minmax(240px, 0.42fr) !important;
  }
}

@media (max-width: 760px) {
  body:has(#restaurant-architecture) #restaurant-data-foundation {
    padding: 52px 0 50px !important;
  }

  body:has(#restaurant-architecture) .data-foundation-head {
    margin-bottom: 24px !important;
  }

  body:has(#restaurant-architecture) .data-foundation-head h2 {
    font-size: 30px !important;
  }

  body:has(#restaurant-architecture) .foundation-card {
    grid-template-columns: 1fr !important;
    min-height: 0 !important;
    padding: 22px !important;
  }

  body:has(#restaurant-architecture) .foundation-card-head {
    grid-template-columns: 62px minmax(0, 1fr) !important;
  }

  body:has(#restaurant-architecture) .foundation-card-icon {
    border-radius: 18px !important;
    height: 60px !important;
    width: 60px !important;
  }

  body:has(#restaurant-architecture) .foundation-card-icon img {
    height: 56px !important;
    width: 56px !important;
  }

  body:has(#restaurant-architecture) .foundation-card-head h3 {
    font-size: 22px !important;
  }

  body:has(#restaurant-architecture) .foundation-feature-list {
    max-width: none !important;
  }

  body:has(#restaurant-architecture) .foundation-visual {
    min-height: 230px !important;
  }

  body:has(#restaurant-architecture) .foundation-outcomes {
    grid-template-columns: 1fr !important;
  }

  body:has(#restaurant-architecture) .foundation-outcomes article + article {
    border-left: 0 !important;
    border-top: 1px solid rgba(42, 126, 224, 0.10) !important;
  }

  body:has(#restaurant-architecture) .foundation-outcomes article:not(:last-child)::after {
    display: none !important;
  }
}

/* Restaurant workflows: matched to 05055.png reference. */
body:has(#restaurant-architecture) #restaurant-workflows {
  background:
    radial-gradient(780px 360px at 50% 0%, rgba(42, 126, 224, 0.12), transparent 70%),
    radial-gradient(520px 260px at 24% 44%, rgba(42, 126, 224, 0.08), transparent 72%),
    radial-gradient(520px 260px at 74% 54%, rgba(96, 165, 250, 0.08), transparent 72%),
    linear-gradient(180deg, #f8fbff 0%, #edf6ff 100%) !important;
  overflow: hidden !important;
  padding: 64px 0 62px !important;
  position: relative !important;
}

body:has(#restaurant-architecture) #restaurant-workflows::before,
body:has(#restaurant-architecture) #restaurant-workflows::after {
  background: #3b82f6 !important;
  border-radius: 50% !important;
  box-shadow:
    180px 128px 0 rgba(59, 130, 246, 0.68),
    768px 82px 0 rgba(59, 130, 246, 0.72),
    892px 690px 0 rgba(59, 130, 246, 0.62) !important;
  content: "" !important;
  height: 6px !important;
  left: 18% !important;
  opacity: 0.65 !important;
  position: absolute !important;
  top: 120px !important;
  width: 6px !important;
}

body:has(#restaurant-architecture) #restaurant-workflows::after {
  box-shadow:
    430px 22px 0 rgba(59, 130, 246, 0.62),
    -70px 630px 0 rgba(59, 130, 246, 0.52) !important;
  left: auto !important;
  right: 18% !important;
  top: 150px !important;
}

body:has(#restaurant-architecture) #restaurant-workflows .wrap {
  max-width: var(--maxw) !important;
  position: relative !important;
  z-index: 1 !important;
}

body:has(#restaurant-architecture) #restaurant-workflows .workflow-head {
  margin: 0 auto 34px !important;
  max-width: 780px !important;
  text-align: center !important;
}

body:has(#restaurant-architecture) #restaurant-workflows .workflow-kicker {
  align-items: center !important;
  background: rgba(231, 241, 255, 0.96) !important;
  border: 1px solid rgba(42, 126, 224, 0.12) !important;
  border-radius: 999px !important;
  color: #1f6fe5 !important;
  display: inline-flex !important;
  font-size: 13px !important;
  font-weight: 760 !important;
  gap: 7px !important;
  line-height: 1 !important;
  margin-bottom: 22px !important;
  padding: 8px 16px !important;
}

body:has(#restaurant-architecture) #restaurant-workflows .workflow-head h2 {
  color: #111827 !important;
  font-size: clamp(34px, 3.4vw, 50px) !important;
  font-weight: 820 !important;
  letter-spacing: 0 !important;
  line-height: 1.1 !important;
  margin: 0 !important;
  text-wrap: balance !important;
}

body:has(#restaurant-architecture) #restaurant-workflows .workflow-head h2 span {
  color: #1f7be8 !important;
}

body:has(#restaurant-architecture) #restaurant-workflows .workflow-head p {
  color: #5d6f86 !important;
  font-size: 15px !important;
  font-weight: 560 !important;
  line-height: 1.65 !important;
  margin: 16px auto 0 !important;
  max-width: 720px !important;
}

body:has(#restaurant-architecture) #restaurant-workflows .wf-grid {
  display: grid !important;
  gap: 18px !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}

body:has(#restaurant-architecture) #restaurant-workflows .wf {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(255, 255, 255, 0.82)) !important;
  border: 1px solid rgba(42, 126, 224, 0.18) !important;
  border-radius: 14px !important;
  box-shadow: 0 18px 44px rgba(23, 71, 132, 0.08) !important;
  display: grid !important;
  min-height: 224px !important;
  padding: 20px 20px 18px !important;
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease !important;
}

body:has(#restaurant-architecture) #restaurant-workflows .wf:hover {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0.9)) !important;
  border-color: rgba(42, 126, 224, 0.34) !important;
  box-shadow: 0 22px 54px rgba(23, 71, 132, 0.12) !important;
  transform: translateY(-2px) !important;
}

body:has(#restaurant-architecture) #restaurant-workflows .wfh {
  align-items: center !important;
  display: grid !important;
  column-gap: 16px !important;
  grid-template-columns: 62px minmax(0, 1fr) !important;
  margin: 0 0 16px !important;
}

body:has(#restaurant-architecture) #restaurant-workflows .dept-icon {
  align-items: center !important;
  background: linear-gradient(180deg, rgba(239, 246, 255, 0.98), rgba(225, 239, 255, 0.78)) !important;
  border: 1px solid rgba(42, 126, 224, 0.09) !important;
  border-radius: 22px !important;
  display: flex !important;
  height: 60px !important;
  justify-content: center !important;
  justify-self: start !important;
  overflow: hidden !important;
  width: 60px !important;
}

body:has(#restaurant-architecture) #restaurant-workflows .wf-purple .dept-icon {
  background: linear-gradient(180deg, rgba(244, 235, 255, 0.98), rgba(235, 221, 255, 0.78)) !important;
}

body:has(#restaurant-architecture) #restaurant-workflows .wf-green .dept-icon {
  background: linear-gradient(180deg, rgba(235, 252, 244, 0.98), rgba(220, 248, 235, 0.78)) !important;
}

body:has(#restaurant-architecture) #restaurant-workflows .wf-orange .dept-icon {
  background: linear-gradient(180deg, rgba(255, 246, 230, 0.98), rgba(255, 236, 205, 0.78)) !important;
}

body:has(#restaurant-architecture) #restaurant-workflows .dept-icon img {
  display: block !important;
  height: 50px !important;
  object-fit: contain !important;
  object-position: center !important;
  transform: translate(0, 0) !important;
  width: 50px !important;
}

body:has(#restaurant-architecture) #restaurant-workflows .wf-blue .dept-icon img {
  transform: translate(-5px, -5px) !important;
}

body:has(#restaurant-architecture) #restaurant-workflows .wf-green .dept-icon img {
  transform: translate(7px, -6px) !important;
}

body:has(#restaurant-architecture) #restaurant-workflows .wf-cyan .dept-icon img {
  transform: translate(-6px, 6px) !important;
}

body:has(#restaurant-architecture) #restaurant-workflows .wf-indigo .dept-icon img {
  transform: translate(6px, 7px) !important;
}

body:has(#restaurant-architecture) #restaurant-workflows .wfh > div {
  min-width: 0 !important;
}

body:has(#restaurant-architecture) #restaurant-workflows .wfh h4 {
  color: #141b27 !important;
  font-size: 20px !important;
  font-weight: 780 !important;
  letter-spacing: 0 !important;
  line-height: 1.2 !important;
  margin: 0 0 5px !important;
}

body:has(#restaurant-architecture) #restaurant-workflows .wfh p {
  color: #5c7087 !important;
  font-size: 12px !important;
  font-weight: 560 !important;
  line-height: 1.55 !important;
  margin: 0 !important;
}

body:has(#restaurant-architecture) #restaurant-workflows .wftags {
  display: flex !important;
  flex-wrap: nowrap !important;
  gap: 6px !important;
  margin: 0 0 18px !important;
  min-width: 0 !important;
}

body:has(#restaurant-architecture) #restaurant-workflows .wftags span {
  background: #f0f6ff !important;
  border: 1px solid rgba(42, 126, 224, 0.08) !important;
  border-radius: 8px !important;
  color: #2d72c8 !important;
  font-size: 10px !important;
  font-weight: 650 !important;
  line-height: 1 !important;
  min-width: 0 !important;
  padding: 6px 8px !important;
  text-align: center !important;
  white-space: nowrap !important;
}

body:has(#restaurant-architecture) #restaurant-workflows .wf-output-title {
  border-top: 1px solid rgba(42, 126, 224, 0.12) !important;
  color: #1f6fe5 !important;
  font-size: 12px !important;
  font-weight: 760 !important;
  line-height: 1 !important;
  margin-top: auto !important;
  padding-top: 14px !important;
}

body:has(#restaurant-architecture) #restaurant-workflows .wfoutputs {
  display: flex !important;
  flex-wrap: nowrap !important;
  gap: 6px !important;
  margin-top: 10px !important;
  min-width: 0 !important;
}

body:has(#restaurant-architecture) #restaurant-workflows .wfoutputs span {
  align-items: center !important;
  background: rgba(255, 255, 255, 0.76) !important;
  border: 1px solid rgba(42, 126, 224, 0.13) !important;
  border-radius: 8px !important;
  color: #48617d !important;
  display: flex !important;
  flex: 1 1 0 !important;
  font-size: 9.5px !important;
  font-weight: 620 !important;
  gap: 5px !important;
  justify-content: center !important;
  line-height: 1.2 !important;
  min-height: 26px !important;
  min-width: 0 !important;
  padding: 5px 5px !important;
  text-align: center !important;
  white-space: nowrap !important;
}

body:has(#restaurant-architecture) #restaurant-workflows .wfoutputs span::before {
  background: #2f7eea !important;
  border-radius: 4px !important;
  content: "" !important;
  flex: 0 0 8px !important;
  height: 8px !important;
  width: 8px !important;
}

body:has(#restaurant-architecture) #restaurant-workflows .wf-purple .wftags span,
body:has(#restaurant-architecture) #restaurant-workflows .wf-purple .wf-output-title {
  color: #7c3fe4 !important;
}

body:has(#restaurant-architecture) #restaurant-workflows .wf-green .wftags span,
body:has(#restaurant-architecture) #restaurant-workflows .wf-green .wf-output-title {
  color: #19a564 !important;
}

body:has(#restaurant-architecture) #restaurant-workflows .wf-orange .wftags span,
body:has(#restaurant-architecture) #restaurant-workflows .wf-orange .wf-output-title {
  color: #e97913 !important;
}

body:has(#restaurant-architecture) #restaurant-workflows .wf-purple .wfoutputs span::before {
  background: #7c3fe4 !important;
}

body:has(#restaurant-architecture) #restaurant-workflows .wf-green .wfoutputs span::before {
  background: #19a564 !important;
}

body:has(#restaurant-architecture) #restaurant-workflows .wf-orange .wfoutputs span::before {
  background: #f28a1a !important;
}

body:has(#restaurant-architecture) #restaurant-workflows .wf-footer-pill {
  align-items: center !important;
  background: rgba(255, 255, 255, 0.92) !important;
  border: 1px solid rgba(42, 126, 224, 0.1) !important;
  border-radius: 999px !important;
  box-shadow: 0 14px 36px rgba(23, 71, 132, 0.08) !important;
  color: #244361 !important;
  display: flex !important;
  font-size: 17px !important;
  font-weight: 760 !important;
  gap: 14px !important;
  justify-content: center !important;
  line-height: 1 !important;
  margin: 28px auto 0 !important;
  padding: 12px 28px !important;
  width: max-content !important;
}

body:has(#restaurant-architecture) #restaurant-workflows .wf-footer-pill img {
  height: 30px !important;
  object-fit: contain !important;
  width: 30px !important;
}

@media (max-width: 1080px) {
  body:has(#restaurant-architecture) #restaurant-workflows .wf-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 720px) {
  body:has(#restaurant-architecture) #restaurant-workflows {
    padding: 58px 0 54px !important;
  }

  body:has(#restaurant-architecture) #restaurant-workflows .workflow-head {
    margin-bottom: 28px !important;
  }

  body:has(#restaurant-architecture) #restaurant-workflows .workflow-head h2 {
    font-size: 36px !important;
  }

  body:has(#restaurant-architecture) #restaurant-workflows .workflow-head p {
    font-size: 15px !important;
  }

  body:has(#restaurant-architecture) #restaurant-workflows .wf-grid,
  body:has(#restaurant-architecture) #restaurant-workflows .wfoutputs {
    grid-template-columns: 1fr !important;
  }

  body:has(#restaurant-architecture) #restaurant-workflows .wfh {
    column-gap: 13px !important;
    grid-template-columns: 58px minmax(0, 1fr) !important;
  }

  body:has(#restaurant-architecture) #restaurant-workflows .dept-icon {
    border-radius: 20px !important;
    height: 56px !important;
    width: 56px !important;
  }

  body:has(#restaurant-architecture) #restaurant-workflows .dept-icon img {
    height: 47px !important;
    width: 47px !important;
  }

  body:has(#restaurant-architecture) #restaurant-workflows .wf-footer-pill {
    font-size: 15px !important;
    padding: 12px 18px !important;
    width: 100% !important;
  }
}

@media (min-width: 1680px) {
  :root {
    --maxw: 1680px;
    --v3-page-rail: 1680px;
    --ea-rail-pad: 120px;
    --v3-hero-title-size: clamp(54px, 3vw, 60px);
    --v3-hero-copy-size: 19px;
    --v3-hero-copy-gap: 18px;
  }

  .wrap {
    padding-left: 32px !important;
    padding-right: 32px !important;
  }

  body > header {
    max-width: 1680px !important;
    width: min(calc(100% - 120px), 1680px) !important;
  }

  body > header .nav {
    gap: 36px !important;
    padding-left: 24px !important;
    padding-right: 24px !important;
  }

  body > header .navlinks {
    font-size: 14px !important;
    gap: 34px !important;
  }

  body > header + :is(.fhero, .afhero, .ehero, .rhero, .shero) {
    padding-bottom: 54px !important;
    padding-top: 142px !important;
  }

  body > header + :is(.fhero, .afhero, .ehero, .rhero) :is(.inner, .rhero-inner),
  body > header + .shero .shero-grid > div:first-child {
    max-width: 1040px !important;
  }

  body > header + :is(.fhero, .afhero, .ehero) .inner > p,
  body > header + .rhero .rhero-sub,
  body > header + .shero .shero-sub {
    max-width: 760px !important;
  }

  section.block,
  .theme,
  .aflist,
  .enterprise-capabilities,
  .cap-page {
    padding-bottom: 92px !important;
    padding-top: 92px !important;
  }

  .sec-head {
    margin-bottom: 42px !important;
  }

  .feature-stage {
    gap: 36px !important;
    grid-template-columns: 320px minmax(0, 1fr) !important;
  }

  .feature-panel {
    grid-template-columns: minmax(360px, 0.86fr) minmax(0, 1.14fr) !important;
    min-height: 560px !important;
  }

  .feature-panel-copy {
    padding: 46px 44px !important;
  }

  .feature-panel-preview {
    padding: 40px !important;
  }

  .afgrid,
  .scenario-grid {
    gap: 24px !important;
  }

  .shero-grid,
  .rhero-grid {
    gap: 64px !important;
  }

  body:has(#planGrid) .price-grid {
    gap: 24px !important;
  }

  body:has(#planGrid) .plan {
    padding: 30px 26px 24px !important;
  }

  .enterprise-page .enterprise-hero {
    padding-bottom: 58px !important;
    padding-top: 142px !important;
  }

  .enterprise-page .enterprise-hero-copy,
  .cap-hero-inner {
    max-width: 1040px !important;
  }

  .enterprise-page .enterprise-hero h1,
  .cap-hero h1 {
    font-size: 60px !important;
  }

  .enterprise-page .enterprise-hero p,
  .cap-hero p {
    font-size: 19px !important;
    max-width: 760px !important;
  }

  .enterprise-chapter {
    gap: 76px !important;
    grid-template-columns: minmax(360px, 0.82fr) minmax(0, 1.18fr) !important;
    padding-bottom: 86px !important;
    padding-top: 86px !important;
  }

  .chapter-demo {
    min-height: 500px !important;
  }

  .cap-page .wrap {
    max-width: 1680px !important;
  }

  body.page-feature-stage .cap-stage {
    gap: 24px !important;
    grid-template-columns: minmax(420px, 0.56fr) minmax(0, 1.44fr) !important;
    padding: 26px !important;
  }

  body:has(#restaurant-architecture) > header + .rhero {
    padding-bottom: 34px !important;
    padding-top: 132px !important;
  }

  body:has(#restaurant-architecture) .rhero-inner {
    max-width: 980px !important;
  }

  body:has(#restaurant-architecture) h1.rhero-title {
    font-size: 58px !important;
  }

  body:has(#restaurant-architecture) .rhero-sub {
    max-width: 820px !important;
  }

  body:has(#restaurant-architecture) #restaurant-architecture {
    padding: 78px 0 86px !important;
  }

  body:has(#restaurant-architecture) #restaurant-architecture .wrap {
    max-width: 2080px !important;
    width: min(calc(100% - 96px), 2080px) !important;
  }

  body:has(#restaurant-architecture) .arch-panorama {
    gap: 8px !important;
    padding: 0 !important;
    zoom: 1.06;
  }

  body:has(#restaurant-architecture) .arch-map-title {
    margin-bottom: 14px !important;
  }

  body:has(#restaurant-architecture) .arch-map-title h2 {
    font-size: 34px !important;
  }

  body:has(#restaurant-architecture) .arch-map-title p {
    font-size: 13.4px !important;
  }

  body:has(#restaurant-architecture) .arch-entry-panel,
  body:has(#restaurant-architecture) .arch-data-panel,
  body:has(#restaurant-architecture) .arch-system-panel,
  body:has(#restaurant-architecture) .arch-benefit-row {
    padding-left: 28px !important;
    padding-right: 28px !important;
  }

  body:has(#restaurant-architecture) .arch-entry-panel {
    column-gap: 28px !important;
    grid-template-columns: 232px minmax(0, 1fr) !important;
    min-height: 120px !important;
  }

  body:has(#restaurant-architecture) .arch-panel-title h3 {
    font-size: 20px !important;
  }

  body:has(#restaurant-architecture) .arch-panel-title p {
    color: #415a76 !important;
    font-size: 13.5px !important;
    font-weight: 540 !important;
    line-height: 1.5 !important;
  }

  body:has(#restaurant-architecture) :is(.role-grid-mini, .action-grid-mini) span {
    color: #1c3858 !important;
    font-size: 14.8px !important;
    font-weight: 720 !important;
    min-height: 38px !important;
  }

  body:has(#restaurant-architecture) .arch-flow-line {
    color: #173758 !important;
    font-size: 13.8px !important;
    font-weight: 760 !important;
    min-height: 24px !important;
  }

  body:has(#restaurant-architecture) .arch-ai-panel {
    min-height: 276px !important;
    padding: 19px 26px 18px !important;
  }

  body:has(#restaurant-architecture) .arch-ai-header h3 {
    font-size: 30px !important;
  }

  body:has(#restaurant-architecture) .arch-ai-header p {
    font-size: 14px !important;
    font-weight: 560 !important;
  }

  body:has(#restaurant-architecture) .arch-cap-card {
    grid-template-rows: auto minmax(88px, 1fr) auto !important;
    min-height: 178px !important;
    padding: 13px 17px 12px !important;
  }

  body:has(#restaurant-architecture) .arch-cap-head h4 {
    font-size: 16px !important;
    font-weight: 800 !important;
  }

  body:has(#restaurant-architecture) .arch-mini-icons {
    gap: 7px !important;
    grid-template-columns: repeat(auto-fit, minmax(68px, 1fr)) !important;
  }

  body:has(#restaurant-architecture) .arch-mini-icons span {
    color: #153657 !important;
    font-size: 13.2px !important;
    font-weight: 720 !important;
    gap: 6px !important;
    line-height: 1.25 !important;
  }

  body:has(#restaurant-architecture) .arch-mini-icons img {
    height: 38px !important;
    width: 38px !important;
  }

  body:has(#restaurant-architecture) .arch-cap-card p {
    color: #4d6178 !important;
    font-size: 13px !important;
    font-weight: 540 !important;
    line-height: 1.42 !important;
  }

  body:has(#restaurant-architecture) .arch-data-panel {
    column-gap: 30px !important;
    grid-template-columns: 232px minmax(0, 1fr) !important;
    min-height: 134px !important;
  }

  body:has(#restaurant-architecture) .arch-data-grid span {
    grid-template-columns: 23px minmax(0, 1fr) !important;
    min-height: 78px !important;
    padding: 2px 9px !important;
  }

  body:has(#restaurant-architecture) .arch-data-grid b {
    color: #0f3649 !important;
    font-size: 13.2px !important;
    font-weight: 800 !important;
    line-height: 1.28 !important;
  }

  body:has(#restaurant-architecture) .arch-data-grid small {
    color: #496173 !important;
    font-size: 12.2px !important;
    font-weight: 540 !important;
    line-height: 1.46 !important;
  }

  body:has(#restaurant-architecture) .arch-system-panel {
    column-gap: 28px !important;
    grid-template-columns: 240px minmax(0, 1fr) !important;
    min-height: 112px !important;
  }

  body:has(#restaurant-architecture) .arch-system-panel .arch-panel-title h3 {
    font-size: 19px !important;
    white-space: nowrap !important;
  }

  body:has(#restaurant-architecture) .arch-system-panel .arch-panel-title p {
    font-size: 12.6px !important;
  }

  body:has(#restaurant-architecture) .arch-system-grid {
    gap: 5px !important;
  }

  body:has(#restaurant-architecture) .arch-system-grid span {
    color: #1c3858 !important;
    font-size: 12.2px !important;
    font-weight: 720 !important;
    min-height: 70px !important;
  }

  body:has(#restaurant-architecture) .arch-system-grid img {
    height: 35px !important;
    width: 35px !important;
  }

  body:has(#restaurant-architecture) .arch-benefit-row {
    min-height: 76px !important;
    padding-bottom: 12px !important;
    padding-top: 12px !important;
  }

  body:has(#restaurant-architecture) .arch-benefit-row h4 {
    font-size: 15px !important;
    font-weight: 800 !important;
  }

  body:has(#restaurant-architecture) .arch-benefit-row p {
    color: #445d76 !important;
    font-size: 13px !important;
    font-weight: 540 !important;
    line-height: 1.42 !important;
  }

  body:has(#restaurant-architecture) #restaurant-data-foundation {
    padding-bottom: 66px !important;
    padding-top: 48px !important;
  }

  body:has(#restaurant-architecture) .data-foundation-head {
    margin-bottom: 28px !important;
  }

  body:has(#restaurant-architecture) .foundation-grid {
    gap: 28px !important;
  }

  body:has(#restaurant-architecture) .foundation-card {
    grid-template-columns: minmax(360px, 0.52fr) minmax(320px, 0.48fr) !important;
    min-height: 430px !important;
    padding: 34px 36px 30px !important;
  }

  body:has(#restaurant-architecture) .foundation-card-head {
    grid-template-columns: 88px minmax(0, 1fr) !important;
  }

  body:has(#restaurant-architecture) .foundation-card-icon {
    height: 84px !important;
    width: 84px !important;
  }

  body:has(#restaurant-architecture) .foundation-card-icon img {
    height: 78px !important;
    width: 78px !important;
  }

  body:has(#restaurant-architecture) .foundation-card-head h3 {
    font-size: 30px !important;
  }

  body:has(#restaurant-architecture) .foundation-card-head p {
    font-size: 14px !important;
  }

  body:has(#restaurant-architecture) .foundation-desc {
    font-size: 16px !important;
    max-width: 500px !important;
  }

  body:has(#restaurant-architecture) .foundation-feature-list {
    max-width: 260px !important;
  }

  body:has(#restaurant-architecture) .foundation-feature-list span {
    font-size: 14px !important;
    min-height: 44px !important;
    padding: 9px 14px !important;
  }

  body:has(#restaurant-architecture) .foundation-feature-list img {
    flex-basis: 24px !important;
    height: 24px !important;
    width: 24px !important;
  }

  body:has(#restaurant-architecture) .foundation-visual {
    min-height: 310px !important;
  }

  body:has(#restaurant-architecture) .foundation-hero-icon {
    height: 220px !important;
    width: 220px !important;
  }

  body:has(#restaurant-architecture) .link-visual .foundation-hero-icon {
    height: 248px !important;
    width: 248px !important;
  }

  body:has(#restaurant-architecture) :is(.data-node, .link-node) {
    font-size: 13px !important;
    min-height: 76px !important;
    min-width: 76px !important;
    padding: 9px 10px !important;
  }

  body:has(#restaurant-architecture) :is(.data-node, .link-node) img {
    flex-basis: 34px !important;
    height: 34px !important;
    width: 34px !important;
  }

  body:has(#restaurant-architecture) .foundation-outcomes article {
    min-height: 100px !important;
  }

  body:has(#restaurant-architecture) #restaurant-workflows .wrap {
    max-width: 1680px !important;
  }
}

/* Mobile finish pass: keep secondary pages readable and actionable on phones. */
.enterprise-chapter {
  scroll-margin-top: 92px !important;
}

@media (max-width: 900px) {
  body > header .nav {
    align-items: center !important;
  }

  body > header .mobile-toggle {
    display: inline-flex !important;
    margin-left: auto !important;
  }
}

@media (max-width: 620px) {
  body > header + :is(.fhero, .afhero, .ehero, .rhero, .shero) {
    text-align: center !important;
  }

  body > header + :is(.fhero, .afhero, .ehero, .rhero) :is(.inner, .rhero-inner),
  body > header + .shero .shero-grid > div:first-child {
    margin-left: auto !important;
    margin-right: auto !important;
    max-width: none !important;
    text-align: center !important;
  }

  body > header + :is(.fhero, .afhero, .ehero, .rhero, .shero)
    :is(h1.fhero-title, h1.afhero-title, h1.ehero-title, h1.rhero-title, h1.shero-title) {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  body > header + :is(.fhero, .afhero, .ehero) .inner > p,
  body > header + .rhero .rhero-sub,
  body > header + .shero .shero-sub {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  body > header + :is(.fhero, .afhero, .ehero, .rhero, .shero) .hero-actions,
  body > header + .rhero .rhero-inner .startfrom {
    justify-content: center !important;
  }

  body:has(#planGrid) .cmp {
    margin-left: -4px !important;
    margin-right: -4px !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    -webkit-overflow-scrolling: touch;
  }

  body:has(#planGrid) .cmp-table {
    border-collapse: collapse !important;
    display: table !important;
    min-width: 760px !important;
    table-layout: fixed !important;
    width: 760px !important;
  }

  body:has(#planGrid) .cmp-table th,
  body:has(#planGrid) .cmp-table td {
    display: table-cell !important;
    font-size: 12.5px !important;
    line-height: 1.35 !important;
    padding: 11px 10px !important;
    white-space: normal !important;
  }

  body:has(#planGrid) .cmp-table th:first-child,
  body:has(#planGrid) .cmp-table td:first-child {
    min-width: 140px !important;
    width: 140px !important;
  }

  body:has(#planGrid) .cmp-table tbody tr:not(.grp) td:first-child {
    color: var(--ink) !important;
    font-weight: 650 !important;
  }

  body:has(#planGrid) .cmp-table .grp td {
    min-width: 0 !important;
    width: auto !important;
  }

  body:has(#planGrid) .cmp-table .tier-name {
    font-size: 13px !important;
  }

  body:has(#planGrid) .cmp-table .tier-who {
    font-size: 10.5px !important;
    line-height: 1.25 !important;
  }
}
