@font-face {
  font-family: "DSIndigo";
  src: url("https://docucdn-a.akamaihd.net/www-static/assets/fonts/dsindigo-light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "DSIndigo";
  src: url("https://docucdn-a.akamaihd.net/www-static/assets/fonts/dsindigo-regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "DSIndigo";
  src: url("https://docucdn-a.akamaihd.net/www-static/assets/fonts/dsindigo-medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "DSIndigo";
  src: url("https://docucdn-a.akamaihd.net/www-static/assets/fonts/dsindigo-semibold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

:root {
  --font-main: "DSIndigo", Helvetica, Arial, sans-serif;
  --bg: #f6f7f5;
  --text: #151515;
  --muted: #5f6663;
  --line: #d9dedb;
  --dark: #171717;
  --dark-text: #f6f7f5;
  --accent: #7a1f1f;
  --card: #ffffff;
  --panel-border: rgba(34, 8, 89, 0.16);
  --panel-shadow: 0 1px 2px rgba(34, 8, 89, 0.05);
}

* {
  box-sizing: border-box;
  font-family: var(--font-main);
}

html { scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: var(--font-main);
  color: var(--text);
  background: var(--bg);
  line-height: 1.55;
  overflow-x: clip;
}

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

.site-header {
  width: min(1160px, calc(100% - 40px));
  margin: 0 auto;
  padding: 24px 0;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 26px;
  align-items: center;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

.logo-mark {
  width: 38px;
  height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.logo-mark img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

nav {
  display: flex;
  justify-content: center;
  gap: 26px;
  color: var(--muted);
  font-size: 0.95rem;
}

nav a:hover, nav a.active { color: var(--text); }

.lang-switch {
  display: inline-flex;
  gap: 4px;
  padding: 4px;
  border: 1px solid rgba(34, 8, 89, 0.24);
  border-radius: 999px;
  background: rgba(34, 8, 89, 0.05);
}

.lang-btn {
  border: 0;
  border-radius: 999px;
  padding: 8px 11px;
  background: transparent;
  color: #220859;
  font-weight: 650;
  cursor: pointer;
  font-size: 0.78rem;
}

.lang-btn.active {
  background: #220859;
  color: white;
}

.hero, .page-hero {
  width: min(1160px, calc(100% - 40px));
  margin: 18px auto 30px;
}

.hero {
  display: block;
}

.page-hero {
  margin: 12px auto 0;
  padding: 18px 0 30px;
  border-bottom: 1px solid var(--line);
}

.page-hero h1,
.page-hero p {
  max-width: none;
}

.page-hero p {
  color: var(--muted);
  font-size: 1rem;
}

.eyebrow {
  color: var(--accent) !important;
  font-size: 0.78rem !important;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-weight: 650;
  margin: 0 0 10px;
}

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

h1 {
  font-size: clamp(2rem, 3.3vw, 3rem);
  line-height: 1.08;
  letter-spacing: -0.02em;
  margin-bottom: 18px;
  color: #220859;
}

h2 {
  font-size: clamp(1.4rem, 2vw, 1.95rem);
  line-height: 1.16;
  letter-spacing: -0.01em;
  margin-bottom: 14px;
  color: #220859;
}

h3 {
  font-size: 1.1rem;
  letter-spacing: -0.01em;
  margin-bottom: 10px;
  color: #220859;
}

.hero-text {
  font-size: 1.04rem;
  color: var(--muted);
  max-width: none;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 24px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 20px;
  border-radius: 999px;
  font-weight: 600;
  border: 1px solid #220859;
  background: #220859;
  color: white;
}

.button.primary,
.button.secondary {
  background: #220859;
  border-color: #220859;
  color: white;
}

.hero-card, .hero-visual, .cards article, .comparison-card, .fit-box div, .contact-note, .value-strip > div, .badge-card {
  background: var(--card);
  border: 1px solid var(--panel-border);
  border-radius: 8px;
  box-shadow: var(--panel-shadow);
}

.hero-card {
  padding: 20px 22px;
  position: relative;
  z-index: 2;
}

.card-label {
  color: #220859;
  font-size: 0.9rem;
  margin-bottom: 18px;
  white-space: nowrap;
}

.hero-card ul, .comparison-card ul, .contact-note ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.hero-card li {
  position: relative;
  padding: 9px 0 9px 18px;
  font-size: 0.92rem;
  font-weight: 500;
  line-height: 1.38;
}

.hero-card li + li {
  border-top: 1px solid rgba(34, 8, 89, 0.09);
}

.hero-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #220859;
  transform: translateY(-50%);
}

/* Hero showcase: expertise card + product visual */
.hero-showcase {
  width: min(1160px, calc(100% - 40px));
  margin: 8px auto 32px;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
  gap: 24px;
  align-items: stretch;
}

.hero-visual {
  margin: 0;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 1;
  background: #26065d;
  border-color: rgba(34, 8, 89, 0.22);
}

.hero-visual.iam-visual {
  padding: 12px;
  gap: 10px;
  background: linear-gradient(180deg, #2a0864 0%, #220859 100%);
  border-color: rgba(34, 8, 89, 0.28);
  box-shadow: 0 12px 28px rgba(34, 8, 89, 0.12);
}

.hero-visual img {
  display: block;
  width: 100%;
  height: 310px;
  flex: 0 0 auto;
  min-height: 180px;
  object-fit: contain;
  object-position: left top;
}

.hero-visual.iam-visual img {
  flex: 1 1 auto;
  height: 0;
  min-height: 240px;
  width: 100%;
  padding: 0;
  border-radius: 6px;
  object-fit: cover;
  object-position: center;
  align-self: stretch;
  background: transparent;
}

.hero-visual figcaption {
  padding: 14px 20px;
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.88);
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  background: #26065d;
}

.hero-visual.iam-visual figcaption {
  padding: 0 2px 1px;
  border-top: 0;
  background: transparent;
}

/* Value pillars: independent / lower cost / fast */
.value-strip {
  width: min(1160px, calc(100% - 40px));
  margin: 16px auto 68px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.value-strip h3 {
  margin-bottom: 8px;
}

.value-strip p {
  color: var(--muted);
  margin: 0;
}

/* Platform / certification logos */
.logo-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 22px;
  margin-top: 30px;
}

.logo-row img {
  height: 46px;
  width: auto;
  max-width: 200px;
  object-fit: contain;
  padding: 20px 26px;
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-sizing: content-box;
}

.trust-strip {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  display: flex;
  justify-content: center;
  gap: 48px;
  padding: 18px 20px;
  color: var(--muted);
  font-weight: 650;
  flex-wrap: wrap;
}

.section {
  width: min(1160px, calc(100% - 40px));
  margin: 0 auto;
  padding: 38px 0;
}

.section-heading {
  margin-bottom: 22px;
}

.section-heading p, .cards p, .fit-box p, .expertise-list p, .steps p, .contact-note li {
  color: var(--muted);
}

.grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.cards article {
  padding: 22px;
  min-height: 150px;
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.cards:not(.situation-grid) article:hover {
  transform: translateY(-3px);
  border-color: rgba(34, 8, 89, 0.32);
  box-shadow: 0 10px 24px rgba(34, 8, 89, 0.08);
}

.proof-grid article {
  min-height: 140px;
}

.iam-grid,
.situation-grid {
  grid-template-columns: repeat(4, 1fr);
}

.service-recurring {
  border-color: var(--accent);
  box-shadow: 0 0 0 1px var(--accent) inset;
}

.recurring-tag {
  display: inline-block;
  margin-bottom: 12px;
  padding: 4px 11px;
  border-radius: 999px;
  background: var(--accent);
  color: #fff;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.service-meta {
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid var(--line);
}

.service-meta li {
  color: var(--muted);
  padding: 10px 0 0;
  font-size: 0.94rem;
}

.usecase-grid article {
  display: flex;
  flex-direction: column;
}

.usecase-tag {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 16px;
  padding: 4px 10px;
  border: 1px solid rgba(34, 8, 89, 0.18);
  border-radius: 999px;
  color: #220859;
  background: rgba(34, 8, 89, 0.06);
  font-size: 0.76rem;
  font-weight: 600;
}

.usecase-stack {
  margin: auto 0 0;
  padding: 16px 0 0;
  border-top: 1px solid var(--line);
  list-style: none;
}

.usecase-stack li {
  color: var(--muted);
  padding: 8px 0 0;
  font-size: 0.94rem;
}

.source-section .section-heading {
  margin-bottom: 20px;
}

.source-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.source-links a {
  border: 1px solid rgba(34, 8, 89, 0.18);
  border-radius: 999px;
  color: #220859;
  padding: 8px 12px;
  font-size: 0.9rem;
  font-weight: 500;
}

.reveal {
  opacity: 0;
  transform: translateY(18px);
  transition:
    opacity 700ms ease,
    transform 700ms cubic-bezier(0.22, 1, 0.36, 1);
  transition-delay: var(--reveal-delay, 0ms);
  will-change: opacity, transform;
}

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

.comparison-grid {
  display: grid;
  grid-template-columns: 1.1fr 1fr 1fr;
  gap: 14px;
}

.comparison-card {
  padding: 22px;
}

.comparison-card.highlight {
  background: #220859;
  color: var(--dark-text);
  border-color: #220859;
}

.comparison-card.highlight h3 { color: var(--dark-text); }

.comparison-card li {
  padding: 10px 0;
  border-top: 1px solid var(--line);
  color: var(--muted);
}

.comparison-card.highlight li {
  border-top-color: rgba(255, 255, 255, 0.18);
  color: rgba(255, 255, 255, 0.86);
}

.fit-box {
  margin-top: 14px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.identity-panel {
  margin-top: 14px;
  padding: 26px;
  border: 1px solid rgba(34, 8, 89, 0.18);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: var(--panel-shadow);
}

.identity-panel p {
  max-width: 780px;
  color: var(--muted);
}

.identity-points {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin: 22px 0 0;
}

.identity-points span {
  border-top: 1px solid rgba(34, 8, 89, 0.14);
  color: #220859;
  font-weight: 500;
  padding-top: 12px;
}

.fit-box div, .contact-note {
  padding: 22px;
}

.cta-section {
  padding-top: 18px;
}

.contact-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  align-items: start;
}

.expertise-list {
  display: grid;
  gap: 6px;
}

.expertise-list div {
  display: grid;
  grid-template-columns: 148px 0.7fr 1.3fr;
  gap: 24px;
  margin-inline: -14px;
  padding: 18px 14px;
  align-items: center;
  border: 1px solid transparent;
  border-radius: 8px;
  transition: background 180ms ease, border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
  transform-origin: center;
}

.expertise-list div + div {
  border-top-color: rgba(34, 8, 89, 0.14);
}

.expertise-list div:hover,
.expertise-list div.is-selected,
.expertise-list div:focus-visible {
  background: rgba(255, 255, 255, 0.76);
  border-color: rgba(34, 8, 89, 0.16);
  box-shadow: 0 14px 30px rgba(34, 8, 89, 0.08);
  transform: translateX(6px) scale(1.012);
  outline: 0;
}

.exp-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}

.exp-icon img {
  max-width: 100%;
  max-height: 76px;
  width: auto;
  height: auto;
  object-fit: contain;
  transition: transform 180ms ease;
}

.expertise-list div:hover .exp-icon img,
.expertise-list div.is-selected .exp-icon img,
.expertise-list div:focus-visible .exp-icon img {
  transform: scale(1.08);
}

.exp-icon .exp-logo-wide {
  max-width: 148px;
  max-height: 44px;
}

.exp-icon .exp-screenshot {
  max-height: 84px;
  border-radius: 6px;
}

.exp-icon .exp-cutout {
  max-height: 86px;
}

.steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.vertical-steps {
  grid-template-columns: 1fr;
  max-width: 780px;
}

.steps div {
  border-top: 1px solid var(--line);
  padding-top: 22px;
}

.steps span {
  color: var(--accent);
  font-weight: 600;
}

.contact-note {
  max-width: 760px;
}

.contact-note li {
  padding: 12px 0;
  border-top: 1px solid var(--line);
}

footer {
  width: 100%;
  margin: 42px 0 0;
  padding: 38px 0 52px;
  border-top: 0;
  background: #220859;
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.86rem;
}

footer p {
  width: min(1160px, calc(100% - 40px));
  margin: 0 auto 8px;
}

.footer-links {
  width: min(1160px, calc(100% - 40px));
  margin: 14px auto 0;
  padding-top: 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
}

.footer-links > a[href="privacy.html"] {
  color: #ffffff;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.footer-linkedin {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #ffffff;
  text-decoration: none;
  font-weight: 500;
}

.footer-linkedin svg {
  width: 17px;
  height: 17px;
  fill: currentColor;
}

.footer-linkedin:hover {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.privacy-content {
  display: grid;
  gap: 28px;
  max-width: 860px;
}

.privacy-content div {
  border-top: 1px solid var(--line);
  padding-top: 24px;
}

.legal-list {
  display: grid;
  gap: 14px;
  margin: 0;
}

.legal-list dt {
  color: var(--text);
  font-weight: 620;
}

.legal-list dd {
  margin: -10px 0 0;
  color: var(--muted);
}

.legal-list a {
  color: var(--text);
  text-decoration: underline;
  text-underline-offset: 3px;
}

/* Experience / certifications */
.about-grid {
  display: grid;
  grid-template-columns: 1fr 1.3fr;
  gap: 18px;
  align-items: start;
}

.about-card {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 26px;
}

.about-card p {
  color: var(--muted);
}

.link-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.link-list li {
  padding: 11px 0;
  border-top: 1px solid var(--line);
  font-size: 0.95rem;
}

.link-list a {
  color: var(--accent);
  font-weight: 550;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.link-list-label {
  color: var(--muted);
  font-size: 0.9rem;
  margin: 22px 0 6px;
}

.client-tags {
  margin: 0 0 8px;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.client-tags li {
  border: 1px solid var(--line);
  background: var(--bg);
  border-radius: 999px;
  padding: 6px 13px;
  font-size: 0.88rem;
  font-weight: 500;
}

.experience-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-bottom: 14px;
}

.experience-stat {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 20px;
}

.experience-stat strong {
  display: block;
  font-size: clamp(1.6rem, 3vw, 2.35rem);
  line-height: 1;
  letter-spacing: -0.02em;
  margin-bottom: 8px;
}

.experience-stat span {
  color: var(--muted);
}

.badge-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.badge-card {
  min-height: 170px;
  padding: 18px;
  display: grid;
  grid-template-rows: 1fr auto;
  justify-items: center;
  align-items: center;
  text-align: center;
  gap: 10px;
}

.badge-card img {
  width: min(92px, 100%);
  height: auto;
  display: block;
}

.badge-card span {
  font-weight: 560;
  line-height: 1.25;
}

.compact-actions {
  margin-top: 0;
}

.compact-badges {
  grid-template-columns: repeat(5, 1fr);
}

.compact-badges .badge-card {
  min-height: 132px;
  padding: 14px 12px;
}

.compact-badges .badge-card img {
  width: min(68px, 100%);
}

.compact-badges .badge-card span {
  font-size: 0.84rem;
}

.cert-links {
  margin-top: 18px;
}

.contact-action-card {
  display: flex;
  min-height: 100%;
  flex-direction: column;
  justify-content: space-between;
  gap: 18px;
}

.contact-action-card p {
  color: var(--muted);
}

.contact-email {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid currentColor;
  color: var(--accent);
  font-weight: 650;
  overflow-wrap: anywhere;
}

/* Certifications */
.cert-row {
  display: flex;
  gap: 28px;
  align-items: center;
  flex-wrap: wrap;
}

.cert-row img {
  height: 130px;
  width: auto;
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 16px;
}

.cert-row .link-list {
  flex: 1;
  min-width: 260px;
}

@media (max-width: 960px) {
  .site-header {
    grid-template-columns: auto auto;
  }

  nav {
    grid-column: 1 / -1;
    justify-content: flex-start;
    overflow-x: auto;
    padding-bottom: 4px;
  }

  .hero {
    grid-template-columns: 1fr;
    min-height: auto;
    margin-top: 20px;
  }

  h1 {
    font-size: clamp(2rem, 8vw, 2.65rem);
  }

  .grid, .steps, .comparison-grid, .fit-box, .identity-points, .expertise-list div, .hero-showcase, .value-strip, .contact-grid, .about-grid, .experience-strip, .badge-grid, .iam-grid, .situation-grid, .compact-badges {
    grid-template-columns: 1fr;
  }

  .exp-icon {
    width: 88px;
    aspect-ratio: auto;
    justify-self: start;
  }

  .logo-row {
    gap: 16px;
  }

  .section {
    padding: 32px 0;
  }

  .cards article {
    min-height: auto;
  }

  .hero-card {
    padding: 18px;
  }

  .hero-card li {
    padding: 7px 0 7px 18px;
  }

  .hero-visual figcaption {
    padding: 10px 14px;
  }

  .hero-visual img {
    height: 260px;
  }

  .page-hero {
    padding-top: 16px;
  }
}

@media (min-width: 961px) {
  .hero-card {
    width: 100%;
  }
}

@media (min-width: 780px) and (max-width: 960px) {
  .hero-showcase {
    grid-template-columns: minmax(0, 1fr) minmax(300px, 0.9fr);
    gap: 16px;
  }

  .hero-card {
    width: calc(100% + 52px);
  }
}

@media (max-width: 520px) {
  .site-header, .hero, .section {
    width: min(100% - 28px, 1160px);
  }

  footer p {
    width: min(100% - 28px, 1160px);
  }

  .logo-text {
    font-size: 1.12rem;
  }

  .lang-btn {
    padding: 7px 9px;
  }

  .hero-visual img {
    height: 190px;
  }
}


/* V5 readability pass: calmer, more old-school B2B typography */
body {
  font-weight: 400;
}

h1 {
  font-weight: 620;
}

h2 {
  font-weight: 600;
}

h3 {
  font-weight: 600;
}

p,
li {
  font-weight: 400;
}

.eyebrow {
  font-weight: 600 !important;
  letter-spacing: 0.12em;
}

.hero-text,
.page-hero p {
  line-height: 1.65;
}

.cards article,
.comparison-card,
.hero-card,
.contact-note {
  box-shadow: var(--panel-shadow);
}

.logo-text {
  font-family: var(--font-main);
  font-size: 1.24rem;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1;
  color: #220859;
}

nav {
  font-weight: 450;
}

.button {
  font-weight: 560;
}

.hero-card li {
  font-weight: 500;
}

@media (max-width: 960px) {
  h1 {
    font-size: clamp(2rem, 8vw, 2.65rem);
  }
}

/* Direction B: editorial columns for short blocks (no boxes) */
.value-strip > div,
.situation-grid article {
  position: relative;
  background: transparent;
  border: 0;
  border-top: 1px solid rgba(34, 8, 89, 0.16);
  border-radius: 0;
  box-shadow: none;
  padding: 20px 0 0;
  min-height: 0;
  transition: none;
}

.value-strip > div::before,
.situation-grid article::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  width: 44px;
  height: 3px;
  background: #220859;
  transition: width 0.3s cubic-bezier(0.22, 1, 0.36, 1);
}

.value-strip > div:hover::before,
.situation-grid article:hover::before {
  width: 100%;
}

.value-strip > div:hover,
.situation-grid article:hover {
  transform: none;
  border-color: rgba(34, 8, 89, 0.16);
  box-shadow: none;
}

.situation-grid {
  gap: 30px;
}

/* Direction B on Why us: comparison alternatives + fit-box as editorial columns */
.comparison-grid {
  gap: 30px;
}

.comparison-card:not(.highlight) {
  position: relative;
  background: transparent;
  border: 0;
  border-top: 1px solid rgba(34, 8, 89, 0.16);
  border-radius: 0;
  box-shadow: none;
  padding: 20px 0 0;
}

.comparison-card:not(.highlight)::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  width: 44px;
  height: 3px;
  background: #220859;
  transition: width 0.3s cubic-bezier(0.22, 1, 0.36, 1);
}

.comparison-card:not(.highlight):hover::before {
  width: 100%;
}

.fit-box {
  gap: 30px;
  margin-top: 34px;
}

.fit-box > div {
  position: relative;
  background: transparent;
  border: 0;
  border-top: 1px solid rgba(34, 8, 89, 0.16);
  border-radius: 0;
  box-shadow: none;
  padding: 20px 0 0;
}

.fit-box > div::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  width: 44px;
  height: 3px;
  background: #220859;
  transition: width 0.3s cubic-bezier(0.22, 1, 0.36, 1);
}

.fit-box > div:hover::before {
  width: 100%;
}

/* Full-bleed tinted bands: content stays in the column, background spans the viewport */
.section.band {
  width: 100%;
  padding-inline: max(20px, calc(50vw - 580px));
  padding-block: 44px;
  background: rgba(34, 8, 89, 0.055);
}

.identity-panel {
  margin-top: 48px;
  margin-inline: calc(50% - 50vw);
  padding: 52px calc(50vw - 50%) 56px;
  border: 0;
  border-radius: 0;
  background: rgba(34, 8, 89, 0.055);
  box-shadow: none;
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }

  .value-strip > div::before,
  .situation-grid article::before,
  .comparison-card:not(.highlight)::before,
  .fit-box > div::before {
    transition: none;
  }
}

@media (max-width: 520px) {
  .section.band {
    padding-inline: 14px;
  }
}
