/* =========================================================================
   Vukorix marketing site — shared design system (light theme, 2026-05-26)
   ========================================================================= */

:root {
  /* Palette */
  --bg: #ffffff;
  --bg-soft: #f8fafc;
  --bg-tint: #f1f5f9;
  --surface: #ffffff;
  --border: #e2e8f0;
  --border-strong: #cbd5e1;

  --text: #0f172a;          /* slate-900 */
  --text-body: #334155;     /* slate-700 */
  --text-muted: #64748b;    /* slate-500 */
  --text-on-brand: #ffffff;

  --brand: #2E86C1;
  --brand-dark: #1f6aa3;
  --brand-darker: #16527d;
  --brand-soft: #e8f2fa;
  --brand-softer: #f3f9fd;

  --success: #16a34a;
  --success-soft: #ecfdf5;
  --danger: #dc2626;
  --danger-soft: #fef2f2;
  --warning: #d97706;
  --warning-soft: #fffbeb;

  /* Shadows */
  --shadow-sm: 0 1px 2px rgba(15, 23, 42, .06);
  --shadow-md: 0 4px 14px rgba(15, 23, 42, .07);
  --shadow-lg: 0 16px 36px rgba(15, 23, 42, .09);
  --shadow-brand: 0 8px 24px rgba(46, 134, 193, .22);

  /* Radius */
  --radius-sm: 6px;
  --radius-md: 10px;
  --radius-lg: 16px;
  --radius-xl: 22px;
  --radius-pill: 999px;

  /* Layout */
  --container-max: 1200px;
  --container-narrow: 880px;
  --section-py: clamp(52px, 5vw, 72px);
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
  background: var(--bg);
  color: var(--text-body);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

img, svg { display: block; max-width: 100%; }
a { color: var(--brand); text-decoration: none; transition: color .2s ease; }
a:hover { color: var(--brand-dark); }

h1, h2, h3, h4, h5, h6 {
  margin: 0 0 16px;
  color: var(--text);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.012em;
}

h1 { font-size: clamp(34px, 5vw, 56px); letter-spacing: -0.025em; line-height: 1.08; }
h2 { font-size: clamp(28px, 3.4vw, 40px); letter-spacing: -0.018em; }
h3 { font-size: clamp(20px, 2vw, 24px); }
h4 { font-size: 18px; }

p { margin: 0 0 16px; }
p:last-child { margin-bottom: 0; }

ul { margin: 0 0 16px; padding-left: 22px; }
ul li { margin-bottom: 8px; }
ul li::marker { color: var(--brand); }

code, pre {
  font-family: 'JetBrains Mono', 'SF Mono', Menlo, Consolas, monospace;
  font-size: .92em;
  background: var(--bg-tint);
  color: var(--text);
  padding: 2px 6px;
  border-radius: 4px;
}
pre { padding: 16px; overflow-x: auto; line-height: 1.55; }

/* ---------- Container ---------- */
.container { max-width: var(--container-max); margin: 0 auto; padding: 0 24px; }
.container-narrow { max-width: var(--container-narrow); margin: 0 auto; padding: 0 24px; }

/* ---------- Sections ---------- */
.section { padding: var(--section-py) 0; }
.section-tint { background: var(--bg-soft); }
.section-brand-soft { background: var(--brand-softer); }

.eyebrow {
  display: inline-block;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--brand);
  margin-bottom: 14px;
}

.section-head { max-width: 720px; margin: 0 auto 40px; text-align: center; }
.section-head p { color: var(--text-muted); font-size: 18px; margin-bottom: 0; }

/* ---------- Nav ---------- */
.nav {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(255, 255, 255, .92);
  backdrop-filter: saturate(160%) blur(10px);
  -webkit-backdrop-filter: saturate(160%) blur(10px);
  border-bottom: 1px solid transparent;
  transition: border-color .2s ease, box-shadow .2s ease;
}
.nav.scrolled {
  border-bottom-color: var(--border);
  box-shadow: 0 2px 12px rgba(15, 23, 42, .04);
}
.nav-inner {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 24px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.nav-logo {
  display: inline-flex;
  align-items: center;
  /* No text — the PNG logo includes the wordmark. */
}
.nav-logo img {
  display: block;
  height: 28px;
  width: auto;
  max-width: 100%;
}
.nav-logo svg { width: 24px; height: 24px; }  /* legacy fallback for any SVG that slips through */

.nav-links {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 2px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.nav-links li { margin: 0; display: flex; align-items: center; }
.nav-links a {
  display: inline-flex;
  align-items: center;
  height: 34px;
  font-size: 14px;
  font-weight: 500;
  color: var(--text-body);
  padding: 0 12px;
  border-radius: var(--radius-sm);
  transition: background .15s ease, color .15s ease;
  white-space: nowrap;
}
/* Hover + aria-current state: identical, so they look the same. Exclude the CTAs so the
   generic light-grey hover doesn't override the branded button hovers. */
.nav-links a:not(.nav-cta):not(.nav-login):hover,
.nav-links a[aria-current="page"]:not(.nav-cta):not(.nav-login) {
  color: var(--text);
  background: var(--bg-tint);
}

/* Push the CTA group away from the regular nav items. */
.nav-links li.nav-cta-group {
  margin-left: 14px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.nav-login {
  display: inline-flex;
  align-items: center;
  height: 34px;
  white-space: nowrap;
  font-size: 14px;
  font-weight: 600;
  padding: 0 14px;
  border-radius: var(--radius-md);
  background: transparent;
  color: var(--text) !important;
  border: 1px solid var(--border-strong);
  transition: border-color .15s ease, color .15s ease, background .15s ease;
}
.nav-login:hover {
  border-color: var(--brand);
  color: var(--brand-dark) !important;
  background: var(--brand-softer);
}

.nav-cta {
  display: inline-flex;
  align-items: center;
  height: 34px;
  white-space: nowrap;
  font-size: 14px;
  font-weight: 600;
  padding: 0 16px;
  border-radius: var(--radius-md);
  background: var(--brand);
  color: #fff !important;
  border: 1px solid var(--brand);
  transition: background .15s ease, border-color .15s ease, transform .15s ease, box-shadow .15s ease;
}
.nav-cta:hover {
  background: var(--brand-dark) !important;
  border-color: var(--brand-dark);
  transform: translateY(-1px);
  box-shadow: var(--shadow-brand);
}

/* ---------- Nav dropdown (Use cases) ---------- */
.nav-links li.has-dropdown { position: relative; }
.nav-links li.has-dropdown > a {
  display: inline-flex;
  align-items: center;
  gap: 4px;
}
.nav-links li.has-dropdown > a::after {
  content: "";
  width: 0; height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid currentColor;
  opacity: .55;
  transition: transform .15s ease, opacity .15s ease;
}
.nav-links li.has-dropdown:hover > a::after,
.nav-links li.has-dropdown:focus-within > a::after {
  transform: rotate(180deg);
  opacity: 1;
}
/* Invisible hover bridge so cursor can cross the gap to the menu. */
.nav-links li.has-dropdown::before {
  content: "";
  position: absolute;
  top: 100%;
  left: -8px; right: -8px;
  height: 12px;
}
.dropdown-menu {
  position: absolute;
  top: calc(100% + 10px);
  left: 50%;
  transform: translateX(-50%) translateY(-4px);
  min-width: 220px;
  background: #fff;
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
  padding: 6px;
  box-shadow: var(--shadow-lg);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity .15s ease, transform .15s ease, visibility 0s linear .15s;
  list-style: none;
  margin: 0;
  z-index: 100;
}
.nav-links li.has-dropdown:hover .dropdown-menu,
.nav-links li.has-dropdown:focus-within .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0);
  pointer-events: auto;
  transition: opacity .15s ease, transform .15s ease, visibility 0s;
}
.dropdown-menu li { margin: 0; }
.dropdown-menu a {
  display: block;
  padding: 9px 14px;
  border-radius: var(--radius-sm);
  color: var(--text-body) !important;
  font-size: 14px;
  font-weight: 500;
  white-space: nowrap;
  transition: background .15s ease, color .15s ease;
}
.dropdown-menu a:hover,
.dropdown-menu a:focus { background: var(--brand-softer); color: var(--brand-dark) !important; outline: none; }

/* ---------- Mega-menu dropdowns (Features + Use cases) ----------
   Single-column rich-item list. Anchored to the LEFT of the trigger so the
   dropdown never extends past the right edge of the nav. */
.dropdown-mega {
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
  transform: translateY(-4px);
  width: 560px;
  background: #fff;
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 8px 0 0;          /* top padding only — mega-cta extends to the bottom edge */
  overflow: hidden;          /* clip full-width hover rows to rounded corners */
  box-shadow: var(--shadow-lg);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity .15s ease, transform .15s ease, visibility 0s linear .15s;
  z-index: 100;
}
.nav-links li.has-dropdown:hover .dropdown-mega,
.nav-links li.has-dropdown:focus-within .dropdown-mega {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
  transition: opacity .15s ease, transform .15s ease, visibility 0s;
}

/* Section header (small uppercase brand label sitting above a group of items) */
.mega-col-head {
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: var(--brand);
  padding: 16px 18px 8px;
  margin: 0;
}
.mega-col-head:first-child { padding-top: 8px; }

/* Each row: a fixed 3-column grid — icon | title | description — so every
   description starts at the same x and a longer title never pushes its
   description sideways. The title column is a fixed width; descriptions sit on
   one line (ellipsis as a safety net so a long string can never break the row
   height). Higher specificity (.dropdown-mega .mega-item) is REQUIRED: the row
   is an <a> inside .nav-links, and `.nav-links a` (display:inline-flex;
   height:34px; white-space:nowrap) is more specific than a bare `.mega-item`
   and would otherwise override the grid entirely. */
.dropdown-mega .mega-item {
  display: grid;
  grid-template-columns: 22px 168px minmax(0, 1fr);
  column-gap: 14px;
  align-items: center;
  height: auto;
  padding: 11px 20px;
  border-radius: 0;
  text-decoration: none;
  white-space: nowrap;
  color: var(--text-body) !important;
  transition: background .15s ease, color .15s ease;
}
.dropdown-mega .mega-item:hover,
.dropdown-mega .mega-item:focus-visible {
  background: var(--brand-softer);
  outline: none;
  color: var(--text-body) !important;
}
.dropdown-mega .mega-item-icon {
  width: 22px;
  height: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--brand);   /* tints inline currentColor SVGs; no effect on <img> */
}
.dropdown-mega .mega-item-icon img,
.dropdown-mega .mega-item-icon svg {
  width: 22px;
  height: 22px;
  display: block;
}
.dropdown-mega .mega-item-title {
  font-size: 14px;
  font-weight: 600;
  color: var(--text);
  margin: 0;
  line-height: 1.3;
  letter-spacing: -0.005em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.dropdown-mega .mega-item-desc {
  font-size: 12.5px;
  color: var(--text-muted);
  margin: 0;
  line-height: 1.3;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.dropdown-mega .mega-item:hover .mega-item-title { color: var(--brand-dark); }

/* Footer CTA strip inside Use cases dropdown ("Don't see yours?") —
   sits flush at the bottom, full width, separator above. */
/* Higher-specificity selector — .nav-links a above sets inline-flex/height/align-items
   that would otherwise bleed in and centre/squash this block. */
.dropdown-mega .mega-cta {
  display: flex;
  flex-direction: column;
  align-items: flex-start;   /* override .nav-links a's align-items: center */
  justify-content: center;
  gap: 4px;
  width: 100%;
  height: auto;              /* override .nav-links a's height: 34px */
  box-sizing: border-box;
  padding: 14px 18px 16px;   /* a touch tighter top so it sits closer under the divider */
  margin-top: 0;             /* flush under the last mega-item — border-top is the separator */
  border-top: 1px solid var(--border);
  border-radius: 0;
  background: var(--bg-soft);
  text-align: left;
  text-decoration: none;
  color: var(--text-body) !important;
  transition: background .15s ease, color .15s ease;
}
.dropdown-mega .mega-cta:hover {
  background: var(--brand-softer);
  color: var(--brand-dark) !important;
}
.mega-cta-eyebrow {
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--text-muted);
  margin: 0;
}
.mega-cta-title {
  font-size: 13.5px;
  font-weight: 600;
  color: var(--text);
  margin: 0;
  line-height: 1.3;
}
.mega-cta:hover .mega-cta-title { color: var(--brand-dark); }

/* Below the breakpoint where desktop nav hides, mega menus collapse */
@media (max-width: 1200px) {
  .dropdown-mega { display: none; }
}

/* Mobile menu group label (renders the "Use cases" header in the flat mobile list). */
.mobile-menu-group {
  font-size: 11px;
  font-weight: 700;
  color: var(--text-muted);
  text-transform: uppercase;
  letter-spacing: .14em;
  margin: 16px 0 4px;
  padding: 0;
}

.hamburger {
  display: none;
  width: 40px; height: 40px;
  border: none; background: transparent; cursor: pointer;
  padding: 8px;
}
.hamburger span {
  display: block; height: 2px; background: var(--text);
  margin: 5px 0; border-radius: 2px; transition: transform .25s ease;
}
.mobile-menu {
  display: none;
  background: #fff;
}
/* Full-screen fixed overlay drawer. nav.js moves #mobileMenu to <body> so this
   fixed positioning is viewport-relative (not trapped by the header's
   backdrop-filter containing block). Sits above all page content. */
.mobile-menu.open {
  display: block;
  position: fixed;
  top: 0; left: 0; right: 0; bottom: 0;
  z-index: 99999;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior: contain;
  background: #fff;
  padding-top: calc(env(safe-area-inset-top, 0px) + 64px);
  padding-right: max(24px, env(safe-area-inset-right, 0px));
  padding-bottom: max(24px, env(safe-area-inset-bottom, 0px));
  padding-left: max(24px, env(safe-area-inset-left, 0px));
}
/* Close button is injected by nav.js and shown only while the overlay is open.
   It sits above the panel content so it is always reachable. */
.mobile-menu-close {
  display: none;
  position: fixed;
  top: max(14px, env(safe-area-inset-top));
  right: max(14px, env(safe-area-inset-right, 0px));
  z-index: 100000;
  width: 44px; height: 44px;
  align-items: center; justify-content: center;
  border: none; background: transparent; color: var(--text);
  cursor: pointer; padding: 0;
  -webkit-tap-highlight-color: transparent;
}
.mobile-menu.open .mobile-menu-close { display: flex; }
/* While the mobile menu is open, the page behind it must not scroll. */
body.nav-open { overflow: hidden; }
.mobile-menu a {
  display: block; padding: 10px 0;
  color: var(--text); font-weight: 500; font-size: 15.5px;
  border-bottom: 1px solid var(--border);
}
.mobile-menu a:last-of-type { border-bottom: none; }
/* Push the CTA pair away from the regular mobile links and render them side-by-side
   like the desktop nav, instead of inheriting full-width text-link styling. */
.mobile-menu .nav-login,
.mobile-menu .nav-cta {
  display: inline-flex;
  margin-top: 16px;
  margin-right: 8px;
  border-bottom: none;
  padding: 10px 18px;
  font-size: 14px;
}
.mobile-menu .nav-cta { margin-right: 0; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-weight: 600;
  font-size: 15px;
  padding: 12px 22px;
  border-radius: var(--radius-md);
  border: 1px solid transparent;
  cursor: pointer;
  text-decoration: none;
  transition: background .15s ease, transform .15s ease, box-shadow .15s ease, border-color .15s ease, color .15s ease;
  line-height: 1.2;
}
.btn-primary { background: var(--brand); color: #fff; box-shadow: var(--shadow-brand); }
.btn-primary:hover { background: var(--brand-dark); color: #fff; transform: translateY(-1px); }
.btn-secondary {
  background: #fff;
  color: var(--text);
  border-color: var(--border-strong);
}
.btn-secondary:hover { border-color: var(--text); color: var(--text); background: #fff; }
.btn-ghost {
  background: transparent;
  color: var(--brand);
  padding: 8px 0;
}
.btn-ghost:hover { color: var(--brand-dark); }
.btn-arrow::after { content: "→"; transition: transform .15s ease; }
.btn-arrow:hover::after { transform: translateX(3px); }

.btn-row { display: flex; flex-wrap: wrap; gap: 14px; }

/* ---------- Pills + badges ---------- */
.pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: var(--brand-soft);
  color: var(--brand-darker);
  font-size: 13px;
  font-weight: 600;
  padding: 6px 12px;
  border-radius: var(--radius-pill);
  letter-spacing: 0.01em;
}
.pill svg { width: 14px; height: 14px; }

.pill-private {
  background: var(--brand-soft);
  color: var(--brand-darker);
}
.pill-standard {
  background: var(--bg-tint);
  color: var(--text-body);
}

/* ---------- Hero ---------- */
.hero {
  position: relative;
  padding: clamp(64px, 7vw, 92px) 0 clamp(56px, 6vw, 80px);
  text-align: center;
  background:
    radial-gradient(ellipse 80% 60% at 50% 0%, rgba(46, 134, 193, .10) 0%, transparent 70%),
    linear-gradient(180deg, #ffffff 0%, var(--bg-soft) 100%);
  overflow: hidden;
}
.hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 14px;
  background: #fff;
  border: 1px solid var(--border);
  border-radius: var(--radius-pill);
  font-size: 13px;
  font-weight: 600;
  color: var(--brand-darker);
  margin-bottom: 24px;
  box-shadow: var(--shadow-sm);
}
.hero-eyebrow svg { width: 14px; height: 14px; color: var(--brand); }
.hero h1 { max-width: 880px; margin: 0 auto 18px; }
.hero h1 .accent { color: var(--brand); }
.hero-sub {
  max-width: 660px;
  margin: 0 auto 28px;
  font-size: clamp(17px, 1.5vw, 19px);
  color: var(--text-body);
}
.hero-ctas { display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; margin-bottom: 24px; }
.hero-trust {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px 24px;
  font-size: 13.5px;
  color: var(--text-muted);
  font-weight: 500;
}
.hero-trust span { display: inline-flex; align-items: center; gap: 6px; }
.hero-trust svg { width: 14px; height: 14px; color: var(--brand); }

/* ---------- Two-column hero (.hero.hero-split) ----------
   Text on the left, product mockup on the right. Falls back to a
   stacked single column at narrow widths. */
.hero-split .container {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.1fr);
  align-items: center;
  gap: clamp(32px, 4vw, 56px);
  text-align: left;
  max-width: 1320px;
}
.hero-split .hero-eyebrow,
.hero-split h1,
.hero-split .hero-sub { margin-left: 0; margin-right: 0; }
.hero-split h1 { max-width: 580px; }
.hero-split .hero-sub { max-width: 540px; }
.hero-split .hero-ctas { justify-content: flex-start; margin-bottom: 0; }
@media (max-width: 980px) {
  .hero-split .container {
    grid-template-columns: 1fr;
    text-align: center;
  }
  .hero-split h1, .hero-split .hero-sub { margin-left: auto; margin-right: auto; }
  .hero-split .hero-ctas { justify-content: center; }
}

/* ---------- Editorial product mockup frame ----------
   1px border, 12px rounded corners, soft brand-tinted drop shadow.
   The "ambient" shadow (large + blurred, brand blue at ~12%) gives
   depth; the "crisp" shadow (small + tight) anchors the frame edge. */
.mockup-frame {
  position: relative;
  display: block;
  border-radius: 14px;
  overflow: hidden;
  background: #fff;
  border: 1px solid rgba(15, 23, 42, .10);
  box-shadow:
    0 1px 2px rgba(15, 23, 42, .05),
    0 16px 32px -8px rgba(15, 23, 42, .10),
    0 40px 96px -16px rgba(46, 134, 193, .25);
  /* subtle pop on hover when used inside a link */
  transition: transform .25s ease, box-shadow .25s ease;
}
.mockup-frame img {
  display: block;
  width: 100%;
  height: auto;
}
/* Optional faux-browser bar — add .mockup-frame.with-chrome and the URL
   string with data-url="..." to enable. Looks like a real product screenshot. */
.mockup-frame.with-chrome { padding-top: 32px; }
.mockup-frame.with-chrome::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 32px;
  background: linear-gradient(180deg, #fafbfc 0%, #f4f6f8 100%);
  border-bottom: 1px solid rgba(15, 23, 42, .06);
}
.mockup-frame.with-chrome::after {
  /* three traffic-light dots */
  content: "";
  position: absolute;
  top: 12px; left: 14px;
  width: 44px; height: 8px;
  background:
    radial-gradient(circle, #ff5f57 50%, transparent 50%) left center / 8px 8px no-repeat,
    radial-gradient(circle, #febc2e 50%, transparent 50%) center / 8px 8px no-repeat,
    radial-gradient(circle, #28c840 50%, transparent 50%) right center / 8px 8px no-repeat;
}

/* ---------- Card grid ---------- */
.grid { display: grid; gap: 24px; }
.grid-2 { grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); }
.grid-3 { grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); }
.grid-4 { grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); }

.card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 28px;
  transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}
.card:hover {
  border-color: var(--border-strong);
  box-shadow: var(--shadow-md);
  transform: translateY(-2px);
}

.card-link { display: block; color: inherit; text-decoration: none; }
.card-link:hover { color: inherit; }
.card-link:hover .card-title { color: var(--brand-dark); }

.card-icon {
  width: 44px; height: 44px;
  border-radius: 12px;
  background: var(--brand-soft);
  color: var(--brand);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
}
.card-icon svg { width: 22px; height: 22px; }
/* Lucide line icons sit in a brand-soft rounded tile, matching the inline-SVG
   treatment — one consistent, premium icon presentation site-wide. */
.card-icon:has(img) {
  width: 46px;
  height: 46px;
  border-radius: 12px;
  background: var(--brand-soft);
}
.card-icon img {
  width: 24px;
  height: 24px;
  display: block;
}

.card-title {
  margin: 0 0 8px;
  font-size: 19px;
  color: var(--text);
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.card-desc { color: var(--text-body); margin: 0; font-size: 15px; }

.card-arrow {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 14px;
  font-weight: 600;
  color: var(--brand);
  margin-top: 16px;
}
.card-link:hover .card-arrow { color: var(--brand-dark); }

/* ---------- Stat / KPI strip ---------- */
.stat-strip {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 32px;
  background: #fff;
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 32px;
  text-align: center;
  box-shadow: var(--shadow-sm);
}
.stat-strip .stat-num {
  display: block;
  font-size: 32px;
  font-weight: 700;
  color: var(--brand);
  letter-spacing: -0.01em;
  margin-bottom: 4px;
}
.stat-strip .stat-label {
  display: block;
  font-size: 13.5px;
  color: var(--text-muted);
  font-weight: 500;
}

/* ---------- Comparison table ---------- */
.table-wrap {
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  background: #fff;
  overflow: hidden;
  box-shadow: var(--shadow-sm);
}
.table-scroll { overflow-x: auto; }
.table-swipe-note { display: none; }
@media (max-width: 880px) {
  .table-wrap { position: relative; }
  .table-wrap::after {
    content: ""; position: absolute; top: 0; right: 0; bottom: 0; width: 38px;
    background: linear-gradient(to left, rgba(255,255,255,.92), rgba(255,255,255,0));
    pointer-events: none;
  }
  .table-swipe-note {
    display: block; padding: 10px 16px; margin: 0;
    font-size: 12.5px; color: var(--text-muted); text-align: center;
    border-top: 1px solid var(--border); background: #fff;
  }
}
.comparison-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14.5px;
  min-width: 720px;
}
.comparison-table th,
.comparison-table td {
  padding: 14px 16px;
  text-align: center;
  border-bottom: 1px solid var(--border);
  vertical-align: middle;
}
.comparison-table thead th {
  background: var(--bg-soft);
  font-weight: 600;
  color: var(--text);
  font-size: 14px;
  letter-spacing: 0.01em;
}
.comparison-table thead th:first-child,
.comparison-table tbody td:first-child {
  text-align: left;
  font-weight: 600;
  color: var(--text);
  background: var(--bg-soft);
  position: sticky;
  left: 0;
  min-width: 220px;
}
.comparison-table tbody tr:last-child td { border-bottom: none; }
.comparison-table tbody tr:hover td { background: var(--brand-softer); }
.comparison-table th.col-vukorix {
  background: var(--brand-soft);
  color: var(--brand-darker);
}
.comparison-table td.col-vukorix {
  background: var(--brand-softer);
  color: var(--text);
  font-weight: 600;
}
.comparison-table .check { color: var(--success); font-weight: 700; font-size: 18px; }
.comparison-table .cross { color: var(--danger); font-weight: 700; font-size: 18px; }
.comparison-table .partial { color: var(--warning); font-weight: 600; }
.comparison-table .small { font-size: 12.5px; color: var(--text-muted); display: block; font-weight: 400; margin-top: 2px; }

.table-note {
  font-size: 13px;
  color: var(--text-muted);
  text-align: center;
  margin-top: 16px;
}

/* ---------- FAQ ---------- */
.faq-list { max-width: 820px; margin: 0 auto; }
.faq-item {
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
  margin-bottom: 12px;
  background: #fff;
  overflow: hidden;
  transition: border-color .15s ease;
}
.faq-item:hover { border-color: var(--border-strong); }
.faq-item[open] { border-color: var(--brand); }
.faq-item summary {
  cursor: pointer;
  list-style: none;
  padding: 18px 22px;
  font-size: 16px;
  font-weight: 600;
  color: var(--text);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after {
  content: '+';
  font-size: 22px;
  color: var(--brand);
  transition: transform .2s ease;
  font-weight: 400;
  line-height: 1;
}
.faq-item[open] summary::after { content: '−'; }
.faq-item .faq-answer {
  padding: 0 22px 20px;
  color: var(--text-body);
  font-size: 15px;
}
.faq-item .faq-answer p:last-child { margin-bottom: 0; }

/* ---------- Pricing card ---------- */
.pricing-card {
  background: #fff;
  border: 2px solid var(--brand);
  border-radius: var(--radius-xl);
  padding: 44px 48px;
  max-width: 620px;
  margin: 0 auto;
  box-shadow: var(--shadow-lg);
  position: relative;
}
.pricing-card .price-pill {
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--brand);
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  padding: 6px 14px;
  border-radius: var(--radius-pill);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.pricing-card h3 { font-size: 22px; margin-bottom: 8px; }
.pricing-card .pricing-tagline { color: var(--text-muted); margin-bottom: 24px; }
.pricing-card .price-row {
  display: flex; align-items: baseline; gap: 8px;
  font-weight: 700; color: var(--text);
  margin-bottom: 6px;
}
.pricing-card .price-row .currency { font-size: 22px; color: var(--text-muted); font-weight: 600; }
.pricing-card .price-row .price { font-size: 56px; letter-spacing: -0.03em; line-height: 1; }
.pricing-card .price-row .per { font-size: 16px; color: var(--text-muted); font-weight: 500; }
.pricing-card .price-sub { font-size: 13.5px; color: var(--text-muted); margin-bottom: 28px; }
.pricing-card ul {
  list-style: none; padding: 0; margin: 0 0 28px;
}
.pricing-card ul li {
  display: flex; align-items: flex-start; gap: 10px;
  padding: 8px 0;
  border-bottom: 1px dashed var(--border);
  font-size: 14.5px;
  color: var(--text-body);
}
.pricing-card ul li:last-child { border-bottom: none; }
.pricing-card ul li::before {
  content: '';
  flex-shrink: 0;
  width: 18px; height: 18px;
  margin-top: 2px;
  background: var(--brand-soft);
  color: var(--brand);
  border-radius: 50%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%232E86C1' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'%3E%3C/polyline%3E%3C/svg%3E");
  background-size: 12px;
  background-repeat: no-repeat;
  background-position: center;
}
.pricing-card .btn { width: 100%; }

/* ---------- Pricing card — benefit variant (wider, 2-col grid) ---------- */
.pricing-card-benefits {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: var(--radius-xl);
  padding: 44px 48px 36px;
  max-width: 880px;
  margin: 0 auto;
  box-shadow: var(--shadow-lg);
  position: relative;
}
.pricing-card-benefits .price-pill {
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--brand);
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  padding: 6px 14px;
  border-radius: var(--radius-pill);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.pricing-card-benefits .pricing-head {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 40px;
  align-items: center;
  padding-bottom: 28px;
  border-bottom: 1px solid var(--border);
  margin-bottom: 28px;
}
.pricing-card-benefits .pricing-head-left h3, .pricing-card-benefits .pricing-head-left h2 {
  font-size: 26px;
  margin-bottom: 8px;
  color: var(--text);
}
.pricing-card-benefits .pricing-head-left .pricing-tagline {
  color: var(--text-muted);
  margin-bottom: 0;
  font-size: 15px;
  line-height: 1.55;
}
.pricing-card-benefits .price-row {
  display: flex;
  align-items: baseline;
  gap: 8px;
  font-weight: 700;
  color: var(--text);
  margin-bottom: 4px;
}
.pricing-card-benefits .price-row .currency { font-size: 22px; color: var(--text-muted); font-weight: 600; }
.pricing-card-benefits .price-row .price { font-size: 52px; letter-spacing: -0.03em; line-height: 1; }
.pricing-card-benefits .price-row .per { font-size: 15px; color: var(--text-muted); font-weight: 500; }
.pricing-card-benefits .price-sub {
  font-size: 13px;
  color: var(--text-muted);
  margin-bottom: 16px;
  line-height: 1.5;
}
.pricing-card-benefits .pricing-head-right .btn { width: 100%; }

.pricing-card-benefits .pricing-benefits-title {
  font-size: 12px;
  font-weight: 700;
  color: var(--brand);
  text-transform: uppercase;
  letter-spacing: 0.12em;
  margin: 0 0 16px;
  text-align: center;
}
.pricing-card-benefits .pricing-benefits {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px 28px;
  margin-bottom: 20px;
}
.pricing-card-benefits .benefit {
  display: flex;
  gap: 12px;
  align-items: flex-start;
}
.pricing-card-benefits .benefit::before {
  content: '';
  flex-shrink: 0;
  width: 20px; height: 20px;
  margin-top: 2px;
  background: var(--brand-soft);
  border-radius: 50%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%232E86C1' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'%3E%3C/polyline%3E%3C/svg%3E");
  background-size: 12px;
  background-repeat: no-repeat;
  background-position: center;
}
.pricing-card-benefits .benefit-body { flex: 1; }
.pricing-card-benefits .benefit-name {
  font-weight: 600;
  color: var(--text);
  font-size: 15px;
  margin-bottom: 4px;
  line-height: 1.35;
}
.pricing-card-benefits .benefit-desc {
  color: var(--text-muted);
  font-size: 13.5px;
  line-height: 1.55;
  margin: 0;
}
.pricing-card-benefits .pricing-footnote {
  text-align: center;
  font-size: 13.5px;
  color: var(--text-muted);
  margin: 0;
}

@media (max-width: 720px) {
  .pricing-card-benefits { padding: 36px 24px 28px; }
  .pricing-card-benefits .pricing-head {
    grid-template-columns: 1fr;
    gap: 20px;
    text-align: center;
  }
  .pricing-card-benefits .price-row { justify-content: center; }
  .pricing-card-benefits .pricing-benefits {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}

/* ---------- Mode comparison (Standard vs Private) ---------- */
.mode-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 20px;
  max-width: 1000px;
  margin: 0 auto;
}
.mode-card {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 32px;
  position: relative;
}
.mode-card.private { border-color: var(--brand); }
.mode-card .mode-pill {
  display: inline-flex; align-items: center; gap: 6px;
  font-size: 12px; font-weight: 700;
  padding: 5px 12px; border-radius: var(--radius-pill);
  margin-bottom: 16px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.mode-card.standard .mode-pill { background: var(--bg-tint); color: var(--text-body); }
.mode-card.private .mode-pill { background: var(--brand-soft); color: var(--brand-darker); }
.mode-card h3 { margin: 0 0 12px; font-size: 22px; }
.mode-card ul { list-style: none; padding: 0; margin: 16px 0 0; }
.mode-card ul li {
  display: flex; gap: 10px; align-items: flex-start;
  padding: 8px 0;
  font-size: 14.5px; color: var(--text-body);
}
.mode-card ul li svg {
  flex-shrink: 0;
  width: 16px; height: 16px;
  color: var(--brand);
  margin-top: 4px;
}

/* ---------- Industry strip (homepage Industries section) ---------- */
.industry-strip {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
}
.industry-tile {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
  padding: 16px 24px;
  text-align: center;
  font-size: 14.5px;
  font-weight: 600;
  color: var(--text-body);
  transition: border-color .15s ease, color .15s ease, box-shadow .15s ease, transform .15s ease;
  text-decoration: none;
  min-width: 180px;
}
.industry-tile:hover {
  border-color: var(--brand);
  color: var(--brand-dark);
  box-shadow: var(--shadow-sm);
  transform: translateY(-1px);
}
.industry-tile::after {
  content: " →";
  color: var(--text-muted);
  font-weight: 400;
  transition: color .15s ease;
}
.industry-tile:hover::after { color: var(--brand); }

/* ---------- Step list / How it works ---------- */
.steps {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 24px;
  counter-reset: step;
}
.step {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 28px;
  position: relative;
}
.step::before {
  counter-increment: step;
  content: counter(step);
  display: inline-flex;
  align-items: center; justify-content: center;
  width: 36px; height: 36px;
  background: var(--brand);
  color: #fff;
  font-weight: 700;
  border-radius: 50%;
  margin-bottom: 14px;
}
.step h4, .step h3 { font-size: 17px; margin-bottom: 6px; }
.step p { color: var(--text-body); font-size: 14.5px; margin: 0; }

/* ---------- Notice / callout box ---------- */
.callout {
  background: var(--brand-softer);
  border-left: 3px solid var(--brand);
  padding: 18px 22px;
  border-radius: var(--radius-md);
  font-size: 15px;
  color: var(--text-body);
  margin: 24px 0;
}
.callout strong { color: var(--text); }
.callout-warning {
  background: var(--warning-soft);
  border-left-color: var(--warning);
}

/* ---------- Definition list (specs table) ---------- */
.spec-table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  overflow: hidden;
  font-size: 14.5px;
}
.spec-table th, .spec-table td {
  padding: 14px 18px;
  border-bottom: 1px solid var(--border);
  text-align: left;
  vertical-align: top;
}
.spec-table tr:last-child th, .spec-table tr:last-child td { border-bottom: none; }
.spec-table th {
  width: 30%;
  background: var(--bg-soft);
  font-weight: 600;
  color: var(--text);
}
.spec-table td { color: var(--text-body); }
.spec-table code { background: var(--bg-tint); }

/* ---------- Industries grid ---------- */
.industries-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 18px;
}
.industries-cards .card-icon { background: var(--brand-soft); }

/* ---------- Big CTA band ---------- */
.cta-band {
  background:
    radial-gradient(130% 130% at 0% 0%, rgba(46, 134, 193, .55) 0%, transparent 55%),
    linear-gradient(135deg, var(--navy) 0%, var(--brand-darker) 58%, var(--brand-dark) 100%);
  border-radius: var(--radius-xl);
  padding: clamp(48px, 6vw, 72px);
  text-align: center;
  color: #fff;
  margin: 24px 0;
  box-shadow: var(--shadow-lg);
}
.cta-band h2 { color: #fff; margin-bottom: 12px; }
.cta-band p { color: rgba(255, 255, 255, .9); margin-bottom: 24px; font-size: 17px; }
.cta-band .btn-primary { background: #fff; color: var(--brand-darker); box-shadow: 0 4px 16px rgba(0,0,0,.12); }
.cta-band .btn-primary:hover { background: #f1f5f9; color: var(--brand-darker); }
.cta-band .btn-secondary { background: transparent; color: #fff; border-color: rgba(255,255,255,.5); }
.cta-band .btn-secondary:hover { background: rgba(255,255,255,.1); color: #fff; border-color: #fff; }

/* ---------- Footer ---------- */
.footer {
  background: var(--bg-soft);
  padding: 64px 0 32px;
  border-top: 1px solid var(--border);
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.3fr repeat(4, 1fr);
  gap: 36px;
  margin-bottom: 48px;
}
@media (max-width: 1024px) {
  .footer-grid { grid-template-columns: repeat(3, 1fr); gap: 32px; }
  .footer-brand { grid-column: 1 / -1; }
}
@media (max-width: 720px) {
  .footer-grid { grid-template-columns: repeat(2, 1fr); gap: 32px; }
  .footer-brand { grid-column: 1 / -1; }
}
.footer-brand .nav-logo { margin-bottom: 14px; }
.footer-brand .nav-logo img { height: 32px; }
.footer-brand p { color: var(--text-muted); font-size: 14.5px; max-width: 320px; }
.footer-col h5, .footer-col h2 {
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--text);
  margin-bottom: 18px;
}
.footer-col ul { list-style: none; padding: 0; margin: 0; }
.footer-col ul li { margin-bottom: 10px; }
.footer-col ul li a {
  color: var(--text-body);
  font-size: 14.5px;
  font-weight: 500;
  text-decoration: none;
  transition: color .15s ease;
}
.footer-col ul li a:hover,
.footer-col ul li a:focus-visible {
  color: var(--brand);
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-thickness: 1.5px;
}
.footer-bottom {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 24px;
  border-top: 1px solid var(--border);
  color: var(--text-muted);
  font-size: 13.5px;
  flex-wrap: wrap;
  gap: 6px 14px;
}
.footer-bottom span + span::before {
  content: "\00B7";
  margin-right: 14px;
  color: var(--border-strong);
}
.footer-bottom a { color: var(--text-muted); }
.footer-bottom a:hover { color: var(--brand); }
@media (max-width: 520px) {
  .footer-bottom { flex-direction: column; gap: 8px; }
  .footer-bottom span + span::before { content: none; }
}

/* ---------- Breadcrumb ---------- */
.breadcrumb {
  padding: 24px 0 0;
  font-size: 13.5px;
  color: var(--text-muted);
}
.breadcrumb a { color: var(--text-muted); }
.breadcrumb a:hover { color: var(--brand); }
.breadcrumb .sep { margin: 0 8px; color: var(--border-strong); }

/* ---------- Utility ---------- */
.text-center { text-align: center; }
.text-muted { color: var(--text-muted); }
.text-small { font-size: 13.5px; }
.fade-in { animation: fadeUp .6s ease both; }
@keyframes fadeUp { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: none; } }

.mb-0 { margin-bottom: 0 !important; }
.mb-2 { margin-bottom: 24px; }
.mb-3 { margin-bottom: 32px; }
.mt-3 { margin-top: 32px; }

/* ---------- Responsive ---------- */
@media (max-width: 1200px) {
  .nav-links { display: none; }
  .hamburger { display: block; }
  .section-head { margin-bottom: 40px; }
  .footer-grid { gap: 32px; }
}

@media (max-width: 520px) {
  h1 { font-size: 32px; }
  h2 { font-size: 26px; }
  .pricing-card { padding: 28px; }
  .pricing-card .price-row .price { font-size: 44px; }
  .stat-strip { gap: 18px; padding: 22px; }
  .stat-strip .stat-num { font-size: 26px; }
  .cta-band { padding: 36px 24px; }
}

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

/* =========================================================================
   Legal documents (privacy, terms, AUP, refunds, cancellation)
   ========================================================================= */
.legal-wrap {
  max-width: var(--container-narrow);
  margin: 0 auto;
  padding: 112px 24px 72px;
}
.legal-wrap h1 {
  font-size: clamp(32px, 5vw, 46px);
  font-weight: 800;
  color: var(--text);
  margin-bottom: 12px;
  letter-spacing: -.02em;
}
.legal-wrap .doc-meta {
  color: var(--text-muted);
  font-size: 14px;
  padding-bottom: 32px;
  margin-bottom: 40px;
  border-bottom: 1px solid var(--border);
}
.legal-wrap .doc-meta strong { color: var(--text-body); font-weight: 600; }
.legal-wrap h2 {
  font-size: 24px;
  font-weight: 700;
  color: var(--text);
  margin-top: 48px;
  margin-bottom: 16px;
  letter-spacing: -.01em;
  scroll-margin-top: 96px;
}
.legal-wrap h2 .num { color: var(--brand); margin-right: 8px; }
.legal-wrap h3 {
  font-size: 18px;
  font-weight: 600;
  color: var(--text);
  margin-top: 28px;
  margin-bottom: 12px;
}
.legal-wrap p {
  margin-bottom: 16px;
  font-size: 16px;
  color: var(--text-body);
  line-height: 1.7;
}
.legal-wrap ul, .legal-wrap ol {
  margin: 12px 0 20px;
  padding-left: 24px;
}
.legal-wrap li {
  margin-bottom: 8px;
  font-size: 16px;
  color: var(--text-body);
  line-height: 1.7;
}
.legal-wrap strong { color: var(--text); font-weight: 600; }
.legal-wrap em { color: var(--text); font-style: italic; }
.legal-wrap a { color: var(--brand); }
.legal-wrap a:hover { color: var(--brand-dark); }
.legal-wrap table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
  font-size: 15px;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
  overflow: hidden;
}
.legal-wrap th, .legal-wrap td {
  padding: 12px 16px;
  text-align: left;
  border-bottom: 1px solid var(--border);
  vertical-align: top;
}
.legal-wrap th {
  background: var(--brand-softer);
  color: var(--text);
  font-weight: 600;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: .05em;
}
.legal-wrap tr:last-child td { border-bottom: none; }
.legal-wrap section + section { margin-top: 8px; }

.toc {
  background: var(--brand-softer);
  border: 1px solid var(--brand-soft);
  border-radius: var(--radius-md);
  padding: 22px 28px;
  margin-bottom: 48px;
}
.toc-title {
  font-size: 12px;
  font-weight: 700;
  color: var(--brand);
  text-transform: uppercase;
  letter-spacing: .12em;
  margin-bottom: 14px;
}
.toc ol {
  margin: 0;
  padding-left: 20px;
  font-size: 14.5px;
  columns: 2;
  column-gap: 32px;
}
.toc li { margin-bottom: 6px; break-inside: avoid; }
.toc a { color: var(--text-body); }
.toc a:hover { color: var(--brand); }

.callout {
  background: var(--brand-softer);
  border-left: 3px solid var(--brand);
  padding: 18px 24px;
  border-radius: 0 var(--radius-md) var(--radius-md) 0;
  margin: 24px 0 32px;
  color: var(--text-body);
}
.callout strong { color: var(--text); }

.back-home {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--text-muted);
  font-size: 14px;
  margin-bottom: 24px;
  transition: color .2s;
  text-decoration: none;
}
.back-home:hover { color: var(--brand); }
.back-home svg { width: 16px; height: 16px; }

@media (max-width: 768px) {
  .legal-wrap { padding-top: 120px; }
  .toc ol { columns: 1; }
  .legal-wrap table { font-size: 14px; }
  .legal-wrap th, .legal-wrap td { padding: 10px 12px; }
}

/* =========================================================================
   Consent site-notice (used on pages with GA analytics)
   Neutral .vkx-site-notice selectors so generic cookie-annoyance cosmetic
   filters do not hide our own consent notice.
   ========================================================================= */
.vkx-site-notice {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: var(--text);
  color: rgba(255,255,255,.92);
  padding: 16px 24px;
  z-index: 2000;
  display: none;
  align-items: center;
  justify-content: center;
  gap: 16px;
  font-size: 14px;
  flex-wrap: wrap;
  box-shadow: 0 -4px 20px rgba(15, 23, 42, .12);
}
.vkx-site-notice.show { display: flex; }
.vkx-site-notice a { color: #fff; text-decoration: underline; }
.cookie-btn {
  background: var(--brand);
  color: #fff;
  border: none;
  padding: 8px 20px;
  border-radius: var(--radius-sm);
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  transition: background .2s;
}
.cookie-btn:hover { background: var(--brand-dark); }
.cookie-btn.secondary {
  background: transparent;
  color: rgba(255,255,255,.85);
  border: 1px solid rgba(255,255,255,.3);
}
.cookie-btn.secondary:hover { background: rgba(255,255,255,.08); color: #fff; }

/* =========================================================================
   Industry / use-case pages
   ========================================================================= */
.page-hero {
  position: relative;
  padding: clamp(96px, 11vw, 132px) 0 clamp(40px, 5vw, 64px);
  background:
    radial-gradient(ellipse 70% 50% at 50% 0%, rgba(46, 134, 193, .08) 0%, transparent 70%),
    linear-gradient(180deg, #ffffff 0%, var(--bg-soft) 100%);
  overflow: hidden;
}
.page-hero .container { position: relative; z-index: 1; }
.page-hero .breadcrumb { margin-bottom: 18px; }
.page-hero h1 {
  font-size: clamp(32px, 4.5vw, 48px);
  letter-spacing: -0.022em;
  margin-bottom: 16px;
  max-width: 820px;
}
.page-hero .hero-sub {
  max-width: 720px;
  margin: 0 0 28px;
  font-size: clamp(17px, 1.5vw, 19px);
  color: var(--text-body);
}
.page-hero .hero-ctas { justify-content: flex-start; }

.doc-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}
@media (min-width: 720px) {
  .doc-list { grid-template-columns: 1fr 1fr; column-gap: 32px; }
}
.doc-list li {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  padding: 12px 0;
  border-bottom: 1px solid var(--border);
  color: var(--text-body);
  font-size: 15.5px;
  line-height: 1.55;
}
.doc-list li::before {
  content: '';
  flex-shrink: 0;
  width: 6px; height: 6px;
  margin-top: 10px;
  background: var(--brand);
  border-radius: 50%;
}
.doc-list li:last-child,
.doc-list li:nth-last-child(2):nth-child(odd) { border-bottom: none; }

.pain-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 14px;
}
.pain-num {
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
  color: var(--brand);
  background: var(--brand-soft);
  padding: 4px 12px;
  border-radius: var(--radius-pill);
  letter-spacing: 0.06em;
}
.pain-card p { color: var(--text-body); margin: 0; font-size: 15.5px; line-height: 1.65; }

.solution-card .card-title { color: var(--text); }
.solution-card .card-meta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 16px;
  padding: 6px 12px;
  background: var(--brand-softer);
  color: var(--brand-dark);
  border-radius: var(--radius-pill);
  font-size: 12.5px;
  font-weight: 600;
}
.solution-card .card-meta::before {
  content: '';
  width: 6px; height: 6px;
  background: var(--brand);
  border-radius: 50%;
}

.moment-of-truth {
  background: #fff;
  border: 1px solid var(--border);
  border-left: 4px solid var(--brand);
  border-radius: 0 var(--radius-lg) var(--radius-lg) 0;
  padding: 28px 36px;
  box-shadow: var(--shadow-sm);
}
.moment-of-truth .eyebrow { margin-bottom: 12px; }
.moment-of-truth blockquote {
  margin: 0;
  font-size: clamp(18px, 2vw, 22px);
  line-height: 1.55;
  color: var(--text);
  font-weight: 500;
  letter-spacing: -0.01em;
}
.moment-of-truth blockquote::before { content: '“'; color: var(--brand); margin-right: 4px; }
.moment-of-truth blockquote::after { content: '”'; color: var(--brand); margin-left: 2px; }

.compliance-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 14px;
  max-width: 980px;
  margin: 0 auto;
}
.compliance-chip {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
  padding: 16px 18px;
  font-size: 14.5px;
  color: var(--text-body);
  line-height: 1.5;
}
.compliance-chip strong { display: block; color: var(--text); margin-bottom: 4px; font-size: 14px; }

.competitor-card { padding: 24px 28px; }
.competitor-card h4 {
  font-size: 16px;
  font-weight: 700;
  color: var(--text);
  margin: 0 0 8px;
  letter-spacing: -0.005em;
}
.competitor-card p { color: var(--text-body); margin: 0; font-size: 14.5px; line-height: 1.6; }
.competitor-card .competitor-tag {
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--text-muted);
  margin-bottom: 8px;
}

/* =========================================================================
   Pricing page — stack savings + included-by-workflow
   ========================================================================= */
.stack-compare {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin: 0 auto;
  max-width: 980px;
}
.stack-col {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 28px 32px;
}
.stack-col.is-current { background: var(--bg-soft); }
.stack-col.is-vukorix {
  background: var(--brand-softer);
  border-color: var(--brand-soft);
  border-width: 2px;
}
.stack-col h3 {
  margin: 0 0 4px;
  font-size: 18px;
  color: var(--text);
}
.stack-col .stack-sub {
  color: var(--text-muted);
  font-size: 13.5px;
  margin: 0 0 20px;
}
.stack-col ul {
  list-style: none;
  padding: 0;
  margin: 0 0 20px;
  border-top: 1px solid var(--border);
}
.stack-col li {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding: 10px 0;
  border-bottom: 1px dashed var(--border);
  font-size: 14.5px;
  color: var(--text-body);
}
.stack-col li:last-child { border-bottom: none; }
.stack-col li .price {
  font-weight: 700;
  color: var(--text);
  font-size: 14.5px;
  letter-spacing: -0.005em;
}
.stack-col .stack-total {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  border-top: 2px solid var(--text);
  padding-top: 14px;
  font-weight: 700;
  color: var(--text);
}
.stack-col.is-vukorix .stack-total { border-top-color: var(--brand); }
.stack-col .stack-total .label { font-size: 14px; }
.stack-col .stack-total .total-num {
  font-size: 28px;
  letter-spacing: -0.02em;
}
.stack-col.is-vukorix .stack-total .total-num { color: var(--brand); }
.stack-col .stack-note {
  margin-top: 12px;
  font-size: 12.5px;
  color: var(--text-muted);
  line-height: 1.45;
}

.savings-band {
  text-align: center;
  margin: 36px auto 0;
  max-width: 720px;
}
.savings-band .savings-amount {
  font-size: clamp(36px, 5vw, 56px);
  font-weight: 800;
  letter-spacing: -0.025em;
  color: var(--brand);
  line-height: 1.1;
  margin: 0 0 8px;
}
.savings-band p {
  color: var(--text-muted);
  margin: 0;
}

@media (max-width: 720px) {
  .stack-compare { grid-template-columns: 1fr; }
  .savings-band { margin-top: 24px; }
}

/* Included-by-workflow grid */
.included-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 18px;
}
.included-card {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
  padding: 22px 24px;
}
.included-card h4, .included-card h3 {
  font-size: 16px;
  margin: 0 0 4px;
  color: var(--text);
  font-weight: 700;
}
.included-card .included-tagline {
  font-size: 13px;
  color: var(--brand);
  font-weight: 600;
  margin: 0 0 14px;
  letter-spacing: 0.02em;
}
.included-card ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.included-card li {
  display: flex;
  gap: 10px;
  padding: 6px 0;
  font-size: 14px;
  color: var(--text-body);
  line-height: 1.5;
}
.included-card li::before {
  content: '';
  flex-shrink: 0;
  width: 16px; height: 16px;
  margin-top: 2px;
  background: var(--brand-soft);
  border-radius: 50%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%232E86C1' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'%3E%3C/polyline%3E%3C/svg%3E");
  background-size: 10px;
  background-repeat: no-repeat;
  background-position: center;
}

/* Billing detail blocks (Storage / File caps / Currency / etc.) */
.billing-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 20px;
}
.billing-block {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
  padding: 22px 24px;
}
.billing-block h3 {
  font-size: 16px;
  font-weight: 700;
  color: var(--text);
  margin: 0 0 8px;
}
.billing-block p {
  font-size: 14px;
  color: var(--text-body);
  line-height: 1.6;
  margin: 0;
}
.billing-block strong { color: var(--text); }

/* =========================================================================
   App screenshots — framing, captions, filmstrip
   ========================================================================= */
.shot {
  margin: 0;
  border-radius: var(--radius-lg);
  overflow: hidden;
  border: 1px solid var(--border);
  box-shadow: var(--shadow-lg);
  background: #fff;
  /* Tiny lift so it doesn't sit flush with surrounding text. */
}
.shot img {
  display: block;
  width: 100%;
  height: auto;
}
.shot-hero {
  max-width: 1080px;
  margin: 0 auto;
}
.shot-caption {
  display: block;
  text-align: center;
  margin-top: 14px;
  color: var(--text-muted);
  font-size: 13.5px;
  letter-spacing: 0.01em;
}

.shot-section {
  padding: clamp(40px, 5vw, 64px) 0;
  background: linear-gradient(180deg, var(--bg) 0%, var(--bg-soft) 100%);
}

/* Filmstrip — 4-up grid of small step screenshots */
.shot-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  max-width: 1200px;
  margin: 0 auto;
}
.shot-strip figure {
  margin: 0;
  display: flex;
  flex-direction: column;
}
.shot-strip .shot {
  flex: 0 0 auto;
}
.shot-strip figcaption {
  margin-top: 12px;
  font-size: 13px;
  color: var(--text-body);
  text-align: center;
  font-weight: 500;
}
.shot-strip figcaption .step-num {
  display: inline-block;
  width: 20px; height: 20px;
  line-height: 20px;
  border-radius: 50%;
  background: var(--brand-soft);
  color: var(--brand);
  font-weight: 700;
  font-size: 11px;
  margin-right: 6px;
}

/* Two-up: shot pairs (e.g. Private upload + link ready) */
.shot-pair {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  max-width: 1180px;
  margin: 0 auto;
  align-items: start;
}

@media (max-width: 880px) {
  .shot-strip { grid-template-columns: repeat(2, 1fr); }
  .shot-pair { grid-template-columns: 1fr; }
}
@media (max-width: 520px) {
  .shot-strip { grid-template-columns: 1fr; }
}

/* =========================================================================
   Contact page — form + sidebar
   ========================================================================= */
.contact-layout {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 56px;
  max-width: 1080px;
  margin: 0 auto;
}
@media (max-width: 880px) {
  .contact-layout { grid-template-columns: 1fr; gap: 36px; }
}
.contact-form {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 36px 40px;
  box-shadow: var(--shadow-sm);
}
.contact-form h2 {
  font-size: 22px;
  margin: 0 0 6px;
  color: var(--text);
}
.contact-form .form-intro {
  color: var(--text-muted);
  font-size: 14.5px;
  margin: 0 0 24px;
}
.field { margin-bottom: 18px; }
.field label {
  display: block;
  font-size: 13.5px;
  font-weight: 600;
  color: var(--text);
  margin-bottom: 6px;
}
.field label .req { color: var(--brand); margin-left: 2px; }
.field input,
.field select,
.field textarea {
  width: 100%;
  font-family: inherit;
  font-size: 15px;
  color: var(--text);
  background: #fff;
  border: 1px solid var(--border-strong);
  border-radius: var(--radius-sm);
  padding: 10px 12px;
  transition: border-color .15s ease, box-shadow .15s ease;
}
.field input:focus,
.field select:focus,
.field textarea:focus {
  outline: none;
  border-color: var(--brand);
  box-shadow: 0 0 0 3px rgba(46, 134, 193, .15);
}
.field textarea {
  min-height: 140px;
  resize: vertical;
  line-height: 1.55;
}
.field-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
@media (max-width: 540px) {
  .field-row { grid-template-columns: 1fr; gap: 0; }
}
.contact-form .form-actions {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 8px;
  flex-wrap: wrap;
}
.contact-form .btn { padding-left: 28px; padding-right: 28px; }
.contact-form .form-fineprint {
  color: var(--text-muted);
  font-size: 12.5px;
  margin: 0;
  line-height: 1.5;
}
/* Honeypot field — hidden from real users, visible to dumb bots */
.honeypot {
  position: absolute;
  left: -9999px;
  opacity: 0;
  pointer-events: none;
}

/* Submit states */
.form-status {
  margin-top: 18px;
  padding: 14px 18px;
  border-radius: var(--radius-md);
  font-size: 14.5px;
  display: none;
}
.form-status.is-visible { display: block; }
.form-status.is-success {
  background: var(--success-soft);
  color: var(--success);
  border: 1px solid var(--success);
}
.form-status.is-error {
  background: var(--danger-soft);
  color: var(--danger);
  border: 1px solid var(--danger);
}

/* Sidebar with alternate contact details */
.contact-aside {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.contact-card {
  background: var(--bg-soft);
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
  padding: 22px 24px;
}
.contact-card h3 {
  font-size: 14px;
  font-weight: 700;
  color: var(--brand);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin: 0 0 10px;
}
.contact-card p {
  margin: 0 0 6px;
  font-size: 14.5px;
  color: var(--text-body);
  line-height: 1.55;
}
.contact-card a { font-weight: 600; }
.contact-card .small {
  font-size: 13px;
  color: var(--text-muted);
}

/* ============================================================
   Visual upgrade — 2026-06
   Navy accents · homepage platform composite · mode diagram
   ============================================================ */
:root {
  --navy: #0e2a47;
  --navy-2: #14365c;
  --ok: #15803d;
  --ok-soft: #dcfce7;
  --warn: #b45309;
  --warn-soft: #fef3c7;
}

/* ---- Homepage platform composite (app-frame mockup) ---- */
.hero-platform {
  max-width: 1060px;
  margin: clamp(44px, 5vw, 68px) auto 0;
  padding: 0 4px;
}
.abadge {
  display: inline-flex; align-items: center; gap: 5px;
  font-size: 11.5px; font-weight: 600; padding: 4px 9px; border-radius: var(--radius-pill);
  white-space: nowrap;
}
.abadge svg { width: 12px; height: 12px; }
.abadge.ok { background: var(--ok-soft); color: var(--ok); }
.abadge.warn { background: var(--warn-soft); color: var(--warn); }
.abadge.priv { background: var(--navy); color: #fff; }
.abadge.std { background: var(--brand-soft); color: var(--brand-dark); }

/* ---- Standard vs Private mode flow (inside the homepage .mode-card cards) ---- */
.modeflow { display: flex; align-items: center; gap: 10px; margin: 18px 0; }
.modenode {
  flex: 1; text-align: center; padding: 12px 8px; border-radius: 10px;
  font-size: 12px; font-weight: 600; line-height: 1.3;
  border: 1px dashed var(--border-strong); color: var(--text-body);
}
.modenode svg { width: 18px; height: 18px; display: block; margin: 0 auto 6px; color: var(--brand); }
.modearrow { color: var(--border-strong); flex: none; }
@media (max-width: 560px) { .modeflow { flex-direction: column; } .modearrow { transform: rotate(90deg); } }


/* ============================================================
   Product-page CSS mockups (Wave C) — Document Library, Smart
   Forms, Secure Receive, Secure Exchange. Sit inside .mockup-frame
   in each product hero's .hero-visual column.
   ============================================================ */
.mk { background: #fff; font-size: 13px; color: var(--text-body); text-align: left; }
.mk-head { display: flex; align-items: center; gap: 10px; padding: 13px 16px; border-bottom: 1px solid var(--border); }
.mk-head h5 { margin: 0; font-size: 14px; color: var(--text); font-weight: 700; letter-spacing: -.01em; }
.mk-search { flex: 1; max-width: 190px; height: 28px; border-radius: 8px; background: var(--bg-tint); margin-left: auto; display: inline-flex; align-items: center; padding: 0 10px; color: var(--text-muted); font-size: 12px; gap: 6px; }
.mk-search svg { width: 13px; height: 13px; }
.mk-btn { background: var(--brand); color: #fff; font-size: 12px; font-weight: 600; padding: 7px 12px; border-radius: var(--radius-pill); display: inline-flex; gap: 6px; align-items: center; white-space: nowrap; }
.mk-btn svg { width: 13px; height: 13px; }
.mk-chips { display: flex; gap: 7px; padding: 12px 16px; flex-wrap: wrap; border-bottom: 1px solid var(--border); }
.mk-chip { font-size: 12px; padding: 5px 11px; border-radius: var(--radius-pill); background: var(--bg-soft); color: var(--text-muted); border: 1px solid var(--border); white-space: nowrap; }
.mk-chip.on { background: var(--brand-soft); color: var(--brand-dark); border-color: transparent; font-weight: 600; }
.mk-row { display: flex; align-items: center; gap: 12px; padding: 12px 16px; }
.mk-row + .mk-row { border-top: 1px solid var(--border); }
.mk-ic { width: 32px; height: 32px; border-radius: 8px; background: var(--brand-softer); color: var(--brand); display: inline-flex; align-items: center; justify-content: center; flex: none; }
.mk-ic svg { width: 17px; height: 17px; }
.mk-row .nm { font-size: 13px; font-weight: 600; color: var(--text); }
.mk-row .mt { font-size: 11.5px; color: var(--text-muted); margin-top: 1px; }
.mk-row .gap { flex: 1; }
.mk-pin { color: var(--brand); display: inline-flex; }
.mk-pin svg { width: 15px; height: 15px; }
.mk-use { font-size: 12px; font-weight: 600; color: var(--brand-dark); border: 1px solid var(--brand-soft); background: var(--brand-softer); padding: 6px 11px; border-radius: 8px; white-space: nowrap; }
.mk-foot { padding: 11px 16px; border-top: 1px solid var(--border); font-size: 11.5px; color: var(--text-muted); display: flex; align-items: center; gap: 8px; background: var(--bg-soft); }
.mk-foot .bar { flex: 1; height: 6px; border-radius: 4px; background: var(--bg-tint); overflow: hidden; }
.mk-foot .bar i { display: block; height: 100%; background: var(--brand); border-radius: 4px; }

/* Smart Forms — PDF → fields split */
.mk-split { display: grid; grid-template-columns: 1fr 1fr; }
.mk-pdf { padding: 16px; border-right: 1px solid var(--border); background: var(--bg-soft); }
.mk-paper { background: #fff; border: 1px solid var(--border); border-radius: 6px; padding: 14px; box-shadow: var(--shadow-sm); }
.mk-line { height: 7px; border-radius: 4px; background: var(--bg-tint); margin: 8px 0; }
.mk-line.s { width: 55%; } .mk-line.m { width: 78%; }
.mk-line.box { height: 24px; border: 1px dashed var(--brand); background: var(--brand-softer); }
.mk-fields { padding: 14px 16px; }
.mk-banner { display: flex; align-items: center; gap: 8px; font-size: 11.5px; font-weight: 600; color: var(--ok); background: var(--ok-soft); padding: 8px 11px; border-radius: 8px; margin-bottom: 12px; }
.mk-banner svg { width: 14px; height: 14px; flex: none; }
.mk-fld { display: flex; align-items: center; justify-content: space-between; padding: 9px 0; border-top: 1px solid var(--border); font-size: 12.5px; color: var(--text); font-weight: 500; }
.mk-fld:first-of-type { border-top: 0; }
.mk-fld .ty { font-size: 10.5px; color: var(--brand-dark); background: var(--brand-soft); padding: 3px 8px; border-radius: 5px; font-weight: 600; }
.mk-attach { margin-top: 12px; display: inline-flex; align-items: center; gap: 7px; font-size: 11.5px; font-weight: 600; color: var(--brand-dark); }
.mk-attach svg { width: 14px; height: 14px; }

/* Secure Receive — branded client portal */
.mk-portal-head { padding: 15px 16px; border-bottom: 1px solid var(--border); display: flex; align-items: center; gap: 11px; background: linear-gradient(180deg, var(--brand-softer), #fff); }
.mk-logo { width: 32px; height: 32px; border-radius: 8px; background: var(--brand); color: #fff; display: inline-flex; align-items: center; justify-content: center; font-weight: 800; font-size: 15px; flex: none; }
.mk-portal-head .nm { font-size: 13.5px; font-weight: 700; color: var(--text); }
.mk-portal-head .mt { font-size: 11.5px; color: var(--text-muted); }
.mk-check { display: flex; align-items: center; gap: 11px; padding: 11px 16px; }
.mk-check + .mk-check { border-top: 1px solid var(--border); }
.mk-cbox { width: 22px; height: 22px; border-radius: 6px; flex: none; display: inline-flex; align-items: center; justify-content: center; }
.mk-cbox.done { background: var(--ok-soft); color: var(--ok); } .mk-cbox.done svg { width: 13px; height: 13px; }
.mk-cbox.todo { border: 1.5px dashed var(--border-strong); color: var(--text-muted); } .mk-cbox.todo svg { width: 12px; height: 12px; }
.mk-check .nm { font-size: 12.5px; font-weight: 600; color: var(--text); }
.mk-check .mt { font-size: 11px; color: var(--text-muted); margin-top: 1px; }

/* Secure Exchange — two-way lanes */
.mk-lanes { display: grid; grid-template-columns: 1fr 1fr; }
.mk-lane { padding: 13px; }
.mk-lane:first-child { border-right: 1px solid var(--border); background: var(--bg-soft); }
.mk-lane h6 { margin: 0 0 11px; font-size: 10.5px; text-transform: uppercase; letter-spacing: .1em; color: var(--text-muted); display: flex; align-items: center; gap: 6px; }
.mk-lane h6 svg { width: 13px; height: 13px; color: var(--brand); }
.mk-doc { display: flex; align-items: center; gap: 8px; background: #fff; border: 1px solid var(--border); border-radius: 8px; padding: 9px 10px; margin-bottom: 8px; font-size: 12px; font-weight: 600; color: var(--text); }
.mk-lane:first-child .mk-doc { background: #fff; }
.mk-doc svg { width: 15px; height: 15px; color: var(--brand); flex: none; }
.mk-doc .st { margin-left: auto; font-size: 10.5px; font-weight: 700; }
.mk-doc .st.ok { color: var(--ok); } .mk-doc .st.wait { color: var(--warn); }

@media (max-width: 520px) {
  .mk-split, .mk-lanes { grid-template-columns: 1fr; }
  .mk-pdf, .mk-lane:first-child { border-right: 0; border-bottom: 1px solid var(--border); }
}

/* ---- Comparison table — Wave C premium polish ---- */
.comparison-table th, .comparison-table td { padding: 16px 18px; }
.comparison-table thead th { font-size: 13px; letter-spacing: .02em; }
/* pinned first column reads as pinned when the table scrolls horizontally */
.comparison-table thead th:first-child,
.comparison-table tbody td:first-child { box-shadow: 1px 0 0 var(--border); z-index: 1; }
.comparison-table thead th:first-child { z-index: 2; }
/* the Vukorix column gets quiet vertical hairlines + a brand cap on its header */
.comparison-table .col-vukorix { border-left: 1px solid var(--brand-soft); border-right: 1px solid var(--brand-soft); }
.comparison-table thead th.col-vukorix { box-shadow: inset 0 3px 0 var(--brand); }
.comparison-table tbody tr:hover td.col-vukorix { background: var(--brand-soft); }
.comparison-table tbody td { border-bottom-color: #eef2f7; }

/* ---- Industry page hero split (breadcrumb stays full-width above the grid) ---- */
.page-hero-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.04fr); gap: clamp(30px, 4vw, 52px); align-items: center; }
.page-hero-split h1, .page-hero-split .hero-sub { max-width: 540px; }
.page-hero-split .hero-visual .mockup-frame { box-shadow: 0 1px 2px rgba(15,23,42,.05), 0 16px 32px -10px rgba(15,23,42,.12), 0 44px 100px -22px rgba(46,134,193,.26); }
@media (max-width: 980px) { .page-hero-grid { grid-template-columns: 1fr; } .page-hero-split h1, .page-hero-split .hero-sub { max-width: none; } }

/* Footer trademark / non-affiliation note (launch hardening) */
.footer-trademark { max-width: 920px; margin: 14px auto 0; padding-top: 14px; border-top: 1px solid var(--border); font-size: 11.5px; line-height: 1.5; color: var(--text-muted); text-align: center; }

/* ---- Reusable product screenshot window (macOS/browser-style frame; no Apple branding) ---- */
.product-window {
  border-radius: 14px;
  overflow: hidden;
  background: #fff;
  border: 1px solid rgba(15, 23, 42, .10);
  box-shadow:
    0 1px 2px rgba(15, 23, 42, .05),
    0 18px 36px -10px rgba(15, 23, 42, .12),
    0 48px 110px -24px rgba(46, 134, 193, .22);
}
.product-window__bar {
  display: flex;
  align-items: center;
  gap: 7px;
  height: 38px;
  padding: 0 16px;
  background: #fbfdff;
  border-bottom: 1px solid var(--border);
}
.product-window__bar span { width: 11px; height: 11px; border-radius: 50%; background: #e2e8f0; display: block; }
.product-window__screen { display: block; line-height: 0; background: #fff; }
.product-window__screen img { display: block; width: 100%; height: auto; }

/* ---- Product-proof shot cards (reuses .product-window) ---- */
.shot-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(330px, 1fr)); gap: 28px; margin-top: 8px; }
.shot { margin: 0; }
.shot figcaption { margin-top: 14px; font-size: 14.5px; color: var(--text-muted); line-height: 1.5; text-align: center; }
.shot figcaption strong { color: var(--text); }
.shot-wide { max-width: 1000px; margin: 0 auto; }

/* =========================================================================
   E-Sign visual rebuild (single-page scope): stacked hero, alternating
   step rows, clean framed screenshots, audit record + verify sections.
   ========================================================================= */
.es-wrap { max-width: 1180px; margin: 0 auto; padding: 0 24px; }
.es-section { padding: 88px 0; }
@media (max-width: 760px) { .es-section { padding: 56px 0; } }

/* Reusable screenshot frame: the site's Mac/browser-style .product-window
   (top bar + three dots) with a softer, subtler shadow than the default.
   Future pages can use .product-window alone or with .is-soft. */
.product-window.is-soft {
  box-shadow: 0 1px 2px rgba(15, 23, 42, .04), 0 14px 34px -14px rgba(15, 23, 42, .16);
}

/* Stacked hero */
.es-hero-copy { max-width: 760px; margin: 0 auto; }
.es-shot-hero { width: 100%; max-width: 1180px; margin: clamp(26px, 3.2vw, 42px) auto 0; }

/* Section-specific screenshot sizing (rendered max widths on desktop). */
.es-shot-step     { width: 100%; max-width: 525px; }
.es-shot-portrait { width: 100%; max-width: 485px; }
.es-shot-markup   { width: 100%; max-width: 430px; }
.es-shot-audit    { width: 100%; max-width: 1040px; margin: 0 auto; }
.es-shot-verify   { width: 100%; max-width: 520px; margin: 0 auto; }
.es-shot-amended  { width: 100%; max-width: 600px; }

/* Alternating step rows: ~42% text / ~58% image */
.es-row { display: grid; grid-template-columns: 42fr 58fr; gap: clamp(32px, 4.5vw, 64px); align-items: center; max-width: 1100px; margin: 0 auto; }
.es-row + .es-row { margin-top: clamp(48px, 6vw, 84px); }
.es-row.is-rev { grid-template-columns: 58fr 42fr; }
.es-row.is-rev .es-row-media { grid-column: 1; grid-row: 1; }
.es-row.is-rev .es-row-text { grid-column: 2; grid-row: 1; }
.es-row-media { display: flex; justify-content: center; }
.es-step-num { display: inline-flex; align-items: center; justify-content: center; width: 38px; height: 38px; border-radius: 50%; background: var(--brand-soft); color: var(--brand); font-weight: 700; font-size: 16px; margin-bottom: 18px; }
.es-row-text h3 { font-size: clamp(21px, 2.3vw, 26px); line-height: 1.25; margin: 0 0 12px; }
.es-row-text p { color: var(--text-body); font-size: 16.5px; line-height: 1.6; margin: 0; }

/* Two-column split (markup, amended) */
.es-split { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(32px, 4.5vw, 60px); align-items: center; max-width: 1100px; margin: 0 auto; }
.es-split.is-wide { grid-template-columns: 0.8fr 1.2fr; }
.es-split-text h2 { margin-top: 0; }
.es-split-text p { color: var(--text-body); font-size: 16.5px; line-height: 1.65; }
.es-split-text p + p { margin-top: 14px; }
.es-split-media { display: flex; justify-content: center; }

/* Audit feature points */
.es-points { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px 30px; max-width: 940px; margin: clamp(30px, 4vw, 44px) auto 0; }
.es-point { display: flex; align-items: flex-start; gap: 10px; font-size: 15.5px; color: var(--text-body); line-height: 1.4; }
.es-point svg { flex: 0 0 auto; width: 20px; height: 20px; color: var(--brand); margin-top: 1px; }

/* Verify pair */
.es-pair { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(24px, 3vw, 40px); max-width: 1100px; margin: clamp(28px, 3.5vw, 40px) auto 0; align-items: start; }

/* Desktop: align the (now smaller) screenshots toward the text for a
   consistent gutter; extra whitespace goes to the outer edge. */
@media (min-width: 821px) {
  .es-row:not(.is-rev) .es-row-media, .es-split-media { justify-content: flex-start; }
  .es-row.is-rev .es-row-media { justify-content: flex-end; }
  /* Give the hero screenshot a little more width on desktop. */
  .hero .container { padding-left: 16px; padding-right: 16px; }
}

@media (max-width: 820px) {
  .es-row, .es-row.is-rev, .es-split, .es-split.is-wide { grid-template-columns: 1fr; gap: 28px; }
  .es-row.is-rev .es-row-media, .es-row.is-rev .es-row-text { grid-column: 1; grid-row: auto; }
  .es-row-media .product-window, .es-split-media .product-window { margin-left: auto; margin-right: auto; }
  .es-pair { grid-template-columns: 1fr; }
  /* Tablet/mobile single-column: large shots fill the column; small-native
     panels stay near native to avoid upscaling. */
  .es-shot-hero, .es-shot-audit, .es-shot-step, .es-shot-verify, .es-shot-amended { max-width: 100%; }
  .es-shot-portrait, .es-shot-markup { max-width: 560px; }
}
@media (max-width: 600px) {
  .es-points { grid-template-columns: 1fr; }
}

/* =========================================================================
   MOBILE-FIRST UX SPRINT — 2026-06-22 (LOCAL REVIEW; pending Andrej approval)
   Technical, mobile-only touch-ergonomics refinements. No public wording,
   content, layout reorder, or desktop appearance changes. Every rule is
   scoped to a mobile breakpoint; desktop (>1200px / >768px) is untouched.
   ------------------------------------------------------------------------- */

/* Hamburger tap target >= 48x48 px. The bars (icon) are unchanged; only the
   surrounding hit area grows. .hamburger is display:none above 1200px, so
   this can never affect the desktop header. (baseline was 40x40) */
@media (max-width: 1200px) {
  .hamburger {
    width: 48px;
    height: 48px;
    padding: 12px;
  }
}

@media (max-width: 768px) {
  /* Primary/secondary CTAs >= 48px tall for comfortable thumb tapping.
     min-height only; padding, font-size and desktop height (44px) unchanged. */
  .btn { min-height: 48px; }
  /* Remove the 300ms touch delay on interactive controls. */
  .btn, .nav-links a, .mobile-menu a, .faq-item summary, .footer-col ul li a { touch-action: manipulation; }

  /* Mobile drawer link rows >= 48px tap height (baseline 47px / 34px). */
  .mobile-menu a { min-height: 48px; box-sizing: border-box; }
  .mobile-menu .nav-login,
  .mobile-menu .nav-cta { min-height: 48px; align-items: center; }

  /* Footer links: larger vertical hit area and clearer separation on touch
     (baseline links ~18px tall). Same links, same labels, same order. */
  .footer-col ul li { margin-bottom: 4px; }
  .footer-col ul li a { display: inline-block; padding: 7px 0; }
}

/* =========================================================================
   ACCESSIBILITY — CONTRAST & LINK DISTINGUISHABILITY (LOCAL REVIEW 2026-06-22)
   WCAG 2.1 AA. Uses a darker variant of the existing Vukorix blue only; the
   brand hue, logo, layout, wording and content are unchanged. Applies to
   mobile and desktop equally (contrast is not viewport-specific).
   ------------------------------------------------------------------------- */
:root { --brand-ink: #2873a6; } /* accessible brand ink: >=4.5:1 on white/bg-soft/tint/brand-soft; white-on-it 5.14:1 */

/* Brand-coloured TEXT / ICONS on light backgrounds -> accessible ink (was 3.97:1) */
a { color: var(--brand-ink); }
.eyebrow { color: var(--brand-ink); }
.card-arrow { color: var(--brand-ink); }
.pricing-card-benefits .pricing-benefits-title { color: var(--brand-ink); }

/* White text on brand BACKGROUND -> darken background so #fff text passes 4.5:1 */
.btn-primary { background: var(--brand-ink); }
.cookie-btn { background: var(--brand-ink); }
.pricing-card .price-pill,
.pricing-card-benefits .price-pill { background: var(--brand-ink); }

/* In-text link distinguishability: underline links inside paragraphs only.
   Navigation, footer, buttons and card CTAs are unaffected. */
p a:not(.btn) { text-decoration: underline; text-underline-offset: 2px; text-decoration-thickness: 1px; }
p a:not(.btn):hover { text-decoration-thickness: 2px; }

/* How It Works + Trust review: complete-rebuild pass (scoped to .hiw-page / .trust-page only) */

/* How It Works: three product groups, two open columns each (no cards) */
.hiw-page .hiw-group-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 44px 56px; align-items: start; }
.hiw-page .hiw-product { display: flex; flex-direction: column; }
.hiw-page .hiw-product > .eyebrow { margin-bottom: 6px; }
.hiw-page .hiw-product h3 { font-size: 21px; margin: 0 0 10px; line-height: 1.3; }
.hiw-page .hiw-product > p { margin: 0; }

/* numbered step lists (thin dividers, no boxes) */
.hiw-page .hiw-steps { list-style: none; counter-reset: s; margin: 16px 0 18px; padding: 0; }
.hiw-page .hiw-steps li { counter-increment: s; display: flex; gap: 14px; align-items: baseline; padding: 11px 0; border-top: 1px solid var(--border); font-size: 15px; line-height: 1.5; }
.hiw-page .hiw-steps li:first-child { border-top: none; padding-top: 0; }
.hiw-page .hiw-steps li::before { content: counter(s); flex: 0 0 auto; min-width: 20px; font-weight: 700; color: var(--brand-ink); }
.hiw-page .es-row-link { display: inline-flex; align-items: center; gap: 6px; font-weight: 600; color: var(--brand-ink); margin-top: 16px; }

/* shared consistent visual stage for all six product screenshots */
.hiw-page .hiw-task-visual { display: flex; align-items: center; justify-content: center; width: 100%; min-height: 324px; margin-top: 6px; }
.hiw-page .hiw-task-visual .mockup-frame { margin: 0; max-width: 100%; max-height: 324px; display: flex; align-items: center; justify-content: center; }
.hiw-page .hiw-task-visual img { max-width: 100%; max-height: 300px; width: auto; height: auto; object-fit: contain; }
.hiw-page .hiw-task-visual .mk { max-height: 300px; }
@media (max-width: 860px) {
  .hiw-page .hiw-group-grid { grid-template-columns: 1fr; gap: 56px; }
  .hiw-page .hiw-task-visual { min-height: 0; }
  .hiw-page .hiw-task-visual .mockup-frame { max-height: none; }
  .hiw-page .hiw-task-visual img { max-height: none; }
  .hiw-page .hiw-task-visual .mk { max-height: none; }
}

/* shared capabilities: six inline items in three columns (no cards) */
.hiw-page .hiw-caps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px 32px; }
.hiw-page .hiw-cap { display: flex; gap: 14px; align-items: flex-start; }
.hiw-page .hiw-cap-icon { flex: 0 0 auto; width: 42px; height: 42px; border-radius: 11px; background: var(--brand-soft); display: flex; align-items: center; justify-content: center; }
.hiw-page .hiw-cap-icon img { width: 21px; height: 21px; }
.hiw-page .hiw-cap h3 { margin: 0 0 4px; font-size: 16px; }
.hiw-page .hiw-cap p { margin: 0; color: var(--text-muted); font-size: 14px; }
@media (max-width: 860px) { .hiw-page .hiw-caps { grid-template-columns: 1fr; } }

/* Trust: simple centred explanation block, checkmark list and inline detail links */
.trust-page .trust-main { max-width: 640px; margin: 0 auto; text-align: center; }
.trust-page .trust-checks { list-style: none; margin: 24px auto 0; padding: 0; max-width: 470px; display: flex; flex-direction: column; gap: 12px; text-align: left; }
.trust-page .trust-checks li { display: flex; gap: 12px; align-items: flex-start; line-height: 1.5; }
.trust-page .trust-checks li svg { flex: 0 0 auto; width: 20px; height: 20px; color: var(--brand); margin-top: 1px; }
.trust-page .trust-detail-links { margin: 18px auto 0; max-width: 640px; line-height: 2; }

/* Smart Forms page review: professional marketing rebuild (scoped to .smart-forms-page only) */
.smart-forms-page .hero.hero-split .container { grid-template-columns: 43fr 57fr; }
.smart-forms-page .hero-visual .mockup-frame { max-width: 640px; margin-left: auto; }

/* three open benefit columns (no cards) */
.smart-forms-page .sf-benefits { display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px 44px; align-items: start; }
.smart-forms-page .sf-benefit .sf-icon { width: 30px; height: 30px; display: block; margin-bottom: 14px; }
.smart-forms-page .sf-benefit h3 { margin: 0 0 6px; font-size: 19px; }
.smart-forms-page .sf-benefit p { margin: 0; color: var(--text-muted); }

/* four-stage horizontal process flow with restrained connectors (no cards) */
.smart-forms-page .sf-flow { display: grid; grid-template-columns: repeat(4, 1fr); gap: 28px; align-items: start; }
.smart-forms-page .sf-stage { position: relative; }
.smart-forms-page .sf-stage-num { width: 46px; height: 46px; border-radius: 50%; background: var(--brand); color: #fff; font-weight: 700; font-size: 19px; display: flex; align-items: center; justify-content: center; margin-bottom: 16px; position: relative; z-index: 1; }
.smart-forms-page .sf-stage h3 { margin: 0 0 6px; font-size: 18px; }
.smart-forms-page .sf-stage p { margin: 0; color: var(--text-muted); font-size: 15px; }
.smart-forms-page .sf-stage:not(:last-child)::after { content: ""; position: absolute; top: 23px; left: 58px; right: -28px; height: 2px; background: var(--border); }

/* real-world PDF: text left, type list right (no cards) */
.smart-forms-page .sf-realworld { display: grid; grid-template-columns: 1fr 1fr; gap: 40px 56px; align-items: start; }
.smart-forms-page .sf-realworld-text h2 { margin: 6px 0 14px; }
.smart-forms-page .sf-pdf-type { padding: 16px 0; border-top: 1px solid var(--border); }
.smart-forms-page .sf-pdf-type:first-child { border-top: none; padding-top: 0; }
.smart-forms-page .sf-pdf-type h3 { margin: 0 0 4px; font-size: 17px; }
.smart-forms-page .sf-pdf-type p { margin: 0; color: var(--text-muted); }
.smart-forms-page .sf-pdf-types > .text-small { margin-top: 16px; }

/* connected products: two open columns (no cards) */
.smart-forms-page .sf-connect { display: grid; grid-template-columns: 1fr 1fr; gap: 36px 56px; align-items: start; }
.smart-forms-page .sf-connect-col .eyebrow { margin-bottom: 8px; }
.smart-forms-page .sf-connect-col h3 { margin: 0 0 8px; font-size: 19px; line-height: 1.4; }
.smart-forms-page .sf-connect-col p { margin: 0; color: var(--text-muted); }
.smart-forms-page .sf-connect-col .es-row-link { display: inline-flex; align-items: center; gap: 6px; font-weight: 600; color: var(--brand-ink); margin-top: 14px; }

@media (max-width: 980px) {
  .smart-forms-page .hero.hero-split .container { grid-template-columns: 1fr; }
  .smart-forms-page .hero-visual .mockup-frame { margin-left: 0; }
}
@media (max-width: 860px) {
  .smart-forms-page .sf-flow { grid-template-columns: 1fr 1fr; gap: 30px 28px; }
  .smart-forms-page .sf-stage:not(:last-child)::after { display: none; }
}
@media (max-width: 760px) {
  .smart-forms-page .sf-benefits, .smart-forms-page .sf-realworld, .smart-forms-page .sf-connect, .smart-forms-page .sf-flow { grid-template-columns: 1fr; }
}

/* =========================================================================
   Security architecture page: technical review (scoped to .security-page)
   ========================================================================= */

/* anchor offset so section headings clear the sticky nav */
.security-page section[id] { scroll-margin-top: 90px; }

/* --- Hero: two columns, text left, scope summary right --- */
.security-page .sec-hero-grid { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr); gap: clamp(32px, 4vw, 56px); align-items: center; }
.security-page .sec-hero-main h1 { max-width: 640px; }
.security-page .sec-hero-main .hero-sub { max-width: 600px; }
.security-page .sec-hero .hero-ctas { justify-content: flex-start; margin-bottom: 0; }
.security-page .sec-scope { background: #fff; border: 1px solid var(--border); border-radius: var(--radius-lg); padding: 24px 26px; box-shadow: var(--shadow-sm); }
.security-page .sec-scope-head { font-size: 12px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: var(--brand); margin-bottom: 12px; }
.security-page .sec-scope-list { list-style: none; margin: 0; padding: 0; }
.security-page .sec-scope-list li { font-size: 15px; color: var(--text-body); padding: 11px 0; border-top: 1px solid var(--border); line-height: 1.45; }
.security-page .sec-scope-list li:first-child { border-top: none; padding-top: 0; }
.security-page .sec-scope-list li:last-child { padding-bottom: 0; }
.security-page .sec-reviewed { margin: 26px 0 0; font-size: 13px; color: var(--text-muted); }

/* --- Technical section navigation --- */
.security-page .security-section-nav { border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); background: var(--bg-soft); }
.security-page .security-section-nav .container { display: flex; flex-wrap: wrap; justify-content: center; gap: 4px 0; padding-top: 6px; padding-bottom: 6px; }
.security-page .security-section-nav a { position: relative; font-size: 14px; font-weight: 600; color: var(--text-body); padding: 10px 18px; border-radius: var(--radius-sm); line-height: 1.2; }
.security-page .security-section-nav a:hover { color: var(--brand); background: #fff; }
.security-page .security-section-nav a:not(:last-child)::after { content: ""; position: absolute; right: -1px; top: 50%; transform: translateY(-50%); width: 1px; height: 15px; background: var(--border-strong); }

/* --- Architecture diagram: stacked layers with arrows --- */
.security-page .sec-arch { display: flex; flex-direction: column; align-items: stretch; margin-top: 4px; }
.security-page .sec-layer { background: #fff; border: 1px solid var(--border); border-left: 3px solid var(--brand); border-radius: var(--radius-md); padding: 22px 24px; box-shadow: var(--shadow-sm); }
.security-page .sec-layer-label { display: inline-block; font-size: 12px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--brand); margin-bottom: 8px; }
.security-page .sec-layer h3 { margin: 0 0 8px; font-size: 18px; }
.security-page .sec-layer p { margin: 0; color: var(--text-body); font-size: 15px; }
.security-page .sec-arch-arrow { width: 13px; height: 13px; margin: 12px auto; border-right: 2px solid var(--border-strong); border-bottom: 2px solid var(--border-strong); transform: rotate(45deg); }

/* --- Trust boundaries and tick lists --- */
.security-page .sec-boundaries { margin-top: 38px; }
.security-page .sec-boundaries h3 { margin: 0 0 14px; font-size: 18px; }
.security-page .sec-boundaries > p { margin: 16px 0 0; color: var(--text-body); }
.security-page .sec-tick { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 10px; }
.security-page .sec-tick li { position: relative; padding-left: 22px; font-size: 15px; line-height: 1.5; color: var(--text-body); }
.security-page .sec-tick li::before { content: ""; position: absolute; left: 0; top: 8px; width: 7px; height: 7px; background: var(--brand); border-radius: 2px; }

/* --- Technical tables (horizontal scroll within wrapper on small screens) --- */
.security-page .sec-table-wrap { overflow-x: auto; border: 1px solid var(--border); border-radius: var(--radius-lg); background: #fff; -webkit-overflow-scrolling: touch; }
.security-page .sec-table { width: 100%; border-collapse: collapse; font-size: 14.5px; }
.security-page .sec-table-3 { min-width: 640px; }
.security-page .sec-table-4 { min-width: 840px; }
.security-page .sec-table th, .security-page .sec-table td { padding: 14px 18px; border-bottom: 1px solid var(--border); text-align: left; vertical-align: top; }
.security-page .sec-table thead th { background: var(--bg-tint); font-weight: 700; color: var(--text); font-size: 12.5px; letter-spacing: .03em; text-transform: uppercase; }
.security-page .sec-table tbody tr:last-child th, .security-page .sec-table tbody tr:last-child td { border-bottom: none; }
.security-page .sec-table th[scope="row"] { font-weight: 600; color: var(--text); background: var(--bg-soft); }
.security-page .sec-table-3 th[scope="row"] { width: 22%; }
.security-page .sec-table-4 th[scope="row"] { width: 15%; white-space: nowrap; }
.security-page .sec-table td { color: var(--text-body); }
.security-page .sec-swipe-hint { display: none; font-size: 13px; color: var(--text-muted); margin: 10px 0 0; }

/* --- Details component (restrained) --- */
.security-page .sec-details { margin-top: 22px; border: 1px solid var(--border); border-radius: var(--radius-md); background: #fff; overflow: hidden; }
.security-page .sec-details summary { cursor: pointer; list-style: none; padding: 16px 20px; font-weight: 600; font-size: 15px; color: var(--text); display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.security-page .sec-details summary::-webkit-details-marker { display: none; }
.security-page .sec-details summary::after { content: "+"; font-size: 20px; color: var(--brand); font-weight: 400; line-height: 1; }
.security-page .sec-details[open] summary::after { content: "\2212"; }
.security-page .sec-details[open] { border-color: var(--brand); }
.security-page .sec-details-body { padding: 0 20px 18px; }
.security-page .sec-details-body p { margin: 0 0 12px; color: var(--text-body); font-size: 14.5px; }
.security-page .sec-details-body p:last-child { margin-bottom: 0; }

/* --- Open columns (identity and access, secure development) --- */
.security-page .sec-cols { display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px 40px; align-items: start; }
.security-page .sec-col-open h3 { margin: 0 0 14px; font-size: 17px; padding-bottom: 12px; border-bottom: 1px solid var(--border); }
.security-page .sec-col-open > p { margin: 0; color: var(--text-body); font-size: 15px; }

/* --- Event records and outputs --- */
.security-page .sec-records { display: flex; flex-direction: column; }
.security-page .sec-record { padding: 22px 0; border-top: 1px solid var(--border); }
.security-page .sec-record:first-child { border-top: none; padding-top: 4px; }
.security-page .sec-record h3 { margin: 0 0 10px; font-size: 17px; }
.security-page .sec-record > p { margin: 0; color: var(--text-body); }
.security-page .sec-record .sec-tick { margin-top: 14px; }
@media (min-width: 640px) { .security-page .sec-record .sec-tick { display: grid; grid-template-columns: 1fr 1fr; gap: 10px 36px; } }

/* --- Manual redaction subsection --- */
.security-page .sec-subsection { margin-top: 34px; padding: 22px 24px; background: var(--brand-softer); border-left: 3px solid var(--brand); border-radius: var(--radius-md); }
.security-page .sec-subsection h3 { margin: 0 0 8px; font-size: 17px; }
.security-page .sec-subsection p { margin: 0 0 10px; color: var(--text-body); font-size: 15px; }
.security-page .sec-subsection p:last-child { margin-bottom: 0; }

/* --- Operations sequence: numbered vertical sequence with thin dividers --- */
.security-page .sec-ops { list-style: none; counter-reset: o; margin: 0; padding: 0; }
.security-page .sec-op { counter-increment: o; display: flex; gap: 22px; align-items: flex-start; padding: 24px 0; border-top: 1px solid var(--border); }
.security-page .sec-op:first-child { border-top: none; padding-top: 0; }
.security-page .sec-op::before { content: counter(o, decimal-leading-zero); flex: 0 0 auto; min-width: 48px; font-size: 26px; font-weight: 700; color: var(--brand); line-height: 1.15; }
.security-page .sec-op h3 { margin: 0 0 5px; font-size: 18px; }
.security-page .sec-op p { margin: 0; color: var(--text-body); }

/* --- Data governance --- */
.security-page .sec-gov { display: grid; grid-template-columns: 1fr 1fr; gap: 24px 40px; }
.security-page .sec-gov-item h3 { margin: 0 0 8px; font-size: 17px; }
.security-page .sec-gov-item p { margin: 0; color: var(--text-body); font-size: 15px; }
.security-page .sec-gov-link { margin: 24px 0 0; font-weight: 600; }

/* --- Standards note, assurance block --- */
.security-page .sec-standards-note { margin: 30px 0 0; padding-top: 22px; border-top: 1px solid var(--border); color: var(--text-muted); font-size: 14.5px; max-width: 760px; }
.security-page .sec-assurance-block p { margin: 0 0 16px; color: var(--text-body); }
.security-page .sec-assurance-block p:last-child { margin-bottom: 0; }
.security-page .sec-assurance-links { margin-top: 22px; font-weight: 600; line-height: 2; }

@media (max-width: 980px) {
  .security-page .sec-hero-grid { grid-template-columns: 1fr; }
  .security-page .sec-cols { grid-template-columns: 1fr; }
}
@media (max-width: 760px) {
  .security-page .sec-gov { grid-template-columns: 1fr; }
}
@media (max-width: 720px) { .security-page .sec-swipe-hint { display: block; } }
@media (max-width: 900px) { .security-page .sec-swipe-hint.is-wide { display: block; } }

/* =========================================================================
   Industry pages: shared restrained design (scoped to .industry-page)
   ========================================================================= */
.industry-page .ind-offer { margin: 18px 0 0; font-size: 14px; color: var(--text-muted); }

/* benefits: three open columns, no cards, no shadows */
.industry-page .ind-benefits { display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px 44px; align-items: start; }
.industry-page .ind-benefit .ind-bicon { width: 30px; height: 30px; display: block; margin-bottom: 12px; }
.industry-page .ind-benefit h3 { margin: 0 0 6px; font-size: 18px; }
.industry-page .ind-benefit p { margin: 0; color: var(--text-muted); font-size: 15px; line-height: 1.55; }

/* product-use alternating rows (no bordered card around text) */
.industry-page .ind-use { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: clamp(32px, 4vw, 60px); align-items: center; }
.industry-page .ind-use.is-rev .ind-use-text { order: 2; }
.industry-page .ind-use.is-rev .ind-use-visual { order: 1; }
.industry-page .ind-use-text .eyebrow { margin-bottom: 8px; }
.industry-page .ind-use-text h2 { margin: 0 0 12px; }
.industry-page .ind-use-text > p { margin: 0 0 18px; color: var(--text-body); }
.industry-page .ind-steps { list-style: none; counter-reset: s; margin: 0 0 18px; padding: 0; display: flex; flex-direction: column; gap: 11px; }
.industry-page .ind-steps li { counter-increment: s; position: relative; padding-left: 36px; color: var(--text-body); font-size: 15px; line-height: 1.5; }
.industry-page .ind-steps li::before { content: counter(s); position: absolute; left: 0; top: -1px; width: 24px; height: 24px; border-radius: 50%; background: var(--brand-soft); color: var(--brand-darker); font-size: 12.5px; font-weight: 700; display: flex; align-items: center; justify-content: center; }
.industry-page .ind-use-link { font-weight: 600; font-size: 15px; }
.industry-page .ind-use.is-solo { display: block; }
.industry-page .ind-solo-icon { width: 32px; height: 32px; display: block; margin-bottom: 14px; }

/* product-visual stage: consistent width, natural aspect ratio, no cropping */
.industry-page .industry-product-visual { width: 100%; max-width: 540px; margin: 0 auto; }
.industry-page .industry-product-visual .mockup-frame,
.industry-page .industry-product-visual .product-window { width: 100%; }

/* client-experience: centred, no cards, no icons */
.industry-page .ind-clients { text-align: center; }
.industry-page .ind-clients h2 { margin: 0 0 12px; }
.industry-page .ind-clients > p { margin: 0 auto; max-width: 640px; color: var(--text-body); }

/* recommended-products inline row */
.industry-page .ind-tools { text-align: center; margin: 0 0 10px; font-size: 15px; color: var(--text-muted); line-height: 2; }
.industry-page .ind-tools-label { font-weight: 600; color: var(--text); margin-right: 4px; }

@media (max-width: 880px) {
  .industry-page .ind-benefits { grid-template-columns: 1fr; gap: 26px; }
  .industry-page .ind-use { grid-template-columns: 1fr; gap: 28px; }
  .industry-page .ind-use.is-rev .ind-use-text { order: 1; }
  .industry-page .ind-use.is-rev .ind-use-visual { order: 2; }
}

/* solo product-use section: deliberately complete, centred, three steps in one row, no empty column */
.industry-page .industry-product-row--solo { max-width: 900px; margin: 0 auto; text-align: center; }
.industry-page .industry-product-row--solo .ind-solo-icon { margin: 0 auto 14px; }
.industry-page .industry-product-row--solo .ind-use-text > p { max-width: 640px; margin-left: auto; margin-right: auto; }
.industry-page .industry-product-row--solo .ind-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px 30px; text-align: left; max-width: 820px; margin: 24px auto; }
.industry-page .industry-product-row--solo .ind-steps li { padding-left: 34px; }
.industry-page .industry-product-row--solo .ind-use-link { display: inline-block; }
@media (max-width: 760px) {
  .industry-page .industry-product-row--solo .ind-steps { grid-template-columns: 1fr; max-width: 420px; gap: 13px; text-align: left; }
}

/* ============================================================
   Use Cases page (.use-cases-page): decision hub. Scoped rules
   only; reuses .page-hero, .product-window, .section, .section-head,
   .faq-item and .cta-band from the shared system. No layout JS.
   ============================================================ */

/* Hero: copy ~44% / dashboard ~56%, visual vertically centred */
.use-cases-page .page-hero-grid { grid-template-columns: minmax(0, 44fr) minmax(0, 56fr); }
.use-cases-page .hero-copy .uc-hero-sub-2 { margin-top: -12px; }
.use-cases-page .uc-offer { margin: 16px 0 0; font-size: 14px; color: var(--text-muted); }
.use-cases-page .hero-visual .product-window { width: 100%; }
@media (max-width: 980px) {
  .use-cases-page .page-hero-grid { grid-template-columns: 1fr; }
  .use-cases-page .hero-visual { margin-top: 6px; }
}

/* Job selection: open two-column rows, no cards/panels/shadows */
.use-cases-page .uc-jobs { display: grid; grid-template-columns: 1fr 1fr; column-gap: clamp(28px, 5vw, 60px); }
.use-cases-page .uc-job { padding: 26px 0 4px; border-top: 1px solid var(--border); }
.use-cases-page .uc-job:nth-child(1), .use-cases-page .uc-job:nth-child(2) { border-top: 0; padding-top: 2px; }
.use-cases-page .uc-job-icon { width: 30px; height: 30px; display: block; margin-bottom: 14px; }
.use-cases-page .uc-job h3 { font-size: 19px; margin: 0 0 8px; letter-spacing: -0.01em; }
.use-cases-page .uc-job p { color: var(--text-body); font-size: 15.5px; line-height: 1.55; margin: 0 0 14px; max-width: 48ch; }
.use-cases-page .uc-job-link { font-weight: 600; font-size: 15px; color: var(--brand); }
.use-cases-page .uc-job-link:hover { color: var(--brand-dark); }
.use-cases-page .uc-job-link span { display: inline-block; transition: transform .15s ease; }
.use-cases-page .uc-job-link:hover span { transform: translateX(3px); }
@media (max-width: 720px) {
  .use-cases-page .uc-jobs { grid-template-columns: 1fr; }
  .use-cases-page .uc-job { padding: 22px 0 2px; border-top: 1px solid var(--border); }
  .use-cases-page .uc-job:nth-child(1) { border-top: 0; padding-top: 2px; }
  .use-cases-page .uc-job:nth-child(2) { border-top: 1px solid var(--border); padding-top: 22px; }
}

/* Common business scenarios: large horizontal rows, understated number */
.use-cases-page .uc-scenarios { max-width: 960px; margin: 0 auto; }
.use-cases-page .uc-scenario { display: grid; grid-template-columns: auto 1fr; gap: clamp(18px, 3vw, 40px); align-items: start; padding: 30px 0; border-top: 1px solid var(--border); }
.use-cases-page .uc-scenario:first-child { border-top: 0; padding-top: 4px; }
.use-cases-page .uc-scenario-num { font-size: clamp(32px, 4.5vw, 46px); font-weight: 700; line-height: 1; letter-spacing: -0.02em; color: var(--border-strong); }
.use-cases-page .uc-scenario h3 { font-size: 21px; margin: 0 0 8px; letter-spacing: -0.01em; }
.use-cases-page .uc-scenario-body p { color: var(--text-body); line-height: 1.6; margin: 0 0 12px; max-width: 72ch; }
.use-cases-page .uc-scenario-links { display: flex; flex-wrap: wrap; gap: 6px 20px; margin: 0; }
.use-cases-page .uc-scenario-links a { font-weight: 600; font-size: 15px; color: var(--brand); }
.use-cases-page .uc-scenario-links a:hover { color: var(--brand-dark); }
@media (max-width: 560px) {
  .use-cases-page .uc-scenario { grid-template-columns: 1fr; gap: 6px; padding: 24px 0; }
  .use-cases-page .uc-scenario-num { font-size: 28px; }
}

/* Industry links: open scannable rows, name + sentence + arrow */
.use-cases-page .uc-industries { max-width: 960px; margin: 0 auto; border-top: 1px solid var(--border); }
.use-cases-page .uc-industry { display: grid; grid-template-columns: minmax(190px, 250px) 1fr auto; grid-template-areas: "name text arrow"; gap: clamp(14px, 3vw, 34px); align-items: center; padding: 22px 6px; border-bottom: 1px solid var(--border); color: inherit; border-radius: 8px; transition: background .12s ease; }
.use-cases-page .uc-industry:hover { background: var(--bg-soft); }
.use-cases-page .uc-industry-name { grid-area: name; font-weight: 700; font-size: 17px; color: var(--text); }
.use-cases-page .uc-industry-text { grid-area: text; color: var(--text-muted); font-size: 15px; line-height: 1.5; }
.use-cases-page .uc-industry-arrow { grid-area: arrow; color: var(--brand); font-size: 20px; font-weight: 600; transition: transform .15s ease; }
.use-cases-page .uc-industry:hover .uc-industry-arrow { transform: translateX(4px); }
@media (max-width: 680px) {
  .use-cases-page .uc-industry { grid-template-columns: 1fr auto; grid-template-areas: "name arrow" "text arrow"; gap: 3px 14px; padding: 18px 6px; }
  .use-cases-page .uc-industry-arrow { align-self: center; }
}

/* ============================================================
   Competitor landing pages (.competitor-page). Scoped rules only;
   reuses .section, .section-head, .product-window, .mockup-frame,
   .faq-item, .cta-band and .btn from the shared system. No layout JS.
   ============================================================ */

/* Two-column competitor-intent hero */
.competitor-page .competitor-hero { position: relative; padding: clamp(40px, 6vw, 76px) 0 clamp(40px, 5vw, 64px); background: radial-gradient(ellipse 70% 50% at 50% 0%, rgba(46,134,193,.08) 0%, transparent 70%), linear-gradient(180deg, #ffffff 0%, var(--bg-soft) 100%); overflow: hidden; }
.competitor-page .competitor-hero .container { position: relative; z-index: 1; }
.competitor-page .competitor-hero-grid { display: grid; grid-template-columns: minmax(0, 45fr) minmax(0, 55fr); gap: clamp(30px, 4vw, 54px); align-items: center; }
.competitor-page .competitor-hero .hero-copy h1 { font-size: clamp(28px, 3.6vw, 42px); line-height: 1.12; letter-spacing: -0.022em; margin: 0 0 16px; }
.competitor-page .competitor-hero .hero-sub { max-width: 560px; margin: 0 0 18px; }
.competitor-page .competitor-hero .competitor-hero-sub2 { margin-top: -8px; }
.competitor-page .competitor-hero .hero-ctas { justify-content: flex-start; margin-bottom: 0; }
.competitor-page .competitor-offer { margin: 16px 0 0; font-size: 14px; color: var(--text-muted); }
.competitor-page .competitor-hero .hero-visual .product-window,
.competitor-page .competitor-hero .hero-visual .mockup-frame { width: 100%; }
/* PandaDoc hero uses a portrait E-Sign fields image; cap its width so the hero stays balanced (no crop, aspect ratio preserved) */
.competitor-pandadoc .competitor-hero .hero-visual .product-window { max-width: 360px; margin-left: auto; margin-right: auto; }
/* Adobe hero uses a near-square E-Sign send-for-signing image; cap its width so the hero stays balanced (no crop, aspect ratio preserved) */
.competitor-adobe .competitor-hero .hero-visual .product-window { max-width: 480px; margin-left: auto; margin-right: auto; }
@media (max-width: 980px) {
  .competitor-page .competitor-hero-grid { grid-template-columns: 1fr; }
  .competitor-page .competitor-hero .hero-sub { max-width: none; }
  .competitor-page .competitor-hero .hero-visual { margin-top: 8px; }
}

/* Four open benefit columns (no cards, no shadows) */
.competitor-page .competitor-benefits { display: grid; grid-template-columns: repeat(4, 1fr); gap: clamp(22px, 3vw, 38px); }
.competitor-page .competitor-benefit-icon { width: 30px; height: 30px; display: block; margin-bottom: 12px; }
.competitor-page .competitor-benefit h3 { font-size: 17px; margin: 0 0 6px; letter-spacing: -0.01em; }
.competitor-page .competitor-benefit p { color: var(--text-body); font-size: 15px; line-height: 1.55; margin: 0; }
@media (max-width: 900px) { .competitor-page .competitor-benefits { grid-template-columns: repeat(2, 1fr); gap: 26px 30px; } }
@media (max-width: 520px) { .competitor-page .competitor-benefits { grid-template-columns: 1fr; } }

/* Six-product compact open list (no large cards) */
.competitor-page .competitor-products { display: grid; grid-template-columns: 1fr 1fr; gap: 0 clamp(28px, 4vw, 56px); }
.competitor-page .competitor-product { display: grid; grid-template-columns: auto 1fr; gap: 14px; align-items: start; padding: 18px 0; border-top: 1px solid var(--border); }
.competitor-page .competitor-product:nth-child(1), .competitor-page .competitor-product:nth-child(2) { border-top: 0; padding-top: 2px; }
.competitor-page .competitor-product-icon { width: 26px; height: 26px; }
.competitor-page .competitor-product h3 { font-size: 16px; margin: 0 0 4px; }
.competitor-page .competitor-product p { color: var(--text-body); font-size: 14.5px; line-height: 1.5; margin: 0; }
.competitor-page .competitor-limits { margin: 26px 0 0; font-size: 14px; color: var(--text-muted); }
@media (max-width: 760px) {
  .competitor-page .competitor-products { grid-template-columns: 1fr; }
  .competitor-page .competitor-product:nth-child(2) { border-top: 1px solid var(--border); padding-top: 18px; }
}

/* Public-price comparison: accessible table in a scroll wrapper */
.competitor-page .competitor-table-wrap { overflow-x: auto; -webkit-overflow-scrolling: touch; border: 1px solid var(--border); border-radius: var(--radius-md); }
.competitor-page .competitor-table { width: 100%; border-collapse: collapse; min-width: 660px; }
.competitor-page .competitor-table th, .competitor-page .competitor-table td { text-align: left; padding: 14px 18px; border-bottom: 1px solid var(--border); font-size: 15px; line-height: 1.45; vertical-align: top; }
.competitor-page .competitor-table thead th { background: var(--bg-soft); font-weight: 600; color: var(--text); }
.competitor-page .competitor-table tbody th[scope="row"] { font-weight: 600; color: var(--text); }
.competitor-page .competitor-table thead th:nth-child(2), .competitor-page .competitor-table tbody td:nth-child(2) { background: var(--brand-soft); }
.competitor-page .competitor-table tr:last-child th, .competitor-page .competitor-table tr:last-child td { border-bottom: 0; }
.competitor-page .competitor-swipe { display: none; }
.competitor-page .competitor-review-note { max-width: 840px; margin: 18px 0 0; font-size: 13.5px; color: var(--text-muted); line-height: 1.55; }
.competitor-page .competitor-methodology-link { margin: 10px 0 0; font-weight: 600; }
@media (max-width: 760px) { .competitor-page .competitor-swipe { display: block; margin: 10px 0 0; font-size: 13px; color: var(--text-muted); } }

/* Balanced-fit two columns (no boxes, no colour-coded treatment) */
.competitor-page .competitor-fit { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(28px, 4vw, 56px); max-width: 920px; margin: 0 auto; }
.competitor-page .competitor-fit-col h3 { font-size: 18px; margin: 0 0 14px; letter-spacing: -0.01em; }
.competitor-page .competitor-fit-col ul { list-style: none; padding: 0; margin: 0; }
.competitor-page .competitor-fit-col li { position: relative; padding: 0 0 12px 24px; color: var(--text-body); font-size: 15px; line-height: 1.5; }
.competitor-page .competitor-fit-col li::before { content: ''; position: absolute; left: 3px; top: 9px; width: 6px; height: 6px; border-radius: 50%; background: var(--brand); }
@media (max-width: 760px) { .competitor-page .competitor-fit { grid-template-columns: 1fr; gap: 28px; } }

/* Page-specific trademark disclaimer */
.competitor-page .competitor-disclaimer-section { padding-top: 0; }
.competitor-page .competitor-disclaimer { max-width: 820px; margin: 0 auto; font-size: 13px; line-height: 1.6; color: var(--text-muted); text-align: center; }

/* ============================================================
   Document signing software solution page (.solution-signing-page).
   Scoped rules only; reuses .page-hero-split, .section, .section-head,
   .product-window, .faq-item, .cta-band and .btn. No layout JS.
   ============================================================ */

/* Hero: copy ~44% / E-Sign visual ~56% (reuses .page-hero-split grid) */
.solution-signing-page .page-hero-grid { grid-template-columns: minmax(0, 44fr) minmax(0, 56fr); }
.solution-signing-page .ss-hero .hero-ctas { justify-content: flex-start; margin-bottom: 0; }
.solution-signing-page .ss-hero-sub2 { margin-top: -8px; }
.solution-signing-page .ss-offer { margin: 16px 0 0; font-size: 14px; color: var(--text-muted); }
.solution-signing-page .ss-offer-sub { margin: 6px 0 0; font-size: 13px; color: var(--text-muted); }
.solution-signing-page .page-hero-split .hero-visual .product-window { width: 100%; }
@media (max-width: 980px) { .solution-signing-page .page-hero-grid { grid-template-columns: 1fr; } .solution-signing-page .ss-hero .hero-visual { margin-top: 8px; } }

/* Four open business-benefit columns */
.solution-signing-page .ss-benefits { display: grid; grid-template-columns: repeat(4, 1fr); gap: clamp(22px, 3vw, 38px); }
.solution-signing-page .ss-benefit-icon { width: 30px; height: 30px; display: block; margin-bottom: 12px; }
.solution-signing-page .ss-benefit h3 { font-size: 17px; margin: 0 0 6px; letter-spacing: -0.01em; }
.solution-signing-page .ss-benefit p { color: var(--text-body); font-size: 15px; line-height: 1.55; margin: 0; }
@media (max-width: 900px) { .solution-signing-page .ss-benefits { grid-template-columns: repeat(2, 1fr); gap: 26px 30px; } }
@media (max-width: 520px) { .solution-signing-page .ss-benefits { grid-template-columns: 1fr; } }

/* Three-step section: steps ~42% / visual ~58% */
.solution-signing-page .ss-steps-grid { display: grid; grid-template-columns: minmax(0, 42fr) minmax(0, 58fr); gap: clamp(30px, 4vw, 54px); align-items: center; }
.solution-signing-page .ss-step { display: grid; grid-template-columns: auto 1fr; gap: 16px; align-items: start; padding: 18px 0; border-top: 1px solid var(--border); }
.solution-signing-page .ss-step:first-child { border-top: 0; padding-top: 0; }
.solution-signing-page .ss-step-num { width: 30px; height: 30px; border-radius: 50%; background: var(--brand-soft); color: var(--brand-dark); font-weight: 700; font-size: 15px; display: flex; align-items: center; justify-content: center; }
.solution-signing-page .ss-step h3 { font-size: 17px; margin: 0 0 4px; }
.solution-signing-page .ss-step p { color: var(--text-body); font-size: 15px; line-height: 1.5; margin: 0; }
.solution-signing-page .ss-steps-visual .product-window { width: 100%; }
@media (max-width: 980px) { .solution-signing-page .ss-steps-grid { grid-template-columns: 1fr; } .solution-signing-page .ss-steps-visual { margin-top: 8px; } }

/* Four open document-type items (no cards/panels; thin top accent rule only) */
.solution-signing-page .ss-doctypes { display: grid; grid-template-columns: repeat(4, 1fr); gap: clamp(20px, 3vw, 32px); }
.solution-signing-page .ss-doctype { padding-top: 14px; border-top: 2px solid var(--brand); }
.solution-signing-page .ss-doctype h3 { font-size: 16px; margin: 0 0 6px; }
.solution-signing-page .ss-doctype p { color: var(--text-body); font-size: 14.5px; line-height: 1.5; margin: 0; }
@media (max-width: 860px) { .solution-signing-page .ss-doctypes { grid-template-columns: repeat(2, 1fr); gap: 24px 28px; } }
@media (max-width: 480px) { .solution-signing-page .ss-doctypes { grid-template-columns: 1fr; } }

/* Pricing summary (no card or table) */
.solution-signing-page .ss-pricing { display: grid; grid-template-columns: 1fr 1fr; gap: 8px 28px; max-width: 760px; margin: 0 auto; list-style: none; padding: 0; }
.solution-signing-page .ss-pricing li { position: relative; padding: 6px 0 6px 26px; color: var(--text-body); font-size: 15px; }
.solution-signing-page .ss-pricing li::before { content: ''; position: absolute; left: 2px; top: 13px; width: 7px; height: 7px; border-radius: 50%; background: var(--brand); }
.solution-signing-page .ss-pricing-link { text-align: center; margin: 22px 0 0; font-weight: 600; }
@media (max-width: 560px) { .solution-signing-page .ss-pricing { grid-template-columns: 1fr; } }

/* Five additional-product compact rows */
.solution-signing-page .ss-products { max-width: 880px; margin: 0 auto; }
.solution-signing-page .ss-product { display: grid; grid-template-columns: auto 1fr auto; gap: 16px; align-items: center; padding: 18px 0; border-top: 1px solid var(--border); }
.solution-signing-page .ss-product:first-child { border-top: 0; }
.solution-signing-page .ss-product-icon { width: 26px; height: 26px; }
.solution-signing-page .ss-product h3 { font-size: 16px; margin: 0 0 2px; }
.solution-signing-page .ss-product p { color: var(--text-muted); font-size: 14px; line-height: 1.45; margin: 0; }
.solution-signing-page .ss-product-link { font-weight: 600; font-size: 14px; color: var(--brand); white-space: nowrap; }
.solution-signing-page .ss-product-link:hover { color: var(--brand-dark); }
@media (max-width: 620px) { .solution-signing-page .ss-product { grid-template-columns: auto 1fr; } .solution-signing-page .ss-product-link { grid-column: 1 / -1; padding-left: 42px; } }

/* Narrow-mobile hero tightening so the price/offer and CTA stay above the fold at 320px */
@media (max-width: 380px) {
  .solution-signing-page .ss-hero { padding-top: 76px; }
  .solution-signing-page .ss-hero h1 { font-size: 26px; }
  .solution-signing-page .ss-hero .hero-sub { font-size: 15px; margin-bottom: 12px; }
}
