﻿:root {
  --navy: #1B2A4A;
  --navy-light: #2D4A7A;
  --navy-muted: #3d5a8a;
  --brand-green: #00C853;
  --sky: #D4E6F1;
  --sky-light: #E8EDF5;
  --sky-pale: #f4f7fb;
  --warm: #E8875C;
  --warm-hover: #d6764b;
  --warm-light: #fdf0eb;
  --green: #2E7D32;
  --green-light: #E8F5E9;
  --green-bg: #f0f9f0;
  --text: #1B2A4A;
  --text-light: #5a6d8a;
  --text-muted: #8a96a8;
  --white: #ffffff;
  --border: #e2e8f0;
  --shadow: 0 1px 3px rgba(27, 42, 74, 0.08);
  --shadow-lg: 0 8px 30px rgba(27, 42, 74, 0.12);
  --shadow-xl: 0 20px 60px rgba(27, 42, 74, 0.15);
  --radius: 10px;
  --radius-lg: 16px;
  /* Layout rhythm: homepage + shared sections */
  --nav-h: 64px;
  --space-section-y: 96px;
  --space-section-x: 32px;
  --space-hero-pad-top: calc(var(--nav-h) + var(--space-section-y));
  --space-hero-pad-bottom: var(--space-section-y);
  --space-after-h2: 16px;
  --space-after-h2-block: 48px;
  --space-grid-gap: 24px;
  --space-card-pad: 32px;
  --space-hero-ctas-bottom: 48px;
  /* Shared across product, pricing, blog, pages */
  --space-hero-inner-top: calc(var(--nav-h) + 76px);
  --space-stack-2xs: 8px;
  --space-stack-sm: 12px;
  --space-stack-lg: 32px;
  --space-major: 64px;
  --space-card-pad-dense: 24px;
  --space-card-pad-feature: 40px;
  --space-inset-chunk: 16px;
  --space-inset-relaxed: 20px;
  --space-table-cell-x: 16px;
  --space-table-cell-y: 12px;
  --space-faq-item-y: 20px;
  --space-gap-ui: 16px;
  --space-gap-nav-links: 32px;
  --space-footer-y: 48px;
  /* Long-form pages: readable body between --text-light and --text */
  --prose-body: #3d4d66;
  /* ~768px at 16px â€” wide enough for policy pages without long line lengths */
  --prose-max: 48rem;
  /* Book-a-demo modal: comfortable vertical rhythm */
  --modal-pad: 1.875rem;
  --modal-title-below: 2.575rem;
  --modal-field-group-gap: 1.25rem;
  --modal-label-input-gap: 0.5rem;
  --modal-before-submit: 1.375rem;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box
}

body {
  font-family: 'DM Sans', sans-serif;
  color: var(--text);
  background: var(--white);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased
}

h1,
h2,
h3,
h4 {
  font-family: 'Fraunces', serif;
  font-weight: 600;
  line-height: 1.2
}

a {
  color: inherit;
  text-underline-offset: 3px
}

.site-main {
  min-height: 40vh
}

.site-main--prose {
  padding: var(--space-hero-inner-top) var(--space-section-x) var(--space-hero-pad-bottom)
}

.site-main--narrow {
  padding: var(--space-hero-inner-top) var(--space-section-x) var(--space-hero-pad-bottom);
  max-width: 720px;
  margin: 0 auto
}

.container--prose {
  margin-left: auto;
  margin-right: auto
}

.page-title {
  font-family: 'Fraunces', serif;
  font-size: 2.5rem;
  margin-bottom: var(--space-grid-gap);
  line-height: 1.2;
  font-weight: 600
}

.post-index-title {
  font-family: 'Fraunces', serif;
  font-size: 2rem;
  margin-bottom: var(--space-after-h2);
  line-height: 1.2;
  font-weight: 600
}

.entry-prose {
  color: var(--prose-body);
  font-size: 1.0625rem;
  line-height: 1.8;
  font-weight: 400;
  max-width: var(--prose-max);
  margin-left: auto;
  margin-right: auto
}

.entry-prose> :first-child {
  margin-top: 0
}

.entry-prose> :last-child {
  margin-bottom: 0
}

.entry-prose p {
  margin: 0 0 1.25em
}

.entry-prose h2,
.entry-prose h2.wp-block-heading {
  font-family: 'Fraunces', serif;
  font-size: clamp(1.25rem, 2.8vw, 1.5rem);
  font-weight: 600;
  color: var(--navy);
  margin: 2.5rem 0 0.75rem;
  line-height: 1.28;
  letter-spacing: -0.02em
}

.entry-prose h2:first-child,
.entry-prose>h2.wp-block-heading:first-child {
  margin-top: 0
}

.entry-prose h3,
.entry-prose h3.wp-block-heading {
  font-family: 'Fraunces', serif;
  font-size: clamp(1.1rem, 2.2vw, 1.25rem);
  font-weight: 600;
  color: var(--navy);
  margin: 2rem 0 0.6rem;
  line-height: 1.32
}

.entry-prose h4,
.entry-prose h4.wp-block-heading {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.0625rem;
  font-weight: 600;
  color: var(--navy);
  margin: 1.65rem 0 0.45rem;
  line-height: 1.4
}

.entry-prose ul,
.entry-prose ol,
.entry-prose .wp-block-list {
  margin: 0 0 1.25em;
  padding-left: 1.4em
}

.entry-prose li {
  margin: 0.4em 0
}

.entry-prose li>ul,
.entry-prose li>ol {
  margin-top: 0.4em;
  margin-bottom: 0.4em
}

.entry-prose blockquote {
  margin: 1.5rem 0;
  padding: 0.25rem 0 0.25rem 1.1rem;
  border-left: 4px solid var(--warm);
  color: var(--text);
  font-style: normal;
  background: linear-gradient(90deg, var(--sky-pale), transparent)
}

.entry-prose hr,
.entry-prose .wp-block-separator {
  border: 0;
  border-top: 1px solid var(--border);
  margin: 2.75rem 0;
  max-width: none
}

.entry-prose .wp-block-separator.is-style-wide {
  margin-left: 0;
  margin-right: 0
}

.entry-prose a {
  color: var(--navy-light);
  font-weight: 600;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px
}

.entry-prose a:hover {
  color: var(--warm)
}

.entry-prose strong {
  color: var(--text);
  font-weight: 600
}

.entry-prose table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.95rem;
  margin: 1.35em 0
}

.entry-prose th,
.entry-prose td {
  border: 1px solid var(--border);
  padding: 0.7rem 0.9rem;
  text-align: left;
  vertical-align: top
}

.entry-prose th {
  background: var(--sky-pale);
  color: var(--navy);
  font-weight: 600
}

.entry-prose img,
.entry-prose video {
  max-width: 100%;
  height: auto;
  border-radius: var(--radius)
}

.entry-prose code {
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 0.9em;
  background: var(--sky-pale);
  padding: 0.12em 0.4em;
  border-radius: 4px;
  color: var(--navy)
}

.entry-prose pre {
  background: var(--navy);
  color: rgba(255, 255, 255, 0.92);
  padding: 1rem 1.15rem;
  border-radius: var(--radius);
  overflow-x: auto;
  margin: 1.35em 0;
  font-size: 0.9rem;
  line-height: 1.55
}

.entry-prose pre code {
  background: transparent;
  padding: 0;
  color: inherit;
  font-size: inherit
}

.entry-prose .wp-block-group {
  margin: 1.25rem 0
}

/* Static content template: band + card */
.site-main--static {
  padding: 0 0 var(--space-hero-pad-bottom);
  background: linear-gradient(180deg, var(--sky-pale) 0%, #f8fafc 18%, #f1f5f9 100%);
  min-height: 50vh
}

.static-page__hero {
  padding: var(--space-hero-inner-top) var(--space-section-x) var(--space-stack-lg);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.65) 0%, transparent 100%);
  border-bottom: 1px solid rgba(226, 232, 240, 0.9)
}

.container.container--static {
  max-width: min(var(--prose-max) + 4rem, 100%);
  margin-left: auto;
  margin-right: auto;
  padding-left: var(--space-section-x);
  padding-right: var(--space-section-x)
}

.static-page__breadcrumb {
  margin-bottom: var(--space-stack-sm)
}

.static-page__breadcrumb-link {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--text-muted);
  text-decoration: none;
  transition: color 0.2s
}

.static-page__breadcrumb-link:hover {
  color: var(--navy)
}

.static-page__title {
  font-family: 'Fraunces', serif;
  font-size: clamp(2.125rem, 5vw, 2.875rem);
  font-weight: 600;
  color: var(--navy);
  line-height: 1.12;
  margin: 0 0 var(--space-stack-sm);
  letter-spacing: -0.03em
}

.static-page__lead {
  font-size: 1.125rem;
  color: var(--text-light);
  line-height: 1.65;
  margin: 0 0 var(--space-stack-sm);
  max-width: 52ch
}

.static-page__meta {
  font-size: 13px;
  color: var(--text-muted);
  margin: 0;
  font-variant-numeric: tabular-nums
}

.static-page__surface {
  margin-top: var(--space-stack-lg);
  padding: clamp(1.75rem, 4vw, 2.5rem);
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-lg)
}

@media(max-width:768px) {
  .static-page__surface {
    margin-top: var(--space-grid-gap);
    padding: var(--space-card-pad-dense)
  }

  .entry-prose {
    font-size: 1rem;
    line-height: 1.78
  }
}

/* Thank-you / form confirmation template */
.site-main--thank-you {
  padding: 0 0 var(--space-hero-pad-bottom);
  background: linear-gradient(180deg, var(--sky-pale) 0%, #f8fafc 18%, #f1f5f9 100%);
  min-height: 80vh;
  min-height: 80dvh
}

.thank-you-page__hero {
  padding: var(--space-hero-inner-top) var(--space-section-x) var(--space-stack-lg);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.65) 0%, transparent 100%);
  border-bottom: 1px solid rgba(226, 232, 240, 0.9);
  text-align: center
}

.container.container--thank-you {
  max-width: min(var(--prose-max) + 2rem, 100%);
  margin-left: auto;
  margin-right: auto;
  padding-left: var(--space-section-x);
  padding-right: var(--space-section-x)
}

.thank-you-page__breadcrumb {
  margin-bottom: var(--space-stack-lg);
  text-align: left
}

.thank-you-page__breadcrumb-link {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--text-muted);
  text-decoration: none;
  transition: color 0.2s
}

.thank-you-page__breadcrumb-link:hover {
  color: var(--navy)
}

.thank-you-page__mark {
  display: flex;
  justify-content: center;
  margin-bottom: var(--space-stack-lg);
  color: var(--green)
}

.thank-you-page__check {
  display: block
}

.thank-you-page__title {
  font-family: 'Fraunces', serif;
  font-size: clamp(2rem, 5vw, 2.5rem);
  font-weight: 600;
  color: var(--navy);
  line-height: 1.15;
  margin: 0 0 var(--space-stack-sm);
  letter-spacing: -0.03em
}

.thank-you-page__lead {
  font-size: 1.125rem;
  color: var(--text-light);
  line-height: 1.65;
  margin: 0 auto var(--space-stack-sm);
  max-width: 40rem
}

.thank-you-page__hint {
  font-size: 0.9375rem;
  color: var(--text-muted);
  margin: 0;
  line-height: 1.5
}

.thank-you-page__actions {
  margin: var(--space-stack-lg) 0 0
}

.thank-you-page__surface {
  margin-top: 0;
  margin-bottom: var(--space-stack-lg);
  padding: clamp(1.75rem, 4vw, 2.25rem);
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-lg);
  text-align: left
}

@media(max-width:768px) {
  .thank-you-page__surface {
    padding: var(--space-card-pad-dense)
  }
}

nav.site-nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(20px);
  border-bottom: 1px solid var(--border);
  height: var(--nav-h)
}

.nav-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 var(--space-section-x);
  display: grid;
  align-items: center;
  column-gap: clamp(8px, 2vw, 24px);
  height: 100%;
  position: relative;
  z-index: 102;
  min-width: 0
}

.nav-logo {
  grid-column: 1;
  justify-self: start;
  text-decoration: none;
  display: flex;
  align-items: center;
  line-height: 0;
  min-width: 0
}

.nav-logo img {
  height: 30px;
  width: auto;
  display: block
}

.nav-mobile-toggle {
  display: none;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  padding: 0;
  margin: 0;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background: var(--white);
  cursor: pointer;
  transition: background 0.2s, border-color 0.2s
}

.nav-mobile-toggle:hover {
  border-color: var(--navy-light)
}

.nav-mobile-toggle:focus-visible {
  outline: 2px solid var(--navy-light);
  outline-offset: 2px
}

.nav-mobile-toggle-bars {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 20px
}

.nav-mobile-toggle-bars>span {
  display: block;
  height: 2px;
  background: var(--navy);
  border-radius: 1px;
  transition: transform 0.2s ease, opacity 0.2s ease
}

.site-nav.nav-is-open .nav-mobile-toggle-bars>span:nth-child(1) {
  transform: translateY(7px) rotate(45deg)
}

.site-nav.nav-is-open .nav-mobile-toggle-bars>span:nth-child(2) {
  opacity: 0
}

.site-nav.nav-is-open .nav-mobile-toggle-bars>span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg)
}

.nav-mobile-panel {
  display: contents
}

.nav-links-wrap {
  grid-column: 2;
  justify-self: center;
  min-width: 0
}

.nav-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: var(--space-gap-nav-links);
  list-style: none;
  margin: 0;
  padding: 0;
  flex-wrap: wrap
}

.nav-links li {
  margin: 0;
  padding: 0
}

.nav-links a {
  text-decoration: none;
  color: var(--text-light);
  font-size: 14px;
  font-weight: 500;
  transition: color 0.2s
}

.nav-links a:hover {
  color: var(--navy)
}

.nav-links .current-menu-item>a,
.nav-links .current-menu-ancestor>a,
.nav-links .current_page_item>a {
  color: var(--navy);
  font-weight: 600
}

.nav-cta-group {
  grid-column: 3;
  justify-self: end;
  display: flex;
  align-items: center;
  gap: var(--space-gap-ui);
  flex-shrink: 0;
  min-width: 0
}

.nav-mobile-backdrop {
  display: none
}

body.nav-mobile-open {
  overflow: hidden
}

.btn-primary {
  background: var(--warm);
  color: white;
  border: none;
  padding: 10px 22px;
  border-radius: var(--radius);
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  font-family: inherit;
  transition: all 0.2s;
  box-shadow: 0 2px 8px rgba(232, 135, 92, 0.3);
  text-decoration: none;
  display: inline-block
}

.btn-primary:hover {
  background: var(--warm-hover)
}

.btn-secondary-nav {
  background: var(--white);
  color: var(--navy);
  border: 2px solid var(--border);
  padding: 8px 20px;
  border-radius: var(--radius);
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  font-family: inherit;
  transition: all 0.2s;
  text-decoration: none;
  display: inline-block
}

.btn-secondary-nav:hover {
  border-color: var(--navy)
}

.btn-primary-lg {
  background: var(--warm);
  color: white;
  border: none;
  padding: 14px 32px;
  border-radius: var(--radius);
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  font-family: inherit;
  transition: all 0.2s;
  box-shadow: 0 2px 8px rgba(232, 135, 92, 0.3);
  text-decoration: none;
  display: inline-block
}

.btn-primary-lg:hover {
  background: var(--warm-hover)
}

.btn-secondary-lg {
  background: var(--white);
  color: var(--navy);
  border: 2px solid var(--border);
  padding: 12px 28px;
  border-radius: var(--radius);
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  font-family: inherit;
  transition: all 0.2s;
  text-decoration: none;
  display: inline-block
}

.btn-secondary-lg:hover {
  border-color: var(--navy)
}

section {
  padding: var(--space-section-y) var(--space-section-x)
}

.container {
  max-width: 1200px;
  margin: 0 auto
}

.container.container--prose {
  max-width: min(calc(var(--prose-max) + 4rem), 100%)
}

.section-label {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: var(--warm);
  font-weight: 600;
  margin-bottom: var(--space-stack-sm)
}

.hero {
  padding: var(--space-hero-pad-top) var(--space-section-x) var(--space-hero-pad-bottom);
  text-align: center;
  background: linear-gradient(180deg, var(--sky-pale) 0%, var(--white) 100%)
}

.hero h1 {
  font-size: 56px;
  max-width: 700px;
  margin: 0 auto var(--space-after-h2);
  color: var(--navy);
  letter-spacing: -1px
}

.hero h1 .accent {
  color: var(--warm)
}

.hero .subtitle {
  font-size: 18px;
  color: var(--text-light);
  max-width: 640px;
  margin: 0 auto var(--space-after-h2);
  line-height: 1.7
}

.hero-text-wrapper {
  position: relative;
  max-width: 740px;
  margin: 0 auto
}

.hero-annotation {
  position: absolute;
  right: -150px;
  top: 25%;
  transform: rotate(-4deg);
  font-family: 'Caveat', cursive;
  font-size: 22px;
  font-weight: 600;
  color: var(--warm);
  white-space: nowrap;
  pointer-events: none;
  line-height: 1.4
}

.hero .speed-tag {
  display: inline-block;
  background: var(--green-light);
  color: var(--green);
  font-size: 13px;
  font-weight: 600;
  padding: 6px 14px;
  border-radius: 20px;
  margin-bottom: var(--space-after-h2-block)
}

.hero-ctas {
  display: flex;
  gap: var(--space-gap-ui);
  justify-content: center;
  margin-bottom: var(--space-hero-ctas-bottom);
  flex-wrap: wrap
}

.hero-dashboard {
  max-width: 900px;
  margin: 0 auto;
  display: block;
  position: relative
}

.hero-dashboard__img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 30px 60px -20px rgba(15, 30, 60, 0.15), 0 18px 36px -18px rgba(15, 30, 60, 0.10);
  border: 1px solid rgba(0, 0, 0, 0.06)
}

.hero-dashboard-callout {
  position: absolute;
  right: calc(100% + 20px);
  top: -8%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 4px;
  pointer-events: none;
  white-space: nowrap;
  color: var(--warm);
  text-align: right
}

.hero-dashboard-callout__arrow {
  display: block
}

.hero-dashboard-callout__text {
  font-family: 'Caveat', cursive;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.4;
  color: inherit
}

@media (max-width: 1023px) {
  .hero-dashboard-callout {
    display: none
  }
}

.hero-video {
  max-width: 900px;
  margin: 0 auto;
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-xl);
  background: var(--navy);
  aspect-ratio: 16/9;
  display: block;
  position: relative;
  cursor: pointer
}

.hero-video__media {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  z-index: 1;
  pointer-events: none
}

.hero-video--playing .hero-video__media {
  pointer-events: auto
}

.hero-video__teaser {
  position: absolute;
  inset: 0;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.35s ease, visibility 0.35s ease
}

.hero-video__teaser::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 0;
  background: linear-gradient(135deg, rgba(27, 42, 74, 0.9), rgba(45, 74, 122, 0.85))
}

.hero-video--playing .hero-video__teaser {
  opacity: 0;
  visibility: hidden;
  pointer-events: none
}

.play-btn {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.15);
  border: 2px solid rgba(255, 255, 255, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
  transition: background 0.3s;
  flex-shrink: 0
}

.play-btn::after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 0 12px 22px;
  border-color: transparent transparent transparent white;
  margin-left: 4px
}

.hero-video:hover .play-btn {
  background: rgba(255, 255, 255, 0.25)
}

.video-label {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  color: rgba(255, 255, 255, 0.7);
  font-size: 13px;
  font-weight: 500;
  z-index: 1
}

.hero-video__chrome:not([hidden]) {
  position: absolute;
  inset: 0;
  z-index: 4;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 100%;
  pointer-events: none;
  outline: none
}

.hero-video__chrome[hidden] {
  display: none !important
}

.hero-video__center {
  flex: 1 1 auto;
  min-height: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  transition: opacity 0.25s ease, flex 0.25s ease, min-height 0.25s ease
}

.hero-video__playpause {
  position: relative;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.45);
  background: rgba(0, 0, 0, 0.35);
  color: #fff;
  cursor: pointer;
  display: block;
  pointer-events: auto;
  transition: background 0.2s ease, border-color 0.2s ease;
  flex-shrink: 0;
  padding: 0
}

.hero-video__playpause:hover {
  background: rgba(0, 0, 0, 0.5);
  border-color: rgba(255, 255, 255, 0.65)
}

.hero-video__playpause:focus-visible {
  outline: 2px solid var(--warm);
  outline-offset: 3px
}

.hero-video__pp-icon {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.2s ease
}

.hero-video__pp-icon .rizer-icon {
  display: block
}

.hero-video--playing.hero-video--paused .hero-video__pp-icon--play {
  opacity: 1
}

.hero-video--playing.hero-video--paused .hero-video__pp-icon--pause {
  opacity: 0
}

.hero-video--playing:not(.hero-video--paused) .hero-video__pp-icon--play {
  opacity: 0
}

.hero-video--playing:not(.hero-video--paused) .hero-video__pp-icon--pause {
  opacity: 0
}

.hero-video--playing.hero-video--ui-reveal:not(.hero-video--paused) .hero-video__pp-icon--pause,
.hero-video--playing:not(.hero-video--paused):focus-within .hero-video__pp-icon--pause {
  opacity: 1
}

/* Idle (hover-capable pointers): collapse chrome to orange bar only while playing & not paused, unless .hero-video--ui-reveal (JS) or :focus-within (keyboard). */
@media (hover:hover) {
  .hero-video--playing:not(.hero-video--paused):not(.hero-video--ui-reveal):not(:focus-within) .hero-video__chrome .hero-video__center {
    flex: 0 0 0;
    min-height: 0;
    height: 0;
    overflow: hidden;
    opacity: 0
  }

  .hero-video--playing:not(.hero-video--paused):not(.hero-video--ui-reveal):not(:focus-within) .hero-video__chrome .hero-video__bar-row {
    opacity: 0;
    visibility: hidden;
    height: 0;
    overflow: hidden;
    margin: 0;
    padding: 0;
    pointer-events: none;
    transition: opacity 0.2s ease, visibility 0.2s ease
  }

  .hero-video--playing:not(.hero-video--paused):not(.hero-video--ui-reveal):not(:focus-within) .hero-video__chrome .hero-video__bar {
    background: transparent;
    padding: 0;
    transition: padding 0.2s ease, background 0.2s ease
  }

  .hero-video--playing:not(.hero-video--paused):not(.hero-video--ui-reveal):not(:focus-within) .hero-video__chrome .hero-video__seek {
    margin-bottom: 0;
    height: 3px;
    transition: height 0.2s ease, margin 0.2s ease
  }

  .hero-video--playing:not(.hero-video--paused):not(.hero-video--ui-reveal):not(:focus-within) .hero-video__chrome .hero-video__seek-track {
    background: transparent;
    height: 3px;
    border-radius: 0 0 var(--radius-lg) var(--radius-lg);
    top: auto;
    bottom: 0;
    transform: none
  }

  .hero-video--playing:not(.hero-video--paused):not(.hero-video--ui-reveal):not(:focus-within) .hero-video__chrome .hero-video__range {
    pointer-events: none
  }
}

.hero-video__bar {
  padding: 0 14px 12px;
  pointer-events: none;
  background: linear-gradient(180deg, transparent, rgba(15, 23, 42, 0.75));
  border-radius: 0 0 var(--radius-lg) var(--radius-lg);
  transition: padding 0.2s ease, background 0.2s ease
}

.hero-video__seek {
  position: relative;
  height: 20px;
  margin-bottom: 6px;
  display: flex;
  align-items: center;
  pointer-events: auto;
  transition: height 0.2s ease, margin 0.2s ease
}

.hero-video__range {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  opacity: 0;
  cursor: pointer;
  z-index: 2;
  transition: opacity 0.15s ease
}

.hero-video__seek-track {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 4px;
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.22);
  pointer-events: none;
  overflow: hidden;
  transition: background 0.2s ease, height 0.2s ease, border-radius 0.2s ease, transform 0.2s ease, top 0.2s ease, bottom 0.2s ease
}

.hero-video__seek-fill {
  display: block;
  height: 100%;
  width: 0;
  background: var(--warm);
  border-radius: 2px;
  transition: width 0.08s linear
}

.hero-video__bar-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  pointer-events: none;
  transition: opacity 0.2s ease, visibility 0.2s ease
}

.hero-video__time {
  font-size: 12px;
  font-weight: 500;
  font-variant-numeric: tabular-nums;
  color: rgba(255, 255, 255, 0.85);
  pointer-events: none;
  min-width: 7ch;
  text-align: left
}

.hero-video__time-sep {
  color: rgba(255, 255, 255, 0.45)
}

.hero-video__bar-actions {
  display: flex;
  align-items: center;
  gap: 4px;
  pointer-events: auto
}

.hero-video__iconbtn {
  width: 40px;
  height: 40px;
  border-radius: var(--radius);
  border: 0;
  background: transparent;
  color: rgba(255, 255, 255, 0.88);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  transition: background 0.2s, color 0.2s
}

.hero-video__iconbtn:hover {
  background: rgba(255, 255, 255, 0.12);
  color: #fff
}

.hero-video__iconbtn:focus-visible {
  outline: 2px solid var(--warm);
  outline-offset: 2px
}

.hero-video__iconbtn .rizer-icon {
  display: block
}

.hero-video__mute-off {
  display: none
}

.hero-video--muted .hero-video__mute-on {
  display: none
}

.hero-video--muted .hero-video__mute-off {
  display: flex
}

.hero-video--playing {
  cursor: default
}

.hero-video--fs {
  outline: none
}

.pillars {
  background: var(--white)
}

.pillars h2 {
  margin-bottom: 0
}

.pillars-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--space-grid-gap);
  margin-top: var(--space-after-h2-block);
  align-items: stretch
}

.pillar-card {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: var(--space-card-pad);
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 0
}

.pillar-card .tier-badge {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-weight: 600;
  margin-bottom: var(--space-gap-ui);
  display: inline-block;
  padding: 4px 10px;
  border-radius: 4px;
  flex-shrink: 0;
  align-self: flex-start
}

.tier-intelligence .tier-badge {
  background: var(--sky-light);
  color: var(--navy-light)
}

.tier-recycling .tier-badge {
  background: var(--green-light);
  color: var(--green)
}

.pillar-card h3 {
  font-size: 22px;
  margin-bottom: var(--space-stack-sm);
  flex-shrink: 0
}

.pillar-card p {
  color: var(--text-light);
  font-size: 15px;
  line-height: 1.7;
  margin-bottom: 0;
  flex: 1 1 auto;
  min-height: 0
}

.pillar-screenshot {
  background: var(--sky-pale);
  border-radius: 8px;
  padding: var(--space-inset-chunk);
  min-height: 160px;
  margin-top: var(--space-gap-ui);
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--border);
  flex-shrink: 0
}

.pillar-card .pillar-screenshot {
  margin-top: max(var(--space-inset-relaxed), var(--space-gap-ui))
}

.pillar-screenshot__placeholder {
  color: var(--text-muted);
  font-size: 13px;
  font-style: italic;
  text-align: center
}

.pillar-screenshot--has-image {
  padding: 0;
  border: 0;
  background: transparent;
  min-height: 0
}

.pillar-screenshot__frame {
  display: block;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid var(--border);
  background: var(--white)
}

.pillar-screenshot__frame img {
  display: block;
  width: 100%;
  height: auto;
  vertical-align: middle
}

.speed-section {
  background: var(--navy);
  color: white
}

.speed-section h2 {
  color: white;
  text-align: center;
  font-size: 36px;
  margin-bottom: var(--space-after-h2)
}

.speed-section .subtitle {
  color: rgba(255, 255, 255, 0.7);
  text-align: center;
  font-size: 17px;
  margin-bottom: var(--space-after-h2-block)
}

.speed-steps {
  --speed-step-circle: 72px;
  --speed-step-gap: var(--space-grid-gap);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--speed-step-gap);
  position: relative;
  align-items: stretch
}

.speed-step:not(:last-child)::after {
  content: '';
  position: absolute;
  left: calc(50% + var(--speed-step-circle)/2);
  width: calc(100% + var(--speed-step-gap) - var(--speed-step-circle));
  top: calc(var(--speed-step-circle)/2 + 5px);
  height: 2px;
  background: rgba(255, 255, 255, 0.15);
  transform: translateY(-50%);
  pointer-events: none;
  z-index: 0
}

.speed-step {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  position: relative;
  min-width: 0
}

.step-number {
  width: var(--speed-step-circle);
  height: var(--speed-step-circle);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  border: 2px solid rgba(255, 255, 255, 0.25);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto var(--space-inset-relaxed);
  font-family: 'Fraunces', serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 1;
  color: var(--warm);
  position: relative;
  z-index: 1;
  flex-shrink: 0
}

.speed-step h3 {
  font-size: 18px;
  color: white;
  margin: 0 0 var(--space-stack-2xs)
}

.speed-step p {
  color: rgba(255, 255, 255, 0.6);
  font-size: 14px;
  line-height: 1.6;
  margin: 0 0 var(--space-stack-sm);
  flex-grow: 1;
  max-width: 36ch
}

.speed-step .time-badge {
  display: inline-block;
  background: rgba(232, 135, 92, 0.2);
  color: var(--warm);
  font-size: 12px;
  font-weight: 600;
  padding: 4px 10px;
  border-radius: 12px;
  margin-top: auto;
  flex-shrink: 0
}

.discoveries {
  background: var(--sky-pale)
}

.discoveries h2 {
  text-align: center;
  font-size: 36px;
  margin-bottom: var(--space-after-h2-block)
}

.discovery-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: var(--space-grid-gap)
}

.discovery-card {
  background: var(--white);
  border-radius: var(--radius);
  padding: var(--space-card-pad);
  display: flex;
  gap: var(--space-gap-ui);
  align-items: flex-start;
  border: 1px solid var(--border);
  transition: all 0.2s
}

.discovery-card:hover {
  box-shadow: var(--shadow)
}

.discovery-icon {
  width: 40px;
  height: 40px;
  min-width: 40px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center
}

.discovery-icon .rizer-icon {
  color: var(--navy-light)
}

.discovery-icon.engine .rizer-icon {
  color: var(--warm)
}

.discovery-icon.recycle .rizer-icon {
  color: var(--green)
}

.discovery-icon.exec {
  background: color-mix(in srgb, var(--sky-light) 60%, transparent)
}

.discovery-icon.engine {
  background: var(--warm-light)
}

.discovery-icon.recycle {
  background: var(--green-light)
}

.discovery-card h3 {
  font-family: 'DM Sans', sans-serif;
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 4px
}

.discovery-card p {
  color: var(--text-light);
  font-size: 14px;
  line-height: 1.6
}

.proof {
  background: var(--white)
}

.proof-inner {
  text-align: center
}

.proof h2 {
  font-size: 36px;
  margin-bottom: var(--space-after-h2-block)
}

.proof-stats {
  display: flex;
  justify-content: center;
  gap: var(--space-major);
  margin-bottom: var(--space-after-h2-block)
}

.proof-stat {
  text-align: center
}

.proof-stat .number {
  font-family: 'Fraunces', serif;
  font-size: 40px;
  font-weight: 700;
  color: var(--navy)
}

.proof-stat .label {
  color: var(--text-muted);
  font-size: 14px;
  margin-top: 4px
}

.proof-badges {
  display: flex;
  justify-content: center;
  gap: var(--space-grid-gap);
  flex-wrap: wrap
}

.proof-badge {
  background: var(--sky-pale);
  border: 1px solid var(--border);
  border-radius: 8px;
  padding: var(--space-stack-sm) var(--space-inset-relaxed);
  font-size: 13px;
  color: var(--text-light);
  font-weight: 500
}

.pricing-preview {
  background: var(--sky-pale)
}

.pricing-preview h2 {
  text-align: center;
  font-size: 36px;
  margin-bottom: var(--space-after-h2)
}

.pricing-preview .subtitle {
  text-align: center;
  color: var(--text-light);
  font-size: 16px;
  margin-bottom: var(--space-after-h2-block)
}

.pricing-preview-cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: var(--space-grid-gap);
  max-width: 800px;
  margin: 0 auto
}

.pricing-preview-card {
  background: var(--white);
  border-radius: var(--radius-lg);
  padding: var(--space-card-pad);
  border: 1px solid var(--border);
  text-align: center
}

.pricing-preview-card.featured {
  border-color: var(--warm);
  border-width: 2px;
  position: relative
}

.pricing-preview-card.featured::before {
  content: 'MOST POPULAR';
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--warm);
  color: white;
  font-size: 11px;
  font-weight: 700;
  padding: 4px 12px;
  border-radius: 4px;
  letter-spacing: 1px
}

.pricing-preview-card h3 {
  font-size: 20px;
  margin-bottom: var(--space-stack-2xs)
}

.pricing-preview-card .tagline {
  color: var(--text-light);
  font-size: 14px;
  margin-bottom: var(--space-gap-ui)
}

.pricing-preview-card .price {
  font-family: 'Fraunces', serif;
  font-size: 36px;
  font-weight: 700;
  color: var(--navy)
}

.pricing-preview-card .price span {
  font-size: 16px;
  font-weight: 400;
  color: var(--text-muted)
}

.pricing-preview-card .price-note {
  color: var(--text-muted);
  font-size: 13px;
  margin-top: 4px;
  margin-bottom: var(--space-inset-relaxed)
}

.see-pricing-link {
  text-align: center;
  margin-top: var(--space-after-h2)
}

.see-pricing-link a,
.bands-table .band-contact-link {
  color: var(--navy-light);
  font-weight: 600;
  text-decoration: underline
}

.final-cta {
  background: var(--navy);
  color: white;
  text-align: center
}

.final-cta h2 {
  color: white;
  font-size: 36px;
  margin-bottom: var(--space-after-h2)
}

.final-cta p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 17px;
  margin-bottom: var(--space-after-h2-block);
  max-width: 600px;
  margin-left: auto;
  margin-right: auto
}

.final-cta .hero-ctas {
  margin-bottom: 0
}

.final-cta .btn-secondary-lg {
  background: transparent;
  color: white;
  border-color: rgba(255, 255, 255, 0.3)
}

.final-cta .btn-secondary-lg:hover {
  border-color: white
}

.product-hero {
  padding: var(--space-hero-inner-top) var(--space-section-x) var(--space-hero-pad-bottom);
  text-align: center;
  background: linear-gradient(180deg, var(--sky-pale) 0%, var(--white) 100%)
}

.product-hero h1 {
  font-size: 48px;
  max-width: 700px;
  margin: 0 auto var(--space-after-h2)
}

.product-hero .subtitle {
  color: var(--text-light);
  font-size: 17px;
  max-width: 600px;
  margin: 0 auto
}

.product-section {
  border-bottom: 1px solid var(--border)
}

.product-section:last-child {
  border-bottom: none
}

.product-section-header {
  display: flex;
  align-items: center;
  gap: var(--space-gap-ui);
  margin-bottom: var(--space-stack-lg)
}

.product-section-icon {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center
}

.product-section-icon .rizer-icon {
  color: var(--navy-light)
}

.product-section-icon--recycle .rizer-icon {
  color: var(--green)
}

.product-section-header h2 {
  font-size: 32px
}

.product-section-desc {
  color: var(--text-light);
  font-size: 16px;
  line-height: 1.7;
  max-width: 700px;
  margin-bottom: var(--space-after-h2-block)
}

/* Flex (not grid) on the outer row: two Recycling cards share one flex line and get a definite equal height, so nested 1fr expands. Pure 2-col grid rows sometimes left 1fr with auto height. */
.reports-grid {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-grid-gap);
  align-items: stretch
}

.report-card {
  flex: 1 1 calc((100% - var(--space-grid-gap)) / 2);
  max-width: calc((100% - var(--space-grid-gap)) / 2);
  min-width: 0;
  display: grid;
  grid-template-rows: auto 1fr auto;
  gap: var(--space-gap-ui);
  min-height: 0;
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: var(--space-card-pad-dense);
  transition: all 0.2s
}

/* auto 1fr auto: middle row grows so screenshot tops line up across each row regardless of paragraph length */
.report-card:hover {
  box-shadow: var(--shadow)
}

.report-card h3 {
  font-family: 'DM Sans', sans-serif;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  gap: var(--space-stack-2xs)
}

.report-card .badge-new {
  font-size: 10px;
  background: var(--warm);
  color: white;
  padding: 2px 6px;
  border-radius: 4px;
  font-weight: 700;
  letter-spacing: 0.5px
}

.report-card p {
  color: var(--text-light);
  font-size: 14px;
  line-height: 1.6;
  margin: 0;
  min-height: 0
}

.report-card .report-screenshot {
  margin-top: 0
}

.report-screenshot {
  background: var(--sky-pale);
  border-radius: 6px;
  padding: var(--space-inset-relaxed);
  margin-top: var(--space-gap-ui);
  min-height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--border)
}

.report-screenshot__placeholder {
  color: var(--text-muted);
  font-size: 12px;
  font-style: italic;
  text-align: center
}

.report-screenshot--has-image {
  padding: 0;
  border: 0;
  background: transparent;
  min-height: 0
}

.report-screenshot--static {
  display: block;
  width: 100%;
  cursor: default
}

.report-screenshot__open {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  border-radius: 6px;
  cursor: pointer;
  text-align: left;
  font: inherit;
  color: inherit;
  position: relative
}

.report-screenshot__open:focus-visible {
  outline: 2px solid var(--warm);
  outline-offset: 2px
}

.report-screenshot__frame {
  display: block;
  border-radius: 6px;
  overflow: hidden;
  border: 1px solid var(--border);
  background: var(--white);
  position: relative;
  aspect-ratio: 16/10
}

.report-screenshot__frame img {
  display: block;
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: top center;
  vertical-align: middle
}

.report-screenshot__hint {
  display: block;
  font-size: 12px;
  color: var(--text-muted);
  margin-top: 8px;
  text-align: center
}

/* Thumb-only cards: same box as visible hint so paired report cards keep equal row-3 height */
.report-screenshot__hint--reserve {
  visibility: hidden;
  pointer-events: none;
  user-select: none
}

.report-image-modal {
  position: fixed;
  inset: 0;
  z-index: 300;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: max(12px, env(safe-area-inset-top)) max(12px, env(safe-area-inset-right)) max(12px, env(safe-area-inset-bottom)) max(12px, env(safe-area-inset-left));
  box-sizing: border-box
}

.report-image-modal[hidden] {
  display: none !important
}

.report-image-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(27, 42, 74, 0.88);
  border: 0;
  padding: 0;
  margin: 0;
  cursor: pointer;
  opacity: 0;
  transition: opacity 0.32s ease
}

.report-image-modal--open .report-image-modal__backdrop {
  opacity: 1
}

.report-image-modal__panel {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: min(98vw, 1680px);
  max-height: min(94vh, 1200px);
  display: flex;
  flex-direction: column;
  align-items: center;
  opacity: 0;
  transform: scale(0.96) translateY(14px);
  transition: opacity 0.38s cubic-bezier(0.22, 1, 0.36, 1), transform 0.38s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: opacity, transform
}

.report-image-modal--open .report-image-modal__panel {
  opacity: 1;
  transform: scale(1) translateY(0)
}

.report-image-modal__close {
  position: absolute;
  top: -10px;
  right: -10px;
  z-index: 2;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 0;
  background: var(--white);
  color: var(--navy);
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
  box-shadow: var(--shadow-lg);
  display: flex;
  align-items: center;
  justify-content: center
}

.report-image-modal__close:hover {
  background: var(--sky-pale)
}

.report-image-modal__stage {
  max-height: min(92vh, 1100px);
  overflow: auto;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-xl);
  background: var(--white);
  line-height: 0
}

.report-image-modal__stage img {
  display: block;
  max-width: 100%;
  width: auto;
  height: auto;
  max-height: min(92vh, 1100px);
  cursor: default
}

.report-image-modal--open .report-image-modal__stage img {
  animation: rizerReportImgIn 0.5s cubic-bezier(0.22, 1, 0.36, 1) both
}

@keyframes rizerReportImgIn {
  0% {
    opacity: 0;
    filter: blur(2px);
    transform: scale(0.985)
  }

  100% {
    opacity: 1;
    filter: blur(0);
    transform: scale(1)
  }
}

@media (prefers-reduced-motion:reduce) {

  .report-image-modal__backdrop,
  .report-image-modal__panel {
    transition-duration: 0.01ms
  }

  .report-image-modal--open .report-image-modal__stage img {
    animation: none
  }
}

body.rizer-report-modal-open {
  overflow: hidden
}

.highlight-card {
  background: linear-gradient(135deg, var(--navy), var(--navy-light));
  border-radius: var(--radius-lg);
  padding: var(--space-card-pad-feature);
  color: white;
  margin-top: var(--space-stack-lg)
}

.highlight-card h3 {
  color: white;
  font-size: 24px;
  margin-bottom: var(--space-stack-sm)
}

.highlight-card p {
  color: rgba(255, 255, 255, 0.8);
  font-size: 15px;
  line-height: 1.7
}

.product-capabilities {
  background: var(--sky-pale)
}

.capabilities-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--space-grid-gap);
  margin-top: var(--space-after-h2-block)
}

.capability-item {
  background: var(--white);
  border-radius: var(--radius);
  padding: var(--space-card-pad-dense);
  border: 1px solid var(--border)
}

.capability-item h3 {
  font-family: 'DM Sans', sans-serif;
  font-size: 15px;
  font-weight: 600;
  margin-bottom: var(--space-stack-2xs)
}

.capability-item p {
  color: var(--text-light);
  font-size: 14px;
  line-height: 1.6
}

.pricing-hero {
  padding: var(--space-hero-inner-top) var(--space-section-x) var(--space-hero-pad-bottom);
  text-align: center;
  background: linear-gradient(180deg, var(--sky-pale) 0%, var(--white) 100%)
}

.pricing-hero h1 {
  font-size: 48px;
  margin-bottom: var(--space-after-h2)
}

.pricing-hero .subtitle {
  color: var(--text-light);
  font-size: 17px;
  margin-bottom: var(--space-stack-2xs)
}

.billing-toggle {
  display: inline-flex;
  background: var(--sky-light);
  border-radius: 8px;
  padding: 4px;
  margin-top: var(--space-inset-relaxed)
}

.billing-toggle button {
  padding: 8px 20px;
  border: none;
  background: none;
  font-family: inherit;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  border-radius: 6px;
  color: var(--text-light);
  transition: all 0.2s
}

.billing-toggle button.active {
  background: white;
  color: var(--navy);
  box-shadow: var(--shadow);
  font-weight: 600
}

.save-badge {
  font-size: 12px;
  color: var(--green);
  font-weight: 600
}

.pricing-table-section {
  background: var(--white);
  padding: var(--space-section-y) var(--space-section-x)
}

.pricing-cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: var(--space-grid-gap);
  max-width: 900px;
  margin: 0 auto
}

.pricing-card {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: var(--space-card-pad-feature);
  position: relative
}

.pricing-card.featured {
  border: 2px solid var(--warm);
  box-shadow: 0 8px 30px rgba(232, 135, 92, 0.15)
}

.pricing-card.featured::before {
  content: 'MOST POPULAR';
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--warm);
  color: white;
  font-size: 11px;
  font-weight: 700;
  padding: 4px 14px;
  border-radius: 4px;
  letter-spacing: 1px
}

.pricing-card h3 {
  font-size: 24px;
  margin-bottom: var(--space-stack-2xs)
}

.pricing-card .tagline {
  color: var(--text-light);
  font-size: 14px;
  margin-bottom: var(--space-grid-gap)
}

.pricing-card .price-block {
  margin-bottom: var(--space-grid-gap)
}

.pricing-card .price {
  font-family: 'Fraunces', serif;
  font-size: 42px;
  font-weight: 700;
  color: var(--navy)
}

.pricing-card .price .currency {
  font-size: 22px;
  vertical-align: top;
  margin-right: 2px
}

.pricing-card .price .period {
  font-size: 16px;
  font-weight: 400;
  color: var(--text-muted)
}

.pricing-card .band-note {
  color: var(--text-muted);
  font-size: 13px;
  margin-top: 4px
}

.pricing-card .feature-list {
  list-style: none;
  margin-bottom: var(--space-stack-lg)
}

.pricing-card .feature-list li {
  padding: 8px 0;
  font-size: 14px;
  color: var(--text-light);
  border-bottom: 1px solid var(--border);
  display: flex;
  align-items: flex-start;
  gap: 10px
}

.pricing-card .feature-list li:last-child {
  border-bottom: none
}

.pricing-card .feature-list .check {
  color: var(--green);
  font-weight: 700;
  min-width: 18px;
  display: flex;
  align-items: center
}

.pricing-card .feature-list .check .rizer-icon {
  flex-shrink: 0
}

.rizer-icon {
  display: block
}

.pricing-card .cta-btn {
  width: 100%;
  padding: 14px;
  border-radius: var(--radius);
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  font-family: inherit;
  transition: all 0.2s;
  text-decoration: none;
  display: block;
  text-align: center;
  border: 0
}

.pricing-card .cta-btn.primary {
  background: var(--warm);
  color: white;
  border: none
}

.pricing-card .cta-btn.primary:hover {
  background: var(--warm-hover)
}

.pricing-card .cta-btn.secondary {
  background: white;
  color: var(--navy);
  border: 2px solid var(--border)
}

.pricing-card .cta-btn.secondary:hover {
  border-color: var(--navy)
}

.pricing-bands {
  max-width: 900px;
  margin: var(--space-after-h2-block) auto 0;
  background: var(--sky-pale);
  border-radius: var(--radius-lg);
  padding: var(--space-card-pad)
}

.pricing-bands h3 {
  font-size: 20px;
  margin-bottom: var(--space-inset-relaxed);
  text-align: center
}

.bands-table {
  width: 100%;
  border-collapse: collapse
}

.bands-table th {
  text-align: left;
  padding: var(--space-stack-sm) var(--space-table-cell-x);
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: var(--text-muted);
  border-bottom: 2px solid var(--border)
}

.bands-table td {
  padding: var(--space-table-cell-y) var(--space-table-cell-x);
  font-size: 14px;
  border-bottom: 1px solid var(--border)
}

.bands-table tr:last-child td {
  border-bottom: none
}

.bands-table .band-name {
  font-weight: 600;
  color: var(--navy)
}

.bands-table .band-price {
  font-weight: 600
}

.bands-table .band-na {
  color: var(--text-muted);
  font-weight: 400
}

.bands-table .band-contact-link:hover {
  color: var(--navy)
}

.pricing-faq {
  max-width: 700px;
  margin: var(--space-major) auto 0
}

.pricing-faq h3 {
  font-size: 24px;
  margin-bottom: var(--space-grid-gap);
  text-align: center;
  font-family: 'Fraunces', serif;
  font-weight: 600;
  line-height: 1.2
}

.faq-item {
  border-bottom: 1px solid var(--border);
  padding: var(--space-faq-item-y) 0
}

.faq-item:first-child {
  border-top: 1px solid var(--border)
}

.faq-q {
  font-weight: 600;
  font-size: 15px;
  margin-bottom: var(--space-stack-2xs)
}

.faq-a {
  color: var(--text-light);
  font-size: 14px;
  line-height: 1.7
}

footer {
  background: var(--navy);
  color: rgba(255, 255, 255, 0.5);
  padding: var(--space-footer-y) var(--space-section-x);
  font-size: 13px
}

.footer-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  gap: var(--space-grid-gap)
}

.footer-logo {
  text-decoration: none;
  display: flex;
  align-items: center;
  line-height: 0;
  flex-shrink: 0
}

.footer-logo img {
  height: 26px;
  width: auto;
  display: block;
  filter: brightness(0) invert(1)
}

.footer-center {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 12px 32px;
  flex: 1 1 auto;
  min-width: 0;
  max-width: 50%
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px 32px;
  list-style: none;
  margin: 0;
  padding: 0
}

.footer-links li {
  margin: 0;
  padding: 0
}

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

.footer-links a:hover {
  color: white
}

.footer-links .current-menu-item>a,
.footer-links .current-menu-ancestor>a,
.footer-links .current_page_item>a {
  color: white;
  font-weight: 600
}

.footer-contact {
  display: flex;
  gap: var(--space-grid-gap);
  color: rgba(255, 255, 255, 0.6);
  font-size: 13px;
  flex-wrap: wrap;
  justify-content: center;
  flex-shrink: 0;
  white-space: nowrap
}

.footer-contact a {
  color: rgba(255, 255, 255, 0.6);
  text-decoration: none;
  transition: color 0.2s
}

.footer-contact a:hover {
  color: white
}

.footer-right {
  color: rgba(255, 255, 255, 0.4);
  font-size: 12px;
  flex-shrink: 0;
  text-align: right
}

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  width: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  word-wrap: normal !important;
  border: 0
}

.skip-link {
  position: absolute;
  left: -9999px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden
}

.skip-link:focus {
  position: fixed;
  left: 16px;
  top: 16px;
  width: auto;
  height: auto;
  padding: 12px 16px;
  background: var(--navy);
  color: var(--white);
  z-index: 200;
  border-radius: var(--radius);
  clip: auto;
  clip-path: none;
  height: auto;
  width: auto;
  margin: 0
}

@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(24px)
  }

  to {
    opacity: 1;
    transform: translateY(0)
  }
}

.animate {
  animation: fadeUp 0.6s ease-out forwards;
  opacity: 0
}

.delay-1 {
  animation-delay: 0.1s
}

.delay-2 {
  animation-delay: 0.2s
}

.delay-3 {
  animation-delay: 0.3s
}

.delay-4 {
  animation-delay: 0.4s
}

/* Demo modal + Rizer embed (matches marketing site / 2025 theme) */
.demo-modal-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, .6);
  backdrop-filter: blur(2px);
  opacity: 0;
  visibility: hidden;
  transition: opacity .3s ease, visibility .3s ease;
  z-index: 9998
}

.demo-modal-overlay.open {
  opacity: 1;
  visibility: visible
}

.demo-modal {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(.9);
  background: var(--white);
  color: var(--text);
  width: 90%;
  max-width: 480px;
  max-height: 90vh;
  overflow-y: auto;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-xl);
  opacity: 0;
  visibility: hidden;
  transition: opacity .3s ease, transform .3s ease, visibility .3s ease;
  z-index: 9999;
  padding: var(--modal-pad)
}

.demo-modal.open {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, -50%) scale(1)
}

.demo-modal-close {
  position: absolute;
  top: var(--modal-pad);
  right: var(--modal-pad);
  background: none;
  border: none;
  font-size: 1.375rem;
  line-height: 1;
  color: var(--text-muted);
  cursor: pointer;
  padding: 2px;
  width: 2rem;
  height: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: var(--radius)
}

.demo-modal-close:hover {
  color: var(--navy)
}

.demo-modal-content {
  max-width: 100%;
  display: flex;
  flex-direction: column;
  gap: 0
}

.demo-modal-content h2 {
  font-family: 'Fraunces', serif;
  font-size: 1.625rem;
  margin: 0 0 var(--modal-title-below) 0;
  padding-right: 2.25rem;
  font-weight: 600;
  line-height: 1.25;
  letter-spacing: -0.02em;
  color: var(--navy)
}

/* Demo modal: embed slot + Rizer form tree (Vue embed) */
.demo-modal-content .rz-embed-slot {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 0;
  min-height: 0
}

.demo-modal-content .rz-web-form--embed {
  min-height: 1.5rem
}

.demo-modal-content .rz-web-form--embed[hidden] {
  display: none !important
}

.demo-modal-content .rz-embed-slot>.rz-web-form {
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  box-sizing: border-box
}

.demo-modal-content .rz-web-form {
  font-family: 'DM Sans', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  color: var(--text);
  box-sizing: border-box
}

.demo-modal-content form.rz-web-form {
  display: flex;
  flex-direction: column;
  gap: var(--modal-before-submit);
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent
}

.demo-modal-content .rz-web-form .rz-web-form {
  display: flex;
  flex-direction: column;
  gap: var(--modal-field-group-gap);
  width: 100%;
  margin: 0;
  padding: 0
}

.demo-modal-content .rz-wrapper {
  display: flex;
  flex-direction: column;
  gap: var(--modal-label-input-gap);
  margin: 0
}

.demo-modal-content .rz-label {
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--navy);
  letter-spacing: 0.01em;
  line-height: 1.4
}

.demo-modal-content .rz-input {
  width: 100%;
  box-sizing: border-box;
  padding: 0.75rem 0.9rem;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  font-size: 1rem;
  transition: border-color .2s ease, box-shadow .2s ease;
  font-family: inherit;
  background: var(--white);
  color: var(--text);
  min-height: 2.75rem
}

.demo-modal-content .rz-input::placeholder {
  color: var(--text-muted)
}

.demo-modal-content .rz-input:hover {
  border-color: color-mix(in srgb, var(--navy) 22%, var(--border))
}

.demo-modal-content .rz-input:focus {
  outline: none;
  border-color: var(--navy-light);
  box-shadow: 0 0 0 3px color-mix(in srgb, var(--sky-light) 85%, transparent)
}

.demo-modal-content .rz-input.rz-error {
  border-color: var(--border)
}

.demo-modal-content .rz-submit-btn {
  margin: 0;
  width: 100%;
  flex-shrink: 0
}

/* Vue embed often inserts a spacer div before the field group â€” hide to keep vertical rhythm */
.demo-modal-content form.rz-web-form>div:first-child:not(.rz-web-form):not(.rz-submit-btn) {
  display: none
}

.demo-modal-content .rz-submit-btn .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  box-sizing: border-box;
  padding: 0.9375rem 1.5rem;
  background: var(--warm);
  color: var(--white);
  border: none;
  border-radius: var(--radius);
  font-weight: 600;
  font-size: 1rem;
  cursor: pointer;
  font-family: inherit;
  line-height: 1.25;
  box-shadow: 0 2px 8px rgba(232, 135, 92, 0.35);
  transition: background .2s ease, box-shadow .2s ease, transform .15s ease
}

.demo-modal-content .rz-submit-btn .btn:hover {
  background: var(--warm-hover);
  box-shadow: 0 4px 14px rgba(232, 135, 92, 0.35)
}

.demo-modal-content .rz-submit-btn .btn:focus-visible {
  outline: 2px solid var(--navy-light);
  outline-offset: 2px
}

.demo-modal-content .rz-submit-btn .btn:active {
  transform: translateY(1px)
}

.demo-modal-promise {
  margin: 1.25rem 0 0 0;
  padding-top: 1.125rem;
  border-top: 1px solid var(--border);
  text-align: center
}

.demo-modal-promise__text {
  max-width: 360px;
  margin: 0 auto;
  font-size: 0.8125rem;
  line-height: 1.55;
  font-weight: 500;
  color: var(--text-muted);
  letter-spacing: 0.02em;
  text-align: center
}

@media(max-width:768px) {
  :root {
    --space-section-y: 64px;
    --space-section-x: 20px;
    --space-hero-pad-top: calc(var(--nav-h) + 56px);
    --space-hero-pad-bottom: 64px;
    --space-hero-inner-top: calc(var(--nav-h) + 56px);
    --space-after-h2-block: 40px;
    --space-hero-ctas-bottom: 40px;
    --space-major: 48px;
    --space-footer-y: 40px;
    --modal-pad: 1.5rem;
    --modal-title-below: 2.575rem;
    --modal-field-group-gap: 1.125rem;
    --modal-label-input-gap: 0.45rem;
    --modal-before-submit: 1.25rem
  }

  .hero h1 {
    font-size: 36px
  }

  .pillars-grid,
  .speed-steps,
  .discovery-grid,
  .capabilities-grid,
  .pricing-cards,
  .pricing-preview-cards {
    grid-template-columns: 1fr
  }

  .reports-grid .report-card {
    flex: 1 1 100%;
    max-width: none
  }

  .proof-stats {
    flex-direction: column;
    gap: var(--space-stack-lg)
  }

  .nav-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
    gap: 12px
  }

  .nav-mobile-toggle {
    display: flex
  }

  .nav-links-wrap {
    grid-column: unset;
    justify-self: stretch;
    width: 100%
  }

  .nav-cta-group {
    grid-column: unset;
    justify-self: stretch
  }

  .nav-mobile-panel {
    display: flex;
    position: fixed;
    top: var(--nav-h);
    left: 0;
    right: 0;
    z-index: 101;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    margin: 0;
    padding: 12px var(--space-section-x) 20px;
    max-height: min(calc(100vh - var(--nav-h)), 100vh);
    overflow-y: auto;
    background: rgba(255, 255, 255, 0.98);
    backdrop-filter: blur(20px);
    border-bottom: 1px solid var(--border);
    box-shadow: var(--shadow-lg);
    visibility: hidden;
    opacity: 0;
    transform: translateY(-6px);
    pointer-events: none;
    transition: opacity 0.2s ease, visibility 0.2s ease, transform 0.2s ease
  }

  .site-nav.nav-is-open .nav-mobile-panel {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto
  }

  .nav-mobile-panel .nav-links {
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    gap: 0;
    width: 100%;
    flex-wrap: nowrap
  }

  .nav-mobile-panel .nav-links li {
    border-bottom: 1px solid var(--border)
  }

  .nav-mobile-panel .nav-links li:last-of-type {
    border-bottom: none
  }

  .nav-mobile-panel .nav-links a {
    display: block;
    padding: 14px 4px;
    font-size: 16px
  }

  .nav-mobile-panel .nav-cta-group {
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    gap: 10px;
    margin-top: 8px;
    padding-top: 16px;
    border-top: 1px solid var(--border)
  }

  .nav-mobile-panel .nav-cta-group .btn-primary,
  .nav-mobile-panel .nav-cta-group .btn-secondary-nav {
    text-align: center;
    width: 100%;
    box-sizing: border-box
  }

  .nav-mobile-backdrop {
    display: block;
    position: fixed;
    top: var(--nav-h);
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 100;
    background: rgba(27, 42, 74, 0.35);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.2s ease, visibility 0.2s ease
  }

  .site-nav.nav-is-open .nav-mobile-backdrop:not([hidden]) {
    opacity: 1;
    visibility: visible
  }

  .speed-step:not(:last-child)::after {
    display: none
  }

  .footer-inner {
    flex-direction: column;
    flex-wrap: wrap;
    text-align: center
  }

  .footer-logo,
  .footer-right {
    align-self: center
  }

  .footer-center {
    flex-direction: column;
    width: 100%;
    max-width: 100%
  }

  .footer-contact {
    white-space: normal
  }

  .hero-annotation {
    position: static;
    transform: rotate(0);
    text-align: center;
    margin-bottom: var(--space-stack-2xs)
  }

  .hero-video__playpause {
    width: 64px;
    height: 64px
  }

  .hero-video__iconbtn {
    width: 44px;
    height: 44px
  }
}

@media(max-width:768px) and (prefers-reduced-motion:reduce) {
  .nav-mobile-panel {
    transition: none
  }

  .nav-mobile-backdrop {
    transition: none
  }

  .nav-mobile-toggle-bars>span {
    transition: none
  }
}

/* Performance: below-the-fold layout/paint containment; hero media on its own compositor layer */
@supports (content-visibility:auto) {

  body.rizer-page-home .site-main section:not(.hero),
  body.rizer-page-product .site-main section:not(.product-hero),
  body.rizer-page-pricing .site-main section:not(.pricing-hero) {
    content-visibility: auto;
    contain-intrinsic-size: auto 560px
  }

  /* Taller sections: reduce scrollbar jump when content-visibility unlocks */
  body.rizer-page-home .site-main section.pillars {
    contain-intrinsic-size: auto 720px
  }

  body.rizer-page-home .site-main section.speed-section {
    contain-intrinsic-size: auto 480px
  }

  body.rizer-page-home .site-main section.discoveries {
    contain-intrinsic-size: auto 1000px
  }

  body.rizer-page-home .site-main section.proof {
    contain-intrinsic-size: auto 520px
  }

  body.rizer-page-home .site-main section.pricing-preview {
    contain-intrinsic-size: auto 640px
  }

  body.rizer-page-home .site-main section.final-cta {
    contain-intrinsic-size: auto 360px
  }

  body.rizer-page-product .site-main section.product-section {
    contain-intrinsic-size: auto 1400px
  }

  body.rizer-page-pricing .site-main section.pricing-table-section {
    contain-intrinsic-size: auto 1800px
  }

  body.rizer-page-static .static-page__surface {
    content-visibility: auto;
    contain-intrinsic-size: auto 600px
  }
}

body.rizer-page-home .hero-dashboard,
body.rizer-page-home .hero-video {
  transform: translateZ(0);
  backface-visibility: hidden
}

@media (prefers-reduced-motion:reduce) {

  .hero-video__seek-fill,
  .hero-video__pp-icon {
    transition: none
  }
}

/* No fine pointer hover: pause always visible while playing. */
@media (hover:none) {
  .hero-video--playing:not(.hero-video--paused) .hero-video__pp-icon--pause {
    opacity: 1
  }
}

nav.site-nav {
  isolation: isolate
}

/* Complianz — Rizer 2026 (plugin injects banner CSS after theme; use --cmplz_* + !important where needed). */
.cmplz-cookiebanner {
  --cmplz_banner_background_color: #ffffff;
  --cmplz_banner_border_color: #e2e8f0;
  --cmplz_banner_border_radius: 12px;
  --cmplz_banner_width: 340px;
  --cmplz_banner_margin: 8px;
  --cmplz_text_color: #5a6d8a;
  --cmplz_hyperlink_color: #2d4a7a;
  --cmplz_text_font_size: 13px;
  --cmplz_text_line_height: 1.5;
  --cmplz_title_font_size: 16px;
  --cmplz_link_font_size: 12px;
  --cmplz_category_body_font_size: 12px;
  --cmplz_category_header_title_font_size: 13px;
  --cmplz_category_header_always_active_color: #8a96a8;
  --cmplz_button_accept_background_color: #e8875c;
  --cmplz_button_accept_border_color: #e8875c;
  --cmplz_button_accept_text_color: #ffffff;
  --cmplz_button_deny_background_color: #ffffff;
  --cmplz_button_deny_border_color: #e2e8f0;
  --cmplz_button_deny_text_color: #1b2a4a;
  --cmplz_button_settings_background_color: #ffffff;
  --cmplz_button_settings_border_color: #e2e8f0;
  --cmplz_button_settings_text_color: #1b2a4a;
  --cmplz_button_border_radius: 8px;
  --cmplz_button_font_size: 13px;
  --cmplz_slider_active_color: #e8875c;
  font-family: 'DM Sans', sans-serif !important;
  -webkit-font-smoothing: antialiased;
  box-shadow: 0 16px 48px rgba(27, 42, 74, 0.12) !important;
}

.cmplz-cookiebanner .cmplz-title {
  font-family: 'Fraunces', serif !important;
  font-weight: 600 !important;
  color: #1b2a4a !important;
}

@media (max-width: 425px) {
  .cmplz-cookiebanner .cmplz-header .cmplz-title {
    display: block !important;
  }
}

.cmplz-cookiebanner .cmplz-close {
  color: #8a96a8 !important;
  border-radius: 10px;
  transition: color 0.2s, background 0.2s;
}

.cmplz-cookiebanner .cmplz-close:hover,
.cmplz-cookiebanner .cmplz-close:focus-visible {
  color: #1b2a4a !important;
  background: #f4f7fb;
  outline: none;
}

.cmplz-cookiebanner .cmplz-categories .cmplz-category {
  background-color: #f4f7fb !important;
  border-radius: 10px;
  border: 1px solid var(--border);
}

.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-category-title {
  font-weight: 600 !important;
  color: #1b2a4a !important;
}

.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-category-header .cmplz-always-active {
  font-weight: 600 !important;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  font-size: 11px !important;
}

.cmplz-cookiebanner .cmplz-links.cmplz-information ul {
  flex-direction: column;
  align-items: flex-start;
  gap: 8px !important;
}

.cmplz-cookiebanner .cmplz-links .cmplz-link {
  font-weight: 600 !important;
  color: #2d4a7a !important;
}

.cmplz-cookiebanner .cmplz-links .cmplz-link:hover {
  color: #e8875c !important;
}

.cmplz-cookiebanner .cmplz-buttons .cmplz-btn {
  font-family: 'DM Sans', sans-serif !important;
  font-weight: 600 !important;
  border-width: 2px !important;
}

.cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-accept {
  box-shadow: 0 2px 8px rgba(232, 135, 92, 0.35) !important;
}

.cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-accept:hover,
.cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-accept:focus-visible {
  background-color: #d6764b !important;
  border-color: #d6764b !important;
  outline: none;
}

.cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-deny:hover,
.cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-view-preferences:hover,
.cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-save-preferences:hover,
.cmplz-cookiebanner .cmplz-buttons a.cmplz-btn:hover,
.cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-deny:focus-visible,
.cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-view-preferences:focus-visible,
.cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-save-preferences:focus-visible,
.cmplz-cookiebanner .cmplz-buttons a.cmplz-btn:focus-visible {
  border-color: #1b2a4a !important;
  outline: none;
}

/* Redundant footer row (placeholders); .cmplz-links.cmplz-information stays visible. */
.cmplz-cookiebanner .cmplz-documents {
  display: none !important;
}