.outcomes {
  background: var(--navy);
  color: #fff;
  padding: 44px 0;
}

/* Render the extracted high-resolution mark without scaling a cropped sprite. */
.brand-mark {
  display: block;
  position: relative;
  width: 34px;
  height: 32px;
  flex: 0 0 auto;
  overflow: hidden;
  background-image: url('images/bluealpha-mark.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  clip-path: none;
}

.brand-mark::after,
.brand-mark span {
  display: none;
}

.outcome-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.outcome-grid > div {
  display: flex;
  align-items: center;
  gap: 17px;
  padding: 8px 26px;
  border-left: 1px solid rgba(255, 255, 255, .14);
}

.outcome-grid > div:first-child {
  border-left: 0;
  padding-left: 0;
}

.outcome-grid strong {
  color: #fff;
  font: 750 32px/1 var(--serif);
  letter-spacing: -1px;
  white-space: nowrap;
}

.outcome-grid span {
  color: #aebbd7;
  font-size: 11px;
  line-height: 1.4;
  text-transform: uppercase;
  letter-spacing: .7px;
}

.founder-portrait {
  background: #dfe7f8;
}

.founder-portrait img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 26%;
  filter: contrast(1.02);
}

.founder-credentials {
  margin: 0 0 32px !important;
  padding-left: 16px;
  border-left: 3px solid var(--blue);
  color: #41506c !important;
  font-size: 12px !important;
  line-height: 1.65 !important;
}

.linkedin-link {
  display: inline-block;
  margin-top: 28px;
  padding-bottom: 4px;
  border-bottom: 1px solid var(--blue);
  color: var(--blue);
  font-size: 13px;
  font-weight: 700;
}

.linkedin-link span {
  margin-left: 8px;
}

.founder-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 26px;
}

.contact-box {
  display: grid;
  grid-template-columns: .85fr 1.15fr;
  align-items: center;
  gap: 70px;
}

.contact-copy {
  position: relative;
  z-index: 1;
}

.contact-copy h2 {
  font-size: clamp(40px, 4vw, 55px);
}

.contact-copy > p:not(.section-kicker) {
  max-width: 510px;
}

.contact-detail {
  display: flex;
  flex-direction: column;
  gap: 2px;
  margin-top: 34px;
  font-size: 13px;
}

.contact-detail span {
  color: #b9c9ff;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.4px;
}

.contact-detail a {
  width: fit-content;
  border-bottom: 1px solid rgba(255, 255, 255, .65);
  font-weight: 600;
}

.contact-form {
  position: relative;
  z-index: 2;
  padding: 38px;
  background: #fff;
  box-shadow: 0 24px 60px rgba(4, 17, 54, .22);
  color: var(--ink);
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.form-field {
  margin-bottom: 20px;
}

.form-field label {
  display: block;
  margin-bottom: 7px;
  color: #263552;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .75px;
}

.form-field label span {
  color: var(--blue);
}

.form-field input,
.form-field select,
.form-field textarea {
  width: 100%;
  min-height: 46px;
  padding: 11px 12px;
  border: 1px solid #cfd7e6;
  border-radius: 0;
  outline: none;
  background: #fff;
  color: var(--ink);
  font: 15px/1.4 var(--body);
  transition: border-color .2s, box-shadow .2s;
}

.form-field textarea {
  min-height: 116px;
  resize: vertical;
}

.form-field input:focus,
.form-field select:focus,
.form-field textarea:focus {
  border-color: var(--blue);
  box-shadow: 0 0 0 3px rgba(22, 72, 232, .12);
}

.form-field input[aria-invalid="true"],
.form-field select[aria-invalid="true"],
.form-field textarea[aria-invalid="true"] {
  border-color: #c9364b;
}

.form-trap {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.form-submit {
  display: flex;
  align-items: center;
  gap: 18px;
}

.form-button {
  min-width: 166px;
  border: 0;
  cursor: pointer;
}

.form-button:disabled {
  cursor: wait;
  opacity: .7;
  transform: none;
}

.form-status {
  margin: 0 !important;
  color: #53617a !important;
  font-size: 12px;
  line-height: 1.4;
}

.form-status.success {
  color: #087a53 !important;
}

.form-status.error {
  color: #b8243c !important;
}

.results-preview {
  background: #fff;
}

.engagements-preview {
  background: var(--navy);
  color: #fff;
}

.engagements-preview .section-kicker {
  color: #8aa9ff;
}

.engagements-preview .section-heading > p {
  color: #aebad2;
}

.engagement-preview-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border: 1px solid rgba(255, 255, 255, .16);
}

.engagement-preview-card {
  display: flex;
  min-height: 510px;
  padding: 40px;
  border-left: 1px solid var(--line);
  background: #fff;
  color: var(--ink);
  flex-direction: column;
  transition: transform .25s, box-shadow .25s, background .25s;
}

.engagement-preview-card:first-child {
  border-left: 0;
  background: var(--blue);
  color: #fff;
}

.engagement-preview-card:hover {
  z-index: 2;
  box-shadow: 0 26px 60px rgba(0, 0, 0, .24);
  transform: translateY(-5px);
}

.engagement-card-type {
  min-height: 40px;
  color: var(--blue);
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.2px;
}

.engagement-preview-card:first-child .engagement-card-type {
  color: #cbd8ff;
}

.engagement-preview-card > strong {
  margin: 28px 0 16px;
  color: var(--blue);
  font: 750 48px/1 var(--serif);
  letter-spacing: -2px;
}

.engagement-preview-card:first-child > strong {
  color: #fff;
}

.engagement-preview-card h3 {
  margin: 0 0 14px;
  font: 700 23px/1.25 var(--serif);
  letter-spacing: -.7px;
}

.engagement-preview-card p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
}

.engagement-preview-card:first-child p {
  color: #dce5ff;
}

.engagement-preview-card ul {
  margin: auto 0 24px;
  padding: 24px 0 0;
  border-top: 1px solid var(--line);
  list-style: none;
  color: #43506b;
  font-size: 11px;
  font-weight: 650;
}

.engagement-preview-card:first-child ul {
  border-color: rgba(255, 255, 255, .2);
  color: #dce5ff;
}

.engagement-preview-card li {
  margin-top: 7px;
}

.engagement-preview-card li::before {
  content: "+";
  margin-right: 9px;
  color: var(--blue);
  font-weight: 800;
}

.engagement-preview-card:first-child li::before {
  color: #fff;
}

.engagement-preview-card > b {
  font-size: 12px;
}

.engagements-preview .results-all {
  border-color: #fff;
  color: #fff;
}

.result-card-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border: 1px solid var(--line);
}

.result-card {
  display: flex;
  min-height: 500px;
  padding: 40px;
  border-left: 1px solid var(--line);
  flex-direction: column;
  transition: transform .25s, box-shadow .25s, background .25s;
}

.result-card:first-child {
  border-left: 0;
}

.result-card:hover {
  z-index: 2;
  background: #f8faff;
  box-shadow: 0 24px 55px rgba(7, 22, 61, .1);
  transform: translateY(-5px);
}

.result-sector {
  min-height: 40px;
  color: var(--blue);
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.2px;
}

.result-card > strong {
  margin: 28px 0 16px;
  color: var(--blue);
  font: 750 58px/1 var(--serif);
  letter-spacing: -3px;
}

.result-card h3 {
  margin: 0 0 14px;
  font: 700 23px/1.25 var(--serif);
  letter-spacing: -.7px;
}

.result-card p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
}

.result-metrics {
  display: flex;
  margin-top: auto;
  padding: 22px 0;
  border-top: 1px solid var(--line);
  gap: 10px;
  flex-direction: column;
  color: #43506b;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .6px;
}

.result-card > b,
.results-all {
  color: var(--ink);
  font-size: 12px;
}

.results-all {
  display: block;
  width: fit-content;
  margin: 32px 0 0 auto;
  padding-bottom: 5px;
  border-bottom: 1px solid var(--ink);
  font-weight: 700;
}

.results-all span {
  margin-left: 10px;
}

.insight-preview {
  background: var(--mist);
}

.insight-feature {
  display: grid;
  grid-template-columns: .75fr 1.25fr;
  gap: 9%;
  align-items: center;
}

.insight-cover {
  position: relative;
  min-height: 530px;
  padding: 42px;
  overflow: hidden;
  background: linear-gradient(145deg, #0b2c91, #2863ff);
  box-shadow: 0 28px 65px rgba(7, 22, 61, .2);
  color: #fff;
}

.insight-cover::after {
  position: absolute;
  right: -52%;
  bottom: -22%;
  width: 480px;
  height: 480px;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 50%;
  content: "";
}

.insight-cover > span {
  font-size: 9px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.5px;
}

.insight-cover > strong {
  display: block;
  position: absolute;
  bottom: 94px;
  left: 42px;
  font: 750 43px/1.04 var(--serif);
  letter-spacing: -2px;
}

.insight-cover > small {
  position: absolute;
  bottom: 48px;
  left: 42px;
  color: #ccdaff;
  font-size: 11px;
}

.cover-mark {
  position: absolute;
  top: 110px;
  left: 50%;
  width: 135px;
  height: 150px;
  background: rgba(255, 255, 255, .95);
  clip-path: polygon(50% 0, 100% 100%, 76% 100%, 50% 44%, 24% 100%, 0 100%);
  transform: translateX(-50%);
}

.cover-mark::after {
  position: absolute;
  bottom: 0;
  left: 62px;
  width: 12px;
  height: 38px;
  background: var(--blue);
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
  content: "";
}

.cover-mark i {
  position: absolute;
  bottom: 45px;
  left: 62px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--blue);
}

.insight-copy h2 {
  margin: 0;
  font: 750 clamp(38px, 4vw, 57px)/1.07 var(--serif);
  letter-spacing: -2.3px;
}

.insight-copy > p:not(.section-kicker) {
  margin: 24px 0;
  color: var(--muted);
  font-size: 17px;
}

.insight-copy ul {
  margin: 0 0 32px;
  padding: 0;
  list-style: none;
}

.insight-copy li {
  margin: 10px 0;
  font-size: 14px;
}

.insight-copy li::before {
  margin-right: 12px;
  color: var(--blue);
  content: "+";
  font-weight: 700;
}

.insight-actions {
  display: flex;
  align-items: center;
  gap: 28px;
}

.turnstile-field {
  min-height: 88px;
  margin: 4px 0 18px;
}

#turnstile-widget {
  max-width: 100%;
}

.turnstile-note {
  margin: 7px 0 0;
  color: var(--muted);
  font-size: 11px;
  line-height: 1.4;
}

@media (min-width: 901px) and (max-width: 1100px) {
  .site-nav {
    gap: 20px;
    font-size: 13px;
  }

  .site-nav .button-small {
    padding: 10px 13px;
  }
}

@media (max-width: 900px) {
  .outcome-grid {
    grid-template-columns: 1fr 1fr;
    gap: 28px 0;
  }

  .outcome-grid > div {
    padding-left: 28px;
  }

  .outcome-grid > div:nth-child(3) {
    border-left: 0;
    padding-left: 0;
  }

  .founder-portrait {
    height: 520px;
  }

  .contact-box {
    grid-template-columns: 1fr;
    gap: 40px;
  }

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

  .engagement-preview-grid {
    grid-template-columns: 1fr;
  }

  .engagement-preview-card,
  .engagement-preview-card:first-child {
    min-height: 430px;
    border-top: 1px solid var(--line);
    border-left: 0;
  }

  .engagement-preview-card:first-child {
    border-top: 0;
  }

  .result-card,
  .result-card:first-child {
    min-height: 420px;
    border-top: 1px solid var(--line);
    border-left: 0;
  }

  .result-card:first-child {
    border-top: 0;
  }

  .insight-feature {
    grid-template-columns: 1fr;
    gap: 55px;
  }

  .insight-cover {
    width: min(100%, 480px);
  }
}

@media (max-width: 620px) {
  .outcomes {
    padding: 36px 0;
  }

  .outcome-grid {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .outcome-grid > div,
  .outcome-grid > div:nth-child(3) {
    padding: 19px 0;
    border-top: 1px solid rgba(255, 255, 255, .12);
    border-left: 0;
  }

  .outcome-grid > div:first-child {
    border-top: 0;
  }

  .outcome-grid strong {
    min-width: 96px;
  }

  .founder-portrait {
    height: 430px;
  }

  .contact-box {
    padding: 55px 20px;
  }

  .contact-copy {
    padding: 0 4px;
  }

  .contact-form {
    padding: 26px 20px;
  }

  .form-row {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .form-submit {
    align-items: flex-start;
    flex-direction: column;
  }

  .result-card {
    min-height: 445px;
    padding: 32px 28px;
  }

  .engagement-preview-card {
    min-height: 465px;
    padding: 32px 28px;
  }

  .insight-cover {
    min-height: 480px;
    padding: 30px;
  }

  .insight-cover > strong,
  .insight-cover > small {
    left: 30px;
  }

  .insight-actions {
    align-items: flex-start;
    flex-direction: column;
  }
}
