:root {
  --o16-project-blue: #087dbd;
  --o16-project-blue-light: #51b2ff;
  --o16-project-navy: #071b42;
  --o16-project-ink: #142442;
  --o16-project-muted: #65748a;
  --o16-project-line: #dce7f3;
  --o16-project-soft: #f3f8fd;
  --o16-project-success: #15966a;
  --o16-project-danger: #d43c52;
  --o16-project-shadow: 0 24px 65px rgba(19, 73, 112, .12);
}

html {
  scroll-behavior: smooth;
}

body.o16-project-page {
  min-width: 320px;
  margin: 0;
  background: #fff;
  color: var(--o16-project-ink);
  font-family: 'DM Sans', 'Inter', Arial, sans-serif;
}

body.o16-project-page *,
body.o16-project-page *::before,
body.o16-project-page *::after {
  box-sizing: border-box;
}

body.o16-project-page button,
body.o16-project-page input,
body.o16-project-page textarea,
body.o16-project-page select {
  font: inherit;
}

.o16-project-shell {
  width: min(1280px, calc(100% - 48px));
  margin-inline: auto;
}

.o16-project-svg-sprite {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}

.o16-project-logo-row {
  display: flex;
  min-height: 58px;
  align-items: center;
  /* justify-content: center; */
  margin-bottom: 22px;
}

.o16-project-logo {
  display: inline-flex;
  align-items: center;
}

.o16-project-logo img {
  display: block;
  width: auto;
  height: 100px;
}

.o16-project-main {
  overflow: hidden;
}

.o16-project-hero {
  position: relative;
  isolation: isolate;
  padding: 20px 0 72px;
  background:
    radial-gradient(circle at 4% 8%, rgba(81, 178, 255, .12), transparent 24rem),
    radial-gradient(circle at 96% 20%, rgba(8, 125, 189, .09), transparent 28rem),
    #fff;
}

.o16-project-hero::before {
  position: absolute;
  z-index: -1;
  top: -220px;
  right: -190px;
  width: 620px;
  height: 620px;
  border: 90px solid rgba(8, 125, 189, .035);
  border-radius: 50%;
  content: '';
}

.o16-project-dots {
  position: absolute;
  z-index: -1;
  width: 125px;
  height: 105px;
  background-image: radial-gradient(rgba(81, 178, 255, .58) 1.5px, transparent 1.7px);
  background-size: 14px 14px;
}

.o16-project-dots-left {
  top: 38px;
  left: 4%;
}

.o16-project-dots-right {
  right: 3%;
  bottom: 38px;
  opacity: .55;
}

.o16-project-hero-grid {
  display: grid;
  grid-template-columns: minmax(340px, .68fr) minmax(700px, 1.32fr);
  align-items: start;
  gap: clamp(48px, 4.5vw, 64px);
}

.o16-project-intro {
  position: sticky;
  top: 30px;
  padding-top: 96px;
}

.o16-project-eyebrow,
.o16-project-section-kicker,
.o16-project-panel-kicker {
  color: var(--o16-project-blue);
  font-size: 22px;
  font-weight: 800;
  letter-spacing: 1.45px;
  text-transform: uppercase;
}

.o16-project-eyebrow {
  display: inline-flex;
  padding: 8px 13px;
  border-radius: 100px;
  background: #eaf5fc;
}

.o16-project-intro h1 {
  max-width: 480px;
  margin: 20px 0 22px;
  color: var(--o16-project-navy);
  font-size: clamp(48px, 4.35vw, 64px);
  font-weight: 700;
  letter-spacing: -3.2px;
  line-height: 1.04;
}

.o16-project-intro h1 span {
  display: block;
  background: linear-gradient(90deg, var(--o16-project-blue), var(--o16-project-blue-light));
  background-clip: text;
  color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.o16-project-intro > p {
  max-width: 430px;
  margin: 0;
  color: var(--o16-project-muted);
  font-size: 16px;
  line-height: 1.7;
}

.o16-project-micro-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
  margin-top: 38px;
}

.o16-project-trust-item svg,
.o16-project-service-grid svg,
.o16-project-button svg,
.o16-project-success svg,
.o16-project-metrics svg,
.o16-project-help svg,
.o16-project-contact-list svg {
  display: block;
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.o16-project-trust-item {
  display: flex;
  align-items: center;
  gap: 9px;
}

.o16-project-trust-item > span {
  display: grid;
  width: 35px;
  height: 35px;
  place-items: center;
  border-radius: 50%;
  background: #eef7fd;
  color: var(--o16-project-blue);
}

.o16-project-trust-item svg {
  width: 18px;
  height: 18px;
}

.o16-project-trust-item strong,
.o16-project-trust-item small {
  display: block;
}

.o16-project-trust-item strong {
  color: var(--o16-project-ink);
  font-size: 16px;
}

.o16-project-trust-item small {
  margin-top: 2px;
  color: var(--o16-project-muted);
  font-size: 12px;
}

.o16-project-form-card {
  min-width: 0;
  min-height: 740px;
  padding: 34px;
  border: 1px solid var(--o16-project-line);
  border-radius: 26px;
  background: rgba(255, 255, 255, .96);
  box-shadow: var(--o16-project-shadow);
}

.o16-project-stepper {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 8px;
  margin: 0 0 30px;
  padding: 0 0 26px;
  border-bottom: 1px solid var(--o16-project-line);
  list-style: none;
}

.o16-project-stepper li {
  position: relative;
  min-width: 0;
  color: #8390a5;
  font-size: 11px;
  font-weight: 650;
  text-align: center;
}

.o16-project-stepper li:not(:last-child)::after {
  position: absolute;
  z-index: 0;
  top: 17px;
  right: -40%;
  left: 60%;
  height: 2px;
  background: #e3eaf3;
  content: '';
}

.o16-project-stepper li > span {
  position: relative;
  z-index: 1;
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  margin: 0 auto 9px;
  border: 1px solid transparent;
  border-radius: 50%;
  background: #edf2f7;
  color: #637187;
  font-size: 13px;
  font-weight: 800;
}

.o16-project-stepper li small {
  display: block;
  overflow: hidden;
  font-size: inherit;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.o16-project-stepper li.is-active {
  color: var(--o16-project-blue);
}

.o16-project-stepper li.is-active > span {
  background: linear-gradient(135deg, var(--o16-project-blue), var(--o16-project-blue-light));
  box-shadow: 0 8px 20px rgba(8, 125, 189, .22);
  color: #fff;
}

.o16-project-stepper li.is-complete {
  color: var(--o16-project-success);
}

.o16-project-stepper li.is-complete > span {
  border-color: #bde7d8;
  background: #e9f8f2;
  color: var(--o16-project-success);
}

.o16-project-stepper li.is-complete:not(:last-child)::after {
  background: #bde7d8;
}

.o16-project-panel {
  animation: o16-project-panel-enter .24s ease;
}

.o16-project-panel[hidden],
.o16-project-success[hidden] {
  display: none !important;
}

@keyframes o16-project-panel-enter {
  from { opacity: .25; transform: translateY(6px); }
  to { opacity: 1; transform: none; }
}

.o16-project-panel h2,
.o16-project-success h2,
.o16-project-testimonials-heading h2,
.o16-project-help h2 {
  color: var(--o16-project-navy);
  font-weight: 700;
  letter-spacing: -.7px;
}

.o16-project-panel h2 {
  margin: 8px 0 7px;
  font-size: 25px;
  line-height: 1.2;
}

.o16-project-panel-intro {
  margin: 0 0 26px;
  color: var(--o16-project-muted);
  font-size: 13px;
}

.o16-project-service-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 13px;
}

.o16-project-service-grid button {
  position: relative;
  display: flex;
  min-height: 84px;
  align-items: center;
  gap: 12px;
  padding: 14px 15px;
  border: 1px solid var(--o16-project-line);
  border-radius: 13px;
  background: #fff;
  color: var(--o16-project-ink);
  text-align: left;
  transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.o16-project-service-grid button:hover {
  border-color: #a6d6ee;
  box-shadow: 0 10px 25px rgba(8, 125, 189, .08);
  transform: translateY(-2px);
}

.o16-project-service-grid button.is-selected {
  padding: 13px;
  border: 2px solid var(--o16-project-blue);
  background: #f6fbfe;
}

.o16-project-service-grid button.is-selected::after {
  position: absolute;
  top: 8px;
  right: 8px;
  display: grid;
  width: 19px;
  height: 19px;
  place-items: center;
  border-radius: 50%;
  background: var(--o16-project-blue);
  color: #fff;
  content: '\2713';
  font-size: 10px;
  font-weight: 900;
}

.o16-project-service-grid button > span {
  display: grid;
  width: 38px;
  height: 38px;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 10px;
  background: #eaf5fc;
  color: var(--o16-project-blue);
  font-size: 17px;
}

.o16-project-service-grid button strong {
  padding-right: 10px;
  font-size: 13px;
  line-height: 1.35;
}

.o16-project-fields {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 17px;
}

.o16-project-field {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 7px;
}

.o16-project-field-full {
  grid-column: 1 / -1;
}

.o16-project-field label,
.o16-project-consent {
  color: var(--o16-project-ink);
  font-size: 12px;
  font-weight: 750;
}

.o16-project-field input,
.o16-project-field textarea,
.o16-project-field select {
  width: 100%;
  min-height: 48px;
  padding: 12px 14px;
  border: 1px solid var(--o16-project-line);
  border-radius: 11px;
  outline: 0;
  background: #fff;
  color: var(--o16-project-ink);
  font-size: 13px;
  transition: border-color .2s ease, box-shadow .2s ease;
}

.o16-project-field textarea {
  min-height: 124px;
  resize: vertical;
}

.o16-project-field input:focus,
.o16-project-field textarea:focus,
.o16-project-field select:focus {
  border-color: var(--o16-project-blue);
  box-shadow: 0 0 0 4px rgba(8, 125, 189, .08);
}

.o16-project-field small {
  color: var(--o16-project-muted);
  font-size: 10px;
}

.o16-project-choice-row {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}

.o16-project-choice-row button {
  padding: 9px 13px;
  border: 1px solid var(--o16-project-line);
  border-radius: 100px;
  background: #fff;
  color: var(--o16-project-ink);
  font-size: 11px;
  font-weight: 700;
}

.o16-project-choice-row button.is-selected {
  border-color: var(--o16-project-blue);
  background: #eaf5fc;
  color: var(--o16-project-blue);
}

.o16-project-error {
  min-height: 18px;
  padding-top: 3px;
  color: var(--o16-project-danger);
  font-size: 10px;
}

.o16-project-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: 25px;
}

.o16-project-actions > span {
  color: var(--o16-project-muted);
  font-size: 10px;
}

body.o16-project-page .o16-project-button {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 10px 18px;
  border-radius: 9px;
  font-size: 12px;
  font-weight: 800;
  transition: box-shadow .2s ease, transform .2s ease, background .2s ease;
}

body.o16-project-page .o16-project-button svg {
  width: 17px;
  height: 17px;
  stroke-width: 2;
}

body.o16-project-page .o16-project-button-primary {
  border: 0;
  background: linear-gradient(90deg, var(--o16-project-blue), var(--o16-project-blue-light));
  box-shadow: 0 10px 24px rgba(8, 125, 189, .2);
  color: #fff;
}

body.o16-project-page .o16-project-button-primary:hover {
  box-shadow: 0 14px 30px rgba(8, 125, 189, .26);
  transform: translateY(-2px);
}

body.o16-project-page .o16-project-button-secondary {
  border: 1px solid var(--o16-project-line);
  background: #fff;
  color: var(--o16-project-ink);
}

body.o16-project-page .o16-project-button:disabled {
  cursor: wait;
  opacity: .58;
  transform: none;
}

.o16-project-review {
  overflow: hidden;
  border: 1px solid var(--o16-project-line);
  border-radius: 15px;
  background: var(--o16-project-soft);
}

.o16-project-review-row {
  display: grid;
  grid-template-columns: 145px minmax(0, 1fr);
  gap: 18px;
  padding: 11px 16px;
  border-bottom: 1px solid var(--o16-project-line);
}

.o16-project-review-row:last-child {
  border-bottom: 0;
}

.o16-project-review-row span {
  color: var(--o16-project-muted);
  font-size: 10px;
  font-weight: 700;
}

.o16-project-review-row strong {
  overflow-wrap: anywhere;
  color: var(--o16-project-ink);
  font-size: 11px;
}

.o16-project-consent {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  margin-top: 17px;
  color: var(--o16-project-muted);
  font-weight: 500;
  line-height: 1.5;
}

.o16-project-consent input {
  width: auto;
  margin-top: 3px;
}

.o16-project-submit-error {
  margin-bottom: -9px;
  text-align: right;
}

.o16-project-success {
  padding: 82px 20px;
  text-align: center;
}

.o16-project-success > span {
  display: grid;
  width: 84px;
  height: 84px;
  place-items: center;
  margin: 0 auto 22px;
  border-radius: 50%;
  background: #e9f8f2;
  color: var(--o16-project-success);
}

.o16-project-success > span svg {
  width: 38px;
  height: 38px;
  stroke-width: 2.2;
}

.o16-project-success > small {
  color: var(--o16-project-blue);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 1.4px;
  text-transform: uppercase;
}

.o16-project-success h2 {
  max-width: 570px;
  margin: 10px auto 12px;
  font-size: 31px;
}

.o16-project-success p {
  max-width: 570px;
  margin: 0 auto;
  color: var(--o16-project-muted);
  font-size: 13px;
  line-height: 1.65;
}

.o16-project-success > strong {
  display: block;
  width: max-content;
  max-width: 100%;
  margin: 18px auto;
  padding: 8px 13px;
  border: 1px solid var(--o16-project-line);
  border-radius: 100px;
  background: var(--o16-project-soft);
  color: var(--o16-project-muted);
  font-size: 11px;
}

.o16-project-proof {
  padding: 0 0 86px;
  background: #fff;
}

.o16-project-section-card,
.o16-project-testimonials article {
  border: 1px solid var(--o16-project-line);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 12px 34px rgba(19, 73, 112, .055);
}

.o16-project-brands {
  padding: 26px 34px 22px;
  text-align: center;
}

.o16-project-section-kicker {
  display: block;
  margin-bottom: 23px;
  text-align: center;
}

.o16-project-brands > div {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  align-items: center;
  gap: 28px;
}

.o16-project-brands img {
  display: block;
  width: 100%;
  max-width: 120px;
  max-height: 42px;
  margin: auto;
  object-fit: contain;
}

.o16-project-wordmark {
  font-size: 16px;
  font-weight: 800;
}

.o16-project-wordmark-green {
  color: #3b943e;
  font-size: 19px;
  font-style: italic;
}

.o16-project-wordmark-sudo {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  margin: auto;
  border-radius: 50%;
  background: #e72e34;
  color: #fff;
  font-size: 12px;
}

.o16-project-wordmark-blue {
  color: #0876c9;
}

.o16-project-testimonials-heading {
  margin: 70px 0 26px;
  text-align: center;
}

.o16-project-testimonials-heading .o16-project-section-kicker {
  margin-bottom: 7px;
}

.o16-project-testimonials-heading h2 {
  margin: 0;
  font-size: 28px;
}

.o16-project-testimonials {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.o16-project-testimonials article {
  min-height: 250px;
  padding: 27px;
}

.o16-project-stars {
  color: #ff9b00;
  font-size: 16px;
  letter-spacing: 2px;
}

.o16-project-testimonials article > p {
  min-height: 100px;
  margin: 19px 0 24px;
  color: var(--o16-project-muted);
  font-size: 12px;
  line-height: 1.8;
}

.o16-project-reviewer {
  display: flex;
  align-items: center;
  gap: 11px;
}

.o16-project-reviewer > span {
  display: grid;
  width: 40px;
  height: 40px;
  place-items: center;
  border-radius: 50%;
  background: linear-gradient(145deg, #d7ebfb, #eff8fd);
  color: var(--o16-project-blue);
  font-size: 10px;
  font-weight: 800;
}

.o16-project-reviewer strong,
.o16-project-reviewer small {
  display: block;
}

.o16-project-reviewer strong {
  color: var(--o16-project-ink);
  font-size: 16px;
}

.o16-project-reviewer small {
  margin-top: 3px;
  color: var(--o16-project-muted);
  font-size: 12px;
}

.o16-project-metrics {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 34px;
  padding: 28px 18px;
}

.o16-project-metrics article {
  display: flex;
  min-height: 65px;
  align-items: center;
  justify-content: center;
  gap: 15px;
  padding: 0 20px;
  border-right: 1px solid var(--o16-project-line);
}

.o16-project-metrics article:last-child {
  border-right: 0;
}

.o16-project-metrics article > span {
  color: var(--o16-project-blue);
}

.o16-project-metrics article > span svg {
  width: 34px;
  height: 34px;
  stroke-width: 1.65;
}

.o16-project-metrics strong,
.o16-project-metrics small {
  display: block;
}

.o16-project-metrics strong {
  color: var(--o16-project-navy);
  font-size: 24px;
}

.o16-project-metrics small {
  margin-top: 3px;
  color: var(--o16-project-muted);
  font-size: 12px;
}

.o16-project-help {
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  align-items: center;
  gap: 56px;
  margin-top: 34px;
  padding: 40px 48px;
  background: linear-gradient(120deg, #fff, #f5faff);
}

.o16-project-help-copy {
  display: flex;
  align-items: center;
  gap: 25px;
}

.o16-project-help-copy > span {
  display: grid;
  width: 94px;
  height: 94px;
  flex: 0 0 auto;
  place-items: center;
  border: 1px solid #cce5f3;
  border-radius: 50%;
  color: var(--o16-project-blue);
}

.o16-project-help-copy > span svg {
  width: 42px;
  height: 42px;
  stroke-width: 1.55;
}

.o16-project-help h2 {
  margin: 0 0 9px;
  font-size: 25px;
  line-height: 1.2;
}

.o16-project-help-copy p {
  max-width: 410px;
  margin: 0 0 17px;
  color: var(--o16-project-muted);
  font-size: 16px;
  line-height: 1.7;
}

.o16-project-help-copy a {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  gap: 17px;
  padding: 9px 20px;
  border-radius: 7px;
  background: linear-gradient(90deg, var(--o16-project-blue), var(--o16-project-blue-light));
  color: #fff;
  font-size: 16px;
  font-weight: 800;
}

.o16-project-help-copy a svg {
  width: 17px;
  height: 17px;
}

.o16-project-contact-list {
  display: grid;
  gap: 18px;
  padding-left: 38px;
  border-left: 1px dashed #c9deeb;
}

.o16-project-contact-list > a,
.o16-project-contact-list > div {
  display: grid;
  grid-template-columns: 32px minmax(0, 1fr);
  align-items: center;
  gap: 11px;
  color: var(--o16-project-ink);
}

.o16-project-contact-list svg {
  color: var(--o16-project-blue);
  width: 22px;
  height: 22px;
}

.o16-project-contact-list small,
.o16-project-contact-list strong {
  display: block;
}

.o16-project-contact-list small {
  margin-bottom: 3px;
  color: var(--o16-project-muted);
  font-size: 12px;
}

.o16-project-contact-list strong {
  font-size: 16px;
}

.o16-project-toast {
  position: fixed;
  z-index: 100;
  right: 20px;
  bottom: 20px;
  padding: 12px 16px;
  border-radius: 10px;
  background: var(--o16-project-navy);
  box-shadow: var(--o16-project-shadow);
  color: #fff;
  font-size: 11px;
  opacity: 0;
  pointer-events: none;
  transform: translateY(12px);
  transition: opacity .2s ease, transform .2s ease;
}

.o16-project-toast.is-visible {
  opacity: 1;
  transform: none;
}

@media (max-width: 1120px) {
  .o16-project-hero-grid {
    grid-template-columns: minmax(290px, .68fr) minmax(620px, 1.32fr);
    gap: 42px;
  }

  .o16-project-intro h1 {
    font-size: 50px;
  }

  .o16-project-micro-trust {
    gap: 14px;
  }

  .o16-project-form-card {
    padding: 26px;
  }
}

@media (max-width: 980px) {
  .o16-project-hero {
    padding-top: 18px;
  }

  .o16-project-logo-row {
    margin-bottom: 12px;
  }

  .o16-project-hero-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .o16-project-intro {
    position: relative;
    top: auto;
    padding-top: 22px;
  }

  .o16-project-intro h1,
  .o16-project-intro > p {
    max-width: 720px;
  }

  .o16-project-form-card {
    min-height: 0;
  }

  .o16-project-help {
    grid-template-columns: 1fr;
  }

  .o16-project-contact-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    padding: 30px 0 0;
    border-top: 1px dashed #c9deeb;
    border-left: 0;
  }
}

@media (max-width: 760px) {
  .o16-project-shell {
    width: min(100% - 28px, 1280px);
  }

  .o16-project-logo img {
    height: 56px;
  }

  .o16-project-hero {
    padding: 16px 0 58px;
  }

  .o16-project-intro h1 {
    margin-top: 18px;
    font-size: 42px;
    letter-spacing: -2.2px;
  }

  .o16-project-intro > p {
    font-size: 15px;
  }

  .o16-project-form-card {
    padding: 20px;
    border-radius: 20px;
  }

  .o16-project-stepper li small {
    display: none;
  }

  .o16-project-stepper {
    padding-bottom: 18px;
  }

  .o16-project-service-grid,
  .o16-project-fields,
  .o16-project-testimonials {
    grid-template-columns: 1fr;
  }

  .o16-project-service-grid button {
    min-height: 72px;
  }

  .o16-project-testimonials article,
  .o16-project-testimonials article > p {
    min-height: 0;
  }

  .o16-project-brands > div {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 30px 18px;
  }

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

  .o16-project-metrics article:nth-child(2) {
    border-right: 0;
  }

  .o16-project-metrics article:nth-child(-n+2) {
    padding-bottom: 20px;
    border-bottom: 1px solid var(--o16-project-line);
  }

  .o16-project-metrics article:nth-child(n+3) {
    padding-top: 20px;
  }

  .o16-project-help {
    gap: 32px;
    padding: 31px 25px;
  }

  .o16-project-help-copy {
    align-items: flex-start;
  }

  .o16-project-help-copy > span {
    width: 75px;
    height: 75px;
    font-size: 31px;
  }

  .o16-project-contact-list {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 520px) {
  .o16-project-intro h1 {
    font-size: 36px;
    letter-spacing: -1.8px;
  }

  .o16-project-micro-trust {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .o16-project-trust-item {
    align-items: flex-start;
    flex-direction: column;
  }

  .o16-project-stepper li > span {
    width: 32px;
    height: 32px;
  }

  .o16-project-stepper li:not(:last-child)::after {
    top: 15px;
  }

  .o16-project-panel h2 {
    font-size: 22px;
  }

  .o16-project-actions {
    align-items: stretch;
    flex-direction: column-reverse;
  }

  .o16-project-actions-first {
    flex-direction: column;
  }

  body.o16-project-page .o16-project-button {
    width: 100%;
  }

  .o16-project-review-row {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .o16-project-brands {
    padding-inline: 18px;
  }

  .o16-project-metrics {
    grid-template-columns: 1fr;
    padding: 16px 24px;
  }

  .o16-project-metrics article,
  .o16-project-metrics article:nth-child(2),
  .o16-project-metrics article:nth-child(-n+2),
  .o16-project-metrics article:nth-child(n+3) {
    justify-content: flex-start;
    padding: 20px 0;
    border-right: 0;
    border-bottom: 1px solid var(--o16-project-line);
  }

  .o16-project-metrics article:last-child {
    border-bottom: 0;
  }

  .o16-project-help-copy {
    flex-direction: column;
  }

  .o16-project-help h2 {
    font-size: 22px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .o16-project-panel { animation: none; }
  .o16-project-service-grid button,
  .o16-project-button { transition: none !important; }
}
