/* =========================================================================
   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: 500px;
  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 item: 2-col CSS Grid with explicit areas.
   Icon (col 1) + Title (col 2) on row 1. Desc (col 2) on row 2.
   With FLAT HTML (no body wrapper), grid-area placement is direct & reliable. */
.mega-item {
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr);   /* minmax(0, 1fr) lets text wrap */
  grid-template-areas:
    "icon  title"
    ".     desc";
  column-gap: 14px;
  row-gap: 4px;
  align-items: center;
  padding: 16px 18px;
  border-radius: 0;
  text-decoration: none;
  color: var(--text-body) !important;
  transition: background .15s ease;
  position: relative;
}
.mega-item + .mega-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 18px;
  right: 18px;
  height: 1px;
  background: var(--border);
  opacity: .6;
}
.mega-item:hover::before,
.mega-item:hover + .mega-item::before { opacity: 0; }
.mega-item:hover,
.mega-item:focus {
  background: var(--brand-softer);
  outline: none;
  color: var(--text-body) !important;
}
.mega-item-icon {
  grid-area: icon;
  width: 28px;
  height: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  /* No background — the rich Digital Security icons have their own composition
     (shield + element) and don't need an extra tile behind them. */
}
.mega-item-icon img,
.mega-item-icon svg {
  width: 28px;
  height: 28px;
  display: block;
}
.mega-item-title {
  grid-area: title;
  min-width: 0;
  max-width: 100%;
  font-size: 14.5px;
  font-weight: 600;
  color: var(--text);
  margin: 0;
  line-height: 1.3;
  letter-spacing: -0.005em;
}
.mega-item-desc {
  grid-area: desc;
  min-width: 0;
  max-width: 100%;
  font-size: 12.5px;
  color: var(--text-muted);
  line-height: 1.4;
  margin: 0;
  white-space: normal;
  word-wrap: break-word;
  overflow-wrap: break-word;
  hyphens: auto;
}
.mega-item-desc {
  font-size: 12.5px;
  color: var(--text-muted);
  line-height: 1.4;
  margin: 0;
  display: block;
}
.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;
  border-top: 1px solid var(--border);
  background: #fff;
  padding: 16px 24px 24px;
}
.mobile-menu.open { display: block; }
.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); }

/* ---------- 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);
}

.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; }
/* When the card-icon contains an icon-pack PNG/SVG (image), drop the brand
   tile — the icon-pack icons have their own visual composition. */
.card-icon:has(img) {
  width: 56px;
  height: 56px;
  border-radius: 0;
  background: transparent;
}
.card-icon img {
  width: 56px;
  height: 56px;
  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; }
.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 {
  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 { 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: linear-gradient(135deg, #1f6aa3 0%, #2E86C1 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 {
  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: space-between;
  align-items: center;
  padding-top: 24px;
  border-top: 1px solid var(--border);
  color: var(--text-muted);
  font-size: 13.5px;
  flex-wrap: wrap;
  gap: 12px;
}
.footer-bottom a { color: var(--text-muted); }
.footer-bottom a:hover { color: var(--brand); }

/* ---------- 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; }
}

/* =========================================================================
   Cookie banner (used on pages with GA analytics)
   ========================================================================= */
.cookie-banner {
  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);
}
.cookie-banner.show { display: flex; }
.cookie-banner 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 {
  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);
}
