/* TruBiz — light pastel business site (trudat.ltd) */
:root,
[data-theme="pastel"] {
  --brand-deep: #0B4A64;
  --brand-accent: #91A9B7;
  --brand-tru: #0B4A64;
  --brand-dat: #5a8a9a;
  --bg-page: #f4f8fa;
  --bg-section: #ffffff;
  --bg-section-alt: #edf4f7;
  --bg-section-warm: #faf6f2;
  --bg-card: #ffffff;
  --text-primary: #152830;
  --text-secondary: #3d5560;
  --text-muted: #6b8490;
  --border-soft: #d4e3ea;
  --pastel-mint: #e4f2ef;
  --pastel-sky: #e3eff8;
  --pastel-peach: #f8ece6;
  --pastel-lilac: #eee8f4;
  --shadow-soft: 0 8px 32px rgba(11, 74, 100, 0.07);
  --shadow-card: 0 2px 12px rgba(11, 74, 100, 0.06);
  --radius: 16px;
  --radius-sm: 10px;
  --font-sans: "DM Sans", system-ui, -apple-system, sans-serif;
  --header-h: 68px;
  --section-pad: clamp(3.5rem, 8vw, 5.5rem);
  --content-max: 1120px;
  --link-hover: #083548;
  --header-bg: rgba(255, 255, 255, 0.94);
  --header-shadow-color: rgba(11, 74, 100, 0.08);
  --nav-panel-bg: #ffffff;
  --mobile-nav-bg: #ffffff;
  --hero-bg: #ffffff;
  --surface-base: #ffffff;
  --surface-raised: rgba(255, 255, 255, 0.85);
  --surface-muted: rgba(255, 255, 255, 0.6);
  --image-frame-border: rgba(255, 255, 255, 0.8);
  --score-pillar-border: rgba(11, 74, 100, 0.14);
  --score-pillar-shadow: 0 6px 24px rgba(11, 74, 100, 0.1);
  --score-pillar-hover-shadow: 0 10px 28px rgba(11, 74, 100, 0.14);
  --score-emphasis-grad-start: var(--brand-deep);
  --score-emphasis-grad-end: #0e6578;
  --score-emphasis-shadow: 0 10px 36px rgba(11, 74, 100, 0.28);
  --score-emphasis-hover-shadow: 0 14px 40px rgba(11, 74, 100, 0.32);
  --footer-bg: #0a3d52;
  --footer-text: rgba(255, 255, 255, 0.88);
  --footer-muted: rgba(255, 255, 255, 0.72);
  --footer-subtle: rgba(255, 255, 255, 0.55);
  --footer-divider: rgba(255, 255, 255, 0.1);
  --sticky-bg: rgba(255, 255, 255, 0.97);
  --sticky-shadow: 0 -4px 24px rgba(0, 0, 0, 0.07);
  --apps-gradient-start: #ffffff;
  --apps-gradient-end: var(--pastel-sky);
  --banner-eyebrow: rgba(255, 255, 255, 0.72);
  --banner-lead: rgba(255, 255, 255, 0.88);
  --btn-primary-hover: #083548;
  --btn-secondary-hover: #d5e8f4;
  --btn-ghost-hover: rgba(255, 255, 255, 0.8);
  --form-error-bg: #fde8e8;
  --form-error-text: #8b2020;
  --flash-success-bg: #e8f5ee;
  --flash-success-text: #1a5c3a;
  --flash-success-border: #b8dfc8;
  --flash-error-bg: #fdeeee;
  --flash-error-text: #8b2020;
  --flash-error-border: #f0c0c0;
  --flash-info-bg: #eef5f8;
}

[data-theme="light"] {
  --brand-deep: #0f172a;
  --brand-accent: #64748b;
  --brand-tru: #0f172a;
  --brand-dat: #334155;
  --bg-page: #f8fafc;
  --bg-section: #ffffff;
  --bg-section-alt: #f1f5f9;
  --bg-section-warm: #f8fafc;
  --bg-card: #ffffff;
  --text-primary: #0f172a;
  --text-secondary: #334155;
  --text-muted: #64748b;
  --border-soft: #cbd5e1;
  --pastel-mint: #ecfeff;
  --pastel-sky: #e2e8f0;
  --pastel-peach: #fff7ed;
  --pastel-lilac: #f1f5f9;
  --shadow-soft: 0 10px 30px rgba(15, 23, 42, 0.12);
  --shadow-card: 0 4px 20px rgba(15, 23, 42, 0.08);
  --link-hover: #020617;
  --header-bg: rgba(255, 255, 255, 0.96);
  --header-shadow-color: rgba(15, 23, 42, 0.15);
  --nav-panel-bg: #ffffff;
  --mobile-nav-bg: #ffffff;
  --hero-bg: #ffffff;
  --surface-base: #ffffff;
  --surface-raised: #ffffff;
  --surface-muted: #f8fafc;
  --image-frame-border: rgba(15, 23, 42, 0.08);
  --score-pillar-border: rgba(15, 23, 42, 0.2);
  --score-pillar-shadow: 0 6px 26px rgba(15, 23, 42, 0.12);
  --score-pillar-hover-shadow: 0 10px 30px rgba(15, 23, 42, 0.18);
  --score-emphasis-grad-start: #0f172a;
  --score-emphasis-grad-end: #334155;
  --score-emphasis-shadow: 0 12px 34px rgba(15, 23, 42, 0.22);
  --score-emphasis-hover-shadow: 0 16px 42px rgba(15, 23, 42, 0.28);
  --footer-bg: #0f172a;
  --footer-text: rgba(255, 255, 255, 0.9);
  --footer-muted: rgba(255, 255, 255, 0.75);
  --footer-subtle: rgba(255, 255, 255, 0.58);
  --footer-divider: rgba(255, 255, 255, 0.16);
  --sticky-bg: rgba(255, 255, 255, 0.98);
  --sticky-shadow: 0 -4px 24px rgba(15, 23, 42, 0.12);
  --apps-gradient-start: #ffffff;
  --apps-gradient-end: #e2e8f0;
  --banner-eyebrow: rgba(255, 255, 255, 0.74);
  --banner-lead: rgba(255, 255, 255, 0.9);
  --btn-primary-hover: #020617;
  --btn-secondary-hover: #dbeafe;
  --btn-ghost-hover: rgba(15, 23, 42, 0.06);
  --form-error-bg: #fee2e2;
  --form-error-text: #991b1b;
  --flash-success-bg: #dcfce7;
  --flash-success-text: #14532d;
  --flash-success-border: #86efac;
  --flash-error-bg: #fee2e2;
  --flash-error-text: #991b1b;
  --flash-error-border: #fca5a5;
  --flash-info-bg: #e0f2fe;
}

[data-theme="dark"] {
  --brand-deep: #9BB3BF;
  --brand-accent: #9BB3BF;
  --brand-tru: #e5eef2;
  --brand-dat: #9BB3BF;
  --bg-page: #0f0f0f;
  --bg-section: #171717;
  --bg-section-alt: #1e1e1e;
  --bg-section-warm: #1c1c1c;
  --bg-card: #1f1f1f;
  --text-primary: #f4f7f9;
  --text-secondary: #d2dde3;
  --text-muted: #a6b5bf;
  --border-soft: #2f3a40;
  --pastel-mint: #1f2b30;
  --pastel-sky: #202a30;
  --pastel-peach: #2c2522;
  --pastel-lilac: #25232d;
  --shadow-soft: 0 12px 34px rgba(0, 0, 0, 0.45);
  --shadow-card: 0 6px 20px rgba(0, 0, 0, 0.35);
  --link-hover: #dce7ed;
  --header-bg: rgba(15, 15, 15, 0.94);
  --header-shadow-color: rgba(0, 0, 0, 0.55);
  --nav-panel-bg: #1b1b1b;
  --mobile-nav-bg: #161616;
  --hero-bg: #151515;
  --surface-base: #1b1b1b;
  --surface-raised: #1d1d1d;
  --surface-muted: #171717;
  --image-frame-border: rgba(255, 255, 255, 0.08);
  --score-pillar-border: rgba(155, 179, 191, 0.28);
  --score-pillar-shadow: 0 8px 28px rgba(0, 0, 0, 0.45);
  --score-pillar-hover-shadow: 0 12px 32px rgba(0, 0, 0, 0.55);
  --score-emphasis-grad-start: #2a3740;
  --score-emphasis-grad-end: #1d252c;
  --score-emphasis-shadow: 0 12px 36px rgba(0, 0, 0, 0.6);
  --score-emphasis-hover-shadow: 0 16px 44px rgba(0, 0, 0, 0.68);
  --footer-bg: #0c0c0c;
  --footer-text: rgba(244, 247, 249, 0.88);
  --footer-muted: rgba(210, 221, 227, 0.75);
  --footer-subtle: rgba(166, 181, 191, 0.62);
  --footer-divider: rgba(255, 255, 255, 0.12);
  --sticky-bg: rgba(15, 15, 15, 0.97);
  --sticky-shadow: 0 -4px 24px rgba(0, 0, 0, 0.55);
  --apps-gradient-start: #161616;
  --apps-gradient-end: #202a30;
  --banner-eyebrow: rgba(244, 247, 249, 0.78);
  --banner-lead: rgba(244, 247, 249, 0.9);
  --btn-primary-hover: #d7e4eb;
  --btn-secondary-hover: #2a3640;
  --btn-ghost-hover: rgba(255, 255, 255, 0.08);
  --form-error-bg: #4b2026;
  --form-error-text: #ffd7dd;
  --flash-success-bg: #1e3b2f;
  --flash-success-text: #d8f5e6;
  --flash-success-border: #2d6b4f;
  --flash-error-bg: #4b2026;
  --flash-error-text: #ffd7dd;
  --flash-error-border: #7a303a;
  --flash-info-bg: #1d2a35;
}

*, *::before, *::after { box-sizing: border-box; }

html {
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--header-h) + 1.25rem);
}

body {
  margin: 0;
  font-family: var(--font-sans);
  font-size: 1.0625rem;
  line-height: 1.7;
  color: var(--text-primary);
  background: var(--bg-page);
  -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; height: auto; display: block; }

a { color: var(--brand-deep); transition: color 0.15s; }
a:hover { color: var(--link-hover); }

h1, h2, h3 {
  line-height: 1.18;
  color: var(--brand-deep);
  font-weight: 600;
}

h1 {
  font-family: var(--font-sans);
  font-size: clamp(2.15rem, 4.8vw, 3.35rem);
  font-weight: 700;
  margin: 0 0 1.1rem;
  letter-spacing: -0.02em;
}

h2 {
  font-size: clamp(1.6rem, 3.2vw, 2.2rem);
  margin: 0 0 0.85rem;
  letter-spacing: -0.015em;
}

h3 {
  font-size: 1.125rem;
  margin: 0 0 0.55rem;
}

p { margin: 0 0 1rem; color: var(--text-secondary); }

main { overflow-x: hidden; }

/* Header */
.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: var(--header-bg);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--border-soft);
  transition: box-shadow 0.2s;
}

.site-header.is-scrolled { box-shadow: 0 4px 24px var(--header-shadow-color); }

.header-inner {
  position: relative;
  max-width: var(--content-max);
  margin: 0 auto;
  padding-block: 0.65rem;
  padding-inline: max(clamp(1.5rem, 5vw, 2.5rem), env(safe-area-inset-left, 0px), env(safe-area-inset-right, 0px));
  display: flex;
  align-items: center;
  gap: 1rem;
  min-height: var(--header-h);
}

.brand {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  text-decoration: none;
  flex-shrink: 0;
}

/* Square TD mark + CSS wordmark — horizontal PNG has white "Tru" for dark headers only. */
.brand-mark {
  width: 36px;
  height: 36px;
  border-radius: 8px;
  object-fit: contain;
  flex-shrink: 0;
}

.brand-wordmark {
  font-family: var(--font-sans);
  font-size: 1.375rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1;
}

.brand-tru { color: var(--brand-tru); }
.brand-dat { color: var(--brand-dat); }

.brand--on-dark .brand-tru { color: #fff; }
.brand--on-dark .brand-dat { color: var(--brand-accent); }

.site-nav {
  display: none;
  flex: 1;
  align-items: center;
  justify-content: center;
  gap: 0.15rem;
}

.nav-link,
.nav-group-trigger,
.nav-group-link {
  font-size: 0.8125rem;
  font-weight: 500;
  font-family: inherit;
  text-decoration: none;
  color: var(--text-secondary);
  padding: 0.35rem 0.55rem;
  border-radius: 6px;
  border: none;
  background: transparent;
  cursor: pointer;
  transition: color 0.15s, background 0.15s;
  white-space: nowrap;
  display: inline-flex;
  align-items: center;
}

.nav-link:hover,
.nav-group-trigger:hover,
.nav-group-link:hover,
.nav-group.is-open .nav-group-trigger,
.nav-group.is-active-group .nav-group-link {
  color: var(--brand-deep);
  background: var(--pastel-sky);
}

.nav-link.is-active,
.nav-group-panel a.is-active {
  color: var(--brand-deep);
  font-weight: 600;
  background: var(--pastel-sky);
}

.nav-group {
  position: relative;
}

.nav-group-trigger::after {
  content: "";
  display: inline-block;
  width: 0.35rem;
  height: 0.35rem;
  margin-left: 0.35rem;
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  transform: rotate(45deg) translateY(-1px);
  transition: transform 0.15s;
}

.nav-group.is-open .nav-group-trigger::after {
  transform: rotate(-135deg) translateY(1px);
}

.nav-group-panel {
  display: none;
  min-width: 11rem;
}

.nav-group-panel a {
  display: block;
  font-size: 0.8125rem;
  font-weight: 500;
  text-decoration: none;
  color: var(--text-secondary);
  padding: 0.45rem 0.75rem;
  border-radius: 6px;
  transition: color 0.15s, background 0.15s;
}

.nav-group-panel a:hover {
  color: var(--brand-deep);
  background: var(--pastel-sky);
}

.nav-toggle {
  margin-left: auto;
  border: 1px solid var(--border-soft);
  background: var(--bg-section);
  border-radius: 8px;
  padding: 0.45rem 0.9rem;
  font: inherit;
  font-size: 0.875rem;
  font-weight: 600;
  cursor: pointer;
  color: var(--brand-deep);
}

/* Theme menu — icon dropdown (HYST-style) */
.theme-menu {
  position: relative;
  margin-left: 0.25rem;
}

.theme-menu-trigger {
  list-style: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.3rem;
  height: 2.3rem;
  border: 1px solid var(--border-soft);
  border-radius: 999px;
  background: var(--bg-section);
  color: var(--text-secondary);
  cursor: pointer;
  transition: color 0.15s, background 0.15s, border-color 0.15s, transform 0.15s;
}

.theme-menu-trigger::-webkit-details-marker { display: none; }

.theme-menu-trigger:hover {
  color: var(--brand-deep);
  background: var(--pastel-sky);
  transform: translateY(-1px);
}

.theme-menu-trigger:focus-visible {
  outline: 2px solid var(--brand-accent);
  outline-offset: 2px;
}

.theme-menu-icon { display: none; }

.theme-menu[data-current-theme="light"] .theme-menu-icon-light,
.theme-menu[data-current-theme="dark"] .theme-menu-icon-dark,
.theme-menu[data-current-theme="pastel"] .theme-menu-icon-pastel,
.theme-menu:not([data-current-theme]) .theme-menu-icon-pastel {
  display: block;
}

.theme-menu-pop {
  position: absolute;
  right: 0;
  top: calc(100% + 0.4rem);
  min-width: 7.5rem;
  padding: 0.35rem;
  background: var(--nav-panel-bg);
  border: 1px solid var(--border-soft);
  border-radius: var(--radius-sm);
  box-shadow: var(--shadow-soft);
  z-index: 120;
}

.theme-menu-item {
  display: block;
  width: 100%;
  text-align: left;
  padding: 0.45rem 0.65rem;
  border: 0;
  border-radius: 6px;
  background: transparent;
  color: var(--text-secondary);
  font: inherit;
  font-size: 0.8125rem;
  font-weight: 500;
  cursor: pointer;
  transition: background 0.15s, color 0.15s;
}

.theme-menu-item:hover {
  background: var(--pastel-sky);
  color: var(--brand-deep);
}

.theme-menu-item.is-active {
  background: var(--pastel-sky);
  color: var(--brand-deep);
  font-weight: 600;
}

@media (min-width: 960px) {
  .nav-toggle { display: none; }
  .theme-menu { margin-left: auto; }
  .site-nav {
    display: flex;
    flex-wrap: nowrap;
  }

  .nav-group:hover .nav-group-panel,
  .nav-group:focus-within .nav-group-panel,
  .nav-group.is-open .nav-group-panel {
    display: block;
    position: absolute;
    top: calc(100% + 0.4rem);
    left: 50%;
    transform: translateX(-50%);
    background: var(--nav-panel-bg);
    border: 1px solid var(--border-soft);
    border-radius: var(--radius-sm);
    padding: 0.4rem;
    box-shadow: var(--shadow-soft);
    z-index: 110;
  }

  /* Invisible bridge over the gap so the menu stays hovered while the
     cursor travels from the trigger down to the panel. */
  .nav-group:hover .nav-group-panel::before,
  .nav-group:focus-within .nav-group-panel::before,
  .nav-group.is-open .nav-group-panel::before {
    content: "";
    position: absolute;
    top: -0.6rem;
    left: 0;
    right: 0;
    height: 0.6rem;
  }

  .nav-group-trigger::after {
    margin-left: 0.3rem;
  }
}

.site-nav.is-open {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: var(--mobile-nav-bg);
  border-bottom: 1px solid var(--border-soft);
  padding: 0.75rem 1.25rem 1rem;
  box-shadow: var(--shadow-soft);
  max-height: 75vh;
  overflow-y: auto;
  gap: 0.15rem;
}

.site-nav.is-open .nav-group-panel {
  display: none;
  padding: 0.15rem 0 0.35rem 0.65rem;
}

.site-nav.is-open .nav-group.is-open .nav-group-panel,
.site-nav.is-open .nav-group:has(.nav-group-link) .nav-group-panel {
  display: block;
}

.site-nav.is-open .nav-group-trigger,
.site-nav.is-open .nav-link {
  width: 100%;
  text-align: left;
  padding: 0.55rem 0.65rem;
}

/* Buttons */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 1.35rem;
  border-radius: 999px;
  font-weight: 600;
  font-size: 0.9rem;
  text-decoration: none;
  border: 2px solid transparent;
  cursor: pointer;
  white-space: nowrap;
  transition: transform 0.15s, box-shadow 0.15s, background 0.15s;
}

.btn:hover { transform: translateY(-1px); }

.btn-primary {
  background: var(--brand-deep);
  color: #fff !important;
  box-shadow: 0 4px 16px rgba(11, 74, 100, 0.22);
}

[data-theme="dark"] .btn-primary {
  color: #0f0f0f !important;
}

.btn-primary:hover {
  background: var(--btn-primary-hover);
  box-shadow: 0 6px 20px rgba(11, 74, 100, 0.28);
}

.btn-secondary {
  background: var(--pastel-sky);
  color: var(--brand-deep) !important;
  border-color: var(--border-soft);
}

.btn-secondary:hover { background: var(--btn-secondary-hover); }

.btn-ghost {
  background: transparent;
  color: var(--brand-deep) !important;
  border-color: var(--border-soft);
}

.btn-ghost:hover { background: var(--btn-ghost-hover); }

.text-link {
  font-weight: 600;
  text-decoration: none;
  border-bottom: 1px solid var(--brand-accent);
}

.text-link:hover { border-bottom-color: var(--brand-deep); }

/* Sections — keep horizontal inset comfortable on phones and tablets */
.section {
  padding-block: var(--section-pad);
  padding-inline: max(clamp(1.5rem, 5vw, 2.5rem), env(safe-area-inset-left, 0px), env(safe-area-inset-right, 0px));
  position: relative;
}

.section-alt { background: var(--bg-section-alt); }

.section-warm { background: var(--bg-section-warm); }

.section-inner {
  max-width: var(--content-max);
  margin: 0 auto;
}

.section-inner.narrow { max-width: 760px; }

.eyebrow {
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--brand-dat);
  margin: 0 0 0.65rem;
}

.section-badge {
  display: inline-block;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--brand-deep);
  background: var(--pastel-sky);
  border: 1px solid var(--border-soft);
  border-radius: 999px;
  padding: 0.3rem 0.85rem;
  margin: 0 0 0.65rem;
}

.lead {
  font-size: clamp(1.05rem, 2vw, 1.22rem);
  color: var(--text-primary);
  max-width: 48ch;
  line-height: 1.65;
}

.section-intro {
  max-width: 62ch;
  font-size: 1.08rem;
  margin-bottom: 1.5rem;
}

.split {
  display: grid;
  gap: 2.75rem;
  align-items: center;
}

@media (min-width: 880px) {
  .split { grid-template-columns: 1fr 1fr; gap: 3.5rem; }
  .split-reverse .section-visual { order: -1; }
}

/* Hero */
.section-hero {
  position: relative;
  padding-top: clamp(2.5rem, 6vw, 4rem);
  padding-bottom: var(--section-pad);
  background: var(--hero-bg);
  border-bottom: 1px solid var(--border-soft);
  overflow: hidden;
}

.hero-bg {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 80% 60% at 90% 10%, rgba(145, 169, 183, 0.18), transparent),
    radial-gradient(ellipse 60% 50% at 5% 90%, rgba(11, 74, 100, 0.06), transparent);
  pointer-events: none;
  animation: mesh-drift 18s ease-in-out infinite alternate;
}

@keyframes mesh-drift {
  0% { transform: scale(1) translate(0, 0); opacity: 1; }
  100% { transform: scale(1.04) translate(-1%, 1%); opacity: 0.92; }
}

.hero-grid {
  display: grid;
  gap: 2.75rem;
  align-items: center;
  position: relative;
}

@media (min-width: 880px) {
  .hero-grid { grid-template-columns: 1.05fr 0.95fr; gap: 3.5rem; }
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin: 1.75rem 0 0;
}

.hero-actions.center { justify-content: center; }

.hero-points {
  margin: 1.75rem 0 0;
  padding: 0;
  list-style: none;
}

.hero-points li {
  position: relative;
  padding-left: 1.4rem;
  margin-bottom: 0.55rem;
  color: var(--text-secondary);
  font-size: 0.9375rem;
}

.hero-points li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.6em;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--brand-deep);
  opacity: 0.55;
}

.hero-note {
  margin: 1.25rem 0 0;
  font-size: 0.9rem;
  line-height: 1.55;
  color: var(--text-secondary);
  max-width: 42rem;
}

.section-trust {
  padding-top: 0;
  padding-bottom: var(--section-pad);
}

.trust-line {
  margin: 0;
  padding: 1.25rem 1.5rem;
  border-left: 3px solid var(--brand-deep);
  background: var(--surface-alt, rgba(11, 74, 100, 0.04));
  color: var(--text-secondary);
  font-size: 1rem;
  line-height: 1.6;
}

.media-use-cases-label {
  margin: 1.25rem 0 0.5rem;
  font-size: 0.8125rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--text-muted);
}

.media-cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin-top: 1.5rem;
}

.mca-visual-col {
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
  min-width: 0;
}

.mca-example {
  margin: 0;
  padding: 0.85rem 1rem;
  border: 1px solid var(--border-soft);
  border-radius: var(--radius-sm);
  background: var(--bg-card, #fff);
  width: 100%;
  box-sizing: border-box;
}

.mca-example--landscape {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.mca-example-copy {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  min-width: 0;
}

.mca-example-label {
  margin: 0;
  font-size: 0.95rem;
  font-weight: 600;
  letter-spacing: normal;
  text-transform: none;
  color: var(--text-primary);
}

.mca-example-qr-link {
  display: inline-block;
  line-height: 0;
  border-radius: 4px;
  outline-offset: 3px;
  flex-shrink: 0;
}

.mca-example-qr {
  display: block;
  width: 112px;
  height: auto;
  background: #fff;
}

.mca-example-link-wrap {
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.45;
  color: var(--text-secondary);
}

.mca-visual-col .section-visual {
  margin: 0;
}

.mca-example-login-note {
  display: inline-block;
  margin-left: 0.25rem;
  color: var(--text-muted);
  font-size: 0.875rem;
}

/* SCORE framework */
.hero-score-block {
  margin-top: clamp(2.5rem, 5vw, 3.5rem);
  padding-top: clamp(2rem, 4vw, 2.75rem);
  border-top: 1px solid var(--border-soft);
}

.score-header {
  text-align: center;
  max-width: 620px;
  margin: 0 auto 2rem;
}

.score-title {
  font-family: var(--font-sans);
  font-size: clamp(1.55rem, 3vw, 2rem);
  font-weight: 700;
  margin-bottom: 0.55rem;
  color: var(--brand-deep);
}

.score-intro {
  margin: 0;
  font-size: 1.0625rem;
  color: var(--text-primary);
  font-weight: 500;
  line-height: 1.55;
}

.score-strip {
  display: grid;
  gap: 1.15rem;
  grid-template-columns: 1fr;
  max-width: 720px;
  margin: 0 auto;
}

@media (min-width: 520px) {
  .score-strip { grid-template-columns: repeat(2, 1fr); }
}

.score-pillar {
  background: var(--surface-base);
  border: 1px solid var(--score-pillar-border);
  border-top: 4px solid var(--brand-deep);
  border-radius: var(--radius-sm);
  padding: 1.4rem 1.25rem;
  box-shadow: var(--score-pillar-shadow);
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.65rem;
  min-height: 100%;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.score-pillar:hover {
  transform: translateY(-2px);
  box-shadow: var(--score-pillar-hover-shadow);
}

.score-letter {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  background: var(--brand-deep);
  color: #fff;
  font-weight: 700;
  font-size: 1.2rem;
  flex-shrink: 0;
  box-shadow: 0 4px 12px rgba(11, 74, 100, 0.22);
}

.score-pillar-title {
  margin: 0;
  font-size: 1.0625rem;
  font-weight: 700;
  color: var(--brand-deep);
  letter-spacing: -0.01em;
}

.score-pillar p {
  margin: 0;
  font-size: 0.9375rem;
  line-height: 1.55;
  color: var(--text-primary);
  font-weight: 500;
}

/* E — full width, centred, longer at bottom */
.score-pillar--emphasis {
  grid-column: 1 / -1;
  background: linear-gradient(135deg, var(--score-emphasis-grad-start) 0%, var(--score-emphasis-grad-end) 100%);
  border: none;
  border-top: none;
  padding: 1.75rem 1.5rem;
  box-shadow: var(--score-emphasis-shadow);
  text-align: left;
}

.score-pillar--emphasis:hover {
  transform: translateY(-2px);
  box-shadow: var(--score-emphasis-hover-shadow);
}

.score-pillar-emphasis-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  max-width: 640px;
  margin: 0 auto;
  text-align: center;
}

@media (min-width: 560px) {
  .score-pillar-emphasis-inner {
    flex-direction: row;
    align-items: flex-start;
    text-align: left;
    gap: 1.35rem;
  }
}

.score-pillar--emphasis .score-letter {
  width: 3.5rem;
  height: 3.5rem;
  font-size: 1.45rem;
  background: rgba(255, 255, 255, 0.18);
  color: #fff;
  box-shadow: none;
  flex-shrink: 0;
}

.score-pillar-body {
  flex: 1;
}

.score-pillar--emphasis .score-pillar-title {
  font-size: 1.2rem;
  color: #fff;
  margin-bottom: 0.35rem;
}

.score-pillar--emphasis p {
  font-size: 1rem;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.92);
  font-weight: 500;
}

.score-card {
  background: var(--surface-raised);
  border: 1px solid var(--border-soft);
  border-radius: var(--radius-sm);
  padding: 1.1rem 1.25rem;
  box-shadow: var(--shadow-card);
  backdrop-filter: blur(4px);
}

.score-card strong {
  display: block;
  color: var(--brand-deep);
  font-size: 0.9375rem;
  margin-bottom: 0.3rem;
}

.score-card {
  font-size: 0.9rem;
  color: var(--text-secondary);
  line-height: 1.55;
}

.score-card--highlight {
  background: var(--brand-deep);
  border-color: var(--brand-deep);
  color: rgba(255, 255, 255, 0.88);
}

.score-card--highlight strong { color: #fff; }

@media (min-width: 600px) {
  .score-card--highlight { grid-column: 1 / -1; }
}

@media (min-width: 900px) {
  .score-card--highlight { grid-column: span 3; text-align: center; }
}

/* Images */
.section-visual,
.hero-visual {
  margin: 0;
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow-soft);
  background: var(--pastel-sky);
  border: 1px solid var(--image-frame-border);
}

.section-visual.wide { margin-top: 2.25rem; }

.img-caption,
figure figcaption,
.app-flow-device figcaption,
.studio-device figcaption,
.studio-screen figcaption {
  display: none;
}

.img-slot {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 4 / 3;
  background: linear-gradient(135deg, var(--pastel-sky), var(--pastel-mint));
  border-radius: var(--radius);
}

.img-slot--hero { aspect-ratio: 3 / 2; }
.img-slot--wide { aspect-ratio: 12 / 5; }
.img-slot--landscape { aspect-ratio: 16 / 9; }
.img-slot--portrait { aspect-ratio: 3 / 4; }
.img-slot--square { aspect-ratio: 1 / 1; }

.img-slot--phone {
  aspect-ratio: 9 / 19;
  width: 100%;
  max-width: 240px;
  margin: 0 auto;
  border-radius: 24px;
  box-shadow: 0 12px 40px rgba(11, 74, 100, 0.15);
  border: 3px solid rgba(255, 255, 255, 0.9);
}

/* Cards */
.card-grid {
  display: grid;
  gap: 1.15rem;
  margin: 1.75rem 0;
}

@media (min-width: 680px) {
  .card-grid { grid-template-columns: repeat(2, 1fr); }
  .card-grid-3 { grid-template-columns: repeat(3, 1fr); }
}

.card {
  background: var(--bg-card);
  border: 1px solid var(--border-soft);
  border-radius: var(--radius);
  padding: 1.35rem 1.45rem;
  box-shadow: var(--shadow-card);
  transition: box-shadow 0.2s, transform 0.2s;
}

.card:hover {
  box-shadow: var(--shadow-soft);
  transform: translateY(-2px);
}

.card h3 { margin-top: 0; font-size: 1.05rem; }

.card p:last-child { margin-bottom: 0; }

.feature-list {
  margin: 1.15rem 0;
  padding-left: 1.25rem;
  color: var(--text-secondary);
}

.feature-list.compact { margin-bottom: 0; }

.feature-list li {
  margin-bottom: 0.7rem;
  padding-left: 0.15rem;
}

.feature-list li::marker { color: var(--brand-accent); }

/* TruDat Studio — device screens (wide hero + three devices) */
.studio-screens {
  display: grid;
  gap: 1.25rem;
  margin: 1.25rem 0 2rem;
  align-items: start;
}

@media (min-width: 720px) {
  .studio-screens {
    grid-template-columns: repeat(3, 1fr);
  }

  .studio-screen--wide {
    grid-column: 1 / -1;
  }
}

.studio-screen {
  margin: 0;
  text-align: center;
}

.studio-screen--tablet .img-slot--portrait {
  max-width: 280px;
  margin: 0 auto;
  border-radius: 16px;
  box-shadow: 0 12px 40px rgba(11, 74, 100, 0.12);
}

.studio-screen--wide .img-slot {
  border-radius: var(--radius);
}

.studio-screen figcaption {
  font-size: 0.8rem;
  color: var(--text-muted);
  margin-top: 0.5rem;
}

.section-studio .studio-flow { margin: 1.5rem 0; }

.section-studio .studio-devices-heading {
  margin: 2rem 0 0.5rem;
  font-size: 1.15rem;
}

.section-studio .studio-devices-intro { margin-bottom: 0; }

.note-box--studio {
  border-left: 3px solid var(--brand-deep);
  background: var(--bg-card);
}

/* App-in-flow phone mockups */
.app-flow-block {
  margin-top: 2.75rem;
  padding-top: 2.25rem;
  border-top: 1px solid var(--border-soft);
}

.app-flow-block h3 { margin-top: 0; }

.app-flow-grid {
  display: grid;
  gap: 1.5rem;
  margin: 1.5rem 0 0;
}

@media (min-width: 640px) {
  .app-flow-grid { grid-template-columns: repeat(3, 1fr); }
}

.app-flow-device {
  margin: 0;
  text-align: center;
  padding: 1rem 0.75rem;
  background: var(--surface-muted);
  border-radius: var(--radius);
  border: 1px solid var(--border-soft);
}

.app-flow-device figcaption {
  font-size: 0.78rem;
  color: var(--text-muted);
  margin-top: 0.75rem;
}

.app-flow-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.5rem;
  margin: 1.5rem 0;
}

.app-flow-row--single .app-flow-device {
  max-width: 280px;
  padding: 1.25rem;
}

.app-flow-row--wide { justify-content: stretch; }
.app-flow-row--wide .app-flow-device { flex: 1; min-width: min(100%, 720px); }

.app-flow-single { margin-top: 1.25rem; }

.app-flow-single.center { text-align: center; }

/* YouTube */
.youtube-slot {
  margin: 2rem 0 0;
  background: var(--bg-card);
  border: 1px solid var(--border-soft);
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow-card);
}

.youtube-slot-head {
  padding: 1.15rem 1.35rem 0.65rem;
}

.youtube-label {
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--brand-dat);
}

.youtube-title {
  font-size: 1.05rem;
  margin: 0.3rem 0 0;
  font-weight: 600;
}

.youtube-frame {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  background: #0a1620;
}

.youtube-frame iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.youtube-frame--empty {
  background: linear-gradient(135deg, var(--pastel-sky), var(--pastel-mint));
}

.youtube-placeholder {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 1.5rem;
  text-align: center;
}

.youtube-placeholder-title {
  font-weight: 700;
  color: var(--brand-deep);
  margin-bottom: 0.5rem;
}

.youtube-placeholder-topic,
.youtube-placeholder-hint {
  font-size: 0.9rem;
  color: var(--text-secondary);
}

.youtube-placeholder code {
  font-size: 0.82rem;
  background: rgba(255, 255, 255, 0.7);
  padding: 0.1rem 0.35rem;
  border-radius: 4px;
}

/* CTA strip */
.cta-strip {
  margin: 2.25rem 0 0;
  padding: 1.5rem 1.65rem;
  background: linear-gradient(120deg, var(--pastel-sky) 0%, var(--pastel-mint) 100%);
  border: 1px solid var(--border-soft);
  border-radius: var(--radius);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1.15rem;
  box-shadow: var(--shadow-card);
}

.cta-strip-text {
  margin: 0;
  font-weight: 600;
  font-size: 1.05rem;
  color: var(--brand-deep);
  flex: 1;
  min-width: min(100%, 220px);
  line-height: 1.45;
}

.cta-strip-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
}

.center-cta { text-align: center; margin-top: 1.5rem; }

/* Registration */
.steps-list {
  margin: 1.15rem 0 1.65rem;
  padding-left: 1.35rem;
  color: var(--text-secondary);
}

.steps-list li { margin-bottom: 0.8rem; }

.steps-list.compact { margin: 1rem 0 1.25rem; }
.steps-list.compact li { margin-bottom: 0.5rem; }

.note-box {
  background: var(--pastel-peach);
  border-left: 4px solid #d4a574;
  padding: 1.1rem 1.25rem;
  border-radius: 0 var(--radius-sm) var(--radius-sm) 0;
  font-size: 0.95rem;
  color: var(--text-primary);
}

/* Privacy */
.privacy-grid {
  display: grid;
  gap: 1.15rem;
  margin: 1.75rem 0 1.25rem;
}

@media (min-width: 800px) {
  .privacy-grid { grid-template-columns: repeat(3, 1fr); }
}

.privacy-card {
  position: relative;
  display: flex;
  flex-direction: column;
  background: var(--bg-card);
  border: 1px solid var(--border-soft);
  border-top: 3px solid var(--brand-deep);
  border-radius: var(--radius-sm);
  padding: 1.4rem 1.45rem;
  box-shadow: var(--shadow-card);
}

.privacy-card-label {
  margin: 0 0 0.9rem;
  padding-bottom: 0.7rem;
  border-bottom: 1px solid var(--border-soft);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: var(--brand-deep);
}

.privacy-card .feature-list {
  margin: 0;
}

.privacy-card .feature-list li {
  margin-bottom: 0.6rem;
  font-size: 0.9rem;
  line-height: 1.5;
}

.privacy-card .feature-list li:last-child {
  margin-bottom: 0;
}

.pull-quote {
  margin: 2rem 0;
  padding: 1.65rem;
  background: var(--pastel-lilac);
  border-radius: var(--radius);
  border-left: 4px solid var(--brand-accent);
}

.pull-quote p {
  font-family: var(--font-sans);
  font-size: 1.2rem;
  font-weight: 600;
  color: var(--brand-deep);
  margin: 0 0 0.5rem;
}

.pull-quote cite {
  font-size: 0.9rem;
  font-style: normal;
  color: var(--text-muted);
}

/* Contact */
.section-contact {
  padding-top: 0;
}

.contact-layout {
  display: grid;
  gap: 1.5rem;
  align-items: start;
  max-width: 1040px;
  margin-inline: auto;
}

@media (min-width: 900px) {
  .contact-layout {
    grid-template-columns: minmax(0, 1.35fr) minmax(260px, 0.65fr);
    gap: 1.75rem;
  }
}

.contact-card {
  background: var(--bg-card);
  padding: 1.5rem;
  border-radius: var(--radius);
  border: 1px solid var(--border-soft);
  box-shadow: var(--shadow-card);
}

@media (min-width: 640px) {
  .contact-card {
    padding: 1.75rem 1.85rem;
  }
}

.contact-card-title {
  margin: 0 0 0.45rem;
  font-size: 1.35rem;
  color: var(--brand-deep);
}

.contact-card-lead {
  margin: 0 0 1.25rem;
  font-size: 0.95rem;
  color: var(--text-secondary);
}

.contact-back-link {
  margin: 1rem 0 0;
}

.contact-form {
  display: grid;
  gap: 1rem;
}

.contact-form-row {
  display: grid;
  gap: 1rem;
}

@media (min-width: 640px) {
  .contact-form-row {
    grid-template-columns: 1fr 1fr;
  }
}

.contact-field {
  display: block;
  margin: 0;
}

.contact-field span {
  display: block;
  font-size: 0.85rem;
  font-weight: 600;
  margin-bottom: 0.35rem;
  color: var(--brand-deep);
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  font: inherit;
  padding: 0.65rem 0.8rem;
  border: 1px solid var(--border-soft);
  border-radius: 8px;
  background: var(--bg-page);
  transition: border-color 0.15s, box-shadow 0.15s;
}

.contact-form input:focus,
.contact-form textarea:focus {
  outline: none;
  border-color: var(--brand-accent);
  box-shadow: 0 0 0 3px rgba(145, 169, 183, 0.25);
}

.contact-form-actions {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.65rem;
  padding-top: 0.15rem;
}

.contact-form button[type="submit"] {
  min-width: 10.5rem;
}

.contact-aside {
  position: sticky;
  top: calc(var(--header-h) + 1rem);
}

.contact-bizcards {
  display: grid;
  gap: 1.15rem;
  width: 100%;
  max-width: 21.5rem;
}

@media (min-width: 900px) {
  .contact-bizcards {
    margin-left: auto;
  }
}

.contact-bizcard {
  width: 100%;
  border-radius: 14px;
  border: 1px solid var(--border-soft);
  box-shadow:
    0 1px 2px rgba(11, 74, 100, 0.06),
    0 10px 28px rgba(11, 74, 100, 0.12);
  overflow: hidden;
}

.contact-bizcard--front,
.contact-bizcard--back {
  aspect-ratio: 1.75 / 1;
  padding: 1.15rem 1.25rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.contact-bizcard--front {
  background: linear-gradient(155deg, #0b4a64 0%, #0d5f78 58%, #0b4a64 100%);
  color: rgba(255, 255, 255, 0.94);
  transform: rotate(-1.25deg);
}

.contact-bizcard--back {
  background: var(--bg-card);
  transform: rotate(1.1deg) translateX(0.55rem);
}

.contact-bizcard-front-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.75rem;
}

.contact-bizcard-label {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.72);
}

.contact-bizcard-wordmark {
  font-size: 1.05rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1;
}

.contact-bizcard--front .brand-tru {
  color: #fff;
}

.contact-bizcard--front .brand-dat {
  color: #b8ccd6;
}

.contact-bizcard-address {
  margin: 0;
  font-style: normal;
  font-size: 0.95rem;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.9);
}

.contact-bizcard-entity {
  margin: 0;
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: rgba(255, 255, 255, 0.68);
}

.contact-bizcard-back-section + .contact-bizcard-back-section {
  margin: 0;
  padding: 0;
  border-top: none;
}

.contact-bizcard-back-title {
  margin: 0 0 0.35rem;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--brand-deep);
}

.contact-bizcard-email {
  margin: 0;
  font-size: 0.88rem;
  font-weight: 600;
  line-height: 1.35;
  word-break: break-word;
}

.contact-bizcard-email a {
  color: var(--brand-deep);
  text-decoration: none;
}

.contact-bizcard-email a:hover {
  color: var(--link-hover);
  text-decoration: underline;
}

.contact-bizcard-summary {
  margin: 0;
  font-size: 0.8rem;
  line-height: 1.45;
  color: var(--text-secondary);
}

.form-success {
  background: var(--pastel-mint);
  padding: 0.85rem 1.1rem;
  border-radius: 8px;
  color: var(--brand-deep);
  font-weight: 600;
  margin: 0;
}

.form-error {
  background: var(--form-error-bg);
  padding: 0.85rem 1.1rem;
  border-radius: 8px;
  color: var(--form-error-text);
  font-weight: 600;
  margin-bottom: 1.15rem;
}

/* Honeypot — visually hidden, off-screen; real users never see or fill it. */
.hp-field {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.field-optional {
  display: inline;
  font-weight: 400;
  color: var(--text-muted);
}

.form-hint {
  margin: 0;
  font-size: 0.88rem;
  color: var(--text-muted);
}

/* Footer */
.site-footer {
  background: var(--footer-bg);
  color: var(--footer-text);
  padding: 1.5rem 1.5rem 0;
  margin-top: 2rem;
}

.footer-top {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem 2rem;
  max-width: var(--content-max);
  margin: 0 auto;
  padding-bottom: 1.25rem;
  border-bottom: 1px solid var(--footer-divider);
}

.footer-brand-block {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.35rem;
}

.footer-email {
  font-size: 0.875rem;
  color: var(--footer-muted);
  text-decoration: none;
  line-height: 1.4;
}

.footer-apps {
  display: flex;
  gap: 0.5rem;
  margin-top: 0.65rem;
}

.footer-app-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  transition: background 0.15s;
}

.footer-app-icon:hover { background: rgba(255, 255, 255, 0.18); }

.footer-app-icon svg {
  width: 17px;
  height: 17px;
  fill: currentColor;
}

.footer-email:hover {
  color: #fff;
  text-decoration: underline;
}

.footer-links-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.4rem 0.7rem;
  font-size: 0.875rem;
}

.footer-links-row a {
  color: rgba(255, 255, 255, 0.88);
  text-decoration: none;
  transition: color 0.15s;
}

.footer-links-row a:hover { color: #fff; }

.footer-links-row span {
  color: var(--footer-subtle);
}

.footer-bar {
  padding: 0.85rem 1.5rem;
}

.footer-bar-inner {
  max-width: var(--content-max);
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
  gap: 0.5rem 1.5rem;
  font-size: 0.8125rem;
  color: var(--footer-subtle);
}

.footer-bar-inner p { margin: 0; color: inherit; }

.footer-bar-links a {
  color: rgba(255, 255, 255, 0.65);
  text-decoration: none;
}

.footer-bar-links a:hover { color: #fff; }

.footer-inner {
  max-width: var(--content-max);
  margin: 0 auto;
}

.footer-brand {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.85rem 1.25rem;
  margin-bottom: 1.35rem;
}

.footer-brand .brand:hover .brand-tru { color: rgba(255, 255, 255, 0.92); }
.footer-brand .brand:hover .brand-dat { color: #b8ccd6; }

.footer-brand p { margin: 0; color: var(--footer-muted); font-size: 0.9375rem; }

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem 1.35rem;
  margin-bottom: 1.35rem;
}

.footer-links a {
  color: #fff;
  text-decoration: none;
  font-size: 0.875rem;
  opacity: 0.88;
}

.footer-links a:hover { opacity: 1; text-decoration: underline; }

.footer-copy {
  font-size: 0.8125rem;
  color: var(--footer-subtle);
  margin: 0;
  line-height: 1.6;
}

.footer-copy a { color: rgba(255, 255, 255, 0.85); }

/* Sticky mobile CTA */
.sticky-cta {
  display: flex;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 90;
  padding: 0.7rem 1rem;
  gap: 0.55rem;
  background: var(--sticky-bg);
  backdrop-filter: blur(10px);
  border-top: 1px solid var(--border-soft);
  box-shadow: var(--sticky-shadow);
}

.sticky-cta .btn {
  flex: 1;
  font-size: 0.8125rem;
  padding: 0.6rem 0.65rem;
}

body { padding-bottom: 4.25rem; }

@media (min-width: 960px) {
  .sticky-cta { display: none; }
  body { padding-bottom: 0; }
}

@media (max-width: 479px) {
  .hero-actions .btn { width: 100%; }
  .cta-strip-actions { width: 100%; }
  .cta-strip-actions .btn { flex: 1; min-width: 0; }
}

/* App download page */
.page-apps {
  padding: var(--section-pad) 1.5rem;
  background: linear-gradient(165deg, var(--apps-gradient-start) 0%, var(--apps-gradient-end) 100%);
  min-height: calc(100vh - var(--header-h) - 12rem);
}

.apps-inner {
  max-width: 640px;
  margin: 0 auto;
  text-align: center;
}

.apps-badges {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
  margin: 2rem 0;
}

.app-badge {
  display: inline-block;
  transition: transform 0.15s, opacity 0.15s;
}

.app-badge:hover {
  transform: translateY(-2px);
  opacity: 0.92;
}

.app-badge img {
  height: 52px;
  width: auto;
}

.apps-note {
  font-size: 0.9375rem;
  color: var(--text-muted);
  max-width: 42ch;
  margin: 0 auto;
}

.apps-lead { margin: 0 auto; max-width: 42ch; }

/* Page banners (subpages) */
.page-banner {
  position: relative;
  padding-block: clamp(2.5rem, 6vw, 3.75rem) clamp(2rem, 4vw, 2.75rem);
  padding-inline: max(clamp(1.5rem, 5vw, 2.5rem), env(safe-area-inset-left, 0px), env(safe-area-inset-right, 0px));
  background: var(--brand-deep);
  color: #fff;
  overflow: hidden;
  border-bottom: 3px solid rgba(145, 169, 183, 0.35);
}

.page-banner-mesh {
  display: none;
}

.page-banner-inner {
  position: relative;
  max-width: var(--content-max);
  margin: 0 auto;
}

.page-banner .eyebrow {
  color: var(--banner-eyebrow);
}

.page-banner h1 {
  color: #fff;
  max-width: 22ch;
  margin-bottom: 0.75rem;
  font-weight: 600;
  letter-spacing: -0.02em;
}

.page-banner-lead {
  color: var(--banner-lead);
  max-width: 52ch;
  margin: 0;
  font-size: 1.125rem;
}

/* Bento explore grid (homepage) */
.section-explore {
  padding-block: var(--section-pad);
  padding-inline: max(clamp(1.5rem, 5vw, 2.5rem), env(safe-area-inset-left, 0px), env(safe-area-inset-right, 0px));
  background: var(--bg-page);
}

.explore-header {
  text-align: center;
  max-width: 560px;
  margin: 0 auto 2.5rem;
}

.bento-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: 1fr;
}

@media (min-width: 640px) {
  .bento-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (min-width: 960px) {
  .bento-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 1.15rem;
  }
  .bento-card--wide { grid-column: span 2; }
}

.bento-card {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  padding: 1.5rem;
  min-height: 11rem;
  background: var(--surface-base);
  border: 1px solid var(--border-soft);
  border-radius: var(--radius);
  text-decoration: none;
  color: inherit;
  box-shadow: var(--shadow-card);
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s;
}

.bento-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-soft);
  border-color: rgba(11, 74, 100, 0.22);
}

.bento-card--accent {
  background: linear-gradient(160deg, var(--surface-base) 0%, var(--pastel-sky) 100%);
}

.bento-link {
  margin-top: auto;
  font-size: 0.8125rem;
  font-weight: 600;
  color: var(--brand-deep);
}

.bento-tag {
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--brand-deep);
  opacity: 0.75;
}

.bento-card h3 {
  margin: 0;
  font-size: 1.2rem;
}

.bento-card p {
  margin: 0;
  font-size: 0.9375rem;
  flex: 1;
}

.bento-arrow {
  display: none;
}

/* Scroll reveal — only hide when JS is active */
.reveal {
  opacity: 1;
  transform: none;
}

.js .reveal:not(.is-visible) {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 0.5s ease, transform 0.5s ease;
}

.js .reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.reveal-delay-1 { transition-delay: 0.08s; }
.reveal-delay-2 { transition-delay: 0.16s; }
.reveal-delay-3 { transition-delay: 0.24s; }

@media (prefers-reduced-motion: reduce) {
  .js .reveal:not(.is-visible),
  .hero-bg,
  .page-banner-mesh {
    animation: none;
    transition: none;
    opacity: 1;
    transform: none;
  }
}

/* Subpage sections — tighter rhythm */
.page-polls .section,
.page-petitions .section,
.page-solutions .section,
.page-platform .section {
  scroll-margin-top: calc(var(--header-h) + 1rem);
}

body.page-polls .section:first-of-type,
body.page-petitions .section:first-of-type,
body.page-solutions .section:first-of-type,
body.page-platform .section:first-of-type {
  padding-top: clamp(2rem, 4vw, 3rem);
}

/* Partners page */
.section-partners {
  padding-top: clamp(1.5rem, 3vw, 2.5rem);
}

.partners-empty {
  text-align: center;
  color: var(--text-muted);
}

.partners-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(min(100%, 180px), 1fr));
  gap: 1.5rem;
  list-style: none;
  margin: 0;
  padding: 0;
  align-items: stretch;
}

.partners-grid-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.65rem;
}

@media (min-width: 680px) {
  .partners-grid-item--landscape {
    grid-column: span 2;
  }
}

.partners-grid-item--square .partners-logo-link {
  aspect-ratio: 1;
  max-width: 220px;
  margin: 0 auto;
}

.partners-grid-item--landscape .partners-logo-link {
  min-height: 100px;
}

.partners-grid-item--landscape .partners-logo {
  max-height: 64px;
}

.partners-logo-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 120px;
  padding: 1.25rem 1rem;
  background: var(--bg-card);
  border: 1px solid var(--border-soft);
  border-radius: var(--radius);
  box-shadow: var(--shadow-card);
  transition: box-shadow 0.2s, transform 0.2s, border-color 0.2s;
}

a.partners-logo-link:hover {
  box-shadow: var(--shadow-soft);
  transform: translateY(-2px);
  border-color: rgba(11, 74, 100, 0.15);
}

.partners-logo-link--static {
  cursor: default;
}

.partners-logo {
  max-width: 100%;
  max-height: 72px;
  width: auto;
  height: auto;
  object-fit: contain;
}

.partners-name {
  margin: 0;
  font-size: 0.85rem;
  color: var(--text-muted);
  text-align: center;
}

/* Admin */
.admin-body {
  min-height: 100vh;
  background: var(--pastel-sky);
}

.admin-login-wrap {
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding: 2rem 1rem;
}

.admin-login-card {
  width: min(420px, 100%);
  padding: 2rem;
}

.admin-login-brand {
  margin-bottom: 1rem;
}

.admin-header {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.25rem clamp(1rem, 4vw, 2rem);
  background: var(--bg-card);
  border-bottom: 1px solid var(--border-soft);
}

.admin-header-main {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.admin-header h1 {
  margin: 0;
  font-size: 1.25rem;
}

.admin-main {
  max-width: 960px;
  margin: 0 auto;
  padding: 1.5rem clamp(1rem, 4vw, 2rem) 3rem;
}

.admin-card {
  margin-bottom: 1.5rem;
}

.admin-card h2 {
  margin-top: 0;
  font-size: 1.1rem;
}

.label {
  display: block;
  font-size: 0.85rem;
  font-weight: 600;
  margin: 1rem 0 0.35rem;
}

.input {
  width: 100%;
  padding: 0.65rem 0.75rem;
  border: 1px solid var(--border-soft);
  border-radius: 8px;
  font: inherit;
  background: var(--surface-base);
}

.form-actions-row {
  margin-top: 1.25rem;
}

.btn-sm {
  padding: 0.45rem 0.85rem;
  font-size: 0.85rem;
}

.btn-ghost {
  background: transparent;
  border: 1px solid var(--border-soft);
  color: var(--text-secondary);
}

.flash {
  padding: 0.75rem 1rem;
  border-radius: 8px;
  margin-bottom: 1rem;
  font-size: 0.9rem;
}

.flash-success {
  background: var(--flash-success-bg);
  color: var(--flash-success-text);
  border: 1px solid var(--flash-success-border);
}

.flash-error {
  background: var(--flash-error-bg);
  color: var(--flash-error-text);
  border: 1px solid var(--flash-error-border);
}

.flash-info {
  background: var(--flash-info-bg);
  color: var(--brand-deep);
  border: 1px solid var(--border-soft);
}

.partners-admin-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 1.25rem;
}

.partners-admin-item {
  display: grid;
  grid-template-columns: 160px 1fr auto;
  gap: 1rem;
  align-items: start;
  padding-bottom: 1.25rem;
  border-bottom: 1px solid var(--border-soft);
}

.logo-spec-list {
  margin: 0.5rem 0 1rem;
  padding-left: 1.2rem;
}

.logo-spec-list li {
  margin-bottom: 0.35rem;
}

.partners-admin-preview--square img {
  max-height: 120px;
  max-width: 120px;
}

.partners-admin-preview--landscape img {
  max-height: 72px;
  max-width: 150px;
}

.partners-admin-format {
  margin: 0 0 0.5rem;
}

.partners-admin-item:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.partners-admin-preview {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 90px;
  padding: 0.75rem;
  background: var(--pastel-sky);
  border-radius: 8px;
  border: 1px solid var(--border-soft);
}

.partners-admin-preview img {
  max-width: 100%;
  max-height: 72px;
  object-fit: contain;
}

.partners-admin-edit .btn {
  margin-top: 0.75rem;
}

.partners-admin-remove {
  align-self: start;
  padding-top: 1.75rem;
}

@media (max-width: 720px) {
  .partners-admin-item {
    grid-template-columns: 1fr;
  }

  .partners-admin-remove {
    padding-top: 0;
  }
}

/* Homepage products — editorial layout */
.section-products {
  padding-block: var(--section-pad);
  padding-inline: max(clamp(1.5rem, 5vw, 2.5rem), env(safe-area-inset-left, 0px), env(safe-area-inset-right, 0px));
  background: var(--bg-page);
}

.products-intro {
  max-width: 52ch;
  margin-bottom: 2.5rem;
}

.product-duo {
  display: grid;
  gap: 1px;
  background: var(--border-soft);
  border: 1px solid var(--border-soft);
  border-radius: var(--radius);
  overflow: hidden;
}

@media (min-width: 768px) {
  .product-duo {
    grid-template-columns: 1.15fr 1fr;
  }
}

.product-panel {
  background: var(--surface-base);
  padding: clamp(1.5rem, 3vw, 2rem);
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
}

.product-panel--primary {
  border-left: 3px solid var(--brand-deep);
}

.product-label {
  margin: 0;
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--brand-deep);
}

.product-panel h3 {
  margin: 0;
  font-size: 1.35rem;
  font-weight: 600;
}

.product-panel p {
  margin: 0;
  color: var(--text-secondary);
  font-size: 0.95rem;
  line-height: 1.55;
}

.product-points {
  margin: 0.25rem 0 0;
  padding-left: 1.1rem;
  color: var(--text-secondary);
  font-size: 0.875rem;
}

.product-points li { margin-bottom: 0.35rem; }

.product-link {
  margin-top: auto;
  font-weight: 600;
}

.product-panel .product-link + .product-link {
  margin-top: 0.35rem;
}

.product-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 1.75rem;
  margin-top: 2rem;
  padding-top: 1.5rem;
  border-top: 1px solid var(--border-soft);
  font-size: 0.875rem;
  font-weight: 500;
}

.product-nav a {
  color: var(--brand-deep);
  text-decoration: none;
}

.product-nav a:hover { text-decoration: underline; }

/* Catalogue sections (Polls · Studio) */
.section-catalogued {
  border-top: 1px solid var(--border-soft);
}

.section-catalogue-head {
  max-width: 52ch;
  margin-bottom: 2rem;
}

.catalogue-grid {
  display: grid;
  gap: 2.5rem;
  align-items: start;
}

@media (min-width: 880px) {
  .catalogue-grid--studio {
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
  }
}

.catalogue-copy h3 {
  margin: 0 0 0.75rem;
  font-size: 1.05rem;
}

.steps-list--compact li {
  margin-bottom: 0.5rem;
  font-size: 0.925rem;
}

.catalogue-visual {
  margin: 0;
}

/* Product comparison table */
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.product-compare-head {
  max-width: 62ch;
  margin-bottom: 1.75rem;
}

.product-compare-legend {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1.5rem;
  margin: 0 0 1.25rem;
  font-size: 0.875rem;
  color: var(--text-muted);
}

.product-compare-legend span {
  white-space: nowrap;
}

.product-compare-wrap {
  position: relative;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior-x: contain;
  scrollbar-gutter: stable;
  margin: 0 0 1.25rem;
  padding: 0;
  border: 1px solid var(--border-soft);
  border-radius: var(--radius-sm);
  background: var(--bg-card);
  box-shadow: var(--shadow-card);
}

.product-compare-wrap::after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 2.75rem;
  pointer-events: none;
  z-index: 5;
  background: linear-gradient(to right, transparent, var(--bg-card));
  border-radius: 0 var(--radius-sm) var(--radius-sm) 0;
}

.product-compare-scroll-hint {
  position: sticky;
  left: 0;
  z-index: 3;
  margin: 0;
  padding: 0.55rem 0.9rem;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.01em;
  color: var(--brand-deep);
  background: color-mix(in srgb, var(--pastel-sky) 70%, var(--bg-card));
  border-bottom: 1px solid var(--border-soft);
}

.product-compare {
  width: max-content;
  min-width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  font-size: 0.9rem;
  line-height: 1.5;
}

.product-compare th,
.product-compare td {
  padding: 0.95rem 1.05rem;
  vertical-align: top;
  text-align: left;
  border-bottom: 1px solid var(--border-soft);
  overflow-wrap: break-word;
  hyphens: auto;
}

.product-compare thead th {
  position: sticky;
  top: 0;
  z-index: 2;
  border-bottom-width: 2px;
  background: var(--bg-section-alt);
}

.product-compare tbody tr:last-child th,
.product-compare tbody tr:last-child td {
  border-bottom: none;
}

.product-compare tbody tr:nth-child(even) td {
  background: color-mix(in srgb, var(--bg-section-alt) 45%, var(--bg-card));
}

.product-compare tbody tr:nth-child(even) .product-compare-row-head {
  background: color-mix(in srgb, var(--pastel-sky) 82%, var(--bg-section-alt));
}

.product-compare-corner {
  position: sticky;
  left: 0;
  z-index: 4;
  width: 9.5rem;
  min-width: 9.5rem;
  background: var(--bg-section-alt);
  box-shadow: 6px 0 10px -8px rgba(15, 40, 70, 0.35);
}

.product-compare-col-head {
  min-width: 12.5rem;
  max-width: 14.5rem;
}

.product-compare-name {
  display: block;
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 0.4rem;
  line-height: 1.3;
}

.product-compare-link {
  display: inline-block;
  font-size: 0.8rem;
  font-weight: 500;
  white-space: nowrap;
}

.product-compare-row-head {
  position: sticky;
  left: 0;
  z-index: 1;
  width: 9.5rem;
  min-width: 9.5rem;
  font-weight: 600;
  color: var(--brand-deep);
  background: var(--pastel-sky);
  box-shadow: 6px 0 10px -8px rgba(15, 40, 70, 0.28);
}

.product-compare td {
  min-width: 12.5rem;
  max-width: 14.5rem;
  color: var(--text-secondary);
}

.product-compare td.is-yes {
  color: var(--brand-deep);
  font-weight: 600;
}

.product-compare td.is-no {
  color: var(--text-muted);
}

.product-compare td.is-required {
  color: var(--brand-deep);
  font-weight: 600;
}

.product-compare-footnote {
  margin: 0;
  font-size: 0.9rem;
  color: var(--text-muted);
}

@media (max-width: 720px) {
  .product-compare {
    font-size: 0.85rem;
  }

  .product-compare-corner,
  .product-compare-row-head {
    width: 7.75rem;
    min-width: 7.75rem;
  }

  .product-compare-col-head,
  .product-compare td {
    min-width: 11rem;
    max-width: 13rem;
  }

  .product-compare th,
  .product-compare td {
    padding: 0.75rem 0.8rem;
  }
}

/* Studio screenshot gallery + image lightbox */
.studio-screenshots {
  margin-top: 2.5rem;
  padding-top: 0;
  border-top: none;
}

.studio-screenshots-title {
  margin: 0 0 0.5rem;
  font-size: 1.05rem;
}

.studio-screenshots-intro {
  margin: 0 0 1.25rem;
  font-size: 0.9rem;
  color: var(--text-secondary);
  max-width: 58ch;
}

.studio-screenshot-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: 1fr;
}

@media (min-width: 640px) {
  .studio-screenshot-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.25rem;
  }
}

.studio-screenshot-thumb {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 0.5rem;
  padding: 0;
  border: none;
  background: transparent;
  cursor: zoom-in;
  text-align: left;
  font: inherit;
  color: inherit;
}

.studio-screenshot-thumb:hover .studio-screenshot-frame,
.studio-screenshot-thumb:focus-visible .studio-screenshot-frame {
  box-shadow: var(--shadow-soft);
  border-color: var(--brand-accent);
}

.studio-screenshot-thumb:focus-visible {
  outline: 2px solid var(--brand-deep);
  outline-offset: 4px;
  border-radius: var(--radius-sm);
}

.studio-screenshot-frame {
  display: block;
  overflow: hidden;
  border-radius: var(--radius-sm);
  border: 1px solid var(--border-soft);
  background: #eef5f8;
  box-shadow: var(--shadow-card);
  transition: box-shadow 0.2s ease, border-color 0.2s ease;
}

.aspect-16-9 {
  aspect-ratio: 16 / 9;
}

.studio-screenshot-frame img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center center;
  background: #eef5f8;
}

.studio-screenshot-label {
  font-size: 0.95rem;
  font-weight: 600;
  color: var(--text-primary);
}

.studio-screenshot-hint {
  font-size: 0.8rem;
  color: var(--text-muted);
}

.section-visual.section-visual--enlarge {
  overflow: hidden;
}

.section-visual-thumb {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  padding: 0;
  margin: 0;
  border: none;
  background: transparent;
  cursor: zoom-in;
  text-align: left;
  font: inherit;
  color: inherit;
  border-radius: var(--radius);
  overflow: hidden;
}

.section-visual--enlarge .img-slot {
  object-fit: contain;
  object-position: center center;
  background: #eef5f8;
  border-radius: var(--radius) var(--radius) 0 0;
}

.section-visual-thumb:hover .img-slot,
.section-visual-thumb:focus-visible .img-slot {
  opacity: 0.96;
}

.section-visual-thumb:hover,
.section-visual-thumb:focus-visible {
  box-shadow: var(--shadow-soft);
}

.section-visual-thumb:focus-visible {
  outline: 2px solid var(--brand-deep);
  outline-offset: 4px;
}

.section-visual-hint {
  display: block;
  padding: 0.55rem 0.75rem;
  font-size: 0.8rem;
  color: var(--text-muted);
  text-align: center;
  background: var(--surface-alt, rgba(11, 74, 100, 0.04));
  border-top: 1px solid var(--border-soft);
}

body.lightbox-open {
  overflow: hidden;
}

.image-lightbox[hidden] {
  display: none !important;
}

.image-lightbox {
  position: fixed;
  inset: 0;
  z-index: 2000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
}

.image-lightbox-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(15, 32, 40, 0.72);
  backdrop-filter: blur(4px);
}

.image-lightbox-dialog {
  position: relative;
  z-index: 1;
  width: auto;
  max-width: min(96vw, 1400px);
  max-height: calc(100vh - 2rem);
  overflow: auto;
  background: var(--bg-card);
  border-radius: var(--radius);
  box-shadow: 0 24px 64px rgba(11, 74, 100, 0.25);
  border: 1px solid var(--border-soft);
}

.image-lightbox-close {
  position: absolute;
  top: 0.75rem;
  right: 0.75rem;
  z-index: 2;
  width: 2.5rem;
  height: 2.5rem;
  border: none;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  color: var(--text-primary);
  font-size: 1.5rem;
  line-height: 1;
  cursor: pointer;
  box-shadow: var(--shadow-card);
}

.image-lightbox-close:hover {
  background: #fff;
}

.image-lightbox-body {
  padding: 0.75rem;
  background: #eef5f8;
  border-radius: var(--radius) var(--radius) 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  max-height: calc(100vh - 9rem);
  overflow: auto;
}

.image-lightbox-img {
  display: block;
  width: auto;
  height: auto;
  max-width: min(92vw, 1360px);
  max-height: calc(100vh - 10rem);
  object-fit: contain;
  background: #eef5f8;
  border-radius: var(--radius);
}

.image-lightbox-meta {
  padding: 1rem 1.25rem 1.25rem;
}

.image-lightbox-title {
  margin: 0 0 0.35rem;
  font-size: 1.1rem;
}

.image-lightbox-caption {
  margin: 0;
  font-size: 0.9rem;
  color: var(--text-secondary);
  line-height: 1.5;
}

/* Use types product finder */
.section-use-types .section-inner.narrow-wide {
  max-width: 52rem;
}

.use-types-guide {
  display: grid;
  gap: 1.25rem;
}

.use-types-steps-hint {
  list-style: none;
  margin: 0;
  padding: 0.85rem 1rem;
  display: grid;
  gap: 0.55rem;
  border-radius: var(--radius);
  background: linear-gradient(135deg, var(--pastel-lilac), var(--pastel-sky));
  border: 1px solid var(--border-subtle);
}

@media (min-width: 720px) {
  .use-types-steps-hint {
    grid-template-columns: repeat(3, 1fr);
    gap: 0.75rem;
  }
}

.use-types-step-chip {
  display: flex;
  align-items: flex-start;
  gap: 0.55rem;
  margin: 0;
  font-size: 0.84rem;
  line-height: 1.45;
  color: var(--text-secondary);
}

.use-types-step-chip.is-current {
  color: var(--text-primary);
  font-weight: 600;
}

.use-types-step-chip .use-types-step-num {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.45rem;
  height: 1.45rem;
  border-radius: 999px;
  font-size: 0.75rem;
  font-weight: 700;
  background: var(--bg-card);
  color: var(--brand-deep);
  border: 1px solid var(--border-subtle);
}

.use-types-step-chip.is-current .use-types-step-num {
  background: var(--brand-deep);
  color: #fff;
  border-color: var(--brand-deep);
}

.use-types-finder-card {
  border-radius: var(--radius);
  border: 1px solid var(--border-subtle);
  overflow: hidden;
  box-shadow: var(--shadow-card, 0 8px 24px rgba(11, 74, 100, 0.08));
}

.use-types-picker-zone {
  padding: 1.2rem 1.35rem 1.35rem;
  background: var(--pastel-sky);
  border-bottom: 1px solid var(--border-subtle);
}

.use-types-label {
  display: block;
  font-size: 0.95rem;
  font-weight: 700;
  margin-bottom: 0.35rem;
  color: var(--text-primary);
}

.use-types-picker-hint {
  margin: 0 0 0.85rem;
  font-size: 0.88rem;
  line-height: 1.5;
  color: var(--text-secondary);
}

.use-types-select-wrap {
  position: relative;
}

.use-types-select-wrap::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1rem;
  width: 0.55rem;
  height: 0.55rem;
  margin-top: -0.35rem;
  border-right: 2px solid var(--brand-deep);
  border-bottom: 2px solid var(--brand-deep);
  transform: rotate(45deg);
  pointer-events: none;
}

.use-types-select {
  width: 100%;
  padding: 0.8rem 2.5rem 0.8rem 1rem;
  font-size: 1rem;
  font-weight: 600;
  border: 2px solid rgba(11, 74, 100, 0.22);
  border-radius: var(--radius-sm);
  background: var(--bg-card);
  color: var(--text-primary);
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  box-shadow: 0 2px 8px rgba(11, 74, 100, 0.08);
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.use-types-select:hover,
.use-types-select:focus {
  border-color: var(--brand-deep);
  box-shadow: 0 0 0 3px rgba(11, 74, 100, 0.12);
  outline: none;
}

.use-types-detail {
  padding: 1.2rem 1.35rem 1.35rem;
}

.use-types-result-zone {
  background: var(--pastel-mint);
}

.use-types-result-heading {
  margin: 0 0 0.75rem;
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--brand-deep);
}

.use-types-meta {
  margin: 0 0 0.65rem;
  font-size: 0.92rem;
  line-height: 1.5;
  color: var(--text-secondary);
}

.use-types-meta strong {
  color: var(--text-primary);
}

.use-types-product-with-info {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  flex-wrap: wrap;
}

.use-types-info-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.45rem;
  height: 1.45rem;
  padding: 0;
  border: 2px solid var(--brand-deep, #0b4a64);
  border-radius: 999px;
  background: var(--brand-deep, #0b4a64) !important;
  color: #fff !important;
  cursor: pointer;
  line-height: 1;
  flex-shrink: 0;
  vertical-align: middle;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.35);
}

.use-types-info-btn:hover,
.use-types-info-btn:focus-visible {
  background: #083a50 !important;
  border-color: #083a50;
  color: #fff !important;
  outline: 2px solid rgba(11, 74, 100, 0.35);
  outline-offset: 2px;
}

.use-types-info-btn-icon {
  font-size: 0.78rem;
  font-weight: 700;
  font-style: normal;
  font-family: DM Sans, system-ui, sans-serif;
  color: #fff !important;
  line-height: 1;
}

.use-types-learn-more {
  margin: 0.35rem 0 0;
}

.use-types-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem;
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(11, 74, 100, 0.12);
}

.use-types-compare-hint {
  margin: 0.85rem 0 0;
  font-size: 0.82rem;
  line-height: 1.5;
  color: var(--text-secondary);
}

body.use-type-info-open {
  overflow: hidden;
}

.use-type-info-modal[hidden] {
  display: none !important;
}

.use-type-info-modal {
  position: fixed;
  inset: 0;
  z-index: 2100;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
}

.use-type-info-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(15, 32, 40, 0.68);
  backdrop-filter: blur(3px);
}

.use-type-info-modal-dialog {
  position: relative;
  z-index: 1;
  width: min(34rem, 100%);
  max-height: calc(100vh - 2rem);
  overflow: auto;
  padding: 1.35rem 1.35rem 1.15rem;
  border-radius: var(--radius);
  background: var(--bg-card);
  box-shadow: 0 18px 48px rgba(10, 35, 50, 0.28);
  border: 1px solid var(--border-soft);
}

.use-type-info-modal-close {
  position: absolute;
  top: 0.65rem;
  right: 0.65rem;
  width: 2.1rem;
  height: 2.1rem;
  border: none;
  border-radius: 999px;
  background: transparent;
  color: var(--text-secondary);
  font-size: 1.5rem;
  line-height: 1;
  cursor: pointer;
}

.use-type-info-modal-close:hover,
.use-type-info-modal-close:focus-visible {
  color: var(--text-primary);
  background: rgba(11, 74, 100, 0.08);
  outline: none;
}

.use-type-info-kicker {
  margin: 0 0 0.35rem;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--brand-deep);
}

.use-type-info-title {
  margin: 0 0 0.75rem;
  padding-right: 2rem;
  font-size: 1.35rem;
  line-height: 1.25;
  color: var(--text-primary);
}

.use-type-info-summary {
  margin: 0 0 1rem;
  font-size: 0.98rem;
  line-height: 1.55;
  color: var(--text-secondary);
}

.use-type-info-subhead {
  margin: 1rem 0 0.4rem;
  font-size: 0.88rem;
  font-weight: 700;
  color: var(--brand-deep);
}

.use-type-info-list {
  margin: 0;
  padding-left: 1.15rem;
  color: var(--text-secondary);
  font-size: 0.94rem;
  line-height: 1.5;
}

.use-type-info-list li {
  margin-bottom: 0.35rem;
}

.use-type-info-modal-content > p:not(.use-type-info-kicker):not(.use-type-info-summary) {
  margin: 0;
  font-size: 0.94rem;
  line-height: 1.55;
  color: var(--text-secondary);
}

.use-type-info-modal-actions {
  margin-top: 1.25rem;
  padding-top: 1rem;
  border-top: 1px solid var(--border-soft);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 1rem;
}

.use-type-detail-product .use-types-product-with-info {
  margin-right: 0.15rem;
}

.use-types-limits-ref {
  margin-top: 2rem;
  padding: 1rem 1.15rem;
  border-radius: var(--radius);
  border: 1px solid var(--border-subtle);
  background: var(--bg-card);
}

.use-types-limits-ref summary {
  cursor: pointer;
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--brand-deep);
  list-style: none;
}

.use-types-limits-ref summary::-webkit-details-marker {
  display: none;
}

.use-types-limits-ref summary::before {
  content: "+ ";
  font-weight: 700;
}

.use-types-limits-ref[open] summary::before {
  content: "− ";
}

.use-types-limits-ref-body {
  margin-top: 0.85rem;
  padding-top: 0.85rem;
  border-top: 1px solid var(--border-subtle);
}

.use-types-limits-ref-intro {
  margin: 0 0 0.75rem;
  font-size: 0.88rem;
  line-height: 1.55;
  color: var(--text-secondary);
}

.use-types-caps-overview {
  padding: 1rem 1.15rem;
  border-radius: var(--radius);
  background: var(--pastel-lilac);
  border: 1px solid var(--border-subtle);
}

.use-types-caps-title {
  margin: 0 0 0.5rem;
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: var(--text-secondary);
}

.section-election {
  border-top: 1px solid var(--border-subtle);
}

.use-types-detail-list {
  display: grid;
  gap: 1.5rem;
}

.use-type-detail {
  scroll-margin-top: calc(var(--header-h, 4rem) + 1rem);
  padding: 1.35rem 1.4rem;
  border-radius: var(--radius);
  border: 1px solid var(--border-subtle);
  background: var(--surface-card);
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.use-type-detail.is-highlighted {
  border-color: var(--brand-primary, #0d7a8a);
  box-shadow: 0 0 0 2px rgba(13, 122, 138, 0.15);
}

.use-type-detail-head h3 {
  margin: 0 0 0.35rem;
  font-size: 1.15rem;
}

.use-type-detail-product {
  margin: 0 0 1rem;
  font-size: 0.9rem;
  color: var(--text-secondary);
  line-height: 1.5;
}

.use-type-steps {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 1rem;
}

.use-type-step {
  display: grid;
  grid-template-columns: 2.25rem 1fr;
  gap: 0.75rem;
  align-items: start;
}

.use-type-step-num {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 999px;
  font-size: 0.85rem;
  font-weight: 700;
  background: var(--brand-primary, #0d7a8a);
  color: #fff;
}

.use-type-step--optional .use-type-step-num {
  background: var(--border-subtle);
  color: var(--text-secondary);
}

.use-type-step-body p {
  margin: 0.35rem 0 0.65rem;
  font-size: 0.92rem;
  line-height: 1.5;
  color: var(--text-secondary);
}

.use-type-step-body strong {
  color: var(--text-primary);
}

.use-type-step-skip {
  font-style: italic;
}

.use-type-step-note {
  font-size: 0.85rem !important;
  margin-top: 0.5rem !important;
}

.use-type-detail-more {
  margin: 1rem 0 0;
  font-size: 0.9rem;
}

.use-types-flow-preview {
  font-size: 0.92rem;
}

.btn-sm {
  display: inline-flex;
  align-items: center;
  padding: 0.45rem 0.85rem;
  font-size: 0.85rem;
  margin-right: 0.5rem;
  margin-bottom: 0.35rem;
}

