.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  box-shadow: 0 8px 28px rgba(17, 3, 23, 0.18);
}

.brand {
  align-self: auto;
  display: block;
  padding: 0;
  border-radius: 0;
  background: transparent;
}

.brand-logo {
  width: auto;
  height: 54px;
}

html {
  scroll-padding-top: 86px;
}

.hero {
  min-height: 680px;
}

.hero-panel {
  width: 300px;
  padding: 23px 24px;
}

.hero-partners {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 9px;
  margin-top: 20px;
  padding-top: 18px;
  border-top: 1px solid var(--line);
}

.hero-partners img {
  width: 100%;
  height: 42px;
  object-fit: contain;
  padding: 5px;
}

.about-layout {
  grid-template-columns: minmax(330px, 0.78fr) minmax(590px, 1.22fr);
  gap: clamp(52px, 6vw, 90px);
}

.leader-grid {
  grid-template-columns: 150px minmax(0, 1fr);
  gap: 30px;
  align-items: center;
  margin: 0;
  padding: 8px 0 8px 40px;
  background: transparent;
  border-left: 1px solid #dccfd9;
}

.leader-photo {
  width: 150px;
  height: 150px;
}

.leader-copy h3 {
  font-size: clamp(28px, 2.8vw, 38px);
}

.leader-copy > p:not(.eyebrow):not(.leader-role) {
  font-size: 13px;
  line-height: 1.5;
}

.video-embed-card {
  display: grid;
  grid-template-columns: minmax(190px, 42%) minmax(0, 1fr);
  height: auto;
  min-height: 430px;
  padding: 0;
}

.video-embed-card::after {
  display: none;
}

.video-frame {
  min-height: 430px;
  background: #100315;
}

.video-frame iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}

.video-consent-trigger {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  min-height: inherit;
  padding: 24px;
  border: 0;
  overflow: hidden;
  cursor: pointer;
  text-align: left;
  color: #fff;
  background:
    radial-gradient(circle at 50% 42%, rgba(220, 164, 72, 0.28), transparent 21%),
    linear-gradient(150deg, #2d0b3c, #100315);
}

.video-consent-trigger::after {
  content: '';
  position: absolute;
  inset: 0;
  border: 1px solid rgba(255, 255, 255, 0.13);
  transition: border-color 0.2s, background 0.2s;
}

.video-consent-trigger:hover::after,
.video-consent-trigger:focus-visible::after {
  border-color: var(--gold);
  background: rgba(220, 164, 72, 0.06);
}

.video-consent-play,
.video-consent-label,
.video-consent-notice {
  z-index: 1;
}

.video-consent-play {
  display: grid;
  width: 52px;
  height: 52px;
  margin-bottom: auto;
  place-items: center;
  padding-left: 3px;
  border: 1px solid var(--gold);
  border-radius: 50%;
  color: var(--gold);
  font-size: 16px;
}

.video-consent-label {
  margin-bottom: 7px;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
}

.video-consent-notice {
  max-width: 200px;
  color: #d9cadc;
  font-size: 11px;
  line-height: 1.45;
}

.video-meta {
  display: flex;
  flex-direction: column;
  padding: 28px;
}

.video-meta .video-index {
  margin-bottom: auto;
}

.video-meta p {
  margin-bottom: 9px;
}

.video-meta h3 {
  margin-bottom: 0;
}

.video-meta .video-subtitle {
  display: block;
  margin-top: 9px;
  color: #e4d8e6;
  font-size: 12px;
  line-height: 1.4;
}

.cases {
  color: #fff;
  background:
    radial-gradient(circle at 86% 12%, rgba(137, 27, 145, 0.38), transparent 28%),
    linear-gradient(125deg, #1b0624, #3f0b4c);
}

.cases-heading {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 55px;
  margin-bottom: 44px;
}

.cases-heading h2,
.partners-heading h2 {
  margin: 0;
  font-size: clamp(35px, 4vw, 58px);
  line-height: 1.07;
}

.cases-heading h2 em,
.partners-heading h2 em {
  color: var(--gold);
  font-style: normal;
}

.cases-heading > p {
  max-width: 390px;
  margin: 0;
  color: #d8cadb;
  font-size: 15px;
  line-height: 1.65;
}

.case-carousel {
  max-width: 1120px;
  margin: 0 auto;
}

.case-carousel-viewport {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.16);
}

.case-grid {
  display: flex;
  gap: 0;
  transition: transform 0.55s cubic-bezier(0.22, 0.72, 0.25, 1);
  will-change: transform;
}

.case-card {
  flex: 0 0 100%;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.055);
}

.case-chart {
  position: relative;
  min-height: 610px;
  padding: 32px;
  color: #27132d;
  background: #fff;
}

.case-chart-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 28px;
  margin-bottom: 22px;
}

.case-chart-heading h3 {
  margin: 0;
  font-size: clamp(23px, 2.5vw, 32px);
  letter-spacing: -0.035em;
}

.chart-kicker {
  margin-bottom: 7px;
  color: #7d6581;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.16em;
}

.chart-context {
  max-width: 270px;
  margin: 0;
  color: #716374;
  font-size: 12px;
  line-height: 1.5;
  text-align: right;
}

.chart-legend {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px;
}

.chart-legend-item {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 8px 10px;
  border: 1px solid #ddd4df;
  border-radius: 999px;
  color: #493c4c;
  background: #fff;
  font: 700 10px/1 "DM Sans", sans-serif;
  cursor: pointer;
  transition: opacity 0.2s, border-color 0.2s, box-shadow 0.2s;
}

.chart-legend-item span {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: currentColor;
}

.chart-legend-item.series-second { color: #570066; }
.chart-legend-item.series-first { color: #dc3a9e; }
.chart-legend-item.series-before { color: #8b8b8b; }

.chart-legend-item[aria-pressed="false"] {
  opacity: 0.42;
}

.chart-legend-item:hover,
.chart-legend-item:focus-visible {
  border-color: currentColor;
  box-shadow: 0 0 0 3px rgba(94, 30, 131, 0.1);
  outline: 0;
}

.line-chart-scroll {
  overflow-x: auto;
  overscroll-behavior-inline: contain;
}

.line-chart-wrap {
  position: relative;
  min-width: 900px;
}

.performance-chart {
  display: block;
  width: 100%;
  height: auto;
  overflow: visible;
}

.performance-chart .chart-axis-label,
.performance-chart .chart-month {
  fill: #746777;
  font: 600 11px "DM Sans", sans-serif;
}

.performance-chart .chart-month {
  font-size: 10px;
}

.performance-chart .chart-line {
  fill: none;
  stroke-width: 3;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.performance-chart .chart-point {
  stroke: #fff;
  stroke-width: 3;
  cursor: pointer;
  transition: r 0.15s, opacity 0.2s;
}

.performance-chart .chart-point:hover,
.performance-chart .chart-point:focus {
  r: 8;
  outline: none;
}

.performance-chart .chart-value {
  font: 700 11px "DM Sans", sans-serif;
  text-anchor: middle;
  pointer-events: none;
}

.performance-chart .series-second .chart-line,
.performance-chart .series-second .chart-point { stroke: #570066; }
.performance-chart .series-second .chart-point { fill: #570066; }
.performance-chart .series-second .chart-value { fill: #570066; }
.performance-chart .series-first .chart-line,
.performance-chart .series-first .chart-point { stroke: #dc3a9e; }
.performance-chart .series-first .chart-point { fill: #dc3a9e; }
.performance-chart .series-first .chart-value { fill: #b6257d; }
.performance-chart .series-before .chart-line,
.performance-chart .series-before .chart-point { stroke: #8b8b8b; }
.performance-chart .series-before .chart-point { fill: #8b8b8b; }
.performance-chart .series-before .chart-value { fill: #686868; }
.performance-chart .is-series-hidden { display: none; }

.chart-tooltip {
  position: absolute;
  z-index: 5;
  max-width: 210px;
  padding: 9px 11px;
  border-radius: 7px;
  color: #fff;
  background: #25102d;
  box-shadow: 0 10px 24px rgba(31, 10, 38, 0.24);
  font-size: 11px;
  line-height: 1.4;
  pointer-events: none;
  transform: translate(-50%, calc(-100% - 12px));
}

.commission-layout {
  padding: 4px 0 18px;
}

.commission-evolution {
  padding: 22px 26px 18px;
  border: 1px solid #e1d8e3;
  background: #f8f5f8;
}

.commission-evolution-heading,
.commission-metric-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 20px;
}

.commission-evolution-heading h4,
.commission-metric-heading h4 {
  margin: 0;
  color: #39243f;
  font-size: 16px;
  letter-spacing: -0.02em;
}

.commission-metric-heading > span {
  flex: 0 0 auto;
  padding: 7px 10px;
  border-radius: 999px;
  color: #5a4960;
  background: #eee7ef;
  font-size: 10px;
  font-weight: 700;
}

.commission-rate-bars {
  display: flex;
  align-items: end;
  justify-content: center;
  gap: clamp(28px, 8vw, 100px);
  height: 225px;
  margin-top: 18px;
  padding: 0 clamp(12px, 4vw, 50px);
  border-bottom: 1px solid #cfc4d1;
}

.commission-rate-bar {
  display: grid;
  grid-template-rows: 28px minmax(0, 1fr) 28px;
  align-items: end;
  width: min(105px, 25%);
  height: 100%;
  padding: 0;
  border: 0;
  color: #8b8b8b;
  background: transparent;
  cursor: pointer;
}

.commission-rate-bar.year-2021 { color: #dc3a9e; }

.commission-rate-bar.year-2022 { color: #570066; }

.commission-rate-bar strong {
  align-self: start;
  color: currentColor;
  font: 800 18px Manrope, sans-serif;
}

.commission-rate-bar i {
  display: block;
  width: 100%;
  height: 70%;
  border-radius: 6px 6px 0 0;
  background: currentColor;
  transform-origin: bottom;
  transition: filter 0.2s, transform 0.2s;
}

.commission-rate-bar[data-height="69.8"] i { height: 69.8%; }
.commission-rate-bar[data-height="90.1"] i { height: 90.1%; }
.commission-rate-bar[data-height="100"] i { height: 100%; }

.commission-rate-bar span {
  align-self: center;
  color: #5f5163;
  font-size: 11px;
  font-weight: 700;
}

.commission-rate-bar:hover i,
.commission-rate-bar:focus-visible i {
  filter: brightness(1.1);
  transform: scaleX(1.06);
}

.commission-rate-bar:focus-visible {
  outline: 2px solid #652a57;
  outline-offset: 4px;
}

.commission-comparison {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.commission-metric {
  padding: 18px;
  border: 1px solid #e1d8e3;
  background: #fff;
}

.commission-metric-heading .chart-kicker {
  margin-bottom: 4px;
}

.commission-continuous-scale {
  display: flex;
  height: 86px;
  margin-top: 17px;
  overflow: hidden;
  border-radius: 6px;
  box-shadow: inset 0 0 0 1px rgba(43, 10, 56, 0.08);
}

.commission-scale-segment {
  display: flex;
  min-width: 0;
  padding: 13px 10px;
  flex-direction: column;
  justify-content: center;
  border-right: 2px solid #fff;
}

.commission-scale-segment:last-child {
  border-right: 0;
}

.commission-scale-segment.year-2020 {
  color: #211127;
  background: #8b8b8b;
}

.commission-scale-segment.year-2021 {
  color: #2b0a38;
  background: #dc3a9e;
}

.commission-scale-segment.year-2022 {
  color: #fff;
  background: #570066;
}

.total-scale .year-2020 { width: 21.0%; }
.total-scale .year-2021 { width: 33.2%; }
.total-scale .year-2022 { width: 45.8%; }
.quota-scale .year-2020 { width: 25.0%; }
.quota-scale .year-2021 { width: 33.3%; }
.quota-scale .year-2022 { width: 41.7%; }

.commission-scale-segment span,
.commission-scale-segment strong {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.commission-scale-segment span {
  margin-bottom: 6px;
  font-size: 10px;
  font-weight: 700;
}

.commission-scale-segment strong {
  font: 800 14px Manrope, sans-serif;
}

.delivery-panels {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.delivery-panel {
  padding: 20px 24px 15px;
  border: 1px solid #e4dde5;
  background: #fbf9fb;
}

.delivery-panel h4 {
  margin: 0 0 16px;
  color: #3c2841;
  font-size: 15px;
}

.vertical-bars {
  display: flex;
  align-items: end;
  justify-content: center;
  gap: clamp(12px, 3vw, 28px);
  height: 250px;
  border-bottom: 1px solid #bfb4c1;
}

.vertical-bar {
  display: grid;
  grid-template-rows: minmax(0, 1fr) 25px;
  align-items: end;
  width: min(72px, 27%);
  height: 100%;
  padding: 0;
  border: 0;
  color: #8b8b8b;
  background: transparent;
  cursor: pointer;
}

.vertical-bar.year-2021 { color: #dc3a9e; }
.vertical-bar.year-2022 { color: #570066; }

.vertical-bar-plot {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}

.vertical-bar-plot i {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: var(--bar-height);
  background: currentColor;
  transform-origin: bottom;
  transition: filter 0.2s, transform 0.2s;
}

.vertical-bar-plot strong {
  position: absolute;
  bottom: calc(var(--bar-height) + 7px);
  left: 50%;
  color: #473b49;
  font-size: 11px;
  white-space: nowrap;
  transform: translateX(-50%);
}

.vertical-bar[data-height="32.2"] { --bar-height: 25.8%; }
.vertical-bar[data-height="42.5"] { --bar-height: 34%; }
.vertical-bar[data-height="70.6"] { --bar-height: 56.5%; }
.vertical-bar[data-height="78.2"] { --bar-height: 62.6%; }
.vertical-bar[data-height="100"] { --bar-height: 80%; }

.vertical-bar-year {
  align-self: center;
  color: #635667;
  font-size: 11px;
  font-weight: 700;
}

.vertical-bar:hover .vertical-bar-plot i,
.vertical-bar:focus-visible .vertical-bar-plot i {
  filter: brightness(1.12);
  transform: scaleX(1.08);
}

.vertical-bar:focus-visible {
  outline: 2px solid #652a57;
  outline-offset: 4px;
}

.delivery-result {
  display: grid;
  grid-template-columns: 1.15fr 0.72fr 1fr 1.4fr;
  margin-top: 18px;
  color: #fff;
}

.delivery-result > div,
.delivery-result > button {
  min-height: 80px;
  padding: 15px 17px;
  border: 0;
  color: #fff;
  text-align: left;
}

.delivery-result > div {
  color: #3c2841;
  background: #f0ebf1;
}

.delivery-result button {
  cursor: pointer;
  transition: filter 0.2s, transform 0.2s;
}

.delivery-result .year-2022 { background: #570066; }
.delivery-result .year-2021 { background: #dc3a9e; color: #2b0a38; }
.delivery-result .year-2020 { background: #8b8b8b; color: #211127; }

.delivery-result span,
.delivery-result strong {
  display: block;
}

.delivery-result span {
  margin-bottom: 7px;
  font-size: 11px;
}

.delivery-result strong {
  font: 700 17px Manrope, sans-serif;
}

.delivery-result > div span {
  color: #652a57;
  font-weight: 700;
}

.delivery-result > div strong {
  color: #3c2841;
}

.delivery-result button:hover,
.delivery-result button:focus-visible {
  z-index: 1;
  filter: brightness(1.1);
  outline: 3px solid #fff;
  outline-offset: -5px;
  transform: translateY(-3px);
}

.case-caption {
  display: flex;
  align-items: center;
  gap: 13px;
  padding: 19px 20px;
}

.case-caption span {
  color: var(--gold);
  font: 700 11px Manrope, sans-serif;
  letter-spacing: 0.14em;
}

.case-caption h3 {
  margin: 0;
  font-size: 20px;
  letter-spacing: -0.025em;
}

.case-controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  margin-top: 22px;
}

.case-arrow {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.4);
  color: #fff;
  background: transparent;
  font-size: 20px;
  cursor: pointer;
  transition: color 0.2s, border-color 0.2s, background 0.2s;
}

.case-arrow:hover,
.case-arrow:focus-visible {
  border-color: var(--gold);
  color: #211127;
  background: var(--gold);
}

.case-dots {
  display: flex;
  align-items: center;
  gap: 9px;
}

.case-dots button {
  width: 9px;
  height: 9px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.38);
  cursor: pointer;
}

.case-dots button[aria-current="true"] {
  width: 26px;
  border-radius: 10px;
  background: var(--gold);
}

.case-status {
  min-width: 36px;
  margin: 0;
  color: #d8cadb;
  font-size: 11px;
}

.partners {
  background: #f4f0ed;
}

.partners-heading {
  max-width: 780px;
  margin-bottom: 45px;
}

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

.testimonial {
  position: relative;
  min-height: 390px;
  margin: 0;
  padding: 34px 31px 30px;
  border-top: 3px solid var(--gold);
  background: #fff;
}

.testimonial::after {
  content: "“";
  position: absolute;
  top: 20px;
  right: 25px;
  color: rgba(94, 30, 131, 0.12);
  font: 800 86px/1 Manrope, sans-serif;
}

.testimonial > img {
  display: block;
  width: 76px;
  height: 76px;
  margin-bottom: 25px;
  border: 2px solid var(--gold);
  border-radius: 50%;
  object-fit: cover;
}

.testimonial blockquote {
  position: relative;
  z-index: 1;
  margin: 0 0 24px;
  color: #554757;
  font-size: 14px;
  line-height: 1.68;
}

.testimonial > p {
  margin: 0;
}

.testimonial strong,
.testimonial span {
  display: block;
}

.testimonial strong {
  color: var(--ink);
  font-size: 14px;
}

.testimonial span {
  margin-top: 4px;
  color: #8b7c8e;
  font-size: 11px;
}

.partner-wall {
  margin-top: 42px;
  padding: 38px;
  color: #fff;
  background:
    radial-gradient(circle at 85% 15%, rgba(140, 37, 149, 0.38), transparent 27%),
    #25082f;
}

.partner-wall-heading {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 30px;
  margin-bottom: 28px;
}

.partner-wall-heading span {
  color: var(--gold);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.17em;
}

.partner-wall-heading p {
  max-width: 390px;
  margin: 0;
  color: #d8cadb;
  font-size: 13px;
}

.partner-logo-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  border-top: 1px solid var(--line);
}

.partner-logo-grid img {
  display: block;
  width: 100%;
  height: 100px;
  padding: 20px 24px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  object-fit: contain;
  transition: background 0.2s, transform 0.2s;
}

.partner-logo-grid img:nth-child(5n + 1) {
  border-left: 1px solid var(--line);
}

.partner-logo-grid img:hover {
  z-index: 1;
  background: rgba(255, 255, 255, 0.07);
  transform: translateY(-2px);
}

@media (min-width: 781px) {
  .partner-logo-grid img:nth-last-child(3) {
    grid-column-start: 2;
  }
}

.results {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 80px;
  color: #fff;
  background: linear-gradient(112deg, #1c0625, #3d0c4c 74%, #7a225c);
}

.results-copy h2 {
  margin: 0 0 22px;
  font-size: clamp(35px, 4vw, 58px);
  line-height: 1.07;
}

.results-copy > p:not(.eyebrow) {
  max-width: 420px;
  margin-bottom: 26px;
  color: #d7c8d9;
  line-height: 1.65;
}

.results-visual {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 325px;
  padding: 30px;
  border-radius: 5px;
  color: #211325;
  background: #fff;
  box-shadow: 20px 20px 0 rgba(220, 164, 72, 0.55);
}

.chart-label {
  color: #725c77;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.15em;
}

.chart {
  display: flex;
  align-items: end;
  gap: 6px;
  height: 180px;
  padding: 0 8px;
  border-bottom: 1px solid #d8d0d8;
}

.chart i {
  display: block;
  flex: 1;
  border-radius: 3px 3px 0 0;
  background: linear-gradient(to top, #5b1783, #cc56d6);
}

.chart i:nth-child(1) { height: 30%; }
.chart i:nth-child(2) { height: 38%; }
.chart i:nth-child(3) { height: 35%; }
.chart i:nth-child(4) { height: 48%; }
.chart i:nth-child(5) { height: 52%; }
.chart i:nth-child(6) { height: 49%; }
.chart i:nth-child(7) { height: 57%; }
.chart i:nth-child(8) { height: 66%; }
.chart i:nth-child(9) { height: 62%; }
.chart i:nth-child(10) { height: 75%; }
.chart i:nth-child(11) { height: 81%; }
.chart i:nth-child(12) {
  height: 90%;
  background: linear-gradient(to top, #ba762d, #dfaf58);
}

.chart-footer {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  color: #6c5d6e;
  font-size: 11px;
}

.chart-footer strong {
  color: var(--violet);
}

@media (max-width: 1100px) {
  .site-header nav {
    gap: 18px;
  }

  .about-layout {
    grid-template-columns: 1fr;
  }

  .leader-grid {
    margin-top: 18px;
    padding: 28px 0 0;
    border-top: 1px solid #dccfd9;
    border-left: 0;
  }

  .case-grid {
    display: flex;
  }

  .case-chart {
    min-height: 560px;
  }
}

@media (max-width: 780px) {
  .partner-logo-grid img:nth-child(5n + 1) {
    border-left: 0;
  }

  .partner-logo-grid img:nth-child(2n + 1) {
    border-left: 1px solid var(--line);
  }

  html {
    scroll-padding-top: 70px;
  }

  .hero-panel {
    width: 100%;
  }

  .brand {
    padding: 0;
  }

  .brand-logo {
    height: 40px;
  }

  .hero-partners {
    width: 100%;
  }

  .hero-partners img {
    height: 48px;
  }

  .leader-grid {
    grid-template-columns: 120px minmax(0, 1fr);
    gap: 20px;
    text-align: left;
  }

  .leader-photo {
    width: 120px;
    height: 120px;
    margin: 0;
  }

  .video-embed-card {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .video-frame {
    min-height: 0;
    aspect-ratio: 9 / 16;
  }

  .video-meta {
    min-height: 155px;
    padding: 24px;
  }

  .video-meta .video-index {
    margin-bottom: 32px;
  }

  .cases-heading,
  .partner-wall-heading,
  .results {
    display: block;
  }

  .cases-heading > p,
  .partner-wall-heading p {
    margin-top: 22px;
  }

  .case-chart {
    min-height: 0;
    padding: 22px 18px;
  }

  .case-chart-heading {
    display: block;
  }

  .chart-context {
    margin-top: 10px;
    text-align: left;
  }

  .chart-legend {
    justify-content: flex-start;
    margin-top: 17px;
  }

  .commission-layout {
    padding: 8px 0 16px;
  }

  .commission-evolution {
    padding: 18px 14px 12px;
  }

  .commission-evolution-heading,
  .commission-metric-heading {
    align-items: flex-start;
  }

  .commission-rate-bars {
    height: 200px;
    gap: 24px;
    padding-inline: 8px;
  }

  .commission-rate-bar {
    width: min(82px, 28%);
  }

  .commission-metric {
    padding: 15px 12px;
  }

  .commission-metric-heading {
    display: block;
  }

  .commission-metric-heading > span {
    display: inline-block;
    margin-top: 8px;
  }

  .commission-continuous-scale {
    height: 80px;
  }

  .commission-scale-segment {
    padding-inline: 6px;
  }

  .commission-scale-segment strong {
    font-size: 12px;
  }

  .commission-comparison,
  .delivery-panels {
    grid-template-columns: 1fr;
  }

  .delivery-panel {
    padding-inline: 15px;
  }

  .vertical-bars {
    height: 225px;
  }

  .delivery-result {
    grid-template-columns: 1fr 1fr;
  }

  .delivery-result > div {
    grid-column: 1 / -1;
  }

  .delivery-result > button:last-child {
    grid-column: 1 / -1;
  }

  .testimonial-grid {
    grid-template-columns: 1fr;
  }

  .testimonial {
    min-height: 0;
  }

  .partner-wall {
    padding: 26px 20px;
  }

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

  .partner-logo-grid img {
    height: 90px;
    padding: 18px;
  }

  .partner-logo-grid img:last-child:nth-child(odd) {
    grid-column: 1 / -1;
  }

  .results-copy {
    margin-bottom: 45px;
  }

  .results-visual {
    min-height: 260px;
    padding: 22px;
    box-shadow: 12px 12px 0 rgba(220, 164, 72, 0.55);
  }
}

@media (max-width: 560px) {
  .leader-grid {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .leader-photo {
    margin: 0 auto;
  }
}

@media (max-width: 390px) {
  .brand-logo {
    height: 37px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .case-grid {
    transition: none;
  }
}

.contact-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
}

.contact .contact-actions .button {
  margin-top: 4px;
}

.button-icon {
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.site-footer {
  display: block;
  padding-block: 18px;
}

.footer-social {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 12px;
  font-weight: 700;
}

.footer-social a {
  display: grid;
  width: 26px;
  height: 26px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.48);
  border-radius: 50%;
  color: #fff;
  transition: background 0.2s, color 0.2s;
}

.footer-social a:hover {
  background: var(--gold);
  color: var(--ink);
}

.footer-social svg,
.footer-contact svg {
  width: 14px;
  height: 14px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-top: 20px;
  padding-top: 14px;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
}

.footer-top {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
}

.footer-legal {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.footer-contact {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #d9d4df;
  font-size: 13px;
  line-height: 1.5;
  font-weight: 700;
}

.footer-contact-block > p {
  margin: 0 0 8px;
  color: #fff;
  font-family: Manrope, sans-serif;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.footer-contact:hover {
  color: var(--gold);
}

.footer-legal a {
  color: #fff;
  font-size: 10px;
  font-weight: 700;
}

.footer-legal a:hover {
  color: var(--gold);
}

.legal-page {
  max-width: 920px;
  margin: 0 auto;
  padding: clamp(65px, 9vw, 110px) clamp(24px, 5vw, 54px);
}

.legal-page-heading {
  margin-bottom: 52px;
}

.legal-page-heading h1 {
  margin-bottom: 18px;
  font-size: clamp(40px, 5vw, 64px);
  line-height: 1;
}

.legal-page-heading > p:last-child {
  margin: 0;
  color: #6a5d6c;
  font-size: 14px;
}

.legal-content {
  color: #4c414e;
  font-size: 16px;
  line-height: 1.75;
}

.legal-content > p {
  margin-bottom: 24px;
}

.legal-content h2 {
  margin: 43px 0 13px;
  color: var(--ink);
  font-size: 24px;
  line-height: 1.2;
}

.privacy-table {
  width: 100%;
  margin: 28px 0;
  border-collapse: collapse;
  color: #4c414e;
  font-size: 14px;
  line-height: 1.55;
}

.privacy-table th,
.privacy-table td {
  padding: 14px;
  border: 1px solid #ddd4de;
  text-align: left;
  vertical-align: top;
}

.privacy-table th {
  background: #f4f0ed;
  color: var(--ink);
  font-family: Manrope, sans-serif;
  font-size: 12px;
}

.legal-content li {
  margin-bottom: 8px;
}

.legal-content .button {
  margin: 2px 0 4px;
}

@media (max-width: 640px) {
  .privacy-table,
  .privacy-table tbody,
  .privacy-table tr,
  .privacy-table td {
    display: block;
  }

  .privacy-table thead {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
  }

  .privacy-table tr {
    margin-bottom: 16px;
    border: 1px solid #ddd4de;
  }

  .privacy-table td {
    border-width: 0 0 1px;
  }

  .privacy-table td::before {
    display: block;
    margin-bottom: 4px;
    color: var(--ink);
    content: attr(data-label);
    font-family: Manrope, sans-serif;
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
  }

  .privacy-table td:last-child {
    border-bottom: 0;
  }
}

@media (max-width: 560px) {
  .footer-bottom,
  .footer-top {
    align-items: flex-start;
    flex-direction: column;
    gap: 9px;
  }

  .footer-legal {
    gap: 12px;
  }

  .footer-contact-block {
    margin-top: 12px;
  }
}
