/* Single realizacja — case study modules */

.rz-page {
  overflow-x: clip;
}

.rz-page .site-header {
  background: rgba(255, 255, 255, 0.97);
  border-bottom: 1px solid color-mix(in srgb, var(--border-default) 72%, transparent);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.rz-page .site-header.is-scrolled {
  background: rgba(255, 255, 255, 0.97);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.rz-page .logo__img--inverse {
  display: none !important;
}

.rz-single .rz-section,
.rz-single .rz-hero,
.rz-single .rz-device,
.rz-single .rz-final-cta {
  scroll-margin-top: calc(var(--header-h) + 12px);
}

.rz-hero {
  --hero-bg: #0a1a24;
  --hero-pad-bottom: 40px;
  position: relative;
  isolation: isolate;
  overflow: hidden;
  box-sizing: border-box;
  padding: 16px 0 var(--hero-pad-bottom);
  background: var(--hero-bg);
  color: var(--text-inverse);
}

.rz-hero__pattern {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  opacity: 0.45;
  background-image:
    radial-gradient(circle at 18% 22%, rgba(84, 194, 107, 0.07), transparent 28%),
    radial-gradient(circle at 82% 68%, rgba(255, 255, 255, 0.04), transparent 32%),
    radial-gradient(rgba(255, 255, 255, 0.14) 1px, transparent 1px),
    linear-gradient(115deg, transparent 0 46%, rgba(255, 255, 255, 0.035) 46% 46.6%, transparent 46.6% 100%),
    linear-gradient(155deg, transparent 0 58%, rgba(255, 255, 255, 0.028) 58% 58.5%, transparent 58.5% 100%);
  background-size:
    auto,
    auto,
    28px 28px,
    100% 100%,
    100% 100%;
  animation: footer-pattern-drift 36s linear infinite;
}

.rz-hero__glow {
  position: absolute;
  left: -12%;
  top: -40%;
  z-index: 0;
  width: 55%;
  height: 90%;
  pointer-events: none;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(84, 194, 107, 0.16), transparent 68%);
  opacity: 0.35;
  transform: translate3d(18%, -6%, 0) scale(1.08);
  filter: blur(2px);
}

body.has-reduced-motion .rz-hero__pattern,
body.has-reduced-motion .rz-hero__glow {
  animation: none !important;
}

.rz-hero__art {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  color: rgba(255, 255, 255, 0.22);
}

.rz-hero__art-path {
  position: absolute;
  left: 6%;
  top: 2%;
  width: min(72%, 820px);
  height: auto;
  opacity: 0.42;
}

.rz-hero__art-path circle {
  filter: drop-shadow(0 0 10px rgba(84, 194, 107, 0.85));
}

.rz-hero__layout {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 12px;
  min-height: 0;
}

.rz-hero__layout--copy-only .rz-hero__stage {
  grid-template-columns: minmax(0, 1fr);
}

.rz-hero__stage {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(300px, 1fr);
  grid-template-rows: minmax(0, 1fr);
  column-gap: 40px;
  row-gap: 12px;
  align-items: stretch;
  flex: 1;
  min-height: 0;
}

.rz-hero__crumbs {
  flex-shrink: 0;
  margin: 0;
}

.rz-hero__crumbs .breadcrumbs {
  margin: 0;
}

.rz-hero__layout--copy-only .rz-hero__cats {
  justify-content: flex-start;
}

.rz-hero__cats {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  flex-shrink: 0;
  gap: 8px;
  margin: 0 0 10px;
  padding: 0;
  list-style: none;
}

.rz-hero__cats li {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 7px 14px 7px 12px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.03);
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.8125rem;
  font-weight: 600;
  letter-spacing: 0.01em;
  line-height: 1.2;
}

.rz-hero__cats li + li::before {
  content: none;
}

.rz-hero__cat-icon {
  display: inline-grid;
  place-items: center;
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  color: var(--brand-green);
}

.rz-hero__cat-icon svg {
  display: block;
  width: 16px;
  height: 16px;
}

.rz-hero__copy {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  grid-column: 1;
  grid-row: 1;
  min-width: 0;
  min-height: 0;
  height: 100%;
}

.rz-hero__main {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin: auto 0;
  max-width: 38rem;
}

.rz-hero__main .rz-actions {
  margin-top: 26px;
}

.rz-hero .breadcrumbs__link {
  color: rgba(255, 255, 255, 0.62);
}

.rz-hero .breadcrumbs__link:hover,
.rz-hero .breadcrumbs__link:focus-visible {
  color: var(--brand-green);
}

.rz-hero .breadcrumbs__item:not(:last-child)::after {
  color: rgba(255, 255, 255, 0.28);
}

.rz-hero .breadcrumbs__current {
  color: var(--brand-green);
}

.rz-hero .eyebrow {
  margin: 0 0 16px;
  color: var(--brand-green);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.rz-hero h1 {
  margin: 0;
  max-width: 18ch;
  color: var(--text-inverse);
  font-size: clamp(2.15rem, 3.8vw, 3.05rem);
  line-height: 1.12;
  letter-spacing: -0.035em;
}

.rz-hero__meaning {
  margin: 12px 0 0;
  max-width: 42rem;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.95rem;
  line-height: 1.5;
}

.rz-hero .lead {
  margin-top: 16px;
  max-width: 34rem;
  color: rgba(255, 255, 255, 0.78);
  font-size: 1.0625rem;
  line-height: 1.55;
}

.rz-hero__result {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: max-content;
  max-width: min(100%, 19rem);
  margin: 0;
  padding: 12px 14px 13px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: var(--radius-medium, 16px);
  background: color-mix(in srgb, var(--hero-bg, #0a1a24) 88%, transparent);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.rz-hero__result strong {
  display: block;
  margin: 0;
  font-size: clamp(2.35rem, 4vw, 3.2rem);
  font-weight: 800;
  letter-spacing: -0.045em;
  line-height: 0.95;
  color: var(--brand-green);
}

.rz-hero__result span {
  display: block;
  margin: 6px 0 0;
  padding-bottom: 0;
  padding-top: 8px;
  border-top: 2px solid var(--brand-green);
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.75rem;
  line-height: 1.35;
}

.rz-hero .rz-actions {
  margin-top: 22px;
}

.rz-hero .rz-actions .btn--secondary {
  background: transparent;
  color: var(--text-inverse);
  border-color: rgba(255, 255, 255, 0.32);
}

.rz-hero .rz-actions .btn--secondary:hover,
.rz-hero .rz-actions .btn--secondary:focus-visible {
  background: rgba(255, 255, 255, 0.08);
  border-color: var(--brand-green);
  color: var(--text-inverse);
  box-shadow: none;
}

.rz-hero__points {
  list-style: none;
  align-self: stretch;
  width: 100%;
  margin: auto 0 0;
  padding: 22px 0 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
}

.rz-hero__points li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 4px 16px 0 0;
  font-size: 0.8125rem;
  font-weight: 600;
  line-height: 1.35;
  color: rgba(255, 255, 255, 0.78);
}

.rz-hero__points li + li {
  padding-left: 16px;
  border-left: 1px solid rgba(255, 255, 255, 0.16);
}

.rz-hero__point-icon {
  display: inline-grid;
  place-items: center;
  flex-shrink: 0;
  width: 22px;
  height: 22px;
  color: var(--brand-green);
}

.rz-hero__point-icon svg {
  display: block;
  width: 18px;
  height: 18px;
  overflow: visible;
}

.rz-hero__visual {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  grid-column: 2;
  grid-row: 1;
  min-width: 0;
  min-height: 0;
  height: 100%;
  overflow: visible;
  background: none;
}

.rz-hero__visual--media {
  height: 100%;
}

.rz-hero__media .rz-hero__result,
.rz-hero__visual .rz-hero__result {
  position: absolute;
  left: 50%;
  bottom: 6%;
  z-index: 2;
  transform: translateX(-50%);
}

.rz-hero__media {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1 1 auto;
  width: 100%;
  min-height: 0;
  margin: 0;
  overflow: visible;
}

.rz-hero__media img {
  display: block;
  width: 100%;
  height: 100%;
  max-height: 100%;
  object-fit: contain;
  object-position: center center;
}

.rz-hero__cards {
  position: absolute;
  inset: 0;
  z-index: 2;
  margin: 0;
  padding: 0;
  list-style: none;
  pointer-events: none;
}

.rz-hero__stat {
  position: absolute;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2px;
  min-width: 148px;
  max-width: 210px;
  padding: 12px 14px 11px;
  pointer-events: auto;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(10, 26, 36, 0.78);
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  color: var(--text-inverse);
}

.rz-hero__stat--1 {
  top: 4%;
  left: -2%;
}

.rz-hero__stat--2 {
  top: 16%;
  right: -4%;
  left: auto;
}

.rz-hero__stat--3 {
  right: 6%;
  bottom: 4%;
  left: auto;
}

.rz-hero__stat-icon {
  display: inline-grid;
  place-items: center;
  width: 20px;
  height: 20px;
  margin-bottom: 4px;
  color: var(--brand-green);
}

.rz-hero__stat-icon svg {
  display: block;
  width: 18px;
  height: 18px;
}

.rz-hero__stat-value {
  font-size: 1.2rem;
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: -0.03em;
}

.rz-hero__stat-caption {
  font-size: 0.75rem;
  line-height: 1.3;
  color: rgba(255, 255, 255, 0.72);
}

.rz-section {
  padding: 72px 0;
  background: var(--background-primary);
}

/* Powierzchnie odpowiadają rodzajowi treści, a nie pozycji sekcji. */
.rz-facts,
.rz-process,
.rz-tech,
.rz-service-cta,
#przed-po,
#opinia {
  background: var(--surface-soft);
}

.rz-results {
  background: var(--surface-success-soft);
}

.rz-section__narrow {
  max-width: 760px;
}

.rz-section__intro {
  max-width: 720px;
  margin-bottom: 40px;
}

.rz-section h2 {
  margin: 0;
  font-size: clamp(1.75rem, 2.8vw, 2.4rem);
  letter-spacing: -0.03em;
  line-height: 1.18;
}

.rz-section .lead,
.rz-section p {
  color: var(--text-secondary);
}

.rz-section .eyebrow {
  margin-bottom: 14px;
  color: var(--text-primary);
}

.rz-section__intro .lead {
  margin-top: 16px;
}

.rz-facts__fit {
  display: grid;
  gap: 6px;
  max-width: 48rem;
  margin: 0 0 28px;
  padding: 18px 20px;
  border: 1px solid var(--border-default);
  border-radius: var(--radius-medium);
  background: rgba(84, 194, 107, 0.06);
}

.rz-facts__fit-label {
  color: var(--brand-green);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.rz-facts__fit span:last-child {
  color: var(--text-primary);
  font-size: 1.02rem;
  line-height: 1.45;
}

.rz-facts__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: start;
  gap: 28px 24px;
  margin: 0;
}

.rz-fact {
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr);
  grid-template-rows: auto auto;
  align-content: start;
  align-items: start;
  column-gap: 12px;
  row-gap: 4px;
  min-width: 0;
}

.rz-fact__icon {
  grid-row: 1;
  display: inline-grid;
  place-items: start center;
  width: 28px;
  height: 22px;
  color: var(--brand-green);
}

.rz-fact__icon svg {
  display: block;
  width: 22px;
  height: 22px;
}

.rz-facts__grid dt {
  grid-column: 2;
  margin: 0;
  color: var(--text-secondary);
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.rz-facts__grid dd {
  grid-column: 2;
  margin: 0;
  color: var(--text-primary);
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 1.4;
  overflow-wrap: anywhere;
}

.rz-callouts {
  display: grid;
  gap: 12px;
  margin-top: 28px;
}

.rz-callout {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  margin: 0;
  padding: 16px 18px;
  border-left: 3px solid var(--brand-green);
  border-radius: 0 var(--radius-small) var(--radius-small) 0;
  background: color-mix(in srgb, var(--neutral-white) 78%, transparent);
}

.rz-callout__icon {
  display: inline-grid;
  place-items: center;
  flex-shrink: 0;
  width: 22px;
  height: 22px;
  margin-top: 2px;
  color: var(--brand-green);
}

.rz-callout__icon svg {
  display: block;
  width: 20px;
  height: 20px;
}

.rz-callout__copy {
  display: grid;
  gap: 2px;
  min-width: 0;
}

.rz-callout__label {
  color: var(--text-secondary);
  font-size: 0.75rem;
  font-weight: 700;
}

.rz-callout strong {
  color: var(--text-primary);
  font-size: 1rem;
  font-weight: 750;
  line-height: 1.4;
}

.rz-note {
  margin-top: 20px;
  padding: 16px 18px;
  border-left: 3px solid var(--brand-green);
  border-radius: 0 var(--radius-small) var(--radius-small) 0;
  background: color-mix(in srgb, var(--neutral-white) 72%, transparent);
  color: var(--text-secondary);
  font-size: 0.9375rem;
  line-height: 1.55;
}

.rz-prose__layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  grid-template-rows: auto auto;
  column-gap: 56px;
  row-gap: 0;
  align-items: start;
}

.rz-prose__layout > .eyebrow {
  grid-column: 1;
  grid-row: 1;
}

.rz-prose__copy {
  grid-column: 1;
  grid-row: 2;
  max-width: 36rem;
}

.rz-prose__copy h2 {
  max-width: 18ch;
}

.rz-list.rz-prose__points {
  grid-column: 2;
  grid-row: 2;
  margin-top: 0;
}

.rz-prose__layout:not(:has(> .eyebrow)) .rz-prose__copy,
.rz-prose__layout:not(:has(> .eyebrow)) .rz-prose__points {
  grid-row: 1;
}

.rz-list {
  display: grid;
  gap: 14px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.rz-list li {
  position: relative;
  padding-left: 22px;
}

.rz-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 8px;
  height: 8px;
  border-radius: 2px;
  background: var(--brand-green);
}

.rz-card-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 230px), 1fr));
  gap: 16px;
}

.rz-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding: 24px 24px 26px;
  border: 1px solid transparent;
  border-radius: var(--radius-medium);
  background: var(--surface-soft);
  transition:
    opacity var(--duration-reveal) var(--ease),
    transform var(--duration-reveal) var(--ease),
    border-color var(--duration-micro) var(--ease),
    box-shadow var(--duration-micro) var(--ease);
}

.rz-card.is-visible {
  transition:
    opacity var(--duration-reveal) var(--ease),
    transform var(--duration-micro) var(--ease),
    border-color var(--duration-micro) var(--ease),
    box-shadow var(--duration-micro) var(--ease);
}

.rz-card__meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 22px;
}

.rz-card__num {
  color: var(--brand-green);
  font-size: 0.8125rem;
  font-weight: 800;
  letter-spacing: 0.06em;
}

.rz-card__icon {
  display: inline-grid;
  place-items: center;
  width: 28px;
  height: 28px;
  color: var(--brand-green);
}

.rz-card__icon svg {
  display: block;
  width: 22px;
  height: 22px;
}

.rz-card h3 {
  margin: 0 0 8px;
  font-size: 1.125rem;
  letter-spacing: -0.02em;
  line-height: 1.25;
}

.rz-card p {
  margin: 0;
}

#strategia .rz-card {
  border-color: var(--border-default);
  background: var(--neutral-white);
  box-shadow: var(--shadow-soft);
}

@media (hover: hover) {
  .rz-card.is-visible:hover {
    transform: translateY(-3px);
    border-color: color-mix(in srgb, var(--brand-green) 35%, var(--border-default));
  }

  #strategia .rz-card.is-visible:hover {
    box-shadow: 0 16px 36px rgba(15, 37, 51, 0.07);
  }
}

.rz-checklist {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 40px;
  margin: 8px 0 0;
  padding: 0;
  list-style: none;
}

.rz-checklist li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 16px 0;
  border-bottom: 1px solid var(--border-default);
  color: var(--text-primary);
  font-weight: 550;
  line-height: 1.45;
}

.rz-checklist__icon {
  display: inline-grid;
  place-items: center;
  flex-shrink: 0;
  width: 22px;
  height: 22px;
  margin-top: 1px;
  color: var(--brand-green);
}

.rz-checklist__icon svg {
  display: block;
  width: 20px;
  height: 20px;
}

.rz-process-track {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 36px 28px;
  margin: 8px 0 0;
  padding: 0;
  list-style: none;
}

.rz-process-track[data-count="2"] {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.rz-process-track[data-count="3"]::before,
.rz-process-track[data-count="4"]::before {
  content: "";
  position: absolute;
  top: 25px;
  left: 18px;
  right: 18px;
  height: 2px;
  background: var(--brand-green);
}

.rz-process-track[data-count="4"] {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.rz-process-step {
  position: relative;
  min-width: 0;
  padding-top: 8px;
}

.rz-process-step__num {
  display: inline-grid;
  place-items: center;
  width: 36px;
  height: 36px;
  margin-bottom: 16px;
  border: 1.5px solid var(--brand-green);
  border-radius: 50%;
  background: var(--neutral-white);
  color: var(--brand-green);
  font-size: 0.75rem;
  font-weight: 800;
}

.rz-process-step p {
  margin: 0;
  color: var(--text-secondary);
  font-size: 0.9375rem;
  line-height: 1.5;
}

.rz-presentation__block {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
  gap: 40px 48px;
  align-items: start;
  margin-top: 56px;
}

.rz-presentation__block:first-of-type {
  margin-top: 8px;
}

.rz-presentation__copy {
  min-width: 0;
  padding-top: 4px;
}

.rz-presentation__num {
  display: block;
  margin: 0 0 12px;
  color: var(--brand-green);
  font-size: 0.8125rem;
  font-weight: 800;
  letter-spacing: 0.06em;
}

.rz-presentation__copy h3 {
  margin: 0 0 10px;
  font-size: clamp(1.35rem, 2.2vw, 1.7rem);
  letter-spacing: -0.03em;
  line-height: 1.2;
}

.rz-presentation__copy p {
  margin: 0;
  max-width: 34rem;
}

.rz-presentation__media {
  overflow: hidden;
  border-radius: var(--radius-large);
  border: 1px solid var(--border-default);
  aspect-ratio: 16 / 10;
  background: var(--surface-soft);
  box-shadow: var(--shadow-soft);
}

.rz-presentation__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}

.rz-presentation__media--contain {
  aspect-ratio: 16 / 11;
  padding: 28px 24px;
  background: var(--neutral-white);
}

.rz-presentation__media--contain img {
  object-fit: contain;
  object-position: center;
}

.rz-presentation__video {
  margin-top: 56px;
  padding-top: 48px;
  border-top: 1px solid var(--border-default);
}

.rz-presentation__video .rz-video {
  margin-top: 24px;
}

.rz-reels {
  background: var(--surface-soft);
}

.rz-reels__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.rz-reel-card {
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--border-default);
  border-radius: var(--radius-large);
  background: var(--neutral-white);
  box-shadow: var(--shadow-soft);
  transition:
    opacity var(--duration-reveal) var(--ease),
    transform var(--duration-reveal) var(--ease),
    box-shadow var(--duration-micro) var(--ease);
}

.rz-reel-card.is-visible {
  transition:
    opacity var(--duration-reveal) var(--ease),
    transform var(--duration-micro) var(--ease),
    box-shadow var(--duration-micro) var(--ease);
}

.rz-reel-card__media {
  position: relative;
  display: block;
  aspect-ratio: 9 / 12;
  margin: 0;
  overflow: hidden;
  background: var(--brand-navy);
  color: var(--text-inverse);
}

.rz-reel-card__media > a {
  display: block;
  width: 100%;
  height: 100%;
}

.rz-reel-card__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 640ms var(--ease);
}

@media (hover: hover) {
  .rz-reel-card.is-visible:hover {
    transform: translateY(-3px);
    box-shadow: 0 16px 36px rgba(15, 37, 51, 0.07);
  }

  .rz-reel-card.is-visible:hover .rz-reel-card__media img {
    transform: scale(1.035);
  }
}

.rz-reel-card__media--link {
  display: grid;
  place-items: center;
  align-content: center;
  gap: 12px;
  color: var(--text-inverse);
  font-weight: 800;
  text-decoration: none;
}

.rz-reel-card__media--link > span,
.rz-reel-card__play {
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: var(--brand-green);
  color: var(--brand-navy);
}

.rz-reel-card__play {
  position: absolute;
  right: 16px;
  bottom: 16px;
  box-shadow: 0 10px 28px rgba(10, 26, 36, 0.28);
}

.rz-reel-card__play svg,
.rz-reel-card__media--link svg {
  width: 24px;
  height: 24px;
}

.rz-reel-card__body {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  min-height: 250px;
  padding: 24px;
}

.rz-reel-card__body h3 {
  margin: 0 0 10px;
  font-size: 1.25rem;
  line-height: 1.25;
}

.rz-reel-card__description {
  margin: 0 0 20px;
  color: var(--text-secondary);
}

.rz-reel-card__metric {
  display: flex;
  flex-direction: column;
  gap: 2px;
  margin: auto 0 0;
}

.rz-reel-card__metric strong {
  color: var(--brand-navy);
  font-size: clamp(1.75rem, 3vw, 2.25rem);
  letter-spacing: -0.04em;
  line-height: 1;
}

.rz-reel-card__metric span {
  color: var(--text-secondary);
  font-size: 0.875rem;
  font-weight: 700;
}

.rz-reel-card__meta {
  margin: 12px 0 0;
  color: var(--text-secondary);
  font-size: 0.75rem;
  line-height: 1.45;
}

.rz-reel-card__link {
  margin-top: 18px;
  color: var(--brand-navy);
  font-size: 0.875rem;
  font-weight: 800;
  text-decoration: none;
}

.rz-reel-card__link:hover {
  color: var(--brand-green-dark, #278f42);
}

.rz-device {
  position: relative;
  isolation: isolate;
  padding: 0;
  background: #0a1a24;
  color: var(--text-inverse);
  overflow: hidden;
}

.rz-device__layout {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(280px, 1.18fr);
  column-gap: 48px;
  align-items: stretch;
  min-height: 480px;
}

.rz-device__copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 30rem;
  padding: 72px 0 80px;
}

.rz-device .eyebrow {
  color: var(--brand-green);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.14em;
}

.rz-device h2 {
  margin: 0;
  color: var(--text-inverse);
  font-size: clamp(1.85rem, 3.4vw, 2.55rem);
  letter-spacing: -0.03em;
  line-height: 1.15;
}

.rz-device .lead {
  margin-top: 16px;
  color: rgba(255, 255, 255, 0.72);
}

.rz-device__stage {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  width: 100%;
  min-height: 400px;
}

.rz-device__stage img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 560px;
  object-fit: contain;
  object-position: bottom center;
}

.rz-video {
  margin: 40px 0 0;
}

.rz-video__frame,
.rz-video__file {
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
  background: var(--brand-navy);
}

.rz-video__frame iframe,
.rz-video__file {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  height: auto;
}

.rz-video figcaption,
.rz-before-after figcaption {
  margin-top: 8px;
  color: var(--text-secondary);
  font-size: 0.875rem;
}

.rz-before-after {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.rz-before-after img {
  display: block;
  width: 100%;
  border-radius: 16px;
  border: 1px solid var(--border-default);
  background: var(--neutral-white);
  box-shadow: var(--shadow-soft);
}

.rz-metrics {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin-top: 8px;
}

.rz-metric {
  min-height: 0;
  padding: 22px 22px 20px;
  border: 1px solid var(--border-default);
  border-radius: var(--radius-medium);
  background: var(--neutral-white);
  box-shadow: var(--shadow-soft);
}

.rz-metric__icon {
  display: inline-grid;
  place-items: center;
  width: 36px;
  height: 36px;
  margin-bottom: 16px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(84, 194, 107, 0.28) 0%, rgba(84, 194, 107, 0.08) 58%, transparent 72%);
  color: var(--brand-green);
}

.rz-metric__icon svg {
  display: block;
  width: 20px;
  height: 20px;
}

.rz-metric strong {
  display: block;
  margin-bottom: 8px;
  color: var(--text-primary);
  font-size: clamp(1.7rem, 2.6vw, 2.2rem);
  letter-spacing: -0.04em;
  line-height: 1.05;
}

.rz-metric > span {
  color: var(--text-secondary);
  font-size: 0.875rem;
  line-height: 1.4;
}

.rz-metric__meaning {
  display: block;
  margin-top: 10px;
  color: var(--text-secondary);
  font-size: 0.8rem;
  line-height: 1.4;
}

.rz-results__checks {
  grid-template-columns: minmax(0, 1fr);
  max-width: 760px;
  margin-top: 8px;
}

.rz-results__secondary-heading {
  margin: 36px 0 0;
  font-size: clamp(1.25rem, 2vw, 1.5rem);
  letter-spacing: -0.02em;
}

.rz-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.rz-tags li {
  padding: 6px 12px;
  border-radius: 999px;
  background: var(--neutral-white);
  border: 1px solid var(--border-default);
  font-size: 0.875rem;
  font-weight: 600;
}

.rz-evidence__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.rz-evidence__card {
  padding: 26px 26px 24px;
  border: 1px solid var(--border-default);
  border-radius: var(--radius-medium);
  background: var(--neutral-white);
  box-shadow: var(--shadow-soft);
}

.rz-evidence__card--yes {
  border-color: rgba(84, 194, 107, 0.28);
  background: var(--surface-success-soft);
  box-shadow: none;
}

.rz-evidence__card--limit {
  background: var(--surface-soft);
  box-shadow: none;
}

.rz-evidence__head {
  display: flex;
  align-items: center;
  gap: 12px;
}

.rz-evidence__badge {
  display: inline-grid;
  place-items: center;
  width: 36px;
  height: 36px;
  flex-shrink: 0;
  border-radius: 50%;
  color: var(--brand-green);
  background: radial-gradient(circle, rgba(84, 194, 107, 0.28) 0%, rgba(84, 194, 107, 0.08) 58%, transparent 72%);
}

.rz-evidence__card--limit .rz-evidence__badge {
  color: var(--brand-navy);
  background: radial-gradient(circle, rgba(10, 26, 36, 0.1) 0%, rgba(10, 26, 36, 0.04) 58%, transparent 72%);
}

.rz-evidence__badge svg {
  display: block;
  width: 20px;
  height: 20px;
}

.rz-evidence__card h3 {
  margin: 0;
  color: var(--text-primary);
  font-size: 1.125rem;
  letter-spacing: -0.015em;
}

.rz-evidence__list {
  display: grid;
  gap: 14px;
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
}

.rz-evidence__list li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  color: var(--text-primary);
  font-size: 0.9375rem;
  font-weight: 550;
  line-height: 1.5;
}

.rz-evidence__mark {
  display: inline-grid;
  place-items: center;
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  margin-top: 2px;
  color: var(--brand-green);
}

.rz-evidence__mark svg {
  display: block;
  width: 18px;
  height: 18px;
}

.rz-evidence__mark--limit {
  position: relative;
  color: var(--text-secondary);
}

.rz-evidence__mark--limit::before {
  content: "";
  width: 10px;
  height: 2px;
  border-radius: 1px;
  background: currentColor;
}

.rz-evidence__note {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  margin-top: 20px;
  padding: 18px 20px;
  border: 1px solid var(--border-default);
  border-left: 3px solid var(--brand-navy);
  border-radius: var(--radius-medium);
  background: var(--surface-soft);
}

.rz-evidence__note-icon {
  display: inline-grid;
  place-items: center;
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  margin-top: 1px;
  color: var(--brand-navy);
}

.rz-evidence__note-icon svg {
  display: block;
  width: 22px;
  height: 22px;
}

.rz-evidence__note p {
  margin: 0;
}

.rz-tech__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.rz-tech__card {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  column-gap: 16px;
  align-items: start;
  padding: 22px 22px 20px;
  border: 1px solid var(--border-default);
  border-radius: var(--radius-medium);
  background: var(--neutral-white);
  box-shadow: var(--shadow-soft);
}

.rz-tech__icon {
  display: inline-grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(84, 194, 107, 0.28) 0%, rgba(84, 194, 107, 0.08) 58%, transparent 72%);
  color: var(--brand-green);
}

.rz-tech__icon svg {
  display: block;
  width: 22px;
  height: 22px;
}

.rz-tech__copy .rz-tech__label {
  margin: 0;
  color: var(--text-primary);
  font-size: 1.0625rem;
  letter-spacing: -0.02em;
  line-height: 1.3;
}

.rz-tech__copy p {
  margin: 6px 0 0;
}

.rz-quote {
  position: relative;
  margin: 0;
  padding: 52px 40px 40px;
  border: 1px solid var(--border-default);
  border-radius: var(--radius-large);
  background: var(--neutral-white);
  box-shadow: var(--shadow-soft);
}

.rz-quote::before {
  content: "“";
  position: absolute;
  top: 10px;
  left: 34px;
  color: var(--brand-green);
  font-size: 3.5rem;
  font-weight: 800;
  line-height: 1;
}

.rz-quote p {
  margin: 0;
  font-size: 1.25rem;
  line-height: 1.45;
  color: var(--text-primary);
}

.rz-quote figcaption {
  display: flex;
  flex-direction: column;
  gap: 2px;
  margin-top: 16px;
  color: var(--text-secondary);
}

.rz-service-cta {
  text-align: left;
}

.rz-service-cta__panel {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(120px, 0.55fr);
  align-items: center;
  min-height: 220px;
  padding: 40px 44px;
  border: 1px solid var(--border-default);
  border-left: 4px solid var(--brand-green);
  border-radius: var(--radius-large);
  background: var(--neutral-white);
  box-shadow: var(--shadow-soft);
}

.rz-service-cta__copy {
  position: relative;
  z-index: 1;
  max-width: 38rem;
}

.rz-service-cta__copy h2 {
  max-width: 20ch;
}

.rz-service-cta__copy .lead {
  margin-top: 14px;
}

.rz-service-cta__art {
  position: absolute;
  inset: 12% 4% 12% 52%;
  pointer-events: none;
  opacity: 0.7;
  background:
    radial-gradient(circle at 18% 28%, var(--brand-green) 0 5px, transparent 6px),
    radial-gradient(circle at 48% 52%, var(--brand-green) 0 4px, transparent 5px),
    radial-gradient(circle at 78% 76%, var(--brand-green) 0 5px, transparent 6px);
}

.rz-service-cta__art::before {
  content: "";
  position: absolute;
  inset: 8% 8%;
  background-image: radial-gradient(circle, rgba(15, 37, 51, 0.16) 1.2px, transparent 1.3px);
  background-size: 18px 18px;
  mask-image: linear-gradient(125deg, transparent 0 8%, #000 28% 78%, transparent 100%);
}

.rz-actions {
  margin-top: 24px;
}

.rz-related {
  background: #f7f8f9;
}

.rz-related .portfolio-list {
  margin-top: 8px;
}

.rz-related .portfolio-card p,
.rz-related .portfolio-card h3 {
  color: inherit;
}

.rz-related__all {
  margin: 36px 0 0;
}

.rz-final-cta {
  padding: 96px 0;
  background: var(--brand-navy);
  color: var(--text-inverse, #fff);
  text-align: center;
}

.rz-final-cta__inner {
  display: grid;
  justify-items: center;
  gap: 24px;
}

.rz-final-cta h2 {
  margin: 0;
  max-width: 18ch;
  font-size: clamp(2rem, 3.5vw, 2.5rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.25;
  color: var(--text-inverse);
}

.rz-final-cta__note {
  margin: 0;
  max-width: 36em;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.9375rem;
  line-height: 1.5;
}

.rz-final-cta .rz-actions {
  margin-top: 0;
  justify-content: center;
}

.rz-final-cta .btn--ghost-light {
  background: transparent;
  color: var(--text-inverse);
  border-color: rgba(255, 255, 255, 0.55);
}

.rz-final-cta .btn--ghost-light:hover {
  border-color: var(--brand-green, #54c26b);
  background: rgba(255, 255, 255, 0.08);
}

.rz-page .site-footer {
  padding-top: 40px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.rz-page .site-footer__pattern {
  animation: footer-pattern-drift 36s linear infinite;
}

.rz-page .footer-col h3::after {
  transform: scaleX(1);
}

@media (max-width: 1023px) {
  .rz-hero__stage {
    grid-template-columns: minmax(0, 1fr);
    grid-template-rows: auto;
    row-gap: 16px;
  }

  .rz-hero__cats,
  .rz-hero__copy,
  .rz-hero__visual {
    grid-column: 1;
    grid-row: auto;
  }

  .rz-hero__layout,
  .rz-presentation__block,
  .rz-device__layout {
    grid-template-columns: minmax(0, 1fr);
  }

  .rz-presentation__block {
    gap: 20px;
    margin-top: 40px;
  }

  .rz-presentation__video {
    margin-top: 40px;
    padding-top: 32px;
  }

  .rz-device__copy {
    max-width: none;
    padding: 56px 0 16px;
  }

  .rz-device__stage {
    min-height: 280px;
  }

  .rz-metrics {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .rz-tech__grid,
  .rz-evidence__grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .rz-reels__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .rz-facts__grid,
  .rz-process-track,
  .rz-process-track[data-count="4"] {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .rz-process-track[data-count="3"]::before,
  .rz-process-track[data-count="4"]::before {
    display: none;
  }

  .rz-prose__layout {
    grid-template-columns: minmax(0, 1fr);
    grid-template-rows: none;
    row-gap: 20px;
  }

  .rz-prose__layout > .eyebrow,
  .rz-prose__copy,
  .rz-prose__points,
  .rz-list.rz-prose__points,
  .rz-prose__layout:not(:has(> .eyebrow)) .rz-prose__copy,
  .rz-prose__layout:not(:has(> .eyebrow)) .rz-prose__points {
    grid-column: 1 / -1;
    grid-row: auto;
    min-width: 0;
  }

  .rz-prose__copy,
  .rz-prose__copy h2 {
    max-width: none;
  }

  .rz-prose__copy .lead {
    font-size: 1.0625rem;
    line-height: 1.55;
  }

  .rz-list.rz-prose__points {
    margin-top: 4px;
    gap: 16px;
  }

  .rz-list.rz-prose__points li {
    font-size: 1.0625rem;
    line-height: 1.5;
    padding-left: 24px;
  }

  .rz-hero h1 {
    max-width: none;
  }

  .rz-hero__copy {
    height: auto;
  }

  .rz-hero__main {
    margin: 0;
    max-width: none;
  }

  .rz-hero__cats {
    justify-content: center;
    width: 100%;
  }

  .rz-hero__visual {
    width: 100%;
    height: auto;
    min-height: 0;
    aspect-ratio: auto;
    align-items: center;
  }

  .rz-hero__media {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: min(100%, 520px);
    height: auto;
    aspect-ratio: auto;
    margin: 0 auto;
    flex: 0 0 auto;
  }

  .rz-hero__media img {
    width: 100%;
    height: auto;
    max-height: none;
    object-fit: contain;
    object-position: center bottom;
  }

  .rz-hero__media .rz-hero__result,
  .rz-hero__visual .rz-hero__result {
    position: relative;
    left: auto;
    bottom: auto;
    transform: none;
    z-index: 2;
    width: max-content;
    max-width: min(calc(100% - 24px), 20rem);
    margin: -48px auto 0;
    padding: 14px 16px 16px;
  }

  .rz-hero__points {
    margin-top: 28px;
    padding-top: 20px;
  }

  .rz-hero__cards {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    align-items: stretch;
    gap: 8px;
    inset: auto 8px 8px;
  }

  .rz-hero__stat,
  .rz-hero__stat--1,
  .rz-hero__stat--2,
  .rz-hero__stat--3 {
    position: static;
    min-width: 0;
    max-width: none;
    width: auto;
    padding: 10px 10px 8px;
  }

  .rz-hero__stat-value {
    font-size: 0.95rem;
  }

  .rz-hero__stat-caption {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
}

@media (min-width: 1024px) {
  .rz-hero {
    height: var(--hero-h);
    min-height: var(--hero-h);
  }

  .rz-hero__layout {
    height: 100%;
  }

  .rz-section {
    padding: 104px 0;
  }
}

@media (max-width: 800px) {
  .rz-hero__points {
    align-self: center;
    width: 100%;
    max-width: 28rem;
    margin-inline: auto;
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
  }

  .rz-hero__points li + li {
    padding-left: 0;
    border-left: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.16);
  }

  .rz-hero__points li {
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    max-width: none;
    padding: 16px 0;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.45;
    color: rgba(255, 255, 255, 0.9);
  }

  .rz-hero__points li:first-child {
    padding-top: 8px;
  }

  .rz-hero__point-icon {
    width: 28px;
    height: 28px;
  }

  .rz-hero__point-icon svg {
    width: 22px;
    height: 22px;
  }

  .rz-hero__result {
    max-width: min(100%, 20rem);
    padding: 14px 16px 16px;
  }
}

@media (max-width: 700px) {
  .rz-hero {
    padding-bottom: 36px;
  }

  .rz-hero__visual {
    min-height: 0;
    aspect-ratio: auto;
  }

  .rz-hero__cards {
    position: static;
    order: 2;
  }

  .rz-hero__cards {
    grid-template-columns: minmax(0, 1fr);
  }

  .rz-section {
    padding: 64px 0;
  }

  .rz-card-grid,
  .rz-checklist,
  .rz-before-after,
  .rz-reels__grid,
  .rz-facts__grid,
  .rz-process-track,
  .rz-process-track[data-count="2"],
  .rz-process-track[data-count="4"],
  .rz-metrics {
    grid-template-columns: minmax(0, 1fr);
  }

  .rz-process-track {
    gap: 0;
    padding-left: 6px;
  }

  .rz-process-step {
    padding: 0 0 28px 28px;
    border-left: 2px solid var(--brand-green);
  }

  .rz-process-step:last-child {
    padding-bottom: 0;
    border-left-color: transparent;
  }

  .rz-process-step__num {
    position: absolute;
    left: -19px;
    top: 0;
    margin: 0;
    background: var(--surface-soft);
  }

  .rz-service-cta__panel {
    grid-template-columns: minmax(0, 1fr);
    min-height: 0;
    padding: 30px 24px;
  }

  .rz-service-cta__art {
    display: none;
  }

  .rz-final-cta {
    padding: 72px 0;
  }

  .rz-final-cta .rz-actions,
  .rz-final-cta .btn,
  .rz-hero .rz-actions,
  .rz-hero .btn,
  .rz-service-cta .rz-actions,
  .rz-service-cta .btn {
    width: 100%;
  }

  .rz-quote {
    padding: 48px 24px 30px;
  }

  .rz-quote::before {
    left: 22px;
  }
}

@media (prefers-reduced-motion: no-preference) {
  .rz-hero__copy,
  .rz-hero__visual {
    opacity: 0;
    transform: translateY(16px);
    transition:
      opacity 520ms var(--ease),
      transform 520ms var(--ease);
  }

  .rz-hero.is-ready .rz-hero__copy {
    opacity: 1;
    transform: none;
  }

  .rz-hero.is-ready .rz-hero__visual {
    opacity: 1;
    transform: none;
    transition-delay: 110ms;
  }

  .rz-hero.is-ready .rz-hero__points li {
    animation: me-rz-rise 480ms var(--ease) both;
  }

  .rz-hero.is-ready .rz-hero__points li:nth-child(1) { animation-delay: 140ms; }
  .rz-hero.is-ready .rz-hero__points li:nth-child(2) { animation-delay: 200ms; }
  .rz-hero.is-ready .rz-hero__points li:nth-child(3) { animation-delay: 260ms; }
  .rz-hero.is-ready .rz-hero__points li:nth-child(4) { animation-delay: 320ms; }

  .rz-hero.is-ready .rz-hero__stat {
    animation: me-rz-rise 560ms var(--ease) both;
  }

  .rz-hero.is-ready .rz-hero__stat:nth-child(1) { animation-delay: 180ms; }
  .rz-hero.is-ready .rz-hero__stat:nth-child(2) { animation-delay: 250ms; }
  .rz-hero.is-ready .rz-hero__stat:nth-child(3) { animation-delay: 320ms; }
}

@media (prefers-reduced-motion: reduce) {
  .rz-hero__copy,
  .rz-hero__visual,
  .rz-card,
  .rz-reel-card,
  .rz-reel-card__media img {
    opacity: 1;
    transform: none;
    transition: none;
    animation: none;
  }

  .rz-hero.is-ready .rz-hero__points li,
  .rz-hero.is-ready .rz-hero__stat {
    animation: none;
  }
}

/* Source tables and distinct metric groups. */
.rz-results__group-heading { margin: 2rem 0 1rem; }
.rz-results__table-wrap { margin: 2rem 0; overflow-x: auto; }
.rz-results__table { width: 100%; border-collapse: collapse; text-align: left; }
.rz-results__table caption { text-align: left; font-weight: 700; padding: 0 0 1rem; }
.rz-results__table th, .rz-results__table td { padding: .8rem; border-bottom: 1px solid #d9e2e7; vertical-align: top; }
.rz-results__table thead { background: #f1f5f7; }
.rz-results__table tbody th { font-weight: 500; }
