.remo-case-page {
  --remo-blue: #224f7d;
  --remo-blue-deep: #12375e;
  --remo-cyan: #2ca9df;
  --remo-teal: #0b887e;
  --remo-green: #21805b;
  --remo-ink: #17212b;
  --remo-muted: #5e6d79;
  --remo-line: #d8e2ea;
  --remo-soft: #edf4f9;
  --remo-warm: #f4f0e9;
  background: #f4f7f9;
  color: var(--remo-ink);
}

.remo-case {
  overflow: hidden;
}

body.remo-case-page > main.remo-case {
  padding-top: 0;
}

body.remo-case-page > main.remo-case > section {
  box-shadow: none;
  clip-path: none;
}

.remo-case h1,
.remo-case h2,
.remo-case h3,
.remo-case p {
  text-wrap: pretty;
}

.remo-hero {
  position: relative;
  min-height: 720px;
  isolation: isolate;
  overflow: hidden;
  color: #fff;
  background: #183b61 url("assets/cases/remo-recirculators/factory-aerial.jpg") center / cover no-repeat;
}

body.remo-case-page > main.remo-case > section.remo-hero {
  --band-bg: #183b61;
  background: #183b61 url("assets/cases/remo-recirculators/factory-aerial.jpg") center / cover no-repeat;
}

.remo-hero::before {
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(10, 38, 68, 0.96) 0%, rgba(16, 55, 91, 0.9) 48%, rgba(22, 72, 111, 0.5) 72%, rgba(13, 48, 79, 0.18) 100%),
    linear-gradient(0deg, rgba(12, 43, 72, 0.38), rgba(12, 43, 72, 0.12));
  content: "";
}

.remo-hero__inner {
  position: relative;
  width: min(100% - 40px, 1180px);
  min-height: 720px;
  margin: 0 auto;
  padding: 108px 0 150px;
}

.remo-back {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  margin-bottom: 40px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
}

.remo-back:hover,
.remo-back:focus-visible {
  color: #fff;
}

.remo-eyebrow {
  display: flex;
  gap: 12px;
  align-items: center;
  margin: 0 0 18px;
  color: var(--remo-cyan);
  font-family: var(--heading-font);
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
}

.remo-eyebrow::before {
  width: 32px;
  height: 2px;
  background: currentColor;
  content: "";
}

.remo-hero__copy {
  position: relative;
  z-index: 2;
  max-width: 750px;
}

.remo-hero h1 {
  max-width: 760px;
  margin: 0;
  color: #fff;
  font-family: var(--heading-font);
  font-size: 66px;
  line-height: 0.96;
  letter-spacing: 0;
}

.remo-hero__lead {
  max-width: 700px;
  margin: 26px 0 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: 21px;
  line-height: 1.48;
}

.remo-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.remo-hero .btn--primary {
  color: #fff;
  background: var(--remo-blue);
  border-color: rgba(255, 255, 255, 0.2);
}

.remo-hero .btn--primary:hover,
.remo-hero .btn--primary:focus-visible {
  background: #1b4169;
}

.remo-hero .btn--ghost {
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.42);
}

.remo-hero .btn--ghost:hover,
.remo-hero .btn--ghost:focus-visible {
  background: rgba(255, 255, 255, 0.16);
}

.remo-hero__product {
  position: absolute;
  right: 30px;
  bottom: 2px;
  z-index: 1;
  width: 265px;
  height: auto;
  filter: drop-shadow(0 34px 34px rgba(5, 23, 40, 0.42));
}

.remo-hero__product-note {
  position: absolute;
  right: 0;
  bottom: 52px;
  z-index: 2;
  width: 200px;
  padding: 12px 14px;
  color: #fff;
  background: rgba(14, 54, 89, 0.84);
  border-left: 3px solid var(--remo-cyan);
  font-size: 13px;
  line-height: 1.35;
}

.remo-kpis {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  width: min(100% - 40px, 1180px);
  margin: -76px auto 0;
  background: #fff;
  border: 1px solid rgba(32, 78, 120, 0.14);
  border-radius: 8px;
  box-shadow: 0 22px 54px rgba(29, 61, 92, 0.15);
}

.remo-kpis div {
  min-width: 0;
  padding: 27px 28px;
}

.remo-kpis div + div {
  border-left: 1px solid var(--remo-line);
}

.remo-kpis b {
  display: block;
  margin-bottom: 7px;
  color: var(--remo-blue-deep);
  font-family: var(--heading-font);
  font-size: 34px;
  line-height: 1;
}

.remo-kpis span {
  display: block;
  color: var(--remo-muted);
  font-size: 14px;
  line-height: 1.35;
}

.remo-series {
  width: min(100% - 40px, 1180px);
  margin: 28px auto 0;
  padding: 22px 24px;
  background: #fff;
  border: 1px solid var(--remo-line);
  border-radius: 8px;
}

.remo-series__intro {
  display: grid;
  grid-template-columns: minmax(220px, 0.8fr) minmax(0, 1.8fr);
  gap: 24px;
  align-items: start;
}

.remo-series__intro b {
  color: var(--remo-blue-deep);
  font-family: var(--heading-font);
  font-size: 20px;
}

.remo-series__intro p {
  margin: 0;
  color: var(--remo-muted);
  font-size: 15px;
  line-height: 1.5;
}

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

.remo-series__links a {
  display: flex;
  min-height: 58px;
  align-items: center;
  padding: 12px 14px;
  color: var(--remo-blue-deep);
  background: var(--remo-soft);
  border: 1px solid transparent;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3;
  text-decoration: none;
}

.remo-series__links a:hover,
.remo-series__links a:focus-visible {
  border-color: var(--remo-cyan);
}

.remo-series__links a[aria-current="page"] {
  color: #fff;
  background: var(--remo-blue);
}

.remo-fit-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 32px;
}

.remo-fit-grid article {
  padding: 28px;
  background: #fff;
  border: 1px solid var(--remo-line);
  border-radius: 8px;
}

.remo-fit-grid article:last-child {
  background: #f7f1ee;
  border-color: #e6d4cb;
}

.remo-fit-grid h3 {
  margin: 0 0 14px;
  color: var(--remo-blue-deep);
  font-family: var(--heading-font);
  font-size: 24px;
}

.remo-fit-grid ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.remo-fit-grid li {
  position: relative;
  padding-left: 20px;
  color: var(--remo-muted);
  line-height: 1.5;
}

.remo-fit-grid li::before {
  position: absolute;
  top: 0.62em;
  left: 0;
  width: 7px;
  height: 7px;
  background: var(--remo-cyan);
  border-radius: 50%;
  content: "";
}

.remo-section {
  padding: 94px 20px;
}

.remo-section--white {
  background: #fff;
}

body.remo-case-page > main.remo-case > section.remo-section--white {
  --band-bg: #fff;
  background: #fff;
}

.remo-section--soft {
  background: var(--remo-soft);
}

body.remo-case-page > main.remo-case > section.remo-section--soft {
  --band-bg: var(--remo-soft);
  background: var(--remo-soft);
}

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

body.remo-case-page > main.remo-case > section.remo-section--warm {
  --band-bg: var(--remo-warm);
  background: var(--remo-warm);
}

.remo-section--dark {
  color: #fff;
  background: var(--remo-blue-deep);
}

body.remo-case-page > main.remo-case > section.remo-section--dark {
  --band-bg: var(--remo-blue-deep);
  background: var(--remo-blue-deep);
}

.remo-shell {
  width: min(100%, 1180px);
  margin: 0 auto;
}

.remo-section__head {
  max-width: 880px;
  margin-bottom: 46px;
}

.remo-section__head--compact {
  margin-bottom: 24px;
}

.remo-section__head h2 {
  margin: 0;
  color: var(--remo-ink);
  font-family: var(--heading-font);
  font-size: 48px;
  line-height: 1.02;
  letter-spacing: 0;
}

.remo-section__head > p:not(.remo-eyebrow) {
  max-width: 800px;
  margin: 20px 0 0;
  color: var(--remo-muted);
  font-size: 19px;
  line-height: 1.58;
}

.remo-section--dark .remo-section__head h2,
.remo-section--dark .remo-section__head > p:not(.remo-eyebrow) {
  color: #fff;
}

.remo-section--dark .remo-section__head > p:not(.remo-eyebrow) {
  color: rgba(255, 255, 255, 0.74);
}

.remo-stage {
  display: inline-block;
  margin-bottom: 12px;
  color: var(--remo-teal);
  font-family: var(--heading-font);
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
}

.remo-section--dark .remo-stage {
  color: #6fd5ef;
}

.remo-intro-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(300px, 0.7fr);
  gap: 64px;
  align-items: start;
}

.remo-intro-grid--spaced {
  margin-top: 54px;
}

.remo-prose {
  max-width: 790px;
}

.remo-prose--spaced {
  margin-top: 34px;
}

.remo-prose p {
  margin: 0;
  color: #34424e;
  font-size: 18px;
  line-height: 1.7;
}

.remo-prose p + p {
  margin-top: 20px;
}

.remo-quote {
  margin: 0;
  padding: 28px 0 28px 28px;
  border-left: 4px solid var(--remo-cyan);
}

.remo-quote p {
  margin: 0;
  color: var(--remo-blue-deep);
  font-family: var(--heading-font);
  font-size: 28px;
  font-weight: 700;
  line-height: 1.25;
}

.remo-quote cite {
  display: block;
  margin-top: 16px;
  color: var(--remo-muted);
  font-size: 14px;
  font-style: normal;
}

.remo-challenges {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 26px;
  margin-top: 58px;
}

.remo-challenges article {
  padding-top: 22px;
  border-top: 3px solid var(--remo-blue);
}

.remo-challenges b {
  display: block;
  margin-bottom: 9px;
  color: var(--remo-blue-deep);
  font-family: var(--heading-font);
  font-size: 23px;
  line-height: 1.1;
}

.remo-challenges p {
  margin: 0;
  color: var(--remo-muted);
  font-size: 15px;
  line-height: 1.55;
}

.remo-factory-band {
  display: grid;
  grid-template-columns: 1.4fr repeat(4, minmax(0, 0.6fr));
  gap: 0;
  margin-top: 54px;
  background: var(--remo-blue-deep);
  border-radius: 8px;
  overflow: hidden;
}

.remo-factory-band__title,
.remo-factory-band div {
  padding: 24px;
}

.remo-factory-band__title {
  display: grid;
  align-content: center;
  color: #fff;
  background: #0d2e50;
}

.remo-factory-band__title b {
  font-family: var(--heading-font);
  font-size: 24px;
}

.remo-factory-band__title span {
  margin-top: 5px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 13px;
}

.remo-factory-band div:not(.remo-factory-band__title) {
  border-left: 1px solid rgba(255, 255, 255, 0.12);
}

.remo-factory-band strong {
  display: block;
  color: #fff;
  font-family: var(--heading-font);
  font-size: 27px;
  line-height: 1;
}

.remo-factory-band small {
  display: block;
  margin-top: 7px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 12px;
  line-height: 1.35;
}

.remo-split {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 62px;
  align-items: center;
}

.remo-split--reverse {
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
}

.remo-split--reverse .remo-split__media {
  order: 2;
}

.remo-split__copy h2 {
  margin: 0;
  color: var(--remo-ink);
  font-family: var(--heading-font);
  font-size: 46px;
  line-height: 1.04;
}

.remo-split__copy p {
  margin: 20px 0 0;
  color: #3f4d58;
  font-size: 18px;
  line-height: 1.67;
}

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

.remo-list li {
  position: relative;
  padding-left: 26px;
  color: #34424e;
  font-size: 17px;
  line-height: 1.5;
}

.remo-list li::before {
  position: absolute;
  top: 10px;
  left: 0;
  width: 10px;
  height: 10px;
  background: var(--remo-teal);
  border-radius: 50%;
  content: "";
}

.remo-media {
  margin: 0;
}

.remo-media button,
.remo-gallery button,
.remo-site-shot button {
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
  color: inherit;
  background: transparent;
  border: 0;
  border-radius: 8px;
  cursor: zoom-in;
  text-align: left;
}

.remo-media img,
.remo-gallery img,
.remo-site-shot img {
  display: block;
  width: 100%;
  height: auto;
}

.remo-media img {
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.remo-media figcaption,
.remo-gallery span,
.remo-site-shot figcaption {
  display: block;
  margin-top: 12px;
  color: var(--remo-muted);
  font-size: 13px;
  line-height: 1.45;
}

.remo-gallery {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 46px;
}

.remo-gallery figure {
  min-width: 0;
  margin: 0;
}

.remo-gallery img {
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.remo-gallery span {
  margin-top: 10px;
  padding: 0 3px;
}

.remo-site-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(300px, 0.75fr);
  gap: 54px;
  align-items: start;
}

.remo-site-shot {
  margin: 0;
}

.remo-site-shot img {
  aspect-ratio: 16 / 10;
  object-fit: cover;
  object-position: top;
  border: 1px solid var(--remo-line);
}

.remo-site-points {
  display: grid;
  gap: 0;
}

.remo-site-points div {
  padding: 19px 0;
  border-bottom: 1px solid var(--remo-line);
}

.remo-site-points div:first-child {
  padding-top: 0;
}

.remo-site-points b {
  display: block;
  color: var(--remo-blue-deep);
  font-family: var(--heading-font);
  font-size: 22px;
}

.remo-site-points p {
  margin: 7px 0 0;
  color: var(--remo-muted);
  font-size: 15px;
  line-height: 1.5;
}

.remo-flow {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 22px;
  margin-top: 46px;
  counter-reset: flow;
}

.remo-flow div {
  position: relative;
  min-width: 0;
  padding-top: 54px;
  counter-increment: flow;
}

.remo-flow div::before {
  position: absolute;
  top: 0;
  left: 0;
  display: grid;
  width: 40px;
  height: 40px;
  place-items: center;
  color: #fff;
  background: var(--remo-blue);
  border-radius: 50%;
  content: counter(flow, decimal-leading-zero);
  font-family: var(--heading-font);
  font-size: 15px;
  font-weight: 700;
}

.remo-flow div:not(:last-child)::after {
  position: absolute;
  top: 19px;
  right: -11px;
  width: calc(100% - 52px);
  height: 1px;
  background: #b8cbd9;
  content: "";
}

.remo-flow b {
  display: block;
  color: var(--remo-blue-deep);
  font-family: var(--heading-font);
  font-size: 21px;
}

.remo-flow span {
  display: block;
  margin-top: 8px;
  color: var(--remo-muted);
  font-size: 14px;
  line-height: 1.45;
}

.remo-cta-band {
  padding: 58px 20px;
  color: #fff;
  background: var(--remo-blue);
}

body.remo-case-page > main.remo-case > section.remo-cta-band {
  --band-bg: var(--remo-blue);
  background: var(--remo-blue);
}

.remo-cta-band__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 42px;
  align-items: center;
  width: min(100%, 1180px);
  margin: 0 auto;
}

.remo-cta-band h2 {
  max-width: 790px;
  margin: 0;
  color: #fff;
  font-family: var(--heading-font);
  font-size: 42px;
  line-height: 1.04;
}

.remo-cta-band p {
  max-width: 780px;
  margin: 12px 0 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 17px;
  line-height: 1.5;
}

.remo-cta-band .btn {
  min-width: 220px;
  color: var(--remo-blue-deep);
  background: #fff;
  border-color: #fff;
}

.remo-budget-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 64px;
  align-items: start;
}

.remo-budget-steps {
  display: grid;
  gap: 22px;
  padding-top: 8px;
}

.remo-budget-step {
  display: grid;
  grid-template-columns: 110px 1fr;
  gap: 18px;
  align-items: center;
}

.remo-budget-step b {
  color: var(--remo-blue-deep);
  font-family: var(--heading-font);
  font-size: 24px;
  text-align: right;
}

.remo-budget-step span {
  position: relative;
  display: block;
  height: 42px;
  overflow: hidden;
  background: rgba(34, 79, 125, 0.1);
  border-radius: 4px;
}

.remo-budget-step span::before {
  position: absolute;
  inset: 0 auto 0 0;
  width: var(--budget-width);
  background: var(--remo-blue);
  content: "";
}

.remo-budget-step small {
  position: absolute;
  top: 50%;
  left: 14px;
  z-index: 1;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  transform: translateY(-50%);
}

.remo-channel-list {
  display: grid;
  gap: 0;
}

.remo-channel-list div {
  display: grid;
  grid-template-columns: 150px 1fr;
  gap: 20px;
  padding: 17px 0;
  border-bottom: 1px solid var(--remo-line);
}

.remo-channel-list b {
  color: var(--remo-blue-deep);
  font-family: var(--heading-font);
  font-size: 20px;
}

.remo-channel-list span {
  color: var(--remo-muted);
  font-size: 15px;
  line-height: 1.5;
}

.remo-promotion-section .remo-budget-layout {
  grid-template-columns: 1fr;
  gap: 34px;
}

.remo-promotion-section .remo-channel-list {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
}

.remo-promotion-section .remo-channel-list div {
  display: block;
  min-height: 178px;
  margin: 0 -1px -1px 0;
  padding: 24px;
  border: 1px solid var(--remo-line);
}

.remo-promotion-section .remo-channel-list b,
.remo-promotion-section .remo-channel-list span {
  display: block;
}

.remo-promotion-section .remo-channel-list span {
  margin-top: 10px;
}

.remo-promotion-section .remo-prose--spaced {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 34px;
  margin-top: 0;
}

.remo-results {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  margin: 42px 0 0;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.remo-results div {
  padding: 30px 28px;
}

.remo-results div + div {
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}

.remo-results b {
  display: block;
  color: #fff;
  font-family: var(--heading-font);
  font-size: 38px;
  line-height: 1;
}

.remo-results span {
  display: block;
  margin-top: 10px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  line-height: 1.45;
}

.remo-result-copy {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 48px;
  margin-top: 46px;
}

.remo-result-copy p {
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 17px;
  line-height: 1.65;
}

.remo-retro-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 54px;
}

.remo-retro-grid article {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 18px;
  padding: 24px 0;
  border-top: 1px solid var(--remo-line);
}

.remo-retro-grid span {
  color: var(--remo-cyan);
  font-family: var(--heading-font);
  font-size: 28px;
  font-weight: 700;
}

.remo-retro-grid h3 {
  margin: 0;
  color: var(--remo-blue-deep);
  font-family: var(--heading-font);
  font-size: 24px;
  line-height: 1.1;
}

.remo-retro-grid p {
  margin: 9px 0 0;
  color: var(--remo-muted);
  font-size: 15px;
  line-height: 1.55;
}

.remo-evolution-section .remo-section__head {
  max-width: 980px;
}

.remo-evolution-section .remo-section__head > p + p {
  margin-top: 14px;
}

.remo-evolution-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.remo-evolution-card {
  min-width: 0;
  margin: 0;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(193, 176, 148, 0.46);
  border-radius: 8px;
}

.remo-evolution-card button {
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
  background: #fff;
  border: 0;
  cursor: zoom-in;
}

.remo-evolution-card img {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  padding: 14px;
  object-fit: contain;
}

.remo-evolution-card figcaption {
  display: block;
  min-height: 116px;
  padding: 18px;
  border-top: 1px solid rgba(193, 176, 148, 0.38);
}

.remo-evolution-card b,
.remo-evolution-card span {
  display: block;
}

.remo-evolution-card b {
  color: var(--remo-blue-deep);
  font-family: var(--heading-font);
  font-size: 20px;
  line-height: 1.08;
}

.remo-evolution-card span {
  margin-top: 8px;
  color: var(--remo-muted);
  font-size: 14px;
  line-height: 1.45;
}

.remo-faq {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 36px;
}

.remo-faq details {
  border-top: 1px solid var(--remo-line);
}

.remo-faq details:nth-last-child(-n + 2) {
  border-bottom: 1px solid var(--remo-line);
}

.remo-faq summary {
  position: relative;
  padding: 22px 42px 22px 0;
  color: var(--remo-blue-deep);
  cursor: pointer;
  font-family: var(--heading-font);
  font-size: 22px;
  font-weight: 700;
  line-height: 1.18;
  list-style: none;
}

.remo-faq summary::-webkit-details-marker {
  display: none;
}

.remo-faq summary::after {
  position: absolute;
  top: 21px;
  right: 4px;
  color: var(--remo-blue);
  content: "+";
  font-size: 28px;
  font-weight: 400;
}

.remo-faq details[open] summary::after {
  content: "−";
}

.remo-faq p {
  margin: 0;
  padding: 0 30px 24px 0;
  color: var(--remo-muted);
  font-size: 16px;
  line-height: 1.58;
}

.remo-final {
  position: relative;
  overflow: hidden;
  padding: 88px 20px;
  color: #fff;
  background: var(--remo-blue-deep);
}

body.remo-case-page > main.remo-case > section.remo-final {
  --band-bg: var(--remo-blue-deep);
  background: var(--remo-blue-deep);
}

.remo-final__inner {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.72fr);
  gap: 70px;
  align-items: start;
  width: min(100%, 1180px);
  margin: 0 auto;
}

.remo-final__copy h2 {
  margin: 0;
  color: #fff;
  font-family: var(--heading-font);
  font-size: 48px;
  line-height: 1.03;
}

.remo-final__copy > p {
  max-width: 680px;
  margin: 20px 0 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: 18px;
  line-height: 1.6;
}

.remo-final__person {
  display: grid;
  grid-template-columns: 82px 1fr;
  gap: 16px;
  align-items: center;
  margin-top: 32px;
}

.remo-final__person img {
  width: 82px;
  height: 82px;
  object-fit: cover;
  border: 2px solid rgba(255, 255, 255, 0.7);
  border-radius: 50%;
}

.remo-final__person b,
.remo-final__person span {
  display: block;
}

.remo-final__person b {
  color: #fff;
  font-family: var(--heading-font);
  font-size: 22px;
}

.remo-final__person span {
  margin-top: 3px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 14px;
}

.remo-final .form {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 24px 60px rgba(4, 22, 39, 0.3);
}

.remo-final .btn.form-slider {
  grid-template-columns: 84px minmax(0, 1fr);
}

.remo-final .btn.form-slider .form-slider__text {
  display: flex;
  grid-column: 2;
  flex-direction: column;
  width: 100%;
  align-items: stretch;
  justify-content: center;
  text-align: center;
}

.remo-final .btn.form-slider .form-slider__text b,
.remo-final .btn.form-slider .form-slider__text small {
  width: 100%;
  white-space: nowrap;
}

.remo-final .direct-contact {
  margin-top: 14px;
}

.remo-final .direct-contact > span {
  color: var(--remo-muted);
}

@media (max-width: 1080px) {
  .remo-promotion-section .remo-channel-list,
  .remo-evolution-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

  .remo-hero h1 {
    max-width: 660px;
    font-size: 54px;
  }

  .remo-hero__product {
    right: 6px;
    width: 225px;
  }

  .remo-hero__product-note {
    display: none;
  }

  .remo-kpis,
  .remo-results {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .remo-kpis div:nth-child(3),
  .remo-results div:nth-child(3) {
    border-left: 0;
  }

  .remo-kpis div:nth-child(n + 3) {
    border-top: 1px solid var(--remo-line);
  }

  .remo-results div:nth-child(n + 3) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }

  .remo-challenges,
  .remo-factory-band {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .remo-factory-band__title {
    grid-column: 1 / -1;
  }

  .remo-factory-band div:nth-child(2),
  .remo-factory-band div:nth-child(4) {
    border-left: 0;
  }

  .remo-factory-band div:nth-child(n + 4) {
    border-top: 1px solid rgba(255, 255, 255, 0.12);
  }

  .remo-flow {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .remo-flow div::after {
    display: none;
  }
}

@media (max-width: 820px) {
  .remo-series__intro,
  .remo-fit-grid {
    grid-template-columns: 1fr;
  }

  .remo-hero,
  .remo-hero__inner {
    min-height: 760px;
  }

  .remo-hero::before {
    background: linear-gradient(180deg, rgba(10, 38, 68, 0.94) 0%, rgba(15, 55, 91, 0.9) 70%, rgba(13, 48, 79, 0.66) 100%);
  }

  .remo-hero__inner {
    padding-top: 108px;
  }

  .remo-back {
    margin-bottom: 38px;
  }

  .remo-hero__copy {
    max-width: none;
  }

  .remo-hero h1 {
    max-width: 610px;
    font-size: 46px;
  }

  .remo-hero__lead {
    max-width: 570px;
    font-size: 18px;
  }

  .remo-hero__product {
    right: 34px;
    width: 150px;
    opacity: 0.78;
  }

  .remo-section {
    padding: 76px 20px;
  }

  .remo-section__head h2,
  .remo-split__copy h2,
  .remo-final__copy h2 {
    font-size: 40px;
  }

  .remo-intro-grid,
  .remo-split,
  .remo-split--reverse,
  .remo-site-layout,
  .remo-budget-layout,
  .remo-final__inner {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .remo-split--reverse .remo-split__media {
    order: 0;
  }

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

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

  .remo-cta-band__inner {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .remo-cta-band h2 {
    font-size: 36px;
  }

  .remo-result-copy,
  .remo-retro-grid,
  .remo-faq {
    grid-template-columns: 1fr;
  }

  .remo-promotion-section .remo-prose--spaced {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .remo-faq details:nth-last-child(-n + 2) {
    border-bottom: 0;
  }

  .remo-faq details:last-child {
    border-bottom: 1px solid var(--remo-line);
  }
}

@media (max-width: 560px) {
  .remo-promotion-section .remo-channel-list,
  .remo-evolution-grid {
    grid-template-columns: 1fr;
  }

  .remo-promotion-section .remo-channel-list div {
    min-height: 0;
  }

  .remo-evolution-card figcaption {
    min-height: 0;
  }

  .remo-series {
    width: min(100% - 24px, 1180px);
    padding: 18px;
  }

  .remo-series__links {
    grid-template-columns: 1fr;
  }

  .remo-hero,
  .remo-hero__inner {
    min-height: 812px;
  }

  .remo-hero__inner {
    width: min(100% - 30px, 1180px);
    padding-top: 96px;
  }

  .remo-back {
    margin-bottom: 30px;
    font-size: 14px;
  }

  .remo-eyebrow {
    font-size: 13px;
  }

  .remo-hero h1 {
    font-size: 39px;
    line-height: 0.98;
  }

  .remo-hero__lead {
    font-size: 17px;
    line-height: 1.5;
  }

  .remo-hero__actions {
    display: grid;
  }

  .remo-hero__actions .btn {
    width: 100%;
  }

  .remo-hero__product {
    right: 14px;
    width: 122px;
    opacity: 0.58;
  }

  .remo-kpis {
    grid-template-columns: 1fr;
    width: calc(100% - 30px);
    margin-top: -58px;
  }

  .remo-kpis div {
    padding: 19px 22px;
  }

  .remo-kpis div + div {
    border-top: 1px solid var(--remo-line);
    border-left: 0;
  }

  .remo-kpis b {
    font-size: 29px;
  }

  .remo-section {
    padding: 66px 15px;
  }

  .remo-section__head {
    margin-bottom: 34px;
  }

  .remo-section__head h2,
  .remo-split__copy h2,
  .remo-final__copy h2 {
    font-size: 35px;
  }

  .remo-section__head > p:not(.remo-eyebrow),
  .remo-split__copy p,
  .remo-prose p,
  .remo-final__copy > p {
    font-size: 17px;
  }

  .remo-quote p {
    font-size: 25px;
  }

  .remo-challenges,
  .remo-factory-band,
  .remo-gallery,
  .remo-flow,
  .remo-results {
    grid-template-columns: 1fr;
  }

  .remo-factory-band__title {
    grid-column: auto;
  }

  .remo-factory-band div:not(.remo-factory-band__title),
  .remo-factory-band div:nth-child(n + 4) {
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    border-left: 0;
  }

  .remo-gallery img {
    aspect-ratio: 16 / 10;
  }

  .remo-budget-step {
    grid-template-columns: 92px 1fr;
  }

  .remo-budget-step b {
    font-size: 21px;
  }

  .remo-channel-list div {
    grid-template-columns: 1fr;
    gap: 5px;
  }

  .remo-results div,
  .remo-results div:nth-child(3) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    border-left: 0;
  }

  .remo-results div:first-child {
    border-top: 0;
  }

  .remo-retro-grid article {
    grid-template-columns: 38px 1fr;
  }

  .remo-final {
    padding: 70px 15px;
  }

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

  .remo-final .form {
    min-width: 0;
  }
}
