@charset "UTF-8";
.split-heading {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: clamp(3rem, 8vw, 8rem);
  align-items: end;
  margin-bottom: clamp(4rem, 7vw, 6rem);
}

.split-heading h2 {
  margin: 0;
  color: #10212a;
  font-size: clamp(3rem, 5vw, 5.1rem);
  font-weight: 680;
  letter-spacing: -0.065em;
  line-height: 0.95;
}

.split-heading h2 em {
  color: #d95634;
  font-style: normal;
}

.split-heading > p {
  margin: 0;
  color: #60727a;
  font-size: 1.08rem;
  line-height: 1.72;
}

.split-heading-light h2 {
  color: #edf2f4;
}

.split-heading-light > p {
  color: #93a4ab;
}

.portal-role-strip {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  margin-top: clamp(4rem, 8vw, 7rem);
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.portal-role-strip span {
  padding: 1.25rem 0.8rem;
  color: #93a5ac;
  font-size: 0.7rem;
  font-weight: 750;
  letter-spacing: 0.08em;
  text-align: center;
  text-transform: uppercase;
}

.portal-role-strip span + span {
  border-left: 1px solid rgba(255, 255, 255, 0.13);
}

.portal-perspectives {
  padding: clamp(6.5rem, 11vw, 10rem) 0;
  background: #f6f5f1;
}

.perspective-board {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid rgba(16, 33, 42, 0.2);
  border-bottom: 1px solid rgba(16, 33, 42, 0.2);
}

.perspective-board article {
  min-height: 340px;
  padding: 2rem 2rem 2rem 0;
}

.perspective-board article + article {
  padding-left: 2rem;
  border-left: 1px solid rgba(16, 33, 42, 0.17);
}

.perspective-board article > span {
  color: #d95634;
  font-size: 0.67rem;
  font-weight: 800;
}

.perspective-board h3 {
  margin: 3rem 0 0;
  color: #10212a;
  font-size: clamp(1.6rem, 2.4vw, 2.25rem);
  font-weight: 660;
  letter-spacing: -0.045em;
}

.perspective-board p {
  margin: 1rem 0 2rem;
  color: #60727a;
  font-size: 1rem;
  line-height: 1.65;
}

.perspective-board small {
  color: #8a989e;
  font-size: 0.67rem;
  font-weight: 750;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.portal-flow {
  padding: clamp(6.5rem, 11vw, 10rem) 0;
  color: #edf2f4;
  background: #112630;
}

.portal-flow-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: clamp(4rem, 9vw, 9rem);
}

.portal-flow h2 {
  margin: 0;
  font-size: clamp(3rem, 5vw, 5rem);
  font-weight: 680;
  letter-spacing: -0.065em;
  line-height: 0.95;
}

.portal-flow h2 em {
  color: #ff9634;
  font-style: normal;
}

.portal-flow ol {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
}

.portal-flow li {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 1rem;
  padding: 1.5rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.portal-flow li > span {
  color: #ff9634;
  font-size: 0.67rem;
  font-weight: 800;
}

.portal-flow strong {
  font-size: 1.18rem;
}

.portal-flow li p {
  margin: 0.5rem 0 0;
  color: #8da0a8;
  font-size: 0.96rem;
  line-height: 1.55;
}

.integration-wordline {
  display: grid;
  grid-template-columns: auto 1fr auto 1fr auto 1fr auto 1fr auto;
  gap: 1rem;
  align-items: center;
  margin-top: clamp(4rem, 8vw, 7rem);
}

.integration-wordline span {
  padding: 0.8rem 1rem;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 5px;
  color: #dce5e8;
  background: #162a34;
  font-size: 0.76rem;
  font-weight: 700;
  white-space: nowrap;
}

.integration-wordline i {
  height: 1px;
  background: linear-gradient(90deg, #ff8a17, rgba(255, 138, 23, 0.18));
}

.integration-principle {
  padding: clamp(6.5rem, 11vw, 10rem) 0;
  background: #f6f5f1;
}

.integration-principle-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: clamp(4rem, 9vw, 9rem);
}

.integration-principle h2 {
  margin: 0;
  font-size: clamp(3rem, 5vw, 5rem);
  font-weight: 680;
  letter-spacing: -0.065em;
  line-height: 0.95;
}

.integration-principle h2 em {
  color: #d95634;
  font-style: normal;
}

.system-responsibilities {
  border-top: 1px solid rgba(16, 33, 42, 0.2);
}

.system-responsibilities article {
  padding: 1.8rem 0;
  border-bottom: 1px solid rgba(16, 33, 42, 0.16);
}

.system-responsibilities span {
  color: #d95634;
  font-size: 0.66rem;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.system-responsibilities strong {
  display: block;
  margin: 0.55rem 0;
  color: #10212a;
  font-size: 1.4rem;
  letter-spacing: -0.025em;
}

.system-responsibilities p {
  margin: 0;
  color: #63757d;
  line-height: 1.62;
}

.integration-methods {
  padding: clamp(6.5rem, 11vw, 10rem) 0;
  color: #edf2f4;
  background: #10232c;
}

.method-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}

.method-grid article {
  min-height: 300px;
  padding: 2rem 1.7rem 2rem 0;
}

.method-grid article + article {
  padding-left: 1.7rem;
  border-left: 1px solid rgba(255, 255, 255, 0.13);
}

.method-grid span {
  color: #ff9634;
  font-size: 0.66rem;
  font-weight: 800;
  letter-spacing: 0.1em;
}

.method-grid h3 {
  margin: 3rem 0 1rem;
  font-size: 1.5rem;
}

.method-grid p {
  margin: 0;
  color: #8da0a8;
  font-size: 0.95rem;
  line-height: 1.62;
}

.package-marquee {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: clamp(4rem, 8vw, 7rem);
}

.package-marquee span {
  padding: 0.7rem 0.9rem;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 4px;
  color: #b9c6cb;
  background: rgba(255, 255, 255, 0.035);
  font-size: 0.72rem;
  font-weight: 700;
}

.package-balance {
  padding: clamp(6.5rem, 11vw, 10rem) 0;
  background: #f6f5f1;
}

.balance-bar {
  display: grid;
  grid-template-columns: 2.2fr 1fr;
  min-height: 170px;
  border: 1px solid rgba(16, 33, 42, 0.2);
}

.balance-bar > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 2rem;
}

.balance-bar > div:first-child {
  background: #e8e9e5;
}

.balance-bar > div:last-child {
  color: #eef3f4;
  background: #10212a;
}

.balance-bar span {
  margin-bottom: 0.7rem;
  color: #d95634;
  font-size: 0.66rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.balance-bar strong {
  font-size: clamp(1.4rem, 2.5vw, 2.2rem);
  letter-spacing: -0.04em;
}

.package-examples {
  padding: clamp(6.5rem, 11vw, 10rem) 0;
  color: #edf2f4;
  background: #112630;
}

.package-examples-grid {
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  gap: clamp(4rem, 9vw, 9rem);
}

.package-examples h2 {
  margin: 0;
  font-size: clamp(3rem, 5vw, 5rem);
  font-weight: 680;
  letter-spacing: -0.065em;
  line-height: 0.95;
}

.package-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
}

.package-list article {
  min-height: 240px;
  padding: 1.6rem;
  border-right: 1px solid rgba(255, 255, 255, 0.13);
  border-bottom: 1px solid rgba(255, 255, 255, 0.13);
}

.package-list article:nth-child(even) {
  border-right: 0;
}

.package-list span {
  color: #81959e;
  font-size: 0.64rem;
  font-weight: 750;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.package-list h3 {
  margin: 1.8rem 0 0.7rem;
  font-size: 1.45rem;
}

.package-list p {
  margin: 0;
  color: #8fa1a8;
  font-size: 0.93rem;
  line-height: 1.58;
}

.package-list a {
  display: inline-block;
  margin-top: 1rem;
  color: #ff9a3a;
  font-size: 0.78rem;
  font-weight: 700;
  text-decoration: none;
}

.package-featured {
  background: rgba(255, 138, 23, 0.06);
}

.exact-boundary {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 1.2rem;
  align-items: center;
  margin-top: clamp(4rem, 8vw, 7rem);
}

.exact-boundary > div {
  padding: 1.5rem;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: #162a34;
}

.exact-boundary span {
  display: block;
  color: #80949c;
  font-size: 0.65rem;
  font-weight: 750;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.exact-boundary strong {
  display: block;
  margin-top: 0.6rem;
  font-size: 1.25rem;
}

.exact-boundary i {
  color: #ff9634;
  font-size: 1.3rem;
  font-style: normal;
}

.exact-around {
  padding: clamp(6.5rem, 11vw, 10rem) 0;
  background: #f6f5f1;
}

.exact-use-lines {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-top: 1px solid rgba(16, 33, 42, 0.2);
}

.exact-use-lines article {
  display: grid;
  grid-template-columns: 40px minmax(170px, 0.8fr) 1fr;
  gap: 1rem;
  align-items: center;
  min-height: 125px;
  padding: 1.5rem 2rem 1.5rem 0;
  border-bottom: 1px solid rgba(16, 33, 42, 0.16);
}

.exact-use-lines article:nth-child(odd) {
  border-right: 1px solid rgba(16, 33, 42, 0.16);
}

.exact-use-lines article:nth-child(even) {
  padding-left: 2rem;
}

.exact-use-lines span {
  color: #d95634;
  font-size: 0.66rem;
  font-weight: 800;
}

.exact-use-lines h3 {
  margin: 0;
  font-size: 1.15rem;
}

.exact-use-lines p {
  margin: 0;
  color: #66777e;
  font-size: 0.92rem;
  line-height: 1.52;
}

.exact-focus {
  padding: clamp(6.5rem, 11vw, 10rem) 0;
  color: #edf2f4;
  background: #10232c;
}

.exact-focus-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: clamp(4rem, 9vw, 9rem);
}

.exact-focus h2 {
  margin: 0;
  font-size: clamp(3rem, 5vw, 5rem);
  font-weight: 680;
  letter-spacing: -0.065em;
  line-height: 0.95;
}

.exact-focus h2 em {
  color: #ff9634;
  font-style: normal;
}

.exact-focus-grid > div:last-child > p {
  margin: 0;
  color: #94a5ac;
  font-size: 1.05rem;
  line-height: 1.7;
}

.exact-focus ul {
  margin: 2rem 0 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.exact-focus li {
  padding: 1rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.13);
  color: #b3c0c5;
}

.detail-closing {
  padding: clamp(6rem, 10vw, 9rem) 0;
  background: #f0efea;
}

.detail-closing-orange {
  background: #ff8a17;
}

.detail-closing-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: clamp(3rem, 8vw, 8rem);
  align-items: end;
}

.detail-closing h2 {
  margin: 0;
  color: #10212a;
  font-size: clamp(3rem, 5vw, 5rem);
  font-weight: 690;
  letter-spacing: -0.065em;
  line-height: 0.95;
}

.detail-closing-grid > div:last-child > p {
  margin: 0 0 1.8rem;
  color: #60727a;
  font-size: 1.08rem;
  line-height: 1.7;
}

.detail-closing-orange .detail-closing-grid > div:last-child > p {
  color: rgba(16, 33, 42, 0.76);
}

.detail-closing-orange .button-primary {
  color: #f4f7f8;
  background: #10212a;
}

@media (max-width: 991.98px) {
  .split-heading, .portal-flow-grid, .integration-principle-grid, .package-examples-grid, .exact-focus-grid, .detail-closing-grid {
    grid-template-columns: 1fr;
  }
  .portal-role-strip {
    grid-template-columns: repeat(3, 1fr);
  }
  .portal-role-strip span:nth-child(4) {
    border-left: 0;
  }
  .portal-role-strip span:nth-child(n+4) {
    border-top: 1px solid rgba(255, 255, 255, 0.13);
  }
  .perspective-board {
    grid-template-columns: 1fr;
  }
  .perspective-board article, .perspective-board article + article {
    min-height: 0;
    padding: 2rem 0;
    border-left: 0;
    border-bottom: 1px solid rgba(16, 33, 42, 0.17);
  }
  .method-grid {
    grid-template-columns: 1fr 1fr;
  }
  .method-grid article:nth-child(3) {
    border-left: 0;
  }
  .method-grid article:nth-child(n+3) {
    border-top: 1px solid rgba(255, 255, 255, 0.13);
  }
  .exact-use-lines {
    grid-template-columns: 1fr;
  }
  .exact-use-lines article:nth-child(odd), .exact-use-lines article:nth-child(even) {
    padding-left: 0;
    padding-right: 0;
    border-right: 0;
  }
}
@media (max-width: 575.98px) {
  .portal-role-strip {
    grid-template-columns: 1fr 1fr;
  }
  .portal-role-strip span:nth-child(odd) {
    border-left: 0;
  }
  .portal-role-strip span:nth-child(n+3) {
    border-top: 1px solid rgba(255, 255, 255, 0.13);
  }
  .integration-wordline {
    grid-template-columns: 1fr;
  }
  .integration-wordline i {
    width: 1px;
    height: 18px;
    margin: auto;
    background: linear-gradient(#ff8a17, rgba(255, 138, 23, 0.18));
  }
  .integration-wordline span {
    text-align: center;
  }
  .method-grid, .package-list {
    grid-template-columns: 1fr;
  }
  .method-grid article, .method-grid article + article {
    min-height: 0;
    padding: 2rem 0;
    border-left: 0;
    border-top: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.13);
  }
  .package-list article, .package-list article:nth-child(even) {
    min-height: 0;
    padding: 1.5rem 0;
    border-right: 0;
  }
  .balance-bar {
    grid-template-columns: 1fr;
  }
  .balance-bar > div {
    min-height: 135px;
  }
  .exact-boundary {
    grid-template-columns: 1fr;
  }
  .exact-boundary i {
    transform: rotate(90deg);
    text-align: center;
  }
  .detail-closing .button-primary {
    width: 100%;
    text-align: center;
  }
}
.se-hero {
  position: relative;
  min-height: 1040px;
  padding: clamp(11rem, 17vw, 15rem) 0 7rem;
  color: #eef3f4;
  background: #09161c;
  overflow: hidden;
}

.se-hero-grid {
  position: absolute;
  inset: 0;
  opacity: 0.15;
  background-image: linear-gradient(rgba(255, 255, 255, 0.1) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.1) 1px, transparent 1px);
  background-size: 54px 54px;
  mask-image: radial-gradient(circle at 68% 60%, #000, transparent 72%);
}

.se-hero-inner {
  position: relative;
  z-index: 1;
}

.se-hero h1 {
  max-width: 1150px;
  margin: 0;
  font-size: clamp(4rem, 7vw, 7.4rem);
  font-weight: 700;
  letter-spacing: -0.074em;
  line-height: 0.89;
}

.se-hero h1 em {
  color: #ff9634;
  font-style: normal;
}

.se-hero-foot {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 4rem;
  align-items: end;
  max-width: 1040px;
  margin-top: 2.8rem;
}

.se-hero-foot p {
  max-width: 680px;
  margin: 0;
  color: #9cabb2;
  font-size: 1.18rem;
  line-height: 1.7;
}

.se-hero-foot strong {
  color: #dce5e8;
  font-size: 0.85rem;
  line-height: 1.55;
}

.se-hero-windows {
  position: relative;
  min-height: 430px;
  margin-top: 5rem;
}

.se-hero-windows figure {
  position: absolute;
  margin: 0;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 9px;
  background: #14242c;
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.35);
  overflow: hidden;
}

.se-hero-windows figure:first-child {
  left: 0;
  top: 60px;
  width: 55%;
  transform: rotate(-1.4deg);
}

.se-hero-windows figure:last-child {
  right: 0;
  top: 0;
  z-index: 2;
  width: 61%;
}

.se-hero-windows img {
  display: block;
  width: 100%;
  height: 350px;
  object-fit: cover;
  object-position: top left;
}

.se-data {
  padding: clamp(6.5rem, 11vw, 10rem) 0;
  background: #f6f5f1;
}

.se-data-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: clamp(4rem, 9vw, 9rem);
  align-items: center;
}

.se-data h2 {
  margin: 0;
  font-size: clamp(3rem, 5vw, 5.1rem);
  font-weight: 680;
  letter-spacing: -0.065em;
  line-height: 0.95;
}

.se-data h2 em {
  color: #d95634;
  font-style: normal;
}

.se-data-grid > div:first-child > p:not(.section-kicker) {
  margin: 2rem 0 1rem;
  color: #61737b;
  font-size: 1.06rem;
  line-height: 1.7;
}

.se-data-grid > div:first-child > small {
  color: #87959b;
  font-size: 0.76rem;
}

.se-model-visual {
  display: grid;
  grid-template-columns: 1fr 48px 1fr 48px 1fr;
  align-items: center;
}

.se-model-visual article {
  min-height: 175px;
  padding: 1.5rem;
  border: 1px solid rgba(16, 33, 42, 0.18);
  border-radius: 7px;
  background: #fff;
  box-shadow: 0 18px 40px rgba(16, 33, 42, 0.08);
}

.se-model-visual article span {
  color: #d95634;
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.09em;
}

.se-model-visual article strong, .se-model-visual article small {
  display: block;
}

.se-model-visual article strong {
  margin-top: 3rem;
  font-size: 1.3rem;
}

.se-model-visual article small {
  margin-top: 0.4rem;
  color: #7b8b92;
}

.se-model-visual i {
  height: 1px;
  background: #ff8a17;
}

.se-data-visuals {
  min-width: 0;
}

.se-mini-flow {
  margin-top: 2rem;
  padding: 1.2rem;
  border: 1px solid rgba(16, 33, 42, 0.18);
  border-radius: 8px;
  background: #10212a;
  box-shadow: 0 22px 50px rgba(16, 33, 42, 0.12);
}

.se-mini-flow > p {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  margin: 0 0 1rem;
  color: #91a3aa;
  font-size: 0.64rem;
  font-weight: 750;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.se-mini-flow > p span {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #72c68d;
  box-shadow: 0 0 0 5px rgba(114, 198, 141, 0.09);
}

.se-mini-flow ol {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 34px;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
}

.se-mini-flow li {
  position: relative;
  min-height: 92px;
  padding: 1rem;
  border-radius: 6px;
  color: #e9eff1;
  background: #263941;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.18);
}

.se-mini-flow li:not(:last-child)::after {
  content: "→";
  position: absolute;
  left: calc(100% + 9px);
  top: 50%;
  width: 18px;
  color: #ff824a;
  font-size: 0.8rem;
  text-align: center;
  transform: translateY(-50%);
}

.se-mini-flow small, .se-mini-flow strong {
  display: block;
}

.se-mini-flow small {
  font-size: 0.58rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.se-mini-flow strong {
  margin-top: 1.1rem;
  font-size: 0.78rem;
  line-height: 1.25;
}

.mini-trigger {
  border-top: 4px solid #f34a45;
}

.mini-trigger small {
  color: #ff7b75;
}

.mini-method {
  border-top: 4px solid #2877d4;
}

.mini-method small {
  color: #69a8f2;
}

.mini-message {
  border-top: 4px solid #7a52c7;
}

.mini-message small {
  color: #ab8be9;
}

.mini-update {
  border-top: 4px solid #f3a000;
}

.mini-update small {
  color: #ffc052;
}

.se-api {
  padding: clamp(6.5rem, 11vw, 10rem) 0;
  color: #edf2f4;
  background: #10232c;
}

.se-api-console {
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 8px;
  background: #09171d;
  overflow: hidden;
}

.se-api-console > div {
  display: grid;
  grid-template-columns: 70px 1fr 220px;
  gap: 1rem;
  align-items: center;
  min-height: 70px;
  padding: 1rem 1.3rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.se-api-console > div:last-child {
  border: 0;
}

.se-api-console span {
  color: #ff9634;
  font-size: 0.68rem;
  font-weight: 800;
}

.se-api-console code {
  color: #dce5e8;
  font-size: 0.88rem;
}

.se-api-console small {
  color: #71868e;
}

.se-api-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  margin-top: 1.4rem;
}

.se-api-tags span {
  padding: 0.55rem 0.7rem;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 4px;
  color: #9db0b7;
  font-size: 0.67rem;
  font-weight: 750;
}

.se-action {
  padding: clamp(6.5rem, 11vw, 10rem) 0;
  background: #f3f2ed;
}

.se-action-grid {
  display: grid;
  grid-template-columns: 0.65fr 1.35fr;
  gap: clamp(4rem, 8vw, 8rem);
  align-items: center;
}

.se-action h2 {
  margin: 0;
  font-size: clamp(3rem, 5vw, 5rem);
  font-weight: 680;
  letter-spacing: -0.065em;
  line-height: 0.95;
}

.se-action-copy > p:not(.section-kicker) {
  margin: 1.8rem 0;
  color: #61737b;
  font-size: 1.05rem;
  line-height: 1.7;
}

.se-action figure {
  margin: 0;
  border: 1px solid rgba(16, 33, 42, 0.18);
  border-radius: 9px;
  background: #14242c;
  box-shadow: 0 30px 80px rgba(16, 33, 42, 0.18);
  overflow: hidden;
}

.se-action figure img {
  display: block;
  width: 100%;
  height: 480px;
  object-fit: cover;
  object-position: center top;
}

.se-capabilities {
  padding: clamp(6.5rem, 11vw, 10rem) 0;
  color: #edf2f4;
  background: #0c1920;
}

.se-capabilities-heading {
  display: grid;
  grid-template-columns: 0.45fr 1fr;
  gap: 4rem;
  align-items: start;
  margin-bottom: 4rem;
}

.se-capabilities-heading h2 {
  margin: 0;
  font-size: clamp(3rem, 5vw, 5rem);
  font-weight: 680;
  letter-spacing: -0.065em;
  line-height: 0.95;
}

.se-capability-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.se-capability-grid article {
  min-height: 330px;
  padding: 2rem 2rem 2rem 0;
}

.se-capability-grid article + article {
  padding-left: 2rem;
  border-left: 1px solid rgba(255, 255, 255, 0.13);
}

.se-capability-grid span {
  color: #ff9634;
  font-size: 0.66rem;
  font-weight: 800;
}

.se-capability-grid h3 {
  margin: 3rem 0 1rem;
  font-size: 1.5rem;
}

.se-capability-grid p {
  margin: 0;
  color: #8da0a8;
  line-height: 1.65;
}

.se-dashboard-pair {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.4rem;
  margin-top: 4rem;
}

.se-dashboard-shot {
  min-width: 0;
  margin: 0;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 9px;
  background: #13232b;
  overflow: hidden;
}

.se-dashboard-shot img {
  display: block;
  width: 100%;
  height: 350px;
  object-fit: cover;
  object-position: top;
}

.se-dashboard-shot figcaption {
  min-height: 50px;
  padding: 0.85rem 1rem;
  color: #cbd7db;
  background: #13232b;
  font-size: 0.78rem;
  font-weight: 700;
}

.se-operations {
  padding: clamp(6.5rem, 11vw, 10rem) 0;
  background: #f6f5f1;
}

.se-operation-lines {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-top: 1px solid rgba(16, 33, 42, 0.2);
  border-bottom: 1px solid rgba(16, 33, 42, 0.2);
}

.se-operation-lines article {
  min-height: 300px;
  padding: 2rem 2.5rem 2rem 0;
}

.se-operation-lines article + article {
  padding-left: 2.5rem;
  border-left: 1px solid rgba(16, 33, 42, 0.17);
}

.se-operation-lines span {
  color: #d95634;
  font-size: 0.67rem;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.se-operation-lines h3 {
  margin: 3rem 0 1rem;
  font-size: 1.7rem;
}

.se-operation-lines p {
  margin: 0;
  color: #61737b;
  line-height: 1.67;
}

.se-roadmap {
  padding: clamp(6.5rem, 11vw, 10rem) 0;
  color: #edf2f4;
  background: #152a34;
}

.se-roadmap-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: clamp(4rem, 9vw, 9rem);
}

.roadmap-label {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  margin: 0 0 1.5rem;
  color: #ff9b3e;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.roadmap-label span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ff8a17;
  box-shadow: 0 0 0 6px rgba(255, 138, 23, 0.09);
}

.se-roadmap h2 {
  margin: 0;
  font-size: clamp(3rem, 5vw, 5rem);
  font-weight: 680;
  letter-spacing: -0.065em;
  line-height: 0.95;
}

.se-roadmap h2 em {
  color: #ff9634;
  font-style: normal;
}

.se-roadmap-grid > div:first-child > p:last-child {
  margin: 1.8rem 0 0;
  color: #8da0a8;
  line-height: 1.65;
}

.se-roadmap-grid > div:last-child {
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.se-roadmap article {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 1rem;
  padding: 2rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.se-roadmap article > span {
  color: #ff9634;
  font-size: 0.67rem;
  font-weight: 800;
}

.se-roadmap article h3 {
  margin: 0;
  font-size: 1.45rem;
}

.se-roadmap article p {
  margin: 0.7rem 0 0;
  color: #8fa1a8;
  line-height: 1.62;
}

@media (max-width: 991.98px) {
  .se-hero-foot, .se-data-grid, .se-action-grid, .se-capabilities-heading, .se-roadmap-grid {
    grid-template-columns: 1fr;
  }
  .se-hero-windows {
    min-height: 650px;
  }
  .se-hero-windows figure:first-child {
    width: 66%;
  }
  .se-hero-windows figure:last-child {
    top: 210px;
    width: 72%;
  }
  .se-model-visual {
    margin-top: 2rem;
  }
  .se-capability-grid {
    grid-template-columns: 1fr;
  }
  .se-capability-grid article, .se-capability-grid article + article {
    min-height: 0;
    padding: 2rem 0;
    border-left: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.13);
  }
}
@media (max-width: 575.98px) {
  .se-hero {
    min-height: 0;
  }
  .se-hero h1 {
    font-size: clamp(3.4rem, 16vw, 4.8rem);
  }
  .se-hero-windows {
    display: grid;
    gap: 1rem;
    min-height: 0;
  }
  .se-hero-windows figure, .se-hero-windows figure:first-child, .se-hero-windows figure:last-child {
    position: relative;
    inset: auto;
    width: 100%;
    transform: none;
  }
  .se-hero-windows img {
    height: 245px;
  }
  .se-model-visual {
    grid-template-columns: 1fr;
  }
  .se-model-visual i {
    width: 1px;
    height: 28px;
    margin: auto;
  }
  .se-mini-flow ol {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .se-mini-flow li:not(:last-child)::after {
    content: "↓";
    left: 50%;
    top: calc(100% + 7px);
    transform: translateX(-50%);
  }
  .se-api-console > div {
    grid-template-columns: 55px 1fr;
  }
  .se-api-console small {
    grid-column: 2;
  }
  .se-action figure img {
    height: 260px;
  }
  .se-dashboard-pair {
    grid-template-columns: 1fr;
  }
  .se-dashboard-shot img {
    height: 245px;
  }
  .se-operation-lines {
    grid-template-columns: 1fr;
  }
  .se-operation-lines article, .se-operation-lines article + article {
    min-height: 0;
    padding: 2rem 0;
    border-left: 0;
    border-bottom: 1px solid rgba(16, 33, 42, 0.17);
  }
}
.se-roadmap article p {
  grid-column: 2;
  max-width: 620px;
  margin: 0.7rem 0 0;
  color: #a9b8be;
  font-size: 1.02rem;
  line-height: 1.72;
}

.se-data-title-line {
  display: block;
}

.se-data-title-pair {
  white-space: nowrap;
}

.se-heading-keep {
  white-space: nowrap;
}

@media (max-width: 575.98px) {
  .se-roadmap article {
    grid-template-columns: 32px minmax(0, 1fr);
  }
}
.developer-api {
  padding: clamp(6.5rem, 11vw, 10rem) 0;
  background: #e9edef;
}

.developer-api-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: clamp(4rem, 9vw, 9rem);
  align-items: center;
}

.developer-api-copy h2 {
  margin: 0;
  font-size: clamp(2.8rem, 4.4vw, 4.5rem);
  font-weight: 680;
  letter-spacing: -0.06em;
  line-height: 0.98;
}

.developer-api-copy h2 span {
  display: block;
}

.developer-api-copy > p:not(.section-kicker) {
  max-width: 620px;
  margin: 1.8rem 0;
  color: #596c74;
  font-size: 1.08rem;
  line-height: 1.72;
}

.developer-api-copy ul {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid rgba(16, 33, 42, 0.2);
}

.developer-api-copy li {
  padding: 0.85rem 0;
  border-bottom: 1px solid rgba(16, 33, 42, 0.14);
  color: #52656d;
  line-height: 1.5;
}

.developer-api-console {
  min-width: 0;
  padding: 1.5rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 9px;
  color: #dce5e8;
  background: #0d1c23;
  box-shadow: 0 28px 70px rgba(16, 33, 42, 0.2);
}

.developer-api-tabs {
  display: flex;
  gap: 1.4rem;
  padding: 0 0 1rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  color: #82969e;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.developer-api-endpoints {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.55rem 1rem;
  padding: 1.2rem 0;
}

.developer-api-endpoints code {
  color: #9ec5e7;
  font-size: 0.72rem;
  white-space: normal;
}

.developer-api-endpoints code b {
  color: #68bf8a;
}

.developer-api-fields {
  border-radius: 6px;
  background: #14272f;
  overflow: hidden;
}

.developer-api-fields > div {
  display: grid;
  grid-template-columns: minmax(130px, 1fr) 80px auto auto;
  gap: 0.7rem;
  align-items: center;
  min-height: 56px;
  padding: 0.75rem 1rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.09);
}

.developer-api-fields > div:last-child {
  border-bottom: 0;
}

.developer-api-fields strong {
  color: #dce5e8;
  font-size: 0.82rem;
}

.developer-api-fields span {
  color: #77afe0;
  font-family: monospace;
  font-size: 0.72rem;
}

.developer-api-fields i {
  padding: 0.3rem 0.45rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  color: #93a8b0;
  font-size: 0.58rem;
  font-style: normal;
  white-space: nowrap;
}

.developer-api-methods {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin-top: 1rem;
}

.developer-api-methods span {
  padding: 0.45rem 0.6rem;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 4px;
  color: #8fa3ab;
  font-size: 0.65rem;
  font-weight: 750;
}

.se-api-developer-link {
  margin-top: 1.6rem;
}

@media (max-width: 991.98px) {
  .developer-api-grid {
    grid-template-columns: 1fr;
  }
  .developer-api-console {
    margin-top: 1rem;
  }
}
@media (max-width: 575.98px) {
  .developer-api-endpoints {
    grid-template-columns: 1fr;
  }
  .developer-api-fields > div {
    grid-template-columns: 1fr 70px;
  }
  .developer-api-fields i {
    justify-self: start;
  }
}
.dev-feature > div:first-child h2 {
  margin-bottom: 2rem;
  font-size: clamp(2.8rem, 4.45vw, 4.45rem);
  line-height: 1.01;
}

.feature-index.sync-steps {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.sync-visual article {
  min-width: 0;
}

.sync-visual article strong {
  line-height: 1.35;
}

main .partner-model article > span {
  font-size: 0.85rem;
  letter-spacing: 0.06em;
}

section.commercial-note {
  color: #10212a;
  background: #fff;
  border-top: 1px solid rgba(16, 33, 42, 0.1);
  border-bottom: 1px solid rgba(16, 33, 42, 0.1);
}

section.commercial-note .section-kicker {
  color: #d95634;
}

section.commercial-note h2 {
  color: #10212a;
}

section.commercial-note .commercial-note-grid > p {
  color: #61737b;
}

.about-story {
  padding: clamp(6.5rem, 11vw, 10rem) 0;
  background: #f6f5f1;
}

.about-story-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: clamp(4rem, 9vw, 9rem);
  align-items: start;
}

.contact-form.public-form {
  position: relative;
  padding: clamp(1.6rem, 4vw, 3rem);
  border: 0;
  border-radius: 12px;
  color: #edf2f4;
  background: #10232c;
  box-shadow: 0 28px 70px rgba(16, 33, 42, 0.18);
  overflow: hidden;
}

.contact-form.public-form::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 5px;
  background: linear-gradient(90deg, #ff8a17, #d95634);
}

.contact-form-header {
  max-width: 650px;
  margin-bottom: 2.2rem;
  padding-bottom: 1.8rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.contact-form-header > span {
  color: #ff9634;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.contact-form-header h3 {
  margin: 0.7rem 0 0.8rem;
  color: #f3f6f7;
  font-size: clamp(2rem, 3vw, 3rem);
  letter-spacing: -0.045em;
}

.contact-form-header p {
  margin: 0;
  color: #9eb0b7;
  line-height: 1.65;
}

.contact-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.35rem 1.1rem;
}

.contact-form .form-field {
  min-width: 0;
  margin: 0;
}

.contact-form .form-field-wide {
  grid-column: 1/-1;
}

.contact-form .form-field label {
  color: #c9d4d8;
  font-size: 0.76rem;
  letter-spacing: 0.025em;
}

.contact-form .form-field label b {
  color: #ff9634;
}

.contact-form .form-field label small {
  display: inline;
  margin: 0 0 0 0.25rem;
  color: #82959d;
  font-size: 0.72rem;
  font-weight: 500;
}

.contact-form .form-field input,
.contact-form .form-field select,
.contact-form .form-field textarea {
  border-color: rgba(255, 255, 255, 0.16);
  border-radius: 5px;
  color: #edf2f4;
  background: rgba(255, 255, 255, 0.055);
}

.contact-form .form-field input::placeholder,
.contact-form .form-field textarea::placeholder {
  color: #71858e;
}

.contact-form .form-field select {
  color-scheme: dark;
}

.contact-form .form-field select option {
  color: #edf2f4;
  background-color: #10232c;
}

.contact-form .form-field select option:checked {
  color: #ffffff;
  background-color: #263f4a;
}

.contact-form .form-field input:focus,
.contact-form .form-field select:focus,
.contact-form .form-field textarea:focus {
  border-color: #ff9634;
  outline-color: rgba(255, 150, 52, 0.17);
  background: rgba(255, 255, 255, 0.075);
}

.contact-form .field-validation-error {
  color: #ffb48d;
}

.contact-form .validation-summary-errors {
  border-left: 3px solid #ff825f;
  color: #ffd0c1;
  background: rgba(217, 86, 52, 0.15);
}

.contact-form .consent-field {
  margin: 0.25rem 0 0;
  color: #9eb0b7;
}

.contact-form .consent-field input {
  accent-color: #ff8a17;
}

.contact-form .consent-field a {
  color: #fff;
}

.contact-form-action {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1.5rem;
  margin-top: 0.4rem;
  padding-top: 1.4rem;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.contact-form-action > small {
  color: #71858e;
}

.contact-form-action .button-primary {
  min-width: 210px;
  justify-content: center;
}

.contact-sending {
  position: absolute;
  z-index: 5;
  inset: 5px 0 0;
  display: flex;
  visibility: hidden;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 2rem;
  border-radius: 0 0 12px 12px;
  text-align: center;
  opacity: 0;
  background: rgba(16, 35, 44, 0.96);
  backdrop-filter: blur(7px);
  transition: opacity 0.18s ease, visibility 0.18s ease;
}

.contact-form.is-sending .contact-sending {
  visibility: visible;
  opacity: 1;
}

.contact-sending-spinner {
  width: 54px;
  height: 54px;
  margin-bottom: 1.5rem;
  border: 4px solid rgba(255, 255, 255, 0.16);
  border-top-color: #ff8a17;
  border-radius: 50%;
  animation: contact-spinner 0.8s linear infinite;
}

.contact-sending strong {
  color: #fff;
  font-size: clamp(1.45rem, 3vw, 2rem);
  letter-spacing: -0.025em;
}

.contact-sending > span:last-child {
  margin-top: 0.65rem;
  color: #9eb0b7;
  font-size: 0.95rem;
}

.contact-submit:disabled {
  cursor: wait;
  opacity: 0.78;
}

@keyframes contact-spinner {
  to {
    transform: rotate(360deg);
  }
}
@media (prefers-reduced-motion: reduce) {
  .contact-sending-spinner {
    animation-duration: 1.6s;
  }
}
.about-story-heading h2 {
  max-width: 760px;
  margin: 0;
  color: #10212a;
  font-size: clamp(3rem, 5vw, 5.2rem);
  font-weight: 680;
  letter-spacing: -0.065em;
  line-height: 0.95;
}

.about-story-heading > div:last-child p {
  margin: 0;
  color: #61737b;
  font-size: 1.04rem;
  line-height: 1.72;
}

.about-story-heading > div:last-child p + p {
  margin-top: 1.2rem;
}

.company-timeline {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: clamp(4rem, 8vw, 7rem) 0 0;
  padding: 0;
  border-top: 1px solid rgba(16, 33, 42, 0.18);
  border-bottom: 1px solid rgba(16, 33, 42, 0.18);
  list-style: none;
}

.company-timeline li {
  min-width: 0;
  min-height: 270px;
  padding: 2rem 1.5rem;
}

.company-timeline li + li {
  border-left: 1px solid rgba(16, 33, 42, 0.15);
}

.company-timeline li > span {
  display: block;
  color: #d95634;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.company-timeline h3 {
  margin: 3rem 0 1rem;
  color: #10212a;
  font-size: 1.35rem;
  line-height: 1.2;
}

.company-timeline p {
  margin: 0;
  color: #687a82;
  line-height: 1.6;
}

.case-statistics {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.25rem;
  margin-top: clamp(4rem, 7vw, 6rem);
}

.case-statistics article {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  grid-template-rows: auto auto;
  column-gap: clamp(1rem, 2vw, 1.6rem);
  align-items: center;
  min-width: 0;
  min-height: 180px;
  padding: clamp(1.5rem, 3vw, 2.25rem);
  border: 1px solid rgba(16, 33, 42, 0.1);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 18px 45px rgba(16, 33, 42, 0.07);
}

.case-statistics article + article {
  border-left: 1px solid rgba(16, 33, 42, 0.1);
}

.case-statistics strong,
.case-statistics span {
  display: block;
}

.case-statistics strong {
  grid-column: 2;
  align-self: end;
  min-width: 0;
  font-size: clamp(2.5rem, 4vw, 4rem);
  letter-spacing: -0.065em;
  line-height: 1;
  white-space: nowrap;
}

.case-statistics .stat-value {
  display: contents;
}

.case-statistics .stat-icon {
  grid-row: 1/3;
  grid-column: 1;
  width: clamp(3.75rem, 5vw, 4.75rem);
  height: clamp(3.75rem, 5vw, 4.75rem);
  border-width: 0;
  color: #fff;
  background: linear-gradient(145deg, #ff9a39, #d95634);
  box-shadow: 0 10px 25px rgba(217, 86, 52, 0.22);
}

.stat-value {
  display: flex;
  align-items: center;
  gap: clamp(0.65rem, 1.2vw, 1rem);
  min-width: 0;
}

.stat-icon {
  display: grid;
  flex: 0 0 auto;
  width: clamp(2.35rem, 3vw, 3.25rem);
  height: clamp(2.35rem, 3vw, 3.25rem);
  place-items: center;
  border: 1px solid rgba(217, 86, 52, 0.28);
  border-radius: 50%;
  color: #d95634;
  background: rgba(217, 86, 52, 0.08);
}

.stat-icon svg {
  width: 52%;
  height: 52%;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.proof-metrics .stat-value strong {
  font-size: clamp(2.35rem, 3.8vw, 4rem);
}

.proof-metrics .stat-icon {
  color: #ff9634;
  border-color: rgba(255, 150, 52, 0.32);
  background: rgba(255, 150, 52, 0.08);
}

.case-statistics span {
  grid-column: 2;
  align-self: start;
  margin-top: 0.55rem;
  padding-top: 0;
  color: #687a82;
  font-size: clamp(0.82rem, 1vw, 0.95rem);
  font-weight: 650;
  letter-spacing: 0;
  line-height: 1.4;
  text-transform: none;
}

@media (max-width: 991.98px) {
  .feature-index.sync-steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .about-story-heading {
    grid-template-columns: 1fr;
  }
  .company-timeline {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .company-timeline li:nth-child(3) {
    border-top: 1px solid rgba(16, 33, 42, 0.15);
    border-left: 0;
  }
  .company-timeline li:nth-child(4) {
    border-top: 1px solid rgba(16, 33, 42, 0.15);
  }
}
@media (max-width: 575.98px) {
  .feature-index.sync-steps {
    grid-template-columns: 1fr;
  }
  .case-statistics {
    grid-template-columns: 1fr;
  }
  .case-statistics article + article {
    border-left: 1px solid rgba(16, 33, 42, 0.1);
  }
  .company-timeline {
    grid-template-columns: 1fr;
  }
  .company-timeline li {
    min-height: 0;
  }
  .company-timeline li + li,
  .company-timeline li:nth-child(3) {
    border-top: 1px solid rgba(16, 33, 42, 0.15);
    border-left: 0;
  }
  .contact-form-grid {
    grid-template-columns: 1fr;
  }
  .contact-form-action {
    align-items: stretch;
    flex-direction: column;
  }
  .contact-form-action .button-primary {
    width: 100%;
  }
}
.page-hero {
  position: relative;
  min-height: 820px;
  padding: clamp(11rem, 17vw, 15rem) 0 clamp(6rem, 10vw, 9rem);
  color: #edf2f4;
  background: #0b171d;
  overflow: hidden;
}

.page-grid {
  position: absolute;
  inset: 0;
  opacity: 0.14;
  background-image: linear-gradient(rgba(255, 255, 255, 0.1) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.1) 1px, transparent 1px);
  background-size: 54px 54px;
  mask-image: radial-gradient(circle at 70% 55%, #000, transparent 76%);
}

.page-hero > .container {
  position: relative;
  z-index: 1;
}

.page-hero-split {
  display: grid;
  grid-template-columns: 1.3fr 0.7fr;
  gap: clamp(3rem, 8vw, 8rem);
  align-items: end;
}

.page-hero h1 {
  margin: 0;
  font-size: clamp(4rem, 7vw, 7.2rem);
  font-weight: 700;
  letter-spacing: -0.073em;
  line-height: 0.89;
}

.page-hero h1 em {
  color: #ff9634;
  font-style: normal;
}

.page-hero-split > p {
  margin: 0;
  color: #9babb2;
  font-size: clamp(1.06rem, 1.5vw, 1.22rem);
  line-height: 1.72;
}

.compact-hero {
  min-height: 650px;
}

.hero-product-shot {
  margin: 5rem 0 0;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 9px;
  background: #14242c;
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.35);
  overflow: hidden;
}

.hero-product-shot img {
  display: block;
  width: 100%;
  max-height: 650px;
  object-fit: cover;
  object-position: top;
}

.code-shot img {
  object-position: left top;
}

.content-section {
  padding: clamp(6.5rem, 11vw, 10rem) 0;
  background: #f6f5f1;
}

.dark-section {
  padding: clamp(6.5rem, 11vw, 10rem) 0;
  color: #edf2f4;
  background: #10232c;
}

.editorial-heading {
  display: grid;
  grid-template-columns: 0.45fr 1fr;
  gap: clamp(3rem, 8vw, 8rem);
  margin-bottom: 4rem;
}

.editorial-heading h2, .wide-section-title {
  margin: 0;
  color: #10212a;
  font-size: clamp(3rem, 5vw, 5rem);
  font-weight: 680;
  letter-spacing: -0.065em;
  line-height: 0.95;
}

.editorial-heading-light h2, .dark-section .wide-section-title {
  color: #edf2f4;
}

.feature-index {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  border-top: 1px solid rgba(16, 33, 42, 0.2);
  border-bottom: 1px solid rgba(16, 33, 42, 0.2);
}

.feature-index article {
  min-height: 260px;
  padding: 1.7rem 1.3rem 1.7rem 0;
}

.feature-index article + article {
  padding-left: 1.3rem;
  border-left: 1px solid rgba(16, 33, 42, 0.16);
}

.feature-index span, .technical-columns span {
  color: #d95634;
  font-size: 0.66rem;
  font-weight: 800;
}

.feature-index h3 {
  margin: 3rem 0 1rem;
  font-size: 1.25rem;
}

.feature-index p {
  margin: 0;
  color: #63757d;
  font-size: 0.92rem;
  line-height: 1.58;
}

.capability-cloud, .training-index, .result-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
}

.capability-cloud span, .training-index span {
  padding: 1rem 1.2rem;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 5px;
  color: #b7c4c9;
  background: rgba(255, 255, 255, 0.035);
}

.flow-example {
  padding: clamp(6.5rem, 11vw, 10rem) 0;
  background: #f6f5f1;
}

.flow-example h2 {
  max-width: 900px;
  margin: 0 0 4rem;
  font-size: clamp(3rem, 5vw, 5rem);
  font-weight: 680;
  letter-spacing: -0.065em;
}

.flow-example ol {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin: 0;
  padding: 0;
  list-style: none;
}

.flow-example li {
  min-height: 110px;
  padding: 1.2rem 1rem 1.2rem 0;
  border-top: 1px solid rgba(16, 33, 42, 0.2);
}

.flow-example li span {
  display: block;
  color: #d95634;
  font-size: 0.65rem;
  font-weight: 800;
}

.flow-example li strong {
  display: block;
  margin-top: 1rem;
  font-size: 0.92rem;
}

.roadmap-band {
  padding: 5rem 0;
  color: #edf2f4;
  background: #172e39;
}

.roadmap-band-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5rem;
}

.roadmap-band h2 {
  margin: 0;
  font-size: 2.4rem;
  letter-spacing: -0.045em;
}

.roadmap-band-grid > div:last-child p {
  margin: 0;
  color: #91a3aa;
  line-height: 1.7;
}

.dev-feature, .developer-stack-grid, .case-story-grid, .commercial-note-grid, .about-principle-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(4rem, 9vw, 9rem);
  align-items: center;
}

.dev-feature h2, .developer-stack h2, .case-story-grid h2, .commercial-note h2, .about-principle-grid h2 {
  margin: 0;
  font-size: clamp(3rem, 5vw, 5rem);
  font-weight: 680;
  letter-spacing: -0.065em;
  line-height: 0.95;
}

.dev-feature h2 em {
  color: #d95634;
  font-style: normal;
}

.dev-feature > div:first-child > p:not(.section-kicker), .developer-stack-grid > div:last-child p, .case-story-grid > div:last-child p, .commercial-note-grid > p, .about-principle-grid > div:last-child p {
  color: #61737b;
  font-size: 1.04rem;
  line-height: 1.7;
}

.code-contract {
  padding: 2rem;
  border-radius: 8px;
  color: #dce5e8;
  background: #10212a;
  box-shadow: 0 25px 60px rgba(16, 33, 42, 0.2);
}

.code-contract span, .code-contract strong, .code-contract code {
  display: block;
}

.code-contract span {
  color: #65a8ef;
  font-family: monospace;
}

.code-contract strong {
  margin: 0.5rem 0 1rem;
  color: #ff9634;
  font-family: monospace;
  font-size: 1.7rem;
}

.code-contract code {
  color: #9fb0b7;
  white-space: normal;
}

.code-contract i {
  display: block;
  height: 1px;
  margin: 1.7rem 0;
  background: rgba(255, 255, 255, 0.14);
}

.technical-columns {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}

.technical-columns article {
  min-height: 270px;
  padding: 2rem 2rem 2rem 0;
}

.technical-columns article + article {
  padding-left: 2rem;
  border-left: 1px solid rgba(255, 255, 255, 0.13);
}

.technical-columns h3 {
  margin: 3rem 0 1rem;
  font-size: 1.55rem;
}

.technical-columns p {
  margin: 0;
  color: #8fa1a8;
  line-height: 1.62;
}

.developer-stack, .commercial-note {
  padding: clamp(6rem, 10vw, 9rem) 0;
  background: #ff8a17;
}

.product-entry {
  display: grid;
  grid-template-columns: 190px 1fr 50px;
  gap: 2rem;
  align-items: center;
  min-height: 210px;
  padding: 2rem 0;
  border-top: 1px solid rgba(16, 33, 42, 0.2);
  color: #10212a;
  text-decoration: none;
}

.product-entry:last-child {
  border-bottom: 1px solid rgba(16, 33, 42, 0.2);
}

.product-entry > span {
  color: #d95634;
  font-size: 0.67rem;
  font-weight: 800;
}

.product-entry h2 {
  margin: 0;
  font-size: clamp(2rem, 4vw, 3.8rem);
  letter-spacing: -0.055em;
}

.product-entry p {
  max-width: 720px;
  margin: 0.8rem 0 0;
  color: #63757d;
  line-height: 1.62;
}

.product-entry i {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border: 1px solid rgba(16, 33, 42, 0.2);
  border-radius: 50%;
  font-style: normal;
}

.sync-visual {
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr;
  gap: 1.3rem;
  align-items: center;
  margin-top: 5rem;
}

.sync-visual article {
  padding: 1.6rem;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: #162a34;
}

.sync-visual span, .sync-visual strong {
  display: block;
}

.sync-visual span {
  color: #82969e;
  font-size: 0.64rem;
  font-weight: 800;
}

.sync-visual strong {
  margin-top: 0.7rem;
  font-size: 1.2rem;
}

.sync-visual i {
  color: #ff9634;
  font-style: normal;
}

.sync-core {
  border-color: rgba(255, 150, 52, 0.5) !important;
}

.case-entry {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 4rem;
  padding: 3rem;
  color: #edf2f4;
  background: #10232c;
  text-decoration: none;
}

.case-entry p {
  color: #ff9634;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.case-entry h2 {
  margin: 2rem 0 0.7rem;
  font-size: clamp(3rem, 6vw, 6rem);
  letter-spacing: -0.065em;
}

.case-entry span {
  color: #9aabb2;
}

.case-entry-stats {
  display: grid;
  grid-template-columns: auto auto;
  gap: 0.5rem 1rem;
  align-content: center;
}

.case-entry-stats strong {
  font-size: 2.3rem;
}

.case-entry-stats small {
  align-self: center;
  color: #82959d;
}

.case-entry > i {
  grid-column: 1/-1;
  color: #ff9634;
  font-style: normal;
}

.case-proof-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}

.case-proof-row > div {
  padding: 2rem;
}

.case-proof-row > div + div {
  border-left: 1px solid rgba(255, 255, 255, 0.14);
}

.case-proof-row strong, .case-proof-row span {
  display: block;
}

.case-proof-row strong {
  font-size: clamp(2.8rem, 5vw, 5rem);
  letter-spacing: -0.06em;
}

.case-proof-row span {
  margin-top: 0.6rem;
  color: #82959d;
  font-size: 0.68rem;
  font-weight: 750;
  text-transform: uppercase;
}

.case-flow-line {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  margin: 4rem 0 0;
  padding: 0;
  list-style: none;
}

.case-flow-line li {
  min-height: 115px;
  padding: 1.2rem 1rem 1.2rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
}

.case-flow-line span, .case-flow-line strong {
  display: block;
}

.case-flow-line span {
  color: #ff9634;
  font-size: 0.65rem;
}

.case-flow-line strong {
  margin-top: 1rem;
  font-size: 0.9rem;
}

.case-results {
  padding: clamp(6.5rem, 11vw, 10rem) 0;
  background: #f6f5f1;
}

.result-list span {
  padding: 0.8rem 1rem;
  border: 1px solid rgba(16, 33, 42, 0.17);
  color: #53666e;
}

.case-tech-note {
  margin: 2.5rem 0 0;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(16, 33, 42, 0.16);
  color: #7b8a90;
  font-size: 0.82rem;
  line-height: 1.6;
}

.partner-model {
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr;
  gap: 1.4rem;
  align-items: center;
}

.partner-model article {
  min-height: 270px;
  padding: 1.8rem;
  border: 1px solid rgba(16, 33, 42, 0.18);
}

.partner-model article > span {
  color: #d95634;
  font-size: 0.65rem;
  font-weight: 800;
}

.partner-model h3 {
  margin: 3rem 0 1rem;
  font-size: 1.45rem;
}

.partner-model p {
  color: #61737b;
  line-height: 1.6;
}

.partner-model > i {
  color: #d95634;
  font-size: 1.5rem;
  font-style: normal;
}

.training-index span {
  min-width: 180px;
  text-align: center;
}

.values-section {
  padding: clamp(6.5rem, 11vw, 10rem) 0;
  color: #edf2f4;
  background: #10232c;
}

.values-section h2 {
  max-width: 900px;
  margin: 0 0 4rem;
  font-size: clamp(3rem, 5vw, 5rem);
  letter-spacing: -0.065em;
}

.value-lines {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid rgba(255, 255, 255, 0.16);
}

.value-lines article {
  padding: 1.7rem 1.5rem 1.7rem 0;
}

.value-lines article + article {
  padding-left: 1.5rem;
  border-left: 1px solid rgba(255, 255, 255, 0.13);
}

.value-lines span {
  color: #ff9634;
  font-size: 0.66rem;
}

.value-lines h3 {
  margin: 3rem 0 1rem;
}

.value-lines p {
  color: #8fa1a8;
  line-height: 1.6;
}

.form-section {
  padding: clamp(6.5rem, 11vw, 10rem) 0;
  background: #f6f5f1;
}

.form-layout {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: clamp(4rem, 9vw, 9rem);
}

.form-layout h2 {
  margin: 0;
  font-size: clamp(3rem, 5vw, 5rem);
  letter-spacing: -0.065em;
}

.contact-route-list {
  margin-top: 3rem;
  border-top: 1px solid rgba(16, 33, 42, 0.2);
}

.contact-route-list > a, .contact-route-list > div {
  display: block;
  padding: 1.4rem 0;
  border-bottom: 1px solid rgba(16, 33, 42, 0.16);
  color: #10212a;
  text-decoration: none;
}

.contact-route-list strong, .contact-route-list span {
  display: block;
}

.contact-route-list span {
  margin-top: 0.4rem;
  color: #718188;
  font-size: 0.88rem;
}

.public-form, .intake-form {
  padding: clamp(1.5rem, 4vw, 3rem);
  border: 1px solid rgba(16, 33, 42, 0.16);
  background: #fff;
}

.form-field {
  margin-bottom: 1.5rem;
}

.form-field label {
  display: block;
  margin-bottom: 0.55rem;
  color: #314750;
  font-size: 0.82rem;
  font-weight: 700;
}

.form-field input, .form-field select, .form-field textarea {
  width: 100%;
  min-height: 52px;
  padding: 0.8rem 0.9rem;
  border: 1px solid #cbd2d4;
  border-radius: 3px;
  color: #10212a;
  background: #fff;
  font: inherit;
}

.form-field textarea {
  resize: vertical;
}

.form-field input:focus, .form-field select:focus, .form-field textarea:focus {
  border-color: #ff8a17;
  outline: 3px solid rgba(255, 138, 23, 0.12);
}

.form-field small {
  display: block;
  margin-top: 0.5rem;
  color: #7d8c92;
  line-height: 1.5;
}

.consent-field {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.7rem;
  margin: 1.5rem 0;
  color: #60727a;
  font-size: 0.82rem;
  line-height: 1.5;
}

.form-status {
  margin: 1rem 0 0;
  padding: 1rem;
  color: #8b351f;
  background: #fff0e7;
}

.intake-page {
  min-height: 100vh;
  padding: clamp(10rem, 15vw, 13rem) 0 8rem;
  color: #edf2f4;
  background: #0b171d;
}

.intake-heading {
  max-width: 980px;
  margin-bottom: 4rem;
}

.intake-heading h1 {
  margin: 0;
  font-size: clamp(4rem, 7vw, 7rem);
  letter-spacing: -0.073em;
  line-height: 0.89;
}

.intake-heading h1 em {
  color: #ff9634;
  font-style: normal;
}

.intake-heading > p:last-child {
  max-width: 680px;
  color: #9babb2;
  font-size: 1.1rem;
  line-height: 1.7;
}

.intake-form {
  max-width: 900px;
  color: #10212a;
}

.intake-progress {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 2.5rem;
  color: #65777e;
  font-size: 0.72rem;
  font-weight: 750;
}

.intake-progress > i {
  flex: 1;
  height: 3px;
  background: #e4e7e7;
}

.intake-progress b {
  display: block;
  width: 20%;
  height: 100%;
  background: #ff8a17;
  transition: width 0.35s ease;
}

.intake-form fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}

.intake-form legend {
  margin-bottom: 2rem;
  font-size: clamp(1.7rem, 3vw, 2.5rem);
  font-weight: 650;
  letter-spacing: -0.04em;
}

.intake-form legend span {
  margin-right: 1rem;
  color: #d95634;
  font-size: 0.7rem;
}

.intake-actions {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  margin-top: 2rem;
}

.text-button {
  padding: 0.8rem 0;
  border: 0;
  color: #53666e;
  background: transparent;
  font-weight: 700;
}

.assessment-note {
  margin-top: 1.5rem;
  padding: 1rem;
  border-left: 3px solid #ff8a17;
  background: #f3f2ed;
}

.assessment-note p {
  margin: 0.5rem 0 0;
  color: #65777e;
  font-size: 0.84rem;
  line-height: 1.55;
}

.chat-page {
  padding-bottom: 6rem;
}

.chat-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(480px, 1.15fr);
  gap: clamp(3rem, 7vw, 7rem);
  align-items: start;
}

.chat-heading {
  position: sticky;
  top: 8rem;
  margin-bottom: 0;
}

.chat-heading h1 {
  font-size: clamp(3.8rem, 5.8vw, 6.5rem);
}

.chat-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  margin-top: 2rem;
}

.chat-trust span {
  padding: 0.55rem 0.8rem;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 99px;
  color: #b8c4c9;
  font-size: 0.75rem;
}

.chat-app {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 18px;
  color: #10212a;
  background: #f5f3ee;
  box-shadow: 0 32px 80px rgba(0, 0, 0, 0.3);
}

.chat-app-header {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  padding: 1rem 1.2rem;
  border-bottom: 1px solid #dde1df;
  background: #fff;
}

.chat-app-header > div {
  display: flex;
  flex: 1;
  flex-direction: column;
}

.chat-app-header strong {
  font-size: 0.92rem;
}

.chat-app-header small {
  color: #718188;
  font-size: 0.7rem;
}

.chat-app-header small i {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-right: 0.25rem;
  border-radius: 50%;
  background: #39a96b;
}

.chat-avatar {
  display: grid;
  flex: 0 0 34px;
  width: 34px;
  height: 34px;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: #e76e24;
  font-size: 0.76rem;
  font-weight: 800;
}

.chat-counter {
  padding: 0.35rem 0.6rem;
  border-radius: 99px;
  color: #65777e;
  background: #f0f1ee;
  font-size: 0.7rem;
  font-weight: 750;
}

.chat-messages {
  display: flex;
  min-height: 520px;
  max-height: 650px;
  flex-direction: column;
  gap: 1.1rem;
  overflow-y: auto;
  padding: 1.5rem;
  scroll-behavior: smooth;
}

.chat-message {
  display: flex;
  max-width: 84%;
  gap: 0.65rem;
  align-items: flex-end;
}

.chat-message > div {
  padding: 0.8rem 1rem;
  border-radius: 16px 16px 16px 4px;
  background: #fff;
  box-shadow: 0 2px 7px rgba(16, 33, 42, 0.07);
}

.chat-message p {
  margin: 0;
  white-space: pre-wrap;
  line-height: 1.55;
}

.chat-message time {
  display: block;
  margin-top: 0.35rem;
  color: #9aa5a8;
  font-size: 0.62rem;
}

.chat-message-user {
  align-self: flex-end;
}

.chat-message-user > div {
  border-radius: 16px 16px 4px 16px;
  color: #fff;
  background: #173541;
}

.chat-message-user time {
  color: #a9bac1;
  text-align: right;
}

.chat-consent {
  margin-left: 44px;
  padding: 1rem;
  border: 1px solid #d9ddda;
  border-radius: 12px;
  background: #fff;
}

.chat-consent p {
  margin: 0 0 1rem;
  color: #617078;
  font-size: 0.76rem;
  line-height: 1.55;
}

.chat-consent .button-primary {
  width: 100%;
  justify-content: center;
}

.chat-typing {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  padding: 0.55rem 1.5rem;
  color: #738188;
  background: #f5f3ee;
  font-size: 0.7rem;
}

.chat-typing span {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #e76e24;
  animation: chat-pulse 1.1s infinite;
}

.chat-typing span:nth-child(2) {
  animation-delay: 0.15s;
}

.chat-typing span:nth-child(3) {
  animation-delay: 0.3s;
}

.chat-typing em {
  margin-left: 0.35rem;
  font-style: normal;
}

.chat-composer {
  display: flex;
  gap: 0.7rem;
  align-items: flex-end;
  padding: 1rem;
  border-top: 1px solid #dde1df;
  background: #fff;
}

.chat-composer textarea {
  flex: 1;
  min-height: 48px;
  max-height: 140px;
  resize: none;
  padding: 0.75rem 1rem;
  border: 1px solid #ccd3d2;
  border-radius: 14px;
  font: inherit;
}

.chat-composer textarea:focus {
  border-color: #ff8a17;
  outline: 3px solid rgba(255, 138, 23, 0.12);
}

.chat-composer button {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border: 0;
  border-radius: 14px;
  color: #fff;
  background: #e76e24;
  font-size: 1.25rem;
}

.chat-composer button:disabled {
  opacity: 0.5;
}

.chat-error {
  margin: 0;
  padding: 0.75rem 1rem;
  color: #8b351f;
  background: #fff0e7;
  font-size: 0.78rem;
}

.chat-report {
  margin-top: 0.6rem;
  padding: 1.5rem;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 6px 24px rgba(16, 33, 42, 0.1);
}

.chat-report h2 {
  margin: 0 0 1.4rem;
  color: #10212a;
  font-size: 1.5rem;
}

.chat-report section {
  padding: 1rem 0;
  border-top: 1px solid #e0e3e1;
}

.chat-report h3 {
  margin: 0 0 0.55rem;
  color: #d65e20;
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.chat-report p {
  margin: 0.3rem 0;
  color: #53666e;
  line-height: 1.55;
}

.chat-report small {
  display: block;
  margin-top: 1rem;
  color: #879499;
}

@keyframes chat-pulse {
  0%, 60%, 100% {
    opacity: 0.3;
    transform: translateY(0);
  }
  30% {
    opacity: 1;
    transform: translateY(-2px);
  }
}
.chat-composer .chat-attach {
  color: #53666e;
  background: #eef0ed;
  font-size: 1.45rem;
}

.chat-files {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  padding: 0.65rem 1rem 0;
  border-top: 1px solid #dde1df;
  background: #fff;
}

.chat-file {
  padding: 0.38rem 0.55rem;
  border-radius: 7px;
  background: #eef1ef;
  color: #607078;
  font-size: 0.67rem;
}

.chat-file-ready {
  color: #227047;
  background: #e7f5eb;
}

.chat-file-rejected {
  color: #963d2b;
  background: #fff0e9;
}

.chat-file-uploading {
  color: #80511c;
  background: #fff3de;
}

.chat-file-note {
  margin: 0;
  padding: 0 1rem 0.7rem;
  color: #899598;
  background: #fff;
  font-size: 0.64rem;
}

.chat-app-header small.is-fallback {
  color: #a94730;
}

.chat-app-header small.is-fallback i {
  background: #d95634;
}

.legal-hero {
  padding: 12rem 0 6rem;
  color: #edf2f4;
  background: #10232c;
}

.legal-hero h1 {
  margin: 0 0 1.25rem;
  font-size: clamp(3.5rem, 6vw, 6rem);
  letter-spacing: -0.065em;
  line-height: 1;
}

.legal-hero > div > p:last-child {
  margin: 0;
  color: #9babb2;
  font-size: 1.08rem;
}

.legal-content {
  padding: 6rem 0;
  background: #f6f5f1;
}

.legal-grid {
  display: grid;
  grid-template-columns: 230px 1fr;
  gap: 6rem;
  align-items: start;
}

.legal-grid aside {
  position: sticky;
  top: 2rem;
  border-top: 1px solid rgba(16, 33, 42, 0.2);
}

.legal-grid aside a {
  display: block;
  padding: 0.8rem 0;
  border-bottom: 1px solid rgba(16, 33, 42, 0.14);
  color: #65777e;
  font-size: 0.82rem;
  text-decoration: none;
}

.legal-grid article {
  max-width: 800px;
}

.legal-grid h2 {
  margin: 3rem 0 1rem;
  font-size: 1.8rem;
}

.legal-grid h2:first-child {
  margin-top: 0;
}

.legal-grid article p {
  color: #53666e;
  line-height: 1.75;
}

.legal-review-note {
  margin-top: 3rem;
  padding: 1.2rem;
  border-left: 3px solid #ff8a17;
  background: #fff;
}

.footer-links {
  display: flex;
  gap: 1rem;
}

.footer-links a {
  color: #82939b;
  font-size: 0.75rem;
  text-decoration: none;
}

@media (max-width: 991.98px) {
  .page-hero-split, .editorial-heading, .dev-feature, .developer-stack-grid, .case-story-grid, .commercial-note-grid, .about-principle-grid, .form-layout, .roadmap-band-grid {
    grid-template-columns: 1fr;
  }
  .feature-index {
    grid-template-columns: 1fr 1fr;
  }
  .feature-index article:nth-child(3) {
    border-left: 0;
  }
  .flow-example ol {
    grid-template-columns: 1fr 1fr;
  }
  .partner-model {
    grid-template-columns: 1fr;
  }
  .partner-model > i {
    text-align: center;
  }
  .value-lines {
    grid-template-columns: 1fr 1fr;
  }
  .case-flow-line {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .legal-grid {
    grid-template-columns: 1fr;
  }
  .legal-grid aside {
    position: relative;
    top: auto;
  }
  .footer-row {
    flex-wrap: wrap;
  }
  .footer-links {
    order: 3;
    flex-basis: 100%;
  }
}
@media (max-width: 575.98px) {
  .page-hero {
    min-height: 0;
  }
  .page-hero h1 {
    font-size: clamp(3.4rem, 16vw, 4.8rem);
  }
  .hero-product-shot img {
    height: 260px;
  }
  .feature-index, .technical-columns, .flow-example ol, .value-lines, .case-flow-line {
    grid-template-columns: 1fr;
  }
  .feature-index article, .feature-index article + article, .technical-columns article, .technical-columns article + article, .value-lines article, .value-lines article + article {
    min-height: 0;
    padding: 1.7rem 0;
    border-left: 0;
    border-bottom: 1px solid rgba(16, 33, 42, 0.14);
  }
  .technical-columns article, .technical-columns article + article, .value-lines article, .value-lines article + article {
    border-bottom-color: rgba(255, 255, 255, 0.13);
  }
  .product-entry {
    grid-template-columns: 1fr;
  }
  .sync-visual {
    grid-template-columns: 1fr;
  }
  .sync-visual > i {
    transform: rotate(90deg);
    text-align: center;
  }
  .case-entry {
    grid-template-columns: 1fr;
    padding: 1.5rem;
  }
  .case-proof-row {
    grid-template-columns: 1fr;
  }
  .case-proof-row > div + div {
    border-left: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.14);
  }
  .intake-actions {
    align-items: stretch;
    flex-direction: column;
  }
  .intake-actions button {
    width: 100%;
  }
  .legal-content {
    padding: 4rem 0;
  }
}
@media (max-width: 991.98px) {
  .chat-layout {
    grid-template-columns: 1fr;
  }
  .chat-heading {
    position: relative;
    top: auto;
  }
  .chat-app {
    max-width: 720px;
  }
}
@media (max-width: 575.98px) {
  .chat-page {
    padding-top: 8.5rem;
  }
  .chat-heading h1 {
    font-size: clamp(3.2rem, 15vw, 4.4rem);
  }
  .chat-messages {
    min-height: 480px;
    padding: 1rem;
  }
  .chat-message {
    max-width: 94%;
  }
  .chat-consent {
    margin-left: 0;
  }
  .chat-app {
    border-radius: 12px;
  }
  .chat-trust {
    margin-bottom: 0.5rem;
  }
}
.honeypot-field {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

.field-validation-error, .validation-summary-errors {
  display: block;
  margin-top: 0.45rem;
  color: #a83225;
  font-size: 0.8rem;
}

.validation-summary-errors {
  margin-bottom: 1.2rem;
  padding: 1rem;
  background: #fff0ed;
}

.validation-summary-valid {
  display: none;
}

.form-success {
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
  margin-bottom: 1.5rem;
  padding: 1rem;
  border-left: 3px solid #4eaa70;
  color: #285f3c;
  background: #edf8f1;
}

.form-success span {
  font-size: 0.86rem;
}

.not-found {
  position: relative;
  display: grid;
  min-height: 100vh;
  padding: clamp(10rem, 15vw, 13rem) 0 clamp(5rem, 9vw, 8rem);
  color: #edf2f4;
  background: #0b171d;
  overflow: hidden;
}

.not-found-grid {
  position: absolute;
  inset: 0;
  opacity: 0.14;
  background-image: linear-gradient(rgba(255, 255, 255, 0.1) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.1) 1px, transparent 1px);
  background-size: 54px 54px;
  mask-image: radial-gradient(circle at 68% 52%, #000, transparent 76%);
}

.not-found-glow {
  position: absolute;
  right: -12rem;
  top: 20%;
  width: 34rem;
  height: 34rem;
  border-radius: 50%;
  background: rgba(255, 138, 23, 0.12);
  filter: blur(100px);
}

.not-found-layout {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: clamp(4rem, 9vw, 9rem);
  align-items: center;
}

.not-found-copy {
  max-width: 700px;
}

.not-found-code {
  margin: 0 0 0.75rem;
  color: #ff9634;
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.28em;
}

.not-found h1 {
  max-width: 700px;
  font-size: clamp(3.8rem, 6.8vw, 7rem);
}

.not-found h1 em {
  color: #ff9634;
  -webkit-text-stroke: 0;
}

.not-found-lead {
  max-width: 610px;
  margin: 2rem 0 0;
  color: #9babb2;
  font-size: clamp(1.05rem, 1.5vw, 1.22rem);
  line-height: 1.72;
}

.not-found-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 2.4rem;
}

.not-found-visual {
  position: relative;
  min-height: 430px;
}

.not-found-node {
  position: absolute;
  z-index: 2;
  display: grid;
  grid-template-columns: 42px 1fr auto;
  gap: 1rem;
  align-items: center;
  width: min(390px, 88%);
  padding: 1.15rem;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 10px;
  background: rgba(20, 36, 44, 0.92);
  box-shadow: 0 25px 70px rgba(0, 0, 0, 0.28);
}

.not-found-node > span {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 8px;
  color: #18232a;
  background: linear-gradient(145deg, #ffad31, #f34a32);
  font-size: 0.72rem;
  font-weight: 850;
}

.not-found-node small, .not-found-node strong {
  display: block;
}

.not-found-node small {
  color: #70828c;
  font-size: 0.65rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.not-found-node strong {
  margin-top: 0.2rem;
  color: #edf2f4;
  font-size: 0.9rem;
}

.not-found-node i {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #82d29f;
  box-shadow: 0 0 0 6px rgba(130, 210, 159, 0.1);
}

.not-found-node b {
  color: #ff9634;
  font-size: 1.3rem;
}

.not-found-node-start {
  top: 30px;
  left: 0;
}

.not-found-node-end {
  right: 0;
  bottom: 30px;
}

.not-found-path {
  position: absolute;
  left: 50%;
  width: 2px;
  height: 105px;
  background: repeating-linear-gradient(#ff8a17 0 7px, transparent 7px 13px);
  transform-origin: top;
}

.not-found-path-one {
  top: 108px;
  transform: rotate(-28deg);
}

.not-found-path-two {
  bottom: 105px;
  transform: rotate(28deg);
  opacity: 0.35;
}

.not-found-break {
  position: absolute;
  z-index: 3;
  left: 50%;
  top: 50%;
  display: grid;
  justify-items: center;
  gap: 0.7rem;
  transform: translate(-50%, -50%);
}

.not-found-break span {
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  border: 1px solid rgba(255, 150, 52, 0.55);
  border-radius: 50%;
  color: #fff;
  background: #d95634;
  box-shadow: 0 0 0 12px rgba(217, 86, 52, 0.08), 0 16px 35px rgba(0, 0, 0, 0.3);
  font-size: 1.35rem;
  font-weight: 800;
}

.not-found-break small {
  color: #a7b5bb;
  font-size: 0.66rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  white-space: nowrap;
}

@media (max-width: 991.98px) {
  .not-found-layout {
    grid-template-columns: 1fr;
  }
  .not-found-visual {
    max-width: 620px;
    width: 100%;
  }
}
@media (max-width: 575.98px) {
  .not-found {
    min-height: 0;
    padding-top: 9rem;
  }
  .not-found h1 {
    font-size: clamp(3.4rem, 16vw, 4.8rem);
  }
  .not-found-actions {
    align-items: stretch;
    flex-direction: column;
  }
  .not-found-actions a {
    width: 100%;
  }
  .not-found-visual {
    min-height: 360px;
  }
  .not-found-node {
    width: 92%;
  }
}
@media (prefers-reduced-motion: reduce) {
  .not-found .button-primary, .not-found .text-link {
    transition: none;
  }
}
:root {
  --ink: #10212a;
  --night: #0e1920;
  --paper: #f6f5f1;
  --white: #fff;
  --orange: #ff8a17;
  --red: #f33a31;
  --container: 1240px;
}

* {
  box-sizing: border-box;
}

html {
  font-size: 16px;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, "Segoe UI", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}

a {
  color: inherit;
}

.site-container {
  max-width: var(--container);
}

.skip-link {
  position: fixed;
  left: 1rem;
  top: -5rem;
  z-index: 1000;
  padding: 0.75rem 1rem;
  background: var(--white);
  color: var(--ink);
}

.skip-link:focus {
  top: 1rem;
}

.site-header {
  position: absolute;
  inset: 0 0 auto;
  z-index: 20;
  color: var(--white);
  border-bottom: 1px solid rgba(255, 255, 255, 0.11);
}

.site-header-solid {
  background: var(--night);
}

.navbar {
  min-height: 82px;
  padding: 0;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  color: inherit;
  text-decoration: none;
  white-space: nowrap;
}

.brand img {
  border-radius: 10px;
}

.brand-name {
  font-size: 1.14rem;
  letter-spacing: -0.02em;
}

.brand-name strong {
  font-weight: 750;
}

.nav-link {
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.88rem;
  padding: 0.75rem 0.67rem !important;
}

.nav-link:hover, .nav-link:focus {
  color: var(--white);
}

.navbar-nav .nav-link.active {
  position: relative;
  border-radius: 5px;
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
  font-weight: 750;
}

.navbar-nav .nav-link.active::after {
  content: "";
  position: absolute;
  left: 0.67rem;
  right: 0.67rem;
  bottom: 0.28rem;
  height: 2px;
  border-radius: 2px;
  background: var(--orange);
  box-shadow: 0 0 12px rgba(255, 138, 23, 0.45);
}

.nav-cta {
  margin-left: 0.65rem;
}

.navbar-toggler {
  width: 44px;
  height: 40px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  padding: 9px;
}

.menu-line {
  display: block;
  height: 2px;
  background: white;
  margin: 4px 0;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  min-height: 54px;
  padding: 0.8rem 1.25rem;
  border: 0;
  border-radius: 7px;
  color: #171d20;
  background: linear-gradient(135deg, var(--orange), #ffb233);
  font-size: 0.9rem;
  font-weight: 750;
  text-decoration: none;
  box-shadow: 0 12px 30px rgba(255, 138, 23, 0.16);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.button:hover {
  color: #171d20;
  transform: translateY(-2px);
  box-shadow: 0 16px 38px rgba(255, 138, 23, 0.26);
}

.button-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  min-height: 58px;
  padding: 0.9rem 1.35rem;
  border: 1px solid transparent;
  border-radius: 8px;
  color: #171d20;
  background: linear-gradient(135deg, var(--orange), #ffb233);
  box-shadow: 0 14px 34px rgba(16, 33, 42, 0.18);
  font-size: 0.94rem;
  font-weight: 760;
  line-height: 1.2;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.button-primary span {
  display: inline-grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.12);
  transition: transform 0.2s ease;
}

.button-primary:hover {
  color: #171d20;
  transform: translateY(-2px);
  box-shadow: 0 18px 42px rgba(16, 33, 42, 0.25);
}

.button-primary:hover span {
  transform: translateX(3px);
}

.button-primary:focus-visible {
  outline: 3px solid #fff;
  outline-offset: 4px;
}

.detail-closing-orange .button-primary:hover {
  color: #fff;
  background: #1a303a;
}

.button:focus-visible, .text-link:focus-visible, .nav-link:focus-visible, .brand:focus-visible {
  outline: 3px solid white;
  outline-offset: 4px;
}

.button-small {
  min-height: 42px;
  padding: 0.65rem 0.9rem;
  font-size: 0.78rem;
}

.hero {
  position: relative;
  min-height: 820px;
  overflow: hidden;
  color: var(--white);
  background: radial-gradient(circle at 77% 45%, #21333d 0, var(--night) 42%, #0b151b 100%);
  padding: 174px 0 0;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.14;
  background-image: linear-gradient(rgba(255, 255, 255, 0.09) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.09) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(to right, transparent 18%, #000 100%);
}

.hero-orb {
  position: absolute;
  border-radius: 999px;
  opacity: 0.2;
}

.hero-orb-one {
  width: 480px;
  height: 480px;
  right: -170px;
  top: 40px;
  background: var(--orange);
  filter: blur(120px);
}

.hero-orb-two {
  width: 300px;
  height: 300px;
  left: 40%;
  bottom: -190px;
  background: var(--red);
  filter: blur(130px);
}

.hero-grid {
  position: relative;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: clamp(3rem, 7vw, 7rem);
  align-items: center;
}

.hero-copy {
  max-width: 670px;
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  margin: 0 0 1.5rem;
  color: #c5d0d5;
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.eyebrow span {
  width: 28px;
  height: 2px;
  background: var(--orange);
}

h1 {
  margin: 0;
  font-size: clamp(4rem, 7.2vw, 7rem);
  font-weight: 680;
  letter-spacing: -0.075em;
  line-height: 0.88;
}

h1 em {
  color: transparent;
  font-style: normal;
  -webkit-text-stroke: 1.4px rgba(255, 255, 255, 0.76);
}

.hero-lead {
  max-width: 640px;
  margin: 2.25rem 0 1rem;
  color: #eef3f5;
  font-size: clamp(1.08rem, 1.7vw, 1.34rem);
  line-height: 1.6;
}

.hero-support {
  max-width: 610px;
  color: #9dabb2;
  font-size: 0.98rem;
  line-height: 1.7;
}

.hero-support strong {
  color: #dbe3e7;
}

.hero-actions {
  display: flex;
  align-items: center;
  gap: 1.6rem;
  margin-top: 2rem;
}

.text-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
  min-height: 48px;
  padding: 0.72rem 1rem;
  border: 1px solid rgba(255, 255, 255, 0.32);
  border-radius: 7px;
  color: #f1f5f6;
  background: rgba(255, 255, 255, 0.06);
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.08);
  font-size: 0.92rem;
  font-weight: 750;
  line-height: 1.2;
  text-decoration: none;
  transition: color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.text-link span {
  transition: transform 0.2s ease;
}

.text-link:hover {
  color: #10212a;
  border-color: #ff9b36;
  background: #ff9b36;
  box-shadow: 0 12px 28px rgba(255, 138, 23, 0.2);
  transform: translateY(-2px);
}

.text-link:hover span {
  transform: translateX(3px);
}

.workflow-visual {
  position: relative;
  min-height: 500px;
  padding-top: 38px;
}

.visual-label {
  position: absolute;
  top: 0;
  right: 0;
  color: #71828b;
  font-size: 0.62rem;
  letter-spacing: 0.16em;
}

.workflow-card {
  position: absolute;
  display: grid;
  grid-template-columns: 42px 1fr auto;
  align-items: center;
  gap: 0.9rem;
  width: min(390px, 85%);
  padding: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 10px;
  background: rgba(19, 35, 44, 0.85);
  box-shadow: 0 25px 70px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(12px);
}

.workflow-card small, .workflow-card strong {
  display: block;
}

.workflow-card small {
  color: #70828c;
  font-size: 0.65rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.workflow-card strong {
  margin-top: 0.2rem;
  color: #edf2f4;
  font-size: 0.9rem;
}

.card-icon {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 8px;
  color: #aebbc1;
  background: #233640;
  font-size: 0.7rem;
  font-weight: 750;
}

.card-icon-brand {
  color: #1a2023;
  background: linear-gradient(145deg, var(--orange), var(--red));
}

.card-source {
  top: 65px;
  left: 0;
}

.card-process {
  top: 205px;
  right: 0;
  border-color: rgba(255, 138, 23, 0.32);
}

.card-output {
  top: 345px;
  left: 5%;
}

.card-status {
  padding: 0.3rem 0.5rem;
  border-radius: 999px;
  color: #8cc8a4;
  background: rgba(65, 159, 104, 0.13);
  font-size: 0.62rem;
}

.pulse {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--orange);
  box-shadow: 0 0 0 6px rgba(255, 138, 23, 0.12);
}

.check {
  display: grid;
  place-items: center;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  color: #1c3024;
  background: #82d29f;
  font-size: 0.75rem;
  font-weight: bold;
}

.workflow-line {
  position: absolute;
  width: 2px;
  height: 80px;
  background: linear-gradient(var(--orange), rgba(255, 138, 23, 0.12));
  transform: rotate(-24deg);
  transform-origin: top;
}

.line-one {
  top: 142px;
  left: 44%;
}

.line-two {
  top: 283px;
  right: 40%;
  transform: rotate(25deg);
}

.metric-card {
  position: absolute;
  right: -35px;
  bottom: 5px;
  width: 176px;
  padding: 0.9rem;
  border-radius: 8px;
  color: #98a9b1;
  background: #f3f1eb;
  box-shadow: 0 18px 55px rgba(0, 0, 0, 0.28);
  font-size: 0.62rem;
}

.metric-card strong {
  display: block;
  margin: 0.15rem 0 0.6rem;
  color: var(--ink);
  font-size: 1.2rem;
}

.metric-bars {
  display: flex;
  align-items: end;
  gap: 4px;
  height: 24px;
}

.metric-bars i {
  width: 100%;
  background: #ccd4d6;
}

.metric-bars i:nth-child(1) {
  height: 100%;
}

.metric-bars i:nth-child(2) {
  height: 82%;
}

.metric-bars i:nth-child(3) {
  height: 60%;
}

.metric-bars i:nth-child(4) {
  height: 45%;
  background: var(--orange);
}

.metric-bars i:nth-child(5) {
  height: 27%;
  background: var(--red);
}

.hero-footnote {
  position: relative;
  display: flex;
  justify-content: space-between;
  margin-top: 92px;
  padding-top: 22px;
  padding-bottom: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  color: #6f8189;
  font-size: 0.7rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.process-gaps {
  padding: clamp(5.5rem, 10vw, 9rem) 0;
  background: var(--paper);
}

.section-kicker {
  margin: 0 0 1.55rem;
  color: #a33a20;
  font-size: clamp(0.78rem, 0.8vw, 0.86rem);
  font-weight: 800;
  line-height: 1.35;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.section-heading-row {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: clamp(2rem, 8vw, 8rem);
  align-items: end;
}

.section-heading-row h2 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(3rem, 5.6vw, 5.5rem);
  font-weight: 680;
  letter-spacing: -0.065em;
  line-height: 0.93;
}

.section-heading-row > p {
  max-width: 510px;
  margin: 0 0 0.45rem;
  color: #586971;
  font-size: clamp(1.05rem, 1.6vw, 1.24rem);
  line-height: 1.65;
}

.gap-stage {
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  gap: clamp(2.5rem, 6vw, 6rem);
  margin-top: clamp(3.5rem, 7vw, 6rem);
  padding-top: clamp(2.5rem, 5vw, 4.5rem);
  border-top: 1px solid rgba(16, 33, 42, 0.14);
}

.gap-story {
  position: relative;
  min-height: 440px;
  padding: 2rem 0;
}

.gap-system {
  position: absolute;
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 0.85rem;
  width: 205px;
  padding: 1rem;
  border: 1px solid rgba(16, 33, 42, 0.12);
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 18px 50px rgba(30, 47, 56, 0.08);
}

.gap-system small, .gap-system strong {
  display: block;
}

.gap-system small {
  color: #65747a;
  font-size: 0.7rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.gap-system strong {
  margin-top: 0.15rem;
  color: #1d3039;
  font-size: 0.96rem;
}

.system-mark {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  border-radius: 8px;
  color: white;
  background: #1b303a;
  font-size: 0.72rem;
  font-weight: 800;
}

.system-left {
  left: 0;
  top: 36px;
}

.system-right {
  right: 0;
  top: 144px;
}

.system-right .system-mark {
  background: linear-gradient(145deg, var(--orange), var(--red));
}

.gap-transfer {
  position: absolute;
  z-index: 1;
  left: 190px;
  right: 190px;
  top: 111px;
  height: 120px;
}

.transfer-line {
  position: absolute;
  inset: 15px 0 auto;
  height: 2px;
  background: repeating-linear-gradient(90deg, #b6bfc3 0 6px, transparent 6px 12px);
  transform: rotate(18deg);
  transform-origin: left;
}

.transfer-warning {
  position: absolute;
  left: 48%;
  top: 26px;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  color: #fff;
  background: #df5a33;
  box-shadow: 0 0 0 0 rgba(223, 90, 51, 0.42);
  font-weight: 800;
  animation: danger-button-pulse 1.65s cubic-bezier(0.22, 0.8, 0.22, 1) infinite;
}

.transfer-warning::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: -7px;
  border: 1px solid rgba(223, 90, 51, 0.48);
  border-radius: 50%;
  animation: danger-button-ring 1.65s cubic-bezier(0.22, 0.8, 0.22, 1) infinite;
}

@keyframes danger-button-pulse {
  0%, 34%, 100% {
    box-shadow: 0 0 0 0 rgba(223, 90, 51, 0.44), 0 3px 8px rgba(111, 34, 20, 0.18);
    transform: scale(1);
  }
  12% {
    box-shadow: 0 0 0 9px rgba(223, 90, 51, 0.12), 0 4px 13px rgba(111, 34, 20, 0.28);
    transform: scale(1.08);
  }
}
@keyframes danger-button-ring {
  0%, 34%, 100% {
    opacity: 0.62;
    transform: scale(0.9);
  }
  16% {
    opacity: 0;
    transform: scale(1.45);
  }
}
.gap-transfer small {
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 65px;
  width: 190px;
  padding: 0.28rem 0.45rem;
  color: #814231;
  background: var(--paper);
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.3;
  text-align: center;
  white-space: nowrap;
  text-transform: uppercase;
  transform: translateX(-50%);
}

.gap-quote {
  position: absolute;
  left: 3%;
  right: 0;
  bottom: 0;
  display: grid;
  grid-template-columns: 64px 1fr;
  gap: 1rem;
  align-items: start;
  padding: 1.8rem 1.6rem 1.9rem 0.5rem;
  border-top: 1px solid rgba(16, 33, 42, 0.16);
  border-bottom: 1px solid rgba(16, 33, 42, 0.16);
  background: transparent;
}

.gap-quote::after {
  content: "";
  position: absolute;
  left: 0;
  top: 1.8rem;
  bottom: 1.8rem;
  width: 3px;
  background: linear-gradient(var(--orange), var(--red));
}

.gap-quote > span {
  color: var(--orange);
  font-family: Georgia, serif;
  font-size: 4.6rem;
  line-height: 0.72;
  text-align: center;
}

.gap-quote p {
  max-width: 540px;
  margin: 0;
  color: #2d424b;
  font-size: clamp(1.08rem, 1.5vw, 1.24rem);
  font-weight: 520;
  line-height: 1.65;
  letter-spacing: -0.01em;
}

.gap-list {
  border-top: 1px solid rgba(16, 33, 42, 0.14);
}

.gap-item {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 1.1rem;
  align-items: start;
  padding: 1.22rem 0;
  border-bottom: 1px solid rgba(16, 33, 42, 0.14);
}

.gap-item span {
  padding-top: 0.16rem;
  color: #a33a20;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.gap-item p {
  margin: 0;
  color: #344850;
  font-size: clamp(1rem, 1.25vw, 1.08rem);
  line-height: 1.55;
}

.benefit-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: clamp(4rem, 7vw, 6.5rem);
  border-top: 1px solid rgba(16, 33, 42, 0.14);
  border-bottom: 1px solid rgba(16, 33, 42, 0.14);
}

.benefit-row article {
  position: relative;
  display: grid;
  grid-template-rows: 76px auto auto;
  place-items: start center;
  align-content: start;
  min-height: 238px;
  padding: 2.15rem 1.25rem 2rem;
  text-align: center;
}

.benefit-row article + article {
  padding-left: 1.25rem;
  border-left: 1px solid rgba(16, 33, 42, 0.14);
}

.benefit-icon {
  display: block;
  width: 64px;
  height: 64px;
  margin: 0;
  object-fit: contain;
}

.benefit-row strong, .benefit-row p {
  display: block;
  margin: 0;
  text-align: center;
}

.benefit-row strong {
  color: var(--ink);
  font-size: 1.5rem;
  letter-spacing: -0.035em;
}

.benefit-row p {
  margin-top: 0.35rem;
  color: #596c74;
  font-size: 0.96rem;
  line-height: 1.45;
}

.keep-systems {
  position: relative;
  overflow: hidden;
  padding: clamp(6rem, 10vw, 9rem) 0;
  color: #e9eff1;
  background: #0c171d;
}

.keep-systems::before {
  content: "";
  position: absolute;
  width: 520px;
  height: 520px;
  right: -260px;
  bottom: -280px;
  border-radius: 50%;
  background: rgba(255, 138, 23, 0.12);
  filter: blur(90px);
}

.keep-systems-grid {
  position: relative;
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  gap: clamp(3.5rem, 8vw, 8rem);
  align-items: center;
}

.section-kicker-light {
  color: #ff9b36;
}

.split-heading {
  align-items: center;
}

.split-heading h2,
.editorial-heading h2,
.capabilities-heading h2,
.se-capabilities-heading h2 {
  font-size: clamp(2.75rem, 4.25vw, 4.4rem);
  line-height: 0.98;
}

.split-heading > p {
  align-self: center;
  max-width: 560px;
  color: #71858e;
  font-size: clamp(1.08rem, 1.25vw, 1.18rem);
  line-height: 1.75;
}

.split-heading-light > p {
  color: #a8b8be;
}

.keep-copy h2 {
  margin: 0;
  color: #f5f7f8;
  font-size: clamp(3rem, 5vw, 5.15rem);
  font-weight: 680;
  letter-spacing: -0.065em;
  line-height: 0.94;
}

.keep-copy h2 em {
  color: transparent;
  font-style: normal;
  -webkit-text-stroke: 1.2px rgba(255, 255, 255, 0.68);
}

.keep-lead {
  margin: 2rem 0 2.5rem;
  color: #a7b5bb;
  font-size: clamp(1.05rem, 1.45vw, 1.2rem);
  line-height: 1.7;
}

.keep-principle {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 1rem;
  padding: 1.2rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.keep-principle:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.keep-principle > span {
  padding-top: 0.2rem;
  color: #ff8a17;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.1em;
}

.keep-principle strong {
  display: block;
  color: #edf2f4;
  font-size: 1.02rem;
}

.keep-principle p {
  margin: 0.4rem 0 0;
  color: #83949c;
  font-size: 0.94rem;
  line-height: 1.55;
}

.integration-map {
  position: relative;
  min-height: 570px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 18px;
  background: #101f27;
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.28);
  overflow: hidden;
}

.map-grid {
  position: absolute;
  inset: 0;
  opacity: 0.16;
  background-image: linear-gradient(rgba(255, 255, 255, 0.12) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.12) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: radial-gradient(circle at center, #000 25%, transparent 78%);
}

.integration-core {
  position: absolute;
  z-index: 3;
  left: 50%;
  top: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 166px;
  height: 166px;
  border: 1px solid rgba(255, 155, 54, 0.38);
  border-radius: 50%;
  background: radial-gradient(circle at 35% 28%, #253b46, #12232c 68%);
  box-shadow: 0 0 0 14px rgba(255, 138, 23, 0.045), 0 22px 60px rgba(0, 0, 0, 0.35);
  transform: translate(-50%, -50%);
}

.integration-core img {
  border-radius: 18px;
}

.integration-core small {
  margin-top: 0.55rem;
  color: #84959d;
  font-size: 0.66rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.integration-core strong {
  color: #f2f5f6;
  font-size: 1rem;
}

.integration-line {
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  width: 2px;
  height: 180px;
  background: linear-gradient(#ff8a17, rgba(255, 138, 23, 0.08));
  transform-origin: top center;
}

.line-exact {
  transform: rotate(-63deg);
}

.line-m365 {
  transform: rotate(-8deg);
}

.line-afas {
  transform: rotate(48deg);
}

.line-sharepoint {
  transform: rotate(118deg);
}

.line-odoo {
  transform: rotate(176deg);
}

.line-api {
  transform: rotate(237deg);
}

.system-chip {
  position: absolute;
  z-index: 2;
  display: grid;
  grid-template-columns: 40px auto;
  grid-template-rows: auto auto;
  column-gap: 0.7rem;
  min-width: 150px;
  padding: 0.8rem 0.9rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 9px;
  background: rgba(26, 43, 52, 0.94);
  box-shadow: 0 16px 35px rgba(0, 0, 0, 0.24);
}

.system-chip > span {
  grid-row: 1/3;
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border-radius: 8px;
  color: #18232a;
  background: linear-gradient(145deg, #ffad31, #f34a32);
  font-size: 0.72rem;
  font-weight: 850;
}

.system-chip strong {
  align-self: end;
  color: #edf2f4;
  font-size: 0.82rem;
}

.system-chip small {
  color: #72858e;
  font-size: 0.66rem;
}

.chip-exact {
  left: 5%;
  top: 17%;
}

.chip-m365 {
  left: 38%;
  top: 6%;
}

.chip-afas {
  right: 4%;
  top: 26%;
}

.chip-sharepoint {
  right: 5%;
  bottom: 18%;
}

.chip-odoo {
  left: 37%;
  bottom: 6%;
}

.chip-api {
  left: 4%;
  bottom: 22%;
  min-width: 178px;
}

.integration-map.is-enter-ready .system-chip {
  opacity: 0;
  transform: translate(var(--node-enter-x), var(--node-enter-y)) scale(0.35);
  transition: opacity 0.34s ease, transform 0.66s cubic-bezier(0.18, 1.35, 0.36, 1);
}

.integration-map.is-enter-ready .integration-line {
  opacity: 0;
  scale: 1 0;
  transition: opacity 0.28s ease, scale 0.5s cubic-bezier(0.22, 0.8, 0.22, 1);
}

.integration-map.is-enter-ready.is-visible .system-chip {
  opacity: 1;
  transform: translate(0, 0) scale(1);
}

.integration-map.is-enter-ready.is-visible .integration-line {
  opacity: 1;
  scale: 1 1;
}

.chip-exact {
  --node-enter-x:210px;
  --node-enter-y:120px;
}

.chip-m365 {
  --node-enter-x:35px;
  --node-enter-y:205px;
}

.chip-afas {
  --node-enter-x:-190px;
  --node-enter-y:75px;
}

.chip-sharepoint {
  --node-enter-x:-185px;
  --node-enter-y:-105px;
}

.chip-odoo {
  --node-enter-x:40px;
  --node-enter-y:-190px;
}

.chip-api {
  --node-enter-x:205px;
  --node-enter-y:-95px;
}

.integration-map.is-enter-ready .line-exact, .integration-map.is-enter-ready .chip-exact {
  transition-delay: 0.08s;
}

.integration-map.is-enter-ready .line-m365, .integration-map.is-enter-ready .chip-m365 {
  transition-delay: 0.2s;
}

.integration-map.is-enter-ready .line-afas, .integration-map.is-enter-ready .chip-afas {
  transition-delay: 0.32s;
}

.integration-map.is-enter-ready .line-sharepoint, .integration-map.is-enter-ready .chip-sharepoint {
  transition-delay: 0.44s;
}

.integration-map.is-enter-ready .line-odoo, .integration-map.is-enter-ready .chip-odoo {
  transition-delay: 0.56s;
}

.integration-map.is-enter-ready .line-api, .integration-map.is-enter-ready .chip-api {
  transition-delay: 0.68s;
}

.map-caption {
  position: absolute;
  left: 50%;
  bottom: 1.2rem;
  display: flex;
  align-items: center;
  gap: 0.55rem;
  margin: 0;
  color: #6e818a;
  font-size: 0.65rem;
  letter-spacing: 0.1em;
  white-space: nowrap;
  text-transform: uppercase;
  transform: translateX(-50%);
}

.map-caption span {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #73c88f;
  box-shadow: 0 0 0 5px rgba(115, 200, 143, 0.1);
}

.essence-intro {
  position: relative;
  overflow: hidden;
  padding: clamp(6rem, 10vw, 9.5rem) 0;
  background: #f1f0eb;
}

.essence-intro::before {
  content: "SE 2.0";
  position: absolute;
  right: -0.03em;
  top: 0.28em;
  color: rgba(16, 33, 42, 0.025);
  font-size: clamp(9rem, 22vw, 23rem);
  font-weight: 800;
  letter-spacing: -0.09em;
  line-height: 1;
  white-space: nowrap;
}

.essence-heading {
  position: relative;
  display: grid;
  grid-template-columns: 1.3fr 0.7fr;
  gap: clamp(2rem, 7vw, 7rem);
  align-items: end;
}

.essence-heading h2 {
  margin: 0;
  max-width: 920px;
  color: #10212a;
  font-size: clamp(2.8rem, 5.1vw, 5.2rem);
  font-weight: 680;
  letter-spacing: -0.065em;
  line-height: 0.96;
}

.essence-heading h2 em {
  color: #df5a33;
  font-style: normal;
}

.essence-heading > p {
  margin: 0 0 0.45rem;
  color: #596a72;
  font-size: clamp(1.02rem, 1.35vw, 1.16rem);
  line-height: 1.7;
}

.product-gallery {
  position: relative;
  min-height: 710px;
  margin-top: clamp(4rem, 7vw, 6.5rem);
}

.product-shot {
  position: absolute;
  left: 21%;
  top: 0;
  z-index: 1;
  width: 58%;
  margin: 0;
  border: 1px solid rgba(16, 33, 42, 0.16);
  border-radius: 11px;
  background: #18242b;
  box-shadow: 0 22px 55px rgba(20, 37, 45, 0.15);
  overflow: hidden;
  cursor: pointer;
  opacity: 1;
  transform-origin: center center;
  transition: left 0.68s cubic-bezier(0.22, 0.8, 0.22, 1), top 0.68s cubic-bezier(0.22, 0.8, 0.22, 1), transform 0.82s cubic-bezier(0.16, 1, 0.3, 1), filter 0.68s ease, box-shadow 0.68s ease, opacity 0.48s ease;
}

.product-shot:hover {
  filter: brightness(1.04);
}

.product-shot:focus-visible {
  outline: 4px solid rgba(255, 138, 23, 0.9);
  outline-offset: 5px;
}

.product-shot[data-position=left] {
  left: -2%;
  top: 105px;
  z-index: 1;
  transform: rotate(-1.8deg) scale(0.83);
  filter: brightness(0.82) saturate(0.86);
}

.product-shot[data-position=front] {
  left: 21%;
  top: 0;
  z-index: 3;
  transform: rotate(0) scale(1);
  filter: brightness(1) saturate(1);
  box-shadow: 0 34px 90px rgba(20, 37, 45, 0.24);
}

.product-shot[data-position=right] {
  left: 55%;
  top: 155px;
  z-index: 2;
  transform: rotate(1.6deg) scale(0.76);
  filter: brightness(0.78) saturate(0.82);
}

.product-gallery.is-enter-ready:not(.is-visible) .product-shot[data-position=left] {
  opacity: 0;
  transform: translate(-42vw, 180px) rotate(-7deg) scale(0.72);
}

.product-gallery.is-enter-ready:not(.is-visible) .product-shot[data-position=front] {
  opacity: 0;
  transform: translateY(210px) scale(0.9);
}

.product-gallery.is-enter-ready:not(.is-visible) .product-shot[data-position=right] {
  opacity: 0;
  transform: translate(42vw, 190px) rotate(7deg) scale(0.68);
}

.product-gallery.is-enter-ready .product-shot[data-position=left] {
  transition-delay: 0.04s;
}

.product-gallery.is-enter-ready .product-shot[data-position=front] {
  transition-delay: 0.16s;
}

.product-gallery.is-enter-ready .product-shot[data-position=right] {
  transition-delay: 0.09s;
}

.product-gallery.is-visible .product-shot {
  opacity: 1;
}

.window-bar {
  display: flex;
  align-items: center;
  gap: 6px;
  height: 34px;
  padding: 0 0.75rem;
  background: #172229;
}

.window-bar > span {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #4a5a62;
}

.window-bar > span:first-child {
  background: #f05a3a;
}

.window-bar > span:nth-child(2) {
  background: #f5a524;
}

.window-bar > span:nth-child(3) {
  background: #62ad79;
}

.window-bar small {
  margin-left: 0.45rem;
  color: #8da0a9;
  font-size: 0.66rem;
  letter-spacing: 0.04em;
}

.product-image-frame {
  overflow: hidden;
  background: #1d1d1d;
}

.product-image-frame img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top left;
}

.product-shot figcaption {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  min-height: 48px;
  padding: 0.7rem 0.9rem;
  color: #dce5e8;
  background: #132027;
}

.product-shot figcaption span {
  color: #ff8a17;
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.product-shot figcaption strong {
  font-size: 0.82rem;
}

.product-shot .product-image-frame {
  height: 455px;
}

.shot-configure img {
  object-position: 18% top;
}

.shot-automate img {
  object-position: center top;
}

.shot-extend img {
  object-position: 12% top;
}

.essence-pillars {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid rgba(16, 33, 42, 0.15);
  border-bottom: 1px solid rgba(16, 33, 42, 0.15);
}

.essence-pillars article {
  padding: 2.25rem 2.2rem 2.35rem 0;
}

.essence-pillars article + article {
  padding-left: 2.2rem;
  border-left: 1px solid rgba(16, 33, 42, 0.15);
}

.pillar-number {
  margin: 0 0 1.4rem;
  color: #a43b24;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.1em;
}

.essence-pillars h3 {
  margin: 0;
  color: #172b34;
  font-size: clamp(1.35rem, 1.9vw, 1.72rem);
  font-weight: 680;
  letter-spacing: -0.035em;
  line-height: 1.18;
}

.essence-pillars article > p:not(.pillar-number) {
  margin: 1rem 0 1.4rem;
  color: #596c74;
  font-size: 1rem;
  line-height: 1.65;
}

.essence-pillars article > span {
  color: #607076;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.essence-cta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2rem;
  padding-top: 2.2rem;
}

.essence-cta p {
  margin: 0;
  color: #596c74;
  font-size: 1.05rem;
}

.essence-cta p strong {
  color: #10212a;
}

.text-link-dark {
  color: #10212a;
  border-color: rgba(16, 33, 42, 0.28);
  background: rgba(16, 33, 42, 0.045);
  box-shadow: 0 10px 24px rgba(16, 33, 42, 0.08);
}

.text-link-dark:hover {
  color: #f4f7f8;
  border-color: #10212a;
  background: #10212a;
  box-shadow: 0 14px 30px rgba(16, 33, 42, 0.18);
}

.text-link-dark:focus-visible {
  outline-color: #10212a;
}

.process-section {
  position: relative;
  padding: clamp(6.5rem, 11vw, 10rem) 0;
  color: #eaf0f2;
  background: #0b171d;
  overflow: hidden;
}

.process-section .section-kicker {
  color: #ff9b36;
}

.process-section::before {
  content: "";
  position: absolute;
  left: -12rem;
  top: 18%;
  width: 28rem;
  height: 28rem;
  border: 1px solid rgba(255, 138, 23, 0.08);
  border-radius: 50%;
  box-shadow: 0 0 0 5rem rgba(255, 255, 255, 0.012), 0 0 0 10rem rgba(255, 255, 255, 0.008);
}

.process-grid {
  position: relative;
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  gap: clamp(4rem, 9vw, 9rem);
  align-items: start;
}

.process-intro {
  position: sticky;
  top: 3rem;
}

.process-intro h2 {
  margin: 0;
  font-size: clamp(3.2rem, 5vw, 5.35rem);
  font-weight: 680;
  letter-spacing: -0.067em;
  line-height: 0.94;
}

.process-intro h2 em {
  color: transparent;
  font-style: normal;
  -webkit-text-stroke: 1.15px rgba(255, 151, 51, 0.9);
}

.process-intro > p:not(.section-kicker) {
  max-width: 530px;
  margin: 2rem 0 2.2rem;
  color: #9aabb2;
  font-size: clamp(1.04rem, 1.35vw, 1.17rem);
  line-height: 1.72;
}

.process-intro .text-link-dark {
  color: #f1f5f6;
  border-color: rgba(255, 255, 255, 0.28);
  background: rgba(255, 255, 255, 0.06);
}

.process-intro .text-link-dark:hover {
  color: #10212a;
  border-color: #ff9b36;
  background: #ff9b36;
}

.process-path {
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: process-step;
}

.process-path::before {
  content: "";
  position: absolute;
  left: 25px;
  top: 27px;
  bottom: 27px;
  width: 1px;
  background: linear-gradient(rgba(255, 138, 23, 0.7), rgba(255, 255, 255, 0.12));
}

.process-path li {
  position: relative;
  display: grid;
  grid-template-columns: 52px 1fr;
  gap: 1.5rem;
  min-height: 145px;
  padding: 0 0 2.2rem;
}

.process-number {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  align-self: start;
  width: 52px;
  height: 52px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 50%;
  color: #83949b;
  background: #0b171d;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.process-path li > div {
  padding: 0.1rem 0 2rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.11);
}

.process-path li:last-child, .process-path li:last-child > div {
  padding-bottom: 0;
  border-bottom: 0;
}

.process-path p {
  margin: 0 0 0.45rem;
  color: #ff9130;
  font-size: 0.67rem;
  font-weight: 800;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.process-path h3 {
  margin: 0;
  color: #f2f5f6;
  font-size: clamp(1.35rem, 2vw, 1.8rem);
  font-weight: 650;
  letter-spacing: -0.035em;
}

.process-path li > div > span {
  display: block;
  max-width: 620px;
  margin-top: 0.75rem;
  color: #8fa0a7;
  font-size: 1rem;
  line-height: 1.62;
}

.process-highlight .process-number {
  color: #111f26;
  border-color: #ff8a17;
  background: linear-gradient(145deg, #ffad31, #f34a32);
  box-shadow: 0 0 0 8px rgba(255, 138, 23, 0.07);
}

.process-highlight h3 {
  color: #ffac59;
}

.process-path li.is-reveal-ready {
  opacity: 0;
  transform: translateY(44px);
  transition: opacity 0.52s ease, transform 0.72s cubic-bezier(0.16, 1, 0.3, 1);
}

.process-path li.is-reveal-ready.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.process-path li.is-reveal-ready .process-number {
  transform: scale(0.72);
  transition: transform 0.55s cubic-bezier(0.18, 1.45, 0.36, 1) 0.08s;
}

.process-path li.is-reveal-ready.is-visible .process-number {
  transform: scale(1);
}

.solutions-overview {
  padding: clamp(6.5rem, 11vw, 10rem) 0;
  background: #f6f5f1;
}

.solutions-heading {
  display: grid;
  grid-template-columns: 1.25fr 0.75fr;
  gap: clamp(3rem, 8vw, 8rem);
  align-items: end;
  margin-bottom: clamp(4rem, 7vw, 6.5rem);
}

.solutions-heading h2 {
  margin: 0;
  color: #10212a;
  font-size: clamp(3rem, 5.2vw, 5.35rem);
  font-weight: 680;
  letter-spacing: -0.067em;
  line-height: 0.95;
}

.solutions-heading h2 em {
  color: #d95634;
  font-style: normal;
}

.solutions-heading > div:last-child > p {
  margin: 0 0 1.8rem;
  color: #596b73;
  font-size: clamp(1.03rem, 1.35vw, 1.16rem);
  line-height: 1.7;
}

.solutions-index {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-top: 1px solid rgba(16, 33, 42, 0.2);
}

.solutions-index a {
  position: relative;
  display: grid;
  grid-template-columns: 42px minmax(230px, 1.15fr) minmax(145px, 0.85fr) 30px;
  gap: 1rem;
  align-items: center;
  min-height: 118px;
  padding: 1.25rem 1.15rem 1.25rem 0;
  border-bottom: 1px solid rgba(16, 33, 42, 0.17);
  color: #10212a;
  text-decoration: none;
  transition: color 0.28s ease, background-color 0.28s ease, padding 0.35s cubic-bezier(0.16, 1, 0.3, 1);
}

.solutions-index a:nth-child(odd) {
  padding-right: 2.2rem;
  border-right: 1px solid rgba(16, 33, 42, 0.17);
}

.solutions-index a:nth-child(even) {
  padding-left: 2.2rem;
}

.solutions-index a::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background: #10212a;
  transform: scaleY(0);
  transform-origin: bottom;
  transition: transform 0.38s cubic-bezier(0.16, 1, 0.3, 1);
}

.solutions-index a > * {
  position: relative;
  z-index: 1;
}

.solutions-index a > span {
  color: #a43b24;
  font-size: 0.67rem;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.solutions-index strong {
  min-width: 0;
  font-size: clamp(1.18rem, 1.7vw, 1.5rem);
  font-weight: 660;
  letter-spacing: -0.03em;
  line-height: 1.18;
  overflow-wrap: break-word;
}

.solutions-index small {
  min-width: 0;
  color: #75858c;
  font-size: 0.9rem;
  line-height: 1.45;
  overflow-wrap: break-word;
  transition: color 0.28s ease;
}

.solutions-index i {
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  border: 1px solid rgba(16, 33, 42, 0.2);
  border-radius: 50%;
  font-size: 0.8rem;
  font-style: normal;
  transition: transform 0.35s ease, border-color 0.28s ease;
}

.solutions-index a:hover, .solutions-index a:focus-visible {
  color: #f4f7f8;
  outline: none;
}

.solutions-index a:hover::before, .solutions-index a:focus-visible::before {
  transform: scaleY(1);
}

.solutions-index a:hover small, .solutions-index a:focus-visible small {
  color: #99abb2;
}

.solutions-index a:hover i, .solutions-index a:focus-visible i {
  border-color: rgba(255, 255, 255, 0.35);
  transform: translate(3px, -3px);
}

.platform-proof {
  position: relative;
  padding: clamp(6.5rem, 11vw, 10rem) 0;
  color: #eef3f4;
  background: #11262f;
  overflow: hidden;
}

.platform-proof::after {
  content: "5M+";
  position: absolute;
  right: -0.035em;
  bottom: -0.18em;
  color: rgba(255, 255, 255, 0.025);
  font-size: clamp(10rem, 25vw, 25rem);
  font-weight: 800;
  letter-spacing: -0.09em;
  line-height: 1;
  pointer-events: none;
}

.proof-heading {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: clamp(3rem, 8vw, 8rem);
  align-items: end;
}

.proof-heading h2 {
  margin: 0;
  font-size: clamp(3.1rem, 5.3vw, 5.45rem);
  font-weight: 680;
  letter-spacing: -0.068em;
  line-height: 0.94;
}

.proof-heading h2 em {
  color: #ff9a39;
  font-style: normal;
}

.proof-intro p {
  margin: 0;
  color: #a6b5bb;
  font-size: clamp(1.03rem, 1.35vw, 1.16rem);
  line-height: 1.72;
}

.proof-intro p + p {
  margin-top: 1rem;
  color: #7f939c;
  font-size: 0.96rem;
}

.proof-metrics {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 0.8fr 1fr 0.8fr 1.45fr;
  margin-top: clamp(4rem, 7vw, 6rem);
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}

.proof-metrics.proof-metrics-four {
  grid-template-columns: repeat(4, 1fr);
}

.proof-metrics > div {
  min-height: 170px;
  padding: 2rem 1.8rem;
}

.proof-metrics > div:first-child {
  padding-left: 0;
}

.proof-metrics > div + div {
  border-left: 1px solid rgba(255, 255, 255, 0.14);
}

.proof-metrics strong {
  display: block;
  color: #f4f7f8;
  font-size: clamp(2.6rem, 4.5vw, 4.6rem);
  font-weight: 650;
  letter-spacing: -0.06em;
  line-height: 1;
}

.proof-metrics span {
  display: block;
  margin-top: 0.75rem;
  color: #82959d;
  font-size: 0.68rem;
  font-weight: 750;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.proof-connections {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  gap: 0.7rem;
}

.proof-connections > span {
  flex-basis: 100%;
  margin: 0;
}

.proof-connections strong {
  display: inline-flex;
  padding: 0.6rem 0.75rem;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 4px;
  color: #dce5e8;
  background: rgba(255, 255, 255, 0.035);
  font-size: 0.82rem;
  letter-spacing: 0;
}

.proof-workflow {
  position: relative;
  z-index: 1;
  margin-top: clamp(4rem, 7vw, 6rem);
}

.proof-label {
  margin: 0 0 1.3rem;
  color: #ff9734;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.proof-workflow ol {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  margin: 0;
  padding: 0;
  list-style: none;
}

.proof-workflow li {
  position: relative;
  min-height: 105px;
  padding: 1.4rem 1.2rem 1.2rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.proof-workflow li::before {
  content: "";
  position: absolute;
  left: 0;
  top: -4px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #ff8a17;
  box-shadow: 0 0 0 5px rgba(255, 138, 23, 0.08);
}

.proof-workflow li:not(:last-child)::after {
  content: "→";
  position: absolute;
  right: 1rem;
  top: 1.25rem;
  color: #536a74;
  font-size: 0.8rem;
}

.proof-workflow li span {
  display: block;
  color: #8da2aa;
  font-size: 0.63rem;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.proof-workflow li strong {
  display: block;
  max-width: 145px;
  margin-top: 0.65rem;
  color: #e9eff1;
  font-size: 0.92rem;
  line-height: 1.35;
}

.proof-footer {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2rem;
  margin-top: 2.4rem;
}

.proof-footer p {
  max-width: 680px;
  margin: 0;
  color: #91a3aa;
  font-size: 1rem;
  line-height: 1.6;
}

.final-cta {
  position: relative;
  display: grid;
  place-items: center;
  min-height: clamp(620px, 78vh, 850px);
  padding: clamp(7rem, 12vw, 11rem) 0;
  color: #10212a;
  background: #ff8a17;
  overflow: hidden;
  text-align: center;
}

.final-cta::before, .final-cta::after {
  content: "";
  position: absolute;
  width: 320px;
  height: 2px;
  background: rgba(16, 33, 42, 0.22);
}

.final-cta::before {
  left: -55px;
  top: 28%;
  transform: rotate(18deg);
}

.final-cta::after {
  right: -45px;
  bottom: 27%;
  transform: rotate(-18deg);
}

.final-cta-grid {
  position: absolute;
  inset: 0;
  opacity: 0.22;
  background-image: linear-gradient(rgba(16, 33, 42, 0.13) 1px, transparent 1px), linear-gradient(90deg, rgba(16, 33, 42, 0.13) 1px, transparent 1px);
  background-size: 54px 54px;
  mask-image: radial-gradient(circle at center, #000, transparent 72%);
}

.final-cta-inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.final-cta .section-kicker {
  color: rgba(16, 33, 42, 0.68);
}

.final-cta h2 {
  max-width: 1040px;
  margin: 0;
  font-size: clamp(3.7rem, 7.6vw, 7.7rem);
  font-weight: 720;
  letter-spacing: -0.075em;
  line-height: 0.87;
}

.final-cta h2 em {
  color: transparent;
  font-style: normal;
  -webkit-text-stroke: 1.7px rgba(16, 33, 42, 0.82);
}

.final-cta-inner > p:not(.section-kicker) {
  max-width: 720px;
  margin: 2.4rem auto 2.5rem;
  color: rgba(16, 33, 42, 0.78);
  font-size: clamp(1.07rem, 1.5vw, 1.25rem);
  line-height: 1.7;
}

.final-cta-button {
  display: inline-flex;
  align-items: center;
  gap: 1.2rem;
  color: #f5f8f8;
  background: #10212a;
  box-shadow: 0 16px 35px rgba(16, 33, 42, 0.2);
}

.final-cta-button:hover, .final-cta-button:focus-visible {
  color: #fff;
  background: #1b3540;
  transform: translateY(-3px);
}

.final-cta-button span {
  font-size: 1.2rem;
  transition: transform 0.25s ease;
}

.final-cta-button:hover span, .final-cta-button:focus-visible span {
  transform: translateX(4px);
}

.final-cta-note {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  margin-top: 1.6rem;
  color: rgba(16, 33, 42, 0.6);
  font-size: 0.69rem;
  font-weight: 750;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.final-cta-note span {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #10212a;
  box-shadow: 0 0 0 5px rgba(16, 33, 42, 0.09);
}

.solutions-hero {
  position: relative;
  min-height: 760px;
  padding: clamp(11rem, 17vw, 15rem) 0 clamp(6rem, 10vw, 9rem);
  color: #eef3f4;
  background: #0b171d;
  overflow: hidden;
}

.solutions-hero::after {
  content: "";
  position: absolute;
  right: -10%;
  top: 8%;
  width: 52vw;
  height: 52vw;
  border: 1px solid rgba(255, 138, 23, 0.14);
  border-radius: 50%;
  box-shadow: 0 0 0 7vw rgba(255, 255, 255, 0.012), 0 0 0 14vw rgba(255, 255, 255, 0.008);
}

.solutions-hero-grid {
  position: absolute;
  inset: 0;
  opacity: 0.12;
  background-image: linear-gradient(rgba(255, 255, 255, 0.1) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.1) 1px, transparent 1px);
  background-size: 58px 58px;
  mask-image: linear-gradient(90deg, #000, transparent 82%);
}

.solutions-hero-inner {
  position: relative;
  z-index: 1;
}

.solutions-hero h1 {
  max-width: 1120px;
  margin: 0;
  font-size: clamp(4rem, 7vw, 7.5rem);
  font-weight: 700;
  letter-spacing: -0.074em;
  line-height: 0.89;
}

.solutions-hero h1 em {
  color: #ff9431;
  font-style: normal;
}

.solutions-hero-bottom {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 3rem;
  align-items: end;
  max-width: 940px;
  margin-top: 3.2rem;
}

.solutions-hero-bottom p {
  max-width: 680px;
  margin: 0;
  color: #9caeb5;
  font-size: clamp(1.08rem, 1.5vw, 1.25rem);
  line-height: 1.72;
}

.solution-routes {
  padding: clamp(6.5rem, 11vw, 10rem) 0;
  background: #f6f5f1;
}

.solution-routes-heading {
  display: grid;
  grid-template-columns: 0.45fr 1fr;
  gap: clamp(3rem, 8vw, 8rem);
  align-items: start;
  margin-bottom: clamp(4rem, 7vw, 6rem);
}

.solution-routes-heading h2 {
  margin: 0;
  color: #10212a;
  font-size: clamp(3rem, 5vw, 5.15rem);
  font-weight: 680;
  letter-spacing: -0.065em;
  line-height: 0.95;
}

.solution-routes-heading h2 em {
  color: #d95634;
  font-style: normal;
}

.solution-route-list {
  border-top: 1px solid rgba(16, 33, 42, 0.2);
}

.solution-route-list a {
  display: grid;
  grid-template-columns: 54px minmax(310px, 1.15fr) minmax(210px, 0.7fr) 40px;
  gap: clamp(1.2rem, 3vw, 3rem);
  align-items: center;
  min-height: 150px;
  padding: 1.7rem 0;
  border-bottom: 1px solid rgba(16, 33, 42, 0.17);
  color: #10212a;
  text-decoration: none;
  transition: padding 0.4s cubic-bezier(0.16, 1, 0.3, 1), background-color 0.3s ease, color 0.3s ease;
}

.solution-route-list a:hover, .solution-route-list a:focus-visible {
  padding-left: 1.4rem;
  padding-right: 1.4rem;
  color: #f2f6f7;
  background: #10212a;
  outline: none;
}

.route-number {
  color: #d95634;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.1em;
}

.solution-route-list h3 {
  margin: 0;
  font-size: clamp(1.65rem, 2.7vw, 2.55rem);
  font-weight: 660;
  letter-spacing: -0.045em;
}

.solution-route-list p {
  max-width: 650px;
  margin: 0.65rem 0 0;
  color: #63757d;
  font-size: 1rem;
  line-height: 1.55;
  transition: color 0.3s ease;
}

.solution-route-list a:hover p, .solution-route-list a:focus-visible p {
  color: #9fb0b7;
}

.route-tags {
  color: #819098;
  font-size: 0.68rem;
  font-weight: 750;
  letter-spacing: 0.08em;
  line-height: 1.5;
  text-transform: uppercase;
}

.solution-route-list i {
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border: 1px solid rgba(16, 33, 42, 0.22);
  border-radius: 50%;
  font-style: normal;
  transition: transform 0.3s ease, border-color 0.3s ease;
}

.solution-route-list a:hover i, .solution-route-list a:focus-visible i {
  border-color: rgba(255, 255, 255, 0.35);
  transform: translate(3px, -3px);
}

.solutions-page-cta {
  padding: clamp(5.5rem, 9vw, 8rem) 0;
  color: #edf2f4;
  background: #142a34;
}

.solutions-page-cta-inner {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: clamp(3rem, 8vw, 8rem);
  align-items: end;
}

.solutions-page-cta h2 {
  margin: 0;
  font-size: clamp(2.8rem, 4.8vw, 4.8rem);
  font-weight: 680;
  letter-spacing: -0.063em;
  line-height: 0.96;
}

.solutions-page-cta-inner > div:last-child > p {
  margin: 0 0 1.8rem;
  color: #9babb2;
  font-size: 1.08rem;
  line-height: 1.7;
}

.detail-hero {
  position: relative;
  min-height: 760px;
  padding: clamp(10rem, 16vw, 14rem) 0 clamp(6rem, 10vw, 9rem);
  color: #eef3f4;
  background: #0b171d;
  overflow: hidden;
}

.detail-hero-grid {
  position: absolute;
  inset: 0;
  opacity: 0.14;
  background-image: linear-gradient(rgba(255, 255, 255, 0.1) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.1) 1px, transparent 1px);
  background-size: 54px 54px;
  mask-image: linear-gradient(#000, transparent 88%);
}

.detail-hero-inner {
  position: relative;
  z-index: 1;
}

.detail-breadcrumb {
  display: flex;
  gap: 0.7rem;
  margin: 0 0 3rem;
  color: #70858e;
  font-size: 0.72rem;
  font-weight: 750;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.detail-breadcrumb a {
  color: #ff9533;
  text-decoration: none;
}

.detail-hero-copy {
  display: grid;
  grid-template-columns: 1.35fr 0.65fr;
  gap: clamp(3rem, 8vw, 8rem);
  align-items: end;
}

.detail-hero h1 {
  margin: 0;
  font-size: clamp(4rem, 7vw, 7.25rem);
  font-weight: 700;
  letter-spacing: -0.073em;
  line-height: 0.89;
}

.detail-hero h1 em {
  color: #ff9533;
  font-style: normal;
}

.detail-hero-copy > p {
  margin: 0 0 0.5rem;
  color: #9babb2;
  font-size: clamp(1.08rem, 1.5vw, 1.23rem);
  line-height: 1.72;
}

.automation-signal {
  display: grid;
  grid-template-columns: auto 1fr auto 1fr auto 1fr auto;
  align-items: center;
  margin-top: clamp(4rem, 8vw, 7rem);
}

.signal-node {
  display: grid;
  place-items: center;
  min-width: 105px;
  min-height: 58px;
  padding: 0.8rem 1rem;
  border: 1px solid rgba(255, 255, 255, 0.17);
  border-radius: 7px;
  color: #dce5e8;
  background: #162832;
  font-size: 0.75rem;
  font-weight: 750;
}

.signal-check {
  border-color: rgba(255, 149, 51, 0.45);
}

.signal-done {
  color: #15252d;
  border-color: #72c68d;
  background: #72c68d;
}

.automation-signal i {
  height: 1px;
  background: linear-gradient(90deg, #ff8a17, rgba(255, 138, 23, 0.25));
}

.automation-shift {
  padding: clamp(6.5rem, 11vw, 10rem) 0;
  background: #f6f5f1;
}

.automation-shift-grid {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: clamp(4rem, 9vw, 9rem);
  align-items: start;
}

.automation-shift h2 {
  margin: 0;
  color: #10212a;
  font-size: clamp(3.1rem, 5vw, 5.1rem);
  font-weight: 680;
  letter-spacing: -0.065em;
  line-height: 0.95;
}

.automation-shift h2 em {
  color: #d95634;
  font-style: normal;
}

.automation-before-after {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-top: 1px solid rgba(16, 33, 42, 0.2);
}

.automation-before-after article {
  min-height: 420px;
  padding: 2rem;
  border-bottom: 1px solid rgba(16, 33, 42, 0.18);
}

.automation-before-after article + article {
  border-left: 1px solid rgba(16, 33, 42, 0.18);
}

.automation-before-after article > p {
  margin: 0 0 2.5rem;
  color: #86959b;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.before-flow ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

.before-flow li {
  position: relative;
  padding: 1rem 0 1rem 1.4rem;
  border-bottom: 1px solid rgba(16, 33, 42, 0.12);
  color: #4d6069;
  font-size: 0.96rem;
}

.before-flow li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 1.45rem;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #c4cbce;
}

.after-flow {
  color: #eef3f4;
  background: #10212a;
}

.after-flow > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 270px;
}

.after-flow strong {
  color: #ff9938;
  font-size: clamp(2rem, 3vw, 3rem);
  font-weight: 660;
  letter-spacing: -0.05em;
  line-height: 1;
}

.after-flow span {
  max-width: 300px;
  margin-top: 1.2rem;
  color: #9babb2;
  font-size: 1rem;
  line-height: 1.6;
}

.automation-capabilities {
  padding: clamp(6.5rem, 11vw, 10rem) 0;
  color: #edf2f4;
  background: #122832;
}

.capabilities-heading {
  display: grid;
  grid-template-columns: 0.55fr 1fr;
  gap: clamp(3rem, 8vw, 8rem);
  align-items: start;
  margin-bottom: clamp(4rem, 7vw, 6rem);
}

.capabilities-heading h2 {
  margin: 0;
  font-size: clamp(3rem, 5vw, 5rem);
  font-weight: 680;
  letter-spacing: -0.064em;
  line-height: 0.95;
}

.capability-lines {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
}

.capability-lines > div {
  display: grid;
  grid-template-columns: 40px minmax(180px, 0.8fr) 1fr;
  gap: 1rem;
  align-items: center;
  min-height: 125px;
  padding: 1.5rem 1.8rem 1.5rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.13);
}

.capability-lines > div:nth-child(odd) {
  padding-right: 2.2rem;
  border-right: 1px solid rgba(255, 255, 255, 0.13);
}

.capability-lines > div:nth-child(even) {
  padding-left: 2.2rem;
}

.capability-lines span {
  color: #ff9533;
  font-size: 0.66rem;
  font-weight: 800;
}

.capability-lines strong {
  font-size: 1.08rem;
  line-height: 1.35;
}

.capability-lines p {
  margin: 0;
  color: #82959d;
  font-size: 0.9rem;
  line-height: 1.5;
}

.automation-outcome {
  padding: clamp(6rem, 10vw, 9rem) 0;
  background: #ff8a17;
}

.automation-outcome-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: clamp(3rem, 8vw, 8rem);
  align-items: end;
}

.automation-outcome h2 {
  max-width: 760px;
  margin: 0;
  font-size: clamp(3rem, 5vw, 5rem);
  font-weight: 690;
  letter-spacing: -0.065em;
  line-height: 0.94;
}

.automation-outcome-grid > div:last-child > p {
  margin: 0 0 1.8rem;
  color: rgba(16, 33, 42, 0.76);
  font-size: 1.1rem;
  line-height: 1.7;
}

.automation-outcome .button-primary {
  color: #f4f7f8;
  background: #10212a;
}

.apps-product-proof {
  padding: clamp(6.5rem, 11vw, 10rem) 0;
  background: #f3f2ed;
  overflow: hidden;
}

.apps-proof-heading {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: clamp(3rem, 8vw, 8rem);
  align-items: end;
}

.apps-proof-heading h2 {
  margin: 0;
  font-size: clamp(3.1rem, 5vw, 5.1rem);
  font-weight: 680;
  letter-spacing: -0.065em;
  line-height: 0.95;
}

.apps-proof-heading h2 em {
  color: #d95634;
  font-style: normal;
}

.apps-proof-heading > p {
  margin: 0;
  color: #61737b;
  font-size: 1.08rem;
  line-height: 1.7;
}

.apps-screens {
  position: relative;
  min-height: 700px;
  margin-top: clamp(4rem, 7vw, 6rem);
}

.apps-screen {
  position: absolute;
  margin: 0;
  border: 1px solid rgba(16, 33, 42, 0.17);
  border-radius: 10px;
  background: #13232b;
  box-shadow: 0 30px 80px rgba(16, 33, 42, 0.18);
  overflow: hidden;
}

.apps-screen img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top left;
}

.apps-screen figcaption {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  min-height: 52px;
  padding: 0.75rem 1rem;
  color: #e2e9eb;
  background: #13232b;
}

.apps-screen figcaption span {
  color: #ff9634;
  font-size: 0.66rem;
  font-weight: 800;
}

.apps-screen figcaption strong {
  font-size: 0.88rem;
}

.apps-screen-dashboard {
  left: 0;
  top: 95px;
  z-index: 1;
  width: 58%;
  transform: rotate(-1.3deg);
}

.apps-screen-dashboard img {
  height: 390px;
}

.apps-screen-result {
  right: 0;
  top: 0;
  z-index: 2;
  width: 62%;
}

.apps-screen-result img {
  height: 455px;
}

.apps-composition {
  padding: clamp(6.5rem, 11vw, 10rem) 0;
  color: #edf2f4;
  background: #10232c;
}

.apps-composition-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: clamp(4rem, 9vw, 9rem);
}

.apps-composition h2 {
  margin: 0;
  font-size: clamp(3rem, 5vw, 5rem);
  font-weight: 680;
  letter-spacing: -0.065em;
  line-height: 0.95;
}

.apps-composition h2 em {
  color: #ff9634;
  font-style: normal;
}

.composition-layers {
  border-top: 1px solid rgba(255, 255, 255, 0.16);
}

.composition-layers article {
  display: grid;
  grid-template-columns: 46px 1fr;
  gap: 1.2rem;
  padding: 2rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.composition-layers article > span {
  color: #ff9634;
  font-size: 0.68rem;
  font-weight: 800;
}

.composition-layers h3 {
  margin: 0;
  font-size: 1.55rem;
  font-weight: 650;
  letter-spacing: -0.035em;
}

.composition-layers p {
  margin: 0.7rem 0 0;
  color: #8fa0a7;
  font-size: 1rem;
  line-height: 1.62;
}

.apps-fit {
  padding: clamp(6.5rem, 11vw, 10rem) 0;
  background: #ff8a17;
}

.apps-fit-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(3rem, 8vw, 8rem);
  align-items: start;
}

.apps-fit h2 {
  margin: 0;
  font-size: clamp(3rem, 5vw, 5rem);
  font-weight: 690;
  letter-spacing: -0.065em;
  line-height: 0.95;
}

.apps-fit ul {
  margin: 2rem 0 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid rgba(16, 33, 42, 0.24);
}

.apps-fit li {
  padding: 1rem 0;
  border-bottom: 1px solid rgba(16, 33, 42, 0.2);
  color: rgba(16, 33, 42, 0.8);
  font-size: 1rem;
  line-height: 1.5;
}

.apps-fit .button-primary {
  grid-column: 2;
  justify-self: start;
  color: #f4f7f8;
  background: #10212a;
}

.site-footer {
  padding: 2rem 0;
  color: #708089;
  background: #091217;
}

.footer-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footer-row p {
  margin: 0;
  font-size: 0.8rem;
}

.brand-footer {
  color: #dbe2e5;
}

@media (max-width: 1199.98px) {
  .solutions-index {
    grid-template-columns: 1fr;
  }
  .solutions-index a:nth-child(odd), .solutions-index a:nth-child(even) {
    padding-left: 0;
    padding-right: 0;
    border-right: 0;
  }
}
@media (max-width: 991.98px) {
  .site-header {
    background: rgba(10, 20, 26, 0.92);
  }
  .navbar-collapse {
    margin: 0 -12px;
    padding: 1rem 12px 1.5rem;
  }
  .nav-cta {
    margin: 0.6rem 0 0;
  }
  .hero {
    padding-top: 145px;
  }
  .hero-grid {
    grid-template-columns: 1fr;
  }
  .workflow-visual {
    width: min(620px, 100%);
    margin: 0 auto;
  }
  .hero-footnote {
    margin-top: 45px;
  }
  .section-heading-row, .gap-stage {
    grid-template-columns: 1fr;
  }
  .section-heading-row > p {
    max-width: 670px;
  }
  .gap-story {
    max-width: 680px;
  }
  .gap-list {
    margin-top: 1rem;
  }
  .benefit-row {
    grid-template-columns: repeat(2, 1fr);
  }
  .benefit-row article:nth-child(3) {
    border-top: 1px solid rgba(16, 33, 42, 0.14);
    border-left: 0;
  }
  .benefit-row article:nth-child(4) {
    border-top: 1px solid rgba(16, 33, 42, 0.14);
  }
  .keep-systems-grid {
    grid-template-columns: 1fr;
  }
  .keep-copy {
    max-width: 720px;
  }
  .integration-map {
    width: min(720px, 100%);
    margin: 0 auto;
  }
  .essence-heading {
    grid-template-columns: 1fr;
  }
  .essence-heading > p {
    max-width: 680px;
  }
  .product-gallery {
    min-height: 620px;
  }
  .shot-configure {
    top: 95px;
    width: 52%;
  }
  .shot-configure .product-image-frame {
    height: 310px;
  }
  .shot-automate {
    left: 18%;
    width: 65%;
  }
  .shot-automate .product-image-frame {
    height: 365px;
  }
  .shot-extend {
    top: 145px;
    width: 48%;
  }
  .shot-extend .product-image-frame {
    height: 285px;
  }
  .essence-pillars {
    grid-template-columns: 1fr;
  }
  .essence-pillars article, .essence-pillars article + article {
    padding: 2rem 0;
    border-left: 0;
  }
  .essence-pillars article + article {
    border-top: 1px solid rgba(16, 33, 42, 0.15);
  }
  .process-grid {
    grid-template-columns: 1fr;
    gap: 4.5rem;
  }
  .process-intro {
    position: relative;
    top: auto;
    max-width: 720px;
  }
  .process-path {
    max-width: 760px;
    margin-left: auto;
  }
  .solutions-heading {
    grid-template-columns: 1fr;
  }
  .solutions-heading > div:last-child {
    max-width: 680px;
  }
  .solutions-index {
    grid-template-columns: 1fr;
  }
  .solutions-index a:nth-child(odd), .solutions-index a:nth-child(even) {
    padding-left: 0;
    padding-right: 0;
    border-right: 0;
  }
  .proof-heading {
    grid-template-columns: 1fr;
  }
  .proof-intro {
    max-width: 700px;
  }
  .proof-metrics {
    grid-template-columns: repeat(3, 1fr);
  }
  .proof-connections {
    grid-column: 1/-1;
    border-top: 1px solid rgba(255, 255, 255, 0.14);
    border-left: 0 !important;
  }
  .proof-metrics > div:first-child {
    padding-left: 1.8rem;
  }
  .proof-workflow ol {
    grid-template-columns: repeat(3, 1fr);
    row-gap: 1.5rem;
  }
  .solutions-hero-bottom, .solution-routes-heading, .solutions-page-cta-inner {
    grid-template-columns: 1fr;
  }
  .solutions-hero-bottom {
    align-items: start;
  }
  .solution-route-list a {
    grid-template-columns: 45px 1fr 40px;
  }
  .route-tags {
    display: none;
  }
  .detail-hero-copy, .automation-shift-grid, .capabilities-heading, .automation-outcome-grid, .apps-proof-heading, .apps-composition-grid, .apps-fit-grid {
    grid-template-columns: 1fr;
  }
  .detail-hero-copy > p {
    max-width: 680px;
  }
  .automation-shift-grid {
    gap: 4rem;
  }
  .capability-lines {
    grid-template-columns: 1fr;
  }
  .capability-lines > div:nth-child(odd), .capability-lines > div:nth-child(even) {
    padding-left: 0;
    padding-right: 0;
    border-right: 0;
  }
  .automation-outcome-grid {
    align-items: start;
  }
  .apps-proof-heading > p {
    max-width: 680px;
  }
  .apps-fit .button-primary {
    grid-column: 1;
  }
}
@media (max-width: 575.98px) {
  .site-container {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  .hero {
    min-height: 0;
    padding-top: 128px;
  }
  h1 {
    font-size: clamp(3.5rem, 18vw, 5rem);
  }
  .hero-actions {
    align-items: stretch;
    flex-direction: column;
    gap: 1.2rem;
  }
  .text-link {
    align-self: flex-start;
  }
  .workflow-visual {
    min-height: 480px;
  }
  .workflow-card {
    width: 92%;
  }
  .metric-card {
    right: 0;
  }
  .hero-footnote {
    flex-direction: column;
    gap: 0.75rem;
  }
  .section-heading-row h2 {
    font-size: 3.2rem;
  }
  .gap-story {
    min-height: 550px;
  }
  .gap-system {
    width: 180px;
  }
  .system-left {
    top: 18px;
  }
  .system-right {
    top: 174px;
  }
  .gap-transfer {
    left: 155px;
    right: 145px;
    top: 104px;
  }
  .gap-transfer small {
    top: 69px;
    width: 160px;
    font-size: 0.62rem;
  }
  .gap-quote {
    left: 0;
    right: 0;
    bottom: 0;
    grid-template-columns: 48px 1fr;
    padding: 1.5rem 0.25rem 1.5rem 0;
  }
  .gap-quote > span {
    font-size: 3.8rem;
  }
  .gap-quote p {
    font-size: 1.02rem;
  }
  .benefit-row {
    grid-template-columns: 1fr 1fr;
  }
  .benefit-row article {
    min-height: 220px;
    padding: 1.5rem 0.65rem;
  }
  .benefit-row article + article {
    padding-left: 0.65rem;
  }
  .benefit-row strong {
    font-size: 1.25rem;
  }
  .benefit-row p {
    font-size: 0.9rem;
  }
  .keep-copy h2 {
    font-size: 3.15rem;
  }
  .integration-map {
    min-height: 620px;
  }
  .integration-core {
    width: 140px;
    height: 140px;
  }
  .integration-core img {
    width: 56px;
    height: 56px;
  }
  .system-chip {
    min-width: 140px;
    transform: scale(0.9);
  }
  .chip-exact {
    left: -3%;
    top: 17%;
  }
  .chip-m365 {
    left: 33%;
    top: 3%;
  }
  .chip-afas {
    right: -4%;
    top: 28%;
  }
  .chip-sharepoint {
    right: -5%;
    bottom: 20%;
  }
  .chip-odoo {
    left: 32%;
    bottom: 8%;
  }
  .chip-api {
    left: -5%;
    bottom: 25%;
  }
  .map-caption {
    bottom: 1rem;
    font-size: 0.57rem;
  }
  .essence-heading h2 {
    font-size: 2.85rem;
  }
  .product-gallery {
    display: grid;
    gap: 1rem;
    min-height: 0;
  }
  .product-shot, .shot-configure, .shot-automate, .shot-extend {
    position: relative;
    inset: auto;
    width: 100%;
    transform: none;
  }
  .product-shot .product-image-frame, .shot-configure .product-image-frame, .shot-automate .product-image-frame, .shot-extend .product-image-frame {
    height: 230px;
  }
  .product-shot img {
    object-position: top left;
  }
  .essence-cta {
    align-items: flex-start;
    flex-direction: column;
  }
  .process-intro h2 {
    font-size: 3.15rem;
  }
  .process-path li {
    grid-template-columns: 44px 1fr;
    gap: 1rem;
  }
  .process-number {
    width: 44px;
    height: 44px;
  }
  .process-path::before {
    left: 21px;
  }
  .process-path li > div > span {
    font-size: 0.96rem;
  }
  .solutions-heading h2 {
    font-size: 3.15rem;
  }
  .solutions-index a {
    grid-template-columns: 32px 1fr 30px;
    gap: 0.8rem;
    min-height: 105px;
  }
  .solutions-index small {
    display: none;
  }
  .proof-heading h2 {
    font-size: 3.15rem;
  }
  .proof-metrics {
    grid-template-columns: 1fr 1fr;
  }
  .proof-metrics > div {
    min-height: 135px;
    padding: 1.5rem 1rem;
  }
  .proof-metrics > div:first-child {
    padding-left: 1rem;
  }
  .proof-metrics > div:nth-child(3) {
    border-top: 1px solid rgba(255, 255, 255, 0.14);
    border-left: 0;
  }
  .proof-connections {
    grid-column: 1/-1;
  }
  .proof-workflow ol {
    grid-template-columns: 1fr 1fr;
  }
  .proof-workflow li:not(:last-child)::after {
    display: none;
  }
  .proof-footer {
    align-items: flex-start;
    flex-direction: column;
  }
  .final-cta {
    min-height: 650px;
  }
  .final-cta h2 {
    font-size: clamp(3.45rem, 17vw, 5rem);
  }
  .final-cta-inner > p:not(.section-kicker) {
    font-size: 1.02rem;
  }
  .final-cta-button {
    width: 100%;
    justify-content: center;
  }
  .final-cta-note {
    font-size: 0.59rem;
  }
  .solutions-hero {
    min-height: 700px;
  }
  .solutions-hero h1 {
    font-size: clamp(3.45rem, 16vw, 5rem);
  }
  .solutions-hero-bottom .button-primary {
    width: 100%;
    text-align: center;
  }
  .solution-routes-heading h2 {
    font-size: 3.15rem;
  }
  .solution-route-list a {
    grid-template-columns: 32px 1fr 34px;
    gap: 0.8rem;
    min-height: 135px;
  }
  .solution-route-list a:hover, .solution-route-list a:focus-visible {
    padding-left: 0.6rem;
    padding-right: 0.6rem;
  }
  .solution-route-list h3 {
    font-size: 1.45rem;
  }
  .solution-route-list p {
    font-size: 0.92rem;
  }
  .solution-route-list i {
    width: 34px;
    height: 34px;
  }
  .solutions-page-cta h2 {
    font-size: 3rem;
  }
  .detail-hero {
    min-height: 720px;
  }
  .detail-hero h1 {
    font-size: clamp(3.3rem, 16vw, 4.8rem);
  }
  .automation-signal {
    grid-template-columns: 1fr;
    gap: 0.4rem;
  }
  .automation-signal i {
    width: 1px;
    height: 22px;
    margin: auto;
    background: linear-gradient(#ff8a17, rgba(255, 138, 23, 0.25));
  }
  .signal-node {
    width: 100%;
  }
  .automation-shift h2, .capabilities-heading h2, .automation-outcome h2 {
    font-size: 3.05rem;
  }
  .automation-before-after {
    grid-template-columns: 1fr;
  }
  .automation-before-after article {
    min-height: 0;
  }
  .automation-before-after article + article {
    border-left: 0;
  }
  .after-flow > div {
    height: 230px;
  }
  .capability-lines > div {
    grid-template-columns: 32px 1fr;
    min-height: 145px;
  }
  .capability-lines p {
    grid-column: 2;
  }
  .automation-outcome .button-primary {
    width: 100%;
    text-align: center;
  }
  .apps-proof-heading h2, .apps-composition h2, .apps-fit h2 {
    font-size: 3.05rem;
  }
  .apps-screens {
    display: grid;
    gap: 1.2rem;
    min-height: 0;
  }
  .apps-screen, .apps-screen-dashboard, .apps-screen-result {
    position: relative;
    inset: auto;
    width: 100%;
    transform: none;
  }
  .apps-screen-dashboard img, .apps-screen-result img {
    height: 250px;
  }
  .apps-fit .button-primary {
    width: 100%;
    text-align: center;
  }
  .footer-row {
    align-items: flex-start;
    flex-direction: column;
    gap: 1rem;
  }
}
@media (min-width: 576px) and (max-width: 991.98px) {
  .product-shot, .shot-configure, .shot-automate, .shot-extend {
    width: 65%;
  }
  .product-shot .product-image-frame, .shot-configure .product-image-frame, .shot-automate .product-image-frame, .shot-extend .product-image-frame {
    height: 365px;
  }
  .product-shot[data-position=left] {
    left: -8%;
    top: 92px;
    transform: rotate(-1.8deg) scale(0.78);
  }
  .product-shot[data-position=front] {
    left: 17.5%;
    top: 0;
    transform: scale(1);
  }
  .product-shot[data-position=right] {
    left: 51%;
    top: 135px;
    transform: rotate(1.6deg) scale(0.72);
  }
}
@media (max-width: 575.98px) {
  .product-shot[data-position=left], .product-shot[data-position=front], .product-shot[data-position=right] {
    position: relative;
    left: auto;
    top: auto;
    z-index: auto;
    width: 100%;
    transform: none;
    filter: none;
  }
  .product-gallery.is-enter-ready:not(.is-visible) .product-shot[data-position=left], .product-gallery.is-enter-ready:not(.is-visible) .product-shot[data-position=front], .product-gallery.is-enter-ready:not(.is-visible) .product-shot[data-position=right] {
    opacity: 0;
    transform: translateY(70px) scale(0.97);
  }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
  .transfer-warning, .transfer-warning::before {
    animation: none !important;
  }
  .transfer-warning {
    box-shadow: 0 0 0 7px rgba(223, 90, 51, 0.1);
  }
  .process-path li.is-reveal-ready {
    opacity: 1 !important;
    transform: none !important;
  }
  .process-path li.is-reveal-ready .process-number {
    transform: none !important;
  }
  .product-gallery.is-enter-ready .product-shot {
    opacity: 1 !important;
    transform: none;
  }
  .product-gallery.is-enter-ready .product-shot[data-position=left] {
    transform: rotate(-1.8deg) scale(0.83);
  }
  .product-gallery.is-enter-ready .product-shot[data-position=right] {
    transform: rotate(1.6deg) scale(0.76);
  }
}
.cookie-consent {
  position: fixed;
  z-index: 1080;
  right: 1rem;
  bottom: 1rem;
  left: 1rem;
  padding: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 1rem;
  background: #101b22;
  color: #fff;
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.28);
}
.cookie-consent[hidden] {
  display: none;
}
.cookie-consent p {
  margin: 0.35rem 0 0;
  color: rgba(255, 255, 255, 0.8);
}
.cookie-consent a {
  color: #fff;
}

.cookie-consent-content {
  display: flex;
  max-width: 72rem;
  margin: 0 auto;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
}

.cookie-consent-actions {
  display: flex;
  flex: 0 0 auto;
  gap: 0.75rem;
}

@media (max-width: 47.99rem) {
  .cookie-consent-content {
    align-items: stretch;
    flex-direction: column;
  }
  .cookie-consent-actions {
    flex-wrap: wrap;
  }
}
/* Identity pages share the public site's visual language while retaining the
   built-in ASP.NET Identity forms and validation behavior. */
.identity-page {
  color: #edf2f4;
  background: #0b171e;
}

.identity-page .site-header {
  background: rgba(10, 20, 26, 0.9);
  backdrop-filter: blur(14px);
}

.identity-page #main-content {
  position: relative;
  display: grid;
  place-items: center;
  min-height: calc(100vh - 98px);
  padding: clamp(8rem, 12vw, 10rem) max(1.25rem, (100vw - 1320px) / 2) clamp(4rem, 7vw, 6rem);
  overflow: hidden;
  isolation: isolate;
}

.identity-page #main-content::before {
  position: absolute;
  z-index: -1;
  inset: 0;
  content: "";
  background: radial-gradient(circle at 82% 10%, rgba(255, 138, 23, 0.16), transparent 34%), radial-gradient(circle at 15% 78%, rgba(28, 72, 86, 0.42), transparent 38%), linear-gradient(135deg, #09151c 0%, #10242d 62%, #0b171e 100%);
}

.identity-page #main-content > h1 {
  display: none;
}

.identity-page #main-content > .row {
  --bs-gutter-x: 0;
  align-items: start;
  justify-content: center;
  width: 100%;
  max-width: 520px;
}

.identity-page #main-content > .row > .col-lg-6 {
  width: 100%;
  padding: 0;
}

.identity-page #main-content > .row > .col-lg-4 {
  display: none;
}

.identity-page #main-content section {
  position: relative;
}

.identity-page #main-content section > h2,
.identity-page #main-content section > h3 {
  margin: 0;
  color: #dce5e8;
  font-size: clamp(1.3rem, 2vw, 1.75rem);
  font-weight: 620;
  letter-spacing: -0.035em;
}

.identity-page #main-content section > hr {
  margin: 1.3rem 0 1.8rem;
  border-color: rgba(255, 255, 255, 0.16);
  opacity: 1;
}

.identity-page #account > h2,
.identity-page #account > hr {
  display: none;
}

.identity-page #account {
  padding: clamp(1.5rem, 3vw, 2.4rem);
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 12px;
  background: rgba(18, 40, 50, 0.76);
  box-shadow: 0 28px 75px rgba(0, 0, 0, 0.24);
  backdrop-filter: blur(14px);
}

.identity-page .form-floating > .form-control {
  min-height: 60px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 7px;
  color: #f2f5f6;
  background: rgba(7, 18, 24, 0.72);
}

.identity-page .form-floating > .form-control:focus {
  border-color: #ff9634;
  background: #0b1b23;
  box-shadow: 0 0 0 3px rgba(255, 150, 52, 0.16);
}

.identity-page .form-floating > label {
  color: #91a3aa;
}

.identity-page .form-floating > .form-control:focus ~ label,
.identity-page .form-floating > .form-control:not(:placeholder-shown) ~ label {
  color: #ffad60;
}

.identity-page .form-check-input {
  border-color: #73878f;
  background-color: transparent;
}

.identity-page .form-check-input:checked {
  border-color: #ff8a17;
  background-color: #ff8a17;
}

.identity-page .checkbox label {
  color: #aebcc1;
  font-size: 0.9rem;
}

.identity-page #login-submit {
  min-height: 56px;
  border: 0;
  border-radius: 7px;
  color: #171d20;
  background: linear-gradient(135deg, #ff8a17, #ffb233);
  font-size: 0.9rem;
  font-weight: 760;
  box-shadow: 0 14px 34px rgba(255, 138, 23, 0.17);
}

.identity-page #login-submit:hover {
  color: #171d20;
  background: linear-gradient(135deg, #ff962f, #ffc15b);
}

.identity-page #account > div:last-of-type {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem 1.1rem;
  margin-top: 1.4rem;
}

.identity-page #account > div:last-of-type p {
  margin: 0;
}

.identity-page #account > div:last-of-type p:has(a[href*="/Register"]),
.identity-page #account > div:last-of-type p:has(#resend-confirmation) {
  display: none;
}

.identity-page #account a,
.identity-page #main-content .col-lg-4 a {
  color: #ffad60;
  text-decoration-color: rgba(255, 173, 96, 0.4);
  text-underline-offset: 3px;
}

.identity-page #main-content .col-lg-4 section {
  padding: clamp(1.5rem, 3vw, 2.2rem) 0;
}

.identity-page #main-content .col-lg-4 p {
  max-width: 390px;
  color: #93a4ab;
  line-height: 1.7;
}

.identity-page .text-danger {
  color: #ff876c !important;
}

.identity-page .validation-summary-errors ul {
  margin: 0 0 1.25rem;
  padding-left: 1.15rem;
}

.identity-page .form-status {
  margin: 1rem 0 0;
  color: #ff876c;
  line-height: 1.5;
}

@media (max-width: 991.98px) {
  .identity-page #main-content > .row {
    gap: 0;
  }
}
@media (max-width: 575.98px) {
  .identity-page #main-content {
    padding-top: 8.5rem;
  }
  .identity-page #main-content > h1 {
    font-size: clamp(3.6rem, 20vw, 5rem);
  }
  .identity-page #account {
    padding: 1.25rem;
  }
}
