.agency-hero {
  position: relative;
  padding: 92px 0 0;
  overflow: hidden;
  background:
    radial-gradient(circle at 86% 15%, rgba(36, 157, 255, 0.2), transparent 28%),
    linear-gradient(145deg, #f7fbff, #eaf4ff 58%, #f9fcff);
}

.agency-grid-pattern {
  position: absolute;
  inset: 0;
  opacity: 0.45;
  background-image:
    linear-gradient(rgba(20, 91, 191, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(20, 91, 191, 0.06) 1px, transparent 1px);
  background-size: 58px 58px;
  mask-image: linear-gradient(to bottom, #000, transparent 93%);
}

.agency-hero-layout {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.93fr) minmax(500px, 1.07fr);
  gap: clamp(54px, 7vw, 96px);
  align-items: center;
  padding-bottom: 82px;
}

.agency-hero-label {
  display: flex;
  align-items: center;
  gap: 11px;
  padding-left: 13px;
  color: #536178;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  border-left: 3px solid var(--blue);
}

.agency-hero-label span {
  color: var(--blue);
}

.agency-hero h1,
.agency-section-head h2,
.model-heading h2,
.robot-copy h2,
.agency-cta h2 {
  margin: 0;
  color: var(--ink);
  font-family: "Space Grotesk", "Manrope", sans-serif;
  font-weight: 700;
  letter-spacing: -0.052em;
  line-height: 1.04;
}

.agency-hero h1 {
  max-width: 660px;
  margin-top: 24px;
  font-size: clamp(50px, 4.35vw, 66px);
}

.agency-hero h1 em {
  color: transparent;
  background: linear-gradient(95deg, #075cff, #11a9ff 72%, #6671ff);
  -webkit-background-clip: text;
  background-clip: text;
  font-style: normal;
}

.agency-hero-copy > p {
  max-width: 620px;
  margin: 25px 0 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.8;
}

.agency-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 13px;
  margin-top: 32px;
}

.agency-hero-note {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 6px 17px;
  align-items: center;
  margin-top: 30px;
  padding-top: 23px;
  border-top: 1px solid #d3e2f3;
}

.agency-hero-note span {
  color: #8490a3;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.agency-hero-note strong {
  color: #33425b;
  font-size: 12px;
}

.agency-console {
  overflow: hidden;
  color: #fff;
  border: 1px solid rgba(111, 178, 255, 0.3);
  border-radius: 30px;
  background:
    radial-gradient(circle at 95% 3%, rgba(63, 190, 255, 0.27), transparent 29%),
    linear-gradient(145deg, #071b3c, #073986);
  box-shadow: 0 40px 90px rgba(7, 52, 123, 0.24);
}

.console-head {
  min-height: 86px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 21px 25px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.13);
}

.console-head > div {
  display: grid;
  gap: 3px;
}

.console-head span,
.console-total > span,
.console-rows span,
.agency-metrics span,
.agency-metrics small,
.rate-cell span,
.rate-cell small,
.model-meta span,
.model-levels span,
.model-levels small,
.scenario-head > div > span,
.scenario-head > strong,
.scenario-totals span,
.rank-head > span,
.rank-head small,
.robot-features > p span {
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.console-head span {
  color: #72dbff;
}

.console-head strong {
  font-family: "Space Grotesk", sans-serif;
  font-size: 19px;
}

.console-head b {
  color: #8bdfff;
  font-size: 11px;
  letter-spacing: 0.12em;
}

.console-total {
  padding: 28px 25px 26px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.console-total > span {
  display: block;
  color: rgba(255, 255, 255, 0.56);
}

.console-total > strong {
  display: block;
  margin-top: 4px;
  font-family: "Space Grotesk", sans-serif;
  font-size: 68px;
  letter-spacing: -0.06em;
  line-height: 1;
}

.console-total > small {
  display: block;
  margin-top: 9px;
  color: #86e3ff;
  font-size: 11px;
  font-weight: 700;
}

.console-rows {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.console-rows > div {
  min-height: 94px;
  display: grid;
  align-content: center;
  gap: 5px;
  padding: 18px 24px;
  border-right: 1px solid rgba(255, 255, 255, 0.11);
  border-bottom: 1px solid rgba(255, 255, 255, 0.11);
}

.console-rows > div:nth-child(2n) {
  border-right: 0;
}

.console-rows > div:nth-last-child(-n + 2) {
  border-bottom: 0;
}

.console-rows span {
  color: rgba(255, 255, 255, 0.48);
}

.console-rows strong {
  font-size: 13px;
}

.agency-metrics {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid #cfdef0;
  background: rgba(255, 255, 255, 0.74);
  backdrop-filter: blur(16px);
}

.agency-metrics > div {
  min-height: 118px;
  display: grid;
  align-content: center;
  gap: 2px;
  padding: 20px 28px;
  border-right: 1px solid #d8e4f2;
}

.agency-metrics > div:last-child {
  border-right: 0;
}

.agency-metrics span,
.agency-metrics small {
  color: #8290a5;
}

.agency-metrics strong {
  color: var(--blue);
  font-family: "Space Grotesk", sans-serif;
  font-size: 31px;
  letter-spacing: -0.04em;
}

.agency-section {
  padding: 112px 0;
}

.agency-section-head,
.model-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 55px;
}

.agency-kicker {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  color: var(--blue);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.agency-kicker::before {
  width: 24px;
  height: 2px;
  background: currentColor;
  content: "";
}

.agency-section-head h2,
.model-heading h2,
.robot-copy h2,
.agency-cta h2 {
  margin-top: 16px;
  font-size: clamp(40px, 4vw, 59px);
}

.agency-section-head > p,
.model-heading > p {
  max-width: 520px;
  margin: 0;
  color: var(--muted);
  line-height: 1.75;
}

.reward-section {
  --level-1: #0878f9;
  --level-1-soft: #eaf4ff;
  --level-2: #7254e8;
  --level-2-soft: #f1eeff;
  --level-3: #008fa8;
  --level-3-soft: #e7f8fb;
  --level-4: #16825d;
  --level-4-soft: #e9f7f1;
  --level-5: #d27213;
  --level-5-soft: #fff4e5;
  --level-6: #d23d68;
  --level-6-soft: #fff0f4;
  background: #fff;
}

.reward-formula {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  margin-top: 42px;
  padding: 19px 24px;
  color: #53627a;
  border-top: 1px solid #d9e5f2;
  border-bottom: 1px solid #d9e5f2;
  background: #f7faff;
}

.reward-formula > span {
  margin-right: 8px;
  color: #8090a6;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.reward-formula strong {
  color: #17304f;
  font-size: 13px;
}

.reward-formula i {
  color: var(--blue);
  font-family: "Space Grotesk", sans-serif;
  font-size: 20px;
  font-style: normal;
}

.reward-example {
  margin-top: 32px;
  border: 1px solid #d8e4f2;
  background: #fff;
}

.reward-example-copy {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 8px 34px;
  padding: 29px 30px 25px;
  border-bottom: 1px solid #d8e4f2;
}

.reward-example-label,
.reward-matrix-head > div > span {
  grid-column: 1 / -1;
  color: var(--blue);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.reward-example-copy h3,
.reward-matrix-head h3 {
  margin: 0;
  color: var(--ink);
  font-family: "Space Grotesk", sans-serif;
  letter-spacing: -0.03em;
}

.reward-example-copy h3 {
  font-size: clamp(24px, 2.6vw, 35px);
}

.reward-example-copy p,
.reward-matrix-head p,
.reward-matrix-note {
  margin: 0;
  color: #6b788d;
  font-size: 12px;
  line-height: 1.65;
}

.rate-track {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  margin-top: 0;
}

.rate-cell {
  min-height: 164px;
  display: grid;
  align-content: center;
  gap: 6px;
  padding: 24px 18px 24px 20px;
  border-right: 1px solid #d8e4f2;
  border-top: 5px solid currentColor;
  background: var(--level-soft);
}

.rate-cell:last-child {
  border-right: 0;
}

.rate-cell span {
  color: currentColor;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.rate-cell strong {
  margin: 2px 0 0;
  color: #10243f;
  font-family: "Space Grotesk", sans-serif;
  font-size: 34px;
  letter-spacing: -0.05em;
}

.rate-cell strong small {
  color: #69778c;
  font-size: 10px;
  letter-spacing: 0.04em;
}

.rate-cell p {
  margin: 0;
  color: #6d7b8f;
  font-size: 10px;
}

.rate-cell.level-1,
.earnings-table .level-1 {
  --level-soft: var(--level-1-soft);
  color: var(--level-1);
}

.rate-cell.level-2,
.earnings-table .level-2 {
  --level-soft: var(--level-2-soft);
  color: var(--level-2);
}

.rate-cell.level-3,
.earnings-table .level-3 {
  --level-soft: var(--level-3-soft);
  color: var(--level-3);
}

.rate-cell.level-4,
.earnings-table .level-4 {
  --level-soft: var(--level-4-soft);
  color: var(--level-4);
}

.rate-cell.level-5,
.earnings-table .level-5 {
  --level-soft: var(--level-5-soft);
  color: var(--level-5);
}

.rate-cell.level-6,
.earnings-table .level-6 {
  --level-soft: var(--level-6-soft);
  color: var(--level-6);
}

.reward-matrix-head {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.8fr);
  align-items: end;
  gap: 24px 50px;
  margin-top: 68px;
}

.reward-matrix-head h3 {
  margin-top: 9px;
  font-size: clamp(29px, 3.4vw, 45px);
}

.reward-matrix-frame {
  margin-top: 28px;
}

.earnings-table {
  table-layout: fixed;
}

.earnings-table th:first-child {
  width: 21%;
}

.earnings-table thead th {
  padding: 18px 12px;
  color: #fff;
  text-align: center;
  background: #163251;
}

.earnings-table thead th:first-child {
  padding-left: 21px;
  color: #fff;
  text-align: left;
  background: #0a2442;
}

.earnings-table thead th.level-1,
.earnings-table thead th.level-2,
.earnings-table thead th.level-3,
.earnings-table thead th.level-4,
.earnings-table thead th.level-5,
.earnings-table thead th.level-6 {
  color: #fff;
}

.earnings-table thead th.level-1 {
  background: var(--level-1);
}

.earnings-table thead th.level-2 {
  background: var(--level-2);
}

.earnings-table thead th.level-3 {
  background: var(--level-3);
}

.earnings-table thead th.level-4 {
  background: var(--level-4);
}

.earnings-table thead th.level-5 {
  background: var(--level-5);
}

.earnings-table thead th.level-6 {
  background: var(--level-6);
}

.earnings-table thead th span {
  display: block;
  margin-top: 4px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 10px;
}

.earnings-table tbody th {
  padding: 16px 20px;
  background: #f5f8fc;
}

.earnings-table tbody th strong,
.earnings-table tbody th span {
  display: block;
}

.earnings-table tbody th strong {
  color: #0a64d8;
  font-size: 16px;
}

.earnings-table tbody th span {
  margin-top: 3px;
  color: #758399;
  font-family: "Manrope", sans-serif;
  font-size: 9px;
  font-weight: 700;
}

.earnings-table tbody td {
  padding: 16px 8px;
  color: #20334e;
  text-align: center;
  background: var(--level-soft);
}

.earnings-table tbody td strong,
.earnings-table tbody td span {
  display: block;
}

.earnings-table tbody td strong {
  color: currentColor;
  font-family: "Space Grotesk", sans-serif;
  font-size: 15px;
  letter-spacing: -0.02em;
}

.earnings-table tbody td span {
  margin-top: 2px;
  color: #7c899d;
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.06em;
}

.reward-matrix-note {
  max-width: 780px;
  margin-top: 18px;
  padding-left: 15px;
  border-left: 3px solid var(--level-1);
}

.table-frame {
  margin-top: 32px;
  overflow: hidden;
  border: 1px solid #d7e3f2;
  background: #fff;
}

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

.data-table th,
.data-table td {
  padding: 19px 22px;
  text-align: left;
  border-right: 1px solid #e3eaf3;
  border-bottom: 1px solid #e3eaf3;
}

.data-table th:last-child,
.data-table td:last-child {
  border-right: 0;
}

.data-table thead th {
  color: #647187;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  background: #f4f8fe;
}

.data-table tbody th {
  color: var(--ink);
  font-family: "Space Grotesk", sans-serif;
  font-size: 14px;
}

.data-table tbody td {
  color: #55647a;
  font-size: 12px;
}

.data-table tbody tr:last-child th,
.data-table tbody tr:last-child td {
  border-bottom: 0;
}

.data-table tfoot th,
.data-table tfoot td {
  color: #fff;
  font-size: 13px;
  font-weight: 800;
  border-bottom: 0;
  background: #073b91;
}

.plan-reference-section {
  background:
    radial-gradient(circle at 100% 0%, rgba(28, 152, 255, 0.1), transparent 30%),
    #f4f8fe;
}

.product-table tbody tr:nth-child(4),
.product-table tbody tr:nth-child(9) {
  border-top: 3px solid #bed8f8;
}

.product-table tbody th {
  color: var(--blue);
}

.product-table tbody tr:nth-child(-n + 3) th {
  border-left: 4px solid #1a8cff;
}

.product-table tbody tr:nth-child(n + 4):nth-child(-n + 8) th {
  border-left: 4px solid #7456e8;
}

.product-table tbody tr:nth-child(n + 9) th {
  border-left: 4px solid #08a07b;
}

.agency-text-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 27px;
  color: var(--blue);
  font-size: 12px;
  font-weight: 800;
}

.advantages-section {
  color: #fff;
  background:
    radial-gradient(circle at 13% 10%, rgba(38, 164, 255, 0.2), transparent 24%),
    #06162f;
}

.advantages-section .agency-section-head h2,
.model-heading h2 {
  color: #fff;
}

.advantages-section .agency-section-head > p,
.model-heading > p {
  color: rgba(255, 255, 255, 0.62);
}

.advantages-section .agency-kicker,
.agency-kicker-light {
  color: #70d9ff;
}

.advantage-list,
.route-list,
.rules-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin: 55px 0 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
}

.advantage-list li {
  min-height: 190px;
  display: grid;
  grid-template-columns: 45px 1fr;
  gap: 20px;
  padding: 31px 30px 31px 0;
  border-right: 1px solid rgba(255, 255, 255, 0.13);
  border-bottom: 1px solid rgba(255, 255, 255, 0.13);
}

.advantage-list li:nth-child(2n) {
  padding-left: 30px;
  border-right: 0;
}

.advantage-list li > span,
.route-list li > span,
.rules-list li > span {
  color: #61d1ff;
  font-family: "Space Grotesk", sans-serif;
  font-size: 11px;
  font-weight: 700;
}

.advantage-list strong,
.route-list strong {
  font-family: "Space Grotesk", sans-serif;
  font-size: 20px;
}

.advantage-list p {
  margin: 9px 0 0;
  color: rgba(255, 255, 255, 0.58);
  font-size: 12px;
  line-height: 1.75;
}

.route-section {
  background: #fff;
}

.route-list {
  grid-template-columns: 1fr;
  border-color: #d8e4f2;
}

.route-list li {
  display: grid;
  grid-template-columns: 64px minmax(0, 1fr);
  gap: 25px;
  padding: 27px 0;
  border-bottom: 1px solid #dfe8f3;
}

.route-list li > span {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  color: var(--blue);
  border: 1px solid #bdd5f5;
  border-radius: 50%;
}

.route-list p {
  margin: 7px 0 0;
  color: var(--muted);
  font-size: 13px;
}

.model-section {
  color: #fff;
  background:
    radial-gradient(circle at 90% 8%, rgba(60, 192, 255, 0.23), transparent 28%),
    linear-gradient(135deg, #06162f, #073985);
}

.model-meta {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 52px;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}

.model-meta > div {
  min-height: 125px;
  display: grid;
  align-content: center;
  gap: 6px;
  padding: 24px 28px;
  border-right: 1px solid rgba(255, 255, 255, 0.15);
}

.model-meta > div:last-child {
  border-right: 0;
}

.model-meta span,
.model-levels span,
.model-levels small {
  color: rgba(255, 255, 255, 0.5);
}

.model-meta strong {
  font-size: 13px;
}

.model-levels {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  margin-top: 28px;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}

.model-levels > div {
  min-height: 165px;
  display: grid;
  align-content: center;
  gap: 2px;
  padding: 22px;
  border-right: 1px solid rgba(255, 255, 255, 0.14);
}

.model-levels > div:last-child {
  border-right: 0;
}

.model-levels strong {
  color: #72dfff;
  font-family: "Space Grotesk", sans-serif;
  font-size: clamp(25px, 2.2vw, 34px);
  letter-spacing: -0.04em;
}

.model-total {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  padding: 30px 0 0;
}

.model-total span {
  color: rgba(255, 255, 255, 0.6);
}

.model-total strong {
  font-family: "Space Grotesk", sans-serif;
  font-size: 34px;
}

.simulation-section {
  --scenario-1: #0878f9;
  --scenario-1-soft: #eaf4ff;
  --scenario-2: #7254e8;
  --scenario-2-soft: #f1eeff;
  --scenario-3: #008fa8;
  --scenario-3-soft: #e7f8fb;
  --scenario-4: #16825d;
  --scenario-4-soft: #e9f7f1;
  --scenario-5: #d27213;
  --scenario-5-soft: #fff4e5;
  --scenario-6: #d23d68;
  --scenario-6-soft: #fff0f4;
  background: #f4f8fe;
}

.scenario-block {
  margin-top: 52px;
  padding: 33px;
  border: 1px solid #d5e2f1;
  background: #fff;
  box-shadow: 0 24px 60px rgba(18, 70, 143, 0.09);
}

.scenario-block + .scenario-block {
  margin-top: 28px;
}

.scenario-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 35px;
}

.scenario-head > div > span {
  color: var(--blue);
}

.scenario-head h3 {
  margin: 6px 0 0;
  color: var(--ink);
  font-family: "Space Grotesk", sans-serif;
  font-size: 31px;
  letter-spacing: -0.04em;
}

.scenario-head p {
  margin: 8px 0 0;
  color: var(--muted);
  font-size: 12px;
}

.scenario-head > strong {
  padding-left: 17px;
  color: #617087;
  border-left: 2px solid #b4d3fa;
}

.scenario-table-frame {
  margin-top: 27px;
}

.scenario-table {
  table-layout: fixed;
}

.scenario-table thead th {
  padding: 16px 14px;
  color: rgba(255, 255, 255, 0.77);
  background: #0a2442;
}

.scenario-table thead th:first-child {
  width: 17%;
}

.scenario-table thead th:nth-child(2) {
  width: 15%;
}

.scenario-table thead th:nth-child(3) {
  width: 24%;
}

.scenario-table thead th:nth-child(4),
.scenario-table thead th:nth-child(5) {
  width: 22%;
  color: #fff;
}

.scenario-table thead th:nth-child(4) {
  background: #0878f9;
}

.scenario-table thead th:nth-child(5) {
  background: #7254e8;
}

.scenario-table tbody tr:nth-child(1) {
  --scenario-color: var(--scenario-1);
  --scenario-soft: var(--scenario-1-soft);
}

.scenario-table tbody tr:nth-child(2) {
  --scenario-color: var(--scenario-2);
  --scenario-soft: var(--scenario-2-soft);
}

.scenario-table tbody tr:nth-child(3) {
  --scenario-color: var(--scenario-3);
  --scenario-soft: var(--scenario-3-soft);
}

.scenario-table tbody tr:nth-child(4) {
  --scenario-color: var(--scenario-4);
  --scenario-soft: var(--scenario-4-soft);
}

.scenario-table tbody tr:nth-child(5) {
  --scenario-color: var(--scenario-5);
  --scenario-soft: var(--scenario-5-soft);
}

.scenario-table tbody tr:nth-child(6) {
  --scenario-color: var(--scenario-6);
  --scenario-soft: var(--scenario-6-soft);
}

.scenario-table tbody th {
  padding: 15px 14px;
  color: var(--scenario-color);
  border-left: 5px solid var(--scenario-color);
  background: var(--scenario-soft);
}

.scenario-table tbody th strong,
.scenario-table tbody th span,
.scenario-table tbody td strong,
.scenario-table tbody td span {
  display: block;
}

.scenario-table tbody th strong {
  color: var(--scenario-color);
  font-size: 15px;
}

.scenario-table tbody th span {
  margin-top: 3px;
  color: #758399;
  font-family: "Manrope", sans-serif;
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.scenario-table tbody td {
  padding: 15px 14px;
  background: #fff;
}

.scenario-table tbody td strong {
  color: #243750;
  font-family: "Space Grotesk", sans-serif;
  font-size: 13px;
  letter-spacing: -0.02em;
}

.scenario-table tbody td span {
  margin-top: 3px;
  color: #8390a3;
  font-size: 8px;
}

.scenario-table tbody td:nth-child(2) strong {
  color: var(--scenario-color);
  font-size: 17px;
}

.scenario-table .scenario-earning,
.scenario-table .scenario-earning-two {
  background: var(--scenario-soft);
}

.scenario-table .scenario-earning {
  border-left: 2px solid var(--scenario-color);
}

.scenario-table .scenario-earning strong,
.scenario-table .scenario-earning-two strong {
  color: var(--scenario-color);
  font-size: 15px;
}

.scenario-table .scenario-earning-two {
  box-shadow: inset 0 -3px 0 var(--scenario-color);
}

.scenario-totals {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 22px;
  border-top: 1px solid #d9e4f1;
  border-bottom: 1px solid #d9e4f1;
}

.scenario-totals > div {
  min-height: 105px;
  display: grid;
  align-content: center;
  gap: 5px;
  padding: 19px 21px;
  border-right: 1px solid #d9e4f1;
}

.scenario-totals > div:last-child {
  border-right: 0;
}

.scenario-totals span {
  color: #8490a3;
}

.scenario-totals strong {
  color: var(--blue);
  font-family: "Space Grotesk", sans-serif;
  font-size: 16px;
}

.scenario-totals > div:nth-child(3) {
  border-top: 3px solid #0878f9;
  background: #eaf4ff;
}

.scenario-totals > div:nth-child(4) {
  border-top: 3px solid #7254e8;
  background: #f1eeff;
}

.scenario-totals > div:nth-child(3) strong {
  color: #0878f9;
}

.scenario-totals > div:nth-child(4) strong {
  color: #7254e8;
}

.scenario-block-dark {
  color: #fff;
  border-color: transparent;
  background:
    radial-gradient(circle at 96% 2%, rgba(50, 187, 255, 0.26), transparent 25%),
    linear-gradient(145deg, #061831, #073983);
  box-shadow: 0 30px 70px rgba(6, 48, 121, 0.22);
}

.scenario-block-dark .scenario-head h3 {
  color: #fff;
}

.scenario-block-dark .scenario-head p,
.scenario-block-dark .scenario-head > strong {
  color: rgba(255, 255, 255, 0.61);
}

.scenario-block-dark .scenario-head > div > span {
  color: #73ddff;
}

.scenario-block-dark .table-frame {
  border-color: rgba(255, 255, 255, 0.15);
}

.scenario-block-dark .data-table thead th {
  color: rgba(255, 255, 255, 0.62);
  background: rgba(255, 255, 255, 0.08);
}

.scenario-block-dark .data-table tbody th,
.scenario-block-dark .data-table tbody td {
  color: rgba(255, 255, 255, 0.79);
  border-color: rgba(255, 255, 255, 0.12);
  background: rgba(3, 18, 46, 0.24);
}

.scenario-block-dark .scenario-table tbody th {
  color: var(--scenario-color);
  border-left-color: var(--scenario-color);
  background: var(--scenario-soft);
}

.scenario-block-dark .scenario-table tbody th strong,
.scenario-block-dark .scenario-table tbody td:nth-child(2) strong,
.scenario-block-dark .scenario-table .scenario-earning strong,
.scenario-block-dark .scenario-table .scenario-earning-two strong {
  color: var(--scenario-color);
}

.scenario-block-dark .scenario-table tbody th span,
.scenario-block-dark .scenario-table tbody td span {
  color: #758399;
}

.scenario-block-dark .scenario-table tbody td {
  color: #243750;
  border-color: #dfe8f2;
  background: #fff;
}

.scenario-block-dark .scenario-table .scenario-earning,
.scenario-block-dark .scenario-table .scenario-earning-two {
  background: var(--scenario-soft);
}

.scenario-block-dark .scenario-totals {
  border-color: rgba(255, 255, 255, 0.16);
}

.scenario-block-dark .scenario-totals > div {
  border-color: rgba(255, 255, 255, 0.16);
}

.scenario-block-dark .scenario-totals span {
  color: rgba(255, 255, 255, 0.5);
}

.scenario-block-dark .scenario-totals strong {
  color: #79e2ff;
}

.scenario-block-dark .scenario-totals > div:nth-child(3),
.scenario-block-dark .scenario-totals > div:nth-child(4) {
  border-color: rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.08);
}

.scenario-block-dark .scenario-totals > div:nth-child(3) {
  border-top-color: #55c7ff;
}

.scenario-block-dark .scenario-totals > div:nth-child(4) {
  border-top-color: #a78bfa;
}

.scenario-block-dark .scenario-totals > div:nth-child(3) strong {
  color: #79e2ff;
}

.scenario-block-dark .scenario-totals > div:nth-child(4) strong {
  color: #c5b5ff;
}

.team-growth-message {
  display: grid;
  grid-template-columns: minmax(190px, 0.35fr) minmax(0, 1.65fr);
  gap: 32px;
  align-items: center;
  margin-top: 34px;
  padding: 29px 0;
  border-top: 1px solid #a9ccf7;
  border-bottom: 1px solid #a9ccf7;
}

.team-growth-message span {
  color: var(--blue);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.team-growth-message strong {
  color: #10243f;
  font-family: "Space Grotesk", sans-serif;
  font-size: clamp(20px, 2.1vw, 29px);
  line-height: 1.35;
  letter-spacing: -0.025em;
}

.simulation-note {
  margin: 24px 0 0;
  color: #748197;
  font-size: 11px;
  line-height: 1.7;
}

.rank-section {
  background: #fff;
}

.rank-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px;
  margin-top: 55px;
}

.rank-panel {
  display: grid;
  grid-template-columns: minmax(240px, 0.8fr) minmax(0, 1.2fr);
  gap: 30px;
  padding: 31px;
  border-top: 3px solid var(--blue);
  background: #f6f9fe;
}

.rank-head > span {
  color: var(--blue);
}

.rank-head h3 {
  margin: 9px 0 0;
  color: var(--ink);
  font-family: "Space Grotesk", sans-serif;
  font-size: 26px;
}

.rank-head > strong {
  display: block;
  margin-top: 26px;
  color: var(--blue);
  font-family: "Space Grotesk", sans-serif;
  font-size: 28px;
  letter-spacing: -0.04em;
}

.rank-head small {
  display: block;
  margin-top: 4px;
  color: #8793a6;
}

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

.rank-panel li {
  position: relative;
  padding-left: 17px;
  color: #5b687d;
  font-size: 11px;
}

.rank-panel li::before {
  position: absolute;
  top: 9px;
  left: 0;
  width: 6px;
  height: 2px;
  background: var(--blue);
  content: "";
}

.rank-panel-dark {
  color: #fff;
  border-top-color: #65d8ff;
  background: linear-gradient(135deg, #061a38, #07377f);
}

.rank-panel-dark .rank-head h3,
.rank-panel-dark .rank-head > strong {
  color: #fff;
}

.rank-panel-dark .rank-head > span,
.rank-panel-dark .rank-head small {
  color: #72ddff;
}

.rank-panel-dark li {
  color: rgba(255, 255, 255, 0.68);
}

.rank-panel-dark li::before {
  background: #72ddff;
}

.ladder-section {
  background: #f4f8fe;
}

.ladder-rows {
  margin-top: 54px;
  border-top: 1px solid #d4e1f0;
}

.ladder-rows > div {
  min-height: 105px;
  display: grid;
  grid-template-columns: 0.6fr 0.8fr 1.6fr;
  gap: 25px;
  align-items: center;
  padding: 23px 0;
  border-bottom: 1px solid #d4e1f0;
}

.ladder-rows span {
  color: var(--blue);
  font-size: 11px;
  font-weight: 800;
}

.ladder-rows strong {
  color: var(--ink);
  font-family: "Space Grotesk", sans-serif;
  font-size: 23px;
}

.ladder-rows small {
  color: #748197;
  font-size: 11px;
}

.robot-section {
  color: #fff;
  background:
    radial-gradient(circle at 88% 13%, rgba(53, 192, 255, 0.28), transparent 29%),
    #06162f;
}

.robot-layout {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 90px;
  align-items: center;
}

.robot-copy h2 {
  margin-top: 17px;
  color: #fff;
}

.robot-copy p {
  margin: 22px 0 0;
  color: rgba(255, 255, 255, 0.63);
  line-height: 1.8;
}

.robot-copy .button {
  margin-top: 29px;
}

.robot-features {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border-top: 1px solid rgba(255, 255, 255, 0.16);
}

.robot-features > div {
  min-height: 105px;
  display: grid;
  grid-template-columns: 36px 1fr;
  gap: 13px;
  align-items: center;
  padding: 20px 20px 20px 0;
  border-right: 1px solid rgba(255, 255, 255, 0.14);
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.robot-features > div:nth-child(2n) {
  padding-left: 20px;
  border-right: 0;
}

.robot-features > div span {
  color: #67d8ff;
  font-size: 10px;
  font-weight: 800;
}

.robot-features > div strong {
  font-size: 12px;
}

.robot-features > p {
  grid-column: 1 / -1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
  margin: 0;
  padding: 25px 0 0;
}

.robot-features > p span {
  color: rgba(255, 255, 255, 0.48);
}

.robot-features > p strong {
  color: #74dfff;
  font-family: "Space Grotesk", sans-serif;
  font-size: 23px;
}

.rules-section {
  background: #fff;
}

.rules-list {
  grid-template-columns: 1fr;
  border-color: #d8e4f2;
}

.rules-list li {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
  gap: 18px;
  padding: 24px 0;
  border-bottom: 1px solid #dfe8f3;
}

.rules-list li > span {
  color: var(--blue);
}

.rules-list p {
  margin: 0;
  color: #5f6d82;
  font-size: 13px;
  line-height: 1.75;
}

.agency-cta-section {
  padding: 0 0 112px;
  background: #fff;
}

.agency-cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 65px;
  align-items: center;
  padding: 57px 62px;
  color: #fff;
  background:
    radial-gradient(circle at 94% 5%, rgba(58, 197, 255, 0.34), transparent 28%),
    linear-gradient(135deg, #06162f, #073b91);
  box-shadow: 0 30px 72px rgba(8, 54, 126, 0.2);
}

.agency-cta h2 {
  max-width: 800px;
  color: #fff;
}

.agency-cta p {
  max-width: 700px;
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.63);
}

.agency-cta-actions {
  display: grid;
  gap: 12px;
  min-width: 240px;
}

.agency-cta .button-outline {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.32);
  background: rgba(255, 255, 255, 0.05);
}

@media (max-width: 1160px) {
  .agency-hero-layout {
    grid-template-columns: minmax(0, 0.85fr) minmax(470px, 1.15fr);
    gap: 45px;
  }

  .rate-track,
  .model-levels {
    grid-template-columns: repeat(3, 1fr);
  }

  .rate-cell:nth-child(3),
  .model-levels > div:nth-child(3) {
    border-right: 0;
  }

  .rate-cell:nth-child(-n + 3),
  .model-levels > div:nth-child(-n + 3) {
    border-bottom: 1px solid #d8e4f2;
  }

  .model-levels > div:nth-child(-n + 3) {
    border-bottom-color: rgba(255, 255, 255, 0.14);
  }

  .rank-panel {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 1020px) {
  .agency-hero-layout,
  .robot-layout {
    grid-template-columns: 1fr;
  }

  .agency-hero-copy {
    max-width: 780px;
    margin-inline: auto;
    text-align: center;
  }

  .agency-hero-label,
  .agency-hero-actions {
    justify-content: center;
  }

  .agency-hero-copy > p {
    margin-inline: auto;
  }

  .agency-hero-note {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .agency-console {
    width: min(760px, 100%);
    margin-inline: auto;
  }

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

  .agency-metrics > div:nth-child(2) {
    border-right: 0;
  }

  .agency-metrics > div:nth-child(-n + 2) {
    border-bottom: 1px solid #d8e4f2;
  }

  .agency-section-head,
  .model-heading {
    display: grid;
    gap: 20px;
  }

  .model-meta,
  .scenario-totals {
    grid-template-columns: repeat(2, 1fr);
  }

  .model-meta > div:nth-child(2),
  .scenario-totals > div:nth-child(2) {
    border-right: 0;
  }

  .model-meta > div:nth-child(-n + 2),
  .scenario-totals > div:nth-child(-n + 2) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  }

  .scenario-totals > div:nth-child(-n + 2) {
    border-bottom-color: #d9e4f1;
  }

  .scenario-block-dark .scenario-totals > div:nth-child(-n + 2) {
    border-bottom-color: rgba(255, 255, 255, 0.16);
  }

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

  .rank-panel {
    grid-template-columns: 0.8fr 1.2fr;
  }

  .agency-cta {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .agency-cta-actions {
    display: flex;
    flex-wrap: wrap;
  }
}

@media (max-width: 760px) {
  .agency-hero {
    padding-top: 54px;
  }

  .agency-hero-layout {
    padding-bottom: 62px;
  }

  .agency-hero-label {
    justify-content: center;
    padding-left: 0;
    border-left: 0;
  }

  .agency-hero-label span {
    padding-right: 8px;
    border-right: 1px solid #abc6e8;
  }

  .agency-hero h1 {
    max-width: 480px;
    margin-top: 20px;
    margin-inline: auto;
    font-size: clamp(39px, 9.7vw, 47px);
    line-height: 1.06;
  }

  .agency-hero-copy > p {
    max-width: 440px;
    margin-top: 20px;
    font-size: 15px;
    line-height: 1.72;
  }

  .agency-hero-actions {
    display: grid;
  }

  .agency-hero-actions .button {
    width: 100%;
  }

  .agency-console {
    border-radius: 24px;
  }

  .console-total > strong {
    font-size: 58px;
  }

  .console-rows > div {
    padding-inline: 18px;
  }

  .agency-metrics > div {
    min-height: 104px;
    padding: 17px 15px;
  }

  .agency-section {
    padding: 82px 0;
  }

  .agency-section-head,
  .model-heading {
    text-align: center;
  }

  .agency-section-head > p,
  .model-heading > p {
    margin-inline: auto;
  }

  .agency-kicker {
    justify-content: center;
  }

  .agency-section-head h2,
  .model-heading h2,
  .robot-copy h2,
  .agency-cta h2 {
    font-size: clamp(36px, 10vw, 48px);
  }

  .reward-formula {
    flex-wrap: wrap;
    gap: 7px 10px;
    margin-top: 32px;
    padding: 17px 12px;
    text-align: center;
  }

  .reward-formula > span {
    flex: 0 0 100%;
    margin: 0 0 4px;
  }

  .reward-formula strong {
    font-size: 10px;
  }

  .reward-formula i {
    font-size: 15px;
  }

  .reward-example {
    margin-top: 24px;
    border-right: 0;
    border-left: 0;
  }

  .reward-example-copy {
    grid-template-columns: 1fr;
    gap: 8px;
    padding: 25px 18px 22px;
    text-align: center;
  }

  .reward-example-label {
    grid-column: auto;
  }

  .reward-example-copy p {
    max-width: 330px;
    margin-inline: auto;
  }

  .rate-track,
  .model-levels {
    grid-template-columns: repeat(2, 1fr);
  }

  .rate-cell,
  .model-levels > div,
  .rate-cell:nth-child(3),
  .model-levels > div:nth-child(3) {
    min-height: 135px;
    padding: 18px 16px;
    border-right: 1px solid #d8e4f2;
    border-bottom: 1px solid #d8e4f2;
  }

  .model-levels > div,
  .model-levels > div:nth-child(3) {
    border-right-color: rgba(255, 255, 255, 0.14);
    border-bottom-color: rgba(255, 255, 255, 0.14);
  }

  .rate-cell:nth-child(2n),
  .model-levels > div:nth-child(2n) {
    border-right: 0;
  }

  .rate-cell:nth-last-child(-n + 2),
  .model-levels > div:nth-last-child(-n + 2) {
    border-bottom: 0;
  }

  .rate-cell strong {
    font-size: 31px;
  }

  .rate-cell strong small {
    font-size: 9px;
  }

  .rate-cell p {
    font-size: 9px;
  }

  .reward-matrix-head {
    grid-template-columns: 1fr;
    gap: 14px;
    margin-top: 54px;
    text-align: center;
  }

  .reward-matrix-head h3 {
    font-size: clamp(29px, 8.2vw, 39px);
  }

  .reward-matrix-head p {
    max-width: 390px;
    margin-inline: auto;
  }

  .table-frame {
    border-right: 0;
    border-left: 0;
  }

  .data-table,
  .data-table tbody,
  .data-table tr,
  .data-table th,
  .data-table td {
    display: block;
    width: 100%;
  }

  .data-table thead,
  .data-table tfoot {
    display: none;
  }

  .data-table tbody tr {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding: 17px 0;
    border-bottom: 1px solid #dce6f2;
  }

  .data-table tbody tr:last-child {
    border-bottom: 0;
  }

  .data-table tbody th {
    grid-column: 1 / -1;
    padding: 0 18px 12px;
    border: 0;
  }

  .data-table tbody td {
    min-height: 62px;
    padding: 9px 18px;
    border: 0;
  }

  .data-table tbody td::before {
    display: block;
    margin-bottom: 3px;
    color: #8995a7;
    font-size: 8px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    content: attr(data-label);
  }

  .reward-matrix-frame {
    margin-top: 24px;
    border: 0;
    background: transparent;
  }

  .earnings-table tbody tr {
    padding: 0;
    margin-bottom: 16px;
    border: 1px solid #cfdeed;
    background: #fff;
  }

  .earnings-table tbody tr:last-child {
    margin-bottom: 0;
    border-bottom: 1px solid #cfdeed;
  }

  .earnings-table tbody th:first-child {
    width: 100%;
    min-height: 68px;
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: center;
    gap: 13px;
    padding: 14px 16px;
    color: #fff;
    background: #0a2442;
  }

  .earnings-table tbody th strong {
    color: #72dfff;
    font-size: 20px;
  }

  .earnings-table tbody th span {
    margin: 0;
    color: rgba(255, 255, 255, 0.7);
    font-size: 10px;
    text-align: right;
  }

  .earnings-table tbody td {
    min-height: 78px;
    display: grid;
    align-content: center;
    padding: 12px 14px;
    text-align: left;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    background: var(--level-soft);
  }

  .earnings-table tbody td:nth-of-type(2n) {
    border-right: 0;
  }

  .earnings-table tbody td:nth-last-of-type(-n + 2) {
    border-bottom: 0;
  }

  .earnings-table tbody td::before {
    margin-bottom: 5px;
    color: currentColor;
    font-size: 8px;
  }

  .earnings-table tbody td strong {
    font-size: 19px;
  }

  .earnings-table tbody td span {
    margin-top: 1px;
    font-size: 8px;
  }

  .reward-matrix-note {
    margin-top: 18px;
    padding: 13px 14px;
    text-align: center;
    border-top: 1px solid #b9d7fb;
    border-left: 0;
    border-bottom: 1px solid #b9d7fb;
    background: #f2f8ff;
  }

  .product-table tbody tr:nth-child(4),
  .product-table tbody tr:nth-child(9) {
    border-top: 3px solid #bed8f8;
  }

  .product-table tbody tr:nth-child(-n + 3) {
    border-left: 4px solid #1a8cff;
  }

  .product-table tbody tr:nth-child(n + 4):nth-child(-n + 8) {
    border-left: 4px solid #7456e8;
  }

  .product-table tbody tr:nth-child(n + 9) {
    border-left: 4px solid #08a07b;
  }

  .product-table tbody th {
    border-left: 0;
  }

  .scenario-table tbody tr:nth-child(1) {
    border-left: 4px solid #0878f9;
  }

  .scenario-table tbody tr:nth-child(2) {
    border-left: 4px solid #7254e8;
  }

  .scenario-table tbody tr:nth-child(3) {
    border-left: 4px solid #008fa8;
  }

  .scenario-table tbody tr:nth-child(4) {
    border-left: 4px solid #16825d;
  }

  .scenario-table tbody tr:nth-child(5) {
    border-left: 4px solid #d27213;
  }

  .scenario-table tbody tr:nth-child(6) {
    border-left: 4px solid #d23d68;
  }

  .advantage-list {
    grid-template-columns: 1fr;
  }

  .advantage-list li,
  .advantage-list li:nth-child(2n) {
    min-height: 0;
    padding: 25px 0;
    border-right: 0;
  }

  .route-list li {
    grid-template-columns: 48px minmax(0, 1fr);
    gap: 15px;
  }

  .route-list li > span {
    width: auto;
    height: auto;
    display: block;
    padding-top: 3px;
    border: 0;
    border-radius: 0;
  }

  .model-meta {
    grid-template-columns: 1fr;
  }

  .model-meta > div,
  .model-meta > div:nth-child(2) {
    min-height: 95px;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  }

  .model-meta > div:last-child {
    border-bottom: 0;
  }

  .model-total {
    display: grid;
    justify-items: center;
    text-align: center;
  }

  .scenario-block {
    padding: 25px 18px;
  }

  .scenario-head {
    display: grid;
    gap: 18px;
    text-align: center;
  }

  .scenario-head > strong {
    justify-self: center;
    padding: 10px 0 0;
    border-top: 2px solid #b4d3fa;
    border-left: 0;
  }

  .scenario-head h3 {
    font-size: 28px;
  }

  .scenario-table-frame {
    border: 0;
    background: transparent;
  }

  .scenario-table tbody tr {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding: 0;
    margin-bottom: 14px;
    border: 1px solid #d5e2f1;
    border-left: 5px solid var(--scenario-color);
    background: #fff;
  }

  .scenario-table tbody tr:last-child {
    margin-bottom: 0;
    border-bottom: 1px solid #d5e2f1;
  }

  .scenario-table tbody th {
    min-height: 62px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    padding: 13px 14px;
    border-left: 0;
    border-bottom: 1px solid #fff;
    background: var(--scenario-soft);
  }

  .scenario-table tbody th strong {
    font-size: 18px;
  }

  .scenario-table tbody th span {
    margin: 0;
    text-align: right;
  }

  .scenario-table tbody td {
    min-height: 80px;
    display: grid;
    align-content: center;
    padding: 12px 13px;
    border-right: 1px solid #e2eaf3;
    border-bottom: 1px solid #e2eaf3;
    background: #fff;
  }

  .scenario-table tbody td:nth-of-type(2n) {
    border-right: 0;
  }

  .scenario-table tbody td::before {
    margin-bottom: 5px;
    color: #7c899c;
    font-size: 7px;
  }

  .scenario-table tbody td strong {
    font-size: 14px;
  }

  .scenario-table tbody td:nth-child(2) strong {
    font-size: 19px;
  }

  .scenario-table .scenario-earning,
  .scenario-table .scenario-earning-two,
  .scenario-block-dark .scenario-table .scenario-earning,
  .scenario-block-dark .scenario-table .scenario-earning-two {
    border-top: 2px solid var(--scenario-color);
    border-left: 0;
    background: var(--scenario-soft);
    box-shadow: none;
  }

  .scenario-table .scenario-earning strong,
  .scenario-table .scenario-earning-two strong {
    font-size: 17px;
  }

  .scenario-block-dark .scenario-table tbody tr {
    border-color: rgba(255, 255, 255, 0.22);
    border-left-color: var(--scenario-color);
  }

  .scenario-block-dark .scenario-table tbody th {
    border-bottom-color: #fff;
  }

  .scenario-totals {
    grid-template-columns: repeat(2, 1fr);
  }

  .scenario-totals > div {
    min-height: 100px;
    padding: 17px 13px;
  }

  .scenario-totals strong {
    font-size: 14px;
  }

  .team-growth-message {
    grid-template-columns: 1fr;
    gap: 12px;
    margin-top: 28px;
    padding: 25px 12px;
    text-align: center;
    background: #eef6ff;
  }

  .team-growth-message strong {
    font-size: clamp(21px, 6.2vw, 28px);
  }

  .rank-panel,
  .rank-panel-dark {
    grid-template-columns: 1fr;
    padding: 25px 20px;
    background: transparent;
    border-top: 1px solid #ceddec;
    border-bottom: 1px solid #ceddec;
  }

  .rank-panel-dark {
    color: inherit;
  }

  .rank-panel-dark .rank-head h3 {
    color: var(--ink);
  }

  .rank-panel-dark .rank-head > strong,
  .rank-panel-dark .rank-head > span {
    color: var(--blue);
  }

  .rank-panel-dark .rank-head small {
    color: #8793a6;
  }

  .rank-panel-dark li {
    color: #5b687d;
  }

  .rank-panel-dark li::before {
    background: var(--blue);
  }

  .ladder-rows > div {
    grid-template-columns: 1fr auto;
    gap: 7px 16px;
    padding: 20px 0;
  }

  .ladder-rows small {
    grid-column: 1 / -1;
  }

  .robot-copy {
    text-align: center;
  }

  .robot-copy .agency-kicker {
    justify-content: center;
  }

  .robot-copy .button {
    width: 100%;
  }

  .robot-features > div {
    grid-template-columns: 28px 1fr;
    padding-right: 12px;
  }

  .robot-features > div:nth-child(2n) {
    padding-left: 12px;
  }

  .robot-features > p {
    display: grid;
    justify-items: center;
    text-align: center;
  }

  .rules-list li {
    grid-template-columns: 38px minmax(0, 1fr);
    gap: 12px;
  }

  .agency-cta-section {
    padding-bottom: 82px;
  }

  .agency-cta {
    padding: 42px 24px;
    text-align: center;
  }

  .agency-cta-actions {
    display: grid;
  }

  .agency-cta-actions .button {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .agency-text-link {
    transition: none;
  }
}
