/* Landing-specific presentation. The product workspace keeps its own layout. */
.landing-page {
  --paper: #fbfaf7;
  --ink: #24283b;
  --muted: #5d6271;
  background: var(--paper);
  font-size: 16px;
}
.landing-page .wrap {
  width: min(1240px, calc(100% - 80px));
}
.landing-page .header {
  background: #fbfaf7f2;
  backdrop-filter: blur(16px);
  border-color: #dedbe5;
}
.landing-page .nav {
  height: 84px;
  gap: 24px;
}
.landing-page .nav nav {
  font-size: 14px;
  gap: 23px;
}
.landing-page .language-switch {
  font-size: 12px;
}
.landing-page .language-switch a {
  min-width: 30px;
  min-height: 40px;
  display: grid;
  place-items: center;
}
.landing-page .btn {
  border-radius: 9px;
  font-size: 14px;
  min-height: 52px;
  padding: 15px 23px;
  font-weight: 600;
}
.landing-page .btn.small {
  font-size: 12px;
  min-height: 44px;
  padding: 12px 16px;
}
.landing-page .text-link {
  font-size: 14px;
  min-height: 44px;
}
.landing-page :is(a, button, input, select, textarea):focus-visible {
  outline: 3px solid #605181;
  outline-offset: 5px;
}
.landing-page section[id] {
  scroll-margin-top: 106px;
}
.landing-page .abs-hero {
  min-height: 700px;
  padding: 76px 0 62px;
  gap: 64px;
  grid-template-columns: 1.07fr 1fr;
  position: relative;
}
.landing-page .hero-copy {
  position: relative;
  z-index: 1;
}
.landing-page .eyebrow {
  font-size: 11px;
  letter-spacing: 1.5px;
  line-height: 1.8;
}
.landing-page .abs-hero h1 {
  font-size: clamp(44px, 4.5vw, 66px);
  line-height: 1.08;
  letter-spacing: -0.055em;
  max-width: 650px;
  font-weight: 600;
  margin-bottom: 25px;
  text-wrap: balance;
}
.landing-page .abs-hero h1 span {
  color: #6b578c;
}
.landing-page .abs-hero .intro {
  font-size: 17px;
  line-height: 1.8;
  max-width: 510px;
}
.landing-page .hero-footnote {
  font-size: 12px;
  margin-top: 24px;
}
.landing-page .abs-hero .actions {
  gap: 24px;
  flex-wrap: wrap;
}
.landing-page .hero-demo {
  border-bottom: 1px solid #b9afca;
  gap: 16px;
}
.landing-page .project-stage {
  padding: 24px 0 36px;
}
.landing-page .project-stage:before {
  content: "";
  position: absolute;
  inset: -20px -26px 4px;
  border-radius: 48% 48% 20px 20px;
  background: linear-gradient(145deg, #b4d3d965, #bda6ce55 60%, #f2eae0);
  transform: rotate(-4deg);
  pointer-events: none;
}
.landing-page .stage-label,
.landing-page .stage-caption {
  position: relative;
  font-size: 10px;
}
.landing-page .project-window {
  border-radius: 14px;
  box-shadow:
    0 24px 64px #34304b15,
    0 4px 12px #34304b08;
  border-color: #d9d2e3;
}
.landing-page .project-bar {
  padding: 17px 22px;
}
.landing-page .project-window-brand {
  font-size: 12px;
}
.landing-page .preview-demo {
  font-size: 9px;
}
.landing-page .project-content {
  padding: 26px;
}
.landing-page .project-meta {
  font-size: 10px;
}
.landing-page .project-content h3 {
  font-size: 25px;
  font-weight: 600;
}
.landing-page .project-content .status {
  font-size: 10px;
  border-radius: 30px;
}
.landing-page .delivery-label,
.landing-page .live-tasks > div {
  font-size: 12px;
}
.landing-page .project-dates {
  font-size: 10px;
}
.landing-page .delivery-track {
  height: 8px;
  border-radius: 8px;
}
.landing-page .row-owner {
  width: 27px;
  height: 27px;
  font-size: 9px;
}
.landing-page .decision-note {
  border-radius: 0 8px 8px 0;
  padding: 15px;
}
.landing-page .decision-note b {
  font-size: 12px;
}
.landing-page .decision-note p {
  font-size: 11px;
}
.landing-page .project-bottom {
  font-size: 10px;
  padding: 11px 22px;
}
.landing-page .project-bottom a {
  width: 44px;
  height: 36px;
}
.landing-page .review-ticket {
  left: -20px;
  bottom: 18px;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 12px 28px #34304b10;
}
.landing-page .review-ticket b {
  font-size: 12px;
}
.landing-page .review-ticket small {
  font-size: 11px;
}
.landing-page .stage-caption {
  margin-top: 55px;
}
.partner-section {
  display: grid;
  grid-template-columns: 1fr 1fr 1.15fr;
  align-items: center;
  gap: 40px;
  padding: 30px 0;
  border-block: 1px solid #ddd9e3;
}
.partner-intro .eyebrow {
  font-size: 10px;
  margin: 0 0 8px;
}
.partner-intro h2 {
  font-size: 25px;
  letter-spacing: -0.6px;
  margin: 0;
}
.partner-link {
  display: flex;
  align-items: center;
  gap: 20px;
  justify-self: start;
  text-decoration: none;
  border-radius: 12px;
}
.partner-link img {
  width: 104px;
  height: 104px;
  object-fit: contain;
  border-radius: 13px;
  display: block;
  transition: transform 0.25s;
}
.partner-link:hover img {
  transform: translateY(-4px);
}
.partner-link > span {
  font-size: 13px;
  line-height: 1.8;
  max-width: 115px;
}
.partner-link > span > span {
  display: block;
  color: #6b578c;
  font-size: 22px;
}
.partner-audience {
  font-size: 14px;
  line-height: 1.8;
  color: var(--muted);
  margin: 0;
  max-width: 350px;
}
.landing-path {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
  padding: 28px 0;
}
.landing-path a {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 0;
  font-size: 13px;
  min-height: 48px;
  border-bottom: 1px solid #ded9e4;
  transition: border-color 0.2s;
}
.landing-path a:hover {
  border-color: #6b578c;
}
.landing-path span {
  font-size: 11px;
  color: #6b578c;
}
.landing-path b {
  font-size: 18px;
  font-weight: 400;
  margin-left: auto;
}
.landing-page .section {
  padding-block: 88px;
}
.landing-page .section-heading {
  gap: 48px;
  margin-bottom: 38px;
  align-items: end;
}
.landing-page h2 {
  font-size: clamp(30px, 3.2vw, 44px);
  line-height: 1.16;
  text-wrap: balance;
}
.landing-page .section-heading > p {
  font-size: 16px;
  line-height: 1.8;
  max-width: 390px;
}
.landing-page .value-section {
  padding-top: 64px;
}
.landing-page .value-grid {
  border: 0;
  gap: 20px;
}
.landing-page .value-grid article {
  border: 1px solid #e0dce7;
  border-radius: 14px;
  padding: 30px;
  background: #f0ecf5;
  transition:
    transform 0.25s,
    box-shadow 0.25s;
}
.landing-page .value-grid article:nth-child(2) {
  background: #e9f0f1;
  border-color: #dbe4e7;
}
.landing-page .value-grid article:nth-child(3) {
  background: #f2eae0;
  border-color: #e8dfd4;
}
.landing-page .value-grid article:hover {
  transform: translateY(-5px);
  box-shadow: 0 14px 30px #252d3d08;
}
.landing-page .value-index {
  margin-bottom: 30px;
  font-size: 12px;
}
.landing-page .value-grid h3 {
  font-size: 24px;
  line-height: 1.3;
}
.landing-page .value-grid p {
  font-size: 15px;
  line-height: 1.8;
}
.landing-page .value-result {
  font-size: 13px;
  line-height: 1.6;
}
.landing-page .method-section {
  background: #efebf3;
  border: 0;
}
.landing-page .method-interactive {
  gap: 48px;
}
.landing-page .method-tabs button {
  font-size: 21px;
  min-height: 80px;
}
.landing-page .method-panel {
  padding-left: 42px;
}
.landing-page .method-copy h3 {
  font-size: 29px;
}
.landing-page .method-copy > p {
  font-size: 16px;
  line-height: 1.8;
}
.landing-page .method-outcome {
  font-size: 14px;
  line-height: 1.7;
}
.landing-page .flow-node {
  font-size: 12px;
}
.landing-page .service-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  border: 0;
}
.landing-page .service-row {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 22px;
  padding: 30px;
  border: 1px solid #dfdbe6;
  border-radius: 14px;
  background: #fff;
  position: relative;
  transition:
    border-color 0.25s,
    box-shadow 0.25s;
}
.landing-page .service-row:hover {
  border-color: #9b8ec7;
  box-shadow: 0 12px 28px #252d3d08;
}
.landing-page .service-index {
  grid-column: 2;
  grid-row: 1;
  font-size: 12px;
  padding: 8px 0;
}
.landing-page .service-name {
  grid-column: 1;
  grid-row: 1;
}
.landing-page .service-name h3 {
  font-size: 21px;
  max-width: none;
  line-height: 1.3;
}
.landing-page .service-name .square-icon {
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  border-radius: 10px;
}
.landing-page .service-description {
  grid-column: 1/-1;
}
.landing-page .service-description h4 {
  font-size: 16px;
  font-weight: 600;
}
.landing-page .service-description p {
  font-size: 15px;
  line-height: 1.8;
}
.landing-page .service-duration {
  display: inline-block;
  font-size: 12px;
  padding: 5px 10px;
  margin-top: 6px;
  border-radius: 6px;
}
.landing-page .service-price {
  grid-column: 1/-1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  border-top: 1px solid #eeeaf2;
  padding-top: 22px;
  text-align: left;
}
.landing-page .service-price b {
  font-size: 15px;
  white-space: normal;
}
.landing-page .service-price a {
  font-size: 14px;
  margin: 0;
  min-height: 36px;
}
.landing-page .fine-print {
  font-size: 12px;
  margin-top: 22px;
}
.landing-page .workspace-section {
  background: #e7eff0;
  border: 0;
}
.landing-page .workspace-split {
  gap: 80px;
}
.landing-page .workspace-split > div > p:not(.eyebrow),
.landing-page .human-section p {
  font-size: 16px;
  line-height: 1.8;
}
.landing-page .plain-checks {
  font-size: 14px;
  gap: 17px;
}
.landing-page .report-preview {
  border-radius: 12px;
  box-shadow: 12px 16px 0 #b4d3d950;
}
.landing-page .report-line p {
  font-size: 14px;
}
.landing-page .report-label,
.landing-page .report-decision > span,
.landing-page .report-preview-top {
  font-size: 10px;
}
.landing-page .report-decision b {
  font-size: 16px;
  line-height: 1.5;
}
.landing-page .signature-line,
.landing-page .report-preview > small {
  font-size: 11px;
}
.landing-page .connector-tile {
  border-radius: 12px;
  padding: 22px 18px;
}
.landing-page .connector-tile h3 {
  font-size: 15px;
}
.landing-page .connector-tile div > span {
  font-size: 12px;
}
.landing-page .connector-caption,
.landing-page .connector-caption > a {
  font-size: 13px;
}
.landing-page .photo-frame {
  border-radius: 16px;
  overflow: hidden;
}
.landing-page .photo-credit {
  font-size: 10px;
  line-height: 1.7;
}
.landing-page .faq {
  border-top: 1px solid #ded9e4;
}
.landing-page .faq summary {
  font-size: 17px;
  padding-block: 24px;
  line-height: 1.5;
}
.landing-page .faq details p {
  font-size: 15px;
  line-height: 1.8;
}
.landing-page .contact-panel {
  border-radius: 20px;
  background: #eee9f3;
  padding: 52px;
  gap: 64px;
  border: 1px solid #ded4e9;
}
.landing-page .contact-panel p {
  font-size: 16px;
  line-height: 1.8;
}
.landing-page .contact-panel small {
  font-size: 12px;
  line-height: 1.8;
}
.landing-page .contact-promise {
  font-size: 14px;
}
.landing-page #contact-form label {
  font-size: 13px;
  line-height: 1.6;
}
.landing-page #contact-form :is(input, textarea, select) {
  font-size: 16px;
  border-radius: 8px;
  padding: 13px;
  background: #fff;
  border-color: #ccc3d8;
}
.landing-page #contact-form .btn {
  width: 100%;
  justify-content: space-between;
}
.landing-page .footer-invitation h2 {
  font-size: clamp(32px, 4vw, 50px);
}
.landing-page .footer-columns h3 {
  font-size: 14px;
}
.landing-page .footer-columns nav a,
.landing-page .footer-about p,
.landing-page .footer-contact p {
  font-size: 13px;
  line-height: 1.8;
}
.landing-page .footer-bottom small,
.landing-page .motion-toggle,
.landing-page .back-top {
  font-size: 11px;
}
@media (min-width: 961px) and (max-width: 1150px) {
  .landing-page .nav nav {
    gap: 16px;
    font-size: 12px;
  }
  .landing-page .nav-access {
    display: none;
  }
  .landing-page .abs-hero {
    gap: 40px;
  }
  .landing-page .abs-brand {
    font-size: 19px !important;
  }
}
@media (max-width: 960px) {
  .landing-page .wrap {
    width: calc(100% - 48px);
  }
  .landing-page .abs-hero {
    grid-template-columns: 1fr;
    gap: 40px;
    padding: 56px 0;
    min-height: 0;
  }
  .landing-page .hero-copy {
    max-width: 680px;
  }
  .landing-page .abs-hero h1 {
    font-size: 60px;
  }
  .landing-page .abs-hero .intro {
    max-width: 600px;
  }
  .landing-page .project-stage {
    width: min(580px, calc(100% - 32px));
    justify-self: center;
  }
  .landing-page .section-heading {
    gap: 25px;
  }
  .partner-section {
    gap: 24px;
    grid-template-columns: 1fr 1fr;
  }
  .partner-audience {
    grid-column: 1/-1;
    max-width: none;
  }
  .landing-page .workspace-split {
    gap: 40px;
  }
  .landing-page .contact-panel {
    padding: 32px;
    gap: 36px;
  }
  .landing-path {
    gap: 18px;
  }
  .landing-path a {
    font-size: 12px;
  }
  .landing-page .connector-tile {
    padding: 18px 14px;
  }
  .landing-page .connector-tile h3 {
    font-size: 13px;
  }
}
@media (max-width: 700px) {
  .landing-page .wrap {
    width: calc(100% - 40px);
  }
  .landing-page .nav {
    height: 74px;
    gap: 12px;
  }
  .landing-page .abs-brand {
    font-size: 19px !important;
  }
  .landing-page .nav-tools {
    gap: 10px;
  }
  .landing-page .language-switch {
    font-size: 11px;
  }
  .landing-page .bridge-logo {
    width: 30px;
    height: 30px;
  }
  .landing-page .nav nav {
    font-size: 16px;
  }
  .landing-page .abs-hero {
    padding: 40px 0 30px;
    gap: 30px;
  }
  .landing-page .abs-hero h1 {
    font-size: clamp(38px, 10.7vw, 54px);
  }
  .landing-page .abs-hero .eyebrow {
    font-size: 9px;
    margin-bottom: 20px;
  }
  .landing-page .abs-hero .intro {
    font-size: 16px;
  }
  .landing-page .abs-hero .actions {
    gap: 10px;
    margin-top: 25px;
    align-items: flex-start;
  }
  .landing-page .hero-footnote {
    font-size: 11px;
    margin-top: 18px;
  }
  .landing-page .project-stage {
    width: calc(100% - 12px);
    padding-top: 16px;
  }
  .landing-page .project-stage:before {
    inset: 0 -7px 15px;
    transform: rotate(-2deg);
  }
  .landing-page .project-content {
    padding: 21px 18px;
  }
  .landing-page .project-bar {
    padding: 14px;
  }
  .landing-page .project-window-brand {
    font-size: 10px;
  }
  .landing-page .preview-demo {
    font-size: 8px;
  }
  .landing-page .live-tasks > div {
    font-size: 11px;
    gap: 8px;
  }
  .landing-page .review-ticket {
    left: -5px;
    bottom: 15px;
    padding: 12px;
    gap: 9px;
  }
  .landing-page .stage-caption {
    font-size: 9px;
    gap: 12px;
  }
  .landing-page .review-ticket small {
    font-size: 10px;
  }
  .landing-page .section {
    padding-block: 60px;
  }
  .landing-page .section-heading > p {
    font-size: 15px;
  }
  .landing-page .eyebrow {
    font-size: 10px;
  }
  .partner-section {
    grid-template-columns: 1fr;
    padding: 26px 0;
    gap: 20px;
  }
  .partner-intro h2 {
    font-size: 24px;
  }
  .partner-link {
    gap: 22px;
  }
  .partner-link img {
    width: 88px;
    height: 88px;
  }
  .partner-link > span {
    max-width: none;
    font-size: 14px;
  }
  .partner-link > span > span {
    display: inline;
    margin-left: 14px;
  }
  .partner-audience {
    font-size: 14px;
  }
  .landing-path {
    grid-template-columns: 1fr;
    gap: 0;
    padding: 15px 0;
  }
  .landing-path a {
    font-size: 14px;
    padding: 16px 0;
  }
  .landing-page .value-grid {
    gap: 14px;
  }
  .landing-page .value-grid article {
    padding: 25px;
  }
  .landing-page .value-index {
    margin-bottom: 20px;
  }
  .landing-page .service-list {
    grid-template-columns: 1fr;
    gap: 15px;
  }
  .landing-page .service-row {
    padding: 24px;
    gap: 20px;
  }
  .landing-page .service-name h3 {
    font-size: 20px;
  }
  .landing-page .method-interactive {
    gap: 24px;
  }
  .landing-page .method-panel {
    padding: 0;
    border: 0;
  }
  .landing-page .method-tabs button {
    font-size: 17px;
    min-height: 68px;
  }
  .landing-page .method-copy h3 {
    font-size: 25px;
  }
  .landing-page .method-copy > p {
    font-size: 15px;
  }
  .landing-page .method-outcome {
    font-size: 13px;
  }
  .landing-page .workspace-split {
    gap: 36px;
  }
  .landing-page .report-preview {
    padding: 24px;
  }
  .landing-page .connector-tile {
    gap: 10px;
    padding: 18px 12px;
  }
  .landing-page .connector-tile h3 {
    font-size: 12px;
  }
  .landing-page .connector-tile div > span {
    font-size: 10px;
  }
  .landing-page .connector-caption {
    font-size: 12px;
  }
  .landing-page .contact-panel {
    padding: 25px 20px;
    border-radius: 14px;
    gap: 32px;
  }
  .landing-page .contact-panel h2 {
    font-size: 32px;
  }
  .landing-page .contact-panel p {
    font-size: 15px;
  }
  .landing-page .faq summary {
    font-size: 16px;
  }
  .landing-page .footer-columns nav a {
    font-size: 12px;
  }
  .landing-page .footer-bottom {
    gap: 20px 12px;
  }
  .landing-page .footer-bottom small,
  .landing-page .motion-toggle,
  .landing-page .back-top {
    font-size: 10px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .landing-page *,
  .landing-page *:before,
  .landing-page *:after {
    animation: none !important;
    transition: none !important;
    scroll-behavior: auto !important;
  }
}
/* Keep the decorative bridge halo within the page at intermediate widths. */
.landing-page .project-stage::before {
  inset: -12px -8px 4px;
  transform: rotate(-2deg);
}
