/* Below the numbers: individual solutions, collaboration formats and a clear start. */
.approach {
  --approach-muted: #657287;
  --approach-border: #dfe5ef;
  margin: 100px 0 36px;
  min-width: 0;
}
.approach h2,
.approach h3,
.approach h4,
.approach p,
.approach dl,
.approach dd {
  margin: 0;
}
.approach h2 {
  font-size: clamp(2rem, 3.65vw, 3.4rem);
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: -0.055em;
}
.approach h2 > span {
  color: var(--blue);
}
.approach .approach-eyebrow {
  margin-bottom: 18px;
  color: #657287;
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.13em;
  line-height: 1.7;
}
.approach-heading {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  align-items: end;
  gap: 32px 60px;
  margin-bottom: 36px;
}
.approach .approach-intro {
  max-width: 430px;
  padding-bottom: 3px;
  color: var(--approach-muted);
  font-size: 1rem;
  line-height: 1.8;
}
.solution-layout {
  display: grid;
  grid-template-columns: minmax(240px, 0.8fr) minmax(0, 1.5fr);
  gap: 32px;
  align-items: start;
}
.solution-choices,
.work-choices {
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
}
.solution-choices legend,
.work-choices legend {
  padding: 0;
  margin-bottom: 16px;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.6;
}
.solution-choice,
.work-choice {
  position: relative;
  display: block;
  margin-bottom: 10px;
}
.solution-choice:last-child,
.work-choice:last-child {
  margin-bottom: 0;
}
.solution-choice > input,
.work-choice > input,
.approach-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.solution-choice > span {
  display: flex;
  align-items: center;
  gap: 16px;
  min-height: 69px;
  padding: 17px 20px;
  border: 1px solid var(--approach-border);
  border-radius: 13px;
  background: #fff;
  color: #47566c;
  transition:
    color 0.2s,
    background 0.2s,
    border-color 0.2s;
}
.solution-choice:has(input:not(:disabled)),
.work-choice:has(input:not(:disabled)) {
  cursor: pointer;
}
.solution-choice strong {
  min-width: 0;
  flex: 1;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  overflow-wrap: anywhere;
}
.solution-number {
  color: #7b899d;
  font-size: 0.75rem;
  font-weight: 600;
}
.solution-arrow {
  color: #788ba6;
  font-size: 1.2rem;
}
.solution-choice > input:not(:disabled) + span:hover {
  border-color: #a9bfef;
  background: #f8faff;
}
.solution-choice > input:checked + span {
  border-color: #235af5;
  background: #235af5;
  color: #fff;
}
.solution-choice > input:checked + span .solution-number,
.solution-choice > input:checked + span .solution-arrow {
  color: #dfe8ff;
}
.solution-choice > input:focus-visible + span,
.work-choice > input:focus-visible + span,
.approach summary:focus-visible,
.approach a:focus-visible {
  outline: 3px solid #235af5;
  outline-offset: 4px;
}
.solution-choice > input:checked + span:hover {
  background: #1949d2;
  border-color: #1949d2;
}
.solution-preview {
  min-width: 0;
  min-height: 427px;
  padding: 32px 37px;
  border: 1px solid var(--approach-border);
  border-radius: 23px;
  background: #fff;
}
.solution-topline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 24px;
  color: #66758b;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.06em;
}
.solution-context {
  padding: 6px 9px;
  border-radius: 6px;
  background: #edf3ff;
  color: #235af5;
  letter-spacing: 0;
}
.solution-preview h3 {
  font-size: clamp(1.7rem, 2.6vw, 2.5rem);
  font-weight: 800;
  line-height: 1.18;
  letter-spacing: -0.045em;
  overflow-wrap: anywhere;
}
.approach .solution-description {
  max-width: 600px;
  margin-top: 16px;
  color: #637187;
  font-size: 1rem;
  line-height: 1.75;
}
.solution-methods {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin: 23px 0 25px;
  padding: 0;
  list-style: none;
}
.solution-methods li {
  padding: 8px 11px;
  border: 1px solid #e0e7f1;
  border-radius: 8px;
  color: #455b79;
  background: #f8faff;
  font-size: 0.875rem;
  line-height: 1.5;
}
.solution-brief {
  display: flex;
  align-items: flex-start;
  gap: 13px;
  padding-top: 21px;
  border-top: 1px solid #e5eaf1;
}
.solution-brief-icon {
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  flex: none;
  border-radius: 11px;
  color: #b62263;
  background: #fff0f7;
}
.solution-brief strong {
  display: block;
  margin-bottom: 4px;
  font-size: 0.875rem;
  font-weight: 600;
}
.solution-brief p {
  color: #67768b;
  font-size: 0.875rem;
  line-height: 1.7;
}
.approach .solution-footnote {
  margin-top: 17px;
  color: #707d8f;
  font-size: 0.75rem;
  line-height: 1.7;
}
.work-section {
  margin-top: 82px;
  padding: 44px;
  border: 1px solid #1a2840;
  border-radius: 28px;
  background: #0a1120;
  background-image: radial-gradient(
    ellipse at 0% 0%,
    #193b7940,
    transparent 55%
  );
  color: #f6f8ff;
}
.work-section .approach-eyebrow {
  color: #b8c7e0;
}
.work-section h2 > span {
  color: #8daeff;
}
.work-heading {
  margin-bottom: 32px;
}
.work-heading > p:last-child {
  max-width: 650px;
  margin-top: 20px;
  color: #b8c7dc;
  font-size: 1rem;
  line-height: 1.75;
}
.work-layout {
  display: grid;
  grid-template-columns: minmax(240px, 0.85fr) minmax(0, 1.3fr);
  gap: 36px;
  align-items: start;
}
.work-choices legend {
  color: #c8d3e6;
}
.work-choice > span {
  position: relative;
  display: block;
  padding: 21px 23px 21px 48px;
  border: 1px solid #334059;
  border-radius: 14px;
  color: #dce5f6;
  background: #121d30;
  transition:
    background 0.2s,
    border-color 0.2s;
}
.work-choice > span::before {
  content: "";
  position: absolute;
  left: 21px;
  top: 27px;
  width: 12px;
  height: 12px;
  border: 1px solid #8193af;
  border-radius: 50%;
}
.work-choice strong {
  display: block;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}
.work-choice > span > span {
  display: block;
  margin-top: 7px;
  color: #aebed5;
  font-size: 0.875rem;
  line-height: 1.7;
}
.work-choice > input:checked + span {
  background: #23385d;
  border-color: #7ca1fa;
  color: #fff;
}
.work-choice > input:checked + span::before {
  border-color: #a6c2ff;
  background: #a6c2ff;
  box-shadow: inset 0 0 0 3px #23385d;
}
.work-choice > input:checked + span > span {
  color: #d1def5;
}
.work-choice > input:not(:disabled) + span:hover {
  border-color: #91afe5;
}
.work-choice > input:focus-visible + span {
  outline-color: #a8c2ff;
}
.work-preview {
  min-width: 0;
  padding: 27px 29px;
  border: 1px solid #e0e7f1;
  border-radius: 19px;
  color: #23344d;
  background: #f8faff;
}
.cabinet-topline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
  padding-bottom: 21px;
  margin-bottom: 24px;
  border-bottom: 1px solid #e0e6f0;
}
.cabinet-brand {
  color: #1a2b46;
  font-size: 1rem;
  font-weight: 800;
  letter-spacing: -0.025em;
}
.cabinet-brand > span {
  color: #6a7890;
  font-size: 0.75rem;
  font-weight: 400;
  letter-spacing: 0;
}
.cabinet-demo {
  padding: 5px 8px;
  border: 1px solid #cdd8ea;
  border-radius: 5px;
  color: #596d8c;
  font-size: 0.75rem;
}
.cabinet-heading {
  display: flex;
  align-items: center;
  gap: 20px;
}
.cabinet-heading > div {
  min-width: 0;
  flex: 1;
}
.cabinet-heading p {
  margin-bottom: 9px;
  color: #687b96;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.08em;
}
.cabinet-heading h3 {
  font-size: 1.5rem;
  font-weight: 800;
  line-height: 1.3;
  letter-spacing: -0.04em;
  overflow-wrap: anywhere;
}
.cabinet-heading > .icon {
  width: 33px;
  height: 33px;
  flex: none;
  color: #235af5;
}
.approach .cabinet-description {
  margin-top: 14px;
  color: #657791;
  font-size: 0.875rem;
  line-height: 1.8;
}
.approach .cabinet-responsibilities {
  display: grid;
  gap: 19px;
  margin-top: 25px;
}
.cabinet-responsibilities dt {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 7px;
  color: #304666;
  font-size: 0.875rem;
  font-weight: 600;
}
.cabinet-responsibilities dt > span {
  color: #235af5;
  font-size: 1rem;
}
.cabinet-responsibilities dd {
  padding-left: 22px;
  color: #65758c;
  font-size: 0.875rem;
  line-height: 1.75;
}
.cabinet-tools {
  margin-top: 22px;
  padding: 18px;
  border: 1px solid #dae4f4;
  border-radius: 12px;
  background: #edf3ff;
}
.cabinet-tools h4 {
  color: #365486;
  font-size: 0.875rem;
  font-weight: 600;
}
.cabinet-tools ul {
  display: grid;
  gap: 8px;
  margin: 13px 0 0;
  padding-left: 19px;
  color: #586f92;
  font-size: 0.875rem;
  line-height: 1.6;
}
.cabinet-tools li::marker {
  color: #648ce7;
}
.approach .cabinet-footnote {
  margin-top: 17px;
  color: #6b7c95;
  font-size: 0.75rem;
  line-height: 1.75;
}
.approach .work-agreement {
  margin-top: 27px;
  color: #aebed5;
  font-size: 0.875rem;
  line-height: 1.75;
}
.approach-start {
  margin-top: 86px;
}
.approach-start .approach-heading {
  grid-template-columns: 1.6fr 1fr;
}
.approach-steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 30px;
  margin: 38px 0 0;
  padding: 0;
  list-style: none;
}
.approach-steps > li {
  min-width: 0;
  padding-top: 20px;
  border-top: 1px solid #cfd9e9;
}
.approach-step-number {
  display: block;
  margin-bottom: 20px;
  color: #235af5;
  font-size: 0.875rem;
  font-weight: 800;
}
.approach-steps h3 {
  margin-bottom: 12px;
  font-size: 1.125rem;
  font-weight: 800;
  line-height: 1.5;
  letter-spacing: -0.02em;
}
.approach-steps p {
  max-width: 360px;
  color: #657287;
  font-size: 1rem;
  line-height: 1.75;
}
.approach .approach-demo-note {
  margin-top: 24px;
  max-width: 850px;
  color: #738197;
  font-size: 0.75rem;
  line-height: 1.8;
}
.approach-faq {
  display: grid;
  grid-template-columns: 0.7fr 1.4fr;
  gap: 60px;
  margin-top: 89px;
  padding-top: 39px;
  border-top: 1px solid #dce3ed;
}
.faq-heading > p:last-child {
  margin-top: 20px;
  color: #657287;
  font-size: 1rem;
  line-height: 1.75;
}
.faq-list {
  min-width: 0;
}
.faq-list details {
  border-bottom: 1px solid #d9e1ed;
}
.faq-list summary {
  padding: 24px 0;
  color: #23354d;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.6;
}
.faq-list details:first-child summary {
  padding-top: 8px;
}
.faq-list summary::marker {
  color: #235af5;
}
.faq-list summary:hover {
  color: #235af5;
}
.faq-list p {
  margin: 0 0 24px;
  max-width: 680px;
  color: #637187;
  font-size: 1rem;
  line-height: 1.8;
}
.approach-invite {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px 50px;
  margin-top: 78px;
  padding: 42px 46px;
  border-radius: 25px;
  background: #235af5;
  color: #fff;
}
.approach-invite .approach-eyebrow {
  color: #d9e4ff;
}
.approach-invite h2 {
  font-size: clamp(1.9rem, 3.2vw, 2.875rem);
}
.approach-invite p:last-child {
  margin-top: 17px;
  color: #d6e2ff;
  font-size: 1rem;
  line-height: 1.7;
}
.approach-invite-action {
  flex: none;
  max-width: 100%;
}
.approach-cta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 19px;
  min-height: 57px;
  padding: 15px 23px;
  border: 1px solid #fff;
  border-radius: 11px;
  background: #fff;
  color: #1c4edb;
  font-size: 1rem;
  font-weight: 800;
  line-height: 1.6;
  transition:
    background 0.18s,
    transform 0.18s;
}
.approach-cta:hover {
  background: #eef3ff;
  transform: translateY(-2px);
}
.approach-cta .icon {
  flex: none;
}
.approach .approach-cta:focus-visible {
  outline-color: #fff;
  outline-offset: 5px;
}
.approach-invite-action > span {
  display: block;
  margin-top: 12px;
  color: #d9e4ff;
  font-size: 0.75rem;
  line-height: 1.7;
  text-align: center;
}
@media (max-width: 1100px) {
  .approach-heading,
  .approach-start .approach-heading {
    gap: 30px;
    grid-template-columns: 1.3fr 1fr;
  }
  .solution-layout {
    gap: 22px;
  }
  .solution-choice > span {
    padding-inline: 15px;
    gap: 12px;
  }
  .solution-preview {
    padding: 28px;
  }
  .work-section {
    padding: 33px;
  }
  .work-layout {
    grid-template-columns: minmax(230px, 0.85fr) minmax(0, 1.1fr);
    gap: 24px;
  }
  .work-preview {
    padding: 23px;
  }
  .work-choice > span {
    padding-left: 43px;
    padding-right: 17px;
  }
  .work-choice > span::before {
    left: 17px;
  }
  .approach-invite {
    padding: 35px;
    gap: 30px;
  }
}
@media (max-width: 850px) {
  .approach {
    margin-top: 76px;
  }
  .approach-heading,
  .approach-start .approach-heading {
    grid-template-columns: 1fr;
    gap: 22px;
  }
  .approach .approach-intro {
    max-width: 640px;
  }
  .solution-layout {
    grid-template-columns: minmax(205px, 0.75fr) minmax(0, 1.1fr);
    gap: 18px;
  }
  .solution-choice > span {
    gap: 10px;
    padding-inline: 13px;
  }
  .solution-number {
    display: none;
  }
  .solution-preview {
    padding: 24px;
  }
  .work-section {
    margin-top: 62px;
    padding: 28px;
  }
  .work-layout {
    grid-template-columns: 1fr;
  }
  .work-choices {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
  }
  .work-choices legend {
    margin-bottom: 16px;
  }
  .work-choice {
    margin: 0;
  }
  .work-choice > span {
    height: 100%;
    padding: 40px 15px 18px;
  }
  .work-choice > span::before {
    top: 17px;
    left: 16px;
  }
  .approach-start {
    margin-top: 67px;
  }
  .approach-steps {
    gap: 22px;
  }
  .approach-faq {
    margin-top: 65px;
    gap: 35px;
    grid-template-columns: 0.8fr 1.5fr;
  }
  .approach-invite {
    align-items: flex-start;
    flex-direction: column;
    margin-top: 58px;
  }
}
@media (max-width: 650px) {
  .approach {
    margin-top: 64px;
  }
  .approach .approach-eyebrow {
    letter-spacing: 0.08em;
    margin-bottom: 14px;
  }
  .approach-heading {
    margin-bottom: 26px;
  }
  .solution-layout {
    grid-template-columns: 1fr;
    gap: 22px;
  }
  .solution-choices {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 9px;
  }
  .solution-choice {
    margin: 0;
  }
  .solution-choice > span {
    height: 100%;
    min-height: 69px;
    padding: 13px;
  }
  .solution-choice strong {
    font-size: 0.875rem;
  }
  .solution-arrow {
    display: none;
  }
  .solution-preview {
    min-height: 0;
    padding: 25px 22px;
    border-radius: 19px;
  }
  .solution-topline {
    margin-bottom: 21px;
    gap: 10px;
  }
  .solution-preview h3 {
    font-size: 1.875rem;
  }
  .work-section {
    margin-top: 52px;
    padding: 28px 20px;
    border-radius: 22px;
  }
  .work-choices {
    grid-template-columns: 1fr;
  }
  .work-choice > span {
    padding: 19px 19px 19px 43px;
  }
  .work-choice > span::before {
    top: 25px;
  }
  .work-heading {
    margin-bottom: 26px;
  }
  .work-preview {
    padding: 22px 19px;
    border-radius: 15px;
  }
  .cabinet-topline {
    margin-bottom: 21px;
  }
  .cabinet-heading {
    gap: 12px;
  }
  .cabinet-heading > .icon {
    width: 25px;
    height: 25px;
  }
  .cabinet-tools {
    padding: 16px;
  }
  .approach-start {
    margin-top: 59px;
  }
  .approach-steps {
    grid-template-columns: 1fr;
    gap: 25px;
    margin-top: 26px;
  }
  .approach-step-number {
    margin-bottom: 12px;
  }
  .approach-steps h3 {
    margin-bottom: 8px;
  }
  .approach-steps p {
    max-width: 100%;
  }
  .approach-faq {
    grid-template-columns: 1fr;
    gap: 30px;
    margin-top: 57px;
    padding-top: 30px;
  }
  .faq-heading h2 br,
  .faq-heading p br {
    display: none;
  }
  .faq-heading h2 > span::before {
    content: " ";
  }
  .faq-heading > p:last-child {
    margin-top: 14px;
  }
  .approach-invite {
    margin-top: 45px;
    padding: 30px 24px;
    border-radius: 22px;
  }
  .approach-invite-action {
    width: 100%;
  }
  .approach-cta {
    gap: 13px;
    padding: 15px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .approach-cta:hover {
    transform: none;
  }
}
