/* Shared public-site presentation; deliberately scoped away from the dashboard. */
.abs-site {
  background: #fbfaf7;
  color: #272c3d;
  font-size: 16px;
}
.abs-site .wrap {
  width: min(1240px, calc(100% - 80px));
}
.abs-site .section {
  padding-block: 88px;
}
.abs-site .header {
  background: #fbfaf7f5;
  backdrop-filter: blur(14px);
}
.abs-site .nav {
  height: 84px;
}
.abs-site .nav nav {
  font-size: 14px;
  gap: 24px;
}
.abs-site .language-switch {
  font-size: 12px;
}
.abs-site .language-switch a {
  min-height: 40px;
  min-width: 28px;
  display: grid;
  place-items: center;
}
.abs-site .eyebrow {
  font-size: 11px;
  letter-spacing: 1.3px;
  line-height: 1.8;
}
.abs-site h2 {
  font-size: clamp(30px, 3.2vw, 44px);
  line-height: 1.18;
  letter-spacing: -0.045em;
  text-wrap: balance;
}
.abs-site .section-heading {
  gap: 48px;
  margin-bottom: 38px;
}
.abs-site .section-heading > p {
  font-size: 16px;
  line-height: 1.8;
  max-width: 400px;
}
.abs-site .btn {
  min-height: 50px;
  font-size: 14px;
  padding: 14px 22px;
  border-radius: 9px;
}
.abs-site .btn.small {
  min-height: 44px;
  font-size: 12px;
  padding: 12px 16px;
}
.abs-site .text-link {
  font-size: 14px;
  min-height: 44px;
  line-height: 1.6;
}
.abs-site .platform-hero {
  grid-template-columns: 1.05fr 1fr;
  gap: 64px;
  min-height: 700px;
  padding: 74px 0 68px;
}
.abs-site .platform-hero h1 {
  font-size: clamp(42px, 4.4vw, 64px);
  font-weight: 600;
  line-height: 1.09;
  letter-spacing: -0.055em;
  margin-bottom: 26px;
}
.abs-site .platform-hero .intro {
  font-size: 17px;
  line-height: 1.8;
  max-width: 500px;
}
.abs-site .platform-hero .micro {
  font-size: 12px;
  line-height: 1.8;
  margin-top: 18px;
}
.abs-site .platform-hero .project-stage {
  padding: 18px 0 45px;
}
.abs-site .platform-hero .project-window {
  border-radius: 15px;
  border-color: #dcd3e6;
  box-shadow: 0 24px 55px #30283d12;
}
.abs-site .platform-hero .project-content {
  padding: 28px;
}
.abs-site .platform-hero .project-meta {
  font-size: 10px;
}
.abs-site .platform-hero .project-content h3 {
  font-size: 26px;
  font-weight: 600;
}
.abs-site .platform-hero .project-window-brand {
  font-size: 12px;
}
.abs-site .platform-hero .preview-demo {
  font-size: 9px;
}
.abs-site .platform-hero .delivery-label,
.abs-site .platform-hero .live-tasks > div {
  font-size: 12px;
}
.abs-site .platform-hero .project-dates,
.abs-site .platform-hero .project-bottom,
.abs-site .platform-hero .status {
  font-size: 10px;
}
.abs-site .platform-hero .decision-note {
  padding: 16px;
  border-radius: 0 9px 9px 0;
}
.abs-site .platform-hero .decision-note b {
  font-size: 12px;
}
.abs-site .platform-hero .decision-note p {
  font-size: 11px;
  line-height: 1.8;
}
.abs-site .platform-hero .review-ticket {
  background: #fff;
  border-radius: 12px;
  left: -16px;
  bottom: 32px;
}
.abs-site .platform-hero .review-ticket b {
  font-size: 12px;
}
.abs-site .platform-hero .review-ticket small {
  font-size: 11px;
}
.abs-site .position-strip {
  background: #f0edf4;
  border-color: #e2dbe9;
}
.abs-site .position-strip > .wrap {
  padding-block: 27px;
}
.abs-site .position-strip div > div {
  font-size: 15px;
}
.abs-site .position-strip span {
  font-size: 10px;
}
.abs-site .capability-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  border: 0;
}
.abs-site .capability-grid article {
  padding: 30px;
  border: 1px solid #e0dbe7;
  border-radius: 13px;
  background: #fff;
  transition: border-color 0.2s;
}
.abs-site .capability-grid article:hover {
  border-color: #b8a5cd;
}
.abs-site .capability-grid h3 {
  font-size: 22px;
  line-height: 1.35;
  letter-spacing: -0.5px;
  margin: 20px 0 13px;
}
.abs-site .capability-grid p {
  font-size: 15px;
  line-height: 1.8;
  margin: 0;
}
.abs-site .capability-grid .square-icon {
  height: 42px;
  width: 42px;
  border-radius: 10px;
  background: #ede6f4;
}
.abs-site .capability-grid article:nth-child(3n + 2) .square-icon {
  background: #e1edef;
}
.abs-site .workspace-section {
  background: #e8f0f1;
  border-color: #dde8ea;
}
.abs-site .workspace-split {
  gap: 70px;
  grid-template-columns: 1fr 1fr;
  align-items: center;
}
.abs-site .workspace-split > div > p:not(.eyebrow) {
  font-size: 16px;
  line-height: 1.8;
}
.abs-site .signal-demo {
  padding: 0;
  border-radius: 14px;
  overflow: hidden;
  background: #fff;
  border: 1px solid #cfdfe2;
  box-shadow: 0 16px 40px #3049500a;
}
.abs-site .signal-source {
  padding: 26px;
  font-size: 13px;
  line-height: 2;
  background: #263440;
  color: #e3eef0;
}
.abs-site .signal-source code {
  background: #354955;
  color: #ffffff;
  border: 1px solid #718994;
  border-radius: 6px;
  padding: 10px 12px;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.6;
}
.abs-site .signal-path {
  width: 100%;
  height: 52px;
  display: grid;
  place-items: center;
  background: #eef3f4;
  color: #465c66;
}
.abs-site .signal-path::after {
  content: "";
  width: 10px;
  height: 10px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg);
}
.abs-site .signal-path span {
  display: none;
}
.abs-site .signal-result {
  padding: 26px;
  background: #fff;
}
.abs-site .signal-result h3 {
  font-size: 24px;
  line-height: 1.4;
}
.abs-site .signal-result p {
  font-size: 15px;
  line-height: 1.8;
}
.abs-site .included-panel {
  padding: 44px;
  gap: 50px;
  background: #efeaf5;
  border: 1px solid #dfd5e8;
  border-radius: 17px;
}
.abs-site .included-panel p {
  font-size: 16px;
  line-height: 1.8;
}
.abs-site .included-checklist {
  background: #ffffffa8;
  padding: 28px;
  border: 1px solid #e1d7eb;
  border-radius: 12px;
}
.abs-site .included-checklist > span {
  font-size: 10px;
  line-height: 1.8;
  letter-spacing: 1px;
}
.abs-site .included-checklist p {
  font-size: 14px;
  line-height: 1.7;
  padding: 13px 0;
  border-bottom: 1px solid #e9e1ef;
  gap: 12px;
}
.abs-site .included-checklist p:last-child {
  border: 0;
}
.abs-site .connector-tile {
  border-radius: 11px;
  background: #fff;
  padding: 22px 18px;
}
.abs-site .connector-tile h3 {
  font-size: 15px;
}
.abs-site .connector-tile div > span {
  font-size: 12px;
}
.abs-site .connector-caption,
.abs-site .connector-caption > a {
  font-size: 13px;
}
.abs-site .fine-print {
  font-size: 12px;
  line-height: 1.8;
}
.abs-site .contact-panel {
  padding: 44px;
  gap: 48px;
  border: 1px solid #e0d6e9;
  border-radius: 18px;
  background: #eee8f4;
  grid-template-columns: 1fr 1.15fr;
}
.abs-site .contact-panel p {
  font-size: 16px;
  line-height: 1.8;
}
.abs-site .contact-panel small {
  font-size: 12px;
  line-height: 1.8;
  display: block;
}
.abs-site .contact-promise {
  font-size: 14px;
  line-height: 1.8;
}
.abs-site #contact-form .btn {
  width: 100%;
  justify-content: space-between;
}
.abs-site #contact-form :is(input, select, textarea) {
  font-size: 16px;
  border-radius: 8px;
  padding: 13px;
  background: white;
  border: 1px solid #d4c8df;
}
.abs-site .footer-invitation {
  gap: 40px;
  align-items: center;
}
.abs-site .footer-invitation h2 {
  font-size: clamp(32px, 4vw, 50px);
}
.abs-site .footer-columns h3 {
  font-size: 14px;
}
.abs-site .footer-columns nav a,
.abs-site .footer-about p,
.abs-site .footer-contact p {
  font-size: 13px;
  line-height: 1.8;
}
.abs-site .footer-contact-link {
  font-size: 15px;
  min-height: 44px;
}
.abs-site .footer-position {
  font-size: 9px;
  line-height: 1.8;
}
.abs-site .footer-bottom small,
.abs-site .footer-bottom button,
.abs-site .back-top {
  font-size: 11px;
}
.abs-site main.wrap > h1 {
  max-width: 850px;
  margin: 22px 0 25px;
  font-size: clamp(42px, 5vw, 68px);
  line-height: 1.08;
}
.abs-site main.wrap > .intro {
  max-width: 720px;
  font-size: 18px;
  line-height: 1.8;
}
.abs-site .logo-showcase {
  padding: 56px;
  background: #fff;
  border: 1px solid #e2dce9;
  margin: 42px 0 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}
.abs-site .logo-showcase .abs-brand {
  font-size: 32px !important;
}
.abs-site .logo-showcase .bridge-logo {
  width: 55px;
  height: 55px;
}
.abs-site .logo-showcase > span {
  font-size: 11px;
  letter-spacing: 1px;
  line-height: 1.8;
}
.abs-site .palette {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}
.abs-site .palette article {
  min-height: 220px;
  padding: 26px;
  box-shadow: inset 0 0 0 1px #352c4010;
}
.abs-site .palette article > span {
  font-size: 14px;
}
.abs-site .palette article > b {
  font-size: 25px;
  letter-spacing: -0.5px;
}
.abs-site .palette article > p {
  font-size: 14px;
  margin-bottom: 0;
}
.abs-site main.wrap > .value-grid {
  gap: 28px;
  border: 0;
}
.abs-site main.wrap > .value-grid article {
  border: 0;
  border-top: 2px solid #c2b0d4;
  padding: 25px 0;
}
.abs-site main.wrap > .value-grid h3 {
  font-size: 23px;
  margin: 0 0 18px;
}
.abs-site main.wrap > .value-grid p {
  font-size: 16px;
  line-height: 1.8;
}
@media (max-width: 1150px) {
  .abs-site .nav nav {
    font-size: 12px;
    gap: 17px;
  }
  .abs-site .nav-access {
    display: none;
  }
  .abs-site .workspace-split {
    gap: 35px;
  }
  .abs-site .contact-panel {
    padding: 32px;
    gap: 30px;
  }
  .abs-site .included-panel {
    padding: 32px;
    gap: 35px;
  }
}
@media (max-width: 960px) {
  .abs-site .wrap {
    width: calc(100% - 48px);
  }
  .abs-site .platform-hero {
    grid-template-columns: 1fr;
    gap: 40px;
    min-height: 0;
    padding: 55px 0;
  }
  .abs-site .platform-hero .project-stage {
    width: min(580px, calc(100% - 30px));
    justify-self: center;
  }
  .abs-site .capability-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .abs-site .palette {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .abs-site .logo-showcase {
    padding: 32px;
    flex-wrap: wrap;
  }
  .abs-site .connector-tile {
    padding: 18px 14px;
  }
}
@media (max-width: 700px) {
  .abs-site .wrap {
    width: calc(100% - 40px);
  }
  .abs-site .nav {
    height: 74px;
    gap: 12px;
  }
  .abs-site .nav nav {
    font-size: 16px;
  }
  .abs-site .nav-tools {
    gap: 10px;
  }
  .abs-site .abs-brand {
    font-size: 19px !important;
  }
  .abs-site .bridge-logo {
    width: 30px;
    height: 30px;
  }
  .abs-site .language-switch {
    font-size: 11px;
  }
  .abs-site .section {
    padding-block: 58px;
  }
  .abs-site .section-heading {
    gap: 18px;
    margin-bottom: 28px;
  }
  .abs-site .section-heading > p {
    margin: 0;
    font-size: 15px;
  }
  .abs-site .platform-hero {
    padding: 42px 0 30px;
  }
  .abs-site .platform-hero h1 {
    font-size: clamp(37px, 10vw, 52px);
  }
  .abs-site .platform-hero .intro {
    font-size: 16px;
  }
  .abs-site .platform-hero .project-stage {
    width: calc(100% - 12px);
  }
  .abs-site .platform-hero .project-content {
    padding: 22px 18px;
  }
  .abs-site .platform-hero .project-window-brand {
    font-size: 10px;
  }
  .abs-site .platform-hero .project-content h3 {
    font-size: 23px;
  }
  .abs-site .platform-hero .review-ticket {
    left: -6px;
    bottom: 28px;
  }
  .abs-site .position-strip > .wrap {
    gap: 15px;
    flex-wrap: wrap;
    padding-block: 22px;
  }
  .abs-site .position-strip div > div {
    font-size: 13px;
  }
  .abs-site .capability-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }
  .abs-site .capability-grid article {
    padding: 25px;
  }
  .abs-site .capability-grid h3 {
    font-size: 21px;
  }
  .abs-site .workspace-split {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .abs-site .included-panel {
    grid-template-columns: 1fr;
    padding: 26px 22px;
    gap: 28px;
  }
  .abs-site .included-checklist {
    padding: 22px;
  }
  .abs-site .contact-panel {
    grid-template-columns: 1fr;
    padding: 26px 20px;
    gap: 28px;
  }
  .abs-site .contact-panel h2 {
    font-size: 32px;
  }
  .abs-site .contact-panel p {
    font-size: 15px;
  }
  .abs-site #contact-form {
    padding: 20px 14px;
  }
  .abs-site .connector-tile h3 {
    font-size: 12px;
  }
  .abs-site .connector-tile div > span {
    font-size: 10px;
  }
  .abs-site .connector-tile {
    padding: 18px 12px;
    gap: 10px;
  }
  .abs-site .connector-caption {
    font-size: 12px;
  }
  .abs-site .footer-invitation {
    align-items: flex-start;
    gap: 24px;
  }
  .abs-site .footer-columns nav a {
    font-size: 12px;
  }
  .abs-site .footer-bottom small,
  .abs-site .footer-bottom button,
  .abs-site .back-top {
    font-size: 10px;
  }
  .abs-site main.wrap > h1 {
    font-size: 40px;
  }
  .abs-site main.wrap > .intro {
    font-size: 16px;
  }
  .abs-site .logo-showcase {
    padding: 28px 20px;
    gap: 22px;
  }
  .abs-site .logo-showcase .abs-brand {
    font-size: 22px !important;
  }
  .abs-site .logo-showcase .bridge-logo {
    width: 34px;
    height: 34px;
  }
  .abs-site .palette {
    gap: 12px;
  }
  .abs-site .palette article {
    padding: 20px;
    min-height: 200px;
  }
  .abs-site .palette article > b {
    font-size: 21px;
  }
  .abs-site .palette article > p {
    font-size: 12px;
  }
}
/* A balanced partner section, kept beside the final contact section. */
.abs-site .partner-reference {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  align-items: center;
  gap: 72px;
  padding: 48px 0;
  border-top: 1px solid #ded8e4;
  border-bottom: 0;
  margin-bottom: 0;
}
.abs-site .reference-heading h2 {
  font-size: clamp(30px, 3vw, 42px);
  font-weight: 500;
  letter-spacing: -1.4px;
  line-height: 1.12;
  margin: 0 0 20px;
  color: #2c2939;
}
.reference-heading > p {
  font-size: 15px;
  line-height: 1.8;
  color: #716779;
  max-width: 300px;
  margin: 0;
}
.partner-reference-link {
  display: grid;
  grid-template-columns: 166px minmax(0, 1fr);
  gap: 30px;
  align-items: center;
  padding: 28px;
  border: 1px solid #ded6e5;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 8px 26px #38294405;
  text-decoration: none;
  transition:
    border-color 0.2s,
    box-shadow 0.2s;
}
.partner-reference-link:hover {
  border-color: #a58eb9;
  box-shadow: 0 10px 28px #3829440c;
}
.reference-logo {
  display: block;
  background: #1b1523;
  border-radius: 10px;
  overflow: hidden;
}
.partner-reference-link img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1;
  object-fit: contain;
}
.reference-details {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  min-width: 0;
}
.reference-category {
  font-size: 11px;
  line-height: 1.6;
  color: #776883;
  margin-bottom: 13px;
}
.reference-details strong {
  font-size: 29px;
  font-weight: 500;
  letter-spacing: -0.8px;
  line-height: 1.2;
  color: #302638;
  margin-bottom: 7px;
}
.reference-specialty {
  font-size: 14px;
  line-height: 1.7;
  color: #66576e;
}
.reference-domain {
  font-size: 12px;
  line-height: 1.7;
  color: #786683;
  margin-top: 23px;
  display: flex;
  gap: 26px;
  align-items: center;
}
.reference-domain > span {
  font-size: 20px;
  line-height: 1;
}
@media (max-width: 960px) {
  .abs-site .partner-reference {
    gap: 35px;
    grid-template-columns: 1fr 1.35fr;
  }
  .partner-reference-link {
    grid-template-columns: 120px minmax(0, 1fr);
    padding: 23px;
    gap: 23px;
  }
  .reference-details strong {
    font-size: 25px;
  }
}
@media (max-width: 700px) {
  .abs-site .partner-reference {
    grid-template-columns: 1fr;
    gap: 26px;
    padding: 32px 0;
  }
  .abs-site .reference-heading h2 {
    font-size: 32px;
    margin-bottom: 15px;
  }
  .reference-heading > p {
    max-width: 340px;
    font-size: 14px;
  }
  .partner-reference-link {
    grid-template-columns: 105px minmax(0, 1fr);
    padding: 20px;
    gap: 20px;
    border-radius: 12px;
  }
  .reference-category {
    font-size: 10px;
    margin-bottom: 8px;
  }
  .reference-details strong {
    font-size: 24px;
  }
  .reference-specialty {
    font-size: 12px;
  }
  .reference-domain {
    margin-top: 15px;
    font-size: 11px;
    gap: 16px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .partner-reference-link {
    transition: none;
  }
}

/* An asymmetric editorial composition, with all three steps visible. */
.abs-site .approach-editorial {
  background: #f3efe9;
  border: 0;
  position: relative;
}
.abs-site .approach-layout {
  display: grid;
  grid-template-columns: 1fr 1.12fr;
  gap: 80px;
  align-items: start;
  padding-block: 96px;
}
.approach-intro {
  display: block;
  margin: 0;
  position: sticky;
  top: 124px;
  padding-top: 18px;
}
.abs-site .approach-kicker {
  font-size: 13px;
  color: #655b70;
  line-height: 1.7;
  margin: 0 0 26px;
  justify-self: auto;
}
.abs-site .approach-intro h2 {
  font-size: clamp(40px, 4.3vw, 62px);
  font-weight: 500;
  line-height: 1.07;
  letter-spacing: -0.055em;
  margin: 0 0 28px;
  max-width: 530px;
  text-wrap: initial;
}
.approach-intro h2 em {
  font-style: normal;
  color: #77618f;
}
.abs-site .approach-intro > p:not(.approach-kicker) {
  margin: 0 0 32px;
  font-size: 16px;
  line-height: 1.85;
  color: #635e6a;
  max-width: 385px;
}
.approach-contact {
  display: inline-flex;
  align-items: center;
  gap: 30px;
  font-size: 14px;
  font-weight: 600;
  border-bottom: 1px solid #ac9ab9;
  padding: 0 0 12px;
  min-height: 48px;
  color: #302839;
}
.approach-contact > span {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: #e4dbe9;
  font-size: 22px;
  font-weight: 400;
  transition:
    background 0.2s,
    transform 0.2s;
}
.approach-contact:hover > span {
  background: #d8c9e2;
  transform: translate(2px, -2px);
}
.approach-note {
  display: block;
  margin-top: 20px;
  color: #756c7c;
  font-size: 11px;
  line-height: 1.8;
  max-width: 310px;
}
.approach-steps {
  list-style: none;
  margin: 0;
  padding: 0;
  border-radius: 22px;
  overflow: hidden;
  border: 1px solid #d9d1d9;
  box-shadow: 0 16px 40px #3e314609;
}
.approach-steps > li {
  display: block;
  position: relative;
  padding: 32px 36px 28px;
  background: #f8f5ef;
  border-bottom: 1px solid #d9d1d9;
}
.approach-steps > li:nth-child(2) {
  background: #e6eff0;
}
.approach-steps > li:nth-child(3) {
  background: #eee7f3;
  border-bottom: 0;
}
.approach-step-heading {
  display: flex;
  gap: 20px;
  align-items: center;
  margin-bottom: 15px;
}
.approach-number {
  display: block;
  font-size: 13px;
  line-height: 1;
  font-variant-numeric: tabular-nums;
  color: #776a81;
  flex-shrink: 0;
  width: 24px;
}
.approach-steps h3 {
  font-size: 26px;
  font-weight: 500;
  letter-spacing: -0.7px;
  line-height: 1.25;
  margin: 0;
  color: #302b3c;
}
.approach-steps .approach-body {
  margin: 0 0 21px 44px;
  font-size: 14px;
  line-height: 1.85;
  color: #635f6b;
  max-width: 450px;
}
.approach-deliverable {
  padding: 15px 0 0;
  margin-left: 44px;
  border-top: 1px solid #65547124;
}
.approach-deliverable > span {
  font-size: 10px;
  line-height: 1.6;
  color: #786b82;
  display: block;
  margin-bottom: 5px;
}
.approach-deliverable > p {
  font-size: 13px;
  line-height: 1.75;
  color: #3f354c;
  margin: 0;
  max-width: 420px;
}
@media (max-width: 1100px) {
  .abs-site .approach-layout {
    gap: 40px;
    grid-template-columns: 0.95fr 1.1fr;
  }
  .approach-steps > li {
    padding: 28px;
  }
  .approach-steps h3 {
    font-size: 24px;
  }
}
@media (max-width: 760px) {
  .abs-site .approach-layout {
    grid-template-columns: 1fr;
    gap: 35px;
    padding-block: 58px;
  }
  .approach-intro {
    position: static;
    padding: 0;
  }
  .abs-site .approach-intro h2 {
    font-size: 46px;
    max-width: 600px;
  }
  .abs-site .approach-intro > p:not(.approach-kicker) {
    max-width: 540px;
    margin-bottom: 22px;
  }
  .approach-note {
    max-width: none;
    margin-top: 15px;
  }
  .abs-site .approach-kicker {
    margin-bottom: 18px;
  }
  .approach-steps {
    border-radius: 16px;
  }
  .approach-steps > li {
    padding: 26px 24px;
  }
  .approach-steps .approach-body {
    margin-left: 0;
    font-size: 14px;
  }
  .approach-deliverable {
    margin-left: 0;
  }
  .approach-step-heading {
    gap: 14px;
  }
  .approach-steps h3 {
    font-size: 24px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .approach-contact > span {
    transition: none;
  }
}
/* Direct contact channels, readable on small screens as well as in the footer. */
.direct-contact {
  display: grid;
  gap: 12px;
  margin: 24px 0;
  min-width: 0;
}
.direct-contact a {
  display: grid;
  gap: 4px;
  align-content: center;
  min-height: 54px;
  padding: 10px 0;
  text-decoration: none;
  min-width: 0;
}
.direct-contact a > span:not(.sr-only) {
  font-size: 12px;
  color: #71637e;
  line-height: 1.6;
}
.direct-contact strong {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.7;
  overflow-wrap: anywhere;
}
.direct-contact a:hover strong {
  text-decoration: underline;
  text-underline-offset: 4px;
}
.abs-footer .direct-contact {
  margin: 18px 0;
  gap: 5px;
}
.abs-footer .direct-contact a > span:not(.sr-only) {
  color: #c9bfd5;
}
.abs-footer .direct-contact strong {
  font-size: 13px;
  color: #f5f0fa;
}
@media (min-width: 701px) and (max-width: 1200px) {
  .abs-footer .footer-contact {
    flex-wrap: wrap;
  }
  .abs-footer .direct-contact {
    flex-basis: 100%;
    grid-template-columns: 1fr 1fr;
  }
}
.direct-contact a {
  grid-template-columns: 36px minmax(0, 1fr);
  column-gap: 12px;
}
.direct-contact .contact-channel-icon {
  grid-column: 1;
  grid-row: 1 / 3;
  align-self: center;
  width: 28px;
  height: 28px;
}
.direct-contact a > span:not(.sr-only),
.direct-contact a > strong {
  grid-column: 2;
}
.abs-footer .contact-channel-icon {
  background: #f6f1fa;
  padding: 5px;
  box-sizing: content-box;
  border-radius: 8px;
}
/* Align sibling content by row, including translated and multi-line copy. */
.landing-page .value-grid article {
  display: flex;
  flex-direction: column;
  min-width: 0;
}
.landing-page .value-grid .value-index {
  margin: 0 0 26px;
}
.landing-page .value-grid h3 {
  margin: 0 0 20px;
  line-height: 1.35;
}
.landing-page .value-grid article > p {
  margin: 0;
  max-width: none;
}
.landing-page .value-grid .value-result {
  margin-top: auto;
  padding-top: 28px;
  align-items: flex-start;
}
.landing-page .value-result .icon {
  flex-shrink: 0;
  margin-top: 2px;
}
.landing-page .value-grid article:hover {
  transform: none;
}
.landing-page .service-row {
  grid-template-rows: auto 1fr auto;
}
.landing-page .service-description {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  height: 100%;
}
.landing-page .service-duration {
  margin-top: auto;
}
.landing-page .service-description p {
  margin-bottom: 18px;
}
.abs-site .product-feature-grid article {
  min-width: 0;
}
.abs-site .product-feature-grid h3 {
  margin-top: 0;
}
.abs-site .capability-grid article {
  min-width: 0;
}
@supports (grid-template-rows: subgrid) {
  .landing-page .value-grid article {
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 4;
    row-gap: 0;
  }
  .landing-page .value-grid .value-result {
    margin-top: 0;
  }
  .landing-page .service-row {
    grid-row: span 3;
    grid-template-rows: subgrid;
  }
  .abs-site .product-feature-grid article {
    display: grid;
    grid-row: span 4;
    grid-template-rows: subgrid;
    row-gap: 0;
  }
  .abs-site .product-feature-grid article > .text-link {
    align-self: end;
  }
  .abs-site .capability-grid article {
    display: grid;
    grid-row: span 3;
    grid-template-rows: subgrid;
    row-gap: 0;
  }
  .abs-site .capability-grid article > .square-icon {
    align-self: start;
  }
}
.abs-site .form-row {
  align-items: start;
}
.abs-site #contact-form .form-row > label {
  min-width: 0;
  margin-top: 0;
}
.abs-site #contact-form :is(input, select, textarea) {
  box-sizing: border-box;
  width: 100%;
  min-width: 0;
}
.abs-site .section-heading > div,
.abs-site .workspace-split > div,
.abs-site .contact-panel > div,
.abs-site .footer-columns > * {
  min-width: 0;
}
.abs-site .connector-tile {
  min-width: 0;
  align-items: center;
}
.abs-site .connector-mark {
  flex-shrink: 0;
}
.abs-site .connector-tile h3 {
  line-height: 1.4;
  margin: 0 0 4px;
}
.abs-site .connector-tile > .icon {
  margin-left: auto;
  flex-shrink: 0;
}
.abs-site .footer-columns {
  align-items: start;
}
.abs-site .footer-columns h3 {
  min-height: 22px;
  margin-top: 0;
  line-height: 1.5;
}
.abs-site .footer-columns nav a {
  line-height: 1.7;
}
.abs-site .project-content .between {
  gap: 14px;
  flex-wrap: wrap;
  align-items: center;
}
.abs-site .project-content .status {
  white-space: nowrap;
}
.abs-site .project-content .delivery-label {
  margin: 24px 0 16px;
  font-size: 12px;
  font-weight: 500;
  color: #5d536b;
}
.abs-site .project-dates {
  padding-bottom: 15px;
  border-bottom: 1px solid #e9e2ef;
  gap: 12px;
  line-height: 1.6;
}
.abs-site .live-tasks > div > span:nth-child(2) {
  min-width: 0;
  line-height: 1.7;
}
.abs-site .row-owner {
  flex-shrink: 0;
}
@media (max-width: 700px) {
  .landing-page .value-grid article {
    padding: 26px;
  }
  .landing-page .value-grid h3 {
    font-size: 23px;
    margin-bottom: 16px;
  }
  .landing-page .value-grid .value-index {
    margin-bottom: 20px;
  }
  .landing-page .value-grid .value-result {
    padding-top: 22px;
  }
  .abs-site .section-heading h2 br {
    display: none;
  }
  .abs-site .section-heading h2 {
    max-width: 100%;
  }
  .abs-site .contact-panel .form-row {
    grid-template-columns: 1fr;
  }
  .abs-site .contact-panel .btn {
    white-space: normal;
    text-align: left;
    line-height: 1.5;
  }
}
/* Keep the final service balanced when the collection has an odd number of entries. */
@media (min-width: 701px) {
  .landing-page .service-row:last-child:nth-child(odd) {
    grid-column: 1 / -1;
  }
  .landing-page .service-row:last-child:nth-child(odd) .service-description {
    max-width: 780px;
  }
}
.abs-site #contact-form :is(input, select, textarea) {
  font-weight: 400;
  line-height: 1.5;
}
.abs-site #contact-form :is(input, textarea)::placeholder {
  font-weight: 400;
  color: #81798b;
  opacity: 1;
}

/* Compact service cards with a distinct, readable closing row. */
.landing-page .service-row { padding: 26px; gap: 20px; }
.landing-page .service-name { min-width: 0; }
.landing-page .service-name h3 { font-size: 22px; margin: 0; }
.landing-page .service-description h4 { margin: 0 0 12px; line-height: 1.5; font-weight: 500; }
.landing-page .service-duration { background: #f4f1f7; border: 0; color: #625080; }
.landing-page .service-price { padding-top: 16px; }
.landing-page .service-price a { min-height: 44px; }
@media(min-width: 701px) {
  .landing-page .service-row:last-child:nth-child(odd) {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.3fr);
    grid-template-rows: auto auto; grid-row: span 2;
  }
  .landing-page .service-row:last-child:nth-child(odd) .service-index { display: none; }
  .landing-page .service-row:last-child:nth-child(odd) .service-description { grid-column: 2; grid-row: 1 / 3; padding-left: 24px; border-left: 1px solid #e5e0e7; }
  .landing-page .service-row:last-child:nth-child(odd) .service-price { grid-column: 1; grid-row: 2; align-self: end; }
}
@media(max-width: 700px) {
  .landing-page .service-list { grid-template-columns: minmax(0, 1fr); }
  .landing-page .service-row { grid-template-columns: minmax(0, 1fr) auto; grid-template-rows: auto auto auto; grid-row: auto; padding: 22px; gap: 18px; }
  .landing-page .service-name h3 { font-size: 20px; }
  .landing-page .service-name { align-items: flex-start; gap: 12px; }
  .landing-page .service-description { height: auto; }
  .landing-page .service-price { gap: 12px; flex-wrap: wrap; }
  .abs-site #contact-form { min-width: 0; }
  .abs-site .direct-contact a { overflow-wrap: anywhere; }
}

.video-preview-section video { display: block; width: 100%; aspect-ratio: 8 / 5; background: #191d29; border: 1px solid #dfdbe6; border-radius: 16px; box-shadow: 0 18px 50px #302d3b12; }
.video-preview-footer { display: flex; align-items: center; justify-content: space-between; gap: 24px; margin-top: 22px; }
.video-preview-footer p { margin: 0; font-size: 13px; }
@media(max-width:700px) { .video-preview-footer { align-items: stretch; flex-direction: column; gap: 16px; } .video-preview-section video { border-radius: 10px; } }

/* The invitation belongs to the video, rather than floating below it. */
.abs-site .video-preview-section video { border-radius: 16px 16px 0 0; box-shadow: none; border-bottom: 0; }
.abs-site .video-preview-footer { margin-top: 0; padding: 30px 34px; background: #eee8f4; border: 1px solid #dfd6e8; border-radius: 0 0 16px 16px; gap: 32px; }
.abs-site .video-invitation { min-width: 0; }
.abs-site .video-invitation h3 { font-size: 25px; font-weight: 500; margin: 0 0 8px; }
.abs-site .video-invitation p { font-size: 15px; line-height: 1.7; max-width: 560px; }
.abs-site .video-request { flex-shrink: 0; min-height: 56px; padding: 12px 18px 12px 24px; gap: 24px; border-radius: 10px; }
.abs-site .video-request .icon { width: 32px; height: 32px; padding: 7px; background: #ffffff20; border-radius: 50%; }
@media(max-width:700px) {
  .abs-site .video-preview-footer { padding: 24px 20px; gap: 20px; }
  .abs-site .video-invitation h3 { font-size: 23px; }
  .abs-site .video-request { width: 100%; justify-content: space-between; }
}

/* A quiet transition from the preview to the first conversation. */
.landing-page .first-step-section { padding-top: 16px; padding-bottom: 16px; }
.landing-page .first-step-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; }
.landing-page .first-step-card { padding: 28px; border: 1px solid #e3dce9; border-radius: 16px; background: #fffdfb; }
.landing-page .first-step-number { display: inline-flex; align-items: center; justify-content: center; width: 38px; height: 38px; margin-bottom: 24px; border-radius: 50%; background: #eee8f4; color: #625080; font-size: 12px; font-weight: 600; }
.landing-page .first-step-card h3 { margin: 0 0 14px; font-size: 21px; line-height: 1.35; font-weight: 500; letter-spacing: -.5px; }
.landing-page .first-step-card p { margin: 0; color: #5d6170; font-size: 15px; line-height: 1.8; }
@media (max-width: 700px) {
  .landing-page .first-step-grid { grid-template-columns: minmax(0, 1fr); gap: 14px; }
  .landing-page .first-step-card { padding: 24px; }
  .landing-page .first-step-number { margin-bottom: 16px; }
}
