  :root {
    --bg:        #ffffff;
    --bg-2:      oklch(0.975 0.003 240);
    --ink:       oklch(0.18 0.012 250);
    --ink-2:     oklch(0.40 0.010 250);
    --ink-3:     oklch(0.60 0.012 250);
    --line:      oklch(0.91 0.005 240);
    --line-2:    oklch(0.95 0.004 240);
    --accent:    oklch(0.55 0.13 155);
    --accent-ink:oklch(0.30 0.09 155);
    --accent-bg: oklch(0.96 0.03 155);
    --danger:    oklch(0.58 0.14 25);
    --warn:      oklch(0.72 0.13 75);

    --r-sm: 6px;
    --r-md: 10px;
    --r-lg: 14px;
    --r-xl: 22px;

    --shadow-sm: 0 1px 0 rgba(20,22,28,0.04), 0 1px 2px rgba(20,22,28,0.04);
    --shadow-md: 0 1px 0 rgba(20,22,28,0.04), 0 8px 24px -10px rgba(20,22,28,0.10);
    --shadow-lg: 0 1px 0 rgba(20,22,28,0.04), 0 24px 60px -24px rgba(20,22,28,0.18);
  }

  * { box-sizing: border-box; -webkit-tap-highlight-color: rgba(0, 0, 0, 0) !important; }
  html, body { margin: 0; padding: 0; }
  body {
    background: var(--bg);
    color: var(--ink);
    font-family: 'Inter', system-ui, -apple-system, sans-serif;
    font-size: 15px;
    line-height: 1.55;
    font-feature-settings: 'cv11', 'ss01', 'ss03';
    -webkit-font-smoothing: antialiased;
    overflow-x: clip;
  }
  html { overflow-x: clip; }

  .display { font-family: 'Inter Tight', 'Inter', sans-serif; letter-spacing: -0.02em; font-weight: 600; }
  .mono { font-family: 'JetBrains Mono', ui-monospace, monospace; }

  a { color: inherit; text-decoration: none; }
  button { font: inherit; color: inherit; cursor: pointer; }
  a, button, summary, .btn, [role="button"] {
    -webkit-tap-highlight-color: transparent;
    tap-highlight-color: transparent;
    touch-action: manipulation;
  }
  a:active, button:active, summary:active, .btn:active, [role="button"]:active {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0) !important;
  }
  :focus:not(:focus-visible) {
    outline: none;
  }

  .wrap { max-width: 1200px; margin: 0 auto; padding: 0 32px; }

  /* nav */
  .nav {
    position: sticky; top: 0; z-index: 50;
    background: color-mix(in srgb, var(--bg) 80%, transparent);
    backdrop-filter: saturate(140%) blur(12px);
    -webkit-backdrop-filter: saturate(140%) blur(12px);
    border-bottom: 1px solid var(--line-2);
  }
  .nav-row { display: grid; grid-template-columns: auto minmax(0, 1fr) auto; align-items: center; height: 64px; column-gap: 28px; }
  .nav-brand-group { display: inline-flex; align-items: center; gap: 28px; justify-self: start; min-width: 0; }
  .brand { display: inline-flex; align-items: center; flex: 0 0 auto; }
  .brand-logo { height: 28px; width: auto; display: block; }

  .nav-links { display: flex; align-items: center; gap: 32px; font-size: 14px; color: var(--ink-2); justify-self: center; }
  .nav-links > a:hover { color: var(--ink); }
  .nav-audience-toggle {
    display: inline-flex;
    align-items: center;
    gap: 3px;
    padding: 3px;
    border: 1px solid color-mix(in srgb, var(--line) 84%, var(--ink) 16%);
    border-radius: 999px;
    background: color-mix(in srgb, white 72%, var(--bg-2));
    box-shadow: var(--shadow-sm);
  }
  .nav-audience-toggle a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 30px;
    min-width: 82px;
    padding: 0 15px;
    border-radius: 999px;
    color: var(--ink-2);
    font-weight: 650;
    letter-spacing: -0.01em;
    white-space: nowrap;
    transition: background .15s ease, color .15s ease, box-shadow .15s ease;
  }
  .nav-audience-toggle a:hover { color: var(--ink); }
  .nav-audience-toggle a.is-active {
    background: var(--ink);
    color: white;
    box-shadow: 0 10px 22px -16px rgba(20,22,28,.35);
  }
  .nav-cta { display: flex; gap: 10px; align-items: center; justify-self: end; font-size: 14px; }

  .btn {
    display: inline-flex; align-items: center; gap: 8px;
    height: 36px; padding: 0 14px;
    border-radius: 999px;
    border: 1px solid var(--line);
    background: white;
    font-weight: 500;
    transition: background .15s, border-color .15s, transform .05s;
  }
  .btn:hover { border-color: oklch(0.82 0.005 240); }
  .btn:active { transform: translateY(1px); }
  .btn-primary {
    background: var(--ink); color: white; border-color: var(--ink);
  }
  .btn-primary:hover { background: oklch(0.26 0.012 250); border-color: oklch(0.26 0.012 250); }
  .btn-accent {
    background: var(--accent); color: white; border-color: var(--accent);
  }
  .btn-accent:hover { background: oklch(0.50 0.13 155); border-color: oklch(0.50 0.13 155); }
  .btn-ghost { background: transparent; border-color: transparent; }
  .btn-ghost:hover { background: var(--bg-2); }

  /* hero */
  .hero { padding: 72px 0 96px; }
  .hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 0.9fr);
    gap: 64px;
    align-items: center;
  }
  .hero-grid > * { min-width: 0; }
  .eyebrow {
    display: inline-flex; align-items: center; gap: 8px;
    font-size: 12px; letter-spacing: 0.04em; text-transform: uppercase;
    color: var(--ink-2);
    border: 1px solid var(--line);
    border-radius: 999px;
    padding: 5px 10px;
    background: white;
  }
  .eyebrow .dot { width: 6px; height: 6px; border-radius: 999px; background: var(--accent); }
  h1.hero-title {
    font-family: 'Inter Tight'; font-weight: 600;
    font-size: clamp(40px, 5.4vw, 68px); line-height: 1.02; letter-spacing: -0.035em;
    margin: 22px 0 20px;
    text-wrap: balance;
  }
  .hero-sub {
    font-size: 18px; color: var(--ink-2); max-width: 520px; line-height: 1.5;
    text-wrap: pretty;
  }
  .hero-cta { margin-top: 28px; display: flex; gap: 10px; align-items: center; }
  .hero-meta { margin-top: 22px; font-size: 13px; color: var(--ink-3); display: flex; gap: 18px; flex-wrap: wrap; }
  .hero-meta span { display: inline-flex; align-items: center; gap: 6px; }
  .hero-meta svg { width: 14px; height: 14px; }

  /* hero widget — soft background card, no stage frame */
  .widget-stage {
    position: relative;
    background: var(--bg-2);
    border: 1px solid var(--line-2);
    border-radius: var(--r-xl);
    padding: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100%;
  }
  .widget {
    width: 100%;
    max-width: 440px;
    background: white;
    border: 1px solid var(--line);
    border-radius: var(--r-lg);
    box-shadow: var(--shadow-md);
    overflow: hidden;
    pointer-events: none;
    -webkit-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
  }
  .widget,
  .widget * {
    cursor: default !important;
    pointer-events: none !important;
  }
  .widget-body { padding: 18px; }

  /* multi-step flow */
  .widget-head {
    padding: 8px 12px 8px 8px;
    border-bottom: 1px solid var(--line-2);
    display: flex; align-items: center;
  }
  .widget-back {
    background: transparent; border: none;
    height: 26px;
    display: grid; place-items: center;
    border-radius: 999px;
    color: var(--ink-2);
    cursor: pointer;
    overflow: hidden;
    width: 0; opacity: 0; margin-right: 0;
    transform: translateX(-4px);
    pointer-events: none;
    transition: width .25s, margin .25s, opacity .2s, transform .2s, background .15s, color .15s;
  }
  .widget-back:hover { background: var(--bg-2); color: var(--ink); }
  .widget[data-step="2"] .widget-back, .widget[data-step="3"] .widget-back, .widget[data-step="4"] .widget-back, .widget[data-step="5"] .widget-back, .widget[data-step="6"] .widget-back {
    width: 26px; margin-right: 6px;
    opacity: 1; transform: translateX(0); pointer-events: auto;
  }
  .widget-brand {
    display: flex; align-items: center; gap: 8px;
    flex: 1; min-width: 0;
  }
  .widget-brand-mark {
    width: 18px; height: 18px;
    border-radius: 5px;
    background: oklch(0.22 0.025 250);
    color: white;
    display: grid; place-items: center;
    flex-shrink: 0;
  }
  .widget-brand-mark svg { width: 10px; height: 10px; }
  .widget-brand-name {
    font-size: 12px; font-weight: 600; color: var(--ink);
    letter-spacing: -0.005em;
    overflow: hidden; text-overflow: ellipsis; white-space: nowrap;
  }
  .widget-step-label {
    font-size: 11px; color: var(--ink-3);
    font-variant-numeric: tabular-nums;
    flex-shrink: 0;
  }
  .widget-steps-wrap {
    overflow: hidden; position: relative;
    transition: height .4s cubic-bezier(0.22, 1, 0.36, 1);
  }
  .widget-steps {
    display: flex;
    align-items: flex-start;
  }
  .widget-step {
    flex: 0 0 100%; min-width: 0;
    padding: 18px;
    opacity: 1;
    visibility: visible;
    transition: opacity .18s ease;
  }
  .widget[data-step="1"] .widget-steps { transform: translateX(0); }
  .widget[data-step="2"] .widget-steps { transform: translateX(-100%); }
  .widget[data-step="3"] .widget-steps { transform: translateX(-200%); }
  .widget[data-step="4"] .widget-steps { transform: translateX(-300%); }
  .widget[data-step="5"] .widget-steps { transform: translateX(-400%); }
  .widget[data-step="6"] .widget-steps { transform: translateX(-500%); }
  .widget[data-step="1"] .widget-step:not(:nth-child(1)),
  .widget[data-step="2"] .widget-step:not(:nth-child(2)),
  .widget[data-step="3"] .widget-step:not(:nth-child(3)),
  .widget[data-step="4"] .widget-step:not(:nth-child(4)),
  .widget[data-step="5"] .widget-step:not(:nth-child(5)),
  .widget[data-step="6"] .widget-step:not(:nth-child(6)) {
    opacity: 0;
    visibility: hidden;
  }

  /* KYC sub-step visuals */
  .kyc-doc-frame {
    position: relative; width: 100%; aspect-ratio: 16/10;
    margin-top: 14px;
    border: 1px solid var(--line-2); border-radius: 10px;
    background: linear-gradient(135deg, var(--bg-2), var(--bg));
    overflow: hidden;
  }
  .kyc-doc-preview {
    position: absolute; inset: 14px;
    display: flex; flex-direction: column; justify-content: space-between;
    padding: 10px; background: oklch(0.98 0.005 250);
    border-radius: 6px; border: 1px solid var(--line-2);
  }
  .kyc-doc-photo {
    width: 38px; height: 46px; border-radius: 3px;
    background: linear-gradient(135deg, oklch(0.85 0.02 80), oklch(0.65 0.04 60));
  }
  .kyc-doc-mrz { display: flex; flex-direction: column; gap: 3px; }
  .kyc-doc-mrz span {
    height: 6px; background: var(--ink); opacity: 0.78; border-radius: 1px;
  }
  .kyc-doc-mrz span:nth-child(1) { width: 92%; }
  .kyc-doc-mrz span:nth-child(2) { width: 96%; }
  .kyc-doc-mrz span:nth-child(3) { width: 70%; }
  .kyc-scan-line {
    position: absolute; left: 0; right: 0; height: 2px;
    background: linear-gradient(90deg, transparent, var(--accent), transparent);
    animation: kyc-scan 1.8s ease-in-out infinite;
  }
  @keyframes kyc-scan {
    0%, 100% { top: 8%; }
    50% { top: 92%; }
  }
  .kyc-checks {
    margin-top: 12px; display: grid; gap: 6px;
    font-size: 13px; color: var(--ink-2);
  }
  .kyc-check {
    display: flex; align-items: center; gap: 8px;
    opacity: 0; transform: translateY(4px);
    transition: opacity .35s ease-out, transform .35s ease-out;
  }
  .kyc-check.in { opacity: 1; transform: translateY(0); }
  .kyc-tick {
    width: 16px; height: 16px; border-radius: 999px;
    background: var(--accent-bg); color: var(--accent-ink);
    display: grid; place-items: center;
    font-size: 10px; font-weight: 700;
  }

  .kyc-selfie-frame {
    position: relative; width: 100%; aspect-ratio: 16/10;
    margin-top: 14px;
    border: 1px solid var(--line-2); border-radius: 10px;
    background: var(--bg-2);
    display: grid; place-items: center;
    overflow: hidden;
    transition: background .4s;
  }
  .kyc-selfie-frame.captured { animation: selfie-flash .55s ease-out; }
  @keyframes selfie-flash {
    0% { background: white; }
    25% { background: white; }
    100% { background: var(--bg-2); }
  }
  .kyc-selfie-circle {
    width: 96px; height: 96px;
    border: 2px dashed var(--line);
    border-radius: 999px;
    display: grid; place-items: center;
    color: var(--ink-3);
    position: relative; z-index: 1;
    background: var(--bg);
  }
  .kyc-selfie-circle svg { width: 48px; height: 48px; }
  .kyc-selfie-pulse {
    position: absolute;
    width: 96px; height: 96px;
    border-radius: 999px;
    border: 2px solid var(--accent);
    animation: kyc-pulse 1.6s ease-out infinite;
  }
  @keyframes kyc-pulse {
    0% { transform: scale(0.85); opacity: 0.8; }
    100% { transform: scale(1.45); opacity: 0; }
  }
  .kyc-selfie-hint {
    margin-top: 10px; font-size: 13px; color: var(--ink-2); text-align: center;
  }
  .widget-amount.changing { opacity: 0; transform: translateY(4px); }
  .widget-amount {
    transition: opacity .2s, transform .2s;
  }
  /* success state */
  .widget-success {
    display: flex; flex-direction: column; align-items: center;
    gap: 10px; padding: 14px 0 18px; text-align: center;
  }
  .success-icon {
    width: 56px; height: 56px; border-radius: 999px;
    background: var(--accent-bg);
    display: grid; place-items: center;
    color: var(--accent);
    animation: pop .35s cubic-bezier(0.22, 1.4, 0.36, 1) .1s both;
  }
  .success-icon svg { width: 26px; height: 26px; }
  @keyframes pop { from { transform: scale(0.6); opacity: 0; } to { transform: scale(1); opacity: 1; } }
  .success-title {
    font-family: 'Inter Tight'; font-weight: 600;
    font-size: 22px; letter-spacing: -0.02em;
    margin-top: 4px;
  }
  .success-sub { font-size: 13px; color: var(--ink-3); }
  .success-list {
    width: 100%; margin-top: 10px;
    display: grid; gap: 8px; font-size: 13px;
    text-align: left;
  }
  .success-list-row {
    display: flex; justify-content: space-between;
    border-bottom: 1px dashed var(--line-2);
    padding-bottom: 8px;
  }
  .success-list-row:last-child { border-bottom: none; padding-bottom: 0; }
  .success-list-row strong { font-weight: 500; }
  .widget-row { display: flex; justify-content: space-between; padding: 10px 0; font-size: 14px; }
  .widget-row + .widget-row { border-top: 1px dashed var(--line-2); }
  .widget-row .k { color: var(--ink-3); }
  .widget-row .v { font-variant-numeric: tabular-nums; }

  .widget-pill {
    font-size: 11px; padding: 3px 8px; border-radius: 999px;
    background: var(--accent-bg); color: var(--accent-ink);
    font-weight: 500;
  }
  .widget-amount {
    font-family: 'Inter Tight'; font-weight: 600;
    font-size: 36px; letter-spacing: -0.02em;
    margin: 6px 0 2px;
    font-variant-numeric: tabular-nums;
  }
  .widget-prop { font-size: 13px; color: var(--ink-3); margin-bottom: 16px; }

  .field-group { display: grid; gap: 8px; }
  .field-label { font-size: 12px; color: var(--ink-2); }
  .field {
    height: 40px; border: 1px solid var(--line); border-radius: 8px;
    padding: 0 12px; font-size: 14px;
    display: flex; align-items: center; gap: 8px;
    background: white;
  }
  .field-multi { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }

  .pm-list { display: grid; gap: 8px; margin: 14px 0; }
  .pm-row {
    display: flex; align-items: center; gap: 10px;
    border: 1px solid var(--line); border-radius: 10px;
    padding: 10px 12px; font-size: 13px;
    background: white;
    cursor: pointer;
  }
  .pm-row.selected { border-color: var(--ink); box-shadow: 0 0 0 2px oklch(0.18 0.012 250 / 0.06); }
  .pm-logo {
    box-sizing: border-box;
    min-width: 36px; height: 22px; padding: 0 7px;
    border-radius: 5px; background: var(--bg-2);
    border: 1px solid var(--line-2);
    display: grid; place-items: center;
    font-size: 10px; font-weight: 650; color: var(--ink-2);
    letter-spacing: 0.02em;
  }
  .pm-logo svg { width: 14px; height: 14px; display: block; }
  .pm-logo-dark { background: var(--ink); border-color: var(--ink); color: white; }
  .pm-meta { flex: 1; display: flex; flex-direction: column; }
  .pm-meta, .pm-name, .pm-sub { min-width: 0; }
  .pm-name { font-weight: 500; }
  .pm-sub { color: var(--ink-3); font-size: 12px; }
  .pm-radio {
    width: 16px; height: 16px; border-radius: 999px; border: 1.5px solid var(--line);
    display: grid; place-items: center;
  }
  .pm-row.selected .pm-radio { border-color: var(--ink); }
  .pm-row.selected .pm-radio::after {
    content:""; width: 8px; height: 8px; border-radius: 999px; background: var(--ink);
  }

  .pay-btn {
    width: 100%; height: 44px;
    background: var(--ink); color: white;
    border: none; border-radius: 10px;
    font-weight: 500; font-size: 14px;
    display: flex; align-items: center; justify-content: center; gap: 8px;
    margin-top: 4px;
  }
  .pay-btn .lock { width: 12px; height: 12px; }

  .widget-actions {
    padding: 0 18px 16px;
  }
  .widget-actions .pay-btn { margin-top: 0; transition: transform .25s; }
  .pay-btn.press { animation: cta-press .35s ease-out; }
  @keyframes cta-press {
    0% { transform: scale(1); }
    45% { transform: scale(0.96); }
    100% { transform: scale(1); }
  }
  .pm-row {
    transition: border-color .2s, box-shadow .2s, background .2s;
  }
  .typing-caret::after {
    content: '|';
    display: inline-block;
    margin-left: 1px;
    color: var(--ink-3);
    animation: caret-blink 1s steps(1) infinite;
  }
  @keyframes caret-blink {
    50% { opacity: 0; }
  }

  .widget-foot {
    padding: 12px 18px; border-top: 1px solid var(--line-2);
    font-size: 11px; color: var(--ink-3);
    display: flex; align-items: center; justify-content: center;
  }

  /* sections */
  section { padding: 96px 0; }
  .section-head { max-width: 760px; margin-bottom: 56px; }
  .section-eyebrow {
    font-size: 12px; letter-spacing: 0.06em; text-transform: uppercase;
    color: var(--accent-ink); font-weight: 500;
  }
  h2.section-title {
    font-family: 'Inter Tight'; font-weight: 600;
    font-size: clamp(32px, 3.6vw, 48px); line-height: 1.05; letter-spacing: -0.025em;
    margin: 12px 0 16px;
    text-wrap: balance;
  }
  .section-sub { font-size: 17px; color: var(--ink-2); max-width: 620px; line-height: 1.5; }

  /* logo strip */
  .logos {
    border-top: 1px solid var(--line-2);
    border-bottom: 1px solid var(--line-2);
    padding: 28px 0;
  }
  .logos-row {
    display: grid;
    grid-template-columns: minmax(220px, 280px) minmax(0, 1fr);
    align-items: center;
    gap: 44px;
  }
  .logos-label {
    font-size: 12px; letter-spacing: 0.06em; text-transform: uppercase;
    color: var(--ink-3);
    line-height: 1.55;
  }
  .logo-set {
    display: grid;
    grid-template-columns: repeat(3, minmax(140px, 1fr));
    align-items: stretch;
    gap: 16px;
  }
  .logo-card {
    min-height: 72px;
    border: 1px solid var(--line-2);
    border-radius: 16px;
    background: white;
    box-shadow: 0 10px 28px oklch(0.18 0.012 250 / 0.05);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 18px 20px;
  }
  .customer-logo {
    display: block;
    width: 100%;
    height: 34px;
    max-width: 138px;
    object-fit: contain;
    opacity: .92;
    filter: grayscale(1) saturate(0) brightness(.48) contrast(1.45);
    transition: opacity .15s ease, transform .15s ease;
  }
  .logo-card:hover .customer-logo {
    opacity: 1;
    transform: translateY(-1px);
  }
  .logo-card-light {
    background: white;
    border-color: var(--line-2);
  }
  .logo-card-light .customer-logo {
    opacity: .92;
    filter: grayscale(1) saturate(0) brightness(.48) contrast(1.45);
  }
  .customer-logo-wide { max-width: 156px; }
  .customer-logo-scandium { max-width: 154px; }
  .customer-logo-kaanon { max-width: 132px; }
  .customer-logo-hybr { max-width: 120px; }

  /* modules — checkin.com style vertical menu */
  .modules-checkin {
    display: grid;
    grid-template-columns: minmax(320px, 0.9fr) minmax(0, 1.1fr);
    gap: 56px;
    padding: 48px 56px;
    border: 1px solid var(--line-2);
    border-radius: var(--r-xl);
    background: var(--bg);
    align-items: center;
  }
  .modules-list {
    display: flex; flex-direction: column;
  }
  .modules-item {
    all: unset;
    cursor: pointer;
    display: block;
    padding: 18px 0;
    border-top: 1px solid var(--line-2);
    -webkit-tap-highlight-color: transparent;
    touch-action: manipulation;
    -webkit-user-select: none;
    user-select: none;
  }
  .modules-item:focus-visible {
    outline: 2px solid var(--accent);
    outline-offset: 6px;
    border-radius: 10px;
  }
  .modules-item:last-child { border-bottom: 1px solid var(--line-2); }
  .modules-item-head {
    display: flex; align-items: center; gap: 14px;
  }
  .modules-item-icon {
    width: 28px; height: 28px;
    display: grid; place-items: center;
    color: var(--ink-2);
    flex: 0 0 28px;
    transition: color .25s, opacity .25s;
  }
  .modules-item-icon svg { width: 22px; height: 22px; }
  .modules-item:not(.active) .modules-item-icon { opacity: 0.45; }
  .modules-item-num {
    font-family: 'JetBrains Mono', monospace;
    font-size: 11px;
    color: var(--ink-3);
    letter-spacing: 0.06em;
    flex: 0 0 auto;
  }
  .modules-item-name {
    font-family: 'Inter Tight';
    font-weight: 500;
    font-size: 18px;
    color: var(--ink-3);
    letter-spacing: -0.01em;
    transition: color .25s, font-weight .25s;
    flex: 1;
  }
  .modules-item.active .modules-item-name { color: var(--ink); font-weight: 600; }
  .modules-item.active .modules-item-icon { color: var(--ink); opacity: 1; }
  .modules-item-focus {
    font-size: 10px; letter-spacing: 0.06em;
    color: var(--ink-3);
    border: 1px solid var(--line);
    padding: 3px 8px; border-radius: 999px;
    text-transform: uppercase; font-weight: 500;
    white-space: nowrap;
    opacity: 0;
    transition: opacity .25s;
  }
  .modules-item.active .modules-item-focus { opacity: 1; }
  .modules-item-body {
    margin-left: 42px;
    display: grid;
    grid-template-rows: 0fr;
    transition: grid-template-rows .35s ease, margin-top .35s ease;
  }
  .modules-item.active .modules-item-body {
    grid-template-rows: 1fr;
    margin-top: 12px;
  }
  .modules-item-body-inner {
    overflow: hidden;
    min-height: 0;
  }
  .modules-item-desc {
    font-size: 13.5px;
    color: var(--ink-3);
    line-height: 1.55;
    margin-bottom: 14px;
  }
  .modules-item-progress {
    height: 2px;
    background: var(--line-2);
    border-radius: 999px;
    overflow: hidden;
    position: relative;
  }
  .modules-item-progress-bar {
    position: absolute;
    inset: 0 auto 0 0;
    background: var(--accent);
    width: 0;
    border-radius: 999px;
  }
  .modules-checkin.timer-running .modules-item.active .modules-item-progress-bar {
    animation: moduleProgress 11000ms linear forwards;
  }
  .modules-checkin.paused .modules-item.active .modules-item-progress-bar,
  .modules-checkin:not(.timer-running) .modules-item.active .modules-item-progress-bar {
    animation-play-state: paused;
  }
  @keyframes moduleProgress {
    from { width: 0; }
    to { width: 100%; }
  }

  .modules-mocks {
    position: relative;
    display: grid;
    align-items: center;
    justify-items: center;
    min-height: 540px;
  }
  .modules-mock-panel {
    grid-area: 1 / 1;
    width: 100%;
    max-width: 460px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(8px);
    transition: opacity .35s ease, transform .35s ease;
    pointer-events: none;
    -webkit-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
  }
  .modules-mock-panel,
  .modules-mock-panel * {
    cursor: default;
  }
  .modules-mock-panel.active {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
  .module-num {
    font-size: 12px; color: var(--ink-3); letter-spacing: 0.06em; font-family: 'JetBrains Mono';
  }
  .module-num-row {
    display: flex; align-items: center; justify-content: space-between; gap: 12px;
  }
  .module-focus {
    font-size: 10px; letter-spacing: 0.06em;
    color: var(--ink-3);
    border: 1px solid var(--line);
    padding: 3px 8px; border-radius: 999px;
    text-transform: uppercase; font-weight: 500;
    white-space: nowrap;
  }
  .module-title { font-family: 'Inter Tight'; font-weight: 600; font-size: 28px; letter-spacing: -0.025em; line-height: 1.1; }
  .module-desc { color: var(--ink-2); font-size: 15px; line-height: 1.55; }
  .module-mock {
    background: white;
    border: 1px solid var(--line);
    border-radius: 12px;
    padding: 22px;
    box-shadow: var(--shadow-md);
    font-size: 13px;
    display: flex; flex-direction: column;
    max-width: 460px;
    width: 100%;
    justify-self: center;
  }
  /* shared mock helpers (used in module-mocks) */
  .mock-head {
    display: flex; align-items: center; justify-content: space-between;
    padding-bottom: 12px; border-bottom: 1px solid var(--line-2);
    margin-bottom: 14px;
    gap: 8px;
  }
  .mock-applicant { display: flex; align-items: center; gap: 12px; padding: 4px 0 10px; }
  .mock-avatar {
    width: 36px; height: 36px; border-radius: 999px;
    background: var(--accent-bg); color: var(--accent-ink);
    display: grid; place-items: center;
    font-size: 12px; font-weight: 600; letter-spacing: 0.04em;
    flex: 0 0 auto;
  }
  .mock-doc {
    background: var(--bg-2); border: 1px solid var(--line-2);
    border-radius: 10px; padding: 14px;
    margin: 4px 0 12px;
  }
  /* passport bio page mock used in KYC card */
  .mock-passport {
    background: linear-gradient(135deg, oklch(0.96 0.008 250) 0%, oklch(0.90 0.022 245) 100%);
    border: 1px solid oklch(0.82 0.025 245);
    border-radius: 6px;
    padding: 10px 12px;
    position: relative;
  }
  .mock-passport-head {
    display: flex; align-items: center; gap: 10px;
    padding-bottom: 8px;
    border-bottom: 1px solid oklch(0.75 0.04 250 / 0.35);
    margin-bottom: 10px;
  }
  .mock-passport-crest {
    width: 22px; height: 22px; border-radius: 4px;
    background: oklch(0.40 0.10 270);
    flex: 0 0 auto; position: relative;
    box-shadow: inset 0 0 0 1px oklch(0.78 0.06 70 / 0.6);
  }
  .mock-passport-crest::before {
    content: ""; position: absolute; inset: 4px;
    border: 1px solid oklch(0.85 0.08 80);
    border-radius: 2px;
  }
  .mock-passport-crest::after {
    content: ""; position: absolute;
    left: 50%; top: 50%; transform: translate(-50%, -50%);
    width: 6px; height: 6px;
    background: oklch(0.85 0.08 80);
    clip-path: polygon(50% 0, 61% 35%, 100% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 0 35%, 39% 35%);
  }
  .mock-passport-country {
    font-size: 9.5px; letter-spacing: 0.08em; font-weight: 700;
    color: oklch(0.22 0.06 260);
    text-transform: uppercase;
    line-height: 1.1;
  }
  .mock-passport-type {
    font-size: 8.5px; letter-spacing: 0.08em;
    color: oklch(0.42 0.04 250);
    margin-top: 2px; text-transform: uppercase;
  }
  .mock-passport-body { display: flex; gap: 12px; }
  .mock-passport-photo {
    width: 48px; height: 60px; border-radius: 3px;
    background: linear-gradient(180deg, oklch(0.84 0.015 240) 0%, oklch(0.78 0.02 240) 100%);
    border: 1px solid oklch(0.72 0.025 240);
    flex: 0 0 auto; position: relative; overflow: hidden;
  }
  .mock-passport-photo::before {
    content: ""; position: absolute;
    left: 50%; top: 9px; transform: translateX(-50%);
    width: 18px; height: 18px; border-radius: 999px;
    background: oklch(0.60 0.045 35);
  }
  .mock-passport-photo::after {
    content: ""; position: absolute;
    left: 50%; bottom: -12px; transform: translateX(-50%);
    width: 38px; height: 28px; border-radius: 50%;
    background: oklch(0.42 0.03 250);
  }
  .mock-passport-fields {
    flex: 1; min-width: 0;
    display: flex; flex-direction: column; gap: 5px;
  }
  .mock-passport-name {
    font-size: 11px; font-weight: 700;
    color: oklch(0.18 0.04 250);
    letter-spacing: 0.02em;
    white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
  }
  .mock-passport-row {
    display: flex; gap: 14px;
    font-size: 8.5px;
    color: oklch(0.42 0.04 250);
    letter-spacing: 0.04em;
    text-transform: uppercase;
  }
  .mock-passport-row strong {
    color: oklch(0.18 0.04 250);
    font-weight: 600;
    letter-spacing: 0.02em;
  }
  .mock-passport-mrz {
    font-family: 'JetBrains Mono', monospace;
    font-size: 8px;
    color: oklch(0.32 0.04 250);
    letter-spacing: 0.06em;
    margin-top: 10px;
    padding-top: 7px;
    border-top: 1px solid oklch(0.75 0.04 250 / 0.35);
    white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
  }
  .mock-checks { display: grid; gap: 8px; font-size: 12.5px; }
  .mock-check { display: flex; justify-content: space-between; }
  .mock-check span:first-child { color: var(--ink-3); }
  .mock-pass { color: var(--accent-ink); font-weight: 500; }
  .mock-calendar {
    display: grid; grid-template-columns: repeat(12, 1fr); gap: 3px;
    padding: 4px 0;
  }
  .mock-month {
    display: flex; flex-direction: column; align-items: center; gap: 4px;
    font-size: 9px; color: var(--ink-3);
  }
  .mock-month .mc-dot {
    width: 7px; height: 7px; border-radius: 999px;
    background: var(--accent);
  }
  .mock-feed { display: grid; }
  .mock-feed-item {
    display: flex; justify-content: space-between; align-items: flex-start;
    padding: 11px 0;
    border-bottom: 1px solid var(--line-2);
    gap: 12px;
  }
  .mock-feed-item:last-child { border-bottom: none; padding-bottom: 4px; }
  .mock-foot {
    border-top: 1px solid var(--line-2);
    margin-top: 14px; padding-top: 12px;
    font-size: 11px; color: var(--ink-3);
    display: flex; justify-content: space-between; align-items: center;
  }

  /* Module 07 — guarantee tier cards */
  .tier-grid {
    display: grid; grid-template-columns: 1fr 1fr; gap: 10px;
  }
  .tier-card {
    border: 1px solid var(--line-2);
    border-radius: 10px;
    padding: 12px;
    display: flex; flex-direction: column; gap: 6px;
  }
  .tier-card.tier-plus {
    border-color: var(--accent);
    background: var(--accent-bg);
  }
  .tier-name {
    display: flex; align-items: center; gap: 6px;
  }
  .tier-pill {
    font-size: 10px; font-weight: 600;
    padding: 2px 7px; border-radius: 999px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
  }
  .tier-pill-muted { background: var(--bg-2); color: var(--ink-2); border: 1px solid var(--line-2); }
  .tier-pill-accent { background: var(--accent); color: white; }
  .tier-tag {
    font-size: 10px; color: var(--accent-ink);
    font-weight: 500;
  }
  .tier-price {
    font-family: 'Inter Tight';
    font-size: 22px; font-weight: 600;
    letter-spacing: -0.02em;
    line-height: 1.05;
    font-variant-numeric: tabular-nums;
  }
  .tier-price small {
    font-size: 11px; font-weight: 500; color: var(--ink-3); margin-left: 2px;
  }
  .tier-meta {
    font-size: 11px;
    color: var(--ink-3);
    display: grid; gap: 3px;
    margin-top: 2px;
  }
  .tier-meta strong { color: var(--ink-2); font-weight: 500; }

  /* dashboard band */
  .band {
    background: var(--ink);
    color: white;
    border-radius: var(--r-xl);
    padding: 64px;
    display: grid; grid-template-columns: 1fr 1.2fr; gap: 64px; align-items: center;
    position: relative; overflow: hidden;
  }
  .band h2 { color: white; }
  .band .section-eyebrow { color: oklch(0.78 0.10 155); }
  .band p { color: oklch(0.78 0.005 250); }
  .band-mock {
    background: oklch(0.22 0.005 250);
    border: 1px solid oklch(0.28 0.005 250);
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 30px 60px -20px rgba(0,0,0,0.4);
  }
  .band-mock-head {
    display: flex; align-items: center; gap: 8px;
    padding: 10px 14px;
    border-bottom: 1px solid oklch(0.28 0.005 250);
    font-size: 12px; color: oklch(0.65 0.005 250);
  }
  .band-mock-head .dot {
    width: 10px; height: 10px; border-radius: 999px;
    background: oklch(0.32 0.005 250);
  }
  .table {
    width: 100%; border-collapse: collapse; font-size: 12px;
    color: oklch(0.85 0.005 250);
  }
  .table th, .table td {
    text-align: left; padding: 10px 14px;
    border-bottom: 1px solid oklch(0.26 0.005 250);
    font-weight: 400;
  }
  .table th {
    font-size: 11px; text-transform: uppercase; letter-spacing: 0.06em;
    color: oklch(0.55 0.005 250); font-weight: 500;
  }
  .table td.num { font-variant-numeric: tabular-nums; }
  .pill {
    display: inline-flex; align-items: center; gap: 4px;
    font-size: 11px; padding: 2px 8px; border-radius: 999px;
    background: oklch(0.30 0.06 155); color: oklch(0.85 0.10 155);
  }
  .pill.warn { background: oklch(0.32 0.07 75); color: oklch(0.85 0.10 75); }
  .pill.danger { background: oklch(0.32 0.07 25); color: oklch(0.85 0.10 25); }

  /* renter band — split frame */
  .split {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 1px;
    background: var(--line-2);
    border: 1px solid var(--line-2);
    border-radius: var(--r-xl);
    overflow: hidden;
  }
  .split > div { background: var(--bg); padding: 48px; min-height: 520px; display: flex; flex-direction: column; gap: 24px; min-width: 0; }
  .phone {
    margin-top: auto;
    background: white;
    border: 1px solid var(--line);
    border-radius: 28px;
    padding: 14px 14px 24px;
    box-shadow: var(--shadow-md);
    max-width: 280px;
    align-self: center;
    width: 100%;
  }
  .phone-status {
    display: flex; justify-content: space-between;
    font-size: 11px; padding: 4px 10px; color: var(--ink-2); font-weight: 500;
    font-variant-numeric: tabular-nums;
  }
  .phone-screen {
    border-radius: 18px; padding: 18px;
    background: var(--bg-2); border: 1px solid var(--line-2);
    display: flex; flex-direction: column; gap: 14px;
    margin-top: 8px;
  }
  .phone-row { display: flex; justify-content: space-between; font-size: 13px; }

  /* api preview */
  .code-card {
    background: oklch(0.16 0.005 250);
    border-radius: var(--r-lg);
    overflow: hidden;
    box-shadow: var(--shadow-md);
  }
  .code-tabs {
    display: flex; gap: 0;
    border-bottom: 1px solid oklch(0.24 0.005 250);
    padding: 0 6px;
  }
  .code-tab {
    padding: 10px 14px; font-size: 12px;
    color: oklch(0.65 0.005 250);
    border-bottom: 1px solid transparent;
    margin-bottom: -1px;
  }
  .code-tab.active {
    color: white; border-bottom-color: var(--accent);
  }
  pre.code {
    margin: 0; padding: 22px 24px;
    color: oklch(0.88 0.005 250);
    font-family: 'JetBrains Mono', monospace;
    font-size: 12.5px; line-height: 1.65;
    overflow-x: auto;
  }
  .tk-key { color: oklch(0.78 0.12 280); }
  .tk-str { color: oklch(0.78 0.10 155); }
  .tk-num { color: oklch(0.80 0.13 75); }
  .tk-com { color: oklch(0.50 0.005 250); font-style: italic; }
  .tk-fn  { color: oklch(0.80 0.10 220); }

  /* stats */
  .stats {
    display: grid; grid-template-columns: repeat(3, 1fr);
    gap: 0;
    border-top: 1px solid var(--line-2);
    border-bottom: 1px solid var(--line-2);
  }
  .stat { padding: 32px 28px; border-right: 1px solid var(--line-2); }
  .stat:last-child { border-right: none; }
  .stat-num { font-family: 'Inter Tight'; font-weight: 600; font-size: 40px; letter-spacing: -0.025em; line-height: 1; }
  .stat-label { color: var(--ink-3); font-size: 13px; margin-top: 8px; }

  /* dual cta */
  .dual {
    display: grid; grid-template-columns: 1fr 1fr;
    gap: 1px;
    background: var(--line-2);
    border: 1px solid var(--line-2);
    border-radius: var(--r-xl);
    overflow: hidden;
  }
  .dual > div {
    background: var(--bg); padding: 48px;
    display: flex; flex-direction: column; gap: 14px;
    min-height: 280px;
  }
  .dual h3 { font-family: 'Inter Tight'; font-weight: 600; font-size: 28px; letter-spacing: -0.02em; margin: 0; }
  .dual p { color: var(--ink-2); margin: 0; font-size: 15px; }
  .dual a.go {
    margin-top: auto; display: inline-flex; align-items: center; gap: 8px;
    font-weight: 500; color: var(--ink);
  }
  .dual .go svg { transition: transform .15s; }
  .dual a.go:hover .go svg, .dual a.go:hover svg { transform: translateX(3px); }

  /* footer */
  footer {
    border-top: 1px solid var(--line-2);
    padding: 64px 0 48px;
    color: var(--ink-3);
    font-size: 13px;
  }
  .foot-grid {
    display: grid; grid-template-columns: minmax(220px, 1.6fr) repeat(5, minmax(120px, 1fr));
    gap: 28px;
    margin-bottom: 56px;
  }
  .foot-col h5 {
    font-size: 12px; letter-spacing: 0.06em; text-transform: uppercase;
    color: var(--ink-2); font-weight: 500; margin: 0 0 16px;
  }
  .foot-col ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 10px; }
  .foot-col a:hover { color: var(--ink); }
  .foot-address {
    margin: 14px 0 0;
    line-height: 1.55;
    color: var(--ink-3);
  }
  .foot-bottom {
    display: flex; justify-content: space-between; align-items: center;
    padding-top: 28px; border-top: 1px solid var(--line-2);
    font-size: 12px;
  }

  /* compare table */
  .compare-wrap {
    border: 1px solid var(--line-2);
    border-radius: var(--r-xl);
    overflow: hidden;
    background: var(--bg);
  }
  .compare-table {
    width: 100%; border-collapse: collapse;
    font-size: 14px;
  }
  .compare-table thead th {
    text-align: left; padding: 22px 24px;
    font-family: 'Inter Tight'; font-weight: 600;
    font-size: 18px; letter-spacing: -0.01em;
    border-bottom: 1px solid var(--line-2);
    color: var(--ink);
  }
  .compare-table thead th:first-child {
    color: var(--ink-3); font-family: 'Inter';
    font-size: 12px; font-weight: 500;
    letter-spacing: 0.06em; text-transform: uppercase;
  }
  .compare-table th.col-cp {
    background: var(--accent-bg); color: var(--accent-ink);
    border-left: 1px solid var(--line-2);
  }
  .compare-table th.col-other { color: var(--ink-2); border-left: 1px solid var(--line-2); }
  .compare-table tbody td {
    padding: 16px 24px;
    border-bottom: 1px solid var(--line-2);
    vertical-align: top;
  }
  .compare-table tbody tr:last-child td { border-bottom: none; }
  .compare-table td.row-label { color: var(--ink-2); font-weight: 500; width: 38%; }
  .compare-table td.col-cp {
    background: color-mix(in srgb, var(--accent-bg) 50%, white);
    border-left: 1px solid var(--line-2);
    color: var(--ink);
  }
  .compare-table td.col-other {
    border-left: 1px solid var(--line-2);
    color: var(--ink-3);
  }
  .compare-check {
    color: var(--accent); font-weight: 600; margin-right: 6px;
  }
  .compare-dash { color: var(--ink-3); margin-right: 6px; }

  /* pricing landing + homepage CTA */
  .pricing-page-hero {
    padding: 72px 0 24px;
    background: linear-gradient(180deg, var(--bg-2), var(--bg));
  }
  .pricing-page-head {
    max-width: 780px;
    margin-bottom: 0;
  }
  .pricing-page-title {
    font-size: clamp(42px, 6vw, 72px);
    line-height: 0.98;
  }
  .pricing-compact-section {
    padding-top: 32px;
    padding-bottom: 32px;
  }
  .pricing-compact-card {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 28px;
    align-items: center;
    padding: 40px;
    border: 1px solid var(--line-2);
    border-radius: var(--r-xl);
    background: var(--bg-2);
  }
  .pricing-compact-card .section-head,
  .pricing-compact-card .section-sub,
  .pricing-compact-card .section-title {
    margin-bottom: 0;
  }
  .pricing-compact-actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 10px;
  }
  .pricing-savings-card {
    grid-template-columns: minmax(0, 0.95fr) minmax(360px, 0.85fr);
    align-items: stretch;
    background:
      radial-gradient(circle at 85% 10%, rgba(0, 92, 55, 0.08), transparent 28%),
      var(--bg-2);
  }
  .pricing-savings-copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 18px;
    min-width: 0;
  }
  .pricing-savings-copy .pricing-compact-actions {
    justify-content: flex-start;
    margin-top: 6px;
  }
  .pricing-savings-visual {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 12px;
    min-width: 0;
    padding: 28px;
    border: 1px solid var(--line-2);
    border-radius: var(--r-lg);
    background: var(--bg);
    box-shadow: 0 20px 50px rgba(12, 20, 16, 0.06);
  }
  .pricing-savings-kicker {
    color: var(--accent);
    font-family: 'Inter Tight';
    font-size: clamp(24px, 3vw, 36px);
    line-height: 1;
    font-weight: 700;
    letter-spacing: -0.035em;
  }
  .pricing-savings-note {
    color: var(--ink-2);
    font-size: 14px;
    line-height: 1.45;
    margin: 2px 0 0;
  }
  .pricing-savings-example {
    color: var(--ink-3);
    font-size: 13px;
    line-height: 1.45;
    margin: 0;
  }
  .pricing-bar {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 12px;
    align-items: center;
    min-height: 56px;
    padding: 0 16px;
    border-radius: 14px;
    font-weight: 650;
  }
  .pricing-bar-label {
    min-width: 0;
    overflow-wrap: anywhere;
  }
  .pricing-bar-value {
    font-family: 'JetBrains Mono', monospace;
    white-space: nowrap;
  }
  .pricing-bar-competitor {
    width: 100%;
    color: var(--ink);
    background: #e3e5eb;
  }
  .pricing-bar-rentlink {
    width: 38%;
    min-width: 210px;
    color: #fff;
    background: var(--accent);
  }

  /* pricing — didit.me-style configurator + hero + custom */
  .pricing-head-row {
    display: flex; justify-content: space-between; align-items: flex-end;
    gap: 24px; margin-bottom: 32px;
  }
  .pricing-head-row .section-head { margin-bottom: 0; }
  .pricing-currency {
    display: inline-flex; gap: 2px;
    background: var(--bg-2); border: 1px solid var(--line-2);
    padding: 3px; border-radius: 999px;
    flex: 0 0 auto;
  }
  .pricing-currency button {
    border: none; background: transparent;
    color: var(--ink-3); cursor: pointer;
    display: inline-flex; align-items: center; gap: 7px;
    font-family: 'Inter Tight'; font-weight: 500; font-size: 12px;
    padding: 7px 12px; border-radius: 999px;
    transition: background .15s, color .15s;
    min-width: 38px;
    white-space: nowrap;
  }
  .pricing-currency button em {
    font-style: normal;
    color: currentColor;
    opacity: .68;
    letter-spacing: .04em;
  }
  .pricing-currency button:hover { color: var(--ink); }
  .pricing-currency button[aria-pressed="true"] {
    background: var(--ink); color: white;
  }
  .pricing-grid {
    display: grid;
    grid-template-columns: 1.05fr 1fr 1fr;
    gap: 1px;
    background: var(--line-2);
    border: 1px solid var(--line-2);
    border-radius: var(--r-xl);
    overflow: hidden;
  }
  .pricing-panel {
    background: var(--bg);
    padding: 40px;
    display: flex; flex-direction: column;
    gap: 24px;
  }
  .pricing-panel-dark {
    background: var(--ink);
    color: white;
  }
  .pricing-panel-head { display: flex; flex-direction: column; gap: 6px; }
  .pricing-panel-title {
    font-family: 'Inter Tight'; font-weight: 600;
    font-size: 22px; letter-spacing: -0.02em;
  }
  .pricing-panel-sub { color: var(--ink-3); font-size: 14px; line-height: 1.5; }
  .pricing-panel-dark .pricing-panel-sub { color: oklch(0.78 0.005 250); }
  .pricing-features {
    list-style: none; padding: 0; margin: 0;
    display: flex; flex-direction: column; gap: 11px;
    font-size: 14px;
  }
  .pricing-features li {
    display: flex; align-items: flex-start; gap: 10px;
    color: oklch(0.85 0.005 250);
  }
  .pricing-features li::before {
    content: "✓"; color: oklch(0.78 0.10 155);
    font-weight: 600; flex-shrink: 0;
  }
  .pricing-cta { margin-top: auto; }
  .pricing-foot {
    margin-top: 24px;
    color: var(--ink-3);
    font-size: 13px;
    text-align: center;
    line-height: 1.55;
  }

  /* configurator panel */
  .pricing-config-rows {
    display: flex; flex-direction: column; gap: 18px;
  }
  .pricing-config-row {
    display: flex; flex-direction: column; gap: 8px;
  }
  .pricing-config-label {
    display: flex; justify-content: space-between; align-items: baseline;
    font-size: 13px; font-weight: 500; color: var(--ink-2);
  }
  .pricing-config-label-value {
    font-family: 'Inter Tight'; font-weight: 600; font-size: 14px;
    color: var(--ink); font-variant-numeric: tabular-nums;
  }
  .pricing-slider {
    -webkit-appearance: none; appearance: none;
    width: 100%; height: 4px;
    background: var(--line-2);
    border-radius: 999px;
    outline: none;
    cursor: pointer;
  }
  .pricing-slider::-webkit-slider-thumb {
    -webkit-appearance: none; appearance: none;
    width: 18px; height: 18px;
    background: var(--accent);
    border: 2px solid white;
    border-radius: 999px;
    box-shadow: 0 1px 4px oklch(0.50 0.10 155 / 0.35);
    cursor: pointer;
    transition: transform .12s;
  }
  .pricing-slider::-moz-range-thumb {
    width: 18px; height: 18px;
    background: var(--accent);
    border: 2px solid white;
    border-radius: 999px;
    box-shadow: 0 1px 4px oklch(0.50 0.10 155 / 0.35);
    cursor: pointer;
  }
  .pricing-slider:hover::-webkit-slider-thumb { transform: scale(1.08); }
  .pricing-slider-scale {
    display: flex; justify-content: space-between;
    font-size: 10px; color: var(--ink-3);
    font-family: 'JetBrains Mono', monospace;
    margin-top: 2px;
  }
  .pricing-toggle-list {
    display: flex; flex-direction: column;
    gap: 1px;
    background: var(--line-2);
    border: 1px solid var(--line-2);
    border-radius: var(--r-md);
    overflow: hidden;
  }
  .pricing-toggle {
    background: var(--bg);
    padding: 12px 14px;
    display: grid; grid-template-columns: 18px 1fr auto; gap: 12px;
    align-items: center;
    cursor: pointer;
    transition: background .12s;
    font-size: 13.5px;
  }
  .pricing-toggle:hover { background: var(--bg-2); }
  .pricing-toggle.is-active {
    background: var(--bg-2);
    box-shadow: inset 3px 0 0 var(--accent);
  }
  .pricing-toggle input { margin: 0; cursor: pointer; accent-color: var(--accent); }
  .pricing-core-feature { cursor: default; }
  .pricing-core-feature input { cursor: default; }
  .pricing-toggle-name {
    display: flex; flex-direction: column; gap: 2px;
    min-width: 0;
  }
  .pricing-toggle-name strong { font-weight: 500; color: var(--ink); }
  .pricing-toggle-name span { color: var(--ink-3); font-size: 11.5px; }
  .pricing-toggle-price {
    font-family: 'Inter Tight'; font-weight: 600; font-size: 13px;
    color: var(--ink-2); letter-spacing: -0.01em;
    white-space: nowrap; font-variant-numeric: tabular-nums;
  }
  .pricing-addon-list {
    overflow: visible;
  }
  .pricing-addon-list .pricing-toggle {
    padding: 6px 10px;
    grid-template-columns: 16px minmax(0, 1fr) auto;
    gap: 8px;
    font-size: 12.5px;
    position: relative;
  }
  .pricing-addon-list .pricing-toggle-name {
    gap: 0;
  }
  .pricing-addon-list .pricing-toggle-name span {
    display: none;
  }
  .pricing-addon-list .pricing-toggle-price {
    font-size: 12px;
  }
  .pricing-addon-list .pricing-toggle[data-tooltip]::after {
    content: attr(data-tooltip);
    position: absolute;
    left: 32px;
    right: 10px;
    bottom: calc(100% + 6px);
    z-index: 20;
    background: var(--ink);
    color: white;
    border-radius: var(--r-sm);
    box-shadow: var(--shadow-lg);
    font-size: 11px;
    line-height: 1.35;
    padding: 7px 9px;
    opacity: 0;
    pointer-events: none;
    transform: translateY(3px);
    transition: opacity .12s ease, transform .12s ease;
  }
  .pricing-addon-list .pricing-toggle[data-tooltip]:hover::after,
  .pricing-addon-list .pricing-toggle[data-tooltip]:focus-within::after {
    opacity: 1;
    transform: translateY(0);
  }
  .pricing-radio-group {
    display: grid; grid-template-columns: repeat(3, 1fr); gap: 6px;
  }
  .pricing-radio {
    display: flex; flex-direction: column; gap: 2px;
    padding: 10px 12px;
    border: 1px solid var(--line-2);
    border-radius: var(--r-md);
    background: var(--bg);
    cursor: pointer;
    text-align: left;
    transition: border-color .12s, background .12s;
    font-family: 'Inter';
  }
  .pricing-radio:hover { border-color: var(--ink-3); }
  .pricing-radio input { display: none; }
  .pricing-radio-name {
    font-size: 12.5px; font-weight: 500; color: var(--ink);
  }
  .pricing-radio-meta {
    font-size: 10.5px; color: var(--ink-3);
    font-family: 'JetBrains Mono', monospace;
  }
  .pricing-radio.is-active {
    border-color: var(--ink); background: var(--bg-2);
  }

  /* hero panel */
  .pricing-hero {
    background: var(--bg-2);
    position: relative;
    border-left: 1px solid var(--accent);
  }
  .pricing-hero-tag {
    position: absolute; top: 16px; right: 16px;
    background: var(--accent); color: white;
    font-family: 'JetBrains Mono', monospace;
    font-size: 10px; letter-spacing: 0.08em; text-transform: uppercase; font-weight: 600;
    padding: 4px 9px; border-radius: 999px;
  }
  .pricing-hero-price {
    font-family: 'Inter Tight'; font-weight: 600;
    font-size: 56px; letter-spacing: -0.04em; line-height: 1;
    color: var(--ink); font-variant-numeric: tabular-nums;
    display: flex; align-items: baseline; gap: 6px;
  }
  .pricing-hero-price small {
    font-family: 'Inter'; font-weight: 500; font-size: 16px;
    color: var(--ink-3); letter-spacing: 0;
  }
  .pricing-hero-pill {
    display: inline-flex; align-items: center; gap: 6px;
    background: var(--accent-bg); color: var(--accent-ink);
    border: 1px solid oklch(0.84 0.06 155);
    padding: 5px 10px; border-radius: 999px;
    font-size: 12px; font-weight: 500;
    width: fit-content;
  }
  .pricing-hero-pill svg { width: 12px; height: 12px; }
  .pricing-hero-addon {
    font-family: 'Inter Tight'; font-weight: 500;
    font-size: 18px; color: var(--ink); letter-spacing: -0.01em;
    font-variant-numeric: tabular-nums;
  }
  .pricing-hero-addon-total {
    font-weight: 600; color: var(--ink);
  }
  .pricing-hero-addon-meta {
    color: var(--ink-3); font-size: 12px; margin-top: 4px;
    line-height: 1.45;
  }
  .pricing-hero-divider {
    font-size: 10px; letter-spacing: 0.08em; text-transform: uppercase;
    color: var(--ink-3); font-family: 'JetBrains Mono', monospace;
    display: flex; align-items: center; gap: 10px;
    margin-top: 4px;
  }
  .pricing-hero-divider::before,
  .pricing-hero-divider::after {
    content: ""; flex: 1; height: 1px; background: var(--line-2);
  }
  .pricing-hero-features {
    list-style: none; padding: 0; margin: 0;
    display: flex; flex-direction: column; gap: 10px;
    font-size: 14px;
  }
  .pricing-hero-features li {
    display: flex; align-items: flex-start; gap: 10px;
    color: var(--ink-2);
  }
  .pricing-hero-features li::before {
    content: "✓"; color: var(--accent-ink);
    font-weight: 600; flex-shrink: 0;
  }

  @media (max-width: 1024px) {
    .pricing-grid { grid-template-columns: 1fr; }
    .pricing-hero { border-left: none; border-top: 1px solid var(--accent); }
    .pricing-head-row { flex-direction: column; align-items: flex-start; }
    .pricing-compact-card { grid-template-columns: 1fr; align-items: flex-start; }
    .pricing-compact-actions { justify-content: flex-start; }
    .pricing-savings-visual { width: 100%; }
  }
  @media (max-width: 720px) {
    .pricing-radio-group { grid-template-columns: 1fr; }
    .pricing-panel { padding: 28px; }
    .pricing-page-hero { padding: 52px 0 12px; }
    .pricing-compact-card { padding: 28px; }
    .pricing-compact-actions { width: 100%; }
    .pricing-savings-visual { padding: 20px; }
    .pricing-bar { grid-template-columns: 1fr; gap: 4px; min-height: 70px; align-items: start; padding: 14px; }
    .pricing-bar-rentlink { width: 100%; min-width: 0; }
  }

  /* customer segments / solutions */
  .segments-grid {
    display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px;
    background: var(--line-2); border: 1px solid var(--line-2);
    border-radius: var(--r-xl); overflow: hidden;
  }
  .segment {
    background: var(--bg);
    padding: 32px;
    display: flex; flex-direction: column; gap: 20px;
    min-height: 320px;
  }
  .segment-cta {
    margin-top: auto; display: inline-flex; align-items: center; gap: 6px;
    font-weight: 500; color: var(--accent-ink); font-size: 14px;
    align-self: flex-start;
  }
  .segment-cta:hover { color: var(--accent); }
  .segment-cta svg { transition: transform .15s; }
  .segment-cta:hover svg { transform: translateX(3px); }

  /* RentLink access channels */
  .access-channels-section {
    padding-top: 32px;
    padding-bottom: 32px;
  }
  .access-channels-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1px;
    background: var(--line-2);
    border: 1px solid var(--line-2);
    border-radius: var(--r-xl);
    overflow: hidden;
  }
  .access-channel-card {
    background: var(--bg);
    min-width: 0;
    min-height: 300px;
    padding: 24px;
    display: flex;
    flex-direction: column;
    gap: 14px;
  }
  .access-channel-topline {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    color: var(--ink-3);
    font-size: 11px;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    font-family: 'JetBrains Mono', monospace;
  }
  .access-channel-title {
    font-family: 'Inter Tight';
    font-weight: 600;
    font-size: 25px;
    line-height: 1.12;
    letter-spacing: -0.025em;
    margin: 2px 0 0;
  }
  .access-channel-copy {
    color: var(--ink-2);
    font-size: 15px;
    line-height: 1.55;
    margin: 0;
    max-width: 520px;
  }
  .access-channel-card .segment-cta {
    margin-top: auto;
  }

  @media (max-width: 1120px) {
    .access-channel-card {
      min-height: 320px;
      padding: 24px;
    }
    .access-channel-title { font-size: 22px; }
    .access-channel-copy { font-size: 14px; }
  }

  @media (max-width: 860px) {
    .access-channels-grid {
      grid-template-columns: 1fr;
    }
    .access-channel-card {
      min-height: 0;
      padding: 24px;
    }
    .access-channel-card .segment-cta {
      margin-top: 6px;
    }
  }

  /* ---- responsive ---- */
  @media (max-width: 1280px) {
    .segments-grid { grid-template-columns: repeat(2, 1fr); }
  }
  @media (max-width: 1024px) {
    .hero-grid, .split, .segments-grid, .band, .stats, .foot-grid { grid-template-columns: 1fr; }
    .pricing-panel { padding: 32px; }
    .pricing-savings-card { grid-template-columns: 1fr; }
    .pricing-savings-visual { max-width: none; }
    .pricing-compact-actions { justify-content: flex-start; }
    /* on small screens, stack the list above the active mock */
    .modules-checkin { grid-template-columns: 1fr; padding: 24px; gap: 28px; }
    .modules-mocks { min-height: auto; }
    .modules-mock-panel { max-width: 100%; }
    .compare-wrap { overflow-x: auto; }
    .compare-table { min-width: 720px; }
    .stat { border-right: none; border-bottom: 1px solid var(--line-2); }
    .logos-row { grid-template-columns: 1fr; align-items: start; gap: 28px; }
    .logo-set { grid-template-columns: repeat(3, minmax(120px, 1fr)); }
    .band { padding: 40px; }
    section { padding: 64px 0; }
    .nav-links { display: none; }
    section > .wrap > div[style*="grid-template-columns: 1fr 1.3fr"] { grid-template-columns: 1fr !important; padding: 32px !important; gap: 32px !important; }
    section > .wrap > div[style*="grid-template-columns: 1fr 1.1fr"] { grid-template-columns: 1fr !important; gap: 32px !important; }
    section > .wrap > div > div[style*="grid-template-columns: 1fr auto 1.1fr"] { grid-template-columns: 1fr !important; }
    section > .wrap > div > div[style*="grid-template-columns: 1fr auto 1.1fr"] > div:nth-child(2) svg { transform: rotate(90deg); }
    div[style*="position: sticky"] { position: static !important; }
  }
  @media (max-width: 720px) {
    .wrap { padding: 0 20px; }
    .nav-row { height: 60px; gap: 16px; }
    .brand-logo { height: 26px; }
    .nav-cta { gap: 6px; flex-shrink: 0; }
    .nav-cta .btn-ghost { display: none; }
    .nav-cta .login-menu-trigger { display: inline-flex; }
    .nav-cta .btn-primary { padding: 0 12px; }

    .hero { padding: 48px 0 64px; }
    .hero-grid { gap: 32px; }
    .hero-sub { max-width: none; font-size: 17px; }
    .hero-cta { flex-wrap: wrap; }
    .logos-row { gap: 24px; }
    .logos-label { max-width: 320px; }
    .logo-set { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
    .logo-card:last-child:nth-child(odd) { grid-column: 1 / -1; width: calc((100% - 14px) / 2); justify-self: center; }
    .logo-card { min-height: 68px; padding: 16px; }
    .customer-logo { height: 32px; max-width: 132px; }
    .customer-logo-wide { max-width: 146px; }
    .customer-logo-scandium { max-width: 144px; }

    .widget-stage {
      padding: 20px;
      border-radius: var(--r-lg);
      width: 100%;
      min-width: 0;
    }
    .widget { max-width: 100%; }
    .widget-step { padding: 16px; }
    .widget-actions { padding: 0 16px 14px; }
    .widget-amount { font-size: 32px; }
    .pm-row { min-width: 0; }
    .pm-name, .pm-sub { overflow-wrap: anywhere; }

    .modules-checkin {
      display: block;
      padding: 20px;
    }
    .modules-list::before {
      content: "Auto-advances card by card. Tap any module to jump.";
      display: block;
      margin-bottom: 10px;
      font-size: 11px;
      letter-spacing: 0.06em;
      text-transform: uppercase;
      color: var(--ink-3);
    }
    .modules-mocks { display: none; }
    .modules-list .modules-mock-panel {
      display: block;
      width: 100%;
      max-width: none;
      margin-top: 16px;
      opacity: 1;
      visibility: visible;
      transform: none;
      pointer-events: none;
    }
    .modules-list .module-mock {
      padding: 18px;
      box-shadow: none;
    }
    .access-channels-grid { grid-template-columns: 1fr; }
    .access-channel-card {
      min-height: 0;
      padding: 24px;
    }
    .pricing-compact-card { padding: 28px; }
    .pricing-savings-visual { padding: 22px; }
    .pricing-bar-rentlink { width: 100%; min-width: 0; }
  }
  @media (max-width: 600px) {
    .wrap { padding: 0 18px; }
    .nav-row { gap: 12px; }
    .nav-cta .btn-primary { display: none; }
    .hero-sub { font-size: 16px; line-height: 1.55; max-width: 320px; }
    .widget-stage {
      display: flex;
      padding: 12px;
      border-radius: var(--r-lg);
      overflow: hidden;
    }
    .widget {
      width: 100%;
      max-width: 322px;
    }
    .widget-head { padding: 8px 10px 8px 8px; }
    .widget-step { padding: 14px; }
    .widget-actions { padding: 0 14px 14px; }
    .widget-foot { padding: 10px 14px; }
    .widget-amount { font-size: 30px; }
    .field { height: 38px; padding: 0 10px; }
    .pm-row { gap: 8px; padding: 9px 10px; }
    .pm-radio { flex: 0 0 16px; }
    .logos-row { grid-template-columns: 1fr; gap: 20px; }
    .logo-set { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; width: 100%; max-width: 260px; justify-self: center; margin-inline: auto; }
    .logo-card { width: 100%; min-width: 0; min-height: 58px; justify-self: stretch; padding: 12px 8px; }
    .logo-card:last-child:nth-child(odd) { grid-column: 1 / -1; width: calc((100% - 10px) / 2); justify-self: center; }
    .customer-logo { height: 28px; max-width: 104px; }
    .customer-logo-wide { max-width: 110px; }
    .customer-logo-scandium { max-width: 110px; }
    .customer-logo-hybr { max-width: 92px; }
    .customer-logo-kaanon { max-width: 96px; }
  }

  @media (max-width: 420px) {
    .wrap { padding: 0 18px; }
    .btn { height: 34px; padding: 0 12px; }
    .nav-cta .btn-primary { display: none; }
    .hero-sub { font-size: 16px; line-height: 1.55; }
    .widget-stage { padding: 12px; }
    .widget { width: 100%; max-width: 320px; }
    .widget-step { padding: 14px; }
    .widget-actions { padding: 0 14px 14px; }
  }

/* ---- shared launch utilities ---- */
.login-menu {
  position: relative;
  display: inline-flex;
}
.login-menu summary {
  list-style: none;
}
.login-menu summary::-webkit-details-marker {
  display: none;
}
.login-menu-trigger {
  cursor: pointer;
  white-space: nowrap;
}
.login-menu[open] .login-menu-trigger {
  background: var(--bg-2);
  border-color: var(--line);
}
.login-menu-panel {
  position: absolute;
  right: 0;
  top: calc(100% + 10px);
  z-index: 80;
  width: min(260px, calc(100vw - 32px));
  padding: 8px;
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  background: white;
  box-shadow: var(--shadow-lg);
}
.login-menu-panel::before {
  content: '';
  position: absolute;
  inset: -10px 0 auto 0;
  height: 10px;
}
.login-menu-panel a {
  display: grid;
  gap: 2px;
  padding: 11px 12px;
  border-radius: var(--r-md);
}
.login-menu-panel a:hover,
.login-menu-panel a:focus-visible {
  background: var(--bg-2);
}
.login-menu-panel span {
  font-weight: 600;
  color: var(--ink);
}
.login-menu-panel small {
  color: var(--ink-3);
  font-size: 12px;
  line-height: 1.35;
}

:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 3px;
}

.skip-link {
  position: absolute;
  left: 16px;
  top: 12px;
  z-index: 100;
  padding: 8px 12px;
  border-radius: 999px;
  background: var(--ink);
  color: white;
  transform: translateY(-160%);
  transition: transform .15s ease;
}
.skip-link:focus { transform: translateY(0); }

.nav-access { display: flex; gap: 8px; align-items: center; }

.contact-section { background: var(--bg); }
.contact-grid { grid-template-columns: repeat(3, 1fr); }
.contact-actions { display: flex; gap: 10px; flex-wrap: wrap; margin-top: auto; }

.page-main { padding: 72px 0 96px; }
.page-hero { padding: 64px 0 32px; border-bottom: 1px solid var(--line-2); }
.page-kicker { font-size: 12px; letter-spacing: .06em; text-transform: uppercase; color: var(--accent-ink); font-weight: 600; }
.page-title { font-family: 'Inter Tight', 'Inter', sans-serif; font-size: clamp(38px, 5vw, 64px); line-height: 1.02; letter-spacing: -0.035em; margin: 14px 0 18px; font-weight: 600; }
.page-subtitle { max-width: 760px; color: var(--ink-2); font-size: 18px; line-height: 1.55; }
.sales-page-main {
  padding: 48px 0 96px;
  background:
    linear-gradient(180deg, var(--bg) 0%, var(--bg-2) 100%);
}
.sales-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(520px, 1fr);
  gap: 48px;
  align-items: start;
}
.sales-aside {
  padding-top: 16px;
}
.sales-aside-list {
  display: grid;
  gap: 12px;
  margin-top: 28px;
}
.sales-aside-item {
  border: 1px solid var(--line-2);
  border-radius: var(--r-lg);
  background: white;
  padding: 16px;
  color: var(--ink-2);
}
.sales-aside-item strong {
  display: block;
  color: var(--ink);
  font-weight: 600;
  margin-bottom: 4px;
}
.sales-form-card {
  position: relative;
  border: 1px solid var(--line);
  border-radius: var(--r-xl);
  background: white;
  box-shadow: var(--shadow-lg);
  overflow: hidden;
}
.sales-form-card-native {
  overflow: visible;
}
.sales-native-form {
  padding: 38px;
}
.sales-consent-field {
  color: var(--ink-2);
  font-size: 13px;
}
.sales-checkbox-row {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  line-height: 1.45;
}
.sales-checkbox-row input {
  width: auto;
  margin-top: 3px;
}
.sales-consent-field .sales-checkbox-row input[type="checkbox"] {
  width: 18px;
  min-width: 18px;
  height: 18px;
  min-height: 18px;
  margin: 2px 0 0;
  padding: 0;
  flex: 0 0 18px;
  accent-color: var(--accent);
}
.sales-submit-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-top: 4px;
}
.sales-submit-row .integration-submit-note {
  margin-right: auto;
}
.sales-submit-row .pms-submit {
  justify-self: end;
  flex: 0 0 auto;
  margin-top: 0;
}
.sales-honeypot {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  opacity: 0;
}
.sales-form-frame {
  display: block;
  width: 100%;
  height: 980px;
  min-height: 980px;
  border: 0;
  background: white;
  opacity: 0;
  transition: opacity .24s ease;
}
.sales-form-card.is-loaded .sales-form-frame {
  opacity: 1;
}
.sales-form-skeleton {
  position: absolute;
  inset: 0;
  z-index: 1;
  padding: 44px 52px;
  background: white;
  display: grid;
  align-content: start;
  gap: 22px;
  transition: opacity .2s ease, visibility .2s ease;
}
.sales-form-card.is-loaded .sales-form-skeleton {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.sales-form-skeleton::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(110deg, transparent 0%, rgba(255,255,255,.72) 45%, transparent 62%);
  transform: translateX(-100%);
  animation: salesSkeletonSweep 1.4s ease-in-out infinite;
}
.sales-skeleton-head,
.sales-skeleton-row,
.sales-skeleton-button {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  background: var(--bg-2);
  border: 1px solid var(--line-2);
}
.sales-skeleton-head {
  width: min(280px, 70%);
  height: 38px;
  margin-bottom: 12px;
}
.sales-skeleton-row {
  width: 100%;
  height: 56px;
}
.sales-skeleton-row-short {
  width: 72%;
}
.sales-skeleton-button {
  height: 56px;
  margin-top: 12px;
  background: color-mix(in srgb, var(--ink) 88%, white);
}
@keyframes salesSkeletonSweep {
  0% { transform: translateX(-100%); }
  100% { transform: translateX(100%); }
}
.legal-layout { display: grid; grid-template-columns: 280px minmax(0, 1fr); gap: 48px; align-items: start; }
.legal-sidebar { position: sticky; top: 92px; border: 1px solid var(--line-2); border-radius: var(--r-lg); padding: 16px; background: var(--bg-2); }
.legal-sidebar h2 { margin: 0 0 10px; font-size: 12px; letter-spacing: .06em; text-transform: uppercase; color: var(--ink-3); }
.legal-sidebar a { display: block; padding: 7px 0; font-size: 13px; color: var(--ink-2); }
.legal-sidebar a:hover { color: var(--ink); }
.legal-content { max-width: 820px; min-width: 0; }
.legal-card { border: 1px solid var(--line-2); border-radius: var(--r-xl); background: white; box-shadow: var(--shadow-sm); padding: 40px; }
.legal-card h1, .legal-card h2, .legal-card h3 { font-family: 'Inter Tight', 'Inter', sans-serif; letter-spacing: -0.02em; line-height: 1.15; }
.legal-card h1 { font-size: 36px; margin: 0 0 18px; }
.legal-card h2 { font-size: 26px; margin: 42px 0 12px; padding-top: 8px; }
.legal-card h3 { font-size: 18px; margin: 28px 0 10px; }
.legal-card p, .legal-card li { color: var(--ink-2); }
.legal-card p { margin: 0 0 14px; }
.legal-card ul, .legal-card ol { padding-left: 22px; margin: 0 0 18px; }
.legal-card li + li { margin-top: 6px; }
.legal-card a { color: var(--accent-ink); text-decoration: underline; text-underline-offset: 3px; }
.legal-card hr { border: 0; border-top: 1px solid var(--line-2); margin: 32px 0; }
.legal-card table { width: 100%; border-collapse: collapse; margin: 18px 0 28px; font-size: 14px; }
.legal-card th, .legal-card td { border: 1px solid var(--line-2); padding: 10px 12px; text-align: left; vertical-align: top; }
.legal-card th { background: var(--bg-2); color: var(--ink); font-weight: 600; }
.notice-card { border: 1px solid var(--line); border-radius: var(--r-lg); padding: 18px; background: var(--bg-2); color: var(--ink-2); margin: 24px 0; }

@media (max-width: 1024px) {
  .legal-layout { grid-template-columns: 1fr; gap: 28px; }
  .sales-layout { grid-template-columns: 1fr; }
  .legal-sidebar { position: static; }
  .contact-grid { grid-template-columns: 1fr; }
}
@media (max-width: 720px) {
  .page-main { padding: 48px 0 72px; }
  .sales-page-main { padding: 32px 0 72px; }
  .sales-form-card { border-radius: var(--r-lg); }
  .sales-form-frame {
    height: 1040px;
    min-height: 1040px;
  }
  .sales-form-skeleton {
    padding: 30px 24px;
  }
  .page-hero { padding: 48px 0 24px; }
  .legal-card { padding: 24px; border-radius: var(--r-lg); }
  .legal-card table { display: block; overflow-x: auto; white-space: nowrap; }
  .legal-card table.is-stacked-table {
    display: grid;
    gap: 12px;
    overflow: visible;
    white-space: normal;
  }
  .legal-card table.is-stacked-table thead { display: none; }
  .legal-card table.is-stacked-table tbody {
    display: grid;
    gap: 12px;
  }
  .legal-card table.is-stacked-table tr {
    display: grid;
    overflow: hidden;
    border: 1px solid var(--line-2);
    border-radius: var(--r-lg);
    background: white;
  }
  .legal-card table.is-stacked-table td {
    display: grid;
    grid-template-columns: minmax(96px, 34%) minmax(0, 1fr);
    gap: 12px;
    border: 0;
    border-top: 1px solid var(--line-2);
    overflow-wrap: anywhere;
  }
  .legal-card table.is-stacked-table td:first-child { border-top: 0; }
  .legal-card table.is-stacked-table td::before {
    content: attr(data-label);
    color: var(--ink);
    font-weight: 700;
  }
  .nav-access .tenant-login { display: none; }
}

/* PMS integration check page */
.pms-check-hero {
  padding-bottom: 40px;
  overflow-x: clip;
}
.pms-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(440px, 0.9fr);
  gap: 64px;
  align-items: center;
}
.pms-hero-copy {
  min-width: 0;
}
.pms-hero-form-card {
  align-self: center;
  min-width: 0;
}
.pms-proof-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}
.pms-proof-row span {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 8px 12px;
  border: 1px solid var(--line-2);
  border-radius: 999px;
  background: white;
  color: var(--accent-ink);
  font-size: 13px;
  font-weight: 600;
  max-width: 100%;
  white-space: normal;
}
.pms-check-hero .page-title,
.pms-check-hero .page-subtitle,
.pms-steps li,
.pms-field input,
.pms-field textarea {
  overflow-wrap: anywhere;
}
.pms-hero-card {
  border: 1px solid var(--line);
  border-radius: var(--r-xl);
  background:
    radial-gradient(circle at 100% 0%, rgba(0, 92, 55, 0.10), transparent 42%),
    white;
  box-shadow: var(--shadow-lg);
  padding: 28px;
}
.pms-steps {
  list-style: none;
  margin: 22px 0 0;
  padding: 0;
  display: grid;
  gap: 18px;
  counter-reset: pmsStep;
}
.pms-steps li {
  position: relative;
  padding-left: 44px;
  color: var(--ink-2);
  line-height: 1.45;
}
.pms-steps li::before {
  counter-increment: pmsStep;
  content: counter(pmsStep);
  position: absolute;
  left: 0;
  top: 0;
  width: 28px;
  height: 28px;
  border-radius: 999px;
  background: var(--ink);
  color: white;
  display: grid;
  place-items: center;
  font-size: 12px;
  font-weight: 700;
}
.pms-steps strong {
  display: block;
  color: var(--ink);
  font-weight: 650;
  margin-bottom: 4px;
}
.pms-steps span {
  display: block;
}
.pms-check-main {
  padding: 32px 0 76px;
  overflow-x: clip;
  background: linear-gradient(180deg, var(--bg) 0%, var(--bg-2) 100%);
}
.pms-check-hero {
  background: linear-gradient(180deg, var(--bg) 0%, var(--bg-2) 100%);
}
.pms-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.58fr) minmax(520px, 1fr);
  gap: 48px;
  align-items: start;
}
.pms-layout-compact {
  grid-template-columns: minmax(0, 640px);
  justify-content: start;
}
.pms-form-card {
  border: 1px solid var(--line);
  border-radius: var(--r-xl);
  background: white;
  box-shadow: var(--shadow-lg);
  overflow: hidden;
}
.pms-form {
  display: grid;
  gap: 18px;
  padding: 38px;
}
.pms-form-compact {
  gap: 16px;
  padding: 30px;
}
.pms-form-head h2 {
  font-family: 'Inter Tight', 'Inter', sans-serif;
  font-size: clamp(28px, 3vw, 40px);
  line-height: 1.05;
  letter-spacing: -0.03em;
  margin: 10px 0;
}
.pms-form-head p {
  color: var(--ink-2);
  margin: 0;
}
.pms-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}
.pms-form-grid-minimal {
  gap: 12px;
}
.pms-field {
  display: grid;
  gap: 8px;
  color: var(--ink-2);
  font-size: 13px;
  font-weight: 600;
}
.pms-field input,
.pms-field select,
.pms-field textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: white;
  color: var(--ink);
  font: inherit;
  font-weight: 450;
  padding: 13px 14px;
  outline: none;
  transition: border-color .15s ease, box-shadow .15s ease;
}
.pms-field select {
  appearance: none;
  -webkit-appearance: none;
  padding-right: 46px;
  background-color: white;
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.75 5.25L7 8.5l3.25-3.25' stroke='%23101518' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 16px center;
  background-size: 14px 14px;
}
.pms-field select::-ms-expand {
  display: none;
}
.pms-field input,
.pms-field select {
  min-height: 48px;
}
.pms-field textarea {
  resize: vertical;
  min-height: 132px;
  line-height: 1.5;
}
.pms-field input:focus,
.pms-field select:focus,
.pms-field textarea:focus {
  border-color: var(--accent);
  box-shadow: 0 0 0 3px rgba(0, 92, 55, 0.10);
}
.pms-reassurance {
  display: grid;
  gap: 4px;
  border: 1px solid color-mix(in srgb, var(--accent) 22%, var(--line-2));
  border-radius: var(--r-lg);
  background: var(--accent-bg);
  color: var(--accent-ink);
  padding: 16px;
  line-height: 1.5;
}
.pms-reassurance strong {
  color: var(--ink);
}
.pms-submit {
  justify-self: start;
  margin-top: 4px;
}
.integration-submit-wrap {
  display: grid;
  gap: 8px;
  justify-items: start;
}
.integration-submit-note {
  margin: 0;
  max-width: 540px;
  color: var(--ink-3);
  font-size: 12px;
  line-height: 1.45;
}
.pms-form-fallback {
  margin: 0;
  color: var(--ink-3);
  font-size: 13px;
}
.pms-form-fallback a {
  color: var(--accent-ink);
  font-weight: 600;
}

.integration-picker {
  border: 1px solid var(--line-2);
  border-radius: var(--r-lg);
  padding: 18px;
  margin: 0;
  display: grid;
  gap: 14px;
  background: var(--bg-2);
}
.integration-picker legend {
  padding: 0 8px;
  color: var(--ink);
  font-size: 13px;
  font-weight: 700;
}
.integration-group-label {
  color: var(--ink-3);
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.integration-option-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}
.integration-option {
  position: relative;
  display: flex;
  min-width: 0;
  cursor: pointer;
}
.integration-option input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.integration-option span {
  width: 100%;
  min-height: 64px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: white;
  padding: 13px 14px;
  display: grid;
  gap: 4px;
  transition: border-color .15s ease, box-shadow .15s ease, background .15s ease;
}
.integration-option strong {
  color: var(--ink);
  font-weight: 700;
  line-height: 1.15;
}
.integration-option small {
  color: var(--ink-3);
  font-size: 12px;
  font-weight: 600;
}
.integration-option input:focus-visible + span {
  outline: 2px solid var(--accent);
  outline-offset: 2px;
}
.integration-option input:checked + span {
  border-color: var(--accent);
  background: var(--accent-bg);
  box-shadow: 0 0 0 3px rgba(0, 92, 55, 0.10);
}
.integration-option-pipeline input:checked + span {
  border-color: color-mix(in srgb, var(--accent) 54%, var(--line));
  background: linear-gradient(180deg, white 0%, var(--accent-bg) 100%);
}
.integration-status-card[hidden] {
  display: none;
}
.integration-status-card {
  display: grid;
  gap: 5px;
  border: 1px solid var(--line-2);
  border-radius: var(--r-lg);
  background: white;
  padding: 16px;
  color: var(--ink-2);
  line-height: 1.5;
}
.integration-status-card-compact {
  padding: 14px 16px;
  min-height: 84px;
}
.integration-status-card strong {
  color: var(--ink);
}
.integration-status-card[data-status="active"] {
  border-color: color-mix(in srgb, var(--accent) 28%, var(--line));
  background: var(--accent-bg);
  color: var(--accent-ink);
}
.integration-status-card[data-status="pipeline"] {
  border-color: color-mix(in srgb, var(--accent) 20%, var(--line));
  background: linear-gradient(180deg, white 0%, var(--bg-2) 100%);
}
.pms-field-conditional[hidden] {
  display: none;
}
.integration-coverage {
  border-top: 1px solid var(--line-2);
  padding-top: 14px;
  display: grid;
  gap: 10px;
  color: var(--ink-3);
  font-size: 12px;
  font-weight: 600;
}
.integration-coverage ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.integration-coverage li {
  border: 1px solid var(--line-2);
  border-radius: 999px;
  background: var(--bg-2);
  color: var(--ink-2);
  padding: 6px 9px;
  line-height: 1;
}
.integration-skill-note {
  margin: 2px 0 0;
  color: var(--ink-3);
  font-size: 12px;
  line-height: 1.45;
  font-weight: 500;
}
.integration-skill-note a {
  color: var(--accent-ink);
  font-weight: 650;
  text-decoration: underline;
  text-underline-offset: 3px;
}

@media (max-width: 980px) {
  .pms-hero-grid,
  .pms-layout {
    grid-template-columns: 1fr;
  }
  .pms-layout { gap: 28px; }
}
@media (max-width: 640px) {
  .pms-check-hero { padding-bottom: 28px; }
  .pms-proof-row { display: grid; grid-template-columns: 1fr; }
  .pms-proof-row span { justify-content: center; }
  .pms-steps li { padding-left: 38px; }
  .pms-hero-card,
  .pms-form { padding: 24px; }
  .pms-form-grid,
  .integration-option-grid { grid-template-columns: 1fr; }
  .integration-picker { padding: 14px; }
  .pms-submit { width: 100%; justify-content: center; }
}

@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;
  }
}


  /* Pricing plans — CasaPay SaaS packages */
  .pricing-plans-hero .section-sub { max-width: 760px; }
  .pricing-plans-section,
  .pricing-comparison-section,
  .pricing-logic-section {
    padding: 32px 0;
  }
  .pricing-plan-intro {
    display: grid;
    grid-template-columns: minmax(0, 0.85fr) minmax(320px, 0.65fr);
    gap: 48px;
    align-items: end;
    margin-bottom: 28px;
  }
  .pricing-plan-intro .section-title { margin: 8px 0 0; }
  .pricing-plan-intro p {
    margin: 0;
    color: var(--ink-2);
    line-height: 1.6;
  }
  .plan-cards {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1px;
    background: var(--line-2);
    border: 1px solid var(--line-2);
    border-radius: var(--r-xl);
    overflow: hidden;
  }
  .plan-card {
    position: relative;
    background: var(--bg);
    min-width: 0;
    padding: 30px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    min-height: 620px;
  }
  .plan-card-highlight {
    background: linear-gradient(180deg, var(--accent-bg), var(--bg) 42%);
    box-shadow: inset 0 0 0 1px color-mix(in srgb, var(--accent) 40%, transparent);
  }
  .plan-card-free { background: color-mix(in srgb, var(--bg-2) 72%, white); }
  .plan-card-dark {
    background: var(--ink);
    color: white;
  }
  .plan-card-dark .plan-description,
  .plan-card-dark .plan-feature-list li,
  .plan-card-dark .plan-kicker { color: oklch(0.80 0.006 250); }
  .plan-card-dark .plan-price { color: white; }
  .plan-badge {
    position: absolute;
    top: 18px;
    right: 18px;
    font-family: 'JetBrains Mono', ui-monospace, monospace;
    font-size: 10px;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: white;
    background: var(--accent);
    border-radius: 999px;
    padding: 5px 9px;
  }
  .plan-card-top {
    display: flex;
    justify-content: space-between;
    gap: 18px;
    align-items: flex-start;
    min-height: 98px;
  }
  .plan-kicker {
    display: block;
    color: var(--accent-ink);
    font-family: 'JetBrains Mono', ui-monospace, monospace;
    font-size: 10px;
    line-height: 1.35;
    letter-spacing: .08em;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 8px;
  }
  .plan-card h3 {
    font-family: 'Inter Tight', 'Inter', sans-serif;
    font-size: 30px;
    line-height: 1;
    letter-spacing: -.035em;
    margin: 0;
  }
  .plan-price {
    font-family: 'Inter Tight', 'Inter', sans-serif;
    font-size: 14px;
    line-height: 1.2;
    font-weight: 600;
    color: var(--ink-2);
    text-align: right;
    max-width: 92px;
  }
  .plan-description {
    margin: 0;
    color: var(--ink-2);
    line-height: 1.55;
    min-height: 88px;
  }
  .plan-feature-list {
    list-style: none;
    padding: 0;
    margin: 0 0 8px;
    display: flex;
    flex-direction: column;
    gap: 11px;
    font-size: 14px;
  }
  .plan-feature-list li {
    color: var(--ink-2);
    display: flex;
    align-items: flex-start;
    gap: 10px;
  }
  .plan-feature-list li::before {
    content: "✓";
    color: var(--accent-ink);
    font-weight: 700;
    flex: 0 0 auto;
  }
  .plan-card-dark .plan-feature-list li::before { color: oklch(0.78 0.10 155); }
  .plan-card .btn { align-self: flex-start; margin-top: auto; }
  .pricing-note-card {
    margin-top: 18px;
    border: 1px solid var(--line-2);
    border-radius: var(--r-lg);
    background: var(--bg-2);
    padding: 18px 20px;
    color: var(--ink-2);
    line-height: 1.6;
    font-size: 14px;
  }
  .pricing-note-card strong { color: var(--ink); }
  .pricing-comparison-head { max-width: 850px; }
  .pricing-module-table {
    border: 1px solid var(--line-2);
    border-radius: var(--r-xl);
    overflow: hidden;
    background: var(--line-2);
  }
  .module-row {
    display: grid;
    grid-template-columns: minmax(210px, 1.05fr) repeat(4, minmax(150px, 1fr));
    gap: 1px;
  }
  .module-row > div {
    background: var(--bg);
    padding: 15px 16px;
    min-width: 0;
    color: var(--ink-2);
    font-size: 13.5px;
    line-height: 1.45;
  }
  .module-row > div:first-child {
    color: var(--ink);
    font-weight: 600;
  }
  .module-head > div {
    background: var(--ink);
    color: white;
    font-family: 'Inter Tight', 'Inter', sans-serif;
    font-weight: 600;
    letter-spacing: -.01em;
  }
  .pricing-logic-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1px;
    border: 1px solid var(--line-2);
    border-radius: var(--r-xl);
    overflow: hidden;
    background: var(--line-2);
  }
  .pricing-logic-grid article {
    background: var(--bg);
    padding: 32px;
    min-width: 0;
  }
  .pricing-logic-grid h3 {
    font-family: 'Inter Tight', 'Inter', sans-serif;
    font-size: 24px;
    line-height: 1.08;
    letter-spacing: -.03em;
    margin: 0 0 14px;
  }
  .pricing-logic-grid p {
    margin: 0;
    color: var(--ink-2);
    line-height: 1.6;
  }

  @media (max-width: 1120px) {
    .plan-cards { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .plan-card { min-height: 560px; }
    .pricing-module-table { overflow-x: auto; }
    .module-row { min-width: 920px; }
  }
  @media (max-width: 820px) {
    .pricing-plan-intro { grid-template-columns: 1fr; gap: 14px; align-items: start; }
    .pricing-logic-grid { grid-template-columns: 1fr; }
  }
  @media (max-width: 680px) {
    .plan-cards { grid-template-columns: 1fr; }
    .plan-card { padding: 26px; min-height: auto; }
    .plan-card-top { min-height: 0; }
    .plan-description { min-height: 0; }
    .plan-badge { position: static; width: fit-content; order: -1; margin-bottom: -6px; }
    .module-row {
      display: block;
      min-width: 0;
      background: var(--bg);
      border-bottom: 1px solid var(--line-2);
    }
    .module-head { display: none; }
    .module-row > div {
      display: grid;
      grid-template-columns: 112px minmax(0, 1fr);
      gap: 12px;
      border-bottom: 1px solid var(--line-2);
      padding: 12px 16px;
    }
    .module-row > div:first-child {
      display: block;
      background: var(--bg-2);
      border-bottom: 1px solid var(--line-2);
      padding: 14px 16px;
    }
    .module-row > div:nth-child(2)::before { content: "Starter"; color: var(--ink-3); font-family: 'JetBrains Mono', monospace; font-size: 10px; text-transform: uppercase; letter-spacing: .08em; }
    .module-row > div:nth-child(3)::before { content: "Pro"; color: var(--ink-3); font-family: 'JetBrains Mono', monospace; font-size: 10px; text-transform: uppercase; letter-spacing: .08em; }
    .module-row > div:nth-child(4)::before { content: "Premium"; color: var(--ink-3); font-family: 'JetBrains Mono', monospace; font-size: 10px; text-transform: uppercase; letter-spacing: .08em; }
    .module-row > div:nth-child(5)::before { content: "Enterprise"; color: var(--ink-3); font-family: 'JetBrains Mono', monospace; font-size: 10px; text-transform: uppercase; letter-spacing: .08em; }
    .pricing-module-table { overflow: hidden; }
  }


  /* Pricing matrix variant — 3 public plans side-by-side, Enterprise below */
  .pricing-matrix {
    border: 1px solid var(--line-2);
    border-radius: var(--r-xl);
    overflow: hidden;
    background: var(--line-2);
  }
  .pricing-matrix-row {
    display: grid;
    grid-template-columns: minmax(180px, .72fr) repeat(3, minmax(0, 1fr));
    gap: 1px;
  }
  .pricing-matrix-row > div {
    background: var(--bg);
    padding: 16px 18px;
    color: var(--ink-2);
    line-height: 1.45;
    min-width: 0;
    font-size: 14px;
  }
  .pricing-matrix-head > div {
    padding: 26px;
  }
  .pricing-matrix-head .matrix-capability {
    background: var(--ink);
    color: white;
    display: flex;
    align-items: flex-start;
    font-family: 'Inter Tight', 'Inter', sans-serif;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: -.02em;
  }
  .matrix-capability {
    color: var(--ink) !important;
    font-weight: 650;
    background: color-mix(in srgb, var(--bg-2) 70%, white) !important;
  }
  .matrix-plan {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 14px;
    min-height: 290px;
  }
  .matrix-plan h3 {
    margin: 0;
    font-family: 'Inter Tight', 'Inter', sans-serif;
    font-size: 34px;
    line-height: 1;
    letter-spacing: -.04em;
    color: var(--ink);
  }
  .matrix-plan p {
    margin: 0;
    color: var(--ink-2);
    line-height: 1.55;
  }
  .matrix-plan strong {
    display: block;
    margin-top: auto;
    font-family: 'Inter Tight', 'Inter', sans-serif;
    color: var(--ink);
    font-size: 15px;
    letter-spacing: -.01em;
  }
  .matrix-plan .btn { align-self: flex-start; }
  .matrix-pro {
    background: linear-gradient(180deg, var(--accent-bg), var(--bg) 58%) !important;
    box-shadow: inset 0 0 0 1px color-mix(in srgb, var(--accent) 42%, transparent);
  }
  .matrix-premium {
    background: linear-gradient(180deg, color-mix(in srgb, var(--ink) 5%, var(--bg)), var(--bg) 58%) !important;
  }
  .pricing-matrix-row:not(.pricing-matrix-head) > div:nth-child(3) {
    background: color-mix(in srgb, var(--accent-bg) 45%, white);
  }
  .pricing-enterprise-band {
    margin-top: 18px;
    background: var(--ink);
    color: white;
    border-radius: var(--r-xl);
    padding: 30px;
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(280px, .82fr) auto;
    gap: 28px;
    align-items: center;
  }
  .pricing-enterprise-band h3 {
    margin: 0 0 10px;
    font-family: 'Inter Tight', 'Inter', sans-serif;
    font-size: 32px;
    line-height: 1;
    letter-spacing: -.04em;
  }
  .pricing-enterprise-band p {
    margin: 0;
    color: oklch(0.80 0.006 250);
    line-height: 1.6;
  }
  .pricing-enterprise-band ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 9px;
    color: oklch(0.84 0.006 250);
    font-size: 14px;
  }
  .pricing-enterprise-band li {
    display: flex;
    gap: 9px;
    align-items: flex-start;
  }
  .pricing-enterprise-band li::before {
    content: "✓";
    color: oklch(0.78 0.10 155);
    font-weight: 700;
    flex: 0 0 auto;
  }
  .pricing-enterprise-band .plan-kicker { color: oklch(0.78 0.10 155); }
  .pricing-enterprise-band .btn { white-space: nowrap; }

  @media (max-width: 1050px) {
    .pricing-matrix-row {
      grid-template-columns: minmax(150px, .65fr) repeat(3, minmax(0, 1fr));
    }
    .pricing-matrix-head > div { padding: 22px; }
    .matrix-plan h3 { font-size: 30px; }
    .pricing-enterprise-band { grid-template-columns: 1fr; align-items: start; }
    .pricing-enterprise-band .btn { justify-self: start; }
  }
  @media (max-width: 760px) {
    .pricing-matrix {
      background: var(--bg);
      border-radius: var(--r-lg);
    }
    .pricing-matrix-row {
      display: block;
      border-bottom: 1px solid var(--line-2);
      background: var(--bg);
    }
    .pricing-matrix-head {
      display: grid;
      grid-template-columns: 1fr;
      gap: 1px;
      background: var(--line-2);
      border-bottom: none;
    }
    .pricing-matrix-head .matrix-capability { display: none; }
    .pricing-matrix-head > div { padding: 24px; }
    .matrix-plan { min-height: 0; }
    .pricing-matrix-row:not(.pricing-matrix-head) > div {
      display: grid;
      grid-template-columns: 102px minmax(0, 1fr);
      gap: 12px;
      padding: 13px 16px;
      border-bottom: 1px solid var(--line-2);
      background: var(--bg) !important;
    }
    .pricing-matrix-row:not(.pricing-matrix-head) > .matrix-capability {
      display: block;
      padding: 15px 16px;
      background: var(--bg-2) !important;
      border-bottom: 1px solid var(--line-2);
    }
    .pricing-matrix-row:not(.pricing-matrix-head) > div:nth-child(2)::before,
    .pricing-matrix-row:not(.pricing-matrix-head) > div:nth-child(3)::before,
    .pricing-matrix-row:not(.pricing-matrix-head) > div:nth-child(4)::before {
      color: var(--ink-3);
      font-family: 'JetBrains Mono', monospace;
      font-size: 10px;
      text-transform: uppercase;
      letter-spacing: .08em;
    }
    .pricing-matrix-row:not(.pricing-matrix-head) > div:nth-child(2)::before { content: "Starter"; }
    .pricing-matrix-row:not(.pricing-matrix-head) > div:nth-child(3)::before { content: "Pro"; }
    .pricing-matrix-row:not(.pricing-matrix-head) > div:nth-child(4)::before { content: "Premium"; }
    .pricing-enterprise-band { padding: 26px; }
    .pricing-enterprise-band h3 { font-size: 30px; }
  }


  /* Compact checkmark pricing matrix */
  .compact-pricing-matrix .pricing-matrix-head .matrix-plan {
    min-height: 190px;
    align-items: center;
    text-align: center;
  }
  .compact-pricing-matrix .pricing-matrix-head .matrix-plan h3 {
    font-size: clamp(28px, 3vw, 40px);
  }
  .compact-pricing-matrix .pricing-matrix-head .matrix-plan strong {
    margin-top: 2px;
  }
  .compact-pricing-matrix .pricing-matrix-row:not(.pricing-matrix-head) > div:not(.matrix-capability) {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 58px;
    padding: 11px 14px;
  }
  .compact-pricing-matrix .pricing-matrix-row:not(.pricing-matrix-head) > .matrix-capability {
    display: flex;
    align-items: center;
    padding: 0;
  }
  .pricing-matrix-legend {
    display: grid;
    grid-template-columns: repeat(2, auto) 1fr;
    gap: 14px 20px;
    align-items: center;
    background: var(--bg);
    border-top: 1px solid var(--line-2);
    border-bottom: 1px solid var(--line-2);
    padding: 14px 18px;
    color: var(--ink-3);
    font-size: 13px;
  }
  .pricing-matrix-legend span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
  }
  .pricing-matrix-legend .legend-note {
    justify-self: end;
    font-family: 'JetBrains Mono', monospace;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: .06em;
  }
  .matrix-icon {
    width: 30px;
    height: 30px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    line-height: 1;
    font-weight: 800;
    font-family: 'Inter', sans-serif;
  }
  .matrix-icon-yes {
    color: oklch(0.55 0.16 150);
    background: color-mix(in srgb, var(--accent-bg) 70%, white);
  }
  .matrix-icon-no {
    color: oklch(0.58 0.20 25);
    background: oklch(0.96 0.03 25);
  }
  .matrix-icon-partial {
    color: oklch(0.55 0.10 80);
    background: oklch(0.96 0.04 85);
    font-size: 22px;
  }
  .module-detail {
    width: 100%;
  }
  .module-detail summary {
    list-style: none;
    cursor: pointer;
    min-height: 58px;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 18px;
    color: var(--ink);
    font-weight: 700;
    outline: none;
    user-select: none;
  }
  .module-detail summary::-webkit-details-marker { display: none; }
  .module-detail summary::after {
    content: "+";
    margin-left: auto;
    width: 22px;
    height: 22px;
    border-radius: 999px;
    border: 1px solid var(--line-2);
    color: var(--ink-3);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    flex: 0 0 auto;
  }
  .module-detail[open] summary::after { content: "−"; }
  .module-detail summary:focus-visible {
    box-shadow: inset 0 0 0 2px var(--accent);
    border-radius: 10px;
  }
  .module-detail p {
    margin: 0;
    padding: 0 18px 16px;
    color: var(--ink-3);
    font-size: 13px;
    line-height: 1.45;
    font-weight: 450;
  }
  .compact-pricing-matrix .pricing-matrix-row:has(.module-detail[open]) > div {
    background: color-mix(in srgb, var(--bg-2) 70%, white) !important;
  }

  @media (max-width: 760px) {
    .compact-pricing-matrix .pricing-matrix-head .matrix-plan {
      min-height: 0;
      align-items: flex-start;
      text-align: left;
    }
    .pricing-matrix-legend {
      grid-template-columns: 1fr;
      gap: 9px;
    }
    .pricing-matrix-legend .legend-note { justify-self: start; }
    .compact-pricing-matrix .pricing-matrix-row:not(.pricing-matrix-head) > div:not(.matrix-capability) {
      min-height: 48px;
      justify-content: flex-start;
      padding: 10px 16px;
    }
    .compact-pricing-matrix .pricing-matrix-row:not(.pricing-matrix-head) > .matrix-capability {
      display: block;
      padding: 0;
    }
    .module-detail summary { min-height: 52px; padding: 13px 16px; }
    .module-detail p { padding: 0 16px 14px; }
    .matrix-icon { width: 27px; height: 27px; font-size: 21px; }
  }


  /* Included-first pricing plan matrix */
  .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
  }
  .pricing-in-out-matrix {
    border: 1px solid var(--line);
    border-radius: var(--radius-lg);
    overflow: hidden;
    background: white;
    box-shadow: var(--shadow-soft);
  }
  .pricing-plan-columns {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .pricing-plan-column {
    display: flex;
    flex-direction: column;
    min-width: 0;
    background: white;
  }
  .pricing-plan-column + .pricing-plan-column {
    border-left: 1px solid var(--line-2);
  }
  .pricing-plan-column.matrix-pro {
    background: color-mix(in srgb, var(--accent-bg) 34%, white);
  }
  .plan-column-head {
    min-height: 210px;
    padding: 26px 22px 22px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
    text-align: center;
    border-bottom: 1px solid var(--line-2);
    background: linear-gradient(180deg, color-mix(in srgb, var(--bg-2) 70%, white), white);
  }
  .matrix-pro .plan-column-head {
    background: linear-gradient(180deg, color-mix(in srgb, var(--accent-bg) 72%, white), color-mix(in srgb, var(--accent-bg) 30%, white));
  }
  .plan-column-head h3 {
    margin: 0;
    font-size: clamp(28px, 3vw, 40px);
    line-height: 1;
    letter-spacing: -0.04em;
  }
  .plan-column-head strong {
    color: var(--ink-2);
    font-size: 15px;
  }
  .plan-module-group {
    padding: 18px 18px 20px;
  }
  .plan-module-group + .plan-module-group {
    border-top: 1px solid var(--line-2);
  }
  .plan-module-group h4 {
    margin: 0 0 12px;
    display: flex;
    align-items: center;
    gap: 9px;
    color: var(--ink);
    font-size: 13px;
    line-height: 1.2;
    text-transform: uppercase;
    letter-spacing: .06em;
    font-family: 'JetBrains Mono', monospace;
  }
  .plan-module-group h4 .matrix-icon {
    width: 22px;
    height: 22px;
    font-size: 17px;
  }
  .plan-module-group-out {
    margin-top: auto;
    background: color-mix(in srgb, var(--bg) 74%, white);
  }
  .plan-module-detail {
    border: 1px solid var(--line-2);
    border-radius: 14px;
    background: white;
    overflow: hidden;
  }
  .matrix-pro .plan-module-detail {
    background: color-mix(in srgb, white 82%, var(--accent-bg));
  }
  .plan-module-detail + .plan-module-detail,
  .all-included-note {
    margin-top: 8px;
  }
  .plan-module-detail summary {
    min-height: 42px;
    padding: 8px 12px;
    gap: 9px;
    font-size: 14px;
    font-weight: 700;
  }
  .plan-module-detail summary::after {
    width: 18px;
    height: 18px;
    font-size: 13px;
  }
  .plan-module-detail summary .matrix-icon {
    width: 24px;
    height: 24px;
    font-size: 18px;
    flex: 0 0 auto;
  }
  .plan-module-detail p {
    padding: 0 12px 12px 45px;
    font-size: 12.5px;
  }
  .all-included-note {
    border: 1px dashed color-mix(in srgb, var(--accent) 40%, var(--line));
    border-radius: 14px;
    padding: 12px;
    color: var(--ink-3);
    font-size: 13px;
    background: color-mix(in srgb, var(--accent-bg) 60%, white);
  }
  .included-first-matrix .matrix-capability {
    display: flex;
    align-items: center;
    gap: 10px;
  }
  .included-first-matrix .matrix-capability .matrix-icon {
    width: 24px;
    height: 24px;
    font-size: 18px;
    flex: 0 0 auto;
  }
  .included-first-matrix .module-status-row > .matrix-module-cell {
    display: flex !important;
    flex-direction: column;
    align-items: stretch !important;
    justify-content: flex-start !important;
    gap: 8px;
    min-height: 0 !important;
    padding: 16px !important;
  }
  .included-first-matrix .module-status-row-out > .matrix-module-cell {
    background: color-mix(in srgb, var(--bg-2) 70%, white) !important;
  }
  .included-first-matrix .pricing-matrix-legend {
    border-top: 0;
  }

  @media (max-width: 920px) {
    .pricing-plan-columns {
      grid-template-columns: 1fr;
    }
    .pricing-plan-column + .pricing-plan-column {
      border-left: 0;
      border-top: 1px solid var(--line-2);
    }
    .plan-column-head {
      min-height: 0;
      align-items: flex-start;
      text-align: left;
    }
    .plan-module-group-out {
      margin-top: 0;
    }
  }


  /* Benchmark-style visual pricing matrix — CasaPay integrated column headers */
  .visual-pricing-matrix {
    display: grid;
    grid-template-columns: minmax(260px, 1.35fr) repeat(3, minmax(170px, 1fr));
    gap: 0;
    margin-top: 34px;
    border: 1px solid var(--line-2);
    border-radius: 24px;
    background: linear-gradient(90deg, #fff 0%, var(--bg-2) 100%);
    box-shadow: 0 24px 70px rgba(12, 20, 16, 0.08);
    overflow: hidden;
  }
  .visual-services-column,
  .visual-plan-column {
    min-width: 0;
    padding: 22px 28px 28px;
    background: rgba(255,255,255,.86);
  }
  .visual-plan-column {
    text-align: center;
    border-left: 1px solid var(--line-2);
  }
  .visual-plan-pro {
    background: linear-gradient(180deg, color-mix(in srgb, var(--accent-bg) 52%, white), rgba(255,255,255,.9));
    box-shadow: inset 0 0 0 1px color-mix(in srgb, var(--accent) 32%, transparent);
  }
  .visual-plan-premium {
    background: linear-gradient(180deg, color-mix(in srgb, var(--ink) 4%, white), rgba(255,255,255,.92));
  }
  .visual-plan-icon { display: none; }
  .visual-plan-tab {
    position: relative;
    height: 168px;
    min-height: 168px;
    margin: 0 0 24px;
    padding: 22px 20px 20px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    border: 1px solid var(--line-2);
    border-radius: 22px;
    background: rgba(255, 255, 255, .96);
    color: var(--ink);
    text-align: left;
    box-shadow: 0 16px 40px rgba(12, 20, 16, .07);
  }
  .visual-plan-tab::after {
    content: '';
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: 0;
    height: 3px;
    border-radius: 999px 999px 0 0;
    background: color-mix(in srgb, var(--accent) 46%, transparent);
  }
  .visual-plan-tab .visual-plan-kicker {
    margin-bottom: 9px;
    font-family: 'JetBrains Mono', monospace;
    font-size: 10px;
    font-weight: 750;
    line-height: 1;
    letter-spacing: .09em;
    text-transform: uppercase;
    color: var(--accent);
  }
  .visual-plan-tab strong {
    display: block;
    margin: 0 0 8px;
    font-family: 'Inter Tight', 'Inter', sans-serif;
    font-size: clamp(21px, 1.8vw, 27px);
    font-weight: 760;
    line-height: .98;
    letter-spacing: -.045em;
    color: var(--ink);
  }
  .visual-plan-tab .visual-plan-rate {
    display: block;
    margin: 0 0 14px;
    font-family: 'JetBrains Mono', monospace;
    font-size: 11px;
    font-weight: 760;
    line-height: 1.15;
    letter-spacing: .055em;
    text-transform: uppercase;
    color: var(--accent);
  }
  .visual-plan-tab em {
    display: block;
    max-width: 24ch;
    font-style: normal;
    color: var(--ink-3);
    font-size: 12px;
    font-weight: 520;
    line-height: 1.38;
  }
  .visual-plan-tab .plan-badge {
    position: static;
    order: -2;
    align-self: flex-start;
    margin: 0 0 10px;
    padding: 6px 9px;
    border-radius: 999px;
    background: var(--accent);
    color: white;
    font-family: 'JetBrains Mono', monospace;
    font-size: 9px;
    font-weight: 750;
    line-height: 1;
    letter-spacing: .08em;
    text-transform: uppercase;
  }
  .visual-services-tab {
    background: var(--ink);
    border-color: color-mix(in srgb, var(--ink) 72%, white);
    box-shadow: none;
  }
  .visual-services-tab .visual-plan-kicker,
  .visual-services-tab strong,
  .visual-services-tab em { color: white; }
  .visual-services-tab em { opacity: .72; }
  .visual-services-tab::after { background: var(--accent); }
  .visual-plan-pro .visual-plan-tab {
    border-color: color-mix(in srgb, var(--accent) 50%, var(--line-2));
    background: linear-gradient(180deg, color-mix(in srgb, var(--accent-bg) 50%, white), white 86%);
  }
  .visual-plan-premium .visual-plan-tab::after {
    background: color-mix(in srgb, var(--ink) 48%, transparent);
  }
  .visual-feature-list,
  .visual-check-list {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .visual-feature-list li,
  .visual-check-list li {
    height: 44px;
    min-height: 44px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid color-mix(in srgb, var(--line-2) 82%, transparent);
  }
  .visual-feature-list li {
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    color: var(--ink);
    font-size: 13.5px;
    font-weight: 650;
    line-height: 1.25;
  }
  .visual-feature-list .feature-note {
    display: block;
    margin-top: 2px;
    color: var(--muted);
    font-size: 10.5px;
    font-weight: 550;
    line-height: 1.1;
  }
  .visual-check-list li { justify-content: center; }
  .visual-mark {
    display: inline-flex;
    width: 26px;
    height: 26px;
    align-items: center;
    justify-content: center;
    font-family: 'Inter', sans-serif;
    font-size: 29px;
    line-height: 1;
    font-weight: 850;
  }
  .visual-mark-yes { color: oklch(0.61 0.17 150); }
  .visual-mark-no { color: oklch(0.57 0.21 24); }
  .visual-mark-optional { color: var(--accent); font-size: 22px; }
  .visual-option-config {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    max-width: 100%;
  }
  .visual-option-config select {
    appearance: none;
    -webkit-appearance: none;
    min-height: 30px;
    max-width: 104px;
    padding: 6px 26px 6px 10px;
    border: 1px solid color-mix(in srgb, var(--accent) 34%, var(--line));
    border-radius: 999px;
    background-color: #fff;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12' fill='none'%3E%3Cpath d='M3 4.5L6 7.5L9 4.5' stroke='%23158A4F' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 9px center;
    color: var(--ink);
    font-family: 'Inter', system-ui, -apple-system, sans-serif;
    font-size: 12px;
    font-weight: 680;
    line-height: 1;
    cursor: pointer;
    box-shadow: 0 6px 18px rgba(21, 138, 79, .08);
  }
  .visual-option-config select:focus-visible {
    outline: 2px solid color-mix(in srgb, var(--accent) 45%, transparent);
    outline-offset: 2px;
  }
  .visual-plan-price {
    min-height: 58px;
    margin-top: 18px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    gap: 7px;
  }
  .visual-plan-price .visual-price-label {
    font-family: 'JetBrains Mono', monospace;
    font-size: 9px;
    font-weight: 760;
    line-height: 1;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: var(--accent);
  }
  .visual-plan-price strong {
    color: var(--ink);
    font-family: 'Inter Tight', 'Inter', sans-serif;
    font-size: clamp(22px, 1.65vw, 28px);
    line-height: 1.02;
    letter-spacing: -.045em;
  }
  .visual-plan-price span {
    color: var(--ink-3);
    font-size: 11px;
    line-height: 1.2;
  }
  .visual-plan-cta {
    min-height: 34px;
    margin-top: 10px;
    padding: 8px 18px;
    border-radius: 999px;
    font-size: 13px;
  }
  .pricing-plan-legend {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 18px;
    justify-content: center;
    margin: 14px 0 0;
    color: var(--muted);
    font-size: 12px;
  }
  .pricing-plan-legend span {
    display: inline-flex;
    align-items: center;
    gap: 6px;
  }
  .pricing-plan-legend strong {
    color: var(--accent);
    font-size: 14px;
  }
  .pricing-plan-legend .legend-mark-no {
    color: var(--danger);
  }
  .pricing-module-strategy {
    margin-top: 36px;
    padding: clamp(24px, 4vw, 42px);
    border: 1px solid var(--line-2);
    border-radius: var(--r-xl);
    background: var(--bg-2);
  }
  .pricing-module-strategy-head {
    max-width: 780px;
    margin-bottom: 22px;
  }
  .pricing-module-strategy-head h3,
  .pricing-calculator-cta h3 {
    margin: 8px 0 8px;
    color: var(--ink);
    font-family: 'Inter Tight', 'Inter', sans-serif;
    font-size: clamp(28px, 3vw, 42px);
    line-height: .98;
    letter-spacing: -.055em;
  }
  .pricing-module-strategy-head p,
  .pricing-calculator-cta p,
  .pricing-commercial-note {
    margin: 0;
    color: var(--muted);
    font-size: 15px;
    line-height: 1.6;
  }
  .pricing-module-cards {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
  }
  .pricing-module-cards article {
    padding: 18px;
    border: 1px solid var(--line-2);
    border-radius: var(--r-lg);
    background: var(--bg);
  }
  .pricing-module-cards strong {
    display: block;
    margin-bottom: 8px;
    color: var(--ink);
    font-size: 16px;
  }
  .pricing-module-cards span {
    display: block;
    color: var(--muted);
    font-size: 13px;
    line-height: 1.5;
  }
  .pricing-calculator-cta {
    margin-top: 18px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 24px;
    align-items: center;
    padding: clamp(24px, 4vw, 38px);
    border: 1px solid color-mix(in srgb, var(--accent) 26%, var(--line-2));
    border-radius: var(--r-xl);
    background: radial-gradient(circle at 92% 0%, color-mix(in srgb, var(--accent-soft) 78%, transparent), transparent 36%), var(--bg);
  }
  .pricing-commercial-note {
    max-width: 920px;
    margin: 18px auto 0;
    text-align: center;
    font-size: 13px;
  }
  @media (max-width: 980px) {
    .pricing-module-cards { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .pricing-calculator-cta { grid-template-columns: 1fr; align-items: start; }
    .pricing-calculator-cta .btn { width: fit-content; }
  }
  @media (max-width: 640px) {
    .pricing-module-cards { grid-template-columns: 1fr; }
  }
  @media (max-width: 980px) {
    .visual-pricing-matrix {
      grid-template-columns: minmax(220px, 1fr) repeat(3, minmax(170px, .95fr));
      overflow-x: auto;
      overflow-y: hidden;
      -webkit-overflow-scrolling: touch;
    }
    .visual-services-column,
    .visual-plan-column {
      padding: 18px 20px 24px;
    }
    .visual-plan-tab {
      height: 168px;
      min-height: 168px;
      padding: 18px 16px 18px;
    }
  }
  @media (max-width: 720px) {
    .visual-pricing-matrix {
      display: block;
      margin-top: 26px;
      border-radius: var(--r-xl);
      overflow: hidden;
      background: var(--bg);
    }
    .visual-services-column,
    .visual-plan-column {
      padding: 22px 18px;
      border-left: 0;
      border-top: 1px solid var(--line-2);
      text-align: left;
    }
    .visual-services-column { border-top: 0; }
    .visual-plan-tab {
      height: auto;
      min-height: 0;
      margin-bottom: 14px;
      padding: 16px;
      border-radius: 18px;
      box-shadow: none;
    }
    .visual-plan-tab strong { font-size: 21px; }
    .visual-plan-tab em { max-width: none; }
    .visual-feature-list { display: none; }
    .visual-check-list li {
      justify-content: space-between;
      gap: 14px;
      min-height: 40px;
    }
    .visual-check-list li::before { content: none; }
    .mobile-feature-label {
      display: inline-flex;
      align-items: center;
      gap: 7px;
      min-width: 0;
      color: var(--ink);
      font-size: 13px;
      font-weight: 650;
      line-height: 1.25;
      text-align: left;
    }
    .mobile-feature-label > span { min-width: 0; }
    .mobile-feature-label .feature-info {
      width: 18px !important;
      height: 18px !important;
      min-width: 18px !important;
      min-height: 18px !important;
      flex: 0 0 18px !important;
      cursor: pointer !important;
    }
    .mobile-feature-label .feature-info::after {
      content: none !important;
      display: none !important;
    }
    .mobile-feature-label .feature-info:hover::after,
    .mobile-feature-label .feature-info:focus-visible::after,
    .mobile-feature-label .feature-info.is-open::after {
      content: none !important;
      display: none !important;
      transform: none !important;
    }
    .visual-plan-price,
    .visual-plan-cta {
      align-items: flex-start;
      justify-content: flex-start;
      margin-left: 0;
    }
  }


/* Pricing feature info tooltips */
.visual-feature-list li {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
.feature-info {
  position: relative;
  width: 18px;
  height: 18px;
  border-radius: 999px;
  border: 1px solid var(--line);
  background: var(--bg-2);
  color: var(--ink-2);
  display: inline-grid;
  place-items: center;
  flex: 0 0 18px;
  font-size: 11px;
  font-weight: 700;
  line-height: 1;
  padding: 0;
}
.feature-info:hover,
.feature-info:focus-visible {
  color: var(--accent-ink);
  border-color: color-mix(in srgb, var(--accent) 40%, var(--line));
  background: var(--accent-bg);
}
.feature-info::after {
  content: attr(data-tooltip);
  position: absolute;
  left: 100%;
  top: 50%;
  transform: translate(12px, -50%);
  width: min(280px, 42vw);
  padding: 10px 12px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: var(--ink);
  color: white;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.35;
  box-shadow: var(--shadow-lg);
  opacity: 0;
  pointer-events: none;
  z-index: 20;
  transition: opacity .14s ease, transform .14s ease;
}
.feature-info:hover::after,
.feature-info:focus-visible::after,
.feature-info.is-open::after {
  opacity: 1;
  transform: translate(8px, -50%);
}
.pricing-tooltip-popover {
  position: fixed;
  left: 16px;
  top: 16px;
  z-index: 1000;
  width: max-content;
  max-width: min(320px, calc(100vw - 32px));
  padding: 11px 13px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: var(--ink);
  color: white;
  font-family: 'Inter', system-ui, -apple-system, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.38;
  text-align: left;
  box-shadow: var(--shadow-lg);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(-4px);
  transition: opacity .14s ease, transform .14s ease, visibility .14s ease;
}
.pricing-tooltip-popover.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.pricing-tooltip-popover.is-below {
  transform: translateY(0);
}
.visual-plan-price strong br {
  display: block;
}
@media (max-width: 900px) {
  .feature-info::after {
    left: auto;
    right: 0;
    top: auto;
    bottom: calc(100% + 8px);
    transform: none;
    width: min(260px, 76vw);
  }
  .feature-info:hover::after,
  .feature-info:focus-visible::after {
    transform: none;
  }
}


/* Pricing tooltip icon cleanup — compact inline info dot */
.visual-feature-list li {
  flex-direction: row !important;
  align-items: center !important;
  justify-content: flex-start !important;
  gap: 7px !important;
}
.visual-feature-list li > span {
  display: inline !important;
  min-width: 0;
}
.visual-feature-list .feature-info {
  appearance: none !important;
  -webkit-appearance: none !important;
  width: 18px !important;
  height: 18px !important;
  min-width: 18px !important;
  min-height: 18px !important;
  padding: 0 !important;
  margin: 0 !important;
  border-radius: 999px !important;
  border: 1px solid var(--line) !important;
  background: var(--bg-2) !important;
  color: var(--ink-2) !important;
  display: inline-grid !important;
  place-items: center !important;
  flex: 0 0 18px !important;
  font-family: 'Inter', system-ui, -apple-system, sans-serif !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  cursor: help !important;
  vertical-align: middle !important;
  box-shadow: none !important;
}
.visual-feature-list .feature-info:hover,
.visual-feature-list .feature-info:focus-visible {
  color: var(--accent-ink) !important;
  border-color: color-mix(in srgb, var(--accent) 70%, var(--line)) !important;
  background: var(--accent-bg) !important;
  outline: none !important;
}
.visual-feature-list .feature-info::after {
  font-family: 'Inter', system-ui, -apple-system, sans-serif !important;
  text-align: left !important;
}


/* Pricing tooltip position — keep bubble close to icon */
.visual-feature-list .feature-info::after {
  left: calc(100% + 6px) !important;
  top: 50% !important;
  transform: translate(0, -50%) !important;
  width: min(260px, 34vw) !important;
}
.visual-feature-list .feature-info:hover::after,
.visual-feature-list .feature-info:focus-visible::after,
.visual-feature-list .feature-info.is-open::after {
  transform: translate(0, -50%) !important;
}
@media (max-width: 900px) {
  .visual-feature-list .feature-info::after {
    left: calc(100% + 6px) !important;
    right: auto !important;
    top: 50% !important;
    bottom: auto !important;
    transform: translate(0, -50%) !important;
    width: min(240px, 60vw) !important;
  }
  .visual-feature-list .feature-info:hover::after,
  .visual-feature-list .feature-info:focus-visible::after {
    transform: translate(0, -50%) !important;
  }
}


/* Mobile navigation: keep Sign in visible and burger aligned as a real header control */
.mobile-nav-menu {
  display: none;
  position: relative;
  flex-shrink: 0;
}
.mobile-menu-trigger {
  width: 38px;
  height: 38px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: white;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  list-style: none;
  box-shadow: var(--shadow-sm);
  padding: 0;
}
.mobile-menu-trigger::-webkit-details-marker { display: none; }
.mobile-menu-glyph { display: none !important; }
.mobile-menu-trigger > span:not(.mobile-menu-glyph) {
  display: block;
  width: 17px;
  height: 2px;
  border-radius: 999px;
  background: var(--ink);
}
.mobile-nav-menu[open] .mobile-menu-trigger {
  background: var(--bg-2);
  border-color: var(--line);
}
.mobile-nav-panel {
  position: absolute;
  right: 0;
  top: calc(100% + 10px);
  z-index: 90;
  width: min(250px, calc(100vw - 32px));
  padding: 8px;
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  background: white;
  box-shadow: var(--shadow-lg);
}
.mobile-nav-panel a {
  display: flex;
  align-items: center;
  min-height: 42px;
  padding: 10px 12px;
  border-radius: var(--r-md);
  font-weight: 600;
  color: var(--ink);
}
.mobile-nav-panel a:hover,
.mobile-nav-panel a:focus-visible { background: var(--bg-2); }
.mobile-audience-toggle {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4px;
  margin: 2px 2px 8px;
  padding: 4px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--bg-2);
}
.mobile-nav-panel .mobile-audience-toggle a {
  min-height: 36px;
  justify-content: center;
  padding: 8px 10px;
  border-radius: 999px;
  color: var(--ink-2);
  font-size: 13px;
  font-weight: 700;
}
.mobile-nav-panel .mobile-audience-toggle a.is-active {
  background: var(--ink);
  color: white;
  box-shadow: var(--shadow-sm);
}
.mobile-nav-panel .mobile-audience-toggle a:hover,
.mobile-nav-panel .mobile-audience-toggle a:focus-visible {
  background: white;
  color: var(--ink);
}
.mobile-nav-panel .mobile-audience-toggle a.is-active:hover,
.mobile-nav-panel .mobile-audience-toggle a.is-active:focus-visible {
  background: var(--ink);
  color: white;
}
.mobile-panel-divider {
  display: block;
  margin: 6px 8px 2px;
  padding-top: 8px;
  border-top: 1px solid var(--line-2);
  font-size: 11px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--ink-3);
  font-weight: 700;
}
@media (max-width: 1024px) {
  .nav-row {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    position: relative;
  }
  .nav-brand-group {
    margin-right: auto;
    gap: 18px;
  }
  .brand {
    flex-shrink: 0;
    margin-right: 0;
  }
  .nav-access {
    margin-left: 0;
    flex-shrink: 0;
  }
  .mobile-nav-menu {
    display: inline-flex !important;
    z-index: 1000;
  }
}
@media (min-width: 1025px) {
  .mobile-nav-menu { display: none !important; }
}
@media (max-width: 720px) {
  .nav-row { gap: 8px; justify-content: space-between; }
  .nav-brand-group {
    margin-right: auto;
    gap: 0;
  }
  .nav-brand-group .nav-audience-toggle { display: none; }
  .nav-access { display: none !important; }
  .mobile-nav-menu {
    display: inline-flex !important;
    margin-left: auto;
    flex: 0 0 auto;
  }
}
@media (max-width: 420px) {
  .nav-row { gap: 8px; }
  .mobile-menu-trigger { width: 36px; height: 36px; }
}


/* Hide cloned mobile matrix labels on desktop; JS reveals them only for stacked pricing rows. */
.mobile-feature-label { display: none; }
@media (max-width: 720px) {
  .mobile-feature-label { display: inline-flex; }
}


/* Pricing audience switch + tenant pricelist */
.pricing-audience-toggle {
  width: fit-content;
  margin: 28px auto 0;
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 4px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--bg-2);
  box-shadow: var(--shadow-sm);
}
.pricing-plan-intro + .pricing-audience-toggle {
  display: flex;
}
.tenant-pricing-page .wrap > .pricing-audience-toggle:first-child,
.operator-pricing-page .wrap > .pricing-audience-toggle:first-child {
  margin-top: 0;
}
.operator-pricing-page .pricing-audience-toggle + .pricing-plan-intro {
  margin-top: 32px;
}
.pricing-audience-toggle a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 0 16px;
  border-radius: 999px;
  color: var(--ink-2);
  font-size: 13px;
  font-weight: 700;
  white-space: nowrap;
}
.pricing-audience-toggle a:hover,
.pricing-audience-toggle a:focus-visible {
  color: var(--ink);
  background: white;
}
.pricing-audience-toggle a.is-active {
  color: white;
  background: var(--ink);
  box-shadow: var(--shadow-sm);
}
.tenant-pricing-band { padding: 16px 0 30px; }
.tenant-pricing-section {
  margin-top: 42px;
  padding: clamp(24px, 4vw, 42px);
  border: 1px solid var(--line-2);
  border-radius: var(--r-xl);
  background: var(--bg);
  box-shadow: 0 20px 60px rgba(12, 20, 16, .06);
}
.tenant-pricing-head {
  max-width: 820px;
  margin-bottom: 22px;
}
.tenant-pricing-head h2,
.tenant-pricing-head h3 {
  margin: 8px 0 8px;
  color: var(--ink);
  font-family: 'Inter Tight', 'Inter', sans-serif;
  font-size: clamp(28px, 3vw, 42px);
  line-height: .98;
  letter-spacing: -.055em;
}
.tenant-pricing-head p,
.tenant-pricing-note {
  margin: 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.6;
}
.tenant-pricing-grid {
  display: grid;
  grid-template-columns: .86fr 1.14fr;
  gap: 16px;
  align-items: stretch;
}
.tenant-pricing-card {
  padding: 22px;
  border: 1px solid var(--line-2);
  border-radius: 20px;
  background: color-mix(in srgb, white 94%, var(--bg-2));
}
.tenant-pricing-card-free {
  background: color-mix(in srgb, var(--accent-bg) 34%, white);
  border-color: color-mix(in srgb, var(--accent) 18%, var(--line-2));
}
.tenant-card-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 14px;
}
.tenant-card-head h3,
.tenant-card-head h4 {
  margin: 0;
  font-family: 'Inter Tight', 'Inter', sans-serif;
  font-size: 24px;
  line-height: 1;
  letter-spacing: -.04em;
}
.tenant-card-kicker {
  order: 2;
  flex: 0 0 auto;
  color: var(--accent);
  font-family: 'JetBrains Mono', monospace;
  font-size: 10px;
  font-weight: 760;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.tenant-price-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.tenant-price-list li {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 8px 18px;
  align-items: baseline;
  padding: 14px 0;
  border-top: 1px solid color-mix(in srgb, var(--line-2) 86%, transparent);
}
.tenant-price-list li:first-child { border-top: 0; }
.tenant-price-list span {
  color: var(--ink);
  font-weight: 720;
  line-height: 1.2;
}
.tenant-price-list strong {
  color: var(--accent-ink);
  font-family: 'Inter Tight', 'Inter', sans-serif;
  font-size: 22px;
  line-height: 1;
  letter-spacing: -.035em;
  white-space: nowrap;
}
.tenant-price-list strong.tenant-coming-soon {
  align-self: center;
  padding: 5px 9px;
  border: 1px solid color-mix(in srgb, var(--line) 72%, transparent);
  border-radius: 999px;
  background: color-mix(in srgb, var(--bg-2) 82%, white);
  color: var(--muted);
  font-family: 'JetBrains Mono', monospace;
  font-size: 10px;
  font-weight: 760;
  line-height: 1;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.tenant-price-list em {
  grid-column: 1 / -1;
  color: var(--muted);
  font-style: normal;
  font-size: 12.5px;
  line-height: 1.45;
}
.tenant-pricing-note {
  max-width: 930px;
  margin-top: 18px;
  font-size: 13px;
}
@media (max-width: 860px) {
  .tenant-pricing-grid { grid-template-columns: 1fr; }
  .pricing-audience-toggle { width: 100%; }
  .pricing-audience-toggle a { flex: 1 1 0; }
}
@media (max-width: 520px) {
  .tenant-card-head { align-items: flex-start; flex-direction: column; }
  .tenant-card-kicker { order: 0; }
  .tenant-price-list li { grid-template-columns: 1fr; gap: 6px; }
}

@media (max-width: 640px) {
  body.tenant-page #hubspot-messages-iframe-container { display: none !important; }
}

#operator-pricing,
#tenant-pricing {
  scroll-margin-top: 92px;
}


/* Tenant consumer page refresh */
.tenant-trust-section { padding: 24px 0 44px; }
.tenant-trust-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}
.tenant-trust-card {
  min-height: 108px;
  padding: 18px;
  border: 1px solid var(--line-2);
  border-radius: var(--r-lg);
  background: color-mix(in srgb, white 88%, var(--bg-2));
  box-shadow: var(--shadow-sm);
}
.tenant-trust-card strong,
.tenant-trust-card span { display: block; }
.tenant-trust-card strong { color: var(--ink); font-size: 15px; letter-spacing: -0.01em; }
.tenant-trust-card span { margin-top: 8px; color: var(--ink-3); font-size: 13px; line-height: 1.45; }

.tenant-simple-section { padding: 86px 0; }
.tenant-section-head { max-width: 640px; margin: 0 auto 34px; text-align: center; }
.tenant-section-head .section-title { margin-top: 10px; }
.tenant-section-head .section-sub { margin: 14px auto 0; }
.tenant-step-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}
.tenant-step-card {
  position: relative;
  min-height: 236px;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 28px;
  background: white;
  box-shadow: var(--shadow-md);
}
.tenant-step-num {
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: var(--ink);
  color: white;
  font-weight: 700;
  font-size: 15px;
}
.tenant-step-card h3,
.tenant-benefit-row h3 { margin: 22px 0 8px; font-size: 22px; letter-spacing: -0.03em; color: var(--ink); }
.tenant-step-card p,
.tenant-benefit-row p { margin: 0; color: var(--ink-3); line-height: 1.55; }

.tenant-benefits-section {
  padding: 92px 0;
  background: radial-gradient(circle at 20% 10%, rgba(156, 249, 210, .24), transparent 34%), var(--bg-2);
  border-top: 1px solid var(--line-2);
  border-bottom: 1px solid var(--line-2);
}
.tenant-benefits-layout {
  display: grid;
  grid-template-columns: minmax(0, .82fr) minmax(0, 1.18fr);
  gap: 72px;
  align-items: start;
}
.tenant-benefit-list { display: grid; gap: 14px; }
.tenant-benefit-row {
  display: grid;
  grid-template-columns: 46px 1fr;
  gap: 18px;
  padding: 22px;
  border: 1px solid var(--line-2);
  border-radius: 24px;
  background: rgba(255,255,255,.82);
  box-shadow: var(--shadow-sm);
}
.tenant-benefit-row h3 { margin-top: 0; font-size: 20px; }
.tenant-benefit-icon {
  width: 46px;
  height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  background: var(--ink);
  color: white;
  font-weight: 700;
}

.tenant-deposit-section { padding: 88px 0; }
.tenant-deposit-card {
  padding: clamp(28px, 5vw, 56px);
  border-radius: 34px;
  background: linear-gradient(135deg, #101216, #252933);
  color: white;
  box-shadow: var(--shadow-lg);
}
.tenant-deposit-card .section-eyebrow { color: rgba(255,255,255,.58); }
.tenant-deposit-card .section-title { color: white; }
.tenant-deposit-card .section-sub { color: rgba(255,255,255,.72); max-width: 620px; }
.tenant-deposit-copy { max-width: 720px; }
.tenant-choice-grid {
  margin-top: 34px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}
.tenant-choice-card {
  padding: 24px;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 24px;
  background: rgba(255,255,255,.08);
}
.tenant-choice-card.is-highlighted { background: #d8ffe9; color: #112019; }
.tenant-choice-card span { display: block; color: inherit; opacity: .68; font-size: 12px; text-transform: uppercase; letter-spacing: .08em; font-weight: 700; }
.tenant-choice-card strong { display: block; margin-top: 10px; font-size: 28px; letter-spacing: -0.04em; }
.tenant-choice-card p { margin: 8px 0 0; opacity: .75; }
.tenant-legal-note { margin: 18px 0 0; color: rgba(255,255,255,.6); font-size: 13px; line-height: 1.5; }

.tenant-why-layout,
.tenant-faq-layout {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
  gap: 64px;
  align-items: start;
}
.tenant-why-points { display: grid; gap: 12px; }
.tenant-why-points div {
  padding: 20px 22px;
  border: 1px solid var(--line-2);
  border-radius: 20px;
  background: white;
  box-shadow: var(--shadow-sm);
  color: var(--ink);
}

.tenant-account-section { padding: 38px 0 88px; }
.tenant-account-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: clamp(28px, 5vw, 48px);
  border-radius: 30px;
  background: color-mix(in srgb, var(--accent) 14%, white);
  border: 1px solid color-mix(in srgb, var(--accent) 22%, var(--line));
}
.tenant-account-card h2 { margin: 8px 0 8px; font-size: clamp(32px, 4vw, 54px); letter-spacing: -0.055em; color: var(--ink); }
.tenant-account-card p { margin: 0; color: var(--ink-2); max-width: 560px; line-height: 1.5; }
.tenant-account-card .btn { flex: 0 0 auto; }

.tenant-faq-section { padding: 88px 0 104px; background: var(--bg); }
.tenant-faq-list { display: grid; gap: 10px; }
.tenant-faq-list details {
  border: 1px solid var(--line-2);
  border-radius: 18px;
  background: white;
  box-shadow: var(--shadow-sm);
  overflow: hidden;
}
.tenant-faq-list summary {
  cursor: pointer;
  padding: 20px 22px;
  font-weight: 700;
  color: var(--ink);
  list-style: none;
}
.tenant-faq-list summary::-webkit-details-marker { display: none; }
.tenant-faq-list p { margin: 0; padding: 0 22px 20px; color: var(--ink-3); line-height: 1.55; }

@media (max-width: 900px) {
  .tenant-trust-grid,
  .tenant-step-grid,
  .tenant-choice-grid { grid-template-columns: 1fr 1fr; }
  .tenant-benefits-layout,
  .tenant-why-layout,
  .tenant-faq-layout { grid-template-columns: 1fr; gap: 28px; }
  .tenant-simple-section,
  .tenant-benefits-section,
  .tenant-deposit-section,
  .tenant-faq-section { padding: 64px 0; }
  .tenant-account-card { align-items: flex-start; flex-direction: column; }
}
@media (max-width: 640px) {
  .tenant-trust-grid,
  .tenant-step-grid,
  .tenant-choice-grid { grid-template-columns: 1fr; }
  .tenant-step-card { min-height: auto; padding: 24px; }
  .tenant-trust-section { padding-bottom: 24px; }
}

