@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&display=swap");

:root {
  --ink: #18132a;
  --ink-soft: #5f5970;
  --navy: #09051c;
  --navy-2: #130b2b;
  --navy-3: #1e1042;
  --violet: #8b3dff;
  --violet-bright: #a855f7;
  --magenta: #d946ef;
  --cyan: #38bdf8;
  --paper: #ffffff;
  --paper-soft: #f7f5fb;
  --line: #e9e4f1;
  --green: #25d366;
  --shadow-sm: 0 12px 34px rgba(38, 22, 67, 0.09);
  --shadow-lg: 0 26px 80px rgba(10, 4, 32, 0.28);
  --radius: 24px;
  --radius-sm: 16px;
  --container: 1240px;
}

/* Professional solution and case pages */
.solution-hero-pro {
  min-height: 640px;
  padding-bottom: 58px;
}

.solution-hero-facts {
  display: grid;
  width: min(760px, 100%);
  margin-top: 38px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.045);
  grid-template-columns: repeat(3, minmax(0, 1fr));
  backdrop-filter: blur(12px);
}

.solution-hero-facts div {
  padding: 18px 21px;
}

.solution-hero-facts div + div {
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}

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

.solution-hero-facts strong {
  margin-bottom: 3px;
  color: #d99cff;
  font-size: 1.05rem;
}

.solution-hero-facts span {
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.67rem;
}

.solution-excellence {
  padding: 76px 0;
  border-bottom: 1px solid #eae4f0;
  background: #fff;
}

.excellence-grid {
  display: grid;
  align-items: start;
  gap: 72px;
  grid-template-columns: minmax(310px, 0.9fr) minmax(520px, 1.1fr);
}

.excellence-grid h2 {
  margin: 0 0 20px;
  font-size: clamp(2.2rem, 4vw, 3.5rem);
  letter-spacing: -0.055em;
}

.excellence-grid h2 span,
.quality-framework h2 span,
.case-page-hero h1 span,
.case-study-header h2 span {
  background: linear-gradient(100deg, #8537ef, #d946ef);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.excellence-grid > div > p {
  max-width: 580px;
  margin: 0;
  color: var(--ink-soft);
}

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

.excellence-steps li {
  display: grid;
  gap: 20px;
  padding: 19px 0;
  border-bottom: 1px solid var(--line);
  grid-template-columns: 38px 1fr;
}

.excellence-steps > li > span {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border: 1px solid #d9c4ef;
  border-radius: 9px;
  color: #8134dc;
  font-size: 0.61rem;
  font-weight: 800;
}

.excellence-steps strong {
  font-size: 0.88rem;
}

.excellence-steps p {
  margin: 3px 0 0;
  color: var(--ink-soft);
  font-size: 0.72rem;
}

.solutions-page .service-detail {
  padding: 78px 0;
}

.service-fit {
  margin: 0 0 28px;
  padding: 17px 18px;
  border-left: 3px solid #9b4df1;
  border-radius: 0 10px 10px 0;
  background: #f5f0fa;
}

.service-detail-tinted .service-fit {
  background: #fff;
}

.service-fit strong {
  display: block;
  margin-bottom: 4px;
  color: #7130ca;
  font-size: 0.65rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.service-fit p {
  margin: 0;
  color: #665e70;
  font-size: 0.72rem;
  line-height: 1.6;
}

.service-columns {
  display: grid;
  gap: 26px;
  grid-template-columns: minmax(0, 1.18fr) minmax(210px, 0.82fr);
}

.quality-list {
  align-self: start;
  padding: 20px;
  border: 1px solid #e8deef;
  border-radius: 13px;
  background: #faf7fc;
}

.quality-list > span,
.reference-links > span {
  display: block;
  margin-bottom: 12px;
  color: #7d35dc;
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.quality-list ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.quality-list li {
  position: relative;
  padding-left: 17px;
  color: #5f5868;
  font-size: 0.69rem;
  line-height: 1.5;
}

.quality-list li::before {
  position: absolute;
  top: 0.55em;
  left: 0;
  width: 7px;
  height: 4px;
  transform: rotate(-45deg);
  border-bottom: 2px solid #9a47ea;
  border-left: 2px solid #9a47ea;
  content: "";
}

.reference-links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin-top: 22px;
  padding-top: 19px;
  border-top: 1px solid #ece6f0;
}

.reference-links > span {
  width: 100%;
  margin: 0 0 2px;
}

.reference-links a {
  padding: 8px 10px;
  border: 1px solid #e1d7e8;
  border-radius: 8px;
  background: #fff;
  color: #60308e;
  font-size: 0.61rem;
  font-weight: 750;
  transition: border-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.reference-links a:hover {
  transform: translateY(-2px);
  border-color: #ab70e2;
  color: #7e2fd5;
}

.service-proof {
  display: grid;
  align-items: center;
  gap: 36px;
  margin-top: 46px;
  overflow: hidden;
  border: 1px solid #e1d8e9;
  border-radius: 20px;
  background: #f9f7fc;
  box-shadow: var(--shadow-sm);
  grid-template-columns: minmax(0, 1.25fr) minmax(320px, 0.75fr);
}

.service-proof img {
  width: 100%;
  height: 310px;
  object-fit: cover;
  object-position: center top;
  border-right: 1px solid #e6ddec;
}

.service-proof > div {
  padding: 30px 38px 30px 0;
}

.service-proof h3 {
  margin: 0 0 12px;
  font-size: 1.55rem;
}

.service-proof p {
  margin: 0 0 15px;
  color: var(--ink-soft);
  font-size: 0.76rem;
}

.service-proof a {
  color: #7c31d5;
  font-size: 0.7rem;
  font-weight: 800;
}

.quality-framework {
  padding: 82px 0;
  background: linear-gradient(145deg, #0a061b, #170b30);
  color: #fff;
}

.quality-framework-grid {
  display: grid;
  gap: 12px;
  margin-top: 40px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.quality-framework-grid article {
  min-height: 205px;
  padding: 25px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.035);
}

.quality-framework-grid article > span {
  display: inline-flex;
  margin-bottom: 34px;
  color: #c88cff;
  font-size: 0.63rem;
  font-weight: 800;
}

.quality-framework-grid h3 {
  margin: 0 0 9px;
  font-size: 0.95rem;
}

.quality-framework-grid p {
  margin: 0;
  color: rgba(255, 255, 255, 0.52);
  font-size: 0.7rem;
}

.cta-actions {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 18px;
}

.text-link-light {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.68rem;
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.case-visual-image img {
  width: 100%;
  height: 100%;
  min-height: 175px;
  object-fit: cover;
  object-position: center top;
  transition: transform 0.35s ease;
}

.case-tile-featured .case-visual-image img {
  min-height: 100%;
}

.case-visual-image::before {
  z-index: 1;
  inset: 0;
  width: auto;
  aspect-ratio: auto;
  border-radius: 0;
  background: linear-gradient(180deg, transparent 45%, rgba(13, 5, 31, 0.55));
  filter: none;
}

.case-visual-image::after {
  display: none;
}

.case-tile:hover .case-visual-image img {
  transform: scale(1.025);
}

.case-visual-alphavox {
  background: linear-gradient(145deg, #471270, #12153f);
}

/* Case detail page */
.cases-page {
  background: #fff;
}

.case-page-hero {
  position: relative;
  min-height: 560px;
  padding: 158px 0 80px;
  overflow: hidden;
  background:
    radial-gradient(circle at 80% 16%, rgba(184, 68, 255, 0.26), transparent 30%),
    linear-gradient(135deg, #080419, #160a31 70%, #241046);
  color: #fff;
}

.case-page-hero::after {
  position: absolute;
  inset: 0;
  opacity: 0.1;
  background-image: linear-gradient(rgba(255, 255, 255, 0.08) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px);
  background-size: 58px 58px;
  content: "";
  mask-image: linear-gradient(90deg, transparent, #000 45%);
}

.case-page-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  align-items: end;
  gap: 80px;
  grid-template-columns: minmax(0, 1.15fr) minmax(330px, 0.85fr);
}

.case-page-hero h1 {
  margin: 0 0 20px;
  font-size: clamp(3.4rem, 6vw, 6rem);
  letter-spacing: -0.065em;
}

.case-page-hero p {
  max-width: 670px;
  margin: 0;
  color: rgba(255, 255, 255, 0.62);
}

.case-hero-panel {
  padding: 28px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 17px;
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(13px);
}

.case-hero-panel > span,
.case-study-number {
  display: block;
  margin-bottom: 13px;
  color: #cf91ff;
  font-size: 0.64rem;
  font-weight: 800;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.case-hero-panel strong {
  display: block;
  margin-bottom: 12px;
  font-size: 1.35rem;
  line-height: 1.35;
}

.case-hero-panel p {
  font-size: 0.72rem;
}

.case-index {
  position: sticky;
  z-index: 90;
  top: 78px;
  border-bottom: 1px solid #e8e1ee;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 10px 28px rgba(25, 12, 47, 0.05);
  backdrop-filter: blur(14px);
}

.case-index .container {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.case-index a {
  display: flex;
  min-height: 68px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-right: 1px solid #eee8f2;
  color: #5b5465;
  font-size: 0.7rem;
  font-weight: 800;
}

.case-index a:first-child {
  border-left: 1px solid #eee8f2;
}

.case-index a span {
  color: #9845e9;
  font-size: 0.59rem;
}

.case-index a:hover {
  background: #f8f3fc;
  color: #742bc7;
}

.case-study {
  padding: 86px 0;
  scroll-margin-top: 148px;
}

.case-study-tinted {
  border-top: 1px solid #ebe5ef;
  border-bottom: 1px solid #ebe5ef;
  background: #f8f6fb;
}

.case-study-header {
  display: grid;
  align-items: end;
  gap: 40px;
  margin-bottom: 42px;
  padding-bottom: 28px;
  border-bottom: 1px solid #e8e2ed;
  grid-template-columns: minmax(0, 1fr) auto;
}

.case-study-header h2 {
  max-width: 900px;
  margin: 0;
  font-size: clamp(2.5rem, 4.8vw, 4.7rem);
  letter-spacing: -0.06em;
}

.case-study-header > p {
  margin: 0 0 9px;
  color: #7b7383;
  font-size: 0.67rem;
  font-weight: 700;
  text-align: right;
}

.case-study-body {
  display: grid;
  align-items: start;
  gap: 54px;
  grid-template-columns: minmax(0, 1.3fr) minmax(300px, 0.7fr);
}

.case-narrative {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.case-narrative > div {
  padding-top: 17px;
  border-top: 2px solid #b45df1;
}

.case-narrative strong {
  display: block;
  margin-bottom: 8px;
  color: #6324a7;
  font-size: 0.69rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.case-narrative p {
  margin: 0;
  color: #5d5668;
  font-size: 0.79rem;
}

.case-deliveries {
  display: grid;
  margin: 0;
  padding: 22px 24px;
  border: 1px solid #e5ddeb;
  border-radius: 14px;
  background: #fff;
  gap: 9px 22px;
  grid-column: 1 / -1;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  list-style: none;
}

.case-deliveries li {
  position: relative;
  padding-left: 18px;
  color: #5a5364;
  font-size: 0.7rem;
}

.case-deliveries li::before {
  position: absolute;
  top: 0.63em;
  left: 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #9d44e9;
  content: "";
}

.case-metrics,
.case-outcome-card,
.alphavox-flow {
  padding: 24px;
  border: 1px solid #e3d7ec;
  border-radius: 16px;
  background: linear-gradient(145deg, #f8f2fc, #fff);
  box-shadow: var(--shadow-sm);
}

.case-metrics {
  display: grid;
  gap: 1px;
  overflow: hidden;
  padding: 0;
  background: #e7dcec;
}

.case-metrics article {
  padding: 17px 21px;
  background: #fff;
}

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

.case-metrics strong {
  color: #7228bf;
  font-size: 1.6rem;
}

.case-metrics span {
  color: #6e6677;
  font-size: 0.66rem;
}

.case-metrics small {
  padding: 13px 20px;
  background: #f8f3fb;
  color: #7e7586;
  font-size: 0.56rem;
}

.case-outcome-card > span {
  display: block;
  margin-bottom: 12px;
  color: #812fd0;
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.case-outcome-card strong {
  display: block;
  font-size: 1.2rem;
  line-height: 1.5;
}

.case-media {
  display: grid;
  gap: 16px;
  margin-top: 38px;
}

.case-media-split {
  grid-template-columns: 0.78fr 1.22fr;
}

.case-media-three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.case-media-feature {
  grid-template-columns: 1fr;
}

.case-media figure {
  margin: 0;
  overflow: hidden;
  border: 1px solid #ded5e5;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 16px 38px rgba(33, 17, 57, 0.08);
}

.case-media img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  object-position: center top;
  background: #f2eef6;
}

.case-media-feature img {
  aspect-ratio: 16 / 9;
  object-fit: contain;
}

.case-media-impact figure {
  border-color: rgba(88, 66, 184, 0.25);
  box-shadow: 0 28px 72px rgba(31, 19, 77, 0.17);
}

.case-media figcaption {
  padding: 10px 14px;
  border-top: 1px solid #e7e0eb;
  color: #716a79;
  font-size: 0.61rem;
  font-weight: 700;
}

.case-stack {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 21px;
}

.case-stack span {
  padding: 7px 10px;
  border: 1px solid #e4dbe9;
  border-radius: 7px;
  background: #fff;
  color: #716979;
  font-size: 0.58rem;
  font-weight: 750;
}

.alphavox-flow {
  display: flex;
  min-height: 220px;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 9px;
  background:
    radial-gradient(circle at 85% 5%, rgba(207, 79, 244, 0.18), transparent 32%),
    linear-gradient(145deg, #13082c, #2b1054);
  color: #fff;
}

.alphavox-flow span {
  padding: 12px 14px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 9px;
  background: rgba(255, 255, 255, 0.06);
  font-size: 0.67rem;
  font-weight: 800;
}

.alphavox-flow i {
  color: #c579ff;
  font-style: normal;
}

.case-final-cta {
  padding: 76px 0;
  background:
    radial-gradient(circle at 90% 0, rgba(221, 78, 244, 0.23), transparent 28%),
    linear-gradient(120deg, #160932, #421888);
  color: #fff;
}

.case-final-cta .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 38px;
}

.case-final-cta h2 {
  max-width: 760px;
  margin: 0;
  font-size: clamp(2rem, 4vw, 3.4rem);
}

@media (max-width: 1060px) {
  .excellence-grid,
  .case-page-hero-grid,
  .case-study-body {
    gap: 42px;
    grid-template-columns: 1fr;
  }

  .service-columns {
    grid-template-columns: 1fr;
  }

  .quality-framework-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .case-study-header {
    grid-template-columns: 1fr;
  }

  .case-study-header > p {
    text-align: left;
  }
}

@media (max-width: 900px) {
  .solution-hero-pro {
    min-height: 610px;
  }

  .solution-excellence,
  .case-study {
    padding: 66px 0;
  }

  .service-proof {
    grid-template-columns: 1fr;
  }

  .service-proof img {
    height: auto;
    border-right: 0;
    border-bottom: 1px solid #e6ddec;
  }

  .service-proof > div {
    padding: 0 28px 30px;
  }

  .solution-final-cta .container,
  .case-final-cta .container {
    align-items: flex-start;
    flex-direction: column;
  }

  .case-index {
    top: 70px;
    overflow-x: auto;
  }

  .case-index .container {
    width: max-content;
    min-width: 100%;
    grid-template-columns: repeat(6, minmax(135px, 1fr));
  }

  .case-media-three {
    grid-template-columns: 1fr 1fr;
  }

  .case-media-three figure:first-child {
    grid-column: 1 / -1;
  }
}

@media (max-width: 640px) {
  .solution-hero-facts {
    grid-template-columns: 1fr;
  }

  .solution-hero-facts div + div {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    border-left: 0;
  }

  .quality-framework-grid,
  .case-narrative,
  .case-deliveries,
  .case-media-split,
  .case-media-three {
    grid-template-columns: 1fr;
  }

  .case-media-three figure:first-child {
    grid-column: auto;
  }

  .case-page-hero {
    min-height: 600px;
    padding-top: 132px;
  }

  .case-page-hero h1 {
    font-size: clamp(2.8rem, 15vw, 4.2rem);
  }

  .case-study-header h2 {
    font-size: clamp(2.25rem, 12vw, 3.4rem);
  }

  .case-study-header {
    margin-bottom: 30px;
  }

  .cta-actions {
    align-items: flex-start;
    flex-direction: column;
  }
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 90px;
}

body {
  margin: 0;
  overflow-x: hidden;
  background: var(--paper);
  color: var(--ink);
  font-family: "Manrope", "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

body.menu-open {
  overflow: hidden;
}

img {
  display: block;
  max-width: 100%;
}

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

button,
input,
select,
textarea {
  font: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

:focus-visible {
  outline: 3px solid rgba(168, 85, 247, 0.75);
  outline-offset: 4px;
}

.skip-link {
  position: fixed;
  left: 16px;
  top: 12px;
  z-index: 9999;
  padding: 10px 15px;
  transform: translateY(-160%);
  border-radius: 10px;
  background: #fff;
  color: var(--navy);
  font-weight: 800;
  transition: transform 0.2s ease;
}

.skip-link:focus {
  transform: translateY(0);
}

.container {
  width: min(calc(100% - 40px), var(--container));
  margin-inline: auto;
}

.section {
  position: relative;
  padding: 112px 0;
}

.section-light {
  background: var(--paper);
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 18px;
  color: #7d35dc;
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.eyebrow::before {
  width: 27px;
  height: 2px;
  border-radius: 99px;
  background: currentColor;
  content: "";
}

.eyebrow-light {
  color: #cf9eff;
}

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

h1,
h2,
h3 {
  line-height: 1.12;
  letter-spacing: -0.035em;
}

h2 {
  margin-bottom: 22px;
  font-size: clamp(2rem, 4vw, 3.6rem);
}

h2 span,
.text-gradient {
  background: linear-gradient(110deg, var(--violet-bright), var(--magenta));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.button {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  gap: 15px;
  padding: 0 24px;
  border: 1px solid transparent;
  border-radius: 11px;
  background: linear-gradient(115deg, #7633eb, #a33cfc);
  box-shadow: 0 12px 34px rgba(126, 52, 239, 0.3);
  color: #fff;
  cursor: pointer;
  font-size: 0.88rem;
  font-weight: 800;
  line-height: 1;
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease,
    background 0.25s ease;
}

.button:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 42px rgba(126, 52, 239, 0.45);
}

.button-small {
  min-height: 42px;
  padding-inline: 19px;
  font-size: 0.76rem;
}

.button-ghost {
  border-color: rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.045);
  box-shadow: none;
  backdrop-filter: blur(8px);
}

.button-ghost:hover {
  border-color: rgba(196, 137, 255, 0.55);
  background: rgba(153, 78, 255, 0.12);
  box-shadow: none;
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #7430d8;
  font-size: 0.87rem;
  font-weight: 800;
}

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

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

/* Header */
.site-header {
  position: fixed;
  z-index: 1000;
  top: 0;
  right: 0;
  left: 0;
  border-bottom: 1px solid transparent;
  color: #fff;
  transition:
    background 0.25s ease,
    border-color 0.25s ease,
    box-shadow 0.25s ease;
}

.site-header.scrolled {
  border-color: rgba(255, 255, 255, 0.08);
  background: rgba(9, 5, 28, 0.92);
  box-shadow: 0 10px 40px rgba(5, 2, 16, 0.23);
  backdrop-filter: blur(18px);
}

.header-inner {
  display: flex;
  min-height: 78px;
  align-items: center;
  gap: 38px;
}

.brand {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 11px;
}

.brand-mark {
  position: relative;
  display: inline-grid;
  width: 36px;
  height: 36px;
  transform: rotate(-4deg);
  place-items: center;
  border-radius: 11px 11px 13px 7px;
  background: linear-gradient(145deg, var(--magenta), var(--violet));
  box-shadow: 0 0 27px rgba(168, 85, 247, 0.42);
  color: #fff;
  font-size: 1.25rem;
  font-weight: 800;
  line-height: 1;
}

.brand-name {
  color: #fff;
  font-size: 1.08rem;
  font-weight: 800;
  letter-spacing: 0.16em;
}

.main-nav {
  display: flex;
  flex: 1;
  align-items: center;
  justify-content: center;
  gap: clamp(18px, 2vw, 34px);
}

.main-nav a {
  position: relative;
  color: rgba(255, 255, 255, 0.74);
  font-size: 0.78rem;
  font-weight: 600;
  transition: color 0.2s ease;
}

.main-nav a::after {
  position: absolute;
  right: 0;
  bottom: -8px;
  left: 0;
  height: 2px;
  transform: scaleX(0);
  border-radius: 99px;
  background: var(--violet-bright);
  content: "";
  transition: transform 0.2s ease;
}

.main-nav a:hover,
.main-nav a.active {
  color: #fff;
}

.main-nav a:hover::after,
.main-nav a.active::after {
  transform: scaleX(1);
}

.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  padding: 10px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.05);
  color: #fff;
  cursor: pointer;
}

.menu-toggle span {
  display: block;
  height: 2px;
  margin: 5px 0;
  border-radius: 2px;
  background: currentColor;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

/* Hero */
.hero {
  position: relative;
  display: grid;
  min-height: 760px;
  overflow: hidden;
  align-items: center;
  background: var(--navy);
  color: #fff;
}

.hero-art,
.hero-shade,
.hero-grid {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero-art {
  object-fit: cover;
  object-position: center right;
}

.hero-shade {
  background:
    linear-gradient(90deg, rgba(8, 4, 26, 0.98) 0%, rgba(8, 4, 26, 0.91) 35%, rgba(8, 4, 26, 0.23) 68%, rgba(8, 4, 26, 0.17) 100%),
    linear-gradient(0deg, rgba(8, 4, 26, 0.76) 0%, transparent 32%);
}

.hero-grid {
  opacity: 0.14;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px);
  background-size: 68px 68px;
  mask-image: linear-gradient(to right, #000, transparent 58%);
}

.hero-inner {
  position: relative;
  z-index: 2;
  padding-top: 92px;
}

.hero-copy {
  width: min(650px, 55%);
}

.hero h1 {
  max-width: 630px;
  margin: 0 0 26px;
  font-size: clamp(3rem, 5.7vw, 5.35rem);
  font-weight: 800;
  letter-spacing: -0.055em;
}

.hero h1 span {
  background: linear-gradient(100deg, #ad63ff 4%, #ef4cff 98%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.hero-copy > p {
  max-width: 620px;
  margin-bottom: 33px;
  color: rgba(255, 255, 255, 0.71);
  font-size: clamp(1rem, 1.35vw, 1.14rem);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 13px;
}

.hero-proof {
  display: flex;
  gap: 42px;
  margin-top: 40px;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.hero-proof div {
  display: flex;
  flex-direction: column;
}

.hero-proof strong {
  color: #fff;
  font-size: 0.82rem;
}

.hero-proof span {
  color: rgba(255, 255, 255, 0.49);
  font-size: 0.7rem;
}

.trust-strip {
  position: relative;
  z-index: 4;
  overflow: hidden;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  background: #1a1037;
  color: #fff;
}

.trust-inner {
  display: grid;
  min-height: 105px;
  align-items: center;
  gap: 28px;
  grid-template-columns: 240px 1fr;
}

.trust-inner p {
  margin: 0;
  color: rgba(255, 255, 255, 0.53);
  font-size: 0.72rem;
}

.trust-names {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  white-space: nowrap;
}

.trust-names span {
  color: rgba(255, 255, 255, 0.8);
  font-size: clamp(0.72rem, 1.1vw, 0.96rem);
  font-weight: 800;
  letter-spacing: -0.02em;
}

/* Challenge */
.challenge {
  overflow: hidden;
}

.challenge::before {
  position: absolute;
  top: 0;
  right: -160px;
  width: 430px;
  height: 430px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(161, 72, 255, 0.08), transparent 66%);
  content: "";
}

.challenge-grid {
  display: grid;
  align-items: center;
  gap: 60px;
  grid-template-columns: minmax(280px, 0.85fr) minmax(620px, 1.8fr);
}

.section-intro h2 {
  max-width: 490px;
  margin-bottom: 7px;
  font-size: clamp(2.2rem, 3.3vw, 3.35rem);
}

.section-intro .lead {
  margin-bottom: 24px;
  font-size: clamp(1.5rem, 2.5vw, 2.35rem);
  font-weight: 800;
  line-height: 1.14;
  letter-spacing: -0.04em;
}

.section-intro > p:not(.lead) {
  margin-bottom: 26px;
  color: var(--ink-soft);
}

.challenge-cards {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.challenge-card {
  min-height: 285px;
  padding: 28px 23px;
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  background: linear-gradient(180deg, #fff, #faf9fd);
  box-shadow: 0 16px 44px rgba(33, 18, 60, 0.045);
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.challenge-card:hover {
  transform: translateY(-7px);
  border-color: rgba(151, 67, 241, 0.29);
  box-shadow: var(--shadow-sm);
}

.line-icon {
  display: grid;
  width: 55px;
  height: 55px;
  margin-bottom: 52px;
  place-items: center;
  border: 1px solid rgba(141, 56, 232, 0.27);
  border-radius: 16px;
  background: #f8f2ff;
  color: #8b3dff;
  font-size: 0.76rem;
  font-weight: 800;
}

.challenge-card h3 {
  margin-bottom: 12px;
  font-size: 1.05rem;
}

.challenge-card p {
  margin: 0;
  color: var(--ink-soft);
  font-size: 0.78rem;
  line-height: 1.58;
}

/* Solutions */
.solutions {
  overflow: hidden;
  background:
    radial-gradient(circle at 50% -10%, rgba(130, 50, 229, 0.35), transparent 34%),
    linear-gradient(135deg, #130b2d, #0d0821 70%);
  color: #fff;
}

.solutions::after {
  position: absolute;
  inset: 0;
  opacity: 0.32;
  background-image: linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px);
  background-size: 100% 56px;
  pointer-events: none;
  content: "";
}

.solutions .container {
  position: relative;
  z-index: 1;
}

.section-heading {
  max-width: 760px;
  margin-bottom: 54px;
}

.section-heading-center {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.section-heading h2 {
  margin-bottom: 18px;
}

.section-heading p {
  margin: 0;
  color: rgba(255, 255, 255, 0.58);
}

.solution-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.solution-card {
  position: relative;
  min-height: 365px;
  padding: 29px 22px 26px;
  overflow: hidden;
  border: 1px solid rgba(197, 154, 255, 0.16);
  border-radius: 18px;
  background: linear-gradient(160deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.024));
  transition: transform 0.25s ease, border-color 0.25s ease, background 0.25s ease;
}

.solution-card:hover {
  transform: translateY(-7px);
  border-color: rgba(196, 137, 255, 0.5);
  background: linear-gradient(160deg, rgba(144, 61, 255, 0.15), rgba(255, 255, 255, 0.035));
}

.solution-card.featured {
  border-color: rgba(218, 101, 255, 0.42);
  background: linear-gradient(160deg, rgba(141, 52, 255, 0.22), rgba(217, 70, 239, 0.05));
}

.solution-tag {
  position: absolute;
  top: 15px;
  right: 13px;
  padding: 5px 8px;
  border-radius: 99px;
  background: rgba(211, 104, 255, 0.14);
  color: #dcabff;
  font-size: 0.56rem;
  font-weight: 800;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.solution-code {
  display: grid;
  width: 58px;
  height: 58px;
  margin-bottom: 38px;
  place-items: center;
  border: 1px solid rgba(206, 166, 255, 0.28);
  border-radius: 17px;
  background: rgba(124, 58, 237, 0.12);
  box-shadow: inset 0 0 24px rgba(168, 85, 247, 0.08);
  color: #ca8cff;
  font-size: 0.83rem;
  font-weight: 800;
  letter-spacing: 0.05em;
}

.solution-card h3 {
  min-height: 48px;
  margin-bottom: 18px;
  font-size: 1.02rem;
}

.solution-card ul {
  display: grid;
  margin: 0;
  padding: 0;
  gap: 8px;
  list-style: none;
}

.solution-card li {
  position: relative;
  padding-left: 13px;
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.72rem;
  line-height: 1.45;
}

.solution-card li::before {
  position: absolute;
  top: 0.67em;
  left: 0;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--violet-bright);
  content: "";
}

/* Partner and client marquees */
.partners,
.clients {
  overflow: hidden;
  background: #fff;
}

.partners-heading {
  display: grid;
  align-items: end;
  gap: 70px;
  margin-bottom: 58px;
  grid-template-columns: 1.1fr 0.9fr;
}

.partners-heading h2 {
  max-width: 650px;
  margin: 0;
}

.partners-heading > p {
  max-width: 530px;
  margin: 0 0 6px;
  color: var(--ink-soft);
}

.marquee {
  position: relative;
  display: flex;
  width: 100%;
  overflow: hidden;
  mask-image: linear-gradient(90deg, transparent, #000 7%, #000 93%, transparent);
}

.marquee-track {
  display: flex;
  width: max-content;
  animation: marquee 54s linear infinite;
}

.marquee-track.marquee-reverse {
  animation-direction: reverse;
  animation-duration: 62s;
}

.marquee:hover .marquee-track,
.marquee:focus-within .marquee-track {
  animation-play-state: paused;
}

.marquee-group {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-around;
  gap: 18px;
  padding-right: 18px;
}

.logo-pill {
  display: grid;
  min-width: 172px;
  height: 86px;
  place-items: center;
  padding: 0 24px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 10px 30px rgba(33, 18, 60, 0.035);
  color: #413b4d;
  font-size: 0.96rem;
  font-weight: 800;
  white-space: nowrap;
  transition: border-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.logo-pill:hover {
  transform: translateY(-3px);
  border-color: rgba(133, 52, 225, 0.32);
  color: #7130d2;
}

.clients {
  padding-top: 96px;
  background: var(--paper-soft);
}

.clients .section-heading {
  max-width: 840px;
}

.client-name {
  min-width: 180px;
  padding: 15px 24px;
  border-right: 1px solid #ded8e8;
  color: #665f75;
  font-size: 0.93rem;
  font-weight: 800;
  text-align: center;
  white-space: nowrap;
}

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

/* Methodology */
.methodology {
  background: #fff;
}

.methodology .section-heading h2 span {
  color: var(--violet);
}

.method-steps {
  position: relative;
  display: grid;
  margin: 0;
  padding: 0;
  gap: 24px;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  list-style: none;
}

.method-steps::before {
  position: absolute;
  z-index: 0;
  top: 30px;
  right: 9%;
  left: 9%;
  height: 1px;
  background: linear-gradient(90deg, transparent, #d8c6ef 12%, #d8c6ef 88%, transparent);
  content: "";
}

.method-steps li {
  position: relative;
  z-index: 1;
  text-align: center;
}

.method-steps li > span {
  display: grid;
  width: 60px;
  height: 60px;
  margin: 0 auto 27px;
  place-items: center;
  border: 1px solid #d9c9ec;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 8px 28px rgba(82, 39, 135, 0.08);
  color: #8b3dff;
  font-size: 0.73rem;
  font-weight: 800;
}

.method-steps h3 {
  margin-bottom: 10px;
  font-size: 1rem;
}

.method-steps p {
  margin: 0 auto;
  color: var(--ink-soft);
  font-size: 0.75rem;
  line-height: 1.55;
}

/* Cases */
.cases {
  overflow: hidden;
  background:
    radial-gradient(circle at 87% 15%, rgba(172, 52, 241, 0.19), transparent 28%),
    #100827;
  color: #fff;
}

.cases-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 35px;
  margin-bottom: 45px;
}

.cases-heading h2 {
  margin: 0;
}

.case-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.case-card {
  position: relative;
  display: flex;
  min-height: 375px;
  flex-direction: column;
  justify-content: end;
  padding: 32px;
  overflow: hidden;
  isolation: isolate;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 18px;
  background: #201143;
  box-shadow: 0 24px 70px rgba(3, 1, 14, 0.24);
}

.case-card::before,
.case-card::after {
  position: absolute;
  z-index: -1;
  border-radius: 50%;
  content: "";
  filter: blur(5px);
}

.case-card::before {
  top: -105px;
  right: -60px;
  width: 260px;
  height: 260px;
  background: radial-gradient(circle, rgba(167, 79, 255, 0.72), rgba(68, 21, 129, 0.05) 66%, transparent 70%);
}

.case-card::after {
  right: -40px;
  bottom: -90px;
  width: 240px;
  height: 180px;
  background: rgba(86, 37, 154, 0.31);
}

.case-cloud::before {
  background: radial-gradient(circle, rgba(45, 146, 255, 0.66), rgba(35, 43, 149, 0.07) 66%, transparent 70%);
}

.case-ai::before {
  background: radial-gradient(circle, rgba(223, 49, 235, 0.68), rgba(114, 24, 142, 0.05) 66%, transparent 70%);
}

.case-category {
  align-self: flex-start;
  margin-bottom: 18px;
  padding: 6px 10px;
  border: 1px solid rgba(224, 184, 255, 0.22);
  border-radius: 99px;
  background: rgba(112, 52, 212, 0.23);
  color: #dcbaff;
  font-size: 0.59rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.case-card h3 {
  max-width: 350px;
  margin-bottom: 13px;
  font-size: 1.45rem;
}

.case-card p {
  max-width: 420px;
  margin-bottom: 23px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.83rem;
}

.case-card a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #ca91ff;
  font-size: 0.73rem;
  font-weight: 800;
}

/* About */
.about {
  overflow: hidden;
  background:
    linear-gradient(110deg, rgba(17, 9, 42, 0.98), rgba(34, 15, 69, 0.95)),
    var(--navy);
  color: #fff;
}

.about::before {
  position: absolute;
  inset: 0;
  opacity: 0.18;
  background-image:
    radial-gradient(circle at 15% 110%, rgba(168, 85, 247, 0.75), transparent 30%),
    linear-gradient(120deg, transparent 50%, rgba(255, 255, 255, 0.08) 50.5%, transparent 51%);
  background-size: auto, 120px 120px;
  content: "";
}

.about-grid {
  position: relative;
  z-index: 1;
  display: grid;
  align-items: center;
  gap: 90px;
  grid-template-columns: 0.9fr 1.1fr;
}

.about-copy h2 {
  max-width: 600px;
}

.about-copy p {
  max-width: 620px;
  color: rgba(255, 255, 255, 0.62);
}

.about-copy .button {
  margin-top: 13px;
}

.about-stats {
  display: grid;
  gap: 1px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.1);
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.stat {
  display: flex;
  min-height: 175px;
  flex-direction: column;
  justify-content: center;
  padding: 30px;
  background: rgba(11, 5, 30, 0.77);
}

.stat strong {
  margin-bottom: 10px;
  color: #d6a0ff;
  font-size: clamp(1.35rem, 2vw, 2rem);
  letter-spacing: -0.04em;
}

.stat span {
  max-width: 200px;
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.75rem;
}

/* Contact */
.contact {
  position: relative;
  padding: 104px 0 116px;
  overflow: hidden;
  background:
    radial-gradient(circle at 90% -10%, rgba(208, 76, 255, 0.29), transparent 30%),
    linear-gradient(128deg, #4820a7, #6f27cd 55%, #5b1ca8);
  color: #fff;
}

.contact-heading {
  max-width: 880px;
  margin-bottom: 50px;
  text-align: center;
}

.contact-heading h2 {
  margin-bottom: 16px;
}

.contact-heading h2 span {
  color: #efc5ff;
  -webkit-text-fill-color: initial;
}

.contact-heading p {
  max-width: 730px;
  margin: 0 auto;
  color: rgba(255, 255, 255, 0.7);
}

.contact-grid {
  display: grid;
  align-items: start;
  gap: 26px;
  grid-template-columns: minmax(0, 1.35fr) minmax(320px, 0.65fr);
}

.contact-form,
.contact-details {
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: var(--radius);
  background: rgba(13, 6, 36, 0.85);
  box-shadow: var(--shadow-lg);
  backdrop-filter: blur(18px);
}

.contact-form {
  display: grid;
  padding: 36px;
  gap: 19px;
}

.form-row {
  display: grid;
  gap: 17px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.contact-form label {
  display: grid;
  gap: 7px;
  color: rgba(255, 255, 255, 0.75);
  font-size: 0.72rem;
  font-weight: 700;
}

.contact-form label > span {
  color: #d99cff;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 10px;
  outline: none;
  background: rgba(255, 255, 255, 0.055);
  color: #fff;
  font-size: 0.83rem;
  transition: border-color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}

.contact-form input,
.contact-form select {
  height: 50px;
  padding: 0 15px;
}

.contact-form textarea {
  min-height: 128px;
  padding: 13px 15px;
  resize: vertical;
}

.contact-form input::placeholder,
.contact-form textarea::placeholder {
  color: rgba(255, 255, 255, 0.33);
}

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

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  border-color: rgba(210, 141, 255, 0.73);
  background: rgba(255, 255, 255, 0.075);
  box-shadow: 0 0 0 3px rgba(168, 85, 247, 0.14);
}

.contact-form .checkbox-label {
  display: grid;
  align-items: start;
  gap: 10px;
  grid-template-columns: 18px 1fr;
  font-size: 0.66rem;
  font-weight: 500;
  line-height: 1.5;
}

.checkbox-label input {
  width: 17px;
  height: 17px;
  margin: 2px 0 0;
  accent-color: var(--violet-bright);
}

.checkbox-label span {
  color: rgba(255, 255, 255, 0.49) !important;
}

.submit-button {
  width: 100%;
  margin-top: 2px;
}

.form-note,
.form-status {
  margin: -7px 0 0;
  color: rgba(255, 255, 255, 0.42);
  font-size: 0.65rem;
  text-align: center;
}

.form-status {
  min-height: 1.1em;
  margin-top: -14px;
  color: #ddb2ff;
  font-weight: 700;
}

.contact-details {
  padding: 10px 30px;
}

.contact-card {
  padding: 25px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.contact-label {
  display: block;
  margin-bottom: 7px;
  color: #d6a0ff;
  font-size: 0.65rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.contact-card > a:not(.text-link) {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 4px;
  overflow-wrap: anywhere;
  color: #fff;
  font-size: 0.93rem;
  font-weight: 800;
}

.contact-card p,
.contact-card address {
  margin: 0;
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.72rem;
  font-style: normal;
}

.contact-card .text-link {
  margin-top: 12px;
  color: #d7a5ff;
  font-size: 0.7rem;
}

.linkedin-card {
  display: grid;
  align-items: center;
  gap: 13px;
  padding: 23px 0;
  grid-template-columns: auto 1fr auto;
}

.linkedin-icon {
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  border-radius: 9px;
  background: #0a66c2;
  color: #fff;
  font-size: 0.79rem;
  font-weight: 800;
}

.linkedin-card > span:nth-child(2) {
  display: flex;
  flex-direction: column;
  color: rgba(255, 255, 255, 0.47);
  font-size: 0.67rem;
}

.linkedin-card strong {
  color: #fff;
  font-size: 0.76rem;
}

/* Footer */
.site-footer {
  padding: 72px 0 24px;
  background: #0a061a;
  color: #fff;
}

.footer-grid {
  display: grid;
  padding-bottom: 50px;
  gap: 52px;
  grid-template-columns: 1.4fr 1fr 0.75fr 1.25fr;
}

.footer-brand p {
  max-width: 250px;
  margin: 20px 0 0;
  color: rgba(255, 255, 255, 0.42);
  font-size: 0.73rem;
}

.footer-grid h2 {
  margin: 0 0 18px;
  color: #fff;
  font-size: 0.72rem;
  letter-spacing: 0;
}

.footer-grid > div:not(.footer-brand) {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 9px;
}

.footer-grid a,
.footer-grid > div > p {
  margin: 0;
  color: rgba(255, 255, 255, 0.4);
  font-size: 0.68rem;
  transition: color 0.2s ease;
}

.footer-grid a:hover {
  color: #c886ff;
}

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding-top: 23px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.footer-bottom p {
  margin: 0;
  color: rgba(255, 255, 255, 0.3);
  font-size: 0.62rem;
}

.whatsapp-float {
  position: fixed;
  z-index: 800;
  right: 22px;
  bottom: 22px;
  display: grid;
  width: 56px;
  height: 56px;
  place-items: center;
  border: 4px solid rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 14px 35px rgba(15, 79, 39, 0.34);
  color: #fff;
  font-size: 0.67rem;
  font-weight: 800;
  transition: transform 0.2s ease;
}

.whatsapp-float:hover {
  transform: translateY(-4px) scale(1.04);
}

/* Motion */
.motion-ready .reveal {
  transform: translateY(28px);
  opacity: 0;
  transition:
    transform 0.7s cubic-bezier(0.22, 1, 0.36, 1),
    opacity 0.7s ease;
}

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

.challenge-cards .reveal:nth-child(2),
.solution-grid .reveal:nth-child(2),
.method-steps .reveal:nth-child(2),
.case-grid .reveal:nth-child(2),
.about-stats .reveal:nth-child(2) {
  transition-delay: 0.08s;
}

.challenge-cards .reveal:nth-child(3),
.solution-grid .reveal:nth-child(3),
.method-steps .reveal:nth-child(3),
.case-grid .reveal:nth-child(3),
.about-stats .reveal:nth-child(3) {
  transition-delay: 0.16s;
}

.challenge-cards .reveal:nth-child(4),
.solution-grid .reveal:nth-child(4),
.method-steps .reveal:nth-child(4),
.about-stats .reveal:nth-child(4) {
  transition-delay: 0.24s;
}

.solution-grid .reveal:nth-child(5),
.method-steps .reveal:nth-child(5) {
  transition-delay: 0.32s;
}

@media (max-width: 1180px) {
  .header-inner {
    gap: 25px;
  }

  .header-cta {
    display: none;
  }

  .main-nav {
    justify-content: flex-end;
  }

  .hero-copy {
    width: min(650px, 61%);
  }

  .challenge-grid {
    gap: 35px;
    grid-template-columns: 0.8fr 1.5fr;
  }

  .challenge-cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .challenge-card {
    min-height: 245px;
  }

  .line-icon {
    margin-bottom: 30px;
  }

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

  .solution-card {
    min-height: 340px;
  }
}

@media (max-width: 900px) {
  .section {
    padding: 88px 0;
  }

  .site-header {
    background: rgba(9, 5, 28, 0.9);
    backdrop-filter: blur(16px);
  }

  .header-inner {
    min-height: 70px;
    justify-content: space-between;
  }

  .menu-toggle {
    display: block;
  }

  .menu-toggle[aria-expanded="true"] span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }

  .menu-toggle[aria-expanded="true"] span:nth-child(2) {
    opacity: 0;
  }

  .menu-toggle[aria-expanded="true"] span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }

  .main-nav {
    position: fixed;
    top: 70px;
    right: 0;
    left: 0;
    display: flex;
    height: calc(100dvh - 70px);
    transform: translateX(100%);
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    padding: 35px 20px;
    gap: 0;
    background: rgba(9, 5, 28, 0.98);
    opacity: 0;
    visibility: hidden;
    transition: transform 0.25s ease, opacity 0.25s ease, visibility 0.25s ease;
  }

  .main-nav.open {
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
  }

  .main-nav a {
    padding: 17px 8px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.09);
    font-size: 1rem;
  }

  .main-nav a::after {
    display: none;
  }

  .hero {
    min-height: 730px;
  }

  .hero-art {
    opacity: 0.7;
    object-position: 61% center;
  }

  .hero-shade {
    background:
      linear-gradient(90deg, rgba(8, 4, 26, 0.98) 0%, rgba(8, 4, 26, 0.8) 55%, rgba(8, 4, 26, 0.41) 100%),
      linear-gradient(0deg, rgba(8, 4, 26, 0.86), transparent 55%);
  }

  .hero-copy {
    width: min(620px, 88%);
  }

  .trust-inner {
    display: block;
    padding: 25px 0;
  }

  .trust-inner p {
    margin-bottom: 18px;
  }

  .trust-names {
    justify-content: flex-start;
    overflow: hidden;
  }

  .trust-names span:nth-child(n + 6) {
    display: none;
  }

  .challenge-grid,
  .partners-heading,
  .about-grid,
  .contact-grid {
    grid-template-columns: 1fr;
  }

  .challenge-grid {
    gap: 50px;
  }

  .challenge-cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .solution-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .partners-heading,
  .about-grid {
    gap: 36px;
  }

  .method-steps {
    gap: 34px 22px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .method-steps::before {
    display: none;
  }

  .case-grid {
    grid-template-columns: 1fr;
  }

  .case-card {
    min-height: 315px;
  }

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

  .footer-grid {
    gap: 38px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .container {
    width: min(calc(100% - 30px), var(--container));
  }

  .section {
    padding: 74px 0;
  }

  .brand-mark {
    width: 33px;
    height: 33px;
  }

  .brand-name {
    font-size: 0.93rem;
  }

  .hero {
    min-height: 760px;
    align-items: end;
  }

  .hero-inner {
    padding-top: 115px;
    padding-bottom: 55px;
  }

  .hero-art {
    object-position: 69% top;
  }

  .hero-shade {
    background:
      linear-gradient(180deg, rgba(8, 4, 26, 0.22) 0%, rgba(8, 4, 26, 0.82) 43%, rgba(8, 4, 26, 0.99) 73%),
      linear-gradient(90deg, rgba(8, 4, 26, 0.73), rgba(8, 4, 26, 0.28));
  }

  .hero-copy {
    width: 100%;
  }

  .hero h1 {
    font-size: clamp(2.7rem, 13vw, 4rem);
  }

  .hero-copy > p {
    font-size: 0.91rem;
  }

  .hero-actions {
    display: grid;
  }

  .hero-actions .button {
    width: 100%;
  }

  .hero-proof {
    gap: 18px;
  }

  .hero-proof div {
    flex: 1;
  }

  .trust-names {
    gap: 28px;
  }

  .trust-names span:nth-child(n + 4) {
    display: none;
  }

  .challenge-cards,
  .solution-grid,
  .about-stats,
  .method-steps,
  .form-row,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .challenge-card {
    min-height: auto;
  }

  .line-icon,
  .solution-code {
    margin-bottom: 23px;
  }

  .solution-card {
    min-height: auto;
  }

  .solution-card h3 {
    min-height: auto;
  }

  .clients {
    padding-top: 74px;
  }

  .method-steps {
    text-align: left;
  }

  .method-steps li {
    display: grid;
    align-items: start;
    column-gap: 18px;
    grid-template-columns: auto 1fr;
    text-align: left;
  }

  .method-steps li > span {
    grid-row: 1 / span 2;
    margin: 0;
  }

  .method-steps h3,
  .method-steps p {
    margin-right: 0;
    margin-left: 0;
  }

  .cases-heading {
    align-items: stretch;
    flex-direction: column;
  }

  .case-card {
    min-height: 390px;
    padding: 26px;
  }

  .stat {
    min-height: 145px;
  }

  .contact {
    padding: 78px 0 90px;
  }

  .contact-form {
    padding: 24px 19px;
  }

  .contact-details {
    padding: 8px 22px;
  }

  .footer-grid {
    gap: 35px;
  }

  .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
  }

  .whatsapp-float {
    right: 16px;
    bottom: 16px;
    width: 52px;
    height: 52px;
  }
}

/* Solution catalog page */
.solutions-page {
  background: #f8f7fb;
}

.detail-hero {
  position: relative;
  min-height: 535px;
  padding: 152px 0 90px;
  overflow: hidden;
  background:
    radial-gradient(circle at 82% 32%, rgba(169, 58, 244, 0.3), transparent 29%),
    linear-gradient(135deg, #09051c, #17092f 68%, #260c42);
  color: #fff;
}

.detail-hero::after {
  position: absolute;
  inset: 0;
  opacity: 0.12;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px);
  background-size: 64px 64px;
  content: "";
  mask-image: linear-gradient(to right, transparent, #000 44%, #000);
}

.detail-hero-inner {
  position: relative;
  z-index: 2;
}

.back-link {
  display: inline-flex;
  margin-bottom: 35px;
  color: rgba(255, 255, 255, 0.52);
  font-size: 0.72rem;
  font-weight: 700;
}

.detail-hero h1 {
  max-width: 900px;
  margin: 0 0 22px;
  font-size: clamp(3.1rem, 6vw, 5.8rem);
  font-weight: 800;
  letter-spacing: -0.06em;
}

.detail-hero h1 span {
  background: linear-gradient(100deg, #a95aff, #e94af4);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.detail-hero p {
  max-width: 720px;
  margin: 0;
  color: rgba(255, 255, 255, 0.64);
  font-size: 1rem;
}

.detail-orbit {
  position: absolute;
  z-index: 1;
  top: 50%;
  right: 9%;
  width: 270px;
  aspect-ratio: 1;
  transform: translateY(-43%);
  border: 1px solid rgba(216, 161, 255, 0.18);
  border-radius: 50%;
  box-shadow:
    0 0 0 55px rgba(144, 59, 238, 0.05),
    0 0 0 110px rgba(144, 59, 238, 0.03);
}

.detail-orbit i {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #c67bff;
  box-shadow: 0 0 28px #b34fff;
}

.detail-orbit i:nth-child(1) {
  transform: translate(-50%, -50%) translateX(135px);
}

.detail-orbit i:nth-child(2) {
  transform: translate(-50%, -50%) rotate(120deg) translateX(135px);
}

.detail-orbit i:nth-child(3) {
  transform: translate(-50%, -50%) rotate(240deg) translateX(135px);
}

.solution-detail-nav {
  position: sticky;
  z-index: 100;
  top: 78px;
  border-bottom: 1px solid #e8e2ee;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 10px 30px rgba(28, 15, 52, 0.05);
  backdrop-filter: blur(14px);
}

.solution-detail-nav .container {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.solution-detail-nav a {
  display: flex;
  min-height: 72px;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 0 12px;
  border-right: 1px solid #eee9f3;
  color: #5f586a;
  font-size: 0.68rem;
  font-weight: 800;
  text-align: center;
  transition: background 0.2s ease, color 0.2s ease;
}

.solution-detail-nav a:first-child {
  border-left: 1px solid #eee9f3;
}

.solution-detail-nav a:hover {
  background: #f7f1fc;
  color: #6f2acb;
}

.solution-detail-nav a span {
  color: #9b4df1;
  font-size: 0.6rem;
}

.service-detail {
  padding: 90px 0;
  scroll-margin-top: 150px;
  background: #fff;
}

.service-detail-tinted {
  border-top: 1px solid #ece7f1;
  border-bottom: 1px solid #ece7f1;
  background: #f8f6fb;
}

.service-detail-grid {
  display: grid;
  align-items: start;
  gap: 68px;
  grid-template-columns: minmax(310px, 0.82fr) minmax(550px, 1.18fr);
}

.service-detail-intro {
  position: sticky;
  top: 177px;
}

.service-number {
  display: inline-flex;
  margin-bottom: 18px;
  color: #7a32d7;
  font-size: 0.67rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.service-detail-intro h2 {
  margin-bottom: 20px;
  font-size: clamp(2.2rem, 4vw, 3.65rem);
}

.service-detail-intro p {
  margin-bottom: 28px;
  color: var(--ink-soft);
}

.service-delivery {
  padding: 31px;
  border: 1px solid #e6dfed;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 20px 56px rgba(39, 20, 69, 0.07);
}

.delivery-block > span {
  display: block;
  margin-bottom: 16px;
  color: #7d35dc;
  font-size: 0.66rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.delivery-block ul {
  display: grid;
  margin: 0;
  padding: 0;
  gap: 0;
  list-style: none;
}

.delivery-block li {
  position: relative;
  padding: 14px 10px 14px 26px;
  border-bottom: 1px solid #eee9f3;
  color: #40394c;
  font-size: 0.82rem;
  font-weight: 600;
}

.delivery-block li::before {
  position: absolute;
  top: 21px;
  left: 5px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: linear-gradient(135deg, #8b3dff, #d946ef);
  box-shadow: 0 0 0 4px rgba(139, 61, 255, 0.08);
  content: "";
}

.delivery-outcomes {
  display: grid;
  margin-top: 26px;
  gap: 1px;
  overflow: hidden;
  border: 1px solid #e9e3ef;
  border-radius: 13px;
  background: #e9e3ef;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.delivery-outcomes article {
  min-height: 118px;
  padding: 19px;
  background: #faf8fc;
}

.delivery-outcomes strong,
.delivery-outcomes span {
  display: block;
}

.delivery-outcomes strong {
  margin-bottom: 7px;
  color: #712ecf;
  font-size: 0.78rem;
}

.delivery-outcomes span {
  color: #6c6575;
  font-size: 0.66rem;
  line-height: 1.5;
}

.technology-row {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 22px;
}

.technology-row span {
  padding: 7px 10px;
  border: 1px solid #e5dceb;
  border-radius: 7px;
  background: #faf7fc;
  color: #756d7e;
  font-size: 0.58rem;
  font-weight: 700;
}

.solution-final-cta {
  padding: 75px 0;
  background:
    radial-gradient(circle at 90% 0, rgba(219, 77, 244, 0.24), transparent 28%),
    linear-gradient(120deg, #170a36, #421889);
  color: #fff;
}

.solution-final-cta .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}

.solution-final-cta h2 {
  max-width: 730px;
  margin: 0;
  font-size: clamp(2rem, 3.8vw, 3.4rem);
}

@media (max-width: 900px) {
  .detail-hero {
    min-height: 500px;
    padding-top: 135px;
  }

  .detail-orbit {
    right: -100px;
    opacity: 0.55;
  }

  .solution-detail-nav {
    top: 70px;
    overflow-x: auto;
  }

  .solution-detail-nav .container {
    width: max-content;
    min-width: 100%;
    grid-template-columns: repeat(5, minmax(145px, 1fr));
  }

  .service-detail-grid {
    gap: 38px;
    grid-template-columns: 1fr;
  }

  .service-detail-intro {
    position: static;
  }
}

@media (max-width: 640px) {
  .detail-hero {
    min-height: 535px;
    padding: 120px 0 70px;
  }

  .detail-hero h1 {
    font-size: clamp(2.8rem, 14vw, 4.5rem);
  }

  .detail-orbit {
    top: 35%;
    right: -150px;
  }

  .service-detail {
    padding: 66px 0;
    scroll-margin-top: 140px;
  }

  .service-delivery {
    padding: 23px 18px;
  }

  .delivery-outcomes {
    grid-template-columns: 1fr;
  }

  .delivery-outcomes article {
    min-height: auto;
  }

  .solution-final-cta .container {
    align-items: flex-start;
    flex-direction: column;
  }
}

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

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }

  .marquee-track {
    animation: none;
  }

  .motion-ready .reveal {
    transform: none;
    opacity: 1;
  }
}

/* Revision: denser enterprise layout, official brand and case gallery */
.section {
  padding: 88px 0;
}

.brand-symbol {
  position: relative;
  display: block;
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  overflow: hidden;
  border-radius: 12px;
  background: rgba(153, 63, 244, 0.08);
  box-shadow: 0 0 26px rgba(168, 85, 247, 0.2);
}

.brand-symbol img {
  width: 96px;
  max-width: none;
  transform: translate(-27px, -1px);
}

.challenge-grid {
  gap: 44px;
  grid-template-columns: minmax(310px, 0.86fr) minmax(610px, 1.5fr);
}

.challenge-card {
  min-height: 230px;
  padding: 24px 21px;
  background: linear-gradient(155deg, #fff, #f8f5fc);
}

.line-icon {
  width: 48px;
  height: 48px;
  margin-bottom: 25px;
  border-radius: 13px;
}

.solutions {
  padding-block: 92px;
}

.solutions .section-heading {
  margin-bottom: 42px;
}

.solution-card {
  display: flex;
  min-height: 390px;
  flex-direction: column;
  color: #fff;
}

.solution-card ul {
  flex: 1;
}

.solution-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 24px;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  color: #d7a8ff;
  font-size: 0.67rem;
  font-weight: 800;
  letter-spacing: 0.03em;
}

.solution-link span {
  font-size: 1rem;
  transition: transform 0.2s ease;
}

.solution-card:hover .solution-link span {
  transform: translateX(5px);
}

.ecosystem {
  padding-block: 82px;
  overflow: hidden;
  background:
    radial-gradient(circle at 6% 12%, rgba(143, 62, 237, 0.075), transparent 26%),
    #fff;
}

.partners,
.clients {
  overflow: visible;
  background: transparent;
}

.partners-heading {
  gap: 55px;
  margin-bottom: 38px;
}

.partners-heading h2 {
  font-size: clamp(2rem, 3.4vw, 3.15rem);
}

.marquee {
  mask-image: linear-gradient(90deg, transparent, #000 4%, #000 96%, transparent);
}

.logo-pill {
  display: flex;
  width: 178px;
  min-width: 178px;
  height: 80px;
  align-items: center;
  justify-content: center;
  padding: 13px 24px;
}

.logo-pill img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  mix-blend-mode: multiply;
}

.clients {
  margin-top: 66px;
  padding-top: 64px;
  border-top: 1px solid var(--line);
}

.clients .section-heading {
  margin-bottom: 34px;
}

.clients .section-heading h2 {
  font-size: clamp(2rem, 3.4vw, 3.15rem);
}

.client-logo {
  display: flex;
  width: 165px;
  min-width: 165px;
  height: 76px;
  align-items: center;
  justify-content: center;
  padding: 13px 23px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 9px 26px rgba(40, 22, 70, 0.04);
}

.client-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  mix-blend-mode: multiply;
}

.client-logo-icon {
  gap: 9px;
}

.client-logo-icon img {
  width: 36px;
  height: 36px;
  flex: 0 0 36px;
}

.client-logo small {
  color: #453b52;
  font-size: 0.75rem;
  font-weight: 800;
}

.methodology {
  padding-block: 82px;
  border-top: 1px solid #ede8f3;
  background: #faf9fc;
}

.methodology .section-heading {
  margin-bottom: 40px;
}

.methodology .section-heading h2 {
  font-size: clamp(2rem, 3.5vw, 3.2rem);
}

.method-steps li {
  padding: 0 8px;
}

.cases {
  padding-block: 90px;
  background:
    radial-gradient(circle at 82% 12%, rgba(179, 64, 255, 0.2), transparent 27%),
    linear-gradient(145deg, #0b061e, #14092d 68%, #1a0b35);
}

.cases-heading {
  margin-bottom: 24px;
}

.case-notice {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 24px;
  padding: 12px 15px;
  border: 1px solid rgba(216, 167, 255, 0.16);
  border-radius: 10px;
  background: rgba(160, 80, 255, 0.07);
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.7rem;
}

.case-notice strong {
  flex: 0 0 auto;
  color: #d6a4ff;
  font-size: 0.64rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.case-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-bottom: 28px;
}

.case-filter {
  min-height: 38px;
  padding: 0 15px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 99px;
  background: rgba(255, 255, 255, 0.035);
  color: rgba(255, 255, 255, 0.58);
  cursor: pointer;
  font-size: 0.67rem;
  font-weight: 800;
  transition: border-color 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.case-filter:hover,
.case-filter.active {
  border-color: rgba(198, 135, 255, 0.5);
  background: rgba(142, 61, 237, 0.19);
  color: #fff;
}

.case-gallery {
  display: grid;
  gap: 16px;
  grid-auto-flow: dense;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.case-tile {
  display: grid;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.045);
  box-shadow: 0 22px 56px rgba(3, 1, 15, 0.19);
  transition: transform 0.25s ease, border-color 0.25s ease, background 0.25s ease;
}

.case-tile:hover {
  transform: translateY(-5px);
  border-color: rgba(202, 145, 255, 0.38);
  background: rgba(255, 255, 255, 0.06);
}

.case-tile[hidden] {
  display: none;
}

.case-tile-featured {
  grid-column: span 2;
  grid-template-columns: 1.05fr 0.95fr;
}

.case-visual {
  position: relative;
  min-height: 175px;
  overflow: hidden;
  isolation: isolate;
  background: linear-gradient(145deg, #2f1266, #151045);
}

.case-tile-featured .case-visual {
  min-height: 100%;
}

.case-visual::before,
.case-visual::after {
  position: absolute;
  z-index: -1;
  border-radius: 50%;
  content: "";
}

.case-visual::before {
  top: -35%;
  right: -12%;
  width: 80%;
  aspect-ratio: 1;
  background: radial-gradient(circle, rgba(184, 85, 255, 0.78), transparent 68%);
  filter: blur(3px);
}

.case-visual::after {
  right: 15%;
  bottom: -40%;
  width: 65%;
  aspect-ratio: 1;
  border: 1px solid rgba(189, 135, 255, 0.28);
  background: rgba(101, 39, 190, 0.18);
  box-shadow:
    0 0 0 26px rgba(151, 69, 245, 0.05),
    0 0 0 54px rgba(151, 69, 245, 0.035);
}

.case-visual > span {
  position: absolute;
  top: 20px;
  left: 22px;
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(1.5rem, 3vw, 2.65rem);
  font-weight: 800;
  letter-spacing: 0.14em;
}

.case-visual i {
  position: absolute;
  right: 18%;
  bottom: 22%;
  width: 42%;
  height: 6px;
  transform: rotate(-12deg);
  border-radius: 99px;
  background: rgba(255, 255, 255, 0.42);
  box-shadow: 0 0 17px rgba(226, 166, 255, 0.7);
}

.case-visual i:nth-of-type(2) {
  right: 11%;
  bottom: 35%;
  width: 30%;
  transform: rotate(19deg);
}

.case-visual i:nth-of-type(3) {
  right: 35%;
  bottom: 45%;
  width: 24%;
  transform: rotate(-35deg);
}

.case-visual-cloud {
  background: linear-gradient(145deg, #102f69, #171348);
}

.case-visual-ai {
  background: linear-gradient(145deg, #50115d, #20103f);
}

.case-visual-infra {
  background: linear-gradient(145deg, #163f55, #121e43);
}

.case-visual-bi {
  background: linear-gradient(145deg, #263775, #211248);
}

.case-visual-hci {
  background: linear-gradient(145deg, #3d1b63, #27163c);
}

.case-content {
  display: flex;
  min-height: 225px;
  flex-direction: column;
  padding: 25px;
}

.case-content .case-category {
  margin-bottom: 14px;
}

.case-content h3 {
  margin-bottom: 12px;
  font-size: 1.2rem;
}

.case-content p {
  flex: 1;
  margin-bottom: 20px;
  color: rgba(255, 255, 255, 0.55);
  font-size: 0.76rem;
}

.case-open {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 15px 0 0;
  border: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  background: transparent;
  color: #ce9aff;
  cursor: pointer;
  font-size: 0.69rem;
  font-weight: 800;
  text-align: left;
}

.case-dialog {
  width: min(calc(100% - 36px), 860px);
  max-height: min(760px, calc(100dvh - 36px));
  padding: 42px;
  overflow: auto;
  border: 1px solid rgba(217, 172, 255, 0.2);
  border-radius: 22px;
  background:
    radial-gradient(circle at 100% 0, rgba(173, 70, 255, 0.22), transparent 30%),
    #110827;
  box-shadow: 0 34px 100px rgba(4, 1, 15, 0.65);
  color: #fff;
}

.case-dialog::backdrop {
  background: rgba(5, 2, 17, 0.8);
  backdrop-filter: blur(8px);
}

.case-dialog-close {
  position: absolute;
  top: 15px;
  right: 16px;
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.05);
  color: #fff;
  cursor: pointer;
  font-size: 1.35rem;
}

.case-dialog-kicker,
.case-dialog-columns span {
  color: #ca91ff;
  font-size: 0.64rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.case-dialog h2 {
  max-width: 700px;
  margin: 12px 0 16px;
  font-size: clamp(2rem, 4vw, 3rem);
}

.case-dialog-summary {
  max-width: 720px;
  color: rgba(255, 255, 255, 0.62);
}

.case-dialog-columns {
  display: grid;
  margin: 28px 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.03);
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.case-dialog-columns > div {
  padding: 22px;
}

.case-dialog-columns > div + div {
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}

.case-dialog-columns p {
  margin: 9px 0 0;
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.74rem;
}

@media (max-width: 900px) {
  .section {
    padding: 76px 0;
  }

  .brand-symbol {
    width: 38px;
    height: 38px;
    flex-basis: 38px;
  }

  .brand-symbol img {
    width: 88px;
    transform: translate(-25px, -1px);
  }

  .challenge-grid {
    grid-template-columns: 1fr;
  }

  .ecosystem,
  .methodology,
  .cases {
    padding-block: 72px;
  }

  .case-gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .case-tile-featured {
    grid-column: span 2;
  }
}

@media (max-width: 640px) {
  .section {
    padding: 64px 0;
  }

  .ecosystem,
  .methodology,
  .cases {
    padding-block: 62px;
  }

  .partners-heading {
    gap: 20px;
    margin-bottom: 30px;
  }

  .clients {
    margin-top: 48px;
    padding-top: 48px;
  }

  .logo-pill {
    width: 150px;
    min-width: 150px;
    height: 70px;
  }

  .client-logo {
    width: 145px;
    min-width: 145px;
    height: 68px;
  }

  .case-notice {
    align-items: flex-start;
    flex-direction: column;
  }

  .case-gallery {
    grid-template-columns: 1fr;
  }

  .case-tile-featured {
    grid-column: auto;
    grid-template-columns: 1fr;
  }

  .case-tile-featured .case-visual {
    min-height: 190px;
  }

  .case-dialog {
    padding: 34px 21px 24px;
  }

  .case-dialog-columns {
    grid-template-columns: 1fr;
  }

  .case-dialog-columns > div + div {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    border-left: 0;
  }
}

/* Cascade guards for the enhanced pages */
.detail-hero.solution-hero-pro {
  min-height: 640px;
  padding-bottom: 58px;
}

.case-visual.case-visual-image::before {
  z-index: 1;
  inset: 0;
  width: auto;
  aspect-ratio: auto;
  border-radius: 0;
  background: linear-gradient(180deg, transparent 45%, rgba(13, 5, 31, 0.55));
  filter: none;
}

.case-visual.case-visual-image::after {
  display: none;
}

@media (max-width: 900px) {
  .detail-hero.solution-hero-pro {
    min-height: 610px;
  }
}

/* Index refinement: denser hierarchy, consultative method and compact contact */
.hero {
  min-height: 640px;
}

.hero-inner {
  padding-top: 76px;
}

.hero-copy {
  width: min(600px, 51%);
}

.hero h1 {
  max-width: 590px;
  margin: 19px 0 18px;
  font-size: clamp(2.8rem, 4.45vw, 4.25rem);
  line-height: 1.015;
  letter-spacing: -0.055em;
}

.hero-copy > p {
  max-width: 555px;
  margin-bottom: 24px;
  font-size: clamp(0.9rem, 1.02vw, 1rem);
  line-height: 1.65;
}

.hero-actions {
  gap: 10px;
}

.hero-proof {
  margin-top: 26px;
  padding-top: 17px;
}

.trust-strip {
  min-height: 86px;
}

.challenge {
  position: relative;
  overflow: hidden;
  padding-block: 80px;
  background:
    radial-gradient(circle at 87% 5%, rgba(168, 85, 247, 0.09), transparent 31%),
    linear-gradient(180deg, #fff 0%, #faf8fd 100%);
}

.challenge::before {
  position: absolute;
  width: 420px;
  height: 420px;
  border: 1px solid rgba(139, 61, 255, 0.1);
  border-radius: 50%;
  content: "";
  inset: auto auto -260px -180px;
}

.challenge-grid {
  position: relative;
  align-items: center;
  gap: clamp(42px, 5vw, 78px);
  grid-template-columns: minmax(310px, 0.82fr) minmax(560px, 1.38fr);
}

.challenge .section-intro h2 {
  max-width: 490px;
  margin: 16px 0 16px;
  font-size: clamp(2.15rem, 3.2vw, 3.05rem);
  line-height: 1.05;
  letter-spacing: -0.05em;
}

.challenge-kicker {
  display: block;
  max-width: 435px;
  margin-top: 22px;
  color: #3f3752;
  font-size: 0.78rem;
  font-weight: 700;
  line-height: 1.6;
}

.challenge .section-intro .lead {
  max-width: 460px;
  margin-bottom: 14px;
  font-size: clamp(1.1rem, 1.55vw, 1.34rem);
  line-height: 1.35;
}

.challenge .section-intro > p:not(.lead) {
  max-width: 465px;
}

.challenge-cards {
  gap: 14px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.challenge-card {
  position: relative;
  display: flex;
  min-height: 236px;
  padding: 23px;
  overflow: hidden;
  border-color: rgba(78, 51, 116, 0.12);
  border-radius: 19px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 18px 48px rgba(42, 23, 72, 0.07);
  flex-direction: column;
}

.challenge-card::after {
  position: absolute;
  height: 2px;
  background: linear-gradient(90deg, var(--violet), var(--magenta), transparent 78%);
  content: "";
  inset: 0 0 auto;
  opacity: 0.66;
}

.challenge-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.challenge-card .line-icon {
  width: 40px;
  height: 40px;
  margin: 0;
  border-radius: 12px;
  font-size: 0.7rem;
}

.challenge-card-top small {
  padding: 6px 9px;
  border: 1px solid #ece5f5;
  border-radius: 99px;
  color: #726a82;
  font-size: 0.59rem;
  font-weight: 800;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.challenge-card h3 {
  margin: 23px 0 9px;
  font-size: 1.02rem;
  line-height: 1.22;
}

.challenge-card p {
  margin-bottom: 17px;
  color: #6e667c;
  font-size: 0.72rem;
  line-height: 1.62;
}

.challenge-result {
  display: block;
  margin-top: auto;
  padding-top: 13px;
  border-top: 1px solid #eee9f4;
  color: #6f27df;
  font-size: 0.66rem;
  font-weight: 800;
}

.ecosystem-heading {
  align-items: end;
  gap: clamp(36px, 7vw, 105px);
  margin-bottom: 35px;
  grid-template-columns: minmax(0, 1.12fr) minmax(280px, 0.7fr);
}

.ecosystem-heading h2 {
  max-width: 700px;
  margin-top: 18px;
  font-size: clamp(2.15rem, 3.35vw, 3.15rem);
  line-height: 1.04;
  letter-spacing: -0.05em;
}

.ecosystem-heading > p {
  max-width: 460px;
  margin: 0 0 5px;
  color: #6a6377;
  font-size: 0.84rem;
  line-height: 1.7;
}

.clients .ecosystem-heading {
  margin-bottom: 33px;
}

.methodology {
  position: relative;
  overflow: hidden;
  padding-block: 78px;
  background:
    linear-gradient(rgba(139, 61, 255, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(139, 61, 255, 0.045) 1px, transparent 1px),
    linear-gradient(135deg, #fbfaff 0%, #f4f0fa 100%);
  background-size: 42px 42px, 42px 42px, auto;
}

.methodology::after {
  position: absolute;
  width: 600px;
  height: 600px;
  border: 1px solid rgba(139, 61, 255, 0.1);
  border-radius: 50%;
  box-shadow: 0 0 0 90px rgba(139, 61, 255, 0.025), 0 0 0 180px rgba(139, 61, 255, 0.018);
  content: "";
  inset: -340px -230px auto auto;
}

.methodology .container {
  position: relative;
  z-index: 1;
}

.methodology-intro {
  display: grid;
  align-items: end;
  gap: clamp(38px, 7vw, 96px);
  margin-bottom: 38px;
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.75fr);
}

.methodology-intro h2 {
  max-width: 750px;
  margin: 18px 0 14px;
  color: var(--ink);
  font-size: clamp(2.15rem, 3.45vw, 3.25rem);
  line-height: 1.04;
  letter-spacing: -0.052em;
}

.methodology-intro h2 span {
  background: linear-gradient(100deg, var(--violet), var(--magenta));
  background-clip: text;
  color: transparent;
  -webkit-background-clip: text;
}

.methodology-intro p {
  max-width: 690px;
  color: #645d72;
  font-size: 0.85rem;
  line-height: 1.75;
}

.method-principle {
  padding: 23px 24px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 18px;
  background:
    radial-gradient(circle at 90% 10%, rgba(217, 70, 239, 0.24), transparent 34%),
    linear-gradient(135deg, #13092e, #241044);
  box-shadow: 0 18px 52px rgba(29, 11, 61, 0.16);
}

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

.method-principle span {
  margin-bottom: 11px;
  color: #cb8dff;
  font-size: 0.61rem;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.method-principle strong {
  color: #fff;
  font-size: clamp(1rem, 1.5vw, 1.25rem);
  line-height: 1.42;
}

.method-steps {
  position: relative;
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.method-steps::before {
  display: none;
}

.method-steps li {
  position: relative;
  display: flex;
  min-height: 250px;
  padding: 20px;
  border: 1px solid rgba(74, 48, 105, 0.11);
  border-radius: 17px;
  background: rgba(255, 255, 255, 0.91);
  box-shadow: 0 16px 38px rgba(42, 25, 72, 0.055);
  text-align: left;
  flex-direction: column;
}

.method-steps li::after {
  position: absolute;
  width: 42px;
  height: 1px;
  background: linear-gradient(90deg, var(--violet), transparent);
  content: "";
  inset: 61px 20px auto auto;
}

.method-step-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.method-step-meta > span {
  display: grid;
  width: 39px;
  height: 39px;
  border: 1px solid #d9c6f7;
  border-radius: 11px;
  background: #faf7ff;
  color: #7528e8;
  font-size: 0.68rem;
  font-weight: 800;
  place-items: center;
}

.method-step-meta small {
  color: #8b8298;
  font-size: 0.54rem;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.method-steps h3 {
  margin: 27px 0 8px;
  color: var(--ink);
  font-size: 1rem;
}

.method-steps p {
  color: #70687c;
  font-size: 0.68rem;
  line-height: 1.62;
}

.method-output {
  display: block;
  margin-top: auto;
  padding-top: 14px;
  border-top: 1px solid #ece6f2;
  color: #7028da;
  font-size: 0.61rem;
  line-height: 1.4;
}

.reviews {
  padding-block: 70px;
  border-bottom: 1px solid #e9e3f0;
  background:
    radial-gradient(circle at 14% 0%, rgba(139, 61, 255, 0.08), transparent 30%),
    #fff;
}

.reviews-grid {
  display: grid;
  align-items: center;
  gap: clamp(42px, 8vw, 112px);
  grid-template-columns: minmax(0, 0.82fr) minmax(500px, 1.08fr);
}

.reviews-copy h2 {
  max-width: 540px;
  margin: 17px 0 14px;
  color: var(--ink);
  font-size: clamp(2.1rem, 3.25vw, 3.05rem);
  line-height: 1.04;
  letter-spacing: -0.05em;
}

.reviews-copy h2 span {
  background: linear-gradient(100deg, var(--violet), var(--magenta));
  background-clip: text;
  color: transparent;
  -webkit-background-clip: text;
}

.reviews-copy p {
  max-width: 560px;
  color: #6b6478;
  font-size: 0.82rem;
  line-height: 1.72;
}

.reviews-google-card {
  position: relative;
  display: grid;
  align-items: center;
  min-height: 214px;
  padding: 30px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 21px;
  background:
    radial-gradient(circle at 86% 8%, rgba(195, 86, 255, 0.28), transparent 34%),
    linear-gradient(135deg, #100727 0%, #261148 100%);
  box-shadow: 0 24px 62px rgba(28, 10, 59, 0.17);
  grid-template-columns: auto 1fr;
  gap: 22px;
}

.reviews-google-card::after {
  position: absolute;
  width: 160px;
  height: 160px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 50%;
  content: "";
  inset: auto -62px -91px auto;
}

.google-review-mark {
  display: grid;
  width: 61px;
  height: 61px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 17px;
  background: rgba(255, 255, 255, 0.09);
  color: #fff;
  font-size: 1.55rem;
  font-weight: 800;
  place-items: center;
}

.reviews-platform,
.reviews-google-copy strong,
.reviews-google-copy p {
  display: block;
}

.reviews-platform {
  margin-bottom: 8px;
  color: #cb8fff;
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.reviews-google-copy strong {
  margin-bottom: 7px;
  color: #fff;
  font-size: clamp(1.05rem, 1.7vw, 1.35rem);
}

.reviews-google-copy p {
  max-width: 470px;
  color: rgba(255, 255, 255, 0.63);
  font-size: 0.71rem;
  line-height: 1.6;
}

.reviews-status {
  position: absolute;
  padding: 7px 10px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 99px;
  background: rgba(255, 255, 255, 0.07);
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.56rem;
  font-weight: 700;
  inset: 18px 18px auto auto;
}

.contact {
  padding: 72px 0 80px;
}

.contact-heading-compact {
  display: grid;
  max-width: none;
  align-items: end;
  gap: clamp(42px, 8vw, 116px);
  margin-bottom: 28px;
  text-align: left;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.76fr);
}

.contact-heading-compact h2 {
  max-width: 690px;
  margin: 17px 0 0;
  font-size: clamp(2.15rem, 3.45vw, 3.3rem);
  line-height: 1.04;
  letter-spacing: -0.052em;
}

.contact-heading-compact > p {
  max-width: 465px;
  margin: 0 0 4px;
  color: rgba(255, 255, 255, 0.65);
  font-size: 0.82rem;
  line-height: 1.72;
}

.contact-grid {
  align-items: stretch;
  gap: 17px;
  grid-template-columns: minmax(0, 1.04fr) minmax(430px, 0.96fr);
}

.contact-form {
  gap: 14px;
  padding: 27px;
  border-radius: 19px;
}

.contact-form label {
  gap: 6px;
  font-size: 0.66rem;
}

.contact-form input,
.contact-form select {
  min-height: 45px;
}

.contact-form textarea {
  min-height: 92px;
}

.contact-side {
  display: grid;
  gap: 12px;
}

.map-card {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 19px;
  background: rgba(10, 4, 31, 0.5);
  box-shadow: 0 19px 48px rgba(7, 2, 22, 0.2);
}

.map-card iframe {
  display: block;
  width: 100%;
  height: 232px;
  border: 0;
  filter: saturate(0.72) contrast(1.04);
}

.map-card-copy {
  position: relative;
  padding: 18px 20px 19px;
}

.map-card-copy address {
  margin: 8px 0 9px;
  color: rgba(255, 255, 255, 0.88);
  font-size: 0.75rem;
  font-style: normal;
  line-height: 1.6;
}

.map-card-copy .text-link {
  font-size: 0.66rem;
}

.contact-mini-grid {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.contact-mini-card {
  min-width: 0;
  padding: 17px 18px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.055);
}

.contact-mini-card a {
  display: block;
  margin: 7px 0 5px;
  overflow: hidden;
  color: #fff;
  font-size: 0.74rem;
  font-weight: 700;
  text-overflow: ellipsis;
}

.contact-mini-card p {
  color: rgba(255, 255, 255, 0.54);
  font-size: 0.59rem;
}

.contact-side .linkedin-card {
  min-height: 72px;
  padding: 14px 17px;
  border-radius: 15px;
}

@media (max-width: 1100px) {
  .hero-copy {
    width: min(560px, 56%);
  }

  .challenge-grid,
  .reviews-grid,
  .contact-grid {
    grid-template-columns: 1fr;
  }

  .challenge .section-intro,
  .reviews-copy {
    max-width: 720px;
  }

  .method-steps {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .contact-side {
    grid-template-columns: 1.1fr 0.9fr;
  }

  .map-card {
    grid-row: span 2;
  }

  .contact-mini-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 900px) {
  .hero {
    min-height: 620px;
  }

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

  .hero-copy {
    width: min(600px, 75%);
  }

  .ecosystem-heading,
  .methodology-intro,
  .contact-heading-compact {
    align-items: start;
    gap: 24px;
    grid-template-columns: 1fr;
  }

  .ecosystem-heading > p,
  .contact-heading-compact > p {
    max-width: 650px;
  }
}

@media (max-width: 720px) {
  .hero {
    min-height: 650px;
  }

  .hero-copy {
    width: 100%;
  }

  .hero h1 {
    max-width: 510px;
    font-size: clamp(2.45rem, 11vw, 3.45rem);
  }

  .hero-proof {
    margin-top: 22px;
  }

  .challenge,
  .methodology,
  .reviews,
  .contact {
    padding-block: 62px;
  }

  .challenge-cards,
  .method-steps {
    grid-template-columns: 1fr;
  }

  .challenge-card,
  .method-steps li {
    min-height: 0;
  }

  .method-output {
    margin-top: 24px;
  }

  .reviews-grid {
    gap: 30px;
  }

  .reviews-google-card {
    align-items: start;
    padding: 25px 21px;
    grid-template-columns: 1fr;
  }

  .reviews-status {
    position: static;
    width: max-content;
    grid-column: 1;
  }

  .contact-grid,
  .contact-side {
    grid-template-columns: 1fr;
  }

  .map-card {
    grid-row: auto;
  }

  .form-row,
  .contact-mini-grid {
    grid-template-columns: 1fr;
  }

  .contact-form {
    padding: 21px;
  }
}

@media (max-width: 480px) {
  .hero {
    min-height: 670px;
  }

  .hero h1 {
    font-size: 2.55rem;
  }

  .hero-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .hero-actions .button {
    justify-content: center;
  }

  .hero-proof {
    gap: 16px;
    grid-template-columns: 1fr 1fr;
  }

  .map-card iframe {
    height: 210px;
  }
}

/* Contact form alignment and official WhatsApp mark */
.form-row {
  align-items: end;
}

.contact-form .field-label {
  display: inline-flex;
  min-height: 1rem;
  align-items: baseline;
  gap: 4px;
  color: rgba(255, 255, 255, 0.75);
  line-height: 1.35;
}

.contact-form .field-label strong {
  color: #d99cff;
  font: inherit;
}

.contact-form .form-row > label {
  align-content: end;
}

.whatsapp-float img {
  display: block;
  width: 27px;
  height: 27px;
  filter: brightness(0) invert(1);
}

/* Clickable challenge cards */
.challenge-card {
  color: inherit;
  text-decoration: none;
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.challenge-card:hover {
  border-color: rgba(139, 61, 255, 0.32);
  box-shadow: 0 24px 58px rgba(63, 25, 108, 0.13);
  transform: translateY(-5px);
}

.challenge-card:focus-visible {
  outline: 3px solid rgba(139, 61, 255, 0.35);
  outline-offset: 4px;
}

.challenge-result {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: space-between;
}

.challenge-result strong {
  color: #7e31e8;
  font-size: 0.59rem;
  white-space: nowrap;
}

/* Balanced hierarchy on the case detail page */
.case-study-header h2 {
  max-width: 940px;
  font-size: clamp(2.3rem, 3.65vw, 3.65rem);
  line-height: 1.07;
  letter-spacing: -0.052em;
}

.case-study-number {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 18px;
  padding: 7px 10px;
  border: 1px solid #e0cdf5;
  border-radius: 99px;
  background: #fbf8ff;
  color: #7b2ce2;
  font-size: 0.75rem;
  letter-spacing: 0.08em;
}

/* Thematic capability pages */
.capability-page {
  background: #fff;
}

.capability-hero {
  position: relative;
  display: grid;
  min-height: 630px;
  align-items: center;
  overflow: hidden;
  padding: 128px 0 74px;
  background:
    radial-gradient(circle at 78% 28%, rgba(168, 85, 247, 0.24), transparent 31%),
    radial-gradient(circle at 88% 86%, rgba(56, 189, 248, 0.1), transparent 25%),
    linear-gradient(135deg, #080419 0%, #13082e 55%, #210c44 100%);
  color: #fff;
}

.capability-hero::before,
.capability-hero::after {
  position: absolute;
  border: 1px solid rgba(204, 143, 255, 0.12);
  border-radius: 50%;
  content: "";
  pointer-events: none;
}

.capability-hero::before {
  width: 510px;
  height: 510px;
  inset: -270px -120px auto auto;
  box-shadow: 0 0 0 80px rgba(139, 61, 255, 0.025), 0 0 0 160px rgba(139, 61, 255, 0.018);
}

.capability-hero::after {
  width: 290px;
  height: 290px;
  inset: auto auto -195px -100px;
}

.capability-hero-infra {
  background:
    radial-gradient(circle at 79% 24%, rgba(56, 189, 248, 0.18), transparent 30%),
    radial-gradient(circle at 91% 83%, rgba(139, 61, 255, 0.21), transparent 25%),
    linear-gradient(135deg, #07051a 0%, #10102f 53%, #171044 100%);
}

.capability-hero-automation {
  background:
    radial-gradient(circle at 79% 24%, rgba(217, 70, 239, 0.24), transparent 30%),
    radial-gradient(circle at 91% 83%, rgba(139, 61, 255, 0.22), transparent 25%),
    linear-gradient(135deg, #09041d 0%, #1b0838 56%, #2d0b4a 100%);
}

.capability-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  align-items: end;
  gap: clamp(55px, 9vw, 132px);
  grid-template-columns: minmax(0, 1.18fr) minmax(340px, 0.65fr);
}

.capability-hero .back-link {
  margin-bottom: 34px;
}

.capability-hero h1 {
  max-width: 800px;
  margin: 18px 0 21px;
  font-size: clamp(3.25rem, 5.3vw, 5.25rem);
  line-height: 1.01;
  letter-spacing: -0.062em;
}

.capability-hero h1 span,
.capability-heading h2 span,
.capability-copy h2 span {
  background: linear-gradient(100deg, #9b4dff, #e14bec);
  background-clip: text;
  color: transparent;
  -webkit-background-clip: text;
}

.capability-hero > .container > div > p,
.capability-hero-grid > div > p {
  max-width: 710px;
  color: rgba(255, 255, 255, 0.68);
  font-size: clamp(0.91rem, 1.18vw, 1.05rem);
  line-height: 1.75;
}

.capability-actions {
  display: flex;
  gap: 11px;
  margin-top: 27px;
  flex-wrap: wrap;
}

.capability-hero-panel {
  padding: 25px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.055);
  box-shadow: 0 25px 70px rgba(3, 1, 16, 0.25);
  backdrop-filter: blur(15px);
}

.capability-hero-panel > span {
  display: block;
  margin-bottom: 14px;
  color: #d9a4ff;
  font-size: 0.61rem;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.capability-hero-panel ol {
  display: grid;
  gap: 0;
}

.capability-hero-panel li {
  display: flex;
  min-height: 51px;
  align-items: center;
  gap: 13px;
  border-top: 1px solid rgba(255, 255, 255, 0.09);
  color: rgba(255, 255, 255, 0.83);
  font-size: 0.73rem;
  font-weight: 700;
}

.capability-hero-panel b {
  color: #c889ff;
  font-size: 0.62rem;
}

.capability-nav {
  position: sticky;
  z-index: 80;
  top: 78px;
  border-bottom: 1px solid #e9e3ee;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 9px 26px rgba(28, 14, 47, 0.045);
  backdrop-filter: blur(14px);
}

.capability-nav .container {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.capability-nav a {
  display: grid;
  min-height: 60px;
  place-items: center;
  border-right: 1px solid #eee8f2;
  color: #645d70;
  font-size: 0.69rem;
  font-weight: 800;
}

.capability-nav a:first-child {
  border-left: 1px solid #eee8f2;
}

.capability-nav a:hover {
  background: #faf6ff;
  color: #772cdb;
}

.capability-section {
  padding: 88px 0;
  scroll-margin-top: 140px;
}

.capability-section-soft {
  border-top: 1px solid #ebe5f0;
  border-bottom: 1px solid #ebe5f0;
  background: #f8f6fb;
}

.capability-section-dark {
  background:
    radial-gradient(circle at 83% 24%, rgba(139, 61, 255, 0.2), transparent 31%),
    linear-gradient(135deg, #0c0620, #1b0c39);
  color: #fff;
}

.capability-heading {
  display: grid;
  align-items: end;
  gap: clamp(40px, 8vw, 118px);
  margin-bottom: 42px;
  grid-template-columns: minmax(0, 1.08fr) minmax(310px, 0.72fr);
}

.capability-heading h2,
.capability-copy h2 {
  max-width: 760px;
  margin: 17px 0 0;
  color: var(--ink);
  font-size: clamp(2.35rem, 3.85vw, 3.75rem);
  line-height: 1.04;
  letter-spacing: -0.055em;
}

.capability-heading > p,
.capability-copy > p {
  color: #6d6679;
  font-size: 0.82rem;
  line-height: 1.76;
}

.capability-card-grid {
  display: grid;
  gap: 13px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.infrastructure-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.capability-card {
  position: relative;
  min-height: 300px;
  padding: 24px;
  overflow: hidden;
  border: 1px solid #e6dfee;
  border-radius: 19px;
  background: #fff;
  box-shadow: 0 17px 42px rgba(37, 20, 63, 0.055);
}

.capability-card::before {
  position: absolute;
  height: 2px;
  background: linear-gradient(90deg, #8b3dff, #d946ef, transparent 80%);
  content: "";
  inset: 0 0 auto;
}

.capability-card > span {
  display: grid;
  width: 40px;
  height: 40px;
  margin-bottom: 26px;
  border: 1px solid #dcc8f6;
  border-radius: 11px;
  background: #faf7ff;
  color: #7829df;
  font-size: 0.66rem;
  font-weight: 800;
  place-items: center;
}

.capability-card h3 {
  margin-bottom: 10px;
  color: var(--ink);
  font-size: 1.02rem;
  line-height: 1.25;
}

.capability-card p {
  min-height: 66px;
  margin-bottom: 17px;
  color: #716a7b;
  font-size: 0.7rem;
  line-height: 1.62;
}

.capability-card ul {
  display: grid;
  gap: 7px;
  padding-top: 15px;
  border-top: 1px solid #eee8f2;
}

.capability-card li {
  position: relative;
  padding-left: 13px;
  color: #51495e;
  font-size: 0.64rem;
  font-weight: 700;
}

.capability-card li::before {
  position: absolute;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #9344ed;
  content: "";
  inset: 0.48em auto auto 0;
}

.architecture-band {
  padding: 78px 0;
  scroll-margin-top: 140px;
  background:
    radial-gradient(circle at 87% 18%, rgba(217, 70, 239, 0.18), transparent 28%),
    linear-gradient(135deg, #0b051e, #1b0a39);
  color: #fff;
}

.architecture-band-heading {
  max-width: 860px;
  margin-bottom: 40px;
}

.architecture-band-heading h2 {
  margin-top: 17px;
  font-size: clamp(2.25rem, 3.65vw, 3.55rem);
  line-height: 1.04;
  letter-spacing: -0.052em;
}

.architecture-band-heading h2 span {
  color: #d18bff;
}

.architecture-flow {
  display: grid;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.035);
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.architecture-flow li {
  position: relative;
  min-height: 165px;
  padding: 23px;
}

.architecture-flow li + li {
  border-left: 1px solid rgba(255, 255, 255, 0.09);
}

.architecture-flow li:not(:last-child)::after {
  position: absolute;
  color: #bc74f8;
  content: "→";
  inset: 23px -6px auto auto;
}

.architecture-flow span,
.architecture-flow strong,
.architecture-flow small {
  display: block;
}

.architecture-flow span {
  margin-bottom: 26px;
  color: #c988ff;
  font-size: 0.62rem;
  font-weight: 800;
}

.architecture-flow strong {
  margin-bottom: 8px;
  font-size: 1rem;
}

.architecture-flow small {
  color: rgba(255, 255, 255, 0.54);
  font-size: 0.63rem;
  line-height: 1.55;
}

.capability-split {
  display: grid;
  align-items: start;
  gap: clamp(58px, 9vw, 132px);
  grid-template-columns: minmax(0, 0.82fr) minmax(470px, 1.05fr);
}

.capability-copy > p {
  margin: 18px 0 25px;
}

.capability-list {
  display: grid;
  border-top: 1px solid #ddd5e6;
}

.capability-list article {
  display: grid;
  gap: 18px;
  padding: 22px 0;
  border-bottom: 1px solid #ddd5e6;
  grid-template-columns: 43px 1fr;
}

.capability-list article > span {
  display: grid;
  width: 40px;
  height: 40px;
  border: 1px solid #dbc8f3;
  border-radius: 11px;
  color: #7628df;
  font-size: 0.62rem;
  font-weight: 800;
  place-items: center;
}

.capability-list h3 {
  margin-bottom: 5px;
  color: var(--ink);
  font-size: 0.95rem;
}

.capability-list p {
  color: #716a7a;
  font-size: 0.69rem;
  line-height: 1.55;
}

.capability-proof {
  padding: 82px 0;
  scroll-margin-top: 140px;
}

.capability-proof-grid {
  display: grid;
  align-items: center;
  gap: clamp(48px, 8vw, 112px);
  grid-template-columns: minmax(520px, 1.08fr) minmax(0, 0.78fr);
}

.capability-proof figure {
  overflow: hidden;
  border: 1px solid #e3dbe9;
  border-radius: 19px;
  background: #f6f3f8;
  box-shadow: 0 25px 65px rgba(35, 18, 58, 0.12);
}

.capability-proof img {
  display: block;
  width: 100%;
  height: auto;
}

.capability-proof h2 {
  margin: 17px 0 15px;
  color: var(--ink);
  font-size: clamp(2.1rem, 3.2vw, 3.05rem);
  line-height: 1.06;
  letter-spacing: -0.05em;
}

.capability-proof p {
  color: #6c6576;
  font-size: 0.8rem;
  line-height: 1.72;
}

.proof-links {
  display: flex;
  gap: 18px;
  margin-top: 21px;
  flex-wrap: wrap;
}

.proof-links a {
  color: #772adf;
  font-size: 0.71rem;
  font-weight: 800;
}

.infra-assurance {
  display: grid;
  gap: 11px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.infra-assurance article {
  min-height: 145px;
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 17px;
  background: rgba(255, 255, 255, 0.05);
}

.infra-assurance strong,
.infra-assurance span {
  display: block;
}

.infra-assurance strong {
  margin-bottom: 18px;
  color: #d294ff;
  font-size: 1.15rem;
}

.infra-assurance span {
  color: rgba(255, 255, 255, 0.69);
  font-size: 0.69rem;
  line-height: 1.55;
}

.capability-section-dark .capability-copy h2 {
  color: #fff;
}

.capability-section-dark .capability-copy > p {
  color: rgba(255, 255, 255, 0.62);
}

.delivery-journey {
  display: grid;
  gap: 11px;
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.delivery-journey li {
  min-height: 205px;
  padding: 21px;
  border: 1px solid #e1d9e8;
  border-radius: 17px;
  background: #fff;
}

.delivery-journey span,
.delivery-journey strong,
.delivery-journey p {
  display: block;
}

.delivery-journey span {
  margin-bottom: 38px;
  color: #8c3ce6;
  font-size: 0.65rem;
  font-weight: 800;
}

.delivery-journey strong {
  margin-bottom: 8px;
  color: var(--ink);
  font-size: 0.92rem;
}

.delivery-journey p {
  color: #716a7b;
  font-size: 0.66rem;
  line-height: 1.58;
}

.partner-capability {
  padding: 66px 0;
  scroll-margin-top: 140px;
  border-top: 1px solid #ece6f0;
  background: #fff;
}

.partner-capability .container {
  display: grid;
  align-items: center;
  gap: 60px;
  grid-template-columns: minmax(300px, 0.62fr) minmax(0, 1.38fr);
}

.partner-capability h2 {
  margin-top: 15px;
  color: var(--ink);
  font-size: clamp(1.75rem, 2.8vw, 2.5rem);
  line-height: 1.08;
  letter-spacing: -0.045em;
}

.partner-capability-logos {
  display: grid;
  gap: 9px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.partner-capability-logos img {
  width: 100%;
  height: 68px;
  padding: 17px;
  border: 1px solid #e9e2ed;
  border-radius: 13px;
  object-fit: contain;
}

.automation-cases {
  padding: 82px 0;
}

.automation-cases .capability-heading {
  align-items: center;
}

.automation-case-grid {
  display: grid;
  gap: 13px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.automation-case-grid a {
  position: relative;
  display: flex;
  min-height: 240px;
  padding: 25px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 19px;
  background:
    radial-gradient(circle at 90% 8%, rgba(217, 70, 239, 0.2), transparent 30%),
    linear-gradient(135deg, #0d0622, #241044);
  color: #fff;
  flex-direction: column;
  transition: transform 0.24s ease, box-shadow 0.24s ease;
}

.automation-case-grid a:hover {
  box-shadow: 0 20px 52px rgba(38, 14, 72, 0.2);
  transform: translateY(-5px);
}

.automation-case-grid span {
  color: #cd8eff;
  font-size: 0.64rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.automation-case-grid strong {
  max-width: 330px;
  margin: 29px 0;
  font-size: 1.16rem;
  line-height: 1.37;
}

.automation-case-grid small {
  margin-top: auto;
  color: rgba(255, 255, 255, 0.57);
  font-size: 0.63rem;
}

.capability-final {
  padding: 55px 0;
  background: linear-gradient(100deg, #2c0c65, #7c26d8 60%, #9f31e8);
  color: #fff;
}

.capability-final .container {
  display: flex;
  align-items: end;
  gap: 46px;
  justify-content: space-between;
}

.capability-final h2 {
  max-width: 820px;
  margin-top: 14px;
  font-size: clamp(1.75rem, 3vw, 2.75rem);
  line-height: 1.08;
  letter-spacing: -0.045em;
}

.capability-final .button {
  flex: 0 0 auto;
}

@media (max-width: 1100px) {
  .capability-hero-grid,
  .capability-heading,
  .capability-split,
  .capability-proof-grid,
  .partner-capability .container {
    grid-template-columns: 1fr;
  }

  .capability-hero-panel {
    max-width: 680px;
  }

  .capability-card-grid,
  .infrastructure-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .delivery-journey {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .partner-capability-logos {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  .capability-hero {
    min-height: auto;
    padding: 115px 0 64px;
  }

  .capability-hero h1 {
    font-size: clamp(3rem, 9vw, 4.5rem);
  }

  .capability-nav {
    top: 70px;
    overflow-x: auto;
  }

  .capability-nav .container {
    width: max-content;
    min-width: 100%;
    grid-template-columns: repeat(4, minmax(155px, 1fr));
  }

  .architecture-flow {
    grid-template-columns: 1fr;
  }

  .architecture-flow li {
    min-height: 120px;
  }

  .architecture-flow li + li {
    border-top: 1px solid rgba(255, 255, 255, 0.09);
    border-left: 0;
  }

  .architecture-flow li:not(:last-child)::after {
    content: "↓";
    inset: auto 24px -8px auto;
  }

  .automation-case-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 680px) {
  .challenge-result {
    align-items: flex-start;
    flex-direction: column;
  }

  .case-study-header h2 {
    font-size: clamp(2rem, 10.5vw, 3rem);
  }

  .case-study-number {
    font-size: 0.68rem;
  }

  .capability-section,
  .capability-proof,
  .automation-cases {
    padding: 64px 0;
  }

  .capability-hero h1 {
    font-size: clamp(2.65rem, 13vw, 3.55rem);
  }

  .capability-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .capability-actions .button {
    justify-content: center;
  }

  .capability-card-grid,
  .infrastructure-grid,
  .infra-assurance,
  .delivery-journey,
  .partner-capability-logos {
    grid-template-columns: 1fr;
  }

  .capability-card {
    min-height: 0;
  }

  .capability-card p {
    min-height: 0;
  }

  .capability-final .container {
    align-items: flex-start;
    flex-direction: column;
  }
}

/* Stronger visual rhythm between the main light sections */
.challenge,
.ecosystem,
.methodology,
.reviews,
.solution-excellence,
.service-detail,
.case-study,
.capability-section:not(.capability-section-dark),
.capability-proof,
.partner-capability,
.automation-cases {
  position: relative;
  isolation: isolate;
  border-bottom: 1px solid rgba(92, 43, 145, 0.2);
}

.challenge::after,
.ecosystem::after,
.reviews::after,
.solution-excellence::after,
.service-detail::after,
.case-study::after,
.capability-section:not(.capability-section-dark)::after,
.capability-proof::after,
.partner-capability::after,
.automation-cases::after,
.methodology::before {
  position: absolute;
  z-index: 0;
  right: 0;
  bottom: -1px;
  left: 0;
  height: 76px;
  background: linear-gradient(
    180deg,
    rgba(91, 38, 145, 0) 0%,
    rgba(91, 38, 145, 0.035) 48%,
    rgba(91, 38, 145, 0.13) 100%
  );
  content: "";
  pointer-events: none;
}

.challenge > .container,
.ecosystem > .container,
.methodology > .container,
.reviews > .container,
.solution-excellence > .container,
.service-detail > .container,
.case-study > .container,
.capability-section > .container,
.capability-proof > .container,
.partner-capability > .container,
.automation-cases > .container {
  position: relative;
  z-index: 1;
}

/* The two marquees share one block, so this marks the partner/client transition. */
.ecosystem .clients {
  position: relative;
  border-top: 0;
}

.ecosystem .clients::before {
  position: absolute;
  top: -1px;
  right: 0;
  left: 0;
  height: 54px;
  border-top: 1px solid rgba(92, 43, 145, 0.2);
  background: linear-gradient(180deg, rgba(91, 38, 145, 0.11), rgba(91, 38, 145, 0));
  content: "";
  pointer-events: none;
}

@media (max-width: 680px) {
  .challenge::after,
  .ecosystem::after,
  .reviews::after,
  .solution-excellence::after,
  .service-detail::after,
  .case-study::after,
  .capability-section:not(.capability-section-dark)::after,
  .capability-proof::after,
  .partner-capability::after,
  .automation-cases::after,
  .methodology::before {
    height: 52px;
  }

  .ecosystem .clients::before {
    height: 42px;
  }
}

/* Internal page heroes aligned with the compact home-page opening */
.detail-hero.solution-hero-pro,
.case-page-hero {
  min-height: 640px;
  padding: 132px 0 58px;
}

.detail-hero.solution-hero-pro h1,
.case-page-hero h1 {
  max-width: 780px;
  margin-bottom: 18px;
  font-size: clamp(2.85rem, 4.45vw, 4.25rem);
  line-height: 1.025;
  letter-spacing: -0.055em;
}

.detail-hero.solution-hero-pro .back-link,
.case-page-hero .back-link {
  margin-bottom: 21px;
}

.solution-hero-facts {
  width: min(720px, 100%);
  margin-top: 25px;
}

.solution-hero-facts div {
  padding: 14px 18px;
}

.detail-orbit {
  width: 225px;
}

.case-page-hero-grid {
  align-items: center;
  gap: clamp(50px, 7vw, 92px);
  grid-template-columns: minmax(0, 1.2fr) minmax(320px, 0.7fr);
}

.case-hero-panel {
  width: min(420px, 100%);
  justify-self: end;
  padding: 24px;
}

@media (max-width: 1060px) {
  .case-page-hero-grid {
    gap: 28px;
    grid-template-columns: 1fr;
  }

  .case-hero-panel {
    width: min(650px, 100%);
    justify-self: start;
  }
}

@media (max-width: 900px) {
  .detail-hero.solution-hero-pro,
  .case-page-hero {
    min-height: auto;
    padding: 122px 0 54px;
  }

  .detail-hero.solution-hero-pro h1,
  .case-page-hero h1 {
    font-size: clamp(2.65rem, 9vw, 3.85rem);
  }

  .detail-orbit {
    width: 190px;
  }
}

@media (max-width: 640px) {
  .detail-hero.solution-hero-pro,
  .case-page-hero {
    padding: 108px 0 46px;
  }

  .detail-hero.solution-hero-pro h1,
  .case-page-hero h1 {
    font-size: clamp(2.45rem, 11.5vw, 3.25rem);
  }

  .solution-hero-facts div {
    padding: 11px 15px;
  }

  .detail-orbit {
    display: none;
  }
}

/* Case-page facts mirror the information strip used on the Solutions hero. */
.case-hero-facts {
  display: grid;
  width: min(760px, 100%);
  margin-top: 27px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.045);
  grid-template-columns: repeat(3, minmax(0, 1fr));
  backdrop-filter: blur(12px);
}

.case-hero-facts div {
  min-width: 0;
  padding: 14px 17px;
}

.case-hero-facts div + div {
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}

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

.case-hero-facts strong {
  margin-bottom: 4px;
  color: #d99cff;
  font-size: 0.92rem;
}

.case-hero-facts span {
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.61rem;
  line-height: 1.45;
}

@media (max-width: 640px) {
  .case-hero-facts {
    grid-template-columns: 1fr;
  }

  .case-hero-facts div {
    padding: 11px 15px;
  }

  .case-hero-facts div + div {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    border-left: 0;
  }
}

/* Institutional story */
.about-institutional {
  padding-block: 96px;
  border-bottom: 1px solid #e9e1f2;
  background:
    radial-gradient(circle at 7% 12%, rgba(160, 76, 238, 0.12), transparent 29%),
    radial-gradient(circle at 92% 88%, rgba(80, 57, 190, 0.09), transparent 32%),
    linear-gradient(145deg, #fdfcff 0%, #f8f5fc 55%, #f3eef9 100%);
  color: var(--navy);
}

.about.about-institutional::before {
  opacity: 0.52;
  background-image:
    linear-gradient(rgba(120, 76, 170, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(120, 76, 170, 0.035) 1px, transparent 1px);
  background-size: 84px 84px;
}

.about-institutional .container {
  position: relative;
  z-index: 1;
}

.about-institutional .eyebrow-light {
  color: #7130ce;
}

.about-intro-grid {
  display: grid;
  align-items: start;
  gap: clamp(44px, 6vw, 88px);
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.82fr);
}

.about-institutional .about-copy h2 {
  max-width: 720px;
  margin-bottom: 27px;
  color: var(--navy);
  font-size: clamp(2.65rem, 4.35vw, 4.7rem);
}

.about-institutional .about-copy p {
  max-width: 720px;
  color: #645f73;
  font-size: 0.98rem;
  line-height: 1.82;
}

.about-institutional .about-copy p + p {
  margin-top: 16px;
}

.about-differentials,
.about-principle {
  position: relative;
  overflow: hidden;
  transition:
    transform 260ms cubic-bezier(0.2, 0.8, 0.2, 1),
    border-color 260ms ease,
    box-shadow 260ms ease;
}

.about-differentials {
  border: 1px solid rgba(255, 255, 255, 0.14);
  background:
    radial-gradient(circle at 100% 0, rgba(190, 75, 255, 0.25), transparent 40%),
    linear-gradient(145deg, #160a31, #291149);
  box-shadow: 0 25px 65px rgba(31, 12, 68, 0.22);
}

.about-principle {
  border: 1px solid rgba(83, 47, 125, 0.13);
  background:
    radial-gradient(circle at 100% 0, rgba(180, 85, 247, 0.08), transparent 39%),
    rgba(255, 255, 255, 0.9);
  box-shadow: 0 20px 48px rgba(48, 25, 76, 0.08);
}

.about-differentials::before,
.about-principle::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 2px;
  background: linear-gradient(90deg, #8a2cff, #e457ff 55%, transparent);
  content: "";
}

.about-differentials::after,
.about-principle::after {
  position: absolute;
  top: -110px;
  right: -110px;
  width: 240px;
  height: 240px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(206, 106, 255, 0.18), transparent 68%);
  content: "";
  opacity: 0;
  pointer-events: none;
  transition: opacity 260ms ease, transform 420ms ease;
}

.about-differentials {
  padding: clamp(27px, 3vw, 40px);
  border-radius: 24px;
}

.about-card-kicker {
  color: #d99cff;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.about-principle-label {
  color: #7d35dc;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.about-differentials h3 {
  max-width: 510px;
  margin: 18px 0 20px;
  color: #fff;
  font-size: clamp(1.62rem, 2.35vw, 2.4rem);
  letter-spacing: -0.045em;
  line-height: 1.12;
}

.about-differentials h3 span {
  color: #d86aff;
}

.about-differentials p {
  color: rgba(255, 255, 255, 0.67);
  font-size: 0.83rem;
  line-height: 1.72;
}

.about-differentials p + p {
  margin-top: 12px;
}

.about-principles {
  display: grid;
  gap: 16px;
  margin-top: 58px;
  grid-template-columns: 0.9fr 0.9fr 1.35fr;
}

.about-principle {
  min-height: 310px;
  padding: 28px;
  border-radius: 20px;
}

.about-principle-head {
  display: flex;
  align-items: center;
  gap: 13px;
  margin-bottom: 24px;
}

.about-principle-number {
  display: grid;
  width: 38px;
  height: 38px;
  flex: 0 0 auto;
  place-items: center;
  border: 1px solid rgba(125, 53, 220, 0.23);
  border-radius: 11px;
  color: #7130ce;
  background: rgba(137, 51, 224, 0.07);
  font-size: 0.68rem;
  font-weight: 800;
}

.about-principle h3 {
  margin-bottom: 15px;
  color: var(--navy);
  font-size: clamp(1.25rem, 1.65vw, 1.72rem);
  letter-spacing: -0.035em;
  line-height: 1.2;
}

.about-principle > p {
  color: #6e6879;
  font-size: 0.78rem;
  line-height: 1.72;
}

.about-values {
  display: grid;
  gap: 9px;
  margin: 0;
  padding: 0;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  list-style: none;
}

.about-values li {
  display: flex;
  min-height: 67px;
  flex-direction: column;
  justify-content: center;
  padding: 12px 14px;
  border: 1px solid rgba(92, 54, 132, 0.11);
  border-radius: 12px;
  background: rgba(248, 244, 252, 0.86);
  transition: border-color 220ms ease, background-color 220ms ease, transform 220ms ease;
}

.about-values li:last-child {
  grid-column: 1 / -1;
}

.about-values strong,
.about-values span {
  display: block;
}

.about-values strong {
  margin-bottom: 4px;
  color: #24163a;
  font-size: 0.75rem;
}

.about-values span {
  color: #736c7e;
  font-size: 0.66rem;
  line-height: 1.45;
}

@media (hover: hover) and (pointer: fine) {
  .about-differentials:hover,
  .about-principle:hover {
    transform: translateY(-8px);
  }

  .about-differentials:hover {
    border-color: rgba(223, 156, 255, 0.42);
    box-shadow: 0 34px 78px rgba(31, 12, 68, 0.28);
  }

  .about-principle:hover {
    border-color: rgba(125, 53, 220, 0.34);
    box-shadow: 0 30px 66px rgba(61, 29, 96, 0.14);
  }

  .about-differentials:hover::after,
  .about-principle:hover::after {
    opacity: 1;
    transform: translate(-18px, 18px) scale(1.08);
  }

  .about-principle:hover .about-values li {
    border-color: rgba(125, 53, 220, 0.17);
    background: #fff;
  }

  .about-values li:hover {
    transform: translateX(4px);
  }
}

@media (max-width: 1060px) {
  .about-intro-grid {
    grid-template-columns: 1fr;
  }

  .about-principles {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .about-principle-values {
    grid-column: 1 / -1;
  }
}

@media (max-width: 680px) {
  .about-institutional {
    padding-block: 72px;
  }

  .about-intro-grid {
    gap: 34px;
  }

  .about-institutional .about-copy h2 {
    font-size: clamp(2.35rem, 11vw, 3.35rem);
  }

  .about-institutional .about-copy p {
    font-size: 0.9rem;
  }

  .about-principles {
    margin-top: 36px;
    grid-template-columns: 1fr;
  }

  .about-principle,
  .about-principle-values {
    min-height: auto;
    grid-column: auto;
  }

  .about-values {
    grid-template-columns: 1fr;
  }

  .about-values li:last-child {
    grid-column: auto;
  }
}

/* Site-wide legibility pass */
.main-nav a {
  font-size: 0.84rem;
}

.button-small,
.solution-link,
.case-card a,
.case-open,
.service-proof a,
.text-link-light,
.back-link {
  font-size: 0.8rem;
}

.eyebrow,
.solution-tag,
.case-category,
.case-study-number,
.about-card-kicker,
.about-principle-label,
.about-principle-number,
.reviews-platform,
.contact-label,
.footer-grid h2,
.capability-card > span,
.capability-list article > span,
.automation-case-grid span,
.quality-list > span,
.reference-links > span,
.quality-framework-grid article > span {
  font-size: 0.72rem;
}

.hero-proof span,
.trust-inner p,
.service-fit p,
.excellence-steps p,
.quality-list li,
.quality-framework-grid p,
.challenge-card p,
.solution-card li,
.method-steps p,
.case-card p,
.case-hero-panel p,
.case-narrative p,
.case-deliveries li,
.case-content p,
.case-dialog-columns p,
.about-principle > p,
.reviews-google-copy p,
.contact-heading-compact > p,
.contact-card p,
.contact-card address,
.capability-hero-panel li,
.capability-card p,
.capability-card li,
.capability-list p,
.delivery-journey p {
  font-size: 0.84rem;
  line-height: 1.65;
}

.challenge-kicker,
.case-notice,
.service-proof p,
.case-study-header > p,
.map-card-copy address {
  font-size: 0.82rem;
  line-height: 1.65;
}

.challenge-card-top small,
.challenge-result,
.method-principle span,
.method-step-meta small,
.method-output,
.reviews-status,
.case-hero-panel > span,
.case-metrics span,
.case-metrics small,
.case-outcome-card > span,
.case-media figcaption,
.case-stack span,
.case-dialog-kicker,
.case-dialog-columns span,
.solution-detail-nav a,
.solution-detail-nav a span,
.service-number,
.delivery-block > span,
.delivery-outcomes span,
.technology-row span,
.architecture-flow span,
.architecture-flow small,
.infra-assurance span,
.delivery-journey span,
.automation-case-grid small,
.case-hero-facts span,
.solution-hero-facts span {
  font-size: 0.72rem;
  line-height: 1.5;
}

.quality-list li,
.capability-card li,
.case-deliveries li,
.solution-card li {
  line-height: 1.55;
}

.reference-links a,
.proof-links a,
.capability-nav a,
.case-index a,
.case-filter,
.contact-card .text-link,
.map-card-copy .text-link {
  font-size: 0.76rem;
}

.contact-form label,
.contact-form .checkbox-label,
.form-note,
.form-status {
  font-size: 0.74rem;
  line-height: 1.55;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  font-size: 0.88rem;
}

.contact-mini-card a,
.linkedin-card strong {
  font-size: 0.82rem;
}

.contact-mini-card p,
.linkedin-card > span:nth-child(2),
.footer-brand p,
.footer-grid a,
.footer-grid > div > p,
.footer-bottom p {
  font-size: 0.75rem;
  line-height: 1.6;
}

.about-values strong {
  font-size: 0.8rem;
}

.about-values span {
  font-size: 0.74rem;
  line-height: 1.5;
}

@media (max-width: 680px) {
  .solution-card li,
  .challenge-card p,
  .method-steps p,
  .case-card p,
  .case-content p,
  .case-dialog-columns p,
  .about-principle > p,
  .capability-hero-panel li,
  .capability-card p,
  .capability-card li,
  .capability-list p,
  .delivery-journey p {
    font-size: 0.9rem;
  }

  .contact-form input,
  .contact-form select,
  .contact-form textarea {
    font-size: 1rem;
  }

  .footer-brand p,
  .footer-grid a,
  .footer-grid > div > p,
  .footer-bottom p {
    font-size: 0.8rem;
  }
}
