/* Shared styles for doclane module subpages (claims / orders / products / customers) */
:root {
  --paper: #FBFAF7;
  --canvas: #F4F2EC;
  --card: #FFFFFF;
  --ink: #15140F;
  --ink-2: #44413B;
  --muted: #807C73;
  --line: #EAE7E0;
  --line-soft: #F0EDE6;
  --accent: #5C6F8A;
  --accent-wash: rgba(92,111,138,0.10);
  --accent-deep: #3D5878;
  --ok: #3F5F44;
  --warn: #7A5524;
  --danger: #7A4040;
  --shadow-card: 0 1px 0 rgba(21,20,15,0.02), 0 4px 14px rgba(21,20,15,0.04);
  --shadow-screen: 0 30px 60px -20px rgba(21,20,15,0.18), 0 12px 24px -12px rgba(21,20,15,0.10);
  --radius: 14px;
  --radius-pill: 999px;
  --font-sans: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  --font-serif: 'Instrument Serif', 'Times New Roman', serif;
  --font-mono: 'JetBrains Mono', ui-monospace, 'SF Mono', Menlo, monospace;
}
* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
body {
  font-family: var(--font-sans); font-size: 15px; line-height: 1.55;
  color: var(--ink); background: var(--canvas); -webkit-font-smoothing: antialiased;
}
button { font-family: inherit; cursor: pointer; border: 0; background: none; color: inherit; }
a { color: inherit; text-decoration: none; }
ul, ol { list-style: none; padding: 0; margin: 0; }

/* top nav */
.topnav { position: sticky; top: 0; z-index: 30; background: rgba(251,250,247,0.92); backdrop-filter: blur(8px); border-bottom: 1px solid var(--line); }
.topnav__inner { display: flex; align-items: center; justify-content: space-between; padding: 14px 36px; gap: 24px; }
.brand { display: flex; align-items: center; gap: 10px; cursor: pointer; }
.brand__word { font-weight: 300; font-size: 18px; letter-spacing: -0.01em; }
.brand__word strong { font-weight: 700; }
.topnav__items { display: flex; gap: 4px; }
.topnav__item { font-size: 13.5px; color: var(--muted); padding: 8px 14px; border-radius: var(--radius-pill); transition: all 0.15s; }
.topnav__item:hover { color: var(--ink); background: var(--line-soft); }
.topnav__item--active { color: var(--ink); background: var(--line-soft); font-weight: 500; }
.topnav__right { display: flex; align-items: center; gap: 8px; }

/* language switcher */
.langsw { position: relative; }
.langsw__btn { display: inline-flex; align-items: center; gap: 6px; font-size: 13px; font-weight: 500; color: var(--ink-2); background: var(--card); border: 1px solid var(--line); border-radius: var(--radius-pill); padding: 8px 12px; cursor: pointer; font-family: inherit; transition: all 0.15s; }
.langsw__btn:hover { background: var(--line-soft); color: var(--ink); }
.langsw__btn svg { flex-shrink: 0; }
.langsw__menu { position: absolute; top: calc(100% + 8px); right: 0; min-width: 176px; background: var(--card); border: 1px solid var(--line); border-radius: 12px; box-shadow: 0 16px 40px -12px rgba(21,20,15,0.18), 0 4px 12px -6px rgba(21,20,15,0.10); padding: 6px; opacity: 0; visibility: hidden; transform: translateY(-6px); transition: all 0.16s ease; z-index: 40; }
.langsw:hover .langsw__menu, .langsw:focus-within .langsw__menu { opacity: 1; visibility: visible; transform: translateY(0); }
.langsw__item { display: flex; align-items: center; justify-content: space-between; gap: 10px; padding: 9px 12px; border-radius: 8px; font-size: 13.5px; color: var(--ink-2); }
.langsw__item:hover { background: var(--line-soft); color: var(--ink); }
.langsw__item--active { color: var(--ink); font-weight: 600; background: var(--paper); }
.langsw__code { font-size: 11px; font-weight: 600; letter-spacing: 0.08em; color: var(--muted); text-transform: uppercase; }
.langsw__item--active .langsw__code { color: var(--accent); }

/* language suggestion bar (navigator.language only, never a redirect) */
.langhint { display: none; background: var(--ink); color: var(--paper); font-size: 13.5px; }
.langhint--show { display: block; }
.langhint__inner { max-width: 1180px; margin: 0 auto; padding: 11px 36px; display: flex; align-items: center; gap: 14px; flex-wrap: wrap; }
.langhint__txt { display: inline-flex; align-items: center; gap: 9px; }
.langhint__txt svg { flex-shrink: 0; opacity: 0.7; }
.langhint__link { color: var(--paper); font-weight: 600; text-decoration: underline; text-underline-offset: 3px; white-space: nowrap; }
.langhint__link:hover { color: #fff; }
.langhint__x { margin-left: auto; background: none; border: 0; color: rgba(251,250,247,0.6); font-size: 18px; line-height: 1; cursor: pointer; padding: 4px 6px; font-family: inherit; }
.langhint__x:hover { color: var(--paper); }
@media (max-width: 560px) { .langhint__inner { padding: 11px 20px; } .langhint__x { margin-left: 0; } }

/* platform dropdown */
.navdrop { position: relative; }
.navdrop__trigger { display: inline-flex; align-items: center; gap: 5px; cursor: pointer; }
.navdrop__chev { transition: transform 0.18s; }
.navdrop:hover .navdrop__chev, .navdrop:focus-within .navdrop__chev { transform: rotate(180deg); }
.navdrop__menu {
  position: absolute; top: calc(100% + 10px); left: 50%; width: 326px;
  background: var(--card); border: 1px solid var(--line); border-radius: 16px;
  box-shadow: 0 20px 48px -18px rgba(21,20,15,0.30); padding: 8px;
  opacity: 0; visibility: hidden; transform: translateX(-50%) translateY(6px);
  transition: opacity 0.16s, transform 0.16s, visibility 0.16s; z-index: 40;
}
.navdrop:hover .navdrop__menu, .navdrop:focus-within .navdrop__menu { opacity: 1; visibility: visible; transform: translateX(-50%) translateY(0); }
.navitem { display: flex; align-items: center; gap: 12px; padding: 10px 12px; border-radius: 11px; transition: background 0.15s; }
.navitem:hover { background: var(--line-soft); }
.navitem--active { background: var(--accent-wash); }
.navitem__icon { width: 34px; height: 34px; border-radius: 9px; flex-shrink: 0; background: var(--accent-wash); color: var(--accent); display: inline-flex; align-items: center; justify-content: center; }
.navitem__text { display: flex; flex-direction: column; }
.navitem__title { font-size: 13.5px; font-weight: 600; color: var(--ink); }
.navitem__sub { font-size: 11.5px; color: var(--muted); margin-top: 1px; }

/* buttons */
.btn { display: inline-flex; align-items: center; gap: 6px; padding: 10px 18px; border-radius: var(--radius-pill); font-size: 14px; font-weight: 500; transition: all 0.15s; border: 1px solid transparent; white-space: nowrap; }
.btn--primary { background: var(--ink); color: var(--paper); }
.btn--primary:hover { background: #2a2822; transform: translateY(-1px); }
.btn--ghost { background: var(--card); border-color: var(--line); color: var(--ink); }
.btn--ghost:hover { background: var(--line-soft); }
.btn--lg { padding: 14px 26px; font-size: 15px; }

/* layout primitives */
.wrap { max-width: 1100px; margin: 0 auto; padding: 0 36px; }
.eyebrow { display: inline-flex; align-items: center; gap: 6px; font-size: 11.5px; text-transform: uppercase; letter-spacing: 0.14em; color: var(--muted); font-weight: 500; padding: 6px 14px; background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius-pill); white-space: nowrap; }
.eyebrow__dot { width: 6px; height: 6px; border-radius: 50%; background: var(--accent); }
.display { font-family: var(--font-sans); font-size: clamp(34px, 5vw, 52px); font-weight: 600; letter-spacing: -0.025em; line-height: 1.05; margin: 0; text-wrap: balance; }
.display em { font-family: var(--font-serif); font-style: italic; font-weight: 400; color: var(--accent); }
.h2 { font-size: clamp(26px, 4vw, 36px); font-weight: 600; letter-spacing: -0.02em; line-height: 1.1; margin: 0; text-wrap: balance; }
.h3 { font-size: 18px; font-weight: 600; letter-spacing: -0.01em; margin: 0; }
.sub { font-size: 17px; color: var(--ink-2); line-height: 1.55; margin: 0; text-wrap: pretty; }

/* module hero */
.mhero { padding: 72px 0 56px; text-align: center; position: relative; overflow: hidden; }
.mhero::before { content: ''; position: absolute; inset: 0; pointer-events: none; }
.mhero__inner { position: relative; display: flex; flex-direction: column; align-items: center; gap: 20px; max-width: 760px; margin: 0 auto; }
.mhero .sub { font-size: 18px; max-width: 620px; }
.mhero__cta { display: flex; gap: 10px; margin-top: 6px; flex-wrap: wrap; justify-content: center; }
.mhero__badge { display: inline-flex; align-items: center; gap: 7px; font-size: 12px; font-weight: 600; color: var(--ok); background: rgba(63,95,68,0.12); padding: 5px 12px; border-radius: var(--radius-pill); }
.mhero__badge::before { content: ''; width: 6px; height: 6px; border-radius: 50%; background: var(--ok); }

/* sections */
.msec { padding: 56px 0; }
.msec--alt { background: var(--paper); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.msec__head { max-width: 680px; margin: 0 0 36px; display: flex; flex-direction: column; gap: 14px; }
.msec__head > .eyebrow { align-self: flex-start; }
.msec__head--center { margin: 0 auto 40px; text-align: center; align-items: center; }
.msec__head--center > .eyebrow { align-self: center; }

/* type chips */
.typechips { display: flex; flex-wrap: wrap; gap: 10px; }
.typechip { display: inline-flex; align-items: center; gap: 9px; padding: 11px 18px; border: 1px solid var(--line); border-radius: var(--radius-pill); background: var(--card); font-size: 14.5px; font-weight: 500; }
.typechip__dot { width: 8px; height: 8px; border-radius: 50%; background: var(--accent); }

/* steps */
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.step { background: var(--card); border: 1px solid var(--line); border-radius: var(--radius); padding: 24px; display: flex; flex-direction: column; gap: 10px; position: relative; box-shadow: var(--shadow-card); }
.step__num { font-family: var(--font-serif); font-size: 15px; width: 30px; height: 30px; border-radius: 50%; border: 1px solid var(--line); background: var(--paper); color: var(--accent); display: inline-flex; align-items: center; justify-content: center; }
.step__title { font-size: 16px; font-weight: 600; letter-spacing: -0.005em; }
.step__sub { font-size: 13.5px; color: var(--muted); line-height: 1.5; }

/* creates / outcome */
.creates { display: grid; grid-template-columns: 1.1fr 1fr; gap: 36px; align-items: center; }
.creates__list { display: flex; flex-direction: column; gap: 14px; }
.creates__list li { display: flex; gap: 12px; align-items: flex-start; font-size: 15px; color: var(--ink-2); }
.creates__list li::before { content: ''; flex-shrink: 0; width: 20px; height: 20px; border-radius: 50%; margin-top: 1px; background: var(--accent-wash); background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'><path fill='none' stroke='%235C6F8A' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' d='M4 8.5L7 11.5L12 5.5'/></svg>"); background-size: 14px; background-position: center; background-repeat: no-repeat; }
.bccard { background: var(--card); border: 1px solid var(--line); border-radius: var(--radius); padding: 26px; box-shadow: var(--shadow-screen); }
.bccard__row { display: flex; align-items: center; gap: 14px; }
.bclogo { width: 46px; height: 46px; border-radius: 11px; background: var(--accent-wash); color: var(--accent); display: inline-flex; align-items: center; justify-content: center; font-size: 14px; font-weight: 700; flex-shrink: 0; }
.bccard__name { font-size: 15px; font-weight: 600; }
.bccard__sub { font-size: 12.5px; color: var(--muted); margin-top: 2px; }
.bccard__target { margin-top: 18px; padding-top: 16px; border-top: 1px solid var(--line-soft); }
.bccard__target span { font-size: 11px; text-transform: uppercase; letter-spacing: 0.1em; color: var(--muted); font-weight: 500; }
.bccard__target strong { display: block; font-size: 20px; font-weight: 600; letter-spacing: -0.01em; margin-top: 4px; }

/* other modules */
.othermods { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.othermod { background: var(--card); border: 1px solid var(--line); border-radius: var(--radius); padding: 22px; display: flex; flex-direction: column; gap: 8px; transition: border-color 0.15s, transform 0.15s; }
.othermod:hover { border-color: var(--ink-2); transform: translateY(-2px); }
.othermod__icon { width: 36px; height: 36px; border-radius: 10px; background: var(--line-soft); color: var(--ink-2); display: inline-flex; align-items: center; justify-content: center; margin-bottom: 4px; }
.othermod__title { font-size: 16px; font-weight: 600; }
.othermod__sub { font-size: 13px; color: var(--muted); }
.othermod__link { font-size: 13px; color: var(--accent); font-weight: 500; margin-top: 4px; }

/* demo */
.demo-section { padding: 80px 0 96px; }
.demo-card { border: 1px solid var(--line); border-radius: 24px; padding: 72px 56px; text-align: center; background: var(--ink); color: var(--paper); position: relative; overflow: hidden; }
.demo-card::before { content: ''; position: absolute; inset: 0; background: radial-gradient(circle at 30% 20%, rgba(92,111,138,0.25), transparent 50%), radial-gradient(circle at 80% 80%, rgba(212,165,116,0.15), transparent 50%); pointer-events: none; }
.demo-card > * { position: relative; }
.demo-card .h2 { color: var(--paper); }
.demo-card .sub { color: rgba(251,250,247,0.78); max-width: 520px; margin: 16px auto 28px; }
.demo-card .btn--demo { background: var(--paper); color: var(--ink); padding: 14px 28px; }
.demo-card .btn--demo:hover { background: #fff; transform: translateY(-1px); }

/* footer */
footer { padding: 44px 0 40px; border-top: 1px solid var(--line); background: var(--paper); }
.foot { display: flex; justify-content: space-between; align-items: center; gap: 24px; flex-wrap: wrap; color: var(--muted); font-size: 13px; }
.foot__brand { display: flex; flex-direction: column; gap: 4px; }
.foot__tag { font-size: 12.5px; color: var(--muted); max-width: 340px; }
.foot__partner { color: var(--accent); font-weight: 500; }
.foot__partner:hover { color: var(--accent-deep); }
.foot__links { display: flex; gap: 22px; flex-wrap: wrap; }
.foot__links a:hover { color: var(--ink); }

.price-model { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; max-width: 880px; }
/* switch bar (language + currency) */
.switchbar { display: flex; gap: 26px; flex-wrap: wrap; justify-content: center; margin-top: 8px; }
.switch { display: flex; align-items: center; gap: 10px; }
.switch__lab { font-size: 11px; text-transform: uppercase; letter-spacing: 0.12em; font-weight: 600; color: var(--muted); }
.seg { display: inline-flex; background: var(--card); border: 1px solid var(--line); border-radius: 999px; padding: 3px; gap: 2px; }
.seg button { font-size: 13px; font-weight: 500; color: var(--muted); padding: 6px 15px; border-radius: 999px; transition: all 0.14s; }
.seg button:hover { color: var(--ink); }
.seg button.is-on { background: var(--ink); color: var(--paper); }
.seg--sm button { padding: 5px 11px; font-size: 12px; }
.fee-single { display: flex; justify-content: center; }
.feecard--solo { min-width: 320px; text-align: center; }
.feecard--solo .feecard__price { font-size: 50px; }

/* compact single pricing card */
.wrap--narrow { max-width: 720px; }
.pricecard { display: grid; grid-template-columns: 1fr 1fr; background: var(--card); border: 1px solid var(--line); border-radius: 18px; overflow: hidden; box-shadow: var(--shadow-card); }
.pricecard__fee { padding: 36px 34px; display: flex; flex-direction: column; justify-content: center; }
.pricecard__docs { padding: 30px 34px; border-left: 1px solid var(--line); }
.pricecard__label { font-size: 11px; text-transform: uppercase; letter-spacing: 0.12em; font-weight: 600; color: var(--muted); margin-bottom: 12px; }
.pricecard__price { font-family: var(--font-serif); font-size: 48px; line-height: 0.95; letter-spacing: -0.01em; }
.pricecard__per { display: block; font-family: var(--font-sans); font-size: 13px; color: var(--muted); margin-top: 10px; }
.rates { display: flex; flex-direction: column; }
.rates li { display: flex; justify-content: space-between; align-items: baseline; gap: 14px; padding: 11px 0; border-top: 1px solid var(--line-soft); font-size: 14.5px; }
.rates li:first-child { border-top: 0; }
.rates li > span { white-space: nowrap; }
.rates__v { font-family: var(--font-mono); font-size: 13.5px; color: var(--ink-2); }
.pricefoot { text-align: center; color: var(--muted); font-size: 13px; margin-top: 18px; }

/* ---- package pricing ---- */
.switchbar { display: flex; gap: 22px; flex-wrap: wrap; justify-content: center; }
.pkgs { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; align-items: stretch; }
.pkg { display: flex; flex-direction: column; background: var(--card); border: 1px solid var(--line); border-radius: 18px; padding: 26px 24px; box-shadow: var(--shadow-card); position: relative; }
.pkg--featured { border-color: var(--accent); box-shadow: 0 0 0 1px var(--accent), 0 18px 40px -22px rgba(92,111,138,0.5); }
.pkg__badge { position: absolute; top: -11px; left: 50%; transform: translateX(-50%); background: var(--accent); color: #fff; font-size: 11px; font-weight: 600; letter-spacing: 0.04em; padding: 4px 13px; border-radius: 999px; white-space: nowrap; }
.pkg__name { font-size: 18px; font-weight: 600; letter-spacing: -0.01em; }
.pkg__docs { font-size: 13px; color: var(--muted); margin-top: 4px; }
.pkg__price { font-family: var(--font-serif); font-size: 40px; line-height: 1; letter-spacing: -0.01em; margin-top: 18px; }
.pkg__per { display: block; font-family: var(--font-sans); font-size: 13px; color: var(--muted); margin-top: 8px; }
.pkg__billed { font-size: 12px; color: var(--accent); font-weight: 500; margin-top: 6px; min-height: 16px; }
.pkg__feats { list-style: none; margin: 20px 0 0; padding: 20px 0 0; border-top: 1px solid var(--line-soft); display: flex; flex-direction: column; gap: 11px; flex: 1; }
.pkg__feats li { display: flex; gap: 10px; align-items: flex-start; font-size: 13.5px; color: var(--ink-2); line-height: 1.4; }
.pkg__feats svg { flex-shrink: 0; margin-top: 2px; color: var(--accent); }
.pkg__cta { margin-top: 22px; width: 100%; justify-content: center; }
.enterprise { margin-top: 16px; display: flex; align-items: center; justify-content: space-between; gap: 20px; background: var(--ink); color: var(--paper); border-radius: 16px; padding: 22px 28px; flex-wrap: wrap; }
.enterprise__t { font-size: 16px; font-weight: 600; }
.enterprise__d { font-size: 13px; color: rgba(251,250,247,0.72); margin-top: 3px; max-width: 460px; }
.enterprise .btn { background: var(--paper); color: var(--ink); flex-shrink: 0; }
.enterprise .btn:hover { background: #fff; }
@media (max-width: 880px) { .pkgs { grid-template-columns: 1fr; max-width: 440px; margin: 0 auto; } .pkg--featured { order: -1; } }

/* ---- partner signup / contact form ---- */
.formwrap { max-width: 600px; margin: 0 auto; }

/* ---- partner recruitment page ---- */
.pgrid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.pvcard { background: var(--card); border: 1px solid var(--line); border-radius: 14px; padding: 26px 24px; box-shadow: var(--shadow-card); display: flex; flex-direction: column; gap: 10px; }
.pvcard__ico { width: 42px; height: 42px; border-radius: 11px; background: var(--accent-wash); color: var(--accent); display: inline-flex; align-items: center; justify-content: center; margin-bottom: 4px; }
.pvcard__t { font-size: 17px; font-weight: 600; letter-spacing: -0.01em; }
.pvcard__d { font-size: 14px; color: var(--ink-2); line-height: 1.6; }
.ktable { width: 100%; border-collapse: collapse; background: var(--card); border: 1px solid var(--line); border-radius: 14px; overflow: hidden; box-shadow: var(--shadow-card); }
.ktable th { text-align: left; font-size: 11px; text-transform: uppercase; letter-spacing: 0.08em; font-weight: 600; color: var(--muted); padding: 14px 18px; border-bottom: 1px solid var(--line); }
.ktable td { padding: 14px 18px; border-bottom: 1px solid var(--line-soft); font-size: 14px; }
.ktable tr:last-child td { border-bottom: 0; }
.ktable td.r, .ktable th.r { text-align: right; font-variant-numeric: tabular-nums; }
.kpct { font-family: var(--font-serif); font-size: 20px; color: var(--accent); }
.ktier { display: inline-flex; align-items: center; gap: 8px; font-weight: 600; }
.kdot { width: 9px; height: 9px; border-radius: 50%; background: var(--accent); }
.kdot--b { background: #B08D46; } .kdot--s { background: #8A94A6; } .kdot--g { background: #C79A3C; } .kdot--p { background: #6E7B90; }
.pcalc { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-top: 8px; }
.pcalc__card { background: var(--card); border: 1px solid var(--line); border-radius: 14px; padding: 24px 26px; box-shadow: var(--shadow-card); }
.pcalc__head { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 14px; }
.pcalc__name { font-size: 16px; font-weight: 600; }
.pcalc__badge { font-size: 12px; font-weight: 600; color: var(--accent-deep); background: var(--accent-wash); padding: 5px 11px; border-radius: 999px; }
.pcalc__row { display: flex; justify-content: space-between; font-size: 13.5px; color: var(--ink-2); padding: 9px 0; border-bottom: 1px solid var(--line-soft); }
.pcalc__band { margin-top: 14px; padding: 16px; background: var(--accent-wash); border-radius: 11px; text-align: center; }
.pcalc__band b { display: block; font-family: var(--font-serif); font-size: 30px; color: var(--ink); line-height: 1; }
.pcalc__band small { display: block; font-size: 12px; color: var(--muted); margin-top: 6px; }

/* ---- legal / prose pages ---- */
.legal { max-width: 760px; margin: 0 auto; }
.legal__updated { font-size: 13px; color: var(--muted); margin: 0 0 32px; }
.legal__notice { display: flex; gap: 11px; align-items: flex-start; padding: 14px 16px; margin: -18px 0 30px; background: var(--accent-wash); border: 1px solid rgba(92,111,138,0.24); border-radius: 11px; font-size: 13.5px; line-height: 1.55; color: var(--accent-deep); }
.legal__notice svg { flex-shrink: 0; margin-top: 2px; }
.legal__notice a { color: var(--accent-deep); text-decoration: underline; }
.legal__notice a:hover { color: var(--ink); }
.legal h2 { font-size: 20px; font-weight: 600; letter-spacing: -0.01em; margin: 34px 0 12px; }
.legal h3 { font-size: 16px; font-weight: 600; margin: 22px 0 8px; }
.legal p { font-size: 14.5px; color: var(--ink-2); line-height: 1.7; margin: 0 0 14px; }
.legal ul { margin: 0 0 14px; padding-left: 4px; display: flex; flex-direction: column; gap: 8px; }
.legal li { font-size: 14.5px; color: var(--ink-2); line-height: 1.6; display: flex; gap: 10px; }
.legal li::before { content: ''; flex-shrink: 0; width: 6px; height: 6px; border-radius: 50%; background: var(--accent); margin-top: 8px; }
.legal a { color: var(--accent); font-weight: 500; }
.legal a:hover { color: var(--accent-deep); }
.legal__note { background: var(--paper); border: 1px solid var(--line); border-left: 3px solid var(--warn); border-radius: 8px; padding: 14px 16px; font-size: 13px; color: var(--warn); line-height: 1.55; margin: 0 0 20px; }
.legal table.simple { width: 100%; border-collapse: collapse; margin: 4px 0 18px; }
.legal table.simple th { text-align: left; font-size: 11px; text-transform: uppercase; letter-spacing: 0.06em; color: var(--muted); font-weight: 600; padding: 10px 12px; border-bottom: 1px solid var(--line); }
.legal table.simple td { padding: 10px 12px; border-bottom: 1px solid var(--line-soft); font-size: 13.5px; color: var(--ink-2); vertical-align: top; }
@media (max-width: 880px) { .pgrid { grid-template-columns: 1fr; } .pcalc { grid-template-columns: 1fr; } }

.formcard { background: var(--card); border: 1px solid var(--line); border-radius: 18px; padding: 36px 38px; box-shadow: var(--shadow-card); }
.field { display: flex; flex-direction: column; gap: 7px; margin-bottom: 18px; }
.field--row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.field__lab { font-size: 12.5px; font-weight: 600; color: var(--ink-2); }
.field__lab .opt { color: var(--muted); font-weight: 400; }
.input { width: 100%; font-family: inherit; font-size: 15px; color: var(--ink); background: var(--paper); border: 1px solid var(--line); border-radius: 10px; padding: 12px 14px; outline: none; transition: border-color 0.15s, box-shadow 0.15s; }
.input::placeholder { color: var(--muted); }
.input:hover { border-color: var(--ink-2); }
.input:focus { border-color: var(--accent); box-shadow: 0 0 0 3px var(--accent-wash); }
textarea.input { resize: vertical; min-height: 110px; line-height: 1.5; }
.formcard .btn { width: 100%; justify-content: center; margin-top: 6px; }
.form-fineprint { font-size: 12.5px; color: var(--muted); text-align: center; margin-top: 16px; }
.form-success { text-align: center; padding: 24px 8px; }
.form-success__ring { width: 56px; height: 56px; border-radius: 50%; margin: 0 auto 18px; background: rgba(63,95,68,0.12); color: var(--ok); display: flex; align-items: center; justify-content: center; }
.form-success__t { font-family: var(--font-serif); font-size: 26px; }
.form-success__d { color: var(--muted); font-size: 14.5px; margin-top: 8px; }
@media (max-width: 560px) { .field--row { grid-template-columns: 1fr; } .formcard { padding: 28px 22px; } }
@media (max-width: 680px) { .pricecard { grid-template-columns: 1fr; } .pricecard__docs { border-left: 0; border-top: 1px solid var(--line); } }
.pm-card { background: var(--card); border: 1px solid var(--line); border-radius: 16px; padding: 26px 28px; box-shadow: var(--shadow-card); }
.pm-card__n { width: 34px; height: 34px; border-radius: 9px; background: var(--accent-wash); color: var(--accent); display: inline-flex; align-items: center; justify-content: center; font-family: var(--font-serif); font-size: 16px; margin-bottom: 14px; }
.pm-card__t { font-size: 17px; font-weight: 600; letter-spacing: -0.01em; }
.pm-card__d { font-size: 14px; color: var(--muted); line-height: 1.5; margin-top: 6px; }

.fee-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.feecard { background: var(--card); border: 1px solid var(--line); border-radius: 16px; padding: 26px 28px; box-shadow: var(--shadow-card); transition: border-color 0.15s, transform 0.15s; }
.feecard:hover { border-color: var(--ink-2); transform: translateY(-2px); }
.feecard__cur { font-size: 11px; text-transform: uppercase; letter-spacing: 0.12em; font-weight: 600; color: var(--muted); }
.feecard__price { font-family: var(--font-serif); font-size: 42px; font-weight: 400; letter-spacing: -0.01em; line-height: 1; margin: 14px 0 8px; }
.feecard__per { font-size: 13px; color: var(--muted); }

.ptable-wrap { border: 1px solid var(--line); border-radius: 16px; overflow: hidden; background: var(--card); box-shadow: var(--shadow-card); }
.ptable { width: 100%; border-collapse: collapse; }
.ptable th { text-align: left; font-size: 11px; text-transform: uppercase; letter-spacing: 0.1em; color: var(--muted); font-weight: 600; padding: 16px 24px; border-bottom: 1px solid var(--line); }
.ptable th.ptable__num, .ptable td.ptable__num { text-align: right; font-variant-numeric: tabular-nums; }
.ptable td { padding: 16px 24px; border-bottom: 1px solid var(--line-soft); font-size: 15px; }
.ptable tbody tr:last-child td { border-bottom: 0; }
.ptable tbody tr:hover { background: rgba(244,242,236,0.5); }
.ptable__vol { font-weight: 600; }
.ptable__num { font-family: var(--font-mono); font-size: 13.5px; color: var(--ink-2); }

.price-note { display: flex; gap: 12px; align-items: flex-start; max-width: 760px; margin-top: 20px; font-size: 13.5px; color: var(--muted); line-height: 1.55; }
.price-note__i { flex-shrink: 0; width: 20px; height: 20px; border-radius: 6px; background: var(--accent-wash); color: var(--accent); display: inline-flex; align-items: center; justify-content: center; margin-top: 1px; }
.price-note strong { color: var(--ink-2); font-weight: 600; }

.included { display: flex; flex-wrap: wrap; gap: 10px; }
.inctag { display: inline-flex; align-items: center; gap: 8px; padding: 9px 16px; border: 1px solid var(--line); border-radius: 999px; background: var(--card); font-size: 13.5px; font-weight: 500; }
.inctag__dot { width: 8px; height: 8px; border-radius: 50%; }

@media (max-width: 960px) {
  .topnav__items { display: none; }
  .steps { grid-template-columns: repeat(2, 1fr); }
  .creates { grid-template-columns: 1fr; }
  .othermods { grid-template-columns: 1fr; }
  .demo-card { padding: 48px 24px; }
  .price-model { grid-template-columns: 1fr; }
  .fee-grid { grid-template-columns: 1fr; }
}
@media (max-width: 560px) { .steps { grid-template-columns: 1fr; } }

/* ============ Animated product demo reel ============ */
.reel-wrap { max-width: 760px; margin: 40px auto 0; }
.appwin { background: var(--card); border: 1px solid var(--line); border-radius: 16px; overflow: hidden; box-shadow: 0 30px 60px -24px rgba(21,20,15,0.28), 0 8px 20px -10px rgba(21,20,15,0.12); }
.appwin__bar { display: flex; align-items: center; gap: 8px; padding: 11px 16px; background: var(--paper); border-bottom: 1px solid var(--line); }
.appwin__dot { width: 10px; height: 10px; border-radius: 50%; background: var(--line); }
.appwin__url { margin-left: 12px; font-size: 11.5px; font-family: var(--font-mono); color: var(--muted); }
.reel { position: relative; height: 340px; background: var(--canvas); overflow: hidden; }
.reel__pane { position: absolute; inset: 0; padding: 26px 30px; opacity: 0; }
.reel__step { font-size: 11px; text-transform: uppercase; letter-spacing: 0.12em; font-weight: 600; color: var(--accent); display: flex; align-items: center; gap: 8px; margin-bottom: 16px; }
.reel__step b { width: 20px; height: 20px; border-radius: 50%; background: var(--accent); color: #fff; display: inline-flex; align-items: center; justify-content: center; font-size: 11px; font-family: var(--font-sans); }
.reel__title { font-size: 18px; font-weight: 600; letter-spacing: -0.01em; margin-bottom: 14px; }

/* mini UI bits inside panes */
.mline { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 11px 14px; background: var(--card); border: 1px solid var(--line); border-radius: 9px; margin-bottom: 9px; font-size: 13px; }
.mline__k { color: var(--muted); }
.mline__v { font-weight: 600; }
.mchip { display: inline-flex; align-items: center; gap: 6px; font-size: 12px; font-weight: 600; padding: 4px 11px; border-radius: 999px; }
.mchip--ok { background: rgba(63,95,68,0.13); color: var(--ok); }
.mchip--wait { background: rgba(122,85,36,0.13); color: var(--warn); }
.memail { background: var(--card); border: 1px solid var(--line); border-radius: 12px; padding: 18px 20px; }
.memail__from { display: flex; align-items: center; gap: 10px; margin-bottom: 12px; }
.memail__av { width: 30px; height: 30px; border-radius: 50%; background: var(--accent); color: #fff; display: inline-flex; align-items: center; justify-content: center; font-size: 12px; font-weight: 600; }
.memail__sub { font-size: 13.5px; font-weight: 600; }
.memail__meta { font-size: 11px; color: var(--muted); }
.memail__body { font-size: 12.5px; color: var(--ink-2); line-height: 1.5; }
.mlink-btn { display: inline-flex; align-items: center; gap: 7px; margin-top: 13px; background: var(--ink); color: var(--paper); font-size: 12.5px; font-weight: 600; padding: 9px 16px; border-radius: 999px; }
.mfile { display: flex; align-items: center; gap: 13px; background: var(--card); border: 1px solid var(--line); border-radius: 11px; padding: 14px 16px; }
.mfile__ico { width: 38px; height: 38px; border-radius: 8px; background: rgba(63,95,68,0.13); color: var(--ok); display: inline-flex; align-items: center; justify-content: center; font-size: 11px; font-weight: 700; }
.mfile__name { font-size: 13.5px; font-weight: 600; }
.mfile__meta { font-size: 11.5px; color: var(--muted); margin-top: 2px; }
.mbc { display: flex; align-items: center; gap: 11px; margin-top: 14px; padding: 13px 16px; background: var(--ink); color: var(--paper); border-radius: 11px; font-size: 13px; }
.mbc__check { width: 22px; height: 22px; border-radius: 50%; background: var(--ok); color: #fff; display: inline-flex; align-items: center; justify-content: center; flex-shrink: 0; }
.reel__caption { text-align: center; font-size: 12.5px; color: var(--muted); margin-top: 16px; }

/* reduced motion / fallback: show first pane only, static */
.reel__pane:first-child { opacity: 1; }

@media (prefers-reduced-motion: no-preference) {
  /* 4 panes, 13s loop */
  .reel__pane { animation: reelCycle 13s infinite; }
  .reel__pane:nth-child(1) { animation-delay: 0s; }
  .reel__pane:nth-child(2) { animation-delay: 3.25s; }
  .reel__pane:nth-child(3) { animation-delay: 6.5s; }
  .reel__pane:nth-child(4) { animation-delay: 9.75s; }
  @keyframes reelCycle {
    0%      { opacity: 0; transform: translateY(12px); }
    3%      { opacity: 1; transform: translateY(0); }
    23%     { opacity: 1; transform: translateY(0); }
    27%     { opacity: 0; transform: translateY(-10px); }
    100%    { opacity: 0; transform: translateY(-10px); }
  }
  /* progressive reveal of rows within a pane */
  .reel-stagger > * { opacity: 0; animation: reelRow 13s infinite; }
  .reel__pane:nth-child(1) .reel-stagger > *:nth-child(1) { animation-delay: 0.3s; }
  .reel__pane:nth-child(1) .reel-stagger > *:nth-child(2) { animation-delay: 0.6s; }
  .reel__pane:nth-child(1) .reel-stagger > *:nth-child(3) { animation-delay: 0.9s; }
  .reel__pane:nth-child(1) .reel-stagger > *:nth-child(4) { animation-delay: 1.2s; }
  .reel__pane:nth-child(3) .reel-stagger > *:nth-child(1) { animation-delay: 6.9s; }
  .reel__pane:nth-child(3) .reel-stagger > *:nth-child(2) { animation-delay: 7.3s; }
  .reel__pane:nth-child(3) .reel-stagger > *:nth-child(3) { animation-delay: 7.7s; }
  @keyframes reelRow {
    0%, 2%  { opacity: 0; transform: translateY(8px); }
    5%      { opacity: 1; transform: translateY(0); }
    23%     { opacity: 1; transform: translateY(0); }
    27%, 100% { opacity: 0; }
  }
}

/* branch chips + ask-question highlight (claims reel) */
.mbranches { display: flex; flex-wrap: wrap; gap: 7px; margin-bottom: 14px; }
.mbranch { font-size: 11.5px; font-weight: 600; padding: 5px 11px; border-radius: 999px; background: var(--card); border: 1px solid var(--line); color: var(--muted); }
.mbranch--on { background: rgba(122,64,64,0.12); border-color: transparent; color: var(--danger); }
.mask { display: flex; gap: 11px; align-items: flex-start; background: var(--accent-wash); border: 1px solid rgba(92,111,138,0.25); border-radius: 11px; padding: 13px 15px; margin-bottom: 9px; }
.mask__q { width: 22px; height: 22px; border-radius: 50%; background: var(--accent); color: #fff; display: inline-flex; align-items: center; justify-content: center; font-size: 12px; font-weight: 700; flex-shrink: 0; }
.mask__t { font-size: 12.5px; font-weight: 600; }
.mask__a { font-size: 11.5px; color: var(--accent-deep); margin-top: 2px; }
.merp { display: flex; align-items: center; gap: 10px; padding: 11px 14px; background: var(--card); border: 1px solid var(--line); border-radius: 9px; margin-bottom: 9px; }
.merp__ico { width: 26px; height: 26px; border-radius: 7px; background: rgba(122,85,36,0.13); color: var(--warn); display: inline-flex; align-items: center; justify-content: center; flex-shrink: 0; font-size: 12px; }
.merp__t { font-size: 13px; font-weight: 600; }
.merp__d { font-size: 11px; color: var(--muted); }

/* ============ Real-screenshot carousel ============ */
.shots { max-width: 920px; margin: 8px auto 0; }
.shots__head { display: flex; align-items: flex-start; justify-content: space-between; gap: 20px; margin-bottom: 18px; flex-wrap: wrap; }
.shots__label { display: flex; align-items: center; gap: 12px; }
.shots__num { width: 34px; height: 34px; border-radius: 50%; background: var(--accent); color: #fff; font-family: var(--font-serif); font-size: 16px; display: inline-flex; align-items: center; justify-content: center; flex-shrink: 0; }
.shots__cap { font-size: 16px; font-weight: 600; letter-spacing: -0.01em; }
.shots__cap small { display: block; font-size: 12px; font-weight: 500; color: var(--muted); text-transform: uppercase; letter-spacing: 0.1em; margin-bottom: 2px; }
.shots__nav { display: flex; align-items: center; gap: 8px; }
.shots__arrow { width: 38px; height: 38px; border-radius: 50%; border: 1px solid var(--line); background: var(--card); color: var(--ink); display: inline-flex; align-items: center; justify-content: center; cursor: pointer; transition: all 0.15s; }
.shots__arrow:hover { border-color: var(--ink-2); background: var(--line-soft); }
.shots__stage { position: relative; height: 600px; background: var(--canvas); border: 1px solid var(--line); border-radius: 18px; overflow: hidden; box-shadow: var(--shadow-card); }
.shots__img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: contain; padding: 26px; opacity: 0; transition: opacity 0.4s ease; }
.shots__img.is-on { opacity: 1; }
.shots__dots { display: flex; justify-content: center; gap: 8px; margin-top: 18px; }
.shots__dot { width: 8px; height: 8px; border-radius: 50%; background: var(--line); border: 0; padding: 0; cursor: pointer; transition: all 0.18s; }
.shots__dot.is-on { background: var(--accent); width: 26px; border-radius: 999px; }
@media (max-width: 700px) { .shots__stage { height: 440px; } .shots__img { padding: 12px; } }

/* ============ Claims branch tree ============ */
.btree-top { display: flex; flex-direction: column; align-items: center; gap: 0; margin-bottom: 6px; }
.btree-node { background: var(--card); border: 1px solid var(--line); border-radius: 12px; padding: 12px 22px; text-align: center; box-shadow: var(--shadow-card); }
.btree-node small { display: block; font-size: 10px; text-transform: uppercase; letter-spacing: 0.12em; color: var(--muted); font-weight: 600; margin-bottom: 3px; }
.btree-node b { font-size: 14px; font-weight: 600; }
.btree-stem { width: 1.5px; height: 22px; background: var(--line); }
.branchgrid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; margin-top: 8px; }
@media (max-width: 980px) { .branchgrid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px) { .branchgrid { grid-template-columns: 1fr; } }
.bcard { background: var(--card); border: 1px solid var(--line); border-radius: 14px; padding: 16px 17px; display: flex; flex-direction: column; box-shadow: var(--shadow-card); transition: border-color 0.15s, transform 0.15s; }
.bcard:hover { border-color: var(--ink-2); transform: translateY(-2px); }
.bchip { display: inline-flex; align-items: center; gap: 7px; font-size: 12.5px; font-weight: 600; width: fit-content; padding: 4px 11px; border-radius: 999px; margin-bottom: 12px; }
.bchip__dot { width: 7px; height: 7px; border-radius: 50%; }
.bchip--shortage { background: rgba(122,85,36,0.12); color: var(--warn); } .bchip--shortage .bchip__dot { background: var(--warn); }
.bchip--damage { background: rgba(122,64,64,0.12); color: var(--danger); } .bchip--damage .bchip__dot { background: var(--danger); }
.bchip--overage { background: var(--accent-wash); color: var(--accent-deep); } .bchip--overage .bchip__dot { background: var(--accent); }
.bchip--wrong { background: rgba(91,69,113,0.13); color: #5B4571; } .bchip--wrong .bchip__dot { background: #5B4571; }
.bchip--sales { background: rgba(63,95,68,0.12); color: var(--ok); } .bchip--sales .bchip__dot { background: var(--ok); }
.bcard__cond { font-size: 11.5px; color: var(--muted); margin-bottom: 12px; line-height: 1.4; }
.bcard__cond code { font-family: var(--font-mono); font-size: 11px; color: var(--ink-2); }
.berp { display: flex; align-items: flex-start; gap: 9px; padding: 10px 12px; background: var(--paper); border: 1px solid var(--line); border-radius: 9px; margin-top: auto; }
.berp__ico { width: 22px; height: 22px; border-radius: 6px; background: rgba(122,85,36,0.13); color: var(--warn); display: inline-flex; align-items: center; justify-content: center; font-size: 11px; flex-shrink: 0; }
.berp__t { font-size: 12px; font-weight: 600; }
.berp__d { font-size: 10.5px; color: var(--muted); font-family: var(--font-mono); margin-top: 1px; }
.bask { display: flex; align-items: center; gap: 7px; font-size: 11px; font-weight: 600; color: var(--accent-deep); background: var(--accent-wash); border: 1px solid rgba(92,111,138,0.22); border-radius: 8px; padding: 7px 10px; margin-bottom: 9px; }
.bask__q { width: 17px; height: 17px; border-radius: 50%; background: var(--accent); color: #fff; display: inline-flex; align-items: center; justify-content: center; font-size: 10px; flex-shrink: 0; }

/* ============ Orders page — richer sections ============ */

/* pain quotes */
.painquotes { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 8px; }
.pq { background: var(--card); border: 1px solid var(--line); border-radius: var(--radius); padding: 22px 22px 20px; box-shadow: var(--shadow-card); position: relative; }
.pq:nth-child(2) { transform: translateY(14px); }
.pq__mark { font-family: var(--font-serif); font-size: 44px; line-height: 0.6; color: var(--accent); opacity: 0.5; }
.pq__text { font-size: 14.5px; line-height: 1.5; color: var(--ink-2); margin-top: 6px; }
.pq__lang { display: inline-block; margin-top: 12px; font-size: 11px; text-transform: uppercase; letter-spacing: 0.1em; font-weight: 600; color: var(--muted); }
.pain-lead { font-size: 15px; color: var(--ink-2); line-height: 1.6; margin: 0 0 6px; max-width: 760px; }
.pain-foot { font-size: 15px; color: var(--ink-2); line-height: 1.6; margin: 30px 0 0; max-width: 820px; }
.pain-foot strong { color: var(--ink); font-weight: 600; }

/* intake mini-cards inside a step row */
.bigsteps { display: flex; flex-direction: column; gap: 18px; }
.bigstep { display: grid; grid-template-columns: 64px 1fr; gap: 22px; align-items: start; background: var(--card); border: 1px solid var(--line); border-radius: var(--radius); padding: 26px 28px; box-shadow: var(--shadow-card); }
.bigstep__num { font-family: var(--font-serif); font-size: 40px; color: var(--accent); line-height: 1; }
.bigstep__title { font-size: 20px; font-weight: 600; letter-spacing: -0.01em; margin: 2px 0 8px; }
.bigstep__body { font-size: 14.5px; color: var(--ink-2); line-height: 1.6; max-width: 640px; }
.bigstep__body strong { color: var(--ink); font-weight: 600; }
.intake { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-top: 18px; }
.intakecard { border: 1px solid var(--line); border-radius: 12px; padding: 18px; background: var(--paper); }
.intakecard__ico { width: 34px; height: 34px; border-radius: 9px; background: var(--accent-wash); color: var(--accent); display: inline-flex; align-items: center; justify-content: center; margin-bottom: 12px; }
.intakecard__t { font-size: 14.5px; font-weight: 600; margin-bottom: 5px; }
.intakecard__d { font-size: 13px; color: var(--muted); line-height: 1.5; }
.infoblock { display: flex; gap: 12px; align-items: flex-start; margin-top: 18px; padding: 14px 16px; background: var(--accent-wash); border: 1px solid rgba(92,111,138,0.22); border-radius: 11px; font-size: 13.5px; color: var(--accent-deep); line-height: 1.5; }
.infoblock strong { font-weight: 600; }

/* shopping-cart mockup */
.cartsplit { display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 40px; align-items: center; }
.cartmock { background: var(--card); border: 1px solid var(--line); border-radius: 16px; overflow: hidden; box-shadow: 0 30px 60px -24px rgba(21,20,15,0.24), 0 8px 20px -10px rgba(21,20,15,0.1); }
.cartmock__bar { display: flex; align-items: center; justify-content: space-between; padding: 14px 18px; background: var(--paper); border-bottom: 1px solid var(--line); }
.cartmock__ttl { font-size: 13.5px; font-weight: 600; }
.cartmock__ttl small { display: block; font-size: 11px; color: var(--muted); font-weight: 500; margin-top: 1px; }
.cartmock__pill { font-size: 11px; font-weight: 600; color: var(--warn); background: rgba(122,85,36,0.12); padding: 4px 10px; border-radius: 999px; }
.cartrow { display: grid; grid-template-columns: 1fr auto auto; gap: 12px; align-items: center; padding: 13px 18px; border-bottom: 1px solid var(--line-soft); }
.cartrow__sku { font-family: var(--font-mono); font-size: 11px; color: var(--muted); }
.cartrow__name { font-size: 13.5px; font-weight: 500; margin-top: 2px; }
.cartrow__qty { font-size: 12.5px; color: var(--ink-2); font-variant-numeric: tabular-nums; background: var(--paper); border: 1px solid var(--line); border-radius: 7px; padding: 4px 9px; }
.cartrow__tot { font-family: var(--font-mono); font-size: 12.5px; font-weight: 500; text-align: right; min-width: 64px; }
.cartrow--flag { background: rgba(122,85,36,0.06); }
.cartflag { display: inline-flex; align-items: center; gap: 5px; font-size: 10.5px; font-weight: 600; color: var(--warn); margin-top: 3px; }
.cartmock__foot { display: flex; align-items: center; justify-content: space-between; padding: 15px 18px; background: var(--paper); }
.cartmock__sum { font-size: 12px; color: var(--muted); }
.cartmock__sum b { display: block; font-size: 17px; color: var(--ink); font-family: var(--font-mono); font-weight: 600; margin-top: 2px; }
.cartmock__approve { font-size: 13px; font-weight: 600; color: #fff; background: var(--ok); border-radius: 999px; padding: 10px 20px; }
.featbul { display: flex; flex-direction: column; gap: 13px; }
.featbul li { display: flex; gap: 12px; align-items: flex-start; font-size: 14.5px; color: var(--ink-2); line-height: 1.5; }
.featbul li::before { content: ''; flex-shrink: 0; width: 20px; height: 20px; border-radius: 50%; margin-top: 1px; background: var(--accent-wash); background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%235C6F8A' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'><polyline points='20 6 9 17 4 12'/></svg>"); background-repeat: no-repeat; background-position: center; }

/* flow grid (5 cards) */
.flowgrid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.flowcard { background: var(--card); border: 1px solid var(--line); border-radius: var(--radius); padding: 22px; box-shadow: var(--shadow-card); transition: border-color 0.15s, transform 0.15s; position: relative; }
.flowcard:hover { border-color: var(--ink-2); transform: translateY(-2px); }
.flowcard__route { display: flex; align-items: center; gap: 7px; flex-wrap: wrap; margin-bottom: 12px; }
.flowchip { font-size: 12px; font-weight: 600; padding: 5px 11px; border-radius: 999px; background: var(--accent-wash); color: var(--accent-deep); }
.flowchip--auto { background: rgba(63,95,68,0.12); color: var(--ok); }
.flowarr { color: var(--muted); font-size: 13px; }
.flowcard__d { font-size: 13.5px; color: var(--muted); line-height: 1.55; }
.flowcard__badge { position: absolute; top: 16px; right: 16px; font-size: 10px; text-transform: uppercase; letter-spacing: 0.08em; font-weight: 600; color: var(--ok); background: rgba(63,95,68,0.12); padding: 3px 9px; border-radius: 999px; }

/* BC integration two-col */
.bcgrid { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: start; }
.bcgrid__body { font-size: 14.5px; color: var(--ink-2); line-height: 1.65; }
.bcgrid__body p { margin: 0 0 14px; }
.bcgrid__body strong { color: var(--ink); font-weight: 600; }

/* auto-learning card */
.learnsplit { display: grid; grid-template-columns: 1fr 0.9fr; gap: 40px; align-items: center; }
.learncard { background: var(--card); border: 1px solid var(--line); border-radius: 16px; padding: 24px; box-shadow: var(--shadow-card); }
.learncard__h { font-size: 11px; text-transform: uppercase; letter-spacing: 0.12em; font-weight: 600; color: var(--muted); margin-bottom: 14px; }
.alias { display: flex; align-items: center; gap: 10px; padding: 11px 0; border-bottom: 1px solid var(--line-soft); font-size: 13px; }
.alias:last-child { border-bottom: 0; }
.alias__from { color: var(--ink-2); }
.alias__arr { color: var(--accent); }
.alias__to { font-family: var(--font-mono); font-size: 12px; color: var(--ink); background: var(--paper); border: 1px solid var(--line); border-radius: 6px; padding: 2px 8px; }
.learncard__foot { margin-top: 16px; padding-top: 14px; border-top: 1px solid var(--line); font-size: 12.5px; color: var(--muted); display: flex; align-items: center; gap: 8px; }

/* use-case grid 2x2 */
.usegrid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.usecard { background: var(--card); border: 1px solid var(--line); border-radius: var(--radius); padding: 26px; box-shadow: var(--shadow-card); }
.usecard__ico { width: 40px; height: 40px; border-radius: 10px; background: var(--accent-wash); color: var(--accent); display: inline-flex; align-items: center; justify-content: center; margin-bottom: 14px; }
.usecard__t { font-size: 16px; font-weight: 600; letter-spacing: -0.005em; margin-bottom: 8px; }
.usecard__d { font-size: 13.5px; color: var(--muted); line-height: 1.6; }

/* stat row */
.statrow { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.statcard { background: var(--card); border: 1px solid var(--line); border-radius: var(--radius); padding: 28px 26px; text-align: center; box-shadow: var(--shadow-card); }
.statcard__n { font-family: var(--font-serif); font-size: 44px; line-height: 1; color: var(--ink); letter-spacing: -0.02em; }
.statcard__d { font-size: 13px; color: var(--muted); line-height: 1.5; margin-top: 10px; }

/* FAQ accordion */
.faq { max-width: 760px; margin: 0 auto; display: flex; flex-direction: column; gap: 10px; }
.faq__item { background: var(--card); border: 1px solid var(--line); border-radius: 12px; overflow: hidden; }
.faq__item[open] { border-color: var(--ink-2); }
.faq__q { list-style: none; cursor: pointer; padding: 18px 20px; display: flex; align-items: center; justify-content: space-between; gap: 16px; font-size: 15px; font-weight: 600; color: var(--ink); }
.faq__q::-webkit-details-marker { display: none; }
.faq__ico { flex-shrink: 0; width: 22px; height: 22px; position: relative; }
.faq__ico::before, .faq__ico::after { content: ''; position: absolute; background: var(--accent); border-radius: 2px; transition: transform 0.25s ease; }
.faq__ico::before { top: 10px; left: 4px; width: 14px; height: 2px; }
.faq__ico::after { top: 4px; left: 10px; width: 2px; height: 14px; }
.faq__item[open] .faq__ico::after { transform: rotate(90deg); opacity: 0; }
.faq__a { padding: 0 20px 20px; font-size: 14px; color: var(--ink-2); line-height: 1.6; }

@media (max-width: 960px) {
  .painquotes { grid-template-columns: 1fr; }
  .pq:nth-child(2) { transform: none; }
  .cartsplit, .bcgrid, .learnsplit { grid-template-columns: 1fr; }
  .flowgrid { grid-template-columns: 1fr 1fr; }
  .usegrid, .statrow { grid-template-columns: 1fr; }
  .intake { grid-template-columns: 1fr; }
}
@media (max-width: 560px) {
  .flowgrid { grid-template-columns: 1fr; }
  .bigstep { grid-template-columns: 1fr; gap: 6px; }
}

