:root {
  --ink: #190826;
  --muted: #74647e;
  --line: #eadff0;
  --mist: #f4eaff;
  --mint: #ead9ff;
  --lavender: #f0e3ff;
  --purple-soft: #faf5ff;
  --purple-band: #e7d1ff;
  --violet: #6f00d9;
  --magenta: #d000ff;
  --plum: #2a063d;
  --soft: #fbf8ff;
  --white: #ffffff;
  --shadow: 0 28px 80px rgba(42, 6, 61, 0.14);
}

/* Recruitment */
.jobs-page {
  --jobs-ink: #171128;
  --jobs-violet: #6e2bd9;
  --jobs-blue: #256ef5;
  --jobs-soft: #f4f1ff;
  --jobs-line: #ded7ec;
  background: #ffffff;
}

.jobs-hero {
  overflow: hidden;
  background: linear-gradient(135deg, #ffffff 0%, #f4f0ff 58%, #edf4ff 100%);
}

.jobs-hero-inner {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(480px, 1.1fr);
  align-items: center;
  gap: clamp(40px, 7vw, 100px);
  min-height: 720px;
  max-width: 1320px;
  margin: 0 auto;
  padding: 90px 24px;
}

.jobs-kicker {
  color: var(--jobs-violet);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.jobs-hero-copy h1 {
  max-width: 720px;
  margin: 16px 0 28px;
  font-size: clamp(52px, 6.8vw, 92px);
  line-height: .96;
  letter-spacing: 0;
}

.jobs-hero-copy > p:not(.jobs-kicker) {
  max-width: 650px;
  color: #686276;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.7;
}

.jobs-hero-visual {
  min-width: 0;
}

.jobs-hero-visual img {
  display: block;
  width: 100%;
  aspect-ratio: 720 / 620;
  object-fit: cover;
  object-position: center;
  border-radius: 8px;
  box-shadow: 0 32px 80px rgba(41, 20, 80, .16);
}

.talent-board {
  position: relative;
  min-height: 520px;
  overflow: hidden;
  border: 1px solid var(--jobs-line);
  border-radius: 8px;
  background: rgba(255, 255, 255, .82);
  box-shadow: 0 32px 80px rgba(41, 20, 80, .16);
}

.talent-board::before {
  content: "";
  position: absolute;
  inset: 50px 0 0;
  background-image: linear-gradient(#ebe6f4 1px, transparent 1px), linear-gradient(90deg, #ebe6f4 1px, transparent 1px);
  background-size: 42px 42px;
  opacity: .45;
}

.talent-board-top {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  height: 50px;
  padding: 0 20px;
  border-bottom: 1px solid var(--jobs-line);
  color: #615a70;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 1px;
}

.talent-board-top span {
  margin-right: auto;
}

.talent-board-top i {
  width: 7px;
  height: 7px;
  margin-left: 7px;
  border-radius: 50%;
  background: #c9c2d7;
}

.talent-board-top i:last-child {
  background: var(--jobs-violet);
}

.talent-board svg {
  position: absolute;
  inset: 50px 0 0;
  width: 100%;
  height: calc(100% - 50px);
  fill: none;
  stroke: #9c81d8;
  stroke-width: 2;
  stroke-dasharray: 7 8;
  animation: flow 2.8s linear infinite;
}

.talent-core,
.talent-skill {
  position: absolute;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-radius: 8px;
  box-shadow: 0 12px 30px rgba(43, 20, 84, .14);
}

.talent-core {
  top: 50%;
  left: 50%;
  width: 190px;
  height: 190px;
  transform: translate(-50%, -43%);
  align-items: center;
  background: linear-gradient(145deg, #5420bd, #7a2de2 55%, #256ef5);
  color: #fff;
}

.talent-core span {
  display: grid;
  width: 66px;
  height: 66px;
  margin-bottom: 15px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, .5);
  border-radius: 50%;
  font-size: 25px;
  font-weight: 900;
}

.talent-core strong {
  font-size: 20px;
}

.talent-core small {
  margin-top: 5px;
  color: rgba(255, 255, 255, .72);
  font-size: 9px;
  font-weight: 800;
  text-transform: uppercase;
}

.talent-skill {
  width: 145px;
  min-height: 88px;
  padding: 15px;
  border: 1px solid var(--jobs-line);
  background: #fff;
}

.talent-skill span {
  color: var(--jobs-violet);
  font-size: 9px;
  font-weight: 900;
}

.talent-skill strong {
  margin: 7px 0 3px;
  font-size: 15px;
}

.talent-skill small {
  color: #817a8d;
  font-weight: 700;
}

.skill-one { top: 92px; left: 30px; }
.skill-two { top: 92px; right: 30px; }
.skill-three { bottom: 28px; left: 30px; }
.skill-four { right: 30px; bottom: 28px; }

.jobs-intro {
  display: grid;
  grid-template-columns: .3fr 1fr .8fr;
  align-items: end;
  gap: clamp(30px, 6vw, 85px);
  max-width: 1180px;
  margin: 0 auto;
}

.jobs-intro-number {
  color: transparent;
  font-size: clamp(90px, 13vw, 170px);
  font-weight: 900;
  line-height: .8;
  -webkit-text-stroke: 2px #d3c8e7;
}

.jobs-intro-copy h2,
.jobs-heading h2,
.jobs-culture-copy h2 {
  margin: 12px 0 18px;
  font-size: clamp(36px, 5vw, 64px);
}

.jobs-intro-copy > p:last-child {
  color: #6c6678;
  font-weight: 700;
  line-height: 1.7;
}

.jobs-stats {
  display: grid;
  gap: 1px;
  background: var(--jobs-line);
}

.jobs-stats div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 18px;
  background: #fff;
}

.jobs-stats strong {
  font-size: 14px;
}

.jobs-stats span {
  color: #7c7587;
  font-size: 11px;
  font-weight: 800;
}

.jobs-openings {
  background: var(--jobs-ink);
  color: #fff;
}

.jobs-heading,
.jobs-list {
  max-width: 1180px;
  margin-right: auto;
  margin-left: auto;
}

.jobs-heading {
  margin-bottom: 55px;
}

.jobs-heading h2 {
  max-width: 760px;
}

.jobs-list {
  border-top: 1px solid rgba(255, 255, 255, .16);
}

.job-card {
  display: grid;
  grid-template-columns: 60px minmax(0, 1fr) 125px;
  gap: 28px;
  padding: 42px 0;
  border-bottom: 1px solid rgba(255, 255, 255, .16);
}

.job-index {
  color: #9670ed;
  font-size: 12px;
  font-weight: 900;
}

.job-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.job-meta span {
  padding: 6px 9px;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 4px;
  color: #bdb5ca;
  font-size: 8px;
  font-weight: 900;
}

.job-main h3 {
  margin: 18px 0 14px;
  font-size: clamp(27px, 3.5vw, 44px);
}

.job-main > p {
  max-width: 800px;
  color: #bdb6c7;
  font-weight: 700;
  line-height: 1.7;
}

.job-impact {
  display: grid;
  grid-template-columns: 110px minmax(0, 1fr);
  gap: 18px;
  max-width: 850px;
  margin-top: 24px;
  padding: 16px 18px;
  border-left: 3px solid var(--jobs-violet);
  background: rgba(255, 255, 255, .05);
}

.job-impact strong {
  color: #a985f5;
  font-size: 10px;
  text-transform: uppercase;
}

.job-impact span {
  color: #d7d1df;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.55;
}

.job-details {
  display: grid;
  grid-template-columns: 1fr 1fr .82fr;
  gap: 28px;
  margin-top: 32px;
}

.job-details strong {
  color: #fff;
  font-size: 11px;
  text-transform: uppercase;
}

.job-details ul {
  display: grid;
  gap: 9px;
  margin: 13px 0 0;
  padding: 0;
  list-style: none;
}

.job-details li {
  position: relative;
  padding-left: 16px;
  color: #91899d;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.6;
}

.job-details li::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #8d5aea;
}

.job-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 13px;
}

.job-tags span {
  padding: 7px 9px;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 4px;
  color: #bdb5ca;
  font-size: 9px;
  font-weight: 800;
}

.job-apply {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  color: #fff;
  font-size: 12px;
  font-weight: 900;
  text-decoration: none;
}

.job-apply b {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border-radius: 50%;
  background: var(--jobs-violet);
  font-size: 15px;
  transition: transform .2s ease, background .2s ease;
}

.job-apply:hover b {
  transform: translate(3px, -3px);
  background: var(--jobs-blue);
}

.jobs-culture {
  max-width: 1180px;
  margin: 0 auto;
}

.jobs-culture-copy {
  max-width: 820px;
}

.jobs-culture-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  margin-top: 55px;
  background: var(--jobs-line);
}

.jobs-culture-grid article {
  min-height: 280px;
  padding: 34px;
  background: #fff;
}

.jobs-culture-grid span {
  color: var(--jobs-violet);
  font-size: 10px;
  font-weight: 900;
}

.jobs-culture-grid h3 {
  margin: 70px 0 15px;
  font-size: 22px;
}

.jobs-culture-grid p {
  color: #716a7d;
  font-weight: 700;
  line-height: 1.65;
}

.jobs-cta {
  background: linear-gradient(120deg, #eee8ff, #edf4ff);
}

.jobs-cta-inner {
  display: grid;
  grid-template-columns: 1.2fr .8fr auto;
  align-items: end;
  gap: clamp(28px, 6vw, 80px);
  max-width: 1180px;
  margin: 0 auto;
}

.jobs-cta h2 {
  max-width: 690px;
  margin-top: 12px;
  font-size: clamp(36px, 5vw, 62px);
}

.jobs-cta-inner > p {
  color: #6e6879;
  font-weight: 700;
  line-height: 1.7;
}

@media (max-width: 980px) {
  .jobs-hero-inner,
  .jobs-intro,
  .jobs-cta-inner {
    grid-template-columns: 1fr;
  }

  .jobs-hero-inner {
    padding-top: 70px;
  }

  .jobs-hero-visual {
    width: 100%;
    max-width: 680px;
  }

  .jobs-intro-number {
    font-size: 100px;
  }

  .jobs-culture-grid {
    grid-template-columns: 1fr;
  }

  .job-details {
    grid-template-columns: 1fr 1fr;
  }

  .job-details > div:last-child {
    grid-column: 1 / -1;
  }
}

@media (max-width: 680px) {
  .jobs-hero-copy h1 {
    font-size: 50px;
  }

  .talent-board {
    min-height: 460px;
  }

  .talent-core {
    width: 150px;
    height: 150px;
  }

  .talent-skill {
    width: 116px;
    padding: 12px;
  }

  .skill-one,
  .skill-three { left: 12px; }
  .skill-two,
  .skill-four { right: 12px; }

  .job-card {
    grid-template-columns: 38px minmax(0, 1fr);
    gap: 14px;
  }

  .job-apply {
    grid-column: 2;
    justify-content: flex-start;
  }

  .job-details {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .job-details > div:last-child {
    grid-column: auto;
  }

  .job-impact {
    grid-template-columns: 1fr;
    gap: 7px;
  }
}

/* Application form */
.application-page {
  background: #f6f3fb;
}

.application-shell {
  display: grid;
  grid-template-columns: minmax(320px, .75fr) minmax(560px, 1.25fr);
  max-width: 1280px;
  margin: 0 auto;
  padding: clamp(70px, 9vw, 115px) 24px;
}

.application-intro {
  padding: 50px clamp(32px, 5vw, 70px) 50px 0;
}

.application-back {
  display: inline-block;
  margin-bottom: 65px;
  color: #6e2bd9;
  font-size: 12px;
  font-weight: 900;
  text-decoration: none;
}

.application-intro h1 {
  max-width: 500px;
  margin: 15px 0 25px;
  font-size: clamp(52px, 6vw, 82px);
  line-height: .96;
}

.application-intro > p:not(.jobs-kicker) {
  max-width: 500px;
  color: #6d6679;
  font-weight: 700;
  line-height: 1.7;
}

.application-steps {
  display: grid;
  gap: 1px;
  max-width: 500px;
  margin-top: 55px;
  background: #dcd5e8;
}

.application-steps div {
  display: grid;
  grid-template-columns: 38px 1fr;
  padding: 18px;
  background: #fff;
}

.application-steps span {
  grid-row: 1 / span 2;
  color: #6e2bd9;
  font-size: 10px;
  font-weight: 900;
}

.application-steps strong {
  font-size: 14px;
}

.application-steps small {
  margin-top: 4px;
  color: #857e91;
  font-weight: 700;
}

.application-panel {
  padding: clamp(30px, 5vw, 58px);
  border: 1px solid #ddd6e9;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 30px 80px rgba(44, 24, 75, .12);
}

.application-panel-heading {
  padding-bottom: 30px;
  border-bottom: 1px solid #e5dfec;
}

.application-panel-heading > span {
  color: #6e2bd9;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 1px;
}

.application-panel-heading h2 {
  margin: 10px 0 8px;
  font-size: clamp(30px, 4vw, 46px);
}

.application-panel-heading p {
  color: #81798c;
  font-size: 13px;
  font-weight: 700;
}

.application-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px 20px;
  margin-top: 32px;
}

.application-field {
  min-width: 0;
}

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

.application-field > label:first-child {
  display: block;
  margin-bottom: 9px;
  color: #2a2235;
  font-size: 11px;
  font-weight: 900;
}

.application-field input:not([type="file"]),
.application-field select {
  width: 100%;
  height: 52px;
  padding: 0 15px;
  border: 1px solid #d9d2e3;
  border-radius: 5px;
  outline: none;
  background: #fbfaff;
  color: #20182c;
  font: 700 14px Inter, Arial, sans-serif;
  transition: border-color .2s ease, box-shadow .2s ease, background .2s ease;
}

.application-field input:focus,
.application-field select:focus {
  border-color: #7440dc;
  background: #fff;
  box-shadow: 0 0 0 3px rgba(110, 43, 217, .1);
}

.application-field input.is-invalid,
.application-field select.is-invalid {
  border-color: #c33b64;
}

.field-error {
  display: block;
  min-height: 16px;
  margin-top: 6px;
  color: #b82f58;
  font-size: 10px;
  font-weight: 800;
}

.cv-dropzone {
  position: relative;
  display: grid;
  grid-template-columns: 56px 1fr;
  min-height: 112px;
  padding: 22px;
  align-items: center;
  border: 1px dashed #a58bcf;
  border-radius: 6px;
  background: linear-gradient(120deg, #faf8ff, #f2f6ff);
  cursor: pointer;
  transition: border-color .2s ease, background .2s ease;
}

.cv-dropzone:hover {
  border-color: #6e2bd9;
  background: #f5f0ff;
}

.cv-dropzone input {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  opacity: 0;
}

.cv-icon {
  display: grid;
  grid-row: 1 / span 2;
  width: 42px;
  height: 52px;
  place-items: center;
  border-radius: 5px;
  background: #6e2bd9;
  color: #fff;
  font-size: 10px;
  font-weight: 900;
}

.cv-dropzone strong {
  color: #251d31;
  font-size: 14px;
}

.cv-dropzone small {
  margin-top: 5px;
  color: #81788e;
  font-weight: 700;
}

.application-consent {
  display: grid;
  grid-template-columns: 20px 1fr;
  gap: 10px;
  align-items: start;
}

.application-consent input {
  width: 18px;
  height: 18px;
  margin: 2px 0 0;
  accent-color: #6e2bd9;
}

.application-consent label {
  color: #686071;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.55;
}

.application-consent .field-error {
  grid-column: 2;
  margin-top: -6px;
}

.application-submit {
  display: flex;
  align-items: center;
  gap: 22px;
  padding-top: 10px;
}

.application-submit p {
  max-width: 360px;
  color: #8b8494;
  font-size: 10px;
  font-weight: 700;
  line-height: 1.5;
}

.application-status {
  display: none;
  padding: 15px 18px;
  border-radius: 5px;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.5;
}

.application-status.is-error,
.application-status.is-success {
  display: block;
}

.application-status.is-error {
  border: 1px solid #edb6c7;
  background: #fff2f6;
  color: #9c2348;
}

.application-status.is-success {
  border: 1px solid #b8ccef;
  background: #eff5ff;
  color: #24529a;
}

@media (max-width: 980px) {
  .application-shell {
    grid-template-columns: 1fr;
  }

  .application-intro {
    padding-right: 0;
  }

  .application-back {
    margin-bottom: 35px;
  }
}

@media (max-width: 680px) {
  .application-shell {
    padding-right: 16px;
    padding-left: 16px;
  }

  .application-form {
    grid-template-columns: 1fr;
  }

  .application-field-wide {
    grid-column: auto;
  }

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

/* Project discovery form */
.project-form-page {
  min-height: 100vh;
  overflow-x: hidden;
  background: linear-gradient(135deg, #fbfaff 0%, #f2edff 52%, #edf4ff 100%);
}

.project-form-header {
  position: fixed;
  z-index: 20;
  top: 0;
  right: 0;
  left: 0;
  display: grid;
  grid-template-columns: 110px minmax(160px, 420px) 48px;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  height: 82px;
  padding: 0 clamp(20px, 4vw, 58px);
  border-bottom: 1px solid rgba(83, 49, 125, .1);
  background: rgba(255, 255, 255, .78);
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
}

.project-form-header img {
  display: block;
  width: 82px;
  height: 60px;
  object-fit: contain;
}

.project-progress {
  width: 100%;
  height: 5px;
  overflow: hidden;
  border-radius: 3px;
  background: #e4dced;
}

.project-progress span {
  display: block;
  width: 12.5%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #6e2bd9, #2875f5);
  transition: width .35s ease;
}

.project-form-close {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid #d9d0e5;
  border-radius: 50%;
  color: #271c36;
  background: #fff;
  font-size: 25px;
  line-height: 1;
  text-decoration: none;
}

.project-form-main {
  min-height: 100vh;
  padding: 112px 24px 100px;
}

.project-form {
  position: relative;
  max-width: 940px;
  min-height: calc(100vh - 212px);
  margin: 0 auto;
}

.project-step {
  display: none;
  min-height: calc(100vh - 245px);
  align-items: center;
  animation: project-step-in .35s ease both;
}

.project-step.is-active {
  display: flex;
}

.project-step-content {
  width: 100%;
}

.project-step-count {
  margin-bottom: 20px;
  color: #6e2bd9;
  font-size: 12px;
  font-weight: 900;
}

.project-step-count span {
  color: #9d94aa;
}

.project-context {
  display: inline-block;
  margin-bottom: 14px;
  padding: 7px 10px;
  border: 1px solid #d6c8ed;
  border-radius: 4px;
  color: #6e2bd9;
  background: rgba(255, 255, 255, .7);
  font-size: 10px;
  font-weight: 900;
  text-transform: uppercase;
}

.project-step h1,
.project-step h2 {
  max-width: 880px;
  font-size: clamp(38px, 6vw, 68px);
  line-height: 1.02;
  letter-spacing: 0;
}

.project-question-help {
  max-width: 720px;
  margin: 18px 0 30px;
  color: #70687c;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.65;
}

.project-options {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.project-options label {
  position: relative;
  cursor: pointer;
}

.project-options input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.project-options label > span {
  display: grid;
  grid-template-columns: 34px 1fr;
  min-height: 94px;
  padding: 17px;
  align-items: center;
  border: 1px solid #d8cde8;
  border-radius: 7px;
  background: rgba(255, 255, 255, .78);
  box-shadow: 0 8px 24px rgba(52, 29, 82, .04);
  transition: border-color .18s ease, background .18s ease, transform .18s ease;
}

.project-options label:hover > span {
  transform: translateY(-2px);
  border-color: #9b77d8;
}

.project-options input:checked + span {
  border-color: #6e2bd9;
  background: #f2eaff;
  box-shadow: inset 0 0 0 1px #6e2bd9;
}

.project-options b {
  display: grid;
  width: 25px;
  height: 25px;
  place-items: center;
  border: 1px solid #bea9df;
  border-radius: 4px;
  color: #6e2bd9;
  background: #fff;
  font-size: 10px;
}

.project-options strong {
  font-size: 14px;
}

.project-options small {
  grid-column: 2;
  margin-top: -18px;
  color: #81798c;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.45;
}

.project-options-compact label > span {
  min-height: 64px;
}

.project-long-answer {
  display: block;
  width: 100%;
  min-height: 210px;
  padding: 20px;
  resize: vertical;
  border: 1px solid #cfc2df;
  border-radius: 7px;
  outline: none;
  background: rgba(255, 255, 255, .82);
  color: #21172e;
  font: 700 16px/1.65 Inter, Arial, sans-serif;
}

.project-long-answer:focus {
  border-color: #6e2bd9;
  box-shadow: 0 0 0 3px rgba(110, 43, 217, .1);
}

.project-character-count {
  display: block;
  margin-top: 8px;
  color: #898092;
  text-align: right;
  font-weight: 700;
}

.project-contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.project-contact-grid label > span {
  display: block;
  margin-bottom: 8px;
  color: #3a3045;
  font-size: 11px;
  font-weight: 900;
}

.project-contact-grid input:not([type="checkbox"]) {
  width: 100%;
  height: 54px;
  padding: 0 15px;
  border: 1px solid #cfc2df;
  border-radius: 6px;
  outline: none;
  background: rgba(255, 255, 255, .84);
  color: #20162d;
  font: 700 14px Inter, Arial, sans-serif;
}

.project-contact-grid input:focus {
  border-color: #6e2bd9;
  box-shadow: 0 0 0 3px rgba(110, 43, 217, .1);
}

.project-contact-wide,
.project-project-consent {
  grid-column: 1 / -1;
}

.project-project-consent {
  display: grid;
  grid-template-columns: 20px 1fr;
  gap: 10px;
  align-items: start;
  color: #686071;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.5;
}

.project-project-consent input {
  width: 18px;
  height: 18px;
  accent-color: #6e2bd9;
}

.project-form-controls {
  position: fixed;
  z-index: 15;
  right: clamp(20px, 4vw, 58px);
  bottom: 28px;
  display: flex;
  gap: 10px;
  align-items: center;
}

.project-prev {
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  border: 1px solid #d1c6df;
  border-radius: 50%;
  color: #30243d;
  background: #fff;
  font-size: 18px;
  cursor: pointer;
}

.project-prev:disabled {
  opacity: .35;
  cursor: default;
}

.project-next {
  min-width: 135px;
}

.project-form-error {
  position: fixed;
  z-index: 15;
  bottom: 35px;
  left: clamp(20px, 4vw, 58px);
  color: #a82b50;
  font-size: 12px;
  font-weight: 900;
}

.project-success {
  text-align: center;
}

.project-success .project-step-content {
  max-width: 780px;
  margin: 0 auto;
}

.project-success-mark {
  display: grid;
  width: 72px;
  height: 72px;
  margin: 0 auto 26px;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: linear-gradient(145deg, #6e2bd9, #2875f5);
  font-size: 30px;
  font-weight: 900;
}

.project-success h2 {
  margin: 14px auto 18px;
}

.project-success > .project-step-content > p:not(.jobs-kicker):not(.project-static-note) {
  color: #6d6578;
  font-weight: 700;
}

.project-summary {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
  margin: 35px 0;
  background: #d9d0e5;
  text-align: left;
}

.project-summary div {
  padding: 16px;
  background: rgba(255, 255, 255, .88);
}

.project-summary span,
.project-summary strong {
  display: block;
}

.project-summary span {
  margin-bottom: 6px;
  color: #81778d;
  font-size: 9px;
  font-weight: 900;
  text-transform: uppercase;
}

.project-summary strong {
  font-size: 12px;
  line-height: 1.45;
}

.project-static-note {
  margin-bottom: 24px;
  color: #8b8294;
  font-size: 10px;
  font-weight: 700;
}

@keyframes project-step-in {
  from { opacity: 0; transform: translateY(16px); }
  to { opacity: 1; transform: translateY(0); }
}

@media (max-width: 700px) {
  .project-form-header {
    grid-template-columns: 75px 1fr 42px;
    gap: 14px;
    height: 70px;
    padding: 0 16px;
  }

  .project-form-header img {
    width: 68px;
    height: 50px;
  }

  .project-form-main {
    padding: 96px 16px 115px;
  }

  .project-step {
    min-height: auto;
  }

  .project-options,
  .project-contact-grid,
  .project-summary {
    grid-template-columns: 1fr;
  }

  .project-contact-wide,
  .project-project-consent {
    grid-column: auto;
  }

  .project-form-controls {
    right: 16px;
    bottom: 18px;
  }

  .project-form-error {
    right: 16px;
    bottom: 76px;
    left: 16px;
    text-align: right;
  }
}

/* AI watch signup */
.watch-signup-page {
  --watch-ink: #171722;
  --watch-violet: #6e2bd9;
  --watch-blue: #2875f5;
  --watch-lime: #c7ef62;
  --watch-line: #ddd8e7;
  background: #f7f5fa;
}

.watch-signup-shell {
  display: grid;
  grid-template-columns: minmax(340px, .8fr) minmax(570px, 1.2fr);
  max-width: 1300px;
  margin: 0 auto;
  padding: clamp(70px, 8vw, 110px) 24px;
}

.watch-signup-intro {
  padding: 50px clamp(34px, 6vw, 82px) 50px 0;
}

.watch-signup-back {
  display: inline-block;
  margin-bottom: 62px;
  color: var(--watch-violet);
  font-size: 12px;
  font-weight: 900;
  text-decoration: none;
}

.watch-signup-kicker {
  color: var(--watch-violet);
  font-size: 10px;
  font-weight: 900;
  text-transform: uppercase;
}

.watch-signup-intro h1 {
  max-width: 580px;
  margin: 15px 0 25px;
  font-size: clamp(48px, 6vw, 78px);
  line-height: .98;
}

.watch-signup-intro > p:not(.watch-signup-kicker) {
  max-width: 530px;
  color: #6d6875;
  font-weight: 700;
  line-height: 1.7;
}

.watch-preview {
  max-width: 450px;
  margin-top: 48px;
  overflow: hidden;
  border: 1px solid #d8d1e3;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 24px 60px rgba(38, 24, 59, .1);
}

.watch-preview-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px;
  color: #fff;
  background: var(--watch-ink);
}

.watch-preview-top span {
  color: var(--watch-lime);
  font-size: 8px;
  font-weight: 900;
  letter-spacing: 1px;
}

.watch-preview-topic {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 15px 18px;
  border-bottom: 1px solid #eeeaf2;
  color: #393241;
  font-size: 12px;
  font-weight: 800;
}

.watch-preview-topic i {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--watch-violet);
}

.watch-preview-topic:nth-child(3) i {
  background: var(--watch-blue);
}

.watch-preview-topic:nth-child(4) i {
  background: #64a854;
}

.watch-preview-footer {
  display: flex;
  align-items: baseline;
  gap: 7px;
  padding: 16px 18px;
  background: #f8f5fd;
}

.watch-preview-footer strong {
  color: var(--watch-violet);
  font-size: 20px;
}

.watch-preview-footer span {
  color: #7e7787;
  font-size: 10px;
  font-weight: 800;
}

.watch-signup-panel {
  padding: clamp(32px, 5vw, 58px);
  border: 1px solid var(--watch-line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 30px 80px rgba(40, 24, 64, .12);
}

.watch-signup-heading {
  padding-bottom: 30px;
  border-bottom: 1px solid #e8e3ed;
}

.watch-signup-heading > span {
  color: var(--watch-violet);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 1px;
}

.watch-signup-heading h2 {
  margin: 10px 0 8px;
  font-size: clamp(32px, 4vw, 48px);
}

.watch-signup-heading p {
  color: #817a89;
  font-size: 12px;
  font-weight: 700;
}

.watch-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px 18px;
  margin-top: 32px;
}

.watch-field {
  min-width: 0;
  padding: 0;
  border: 0;
}

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

.watch-field > label:first-child,
.watch-field legend {
  display: block;
  margin-bottom: 9px;
  color: #30283a;
  font-size: 11px;
  font-weight: 900;
}

.watch-field input:not([type="checkbox"]):not([type="radio"]),
.watch-field select {
  width: 100%;
  height: 52px;
  padding: 0 14px;
  border: 1px solid #d9d3e2;
  border-radius: 5px;
  outline: none;
  background: #fbfaff;
  color: #211a29;
  font: 700 13px Inter, Arial, sans-serif;
}

.watch-field input:focus,
.watch-field select:focus {
  border-color: var(--watch-violet);
  background: #fff;
  box-shadow: 0 0 0 3px rgba(110, 43, 217, .1);
}

.watch-field input.is-invalid,
.watch-field select.is-invalid {
  border-color: #bd3d61;
}

.watch-field > small,
.watch-consent > small {
  display: block;
  min-height: 15px;
  margin-top: 6px;
  color: #ad2d53;
  font-size: 10px;
  font-weight: 800;
}

.watch-topic-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 9px;
}

.watch-topic-grid label {
  position: relative;
  cursor: pointer;
}

.watch-topic-grid input,
.watch-frequency-options input {
  position: absolute;
  opacity: 0;
}

.watch-topic-grid span {
  display: flex;
  min-height: 48px;
  padding: 11px 13px;
  align-items: center;
  border: 1px solid #dbd4e5;
  border-radius: 5px;
  color: #5d5567;
  background: #fbfaff;
  font-size: 11px;
  font-weight: 800;
}

.watch-topic-grid input:checked + span {
  border-color: var(--watch-violet);
  color: #4e1fa2;
  background: #f1e9ff;
  box-shadow: inset 0 0 0 1px var(--watch-violet);
}

.watch-frequency-options {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.watch-frequency-options label {
  position: relative;
  cursor: pointer;
}

.watch-frequency-options label > span {
  display: block;
  min-height: 88px;
  padding: 16px;
  border: 1px solid #dbd4e5;
  border-radius: 5px;
  background: #fbfaff;
}

.watch-frequency-options strong,
.watch-frequency-options small {
  display: block;
}

.watch-frequency-options strong {
  margin-bottom: 6px;
  color: #342b3e;
  font-size: 12px;
}

.watch-frequency-options small {
  color: #827a8b;
  font-size: 10px;
  font-weight: 700;
  line-height: 1.45;
}

.watch-frequency-options input:checked + span {
  border-color: var(--watch-violet);
  background: #f1e9ff;
  box-shadow: inset 0 0 0 1px var(--watch-violet);
}

.watch-consent {
  display: grid;
  grid-template-columns: 20px 1fr;
  gap: 10px;
  align-items: start;
}

.watch-consent input {
  width: 18px;
  height: 18px;
  accent-color: var(--watch-violet);
}

.watch-consent label {
  color: #6b6473;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.55;
}

.watch-consent > small {
  grid-column: 2;
  margin-top: -5px;
}

.watch-submit {
  display: flex;
  align-items: center;
  gap: 20px;
}

.watch-submit p {
  color: #89818f;
  font-size: 10px;
  font-weight: 700;
}

.watch-status {
  display: none;
  padding: 14px 17px;
  border-radius: 5px;
  font-size: 11px;
  font-weight: 800;
  line-height: 1.5;
}

.watch-status.is-error,
.watch-status.is-success {
  display: block;
}

.watch-status.is-error {
  border: 1px solid #edb7c7;
  color: #9d2448;
  background: #fff2f6;
}

.watch-status.is-success {
  border: 1px solid #b7d0ef;
  color: #245196;
  background: #eef5ff;
}

@media (max-width: 980px) {
  .watch-signup-shell {
    grid-template-columns: 1fr;
  }

  .watch-signup-intro {
    padding-right: 0;
  }

  .watch-signup-back {
    margin-bottom: 34px;
  }
}

@media (max-width: 680px) {
  .watch-signup-shell {
    padding-right: 16px;
    padding-left: 16px;
  }

  .watch-form,
  .watch-topic-grid,
  .watch-frequency-options {
    grid-template-columns: 1fr;
  }

  .watch-field-wide {
    grid-column: auto;
  }

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

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  font-family: Inter, Arial, sans-serif;
  background: linear-gradient(180deg, #ffffff 0%, var(--purple-soft) 48%, #ffffff 100%);
}

a {
  color: inherit;
  text-decoration: none;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 28px;
  min-height: 72px;
  padding: 12px clamp(20px, 7vw, 112px);
  background: rgba(255, 252, 255, 0.92);
  border-bottom: 1px solid rgba(234, 223, 240, 0.88);
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  line-height: 1;
}

.brand-logo {
  display: block;
  width: 112px;
  height: auto;
  max-height: 64px;
}

footer .brand-logo {
  width: 126px;
  height: auto;
  max-height: 102px;
}


.main-nav {
  display: flex;
  justify-content: center;
  gap: clamp(18px, 3vw, 38px);
  font-size: 14px;
  font-weight: 800;
}

.main-nav a {
  color: var(--plum);
}

.nav-dropdown {
  position: relative;
}

.nav-dropdown-toggle {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 0;
  border: 0;
  color: var(--plum);
  background: transparent;
  font: inherit;
  font-weight: inherit;
  cursor: pointer;
}

.nav-dropdown-toggle span {
  width: 8px;
  height: 8px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: translateY(-2px) rotate(45deg);
  transition: transform 180ms ease;
}

.nav-dropdown-menu {
  position: absolute;
  top: calc(100% + 20px);
  left: 50%;
  z-index: 30;
  display: grid;
  width: 250px;
  padding: 10px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: var(--shadow);
  opacity: 0;
  visibility: hidden;
  transform: translate(-50%, 10px);
  transition: opacity 180ms ease, transform 180ms ease, visibility 180ms ease;
}

.nav-dropdown-menu::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 100%;
  left: 0;
  height: 22px;
}

.nav-dropdown-menu a {
  padding: 13px 14px;
  border-radius: 6px;
  font-size: 13px;
}

.nav-dropdown-menu a:hover,
.nav-dropdown-menu a:focus-visible {
  color: var(--violet);
  background: var(--mist);
  outline: none;
}

.nav-dropdown-menu a.is-current {
  color: var(--violet);
  background: var(--mist);
}

.nav-dropdown:hover .nav-dropdown-menu,
.nav-dropdown:focus-within .nav-dropdown-menu,
.nav-dropdown.is-open .nav-dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, 0);
}

.nav-dropdown:hover .nav-dropdown-toggle span,
.nav-dropdown:focus-within .nav-dropdown-toggle span,
.nav-dropdown.is-open .nav-dropdown-toggle span {
  transform: translateY(2px) rotate(225deg);
}

.header-actions,
.hero-actions {
  display: flex;
  gap: 12px;
  align-items: center;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 24px;
  border-radius: 999px;
  border: 1px solid transparent;
  font-size: 14px;
  font-weight: 900;
  white-space: nowrap;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.btn:hover {
  transform: translateY(-2px);
}

.btn-dark {
  color: var(--white);
  background: var(--plum);
  box-shadow: 0 12px 24px rgba(42, 6, 61, 0.22);
}

.btn-soft {
  background: var(--mist);
}

.btn-outline {
  border-color: var(--ink);
  background: var(--white);
}

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 50%;
  background: var(--mist);
}

.nav-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  margin: 5px auto;
  background: var(--ink);
}

.hero {
  overflow: hidden;
  background: linear-gradient(145deg, #ffffff 0%, #faf4ff 38%, var(--lavender) 72%, var(--purple-band) 100%);
}

.hero-inner {
  max-width: 1120px;
  margin: 0 auto;
  padding: clamp(64px, 8vw, 118px) 24px 0;
}

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

.eyebrow,
.section-kicker {
  margin: 0 0 24px;
  color: var(--plum);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: 16px;
}

.eyebrow span {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: radial-gradient(circle at 60% 35%, var(--violet) 0 18%, transparent 19%), var(--mist);
  box-shadow: inset 0 0 0 10px rgba(255, 255, 255, 0.65);
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: 880px;
  margin-bottom: 24px;
  font-size: clamp(44px, 7vw, 76px);
  line-height: 1.08;
  font-weight: 900;
}

.hero-text {
  max-width: 820px;
  margin-bottom: 32px;
  color: var(--muted);
  font-size: clamp(17px, 2vw, 21px);
  line-height: 1.65;
  font-weight: 700;
}

.hero-media {
  max-width: 850px;
  margin: 70px auto -44px;
  border-radius: 38px 38px 0 0;
  filter: drop-shadow(0 36px 70px rgba(42, 6, 61, 0.2));
  overflow: hidden;
  background: var(--white);
}

.hero-media img {
  display: block;
  width: 100%;
}

.hero-video {
  border: 1px solid rgba(111, 0, 217, 0.2);
}

.video-topbar {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 48px;
  padding: 0 20px;
  background: var(--plum);
  color: var(--white);
  font-size: 13px;
  font-weight: 900;
}

.video-topbar span {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--violet);
  box-shadow: 22px 0 0 var(--magenta), 44px 0 0 var(--lavender);
}

.section-pad {
  padding: clamp(64px, 9vw, 118px) clamp(20px, 7vw, 112px);
}

.logos {
  text-align: center;
}

.logos p {
  margin-bottom: 36px;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.logo-carousel {
  width: 100%;
  overflow: hidden;
  padding: 12px 0;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
  mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
}

.logo-row {
  display: flex;
  width: max-content;
  align-items: center;
  color: #a4a9b0;
  font-size: clamp(20px, 3vw, 31px);
  font-weight: 900;
  animation: logo-scroll 26s linear infinite;
  will-change: transform;
}

.logo-carousel:hover .logo-row {
  animation-play-state: paused;
}

.logo-set {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  gap: 48px;
  padding-right: 48px;
}

.client-logo {
  display: flex;
  flex: 0 0 150px;
  width: 150px;
  height: 48px;
  align-items: center;
  justify-content: center;
}

.client-logo img {
  display: block;
  max-width: 100%;
  max-height: 42px;
  object-fit: contain;
}

.client-logo-tall img {
  max-height: 48px;
}

.client-logo-round img {
  max-height: 54px;
}

@keyframes logo-scroll {
  to {
    transform: translateX(-50%);
  }
}

@media (prefers-reduced-motion: reduce) {
  .logo-carousel {
    overflow-x: auto;
    mask-image: none;
    -webkit-mask-image: none;
  }

  .logo-row {
    animation: none;
  }

  .logo-set[aria-hidden="true"] {
    display: none;
  }
}

.stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  max-width: 1120px;
  margin: 0 auto;
}

.stats div {
  min-height: 132px;
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--soft);
}

.stats strong {
  display: block;
  margin-bottom: 10px;
  font-size: clamp(34px, 4vw, 50px);
  font-weight: 900;
}

.stats span {
  color: var(--muted);
  font-weight: 800;
}

.section-heading {
  max-width: 760px;
  margin: 0 auto 42px;
  text-align: center;
}

.section-heading h2,
.cta h2 {
  font-size: clamp(34px, 5vw, 58px);
  line-height: 1.1;
  font-weight: 900;
}

.services {
  background: linear-gradient(180deg, #ffffff, var(--purple-soft));
}

.service-grid,
.article-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  max-width: 1120px;
  margin: 0 auto;
}

.service-card,
.article-card,
.step {
  min-height: 240px;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
}

.service-card:hover,
.article-card:hover,
.project-card:hover {
  box-shadow: var(--shadow);
  transform: translateY(-4px);
}

.service-card,
.article-card,
.project-card {
  transition: transform 220ms ease, box-shadow 220ms ease;
}

.service-card {
  display: flex;
  flex-direction: column;
  color: var(--ink);
  text-decoration: none;
}

.service-card > strong {
  margin-top: auto;
  padding-top: 24px;
  color: var(--violet);
  font-size: 11px;
  font-weight: 900;
}

.icon-chip,
.step span {
  display: inline-flex;
  width: 46px;
  height: 46px;
  align-items: center;
  justify-content: center;
  margin-bottom: 34px;
  color: var(--violet);
  background: var(--mist);
  border-radius: 50%;
  font-weight: 900;
}

.service-card h3,
.project-card h3,
.article-card h3,
.step h3 {
  font-size: 22px;
  line-height: 1.2;
  font-weight: 900;
}

.service-card p,
.project-card span,
.step p,
.faq-item p,
footer p {
  color: var(--muted);
  line-height: 1.7;
  font-weight: 700;
}

.projects {
  background: linear-gradient(180deg, var(--purple-band), #ffffff);
}

.project-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  max-width: 1120px;
  margin: 0 auto;
}

.project-card {
  position: relative;
  min-height: 300px;
  padding: 34px;
  overflow: hidden;
  border: 1px solid rgba(111, 0, 217, .1);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 18px 50px rgba(24, 25, 34, 0.08);
}

.project-card::after {
  content: "";
  position: absolute;
  right: -45px;
  bottom: -55px;
  width: 150px;
  height: 150px;
  border: 22px solid currentColor;
  border-radius: 50%;
  opacity: .06;
}

.project-finance { color: #244fc7; }
.project-education { color: #7a2ad8; }
.project-energy { color: #16816e; }
.project-insurance { color: #4963b8; }
.project-retail { color: #a92a76; }
.project-logistics { color: #315c9e; }

.project-card h3 {
  margin-top: 38px;
}

.project-card p,
.article-card span {
  color: var(--violet);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.project-card a {
  position: absolute;
  right: 28px;
  bottom: 28px;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  color: var(--white);
  background: currentColor;
  border-radius: 50%;
  font-size: 18px;
  text-decoration: none;
}

.steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  max-width: 1120px;
  margin: 0 auto;
}

.articles {
  background: linear-gradient(180deg, #ffffff, #f5eaff);
}

.article-grid {
  grid-template-columns: repeat(3, 1fr);
}

.article-card {
  min-height: 220px;
}

.faq-list {
  max-width: 860px;
  margin: 0 auto;
}

.faq-item {
  width: 100%;
  margin-bottom: 12px;
  padding: 24px 28px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  color: var(--ink);
  text-align: left;
  font: inherit;
  cursor: pointer;
}

.faq-item span {
  display: inline-block;
  max-width: calc(100% - 42px);
  font-weight: 900;
}

.faq-item small {
  float: right;
  font-size: 22px;
  font-weight: 900;
}

.faq-item p {
  display: none;
  margin: 18px 0 0;
}

.faq-item.is-open p {
  display: block;
}

.cta {
  background: linear-gradient(135deg, var(--plum) 0%, var(--violet) 52%, var(--magenta) 100%);
}

.cta-inner {
  max-width: 980px;
  margin: 0 auto;
  padding: clamp(44px, 7vw, 84px);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.94);
  text-align: center;
  box-shadow: var(--shadow);
}

footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 32px clamp(20px, 7vw, 112px);
  border-top: 1px solid var(--line);
  background: linear-gradient(90deg, #ffffff, var(--purple-soft));
}

footer p {
  margin-bottom: 0;
}

.footer-links {
  display: flex;
  align-items: center;
  gap: 20px;
}

.footer-links a {
  color: var(--ink);
  font-size: 0.88rem;
  font-weight: 700;
  text-decoration: none;
}

.footer-links a:hover,
.footer-links a:focus-visible,
.footer-links a.is-current {
  color: var(--violet);
}

[hidden],
.form-honeypot {
  display: none !important;
}

.legal-hero {
  background: linear-gradient(145deg, #ffffff 0%, #f6f3ff 55%, #e9e3ff 100%);
}

.legal-hero-inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: clamp(90px, 12vw, 150px) 24px clamp(58px, 8vw, 92px);
}

.legal-hero-inner h1 {
  max-width: 850px;
  margin: 12px 0 20px;
  font-size: clamp(3rem, 8vw, 7rem);
  line-height: 0.95;
}

.legal-hero-inner > p:last-child {
  max-width: 680px;
  color: #5d6475;
  font-size: clamp(1rem, 2vw, 1.25rem);
  line-height: 1.7;
}

.legal-content {
  max-width: 1040px;
  margin: 0 auto;
}

.legal-content article {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr);
  gap: clamp(22px, 5vw, 58px);
  padding: 42px 0;
  border-bottom: 1px solid var(--line);
}

.legal-content article > span {
  color: var(--violet);
  font-weight: 900;
}

.legal-content h2 {
  margin: 0 0 18px;
  font-size: clamp(1.55rem, 3vw, 2.35rem);
}

.legal-content p {
  max-width: 780px;
  color: #555d70;
  line-height: 1.75;
}

.legal-content a {
  color: var(--violet);
  font-weight: 700;
}

.legal-content dl {
  margin: 28px 0 0;
  border-top: 1px solid var(--line);
}

.legal-content dl div {
  display: grid;
  grid-template-columns: minmax(180px, 0.35fr) minmax(0, 1fr);
  gap: 24px;
  padding: 16px 0;
  border-bottom: 1px solid var(--line);
}

.legal-content dt {
  font-weight: 800;
}

.legal-content dd {
  margin: 0;
  color: #5d6475;
}

.legal-notice {
  padding: 16px 18px;
  border-left: 3px solid var(--violet);
  background: var(--purple-soft);
}

@media (max-width: 640px) {
  .legal-content article {
    grid-template-columns: 1fr;
  }

  .legal-content dl div {
    grid-template-columns: 1fr;
    gap: 6px;
  }
}

.service-hero {
  overflow: hidden;
  background: linear-gradient(145deg, #ffffff 0%, #faf4ff 38%, var(--lavender) 72%, var(--purple-band) 100%);
}

.service-hero-inner {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(360px, 0.9fr);
  align-items: center;
  gap: clamp(48px, 7vw, 96px);
  max-width: 1180px;
  min-height: 680px;
  margin: 0 auto;
  padding: clamp(68px, 9vw, 118px) 24px;
}

.service-hero-copy h1 {
  margin-bottom: 24px;
}

.back-link {
  display: inline-flex;
  margin-bottom: 30px;
  color: var(--violet);
  font-size: 13px;
  font-weight: 900;
}

.back-link::before {
  content: "<";
  margin-right: 10px;
}

.audit-visual {
  padding: 30px;
  border: 1px solid rgba(111, 0, 217, 0.18);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: var(--shadow);
}

.audit-visual-head {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--line);
  color: var(--muted);
  font-size: 13px;
  font-weight: 900;
}

.audit-visual-head strong {
  color: var(--violet);
}

.audit-score {
  padding: 30px 0 24px;
}

.audit-score strong {
  font-size: 68px;
  line-height: 1;
}

.audit-score span {
  color: var(--violet);
  font-size: 24px;
  font-weight: 900;
}

.audit-score p {
  margin: 8px 0 0;
  color: var(--muted);
  font-weight: 700;
}

.audit-bars {
  display: grid;
  gap: 18px;
}

.audit-bars div {
  display: grid;
  grid-template-columns: 100px 1fr;
  align-items: center;
  gap: 16px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
}

.audit-bars i {
  position: relative;
  height: 10px;
  border-radius: 999px;
  background: var(--mist);
  overflow: hidden;
}

.audit-bars i::after {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: var(--score);
  border-radius: inherit;
  background: linear-gradient(90deg, var(--violet), var(--magenta));
}

.audit-priority {
  margin-top: 28px;
  padding: 20px;
  border-left: 4px solid var(--violet);
  background: var(--purple-soft);
}

.audit-priority span {
  display: block;
  margin-bottom: 7px;
  color: var(--muted);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.audit-priority strong {
  line-height: 1.4;
}

.solution-visual {
  padding: 30px;
  border: 1px solid rgba(111, 0, 217, 0.18);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: var(--shadow);
}

.solution-visual-head {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--line);
  color: var(--muted);
  font-size: 13px;
  font-weight: 900;
}

.solution-visual-head strong {
  color: var(--violet);
}

.solution-flow {
  display: grid;
  grid-template-columns: 78px 1fr 88px;
  align-items: center;
  gap: 18px;
  padding: 34px 0;
}

.solution-source,
.solution-output {
  display: grid;
  gap: 10px;
}

.solution-source span,
.solution-output span {
  display: grid;
  min-height: 38px;
  place-items: center;
  padding: 7px;
  border: 1px solid var(--line);
  border-radius: 6px;
  color: var(--muted);
  background: var(--white);
  font-size: 11px;
  font-weight: 900;
}

.solution-engine {
  position: relative;
  display: grid;
  min-height: 190px;
  place-items: center;
  align-content: center;
  padding: 24px;
  border-radius: 50%;
  color: var(--white);
  background: linear-gradient(145deg, var(--plum), var(--violet) 65%, var(--magenta));
  text-align: center;
  box-shadow: 0 20px 50px rgba(111, 0, 217, 0.28);
}

.solution-engine::before,
.solution-engine::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 18px;
  height: 2px;
  background: var(--violet);
}

.solution-engine::before {
  right: 100%;
}

.solution-engine::after {
  left: 100%;
}

.solution-engine small {
  margin-bottom: 10px;
  opacity: 0.72;
  font-weight: 800;
}

.solution-engine strong {
  max-width: 150px;
  line-height: 1.3;
}

.solution-engine i {
  display: block;
  width: 32px;
  height: 4px;
  margin-top: 16px;
  border-radius: 999px;
  background: var(--white);
}

.solution-metrics {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  padding-top: 22px;
  border-top: 1px solid var(--line);
}

.solution-metrics div {
  padding: 12px 8px;
  border-radius: 6px;
  background: var(--purple-soft);
  text-align: center;
}

.solution-metrics strong,
.solution-metrics span {
  display: block;
}

.solution-metrics strong {
  margin-bottom: 5px;
  color: var(--violet);
  font-size: 22px;
}

.solution-metrics span {
  color: var(--muted);
  font-size: 10px;
  font-weight: 800;
}

.chatbot-hero-inner {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(520px, 1.14fr);
  align-items: center;
  gap: clamp(36px, 5vw, 72px);
  max-width: 1240px;
  min-height: 720px;
  margin: 0 auto;
  padding: clamp(68px, 9vw, 112px) 24px;
}

.chatbot-hero-visual {
  overflow: hidden;
  border: 1px solid rgba(111, 0, 217, 0.18);
  border-radius: 8px;
  background: var(--white);
  box-shadow: var(--shadow);
}

.chatbot-hero-visual img {
  display: block;
  width: 100%;
  height: auto;
}

.chatbot-behavior {
  background: var(--purple-soft);
}

.behavior-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  max-width: 1120px;
  margin: 0 auto;
}

.behavior-card {
  min-height: 250px;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
}

.behavior-card > span {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  margin-bottom: 34px;
  border-radius: 50%;
  color: var(--white);
  background: linear-gradient(145deg, var(--violet), var(--magenta));
  font-weight: 900;
}

.behavior-card h3 {
  font-size: 21px;
  line-height: 1.25;
  font-weight: 900;
}

.behavior-card p {
  margin-bottom: 0;
  color: var(--muted);
  line-height: 1.7;
  font-weight: 700;
}

.agent-hero-inner {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(540px, 1.14fr);
  align-items: center;
  gap: clamp(36px, 5vw, 72px);
  max-width: 1260px;
  min-height: 720px;
  margin: 0 auto;
  padding: clamp(68px, 9vw, 112px) 24px;
}

.agent-hero-visual {
  overflow: hidden;
  border: 1px solid rgba(111, 0, 217, 0.18);
  border-radius: 8px;
  background: var(--white);
  box-shadow: var(--shadow);
}

.agent-hero-visual img {
  display: block;
  width: 100%;
  height: auto;
}

.agent-capabilities {
  background: var(--purple-soft);
}

.agent-control {
  background: linear-gradient(180deg, #ffffff, var(--lavender));
}

.control-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
  max-width: 1040px;
  margin: 0 auto;
}

.control-card {
  display: grid;
  grid-template-columns: 58px 1fr;
  gap: 22px;
  min-height: 180px;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.92);
}

.control-card > strong {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border-radius: 50%;
  color: var(--white);
  background: var(--plum);
}

.control-card h3 {
  font-size: 21px;
  font-weight: 900;
}

.control-card p {
  margin-bottom: 0;
  color: var(--muted);
  line-height: 1.7;
  font-weight: 700;
}

.prompt-hero-inner {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(560px, 1.18fr);
  align-items: center;
  gap: clamp(34px, 5vw, 68px);
  max-width: 1280px;
  min-height: 730px;
  margin: 0 auto;
  padding: clamp(68px, 9vw, 112px) 24px;
}

.prompt-hero-visual {
  overflow: hidden;
  border: 1px solid rgba(111, 0, 217, 0.18);
  border-radius: 8px;
  background: var(--plum);
  box-shadow: var(--shadow);
}

.prompt-hero-visual img {
  display: block;
  width: 100%;
  height: auto;
}

.prompt-functions {
  background: var(--purple-soft);
}

.prompt-function-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  max-width: 1120px;
  margin: 0 auto;
}

.prompt-function-card {
  min-height: 250px;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
}

.prompt-function-card > span {
  display: inline-flex;
  margin-bottom: 34px;
  padding: 7px 10px;
  border-radius: 4px;
  color: var(--violet);
  background: var(--mist);
  font-size: 12px;
  font-weight: 900;
}

.prompt-function-card h3 {
  font-size: 21px;
  line-height: 1.25;
  font-weight: 900;
}

.prompt-function-card p {
  margin-bottom: 0;
  color: var(--muted);
  line-height: 1.7;
  font-weight: 700;
}

.prompt-practices {
  background: linear-gradient(180deg, #ffffff, var(--lavender));
}

.automation-hero-inner {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(560px, 1.18fr);
  align-items: center;
  gap: clamp(34px, 5vw, 68px);
  max-width: 1280px;
  min-height: 730px;
  margin: 0 auto;
  padding: clamp(68px, 9vw, 112px) 24px;
}

.automation-hero-visual {
  overflow: hidden;
  border: 1px solid rgba(111, 0, 217, 0.18);
  border-radius: 8px;
  background: var(--white);
  box-shadow: var(--shadow);
}

.automation-hero-visual img {
  display: block;
  width: 100%;
  height: auto;
}

.automation-day {
  background: var(--purple-soft);
}

.before-after-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  max-width: 1040px;
  margin: 0 auto;
}

.before-after-card {
  min-height: 390px;
  padding: 34px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
}

.before-after-card > span {
  display: inline-flex;
  margin-bottom: 30px;
  padding: 7px 11px;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 900;
}

.before-after-card.before > span {
  color: var(--muted);
  background: #f1edf3;
}

.before-after-card.after {
  border-color: rgba(111, 0, 217, 0.35);
  box-shadow: 0 22px 60px rgba(111, 0, 217, 0.1);
}

.before-after-card.after > span {
  color: var(--violet);
  background: var(--mist);
}

.before-after-card h3 {
  font-size: 25px;
  line-height: 1.25;
  font-weight: 900;
}

.before-after-card ul {
  display: grid;
  gap: 15px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

.before-after-card li {
  position: relative;
  padding-left: 28px;
  color: var(--muted);
  line-height: 1.55;
  font-weight: 700;
}

.before-after-card li::before {
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  width: 12px;
  height: 12px;
  border: 2px solid var(--violet);
  border-radius: 50%;
}

.before-after-card.after li::before {
  background: var(--violet);
  box-shadow: inset 0 0 0 3px var(--white);
}

.automation-components {
  background: var(--white);
}

.automation-impact {
  background: linear-gradient(180deg, #ffffff, var(--lavender));
}

.automation-page .service-hero {
  background: linear-gradient(145deg, var(--purple-band) 0%, var(--lavender) 46%, #ffffff 100%);
}

.automation-page .audit-intro {
  background: var(--purple-soft);
}

.automation-page .automation-day {
  background: var(--white);
}

.automation-page .audit-scope {
  background: linear-gradient(180deg, #ffffff, var(--purple-soft));
}

.automation-page .automation-components {
  background: var(--purple-band);
}

.automation-page .audit-method {
  background: var(--white);
}

.automation-page .automation-impact {
  background: linear-gradient(180deg, var(--lavender), #ffffff);
}

.automation-page .faq {
  background: var(--purple-soft);
}

.finance-hero-inner {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(560px, 1.18fr);
  align-items: center;
  gap: clamp(34px, 5vw, 68px);
  max-width: 1280px;
  min-height: 730px;
  margin: 0 auto;
  padding: clamp(68px, 9vw, 112px) 24px;
}

.finance-hero-visual {
  overflow: hidden;
  border: 1px solid rgba(111, 0, 217, 0.18);
  border-radius: 8px;
  background: var(--white);
  box-shadow: var(--shadow);
}

.finance-hero-visual img {
  display: block;
  width: 100%;
  height: auto;
}

.finance-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  max-width: 1120px;
  margin: 0 auto;
}

.finance-stats div {
  min-height: 132px;
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
}

.finance-stats strong,
.finance-stats span {
  display: block;
}

.finance-stats strong {
  margin-bottom: 10px;
  color: var(--violet);
  font-size: clamp(30px, 4vw, 46px);
}

.finance-stats span {
  color: var(--muted);
  line-height: 1.5;
  font-weight: 800;
}

.finance-use-cases {
  background: var(--purple-soft);
}

.finance-case {
  display: grid;
  grid-template-columns: 74px minmax(0, 1fr) 280px;
  gap: 30px;
  max-width: 1120px;
  margin: 0 auto 22px;
  padding: 34px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
}

.finance-case-number {
  display: grid;
  width: 56px;
  height: 56px;
  place-items: center;
  border-radius: 50%;
  color: var(--white);
  background: linear-gradient(145deg, var(--violet), var(--magenta));
  font-weight: 900;
}

.finance-case-content .section-kicker {
  margin-bottom: 13px;
}

.finance-case-content h3 {
  font-size: 27px;
  line-height: 1.2;
  font-weight: 900;
}

.finance-case-content > p:last-of-type,
.finance-case-result p {
  color: var(--muted);
  line-height: 1.7;
  font-weight: 700;
}

.finance-case-flow {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-top: 26px;
  overflow-x: auto;
}

.finance-case-flow span {
  flex: 0 0 auto;
  padding: 8px 11px;
  border-radius: 5px;
  color: var(--violet);
  background: var(--mist);
  font-size: 11px;
  font-weight: 900;
}

.finance-case-flow i {
  flex: 0 0 18px;
  height: 2px;
  background: var(--violet);
}

.finance-case-result {
  padding: 24px;
  border-left: 4px solid var(--violet);
  background: var(--purple-soft);
}

.finance-case-result span {
  display: block;
  margin-bottom: 10px;
  color: var(--muted);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.finance-case-result strong {
  display: block;
  margin-bottom: 12px;
  font-size: 19px;
}

.finance-case-result p {
  margin-bottom: 0;
}

.finance-foundations {
  background: linear-gradient(180deg, #ffffff, var(--lavender));
}

.education-hero-inner {
  display: grid;
  grid-template-columns: minmax(560px, 1.18fr) minmax(0, 0.82fr);
  align-items: center;
  gap: clamp(34px, 5vw, 68px);
  max-width: 1280px;
  min-height: 730px;
  margin: 0 auto;
  padding: clamp(68px, 9vw, 112px) 24px;
}

.education-page {
  --education-ink: #16324f;
  --education-muted: #587087;
  --education-blue: #1677b8;
  --education-teal: #159a91;
  --education-coral: #ef6a67;
  --education-yellow: #f2bd45;
  --education-line: #cbe1e8;
  --education-soft: #eef8fa;
}

.education-page .service-hero {
  background: linear-gradient(135deg, #f8fcff 0%, #edf8fa 55%, #fff5df 100%);
}

.education-page .eyebrow,
.education-page .section-kicker,
.education-page .back-link {
  color: var(--education-blue);
}

.education-page .eyebrow span {
  background: var(--education-coral);
}

.education-page .btn-dark {
  background: var(--education-ink);
}

.education-page .btn-dark:hover {
  background: var(--education-blue);
}

.education-page .btn-outline {
  border-color: var(--education-blue);
  color: var(--education-ink);
}

.education-hero-inner .service-hero-copy {
  grid-column: 2;
  grid-row: 1;
}

.education-hero-visual {
  grid-column: 1;
  grid-row: 1;
  overflow: hidden;
  border: 1px solid var(--education-line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 26px 70px rgba(22, 50, 79, 0.15);
}

.education-hero-visual img {
  display: block;
  width: 100%;
  height: auto;
}

.education-principles {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  max-width: 1120px;
  margin: 0 auto;
}

.education-principles div {
  min-height: 132px;
  padding: 26px;
  border: 1px solid var(--education-line);
  border-radius: 8px;
  background: var(--white);
}

.education-principles strong,
.education-principles span {
  display: block;
}

.education-principles strong {
  margin-bottom: 12px;
  color: var(--education-blue);
  font-size: 23px;
}

.education-principles span {
  color: var(--education-muted);
  line-height: 1.5;
  font-weight: 800;
}

.education-use-cases {
  background: linear-gradient(180deg, var(--education-soft), #fdf5e5);
}

.education-case {
  display: grid;
  grid-template-columns: 74px minmax(0, 1fr) 280px;
  gap: 30px;
  max-width: 1120px;
  margin: 0 auto 22px;
  padding: 34px;
  border: 1px solid var(--education-line);
  border-radius: 8px;
  background: var(--white);
}

.education-case-number {
  display: grid;
  width: 56px;
  height: 56px;
  place-items: center;
  border-radius: 50%;
  color: var(--white);
  background: linear-gradient(145deg, var(--education-blue), var(--education-teal));
  font-weight: 900;
}

.education-case-content .section-kicker {
  margin-bottom: 13px;
}

.education-case-content h3 {
  color: var(--education-ink);
  font-size: 27px;
  line-height: 1.2;
  font-weight: 900;
}

.education-case-content > p:last-of-type,
.education-case-result p {
  color: var(--education-muted);
  line-height: 1.7;
  font-weight: 700;
}

.education-case-flow {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-top: 26px;
  overflow-x: auto;
}

.education-case-flow span {
  flex: 0 0 auto;
  padding: 8px 11px;
  border-radius: 5px;
  color: var(--education-ink);
  background: #dff3f0;
  font-size: 11px;
  font-weight: 900;
}

.education-case-flow i {
  flex: 0 0 18px;
  height: 2px;
  background: var(--education-teal);
}

.education-case-result {
  padding: 24px;
  border-left: 4px solid var(--education-coral);
  background: #eef6fb;
}

.education-case-result span {
  display: block;
  margin-bottom: 10px;
  color: var(--education-muted);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.education-case-result strong {
  display: block;
  margin-bottom: 12px;
  color: var(--education-ink);
  font-size: 19px;
}

.education-case-result p {
  margin-bottom: 0;
}

.education-foundations {
  background: linear-gradient(180deg, #ffffff, #dff3f0);
}

.education-page .control-card {
  border-color: var(--education-line);
}

.education-page .control-card strong {
  color: var(--education-blue);
}

.education-page .cta {
  background: linear-gradient(135deg, #e9f6fb, #fff3d8);
}

.energy-page {
  --energy-ink: #063b3c;
  --energy-muted: #517276;
  --energy-green: #008f72;
  --energy-mint: #42d39d;
  --energy-blue: #006bb8;
  --energy-cyan: #28b8d6;
  --energy-solar: #ffb329;
  --energy-line: #c9e6df;
  --energy-soft: #effaf6;
}

.energy-page .energy-hero {
  background: linear-gradient(135deg, #f9fffd 0%, #edf9f5 52%, #e8f4ff 100%);
}

.energy-page .eyebrow,
.energy-page .section-kicker,
.energy-page .back-link {
  color: var(--energy-green);
}

.energy-page .eyebrow span {
  background: var(--energy-mint);
}

.energy-page .btn-dark {
  background: var(--energy-ink);
}

.energy-page .btn-dark:hover {
  background: var(--energy-green);
}

.energy-page .btn-outline {
  border-color: var(--energy-green);
  color: var(--energy-ink);
}

.energy-hero-inner {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(560px, 1.18fr);
  align-items: center;
  gap: clamp(34px, 5vw, 68px);
  max-width: 1280px;
  min-height: 730px;
  margin: 0 auto;
  padding: clamp(68px, 9vw, 112px) 24px;
}

.energy-hero-visual {
  overflow: hidden;
  border: 1px solid var(--energy-line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 26px 70px rgba(6, 59, 60, 0.16);
}

.energy-hero-visual img {
  display: block;
  width: 100%;
  height: auto;
}

.energy-intro {
  background: #ffffff;
}

.energy-principles {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  max-width: 1120px;
  margin: 0 auto;
}

.energy-principles div {
  min-height: 132px;
  padding: 26px;
  border: 1px solid var(--energy-line);
  border-radius: 8px;
  background: var(--white);
}

.energy-principles strong,
.energy-principles span {
  display: block;
}

.energy-principles strong {
  margin-bottom: 12px;
  color: var(--energy-green);
  font-size: 23px;
}

.energy-principles span {
  color: var(--energy-muted);
  line-height: 1.5;
  font-weight: 800;
}

.energy-use-cases {
  background: linear-gradient(180deg, var(--energy-soft), #e7f5f9);
}

.energy-case {
  display: grid;
  grid-template-columns: 74px minmax(0, 1fr) 280px;
  gap: 30px;
  max-width: 1120px;
  margin: 0 auto 22px;
  padding: 34px;
  border: 1px solid var(--energy-line);
  border-radius: 8px;
  background: var(--white);
}

.energy-case-number {
  display: grid;
  width: 56px;
  height: 56px;
  place-items: center;
  border-radius: 50%;
  color: var(--white);
  background: linear-gradient(145deg, var(--energy-green), var(--energy-cyan));
  font-weight: 900;
}

.energy-case-content .section-kicker {
  margin-bottom: 13px;
}

.energy-case-content h3 {
  color: var(--energy-ink);
  font-size: 27px;
  line-height: 1.2;
  font-weight: 900;
}

.energy-case-content > p:last-of-type,
.energy-case-result p {
  color: var(--energy-muted);
  line-height: 1.7;
  font-weight: 700;
}

.energy-case-flow {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-top: 26px;
  overflow-x: auto;
}

.energy-case-flow span {
  flex: 0 0 auto;
  padding: 8px 11px;
  border-radius: 5px;
  color: var(--energy-ink);
  background: #dff7ef;
  font-size: 11px;
  font-weight: 900;
}

.energy-case-flow i {
  flex: 0 0 18px;
  height: 2px;
  background: var(--energy-green);
}

.energy-case-result {
  padding: 24px;
  border-left: 4px solid var(--energy-green);
  background: var(--energy-soft);
}

.energy-case-result span {
  display: block;
  margin-bottom: 10px;
  color: var(--energy-muted);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.energy-case-result strong {
  display: block;
  margin-bottom: 12px;
  color: var(--energy-ink);
  font-size: 19px;
}

.energy-case-result p {
  margin-bottom: 0;
}

.energy-foundations {
  background: linear-gradient(180deg, #ffffff, #dff7ef);
}

.energy-page .control-card {
  border-color: var(--energy-line);
}

.energy-page .control-card strong {
  color: var(--energy-green);
}

.energy-cta {
  background: linear-gradient(135deg, #dff7ef, #e4f3ff);
}

.insurance-page {
  --insurance-ink: #123b63;
  --insurance-muted: #5c7284;
  --insurance-blue: #176d82;
  --insurance-teal: #078b86;
  --insurance-mint: #42c4b7;
  --insurance-gold: #e5ad3d;
  --insurance-line: #c9dce7;
  --insurance-soft: #edf5fb;
}

.insurance-page .insurance-hero {
  background: linear-gradient(135deg, #fbfdff 0%, #eef5fb 54%, #e7f5f2 100%);
}

.insurance-page .eyebrow,
.insurance-page .section-kicker,
.insurance-page .back-link {
  color: var(--insurance-teal);
}

.insurance-page .eyebrow span {
  background: var(--insurance-gold);
}

.insurance-page .btn-dark {
  background: var(--insurance-ink);
}

.insurance-page .btn-dark:hover {
  background: var(--insurance-teal);
}

.insurance-page .btn-outline {
  border-color: var(--insurance-teal);
  color: var(--insurance-ink);
}

.insurance-hero-inner {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(560px, 1.18fr);
  align-items: center;
  gap: clamp(34px, 5vw, 68px);
  max-width: 1280px;
  min-height: 730px;
  margin: 0 auto;
  padding: clamp(68px, 9vw, 112px) 24px;
}

.insurance-hero-visual {
  overflow: hidden;
  border: 1px solid var(--insurance-line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 26px 70px rgba(18, 59, 99, 0.16);
}

.insurance-hero-visual img {
  display: block;
  width: 100%;
  height: auto;
}

.insurance-intro {
  background: #ffffff;
}

.insurance-principles {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  max-width: 1120px;
  margin: 0 auto;
}

.insurance-principles div {
  min-height: 132px;
  padding: 26px;
  border: 1px solid var(--insurance-line);
  border-radius: 8px;
  background: var(--white);
}

.insurance-principles strong,
.insurance-principles span {
  display: block;
}

.insurance-principles strong {
  margin-bottom: 12px;
  color: var(--insurance-teal);
  font-size: 23px;
}

.insurance-principles span {
  color: var(--insurance-muted);
  line-height: 1.5;
  font-weight: 800;
}

.insurance-use-cases {
  background: linear-gradient(180deg, var(--insurance-soft), #e6f4f1);
}

.insurance-case {
  display: grid;
  grid-template-columns: 74px minmax(0, 1fr) 280px;
  gap: 30px;
  max-width: 1120px;
  margin: 0 auto 22px;
  padding: 34px;
  border: 1px solid var(--insurance-line);
  border-radius: 8px;
  background: var(--white);
}

.insurance-case-number {
  display: grid;
  width: 56px;
  height: 56px;
  place-items: center;
  border-radius: 50%;
  color: var(--white);
  background: linear-gradient(145deg, var(--insurance-ink), var(--insurance-teal));
  font-weight: 900;
}

.insurance-case-content .section-kicker {
  margin-bottom: 13px;
}

.insurance-case-content h3 {
  color: var(--insurance-ink);
  font-size: 27px;
  line-height: 1.2;
  font-weight: 900;
}

.insurance-case-content > p:last-of-type,
.insurance-case-result p {
  color: var(--insurance-muted);
  line-height: 1.7;
  font-weight: 700;
}

.insurance-case-flow {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-top: 26px;
  overflow-x: auto;
}

.insurance-case-flow span {
  flex: 0 0 auto;
  padding: 8px 11px;
  border-radius: 5px;
  color: var(--insurance-ink);
  background: #e0f5f2;
  font-size: 11px;
  font-weight: 900;
}

.insurance-case-flow i {
  flex: 0 0 18px;
  height: 2px;
  background: var(--insurance-teal);
}

.insurance-case-result {
  padding: 24px;
  border-left: 4px solid var(--insurance-gold);
  background: var(--insurance-soft);
}

.insurance-case-result span {
  display: block;
  margin-bottom: 10px;
  color: var(--insurance-muted);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.insurance-case-result strong {
  display: block;
  margin-bottom: 12px;
  color: var(--insurance-ink);
  font-size: 19px;
}

.insurance-case-result p {
  margin-bottom: 0;
}

.insurance-foundations {
  background: linear-gradient(180deg, #ffffff, #e0f5f2);
}

.insurance-page .control-card {
  border-color: var(--insurance-line);
}

.insurance-page .control-card strong {
  color: var(--insurance-teal);
}

.insurance-cta {
  background: linear-gradient(135deg, #e8f1f8, #e0f5f2);
}

.retail-page {
  --retail-ink: #173b57;
  --retail-muted: #607585;
  --retail-teal: #008d83;
  --retail-mint: #42c7b8;
  --retail-coral: #e84f62;
  --retail-yellow: #f2b632;
  --retail-line: #c9e0e3;
  --retail-soft: #eff8f7;
}

.retail-page .retail-hero {
  background: linear-gradient(135deg, #fffdf8 0%, #eff9f7 55%, #eaf5ff 100%);
}

.retail-page .eyebrow,
.retail-page .section-kicker,
.retail-page .back-link {
  color: var(--retail-teal);
}

.retail-page .eyebrow span {
  background: var(--retail-coral);
}

.retail-page .btn-dark {
  background: var(--retail-ink);
}

.retail-page .btn-dark:hover {
  background: var(--retail-coral);
}

.retail-page .btn-outline {
  border-color: var(--retail-teal);
  color: var(--retail-ink);
}

.retail-hero-inner {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(560px, 1.18fr);
  align-items: center;
  gap: clamp(34px, 5vw, 68px);
  max-width: 1280px;
  min-height: 730px;
  margin: 0 auto;
  padding: clamp(68px, 9vw, 112px) 24px;
}

.retail-hero-visual {
  overflow: hidden;
  border: 1px solid var(--retail-line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 26px 70px rgba(23, 59, 87, 0.16);
}

.retail-hero-visual img {
  display: block;
  width: 100%;
  height: auto;
}

.retail-intro {
  background: #ffffff;
}

.retail-principles {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  max-width: 1120px;
  margin: 0 auto;
}

.retail-principles div {
  min-height: 132px;
  padding: 26px;
  border: 1px solid var(--retail-line);
  border-radius: 8px;
  background: var(--white);
}

.retail-principles strong,
.retail-principles span {
  display: block;
}

.retail-principles strong {
  margin-bottom: 12px;
  color: var(--retail-coral);
  font-size: 23px;
}

.retail-principles span {
  color: var(--retail-muted);
  line-height: 1.5;
  font-weight: 800;
}

.retail-use-cases {
  background: linear-gradient(180deg, var(--retail-soft), #fff7e6);
}

.retail-explainer {
  background: var(--retail-ink);
}

.retail-explainer .section-kicker {
  color: var(--retail-mint);
}

.retail-explainer .section-heading h2 {
  color: var(--white);
}

.retail-explainer-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  max-width: 1120px;
  margin: 0 auto;
}

.retail-explainer-grid article {
  min-height: 210px;
  padding: 26px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
}

.retail-explainer-grid span {
  display: inline-grid;
  width: 38px;
  height: 38px;
  place-items: center;
  margin-bottom: 30px;
  border-radius: 50%;
  color: var(--retail-ink);
  background: var(--retail-yellow);
  font-size: 12px;
  font-weight: 900;
}

.retail-explainer-grid h3 {
  color: var(--white);
  font-size: 20px;
}

.retail-explainer-grid p {
  margin-bottom: 0;
  color: #dce9ee;
  line-height: 1.65;
  font-weight: 700;
}

.retail-case {
  display: grid;
  grid-template-columns: 74px minmax(0, 1fr) 280px;
  gap: 30px;
  max-width: 1120px;
  margin: 0 auto 22px;
  padding: 34px;
  border: 1px solid var(--retail-line);
  border-radius: 8px;
  background: var(--white);
}

.retail-case-number {
  display: grid;
  width: 56px;
  height: 56px;
  place-items: center;
  border-radius: 50%;
  color: var(--white);
  background: linear-gradient(145deg, var(--retail-coral), var(--retail-yellow));
  font-weight: 900;
}

.retail-case-content .section-kicker {
  margin-bottom: 13px;
}

.retail-case-content h3 {
  color: var(--retail-ink);
  font-size: 27px;
  line-height: 1.2;
  font-weight: 900;
}

.retail-case-content > p:last-of-type,
.retail-case-result p {
  color: var(--retail-muted);
  line-height: 1.7;
  font-weight: 700;
}

.retail-case-flow {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-top: 26px;
  overflow-x: auto;
}

.retail-case-flow span {
  flex: 0 0 auto;
  padding: 8px 11px;
  border-radius: 5px;
  color: var(--retail-ink);
  background: #e0f5f2;
  font-size: 11px;
  font-weight: 900;
}

.retail-case-flow i {
  flex: 0 0 18px;
  height: 2px;
  background: var(--retail-teal);
}

.retail-case-result {
  padding: 24px;
  border-left: 4px solid var(--retail-coral);
  background: #f0f7fa;
}

.retail-case-result span {
  display: block;
  margin-bottom: 10px;
  color: var(--retail-muted);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.retail-case-result strong {
  display: block;
  margin-bottom: 12px;
  color: var(--retail-ink);
  font-size: 19px;
}

.retail-case-result p {
  margin-bottom: 0;
}

.retail-foundations {
  background: linear-gradient(180deg, #ffffff, #e0f5f2);
}

.retail-page .control-card {
  border-color: var(--retail-line);
}

.retail-page .control-card strong {
  color: var(--retail-coral);
}

.retail-cta {
  background: linear-gradient(135deg, #e8f5f5, #fff2d5);
}

.logistics-page {
  --logistics-ink: #153b58;
  --logistics-muted: #5b7486;
  --logistics-blue: #155a93;
  --logistics-cyan: #168eb3;
  --logistics-teal: #008f86;
  --logistics-mint: #40c7b5;
  --logistics-orange: #ed7b2f;
  --logistics-line: #c6dfe8;
  --logistics-soft: #edf6fa;
}

.logistics-page .logistics-hero {
  background: linear-gradient(135deg, #f9fcff 0%, #eaf5fb 54%, #e5f8f4 100%);
}

.logistics-page .eyebrow,
.logistics-page .section-kicker,
.logistics-page .back-link {
  color: var(--logistics-blue);
}

.logistics-page .eyebrow span {
  background: var(--logistics-orange);
}

.logistics-page .btn-dark {
  background: var(--logistics-ink);
}

.logistics-page .btn-dark:hover {
  background: var(--logistics-cyan);
}

.logistics-page .btn-outline {
  border-color: var(--logistics-blue);
  color: var(--logistics-ink);
}

.logistics-hero-inner {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(560px, 1.18fr);
  align-items: center;
  gap: clamp(34px, 5vw, 68px);
  max-width: 1280px;
  min-height: 730px;
  margin: 0 auto;
  padding: clamp(68px, 9vw, 112px) 24px;
}

.logistics-hero-visual {
  overflow: hidden;
  border: 1px solid var(--logistics-line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 26px 70px rgba(21, 59, 88, 0.16);
}

.logistics-hero-visual img {
  display: block;
  width: 100%;
  height: auto;
}

.logistics-intro {
  background: #ffffff;
}

.logistics-principles {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  max-width: 1120px;
  margin: 0 auto;
}

.logistics-principles div {
  min-height: 132px;
  padding: 26px;
  border: 1px solid var(--logistics-line);
  border-radius: 8px;
  background: var(--white);
}

.logistics-principles strong,
.logistics-principles span {
  display: block;
}

.logistics-principles strong {
  margin-bottom: 12px;
  color: var(--logistics-orange);
  font-size: 23px;
}

.logistics-principles span {
  color: var(--logistics-muted);
  line-height: 1.5;
  font-weight: 800;
}

.logistics-explainer {
  background: var(--logistics-ink);
}

.logistics-explainer .section-kicker {
  color: var(--logistics-mint);
}

.logistics-explainer .section-heading h2 {
  color: var(--white);
}

.logistics-explainer-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  max-width: 1120px;
  margin: 0 auto;
}

.logistics-explainer-grid article {
  min-height: 210px;
  padding: 26px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
}

.logistics-explainer-grid span {
  display: inline-grid;
  width: 38px;
  height: 38px;
  place-items: center;
  margin-bottom: 30px;
  border-radius: 50%;
  color: var(--white);
  background: var(--logistics-orange);
  font-size: 12px;
  font-weight: 900;
}

.logistics-explainer-grid h3 {
  color: var(--white);
  font-size: 20px;
}

.logistics-explainer-grid p {
  margin-bottom: 0;
  color: #dce9ee;
  line-height: 1.65;
  font-weight: 700;
}

.logistics-use-cases {
  background: linear-gradient(180deg, var(--logistics-soft), #e6f7f3);
}

.logistics-case {
  display: grid;
  grid-template-columns: 74px minmax(0, 1fr) 280px;
  gap: 30px;
  max-width: 1120px;
  margin: 0 auto 22px;
  padding: 34px;
  border: 1px solid var(--logistics-line);
  border-radius: 8px;
  background: var(--white);
}

.logistics-case-number {
  display: grid;
  width: 56px;
  height: 56px;
  place-items: center;
  border-radius: 50%;
  color: var(--white);
  background: linear-gradient(145deg, var(--logistics-blue), var(--logistics-cyan));
  font-weight: 900;
}

.logistics-case-content .section-kicker {
  margin-bottom: 13px;
}

.logistics-case-content h3 {
  color: var(--logistics-ink);
  font-size: 27px;
  line-height: 1.2;
  font-weight: 900;
}

.logistics-case-content > p:last-of-type,
.logistics-case-result p {
  color: var(--logistics-muted);
  line-height: 1.7;
  font-weight: 700;
}

.logistics-case-flow {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-top: 26px;
  overflow-x: auto;
}

.logistics-case-flow span {
  flex: 0 0 auto;
  padding: 8px 11px;
  border-radius: 5px;
  color: var(--logistics-ink);
  background: #ddf5f1;
  font-size: 11px;
  font-weight: 900;
}

.logistics-case-flow i {
  flex: 0 0 18px;
  height: 2px;
  background: var(--logistics-cyan);
}

.logistics-case-result {
  padding: 24px;
  border-left: 4px solid var(--logistics-orange);
  background: #edf6fa;
}

.logistics-case-result span {
  display: block;
  margin-bottom: 10px;
  color: var(--logistics-muted);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.logistics-case-result strong {
  display: block;
  margin-bottom: 12px;
  color: var(--logistics-ink);
  font-size: 19px;
}

.logistics-case-result p {
  margin-bottom: 0;
}

.logistics-foundations {
  background: linear-gradient(180deg, #ffffff, #ddf5f1);
}

.logistics-page .control-card {
  border-color: var(--logistics-line);
}

.logistics-page .control-card strong {
  color: var(--logistics-orange);
}

.logistics-cta {
  background: linear-gradient(135deg, #e7f2fa, #ddf5f1);
}

.method-page {
  --method-ink: #171020;
  --method-muted: #6c6374;
  --method-yellow: #ffbd4a;
  --method-coral: #ef6a67;
  --method-teal: #159a91;
  --method-blue: #1677b8;
  --method-line: #ded5e2;
  background: #ffffff;
}

.method-page .main-nav > a.is-current {
  color: var(--violet);
}

.method-opening {
  color: var(--white);
  background: #171020;
}

.method-opening-inner {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(540px, 1.22fr);
  align-items: center;
  gap: clamp(36px, 6vw, 84px);
  max-width: 1360px;
  min-height: 780px;
  margin: 0 auto;
  padding: clamp(70px, 9vw, 120px) 24px;
}

.method-opening-copy h1 {
  max-width: 650px;
  margin: 12px 0 28px;
  font-size: clamp(62px, 8vw, 112px);
  line-height: 0.92;
  letter-spacing: 0;
}

.method-opening-copy > p:not(.method-label) {
  max-width: 590px;
  color: #d9d0df;
  font-size: 18px;
  line-height: 1.75;
  font-weight: 700;
}

.method-label {
  margin-bottom: 12px;
  color: var(--method-coral);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.method-opening .btn-dark {
  color: var(--method-ink);
  background: var(--method-yellow);
}

.method-opening .btn-outline {
  border-color: rgba(255, 255, 255, 0.55);
  color: var(--white);
  background: transparent;
}

.method-opening-visual img {
  display: block;
  width: 100%;
  height: auto;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 8px;
  box-shadow: 0 38px 90px rgba(0, 0, 0, 0.35);
}

.method-equation {
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1.4fr;
  align-items: stretch;
  max-width: 1360px;
  margin: -34px auto 0;
  padding: 0 24px;
  position: relative;
  z-index: 2;
}

.method-equation > div {
  min-height: 150px;
  padding: 30px;
  border: 1px solid var(--method-line);
  background: var(--white);
}

.method-equation > div:first-child {
  border-top: 5px solid var(--method-yellow);
}

.method-equation > div:nth-of-type(2) {
  border-top: 5px solid var(--method-teal);
}

.method-equation .method-equation-result {
  border-color: var(--method-ink);
  border-top: 5px solid var(--method-coral);
  color: var(--white);
  background: var(--method-ink);
}

.method-equation span,
.method-equation strong {
  display: block;
}

.method-equation span {
  margin-bottom: 16px;
  color: var(--method-coral);
  font-size: 11px;
  font-weight: 900;
}

.method-equation strong {
  font-size: 20px;
  line-height: 1.35;
}

.method-equation > b {
  display: grid;
  width: 58px;
  place-items: center;
  font-size: 30px;
}

.method-problem {
  display: grid;
  grid-template-columns: minmax(280px, 0.65fr) minmax(0, 1.35fr);
  gap: clamp(50px, 8vw, 120px);
  max-width: 1200px;
  margin: 0 auto;
}

.method-problem-heading {
  position: sticky;
  top: 120px;
  align-self: start;
}

.method-problem-heading h2,
.method-framework-heading h2,
.method-decision-copy h2 {
  font-size: clamp(38px, 5vw, 64px);
  line-height: 1.05;
}

.method-waste-list {
  border-top: 1px solid var(--method-line);
}

.method-waste-list article {
  display: grid;
  grid-template-columns: 52px 0.7fr 1.3fr;
  gap: 24px;
  align-items: start;
  padding: 30px 0;
  border-bottom: 1px solid var(--method-line);
}

.method-waste-list span {
  color: var(--method-coral);
  font-size: 12px;
  font-weight: 900;
}

.method-waste-list h3 {
  margin: 0;
  font-size: 21px;
}

.method-waste-list p {
  margin: 0;
  color: var(--method-muted);
  line-height: 1.65;
  font-weight: 700;
}

.method-framework {
  color: var(--white);
  background: var(--method-ink);
}

.method-framework-heading {
  max-width: 1120px;
  margin: 0 auto 58px;
}

.method-framework-heading .method-label {
  color: var(--method-yellow);
}

.method-framework-heading > p:last-child {
  max-width: 760px;
  color: #cfc5d3;
  line-height: 1.7;
  font-weight: 700;
}

.method-loop {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  max-width: 1120px;
  margin: 0 auto;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  border-left: 1px solid rgba(255, 255, 255, 0.18);
}

.method-loop article {
  min-height: 330px;
  padding: 30px;
  border-right: 1px solid rgba(255, 255, 255, 0.18);
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}

.method-loop article:nth-child(1),
.method-loop article:nth-child(4) {
  border-top: 4px solid var(--method-yellow);
}

.method-loop article:nth-child(2),
.method-loop article:nth-child(5) {
  border-top: 4px solid var(--method-coral);
}

.method-loop article:nth-child(3),
.method-loop article:nth-child(6) {
  border-top: 4px solid var(--method-teal);
}

.method-loop article > span {
  display: block;
  margin-bottom: 38px;
  color: #8e8295;
  font-size: 12px;
  font-weight: 900;
}

.method-loop small {
  color: var(--method-yellow);
  font-weight: 900;
  text-transform: uppercase;
}

.method-loop h3 {
  min-height: 54px;
  font-size: 22px;
}

.method-loop p {
  color: #cfc5d3;
  line-height: 1.65;
  font-weight: 700;
}

.method-loop strong {
  display: block;
  margin-top: 24px;
  color: var(--white);
  font-size: 12px;
}

.method-dual {
  background: #f7f3f8;
}

.method-dual-board {
  display: grid;
  grid-template-columns: 1fr 220px 1fr;
  gap: 24px;
  max-width: 1120px;
  margin: 0 auto;
}

.method-rail {
  border: 1px solid var(--method-line);
  background: var(--white);
}

.method-rail header {
  min-height: 138px;
  padding: 28px;
  color: var(--white);
}

.method-rail.lean header {
  background: #b85742;
}

.method-rail.ai header {
  background: #176d82;
}

.method-rail header span {
  font-size: 11px;
  font-weight: 900;
}

.method-rail header h3 {
  margin-bottom: 0;
  font-size: 25px;
}

.method-rail > p {
  margin: 0;
  padding: 18px 28px;
  border-bottom: 1px solid var(--method-line);
  color: var(--method-muted);
  font-weight: 800;
}

.method-convergence {
  display: grid;
  align-content: center;
  gap: 10px;
}

.method-convergence span {
  padding: 14px;
  border: 1px solid var(--method-line);
  color: var(--method-ink);
  background: var(--white);
  text-align: center;
  font-size: 12px;
  font-weight: 900;
}

.method-convergence i {
  width: 2px;
  height: 18px;
  margin: 0 auto;
  background: var(--method-coral);
}

.method-decision {
  display: grid;
  grid-template-columns: minmax(280px, 0.65fr) minmax(0, 1.35fr);
  gap: clamp(48px, 7vw, 100px);
  max-width: 1200px;
  margin: 0 auto;
}

.method-decision-copy > p:last-child {
  color: var(--method-muted);
  line-height: 1.7;
  font-weight: 700;
}

.method-matrix {
  display: grid;
  grid-template-columns: 34px 1fr;
  grid-template-rows: 1fr 34px;
}

.matrix-axis-y {
  display: flex;
  align-items: center;
  justify-content: space-between;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  color: var(--method-muted);
  font-size: 10px;
  font-weight: 900;
}

.matrix-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 530px;
}

.matrix-grid article {
  padding: 28px;
  border: 1px solid var(--method-line);
}

.matrix-grid article small,
.matrix-grid article strong {
  display: block;
}

.matrix-grid article small {
  margin-bottom: 34px;
  font-weight: 900;
}

.matrix-grid article strong {
  margin-bottom: 14px;
  font-size: 21px;
}

.matrix-grid article p {
  margin: 0;
  color: var(--method-muted);
  line-height: 1.6;
  font-weight: 700;
}

.matrix-grid .start {
  background: #dff3f0;
}

.matrix-grid .prepare {
  background: #fff3d5;
}

.matrix-grid .automate {
  background: #e7f2fa;
}

.matrix-grid .stop {
  background: #f5f1f6;
}

.matrix-axis-x {
  grid-column: 2;
  display: flex;
  justify-content: space-between;
  align-items: end;
  color: var(--method-muted);
  font-size: 10px;
  font-weight: 900;
}

.method-measures {
  background: #f7f3f8;
}

.method-measure-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  max-width: 1120px;
  margin: 0 auto;
}

.method-measure-grid article {
  min-height: 240px;
  padding: 28px;
  border: 1px solid var(--method-line);
  background: var(--white);
}

.method-measure-grid span {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  margin-bottom: 38px;
  border-radius: 50%;
  color: var(--white);
  background: var(--method-ink);
  font-weight: 900;
}

.method-measure-grid article:nth-child(2) span {
  background: var(--method-coral);
}

.method-measure-grid article:nth-child(3) span {
  color: var(--method-ink);
  background: var(--method-yellow);
}

.method-measure-grid article:nth-child(4) span {
  background: var(--method-teal);
}

.method-measure-grid p {
  color: var(--method-muted);
  line-height: 1.65;
  font-weight: 700;
}

.method-cta {
  background: linear-gradient(135deg, #fff2d0, #dff3f0);
}

.blog-page {
  --blog-ink: #12131a;
  --blog-muted: #656976;
  --blog-line: #dadce4;
  --blog-lime: #c9f24a;
  --blog-cyan: #48c7d9;
  --blog-coral: #ff7168;
  --blog-soft: #f3f4f7;
  background: #ffffff;
}

.blog-page .main-nav > a.is-current {
  color: var(--violet);
}

.blog-masthead {
  border-bottom: 1px solid var(--blog-line);
  background: #ffffff;
}

.blog-masthead-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 400px;
  align-items: end;
  gap: 70px;
  max-width: 1280px;
  min-height: 570px;
  margin: 0 auto;
  padding: clamp(70px, 9vw, 120px) 24px 70px;
}

.blog-masthead-copy h1 {
  max-width: 850px;
  margin: 14px 0 26px;
  font-size: clamp(56px, 8vw, 108px);
  line-height: 0.94;
  letter-spacing: 0;
}

.blog-masthead-copy > p:last-child {
  max-width: 720px;
  color: var(--blog-muted);
  font-size: 18px;
  line-height: 1.7;
  font-weight: 700;
}

.blog-kicker {
  color: var(--violet);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.blog-radar {
  position: relative;
  display: grid;
  width: 360px;
  height: 360px;
  place-items: center;
  border: 1px solid var(--blog-line);
  border-radius: 50%;
  background:
    radial-gradient(circle, transparent 0 24%, var(--blog-line) 25% 25.5%, transparent 26% 49%, var(--blog-line) 50% 50.5%, transparent 51% 74%, var(--blog-line) 75% 75.5%, transparent 76%);
}

.blog-radar::before,
.blog-radar::after {
  content: "";
  position: absolute;
  background: var(--blog-line);
}

.blog-radar::before {
  width: 1px;
  height: 100%;
}

.blog-radar::after {
  width: 100%;
  height: 1px;
}

.blog-radar span {
  position: absolute;
  z-index: 2;
  padding: 8px 11px;
  border: 1px solid var(--blog-ink);
  background: #ffffff;
  font-size: 10px;
  font-weight: 900;
}

.blog-radar span:nth-child(1) { top: 34px; left: 140px; }
.blog-radar span:nth-child(2) { top: 132px; right: 5px; }
.blog-radar span:nth-child(3) { bottom: 35px; right: 66px; }
.blog-radar span:nth-child(4) { bottom: 57px; left: 22px; }
.blog-radar span:nth-child(5) { top: 126px; left: 12px; }

.blog-radar i {
  z-index: 1;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: var(--blog-lime);
  box-shadow: 0 0 0 15px rgba(201, 242, 74, 0.2);
  animation: pulse 2.4s ease-in-out infinite;
}

.blog-feature {
  background: var(--blog-ink);
}

.blog-feature-card {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(360px, 0.85fr);
  max-width: 1180px;
  margin: 0 auto;
  color: #ffffff;
}

.blog-feature-copy {
  padding: clamp(40px, 6vw, 76px);
  border: 1px solid rgba(255, 255, 255, 0.18);
}

.blog-meta {
  display: flex;
  gap: 18px;
  align-items: center;
  color: var(--blog-muted);
  font-size: 10px;
  font-weight: 900;
  text-transform: uppercase;
}

.blog-feature .blog-meta {
  color: #b7bac4;
}

.blog-meta span {
  color: var(--blog-coral);
}

.blog-feature-copy h2 {
  max-width: 700px;
  margin: 28px 0 24px;
  font-size: clamp(38px, 5vw, 64px);
  line-height: 1.04;
}

.blog-feature-copy > p {
  color: #c7c9d1;
  font-size: 17px;
  line-height: 1.75;
  font-weight: 700;
}

.blog-takeaway {
  margin: 34px 0;
  padding: 22px;
  border-left: 4px solid var(--blog-lime);
  background: rgba(255, 255, 255, 0.07);
}

.blog-takeaway strong,
.blog-takeaway p {
  display: block;
}

.blog-takeaway strong {
  margin-bottom: 8px;
  color: var(--blog-lime);
  font-size: 11px;
  text-transform: uppercase;
}

.blog-takeaway p {
  margin: 0;
  color: #e2e3e8;
  line-height: 1.65;
  font-weight: 700;
}

.blog-source {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding-bottom: 5px;
  border-bottom: 2px solid currentColor;
  font-size: 12px;
  font-weight: 900;
}

.blog-feature-visual {
  position: relative;
  display: grid;
  min-height: 620px;
  place-items: center;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-left: 0;
  background:
    linear-gradient(rgba(255,255,255,.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.06) 1px, transparent 1px);
  background-size: 42px 42px;
}

.frontier-core {
  display: grid;
  width: 160px;
  height: 160px;
  place-items: center;
  border-radius: 50%;
  background: var(--blog-lime);
  box-shadow: 0 0 0 35px rgba(201, 242, 74, 0.08), 0 0 0 80px rgba(201, 242, 74, 0.04);
}

.frontier-core span {
  color: var(--blog-ink);
  font-size: 42px;
  font-weight: 900;
}

.frontier-orbit {
  position: absolute;
  padding: 12px 16px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  background: var(--blog-ink);
  font-size: 11px;
  font-weight: 900;
}

.frontier-orbit.one { top: 115px; left: 42px; }
.frontier-orbit.two { top: 225px; right: 36px; }
.frontier-orbit.three { bottom: 105px; left: 88px; }

.blog-feed {
  background: #ffffff;
}

.blog-feed-heading {
  max-width: 1180px;
  margin: 0 auto 48px;
}

.blog-feed-heading h2 {
  max-width: 760px;
  font-size: clamp(38px, 5vw, 66px);
}

.blog-feed-list {
  max-width: 1180px;
  margin: 0 auto;
  border-top: 1px solid var(--blog-line);
}

.blog-story {
  display: grid;
  grid-template-columns: 80px minmax(0, 1fr) 100px;
  gap: 34px;
  padding: 45px 0;
  border-bottom: 1px solid var(--blog-line);
}

.blog-story-index {
  color: var(--blog-coral);
  font-size: 14px;
  font-weight: 900;
}

.blog-story h3 {
  max-width: 850px;
  margin: 16px 0;
  font-size: clamp(26px, 3vw, 42px);
  line-height: 1.12;
}

.blog-story-body > p {
  max-width: 860px;
  color: var(--blog-muted);
  line-height: 1.72;
  font-weight: 700;
}

.blog-story-note {
  display: grid;
  grid-template-columns: 190px 1fr;
  gap: 20px;
  max-width: 850px;
  margin-top: 25px;
  padding: 18px 0;
  border-top: 1px solid var(--blog-line);
}

.blog-story-note strong {
  color: var(--violet);
  font-size: 11px;
  text-transform: uppercase;
}

.blog-story-note span {
  color: var(--blog-muted);
  line-height: 1.55;
  font-weight: 800;
}

.blog-story > .blog-source {
  align-self: start;
  justify-self: end;
}

.blog-lens {
  background: var(--blog-soft);
}

.blog-lens-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  max-width: 1120px;
  margin: 0 auto;
  border-top: 1px solid var(--blog-ink);
  border-left: 1px solid var(--blog-ink);
}

.blog-lens-grid article {
  min-height: 290px;
  padding: 30px;
  border-right: 1px solid var(--blog-ink);
  border-bottom: 1px solid var(--blog-ink);
}

.blog-lens-grid span {
  display: block;
  margin-bottom: 55px;
  color: var(--blog-coral);
  font-size: 12px;
  font-weight: 900;
}

.blog-lens-grid h3 {
  font-size: 23px;
}

.blog-lens-grid p {
  color: var(--blog-muted);
  line-height: 1.65;
  font-weight: 700;
}

.blog-newsletter {
  color: #ffffff;
  background: var(--blog-ink);
}

.blog-newsletter-inner {
  max-width: 880px;
  margin: 0 auto;
  text-align: center;
}

.blog-newsletter-inner .blog-kicker {
  color: var(--blog-lime);
}

.blog-newsletter-inner h2 {
  font-size: clamp(42px, 6vw, 76px);
}

.blog-newsletter-inner > p:not(.blog-kicker) {
  max-width: 650px;
  margin: 0 auto 30px;
  color: #c7c9d1;
  line-height: 1.7;
  font-weight: 700;
}

.blog-newsletter .btn-dark {
  color: var(--blog-ink);
  background: var(--blog-lime);
}

.about-page {
  --about-ink: #190826;
  --about-muted: #706477;
  --about-coral: #ef6a67;
  --about-yellow: #ffbd4a;
  --about-blue: #1677b8;
  --about-teal: #159a91;
  --about-line: #e2d9e6;
  background: #ffffff;
}

.about-page .main-nav > a.is-current {
  color: var(--violet);
}

.about-hero {
  background: linear-gradient(135deg, #fffdfd 0%, #f7f0fb 52%, #edf8f6 100%);
}

.about-hero-inner {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(540px, 1.18fr);
  align-items: center;
  gap: clamp(36px, 6vw, 80px);
  max-width: 1320px;
  min-height: 760px;
  margin: 0 auto;
  padding: clamp(70px, 9vw, 118px) 24px;
}

.about-hero-copy h1 {
  max-width: 720px;
  margin: 15px 0 28px;
  font-size: clamp(50px, 6.7vw, 88px);
  line-height: 0.98;
  letter-spacing: 0;
}

.about-hero-copy > p:not(.about-eyebrow) {
  max-width: 650px;
  color: var(--about-muted);
  font-size: 18px;
  line-height: 1.72;
  font-weight: 700;
}

.about-eyebrow {
  color: var(--violet);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.about-hero-visual img {
  display: block;
  width: 100%;
  height: auto;
  border: 1px solid var(--about-line);
  border-radius: 8px;
  box-shadow: 0 32px 80px rgba(42, 6, 61, 0.16);
}

.about-intro {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(340px, 0.85fr);
  gap: clamp(50px, 8vw, 120px);
  max-width: 1180px;
  margin: 0 auto;
}

.about-statement {
  display: grid;
  grid-template-columns: 55px 1fr;
  gap: 28px;
}

.about-statement > span {
  color: var(--about-coral);
  font-size: 12px;
  font-weight: 900;
}

.about-statement blockquote {
  margin: 0;
  font-size: clamp(28px, 4vw, 48px);
  line-height: 1.18;
  font-weight: 900;
}

.about-intro-copy h2 {
  font-size: 34px;
}

.about-intro-copy > p:last-child {
  color: var(--about-muted);
  line-height: 1.75;
  font-weight: 700;
}

.career-journey {
  color: #ffffff;
  background: var(--about-ink);
}

.career-heading {
  max-width: 1120px;
  margin: 0 auto 65px;
}

.career-heading .about-eyebrow {
  color: var(--about-yellow);
}

.career-heading h2 {
  max-width: 820px;
  font-size: clamp(42px, 6vw, 72px);
}

.career-heading > p:last-child {
  max-width: 700px;
  color: #d4cad8;
  line-height: 1.7;
  font-weight: 700;
}

.career-timeline {
  max-width: 1120px;
  margin: 0 auto;
}

.career-timeline article {
  display: grid;
  grid-template-columns: 72px 210px 1fr;
  gap: 30px;
  min-height: 270px;
}

.career-marker {
  display: grid;
  grid-template-rows: 50px 1fr;
  justify-items: center;
}

.career-marker span {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border-radius: 50%;
  color: var(--about-ink);
  background: var(--about-yellow);
  font-size: 12px;
  font-weight: 900;
}

.career-timeline article:nth-child(2) .career-marker span { background: var(--about-coral); color: #ffffff; }
.career-timeline article:nth-child(3) .career-marker span { background: var(--about-blue); color: #ffffff; }
.career-timeline article:nth-child(4) .career-marker span { background: var(--about-teal); color: #ffffff; }
.career-timeline article:nth-child(5) .career-marker span { color: #ffffff; background: var(--violet); }

.career-marker i {
  width: 1px;
  height: 100%;
  background: rgba(255, 255, 255, 0.24);
}

.career-period {
  padding-top: 15px;
  color: #a99dad;
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.career-story {
  padding: 8px 0 55px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}

.career-story h3 {
  margin-top: 0;
  font-size: clamp(27px, 3vw, 42px);
}

.career-story p {
  max-width: 750px;
  color: #d4cad8;
  line-height: 1.7;
  font-weight: 700;
}

.career-story strong {
  display: block;
  margin-top: 26px;
  color: var(--about-yellow);
  font-size: 11px;
  text-transform: uppercase;
}

.career-story strong + p {
  color: #ffffff;
}

.about-clevassyst {
  display: grid;
  grid-template-columns: minmax(280px, 0.7fr) minmax(0, 1.3fr);
  gap: clamp(50px, 8vw, 120px);
  max-width: 1160px;
  margin: 0 auto;
}

.about-clevassyst-name {
  align-self: start;
}

.about-clevassyst-name span {
  color: var(--about-coral);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.about-clevassyst-name h2 {
  margin-top: 14px;
  font-size: clamp(50px, calc(7vw - 2px), 88px);
}

.about-clevassyst-copy h3 {
  font-size: clamp(32px, 4vw, 50px);
}

.about-clevassyst-copy > p:not(.about-eyebrow) {
  color: var(--about-muted);
  line-height: 1.75;
  font-weight: 700;
}

.about-pillars {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 30px;
}

.about-pillars span {
  padding: 10px 13px;
  border: 1px solid var(--about-line);
  background: #faf7fb;
  font-size: 11px;
  font-weight: 900;
}

.about-values {
  background: #f7f3f8;
}

.about-values-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  max-width: 1120px;
  margin: 0 auto;
  border-top: 1px solid var(--about-ink);
  border-left: 1px solid var(--about-ink);
}

.about-values-grid article {
  min-height: 300px;
  padding: 28px;
  border-right: 1px solid var(--about-ink);
  border-bottom: 1px solid var(--about-ink);
  background: #ffffff;
}

.about-values-grid span {
  display: block;
  margin-bottom: 58px;
  color: var(--about-coral);
  font-size: 12px;
  font-weight: 900;
}

.about-values-grid h3 {
  font-size: 22px;
}

.about-values-grid p {
  color: var(--about-muted);
  line-height: 1.65;
  font-weight: 700;
}

.about-capabilities {
  display: grid;
  grid-template-columns: minmax(300px, 0.7fr) minmax(0, 1.3fr);
  gap: clamp(50px, 8vw, 110px);
  max-width: 1160px;
  margin: 0 auto;
}

.about-capabilities-intro h2 {
  font-size: clamp(36px, 5vw, 62px);
}

.about-capabilities-list {
  border-top: 1px solid var(--about-line);
}

.about-capabilities-list div {
  display: grid;
  grid-template-columns: 140px 1fr;
  gap: 30px;
  padding: 28px 0;
  border-bottom: 1px solid var(--about-line);
}

.about-capabilities-list span {
  color: var(--about-coral);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.about-capabilities-list strong {
  font-size: 20px;
}

.about-cta {
  background: linear-gradient(135deg, #fff0ed, #e4f5f2);
}

.section-heading > p:last-child {
  color: var(--muted);
  line-height: 1.7;
  font-weight: 700;
}

.benefit-grid,
.deliverable-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  max-width: 1120px;
  margin: 0 auto;
}

.benefit-item,
.deliverable-card {
  min-height: 240px;
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
}

.benefit-item > span,
.deliverable-card > span {
  display: inline-flex;
  margin-bottom: 34px;
  color: var(--violet);
  font-size: 13px;
  font-weight: 900;
}

.benefit-item h3,
.deliverable-card h3,
.scope-row h3,
.timeline-item h3 {
  font-size: 22px;
  font-weight: 900;
}

.benefit-item p,
.deliverable-card p,
.scope-row p,
.timeline-item p {
  margin-bottom: 0;
  color: var(--muted);
  line-height: 1.7;
  font-weight: 700;
}

.audit-scope {
  background: linear-gradient(180deg, var(--purple-band), #ffffff);
}

.scope-list {
  max-width: 1040px;
  margin: 0 auto;
  border-top: 1px solid rgba(42, 6, 61, 0.16);
}

.scope-row {
  display: grid;
  grid-template-columns: 100px 0.8fr 1.2fr;
  gap: 30px;
  padding: 30px 0;
  border-bottom: 1px solid rgba(42, 6, 61, 0.16);
}

.scope-row > span {
  color: var(--violet);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.scope-row h3,
.scope-row p {
  margin-bottom: 0;
}

.audit-method {
  background: var(--purple-soft);
}

.audit-timeline {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  max-width: 1120px;
  margin: 0 auto;
}

.timeline-item {
  min-height: 280px;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
}

.timeline-item > span {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  margin-bottom: 36px;
  border-radius: 50%;
  color: var(--white);
  background: var(--violet);
  font-weight: 900;
}

.timeline-item small {
  display: block;
  margin-bottom: 12px;
  color: var(--violet);
  font-weight: 900;
}

.deliverables {
  background: var(--white);
}

.deliverable-card > span {
  padding: 7px 10px;
  border-radius: 4px;
  background: var(--mist);
}

.animations-ready .reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 600ms ease, transform 600ms ease;
}

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

@media (max-width: 980px) {
  .site-header {
    grid-template-columns: auto auto;
    justify-content: space-between;
  }

  .nav-toggle {
    display: block;
  }

  .main-nav,
  .header-actions {
    display: none;
  }

  .main-nav.is-open {
    position: absolute;
    left: 20px;
    right: 20px;
    top: 76px;
    display: grid;
    gap: 0;
    padding: 12px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: var(--white);
    box-shadow: var(--shadow);
  }

  .main-nav.is-open a {
    padding: 16px;
  }

  .main-nav.is-open .nav-dropdown {
    display: grid;
  }

  .main-nav.is-open .nav-dropdown-toggle {
    width: 100%;
    justify-content: space-between;
    padding: 16px;
  }

  .main-nav.is-open .nav-dropdown-menu {
    position: static;
    width: auto;
    max-height: 0;
    padding: 0 12px;
    border: 0;
    box-shadow: none;
    opacity: 1;
    visibility: visible;
    overflow: hidden;
    transform: none;
    transition: max-height 220ms ease, padding 220ms ease;
  }

  .main-nav.is-open .nav-dropdown.is-open .nav-dropdown-menu {
    max-height: 360px;
    padding: 4px 12px 12px;
  }

  .main-nav.is-open .nav-dropdown-menu a {
    padding: 12px 16px;
    color: var(--muted);
  }

  .main-nav.is-open .nav-dropdown:hover .nav-dropdown-menu,
  .main-nav.is-open .nav-dropdown:focus-within .nav-dropdown-menu {
    max-height: 0;
    padding: 0 12px;
  }

  .main-nav.is-open .nav-dropdown.is-open:hover .nav-dropdown-menu,
  .main-nav.is-open .nav-dropdown.is-open:focus-within .nav-dropdown-menu {
    max-height: 360px;
    padding: 4px 12px 12px;
  }

  .stats,
  .service-grid,
  .steps {
    grid-template-columns: repeat(2, 1fr);
  }

  .project-grid,
  .article-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .service-hero-inner {
    grid-template-columns: 1fr;
  }

  .chatbot-hero-inner {
    grid-template-columns: 1fr;
  }

  .agent-hero-inner {
    grid-template-columns: 1fr;
  }

  .prompt-hero-inner {
    grid-template-columns: 1fr;
  }

  .automation-hero-inner {
    grid-template-columns: 1fr;
  }

  .finance-hero-inner {
    grid-template-columns: 1fr;
  }

  .education-hero-inner {
    grid-template-columns: 1fr;
  }

  .energy-hero-inner {
    grid-template-columns: 1fr;
  }

  .insurance-hero-inner {
    grid-template-columns: 1fr;
  }

  .retail-hero-inner {
    grid-template-columns: 1fr;
  }

  .logistics-hero-inner {
    grid-template-columns: 1fr;
  }

  .method-opening-inner {
    grid-template-columns: 1fr;
  }

  .method-equation {
    grid-template-columns: 1fr;
    margin-top: 0;
    padding-top: 24px;
  }

  .method-equation > b {
    width: auto;
    height: 54px;
  }

  .method-problem,
  .method-decision {
    grid-template-columns: 1fr;
  }

  .method-problem-heading {
    position: static;
  }

  .method-loop {
    grid-template-columns: repeat(2, 1fr);
  }

  .method-dual-board {
    grid-template-columns: 1fr;
  }

  .method-convergence {
    grid-template-columns: repeat(7, auto);
    align-items: center;
  }

  .method-convergence i {
    width: 18px;
    height: 2px;
  }

  .method-measure-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .blog-masthead-inner {
    grid-template-columns: 1fr;
  }

  .blog-radar {
    width: 320px;
    height: 320px;
    justify-self: center;
  }

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

  .blog-feature-visual {
    min-height: 430px;
    border-top: 0;
    border-left: 1px solid rgba(255, 255, 255, 0.18);
  }

  .blog-story {
    grid-template-columns: 60px 1fr;
  }

  .blog-story > .blog-source {
    grid-column: 2;
    justify-self: start;
  }

  .blog-lens-grid {
    grid-template-columns: 1fr;
  }

  .about-hero-inner {
    grid-template-columns: 1fr;
  }

  .about-intro,
  .about-clevassyst,
  .about-capabilities {
    grid-template-columns: 1fr;
  }

  .career-timeline article {
    grid-template-columns: 72px 170px 1fr;
  }

  .about-values-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .education-hero-inner .service-hero-copy {
    grid-column: 1;
    grid-row: 1;
  }

  .education-hero-visual {
    grid-column: 1;
    grid-row: 2;
  }

  .audit-visual {
    max-width: 680px;
  }

  .solution-visual {
    max-width: 680px;
  }

  .audit-timeline {
    grid-template-columns: repeat(2, 1fr);
  }

  .behavior-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .control-grid {
    grid-template-columns: 1fr;
  }

  .prompt-function-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .finance-stats {
    grid-template-columns: repeat(2, 1fr);
  }

  .education-principles {
    grid-template-columns: repeat(2, 1fr);
  }

  .energy-principles {
    grid-template-columns: repeat(2, 1fr);
  }

  .insurance-principles {
    grid-template-columns: repeat(2, 1fr);
  }

  .retail-principles {
    grid-template-columns: repeat(2, 1fr);
  }

  .logistics-principles {
    grid-template-columns: repeat(2, 1fr);
  }

  .retail-explainer-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .logistics-explainer-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .finance-case {
    grid-template-columns: 64px 1fr;
  }

  .finance-case-result {
    grid-column: 2;
  }

  .education-case {
    grid-template-columns: 64px 1fr;
  }

  .education-case-result {
    grid-column: 2;
  }

  .energy-case {
    grid-template-columns: 64px 1fr;
  }

  .energy-case-result {
    grid-column: 2;
  }

  .insurance-case {
    grid-template-columns: 64px 1fr;
  }

  .insurance-case-result {
    grid-column: 2;
  }

  .retail-case {
    grid-template-columns: 64px 1fr;
  }

  .retail-case-result {
    grid-column: 2;
  }

  .logistics-case {
    grid-template-columns: 64px 1fr;
  }

  .logistics-case-result {
    grid-column: 2;
  }
}

@media (max-width: 640px) {
  .brand-logo {
    width: 72px;
    height: 58px;
  }

  .hero-inner {
    padding-top: 46px;
  }

  .hero-actions {
    flex-wrap: wrap;
  }

  .btn {
    width: 100%;
  }

  .stats,
  .service-grid,
  .project-grid,
  .article-grid,
  .steps,
  .benefit-grid,
  .deliverable-grid,
  .audit-timeline,
  .behavior-grid {
    grid-template-columns: 1fr;
  }

  .service-hero-inner {
    min-height: auto;
    padding-top: 52px;
  }

  .chatbot-hero-inner {
    min-height: auto;
    padding-top: 52px;
  }

  .agent-hero-inner {
    min-height: auto;
    padding-top: 52px;
  }

  .prompt-hero-inner {
    min-height: auto;
    padding-top: 52px;
  }

  .automation-hero-inner {
    min-height: auto;
    padding-top: 52px;
  }

  .finance-hero-inner {
    min-height: auto;
    padding-top: 52px;
  }

  .education-hero-inner {
    min-height: auto;
    padding-top: 52px;
  }

  .energy-hero-inner {
    min-height: auto;
    padding-top: 52px;
  }

  .insurance-hero-inner {
    min-height: auto;
    padding-top: 52px;
  }

  .retail-hero-inner {
    min-height: auto;
    padding-top: 52px;
  }

  .logistics-hero-inner {
    min-height: auto;
    padding-top: 52px;
  }

  .method-opening-inner {
    min-height: auto;
    padding-top: 64px;
  }

  .method-opening-copy h1 {
    font-size: 58px;
  }

  .method-waste-list article {
    grid-template-columns: 42px 1fr;
  }

  .method-waste-list article p {
    grid-column: 2;
  }

  .method-loop {
    grid-template-columns: 1fr;
  }

  .method-loop article {
    min-height: auto;
  }

  .method-convergence {
    grid-template-columns: 1fr;
  }

  .method-convergence i {
    width: 2px;
    height: 18px;
  }

  .method-matrix {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }

  .matrix-axis-y,
  .matrix-axis-x {
    display: none;
  }

  .matrix-grid {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .method-measure-grid {
    grid-template-columns: 1fr;
  }

  .blog-masthead-inner {
    min-height: auto;
    padding-top: 60px;
  }

  .blog-masthead-copy h1 {
    font-size: 54px;
  }

  .blog-radar {
    width: min(100%, 290px);
    height: 290px;
  }

  .blog-radar span:nth-child(1) { left: 105px; }
  .blog-radar span:nth-child(2) { top: 112px; }
  .blog-radar span:nth-child(3) { bottom: 26px; right: 42px; }
  .blog-radar span:nth-child(4) { bottom: 43px; left: 5px; }
  .blog-radar span:nth-child(5) { top: 106px; left: 2px; }

  .blog-feature-copy {
    padding: 28px;
  }

  .blog-feature-visual {
    min-height: 360px;
  }

  .blog-story {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .blog-story > .blog-source {
    grid-column: auto;
  }

  .blog-story-note {
    grid-template-columns: 1fr;
    gap: 9px;
  }

  .about-hero-inner {
    min-height: auto;
    padding-top: 56px;
  }

  .about-hero-copy h1 {
    font-size: 50px;
  }

  .about-statement {
    grid-template-columns: 1fr;
  }

  .career-timeline article {
    grid-template-columns: 48px 1fr;
    gap: 18px;
  }

  .career-period {
    grid-column: 2;
    padding-top: 0;
  }

  .career-story {
    grid-column: 2;
  }

  .career-marker {
    grid-row: 1 / span 2;
  }

  .about-values-grid {
    grid-template-columns: 1fr;
  }

  .about-capabilities-list div {
    grid-template-columns: 1fr;
    gap: 10px;
  }

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

  .prompt-function-grid {
    grid-template-columns: 1fr;
  }

  .before-after-grid {
    grid-template-columns: 1fr;
  }

  .finance-stats {
    grid-template-columns: 1fr;
  }

  .education-principles {
    grid-template-columns: 1fr;
  }

  .energy-principles {
    grid-template-columns: 1fr;
  }

  .insurance-principles {
    grid-template-columns: 1fr;
  }

  .retail-principles {
    grid-template-columns: 1fr;
  }

  .logistics-principles {
    grid-template-columns: 1fr;
  }

  .retail-explainer-grid {
    grid-template-columns: 1fr;
  }

  .logistics-explainer-grid {
    grid-template-columns: 1fr;
  }

  .finance-case {
    grid-template-columns: 1fr;
    padding: 26px;
  }

  .finance-case-result {
    grid-column: auto;
  }

  .education-case {
    grid-template-columns: 1fr;
    padding: 26px;
  }

  .education-case-result {
    grid-column: auto;
  }

  .energy-case {
    grid-template-columns: 1fr;
    padding: 26px;
  }

  .energy-case-result {
    grid-column: auto;
  }

  .insurance-case {
    grid-template-columns: 1fr;
    padding: 26px;
  }

  .insurance-case-result {
    grid-column: auto;
  }

  .retail-case {
    grid-template-columns: 1fr;
    padding: 26px;
  }

  .retail-case-result {
    grid-column: auto;
  }

  .logistics-case {
    grid-template-columns: 1fr;
    padding: 26px;
  }

  .logistics-case-result {
    grid-column: auto;
  }

  .audit-visual {
    padding: 22px;
  }

  .solution-visual {
    padding: 22px;
  }

  .solution-flow {
    grid-template-columns: 62px 1fr 70px;
    gap: 12px;
  }

  .solution-engine {
    min-height: 150px;
    padding: 18px;
  }

  .solution-metrics {
    grid-template-columns: 1fr;
  }

  .audit-bars div {
    grid-template-columns: 82px 1fr;
  }

  .scope-row {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .project-card {
    min-height: 260px;
    padding: 32px;
    border-radius: 24px;
  }

  .project-card a {
    top: 24px;
    right: 24px;
  }

  footer {
    align-items: flex-start;
    flex-direction: column;
  }
}
.status-page {
  min-height: 100vh;
  margin: 0;
  background:
    radial-gradient(circle at 18% 18%, rgba(116, 68, 255, 0.15), transparent 34rem),
    linear-gradient(145deg, #f8fbff 0%, #ffffff 48%, #f5f0ff 100%);
}

.status-page-main {
  min-height: 100vh;
  display: grid;
  grid-template-rows: auto 1fr;
  padding: 28px clamp(20px, 5vw, 72px);
}

.status-page-brand img {
  width: min(210px, 54vw);
  height: auto;
}

.status-page-panel {
  width: min(720px, 100%);
  align-self: center;
  justify-self: center;
  padding: clamp(34px, 7vw, 72px);
  border: 1px solid rgba(77, 48, 170, 0.14);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 26px 80px rgba(53, 35, 112, 0.12);
  text-align: center;
}

.status-page-panel h1 {
  max-width: 620px;
  margin: 14px auto;
  font-size: clamp(2rem, 5vw, 4.4rem);
  line-height: 1.02;
}

.status-page-panel > p:not(.section-kicker) {
  max-width: 560px;
  margin: 0 auto 28px;
  color: #5d6475;
  line-height: 1.7;
}

.status-page-mark,
.status-page-code {
  display: inline-grid;
  place-items: center;
  min-width: 70px;
  min-height: 70px;
  margin-bottom: 18px;
  color: #fff;
  background: #6334e8;
  border-radius: 50%;
  font-size: 2rem;
  font-weight: 900;
}

.status-page-code {
  width: auto;
  padding: 0 18px;
  border-radius: 6px;
  font-size: 1.25rem;
}
