@charset "UTF-8";

/* You can add global styles to this file, and also import other style files */
/* body {
  font-family: "Inter", sans-serif !important;
  overflow-x: hidden !important;
} */
@import url('https://fonts.googleapis.com/css2?family=Geist:wght@100..900&family=Manrope:wght@200..800&display=swap');
body {
  font-family: "Inter", sans-serif !important;
  overflow-x: hidden !important;
  scroll-behavior: smooth;
}
h1,h2,h3,h4{
  font-family: "Manrope", sans-serif;
}

.homepage-wrapper {
  /* font-family: "Inter", -apple-system, sans-serif; */
  /* font-family: "Manrope", sans-serif; */
  overflow-x: clip;
  background-color: #000000;
  color: white;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1.5rem;
}

.cap-badge-text {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.25em;
  color: rgba(255, 255, 255, 0.4);
  font-weight: 500;
  margin-bottom: 24px;
  font-family: 'monospace', monospace;
}

.text-muted-custom {
  background: linear-gradient(to bottom, #ffffff 0%, rgba(255, 255, 255, 0.4) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.section-title {
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: -1px;
}

.lead-text {
  font-size: 1rem;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.6);
}

.btn-primary-large {
  display: inline-block;
  background: white;
  color: #000;
  padding: 0.6rem 1.5rem;
  font-size: 14px;
  font-weight: 600;
  border-radius: 50px;
  text-decoration: none;
  transition: all 0.3s;
}

.btn-primary-large:hover {
  background: #e0e0e0;
  box-shadow: 0 0 20px rgba(255, 255, 255, 0.4);
  transform: translateY(-2px);
  color: #000;
}

.btn-secondary-large {
  display: inline-block;
  border: 1px solid #fff;
  color: white;
  padding: 0.6rem 1.5rem;
  font-size: 14px;
  font-weight: 600;
  border-radius: 50px;
  text-decoration: none;
  backdrop-filter: blur(10px);
  transition: all 0.3s;
}

.btn-secondary-large:hover {
  background: rgba(255, 255, 255, 0.2);
  color: white;
}

.btn-subtle {
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  transition: all 0.2s;
}

.btn-subtle:hover {
  color: #fff;
  border-bottom-color: #fff;
  text-decoration: none;
}

@keyframes twinkleStars {
  from {
    background-position: 0 0, 0 0, 0 0;
  }

  to {
    background-position: 250px -250px, -150px -200px, 100px -300px;
  }
}

.hero-pov-wrapper {
  position: relative;
  z-index: 2;
  background-color: #000;
  border-bottom-left-radius: 60px;
  border-bottom-right-radius: 60px;
  position: relative;
}

.hero-pov-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  z-index: 0;
  opacity: 0.6;
  /* background-image: radial-gradient(2px 2px at 150px 100px, rgba(255, 255, 255, 0.7), transparent 80%), radial-gradient(3px 3px at 200px 220px, rgba(255, 255, 255, 0.8), transparent 80%); */
  /* background-size: 250px 250px, 300px 300px;
  background-repeat: repeat; */
  /* animation: twinkleStars 100s linear infinite; */
}

.hero-pov-wrapper>* {
  position: relative;
  z-index: 1;
}

app-footer {
  display: block;
  position: sticky;
  bottom: 0;
  z-index: 1;
}

@media (max-width: 991px) {
  app-footer {
    position: static;
  }
}

.hero-pov-wrapper1 {
  background-color: #000000;
  background-image: radial-gradient(circle at top left, #111111 0%, transparent 40%), radial-gradient(circle at bottom right, #1a1a1a 0%, transparent 50%);
  position: relative;
}

.hero-pov-wrapper1::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  z-index: 0;
  opacity: 0.6;
}

.hero-pov-wrapper1>* {
  position: relative;
  z-index: 1;
}

.execution-glow {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 600px;
  height: 600px;
  transform: translate(-50%, -50%);
  background: radial-gradient(circle, rgba(255, 255, 255, 0.101) 0%, transparent 70%);
  border-radius: 50%;
  filter: blur(80px);
  pointer-events: none;
}

.execution-grid-bg {
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(255, 255, 255, 0.142) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.13) 1px, transparent 1px);
  background-size: 100px 100px;
  opacity: 0.2;
  pointer-events: none;
}

.section-hero {
  position: relative;
  min-height: 100vh;
  align-items: center;
  justify-content: center;
  /* --- Section Why Editorial --- */
  padding: 10rem 0;
  overflow: hidden;
  background-color: #000;
}

.section-hero :root {
  --paper-bg: #fdfcfb;
  --accent-ember: #ff4d00;
  --text-muted: rgba(0, 0, 0, 0.6);
  --font-serif: "Playfair Display", Georgia, serif;
  --font-mono: "JetBrains Mono", "Fira Code", monospace;
}

.section-hero .section-why-editorial {
  position: relative;
  color: #000;
  padding: 10rem 0;
  overflow: hidden;
}

.section-hero .section-why-editorial .grain-overlay {
  position: absolute;
  inset: 0;
  opacity: 0.05;
  pointer-events: none;
  z-index: 1;
}

.section-hero .section-why-editorial .ember-orb {
  position: absolute;
  top: 10%;
  right: -10%;
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, rgba(255, 77, 0, 0.15) 0%, transparent 70%);
  filter: blur(80px);
  pointer-events: none;
  z-index: 0;
}

.section-hero .marquee-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  background: rgba(253, 252, 251, 0.8);
  backdrop-filter: blur(10px);
  z-index: 5;
  overflow: hidden;
}

.section-hero .marquee-wrapper .marquee-track {
  display: flex;
  white-space: nowrap;
  padding: 0.8rem 0;
  animation: marquee-float 40s linear infinite;
}

.section-hero .marquee-wrapper .marquee-track .marquee-item {
  font-family: var(--font-mono);
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.3em;
  padding: 0 4rem;
  color: rgba(0, 0, 0, 0.5);
  display: inline-flex;
  align-items: center;
  gap: 1rem;
}

.section-hero .marquee-wrapper .marquee-track .marquee-item .accent-glyph {
  color: var(--accent-ember);
}

@keyframes marquee-float {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

.section-hero .editorial-inner {
  position: relative;
  z-index: 2;
  margin-top: 4rem;
}

.section-hero .editorial-header {
  margin-bottom: 6rem;
}

.section-hero .editorial-header .section-label {
  display: flex;
  align-items: center;
  gap: 1rem;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.25em;
  color: var(--text-muted);
}

.section-hero .editorial-header .section-label .label-line {
  width: 40px;
  height: 1px;
  background: #000;
}

.section-hero .editorial-header .editorial-headline {
  font-size: clamp(3rem, 8.5vw, 48px);
  line-height: 0.88;
  letter-spacing: -0.05em;
  margin: 0;
  color: #000;
}

.section-hero .editorial-header .editorial-headline .relative-us {
  position: relative;
  display: inline-block;
}

.section-hero .editorial-header .editorial-headline .relative-us .z-10 {
  position: relative;
  z-index: 10;
}

.section-hero .editorial-header .editorial-headline .relative-us .svg-underline {
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 20px;
  z-index: 1;
}

.section-hero .editorial-header .lead-text {
  font-size: clamp(1.5rem, 2vw, 2rem);
  line-height: 1.4;
  color: rgba(255, 255, 255, 0.6);
}

.section-hero .sticky-figure-card {
  position: sticky;
  top: 120px;
  width: 100%;
  max-width: 440px;
  aspect-ratio: 1;
  border: 1px solid #000;
  background: #fff;
  box-shadow: 12px 12px 0 rgb(0, 0, 0);
  overflow: hidden;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  border-radius: 24px;
}

.section-hero .sticky-figure-card .crosshairs-grid {
  position: absolute;
  inset: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(3, 1fr);
  pointer-events: none;
}

.section-hero .sticky-figure-card .crosshairs-grid .grid-box {
  border: 0.5px solid rgba(0, 0, 0, 0.05);
}

.section-hero .sticky-figure-card .corner {
  position: absolute;
  font-family: var(--font-mono);
  font-size: 10px;
  color: rgba(0, 0, 0, 0.4);
}

.section-hero .sticky-figure-card .corner.top-left {
  top: 10px;
  left: 10px;
}

.section-hero .sticky-figure-card .corner.top-right {
  top: 10px;
  right: 10px;
}

.section-hero .sticky-figure-card .corner.bottom-left {
  bottom: 10px;
  left: 10px;
}

.section-hero .sticky-figure-card .corner.bottom-right {
  bottom: 10px;
  right: 10px;
}

.section-hero .sticky-figure-card .fig-label {
  font-family: var(--font-mono);
  font-size: 0.75rem;
  letter-spacing: 0.2em;
  color: rgba(0, 0, 0, 0.6);
  position: relative;
  z-index: 2;
}

.section-hero .sticky-figure-card .keyword-container {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: relative;
  z-index: 2;
}

.section-hero .sticky-figure-card .keyword-container .principle-keyword {
  font-family: var(--font-serif);
  font-style: italic;
  font-size: clamp(3rem, 8vw, 5.5rem);
  line-height: 0.9;
  transition: all 0.7s cubic-bezier(0.2, 0, 0.2, 1);
  color: #000;
}

.section-hero .sticky-figure-card .keyword-container .keyword-accent {
  width: 64px;
  height: 1px;
  background: var(--accent-ember);
  margin: 1.5rem 0;
}

.section-hero .sticky-figure-card .keyword-container .doctrine-label {
  font-family: var(--font-mono);
  font-size: 0.65rem;
  text-transform: uppercase;
  letter-spacing: 0.3em;
  color: var(--text-muted);
}

.section-hero .sticky-figure-card .figure-footer {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  position: relative;
  z-index: 2;
}

.section-hero .sticky-figure-card .figure-footer .operating-doctrine {
  font-family: var(--font-mono);
  font-size: 0.65rem;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: rgba(0, 0, 0, 0.6);
  line-height: 1.5;
}

.section-hero .sticky-figure-card .figure-footer .mini-paginator {
  display: flex;
  gap: 0.375rem;
}

.section-hero .sticky-figure-card .figure-footer .mini-paginator .pag-dot {
  width: 6px;
  height: 6px;
  padding: 0;
  border: none;
  background: rgba(0, 0, 0, 0.3);
  transition: all 0.5s cubic-bezier(0.2, 0, 0.2, 1);
}

.section-hero .sticky-figure-card .figure-footer .mini-paginator .pag-dot.active {
  width: 24px;
  background: var(--accent-ember);
}

.section-hero .editorial-list {
  list-style: none;
  padding: 0;
  margin: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.section-hero .editorial-list .editorial-item {
  position: relative;
  padding: 2rem 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  cursor: pointer;
  transition: all 0.5s cubic-bezier(0.2, 0, 0.2, 1);
}

.section-hero .editorial-list .editorial-item:last-child {
  border-bottom: none;
}

.section-hero .editorial-list .editorial-item .active-marker {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%) scaleY(0);
  width: 4px;
  height: 48px;
  background: var(--accent-ember);
  opacity: 0;
  transition: all 0.5s cubic-bezier(0.2, 0, 0.2, 1);
}

.section-hero .editorial-list .editorial-item .item-body {
  display: flex;
  align-items: flex-start;
  gap: 1.5rem;
}

.section-hero .editorial-list .editorial-item .item-body .item-num {
  font-size: 0.8rem;
  letter-spacing: 0.2em;
  color: var(--text-muted);
  padding-top: 0.6rem;
  transition: color 0.5s;
}

.section-hero .editorial-list .editorial-item .item-body .item-content {
  flex: 1;
}

.section-hero .editorial-list .editorial-item .item-body .item-content .item-title {
  font-size: clamp(1rem, 4vw, 1.5rem);
  color: rgba(0, 0, 0, 0.5);
  margin: 0;
  transition: all 0.5s cubic-bezier(0.2, 0, 0.2, 1);
  line-height: 1.2;
}

.section-hero .editorial-list .editorial-item .item-body .item-content .item-desc-wrapper {
  display: grid;
  grid-template-rows: 0fr;
  opacity: 0;
  transition: all 0.5s cubic-bezier(0.2, 0, 0.2, 1);
}

.section-hero .editorial-list .editorial-item .item-body .item-content .item-desc-wrapper .item-desc {
  overflow: hidden;
  font-size: 1.125rem;
  line-height: 1.6;
  color: var(--text-muted);
  max-width: 580px;
  margin: 0;
}

.section-hero .editorial-list .editorial-item .item-body .item-arrow {
  font-size: 1.2rem;
  color: rgba(0, 0, 0, 0.4);
  transform: translateX(-8px);
  opacity: 0;
  transition: all 0.4s;
}

@media (max-width: 768px) {
  .section-hero .editorial-list .editorial-item .item-body .item-arrow {
    display: none;
  }
}

.section-hero .editorial-list .editorial-item:hover {
  padding-left: 1rem;
}

.section-hero .editorial-list .editorial-item.active {
  padding-left: 2rem;
}

.section-hero .editorial-list .editorial-item.active .active-marker {
  opacity: 1;
  transform: translateY(-50%) scaleY(1);
}

.section-hero .editorial-list .editorial-item.active .item-body .item-num {
  color: var(--accent-ember);
}

.section-hero .editorial-list .editorial-item.active .item-body .item-content .item-title {
  color: #000;
}

.section-hero .editorial-list .editorial-item.active .item-body .item-content .item-desc-wrapper {
  grid-template-rows: 1fr;
  opacity: 1;
  margin-top: 1rem;
}

.section-hero .editorial-list .editorial-item.active .item-body .item-arrow {
  opacity: 1;
  transform: translateX(0);
  color: var(--accent-ember);
}

.section-hero .editorial-footer-links {
  margin-top: 3rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 1.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.section-hero .editorial-footer-links .est-practice {
  font-family: var(--font-mono);
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.25em;
  color: var(--text-muted);
}

.section-hero .editorial-footer-links .est-practice .highlight {
  color: #000;
  font-weight: 700;
}

.section-hero .editorial-footer-links .btn-editorial-cta {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  background: #000;
  color: #fff;
  padding: 0.875rem 1.75rem;
  font-family: var(--font-mono);
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  transition: all 0.3s;
  text-decoration: none;
}

.section-hero .editorial-footer-links .btn-editorial-cta:hover {
  background: var(--accent-ember);
}

.section-hero .editorial-footer-links .btn-editorial-cta:hover .arrow {
  transform: translateX(4px);
}

.section-hero .editorial-footer-links .btn-editorial-cta .arrow {
  transition: transform 0.3s;
}

@media (max-width: 991px) {
  .section-hero .section-why-editorial {
    padding: 6rem 0;
  }

  .section-hero .editorial-header .editorial-headline {
    font-size: clamp(2.5rem, 10vw, 56px);
  }

  .section-hero .sticky-figure-card {
    position: relative;
    top: 0;
    margin-bottom: 3rem;
    margin-inline: auto;
  }

  .section-hero .editorial-list .editorial-item .item-body .item-content .item-title {
    font-size: 1.5rem;
  }
}

.section-hero .hero-bg-viz {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
}

.section-hero .hero-bg-viz .blob {
  position: absolute;
  border-radius: 50%;
  filter: blur(140px);
  opacity: 0.35;
  will-change: transform, opacity;
}

.section-hero .hero-bg-viz .blob-1 {
  width: 800px;
  height: 800px;
  background: radial-gradient(circle, rgba(0, 112, 255, 0.15) 0%, transparent 70%);
  bottom: -15%;
  right: -10%;
  animation: morphBlob 25s ease-in-out infinite alternate;
}

.section-hero .hero-bg-viz .blob-2 {
  width: 700px;
  height: 700px;
  background: radial-gradient(circle, rgba(60, 40, 255, 0.1) 0%, transparent 70%);
  bottom: -20%;
  left: -5%;
  animation: morphBlob 30s ease-in-out infinite alternate-reverse;
}

.section-hero .hero-bg-viz .hero-grid-lines {
  position: absolute;
  inset: 0;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.07) 1px, transparent 1px), linear-gradient(to bottom, rgba(255, 255, 255, 0.07) 1px, transparent 1px);
  background-size: 100px 100px;
  mask-image: radial-gradient(circle at 50% 70%, black 20%, transparent 90%);
}

.section-hero .hero-bg-viz .hero-grid-lines::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle at 1px 1px, rgba(255, 255, 255, 0.15) 1px, transparent 0);
  background-size: 100px 100px;
}

.section-hero .hero-bg-viz .data-streams {
  position: absolute;
  inset: 0;
  display: flex;
  justify-content: space-between;
  padding: 0 4%;
  opacity: 0.3;
}

.section-hero .hero-bg-viz .data-streams .stream {
  width: 1px;
  height: 100%;
  background: linear-gradient(to bottom, transparent, rgba(255, 255, 255, 0.05), transparent);
  position: relative;
  overflow: hidden;
}

.section-hero .hero-bg-viz .data-streams .stream::after {
  content: "";
  position: absolute;
  top: -150px;
  left: -1px;
  width: 2px;
  height: 150px;
  background: linear-gradient(to bottom, transparent, rgba(255, 255, 255, 0.4), transparent);
  filter: blur(1px);
  animation: streamFlow 5s linear infinite;
}

.section-hero .hero-bg-viz canvas#heroParticles {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  filter: drop-shadow(0 0 15px rgba(255, 255, 255, 0.3));
}

.section-hero .hero-bg-viz video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

.section-hero .hero-bg-viz .hero-grid-lines {
  position: absolute;
  inset: 0;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.07) 1px, transparent 1px), linear-gradient(to bottom, rgba(255, 255, 255, 0.07) 1px, transparent 1px);
  background-size: 100px 100px;
  mask-image: radial-gradient(circle at 50% 70%, black 20%, transparent 90%);
  z-index: 2;
}

.section-hero .hero-inner {
  position: relative;
  z-index: 10;
  max-width: 1100px;
  margin: 0 auto;
  padding-top: 80px;
}

.section-hero .hero-content .hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  padding: 0.5rem 1.25rem;
  border-radius: 100px;
  margin-bottom: 2.5rem;
  backdrop-filter: blur(8px);
  transition: all 0.3s ease;
}

/* .hero-content {
  margin-top: 64px;
} */

.section-hero .hero-content .hero-badge:hover {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.15);
  transform: translateY(-2px);
}

.section-hero .hero-content .hero-badge .badge-new {
  background: #fff;
  color: #000;
  font-size: 0.65rem;
  font-weight: 900;
  text-transform: uppercase;
  padding: 0.2rem 0.6rem;
  border-radius: 10px;
  letter-spacing: 0.05em;
}

.section-hero .hero-content .hero-badge .badge-text {
  font-size: 11px;
  letter-spacing: 0.25em;
  color: rgba(255, 255, 255, 0.4);
  font-weight: 500;
  text-transform: uppercase;
}

.section-hero .hero-content .hero-headline {
  font-size: clamp(3rem, 6vw, 3.5rem);
  font-weight: 600;
  line-height: 0.95;
  margin-bottom: 2rem;
  letter-spacing: -0.04em;
  background: linear-gradient(180deg, #fff 0%, rgba(255, 255, 255, 0.6) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: 0 0 30px rgba(255, 255, 255, 0.1);
}

.section-final-cta .cta-content {
  position: relative;
  z-index: 10;
  text-align: center;
  max-width: 900px;
}

.cta-overline {
  display: block;
  font-family: "Space Mono", monospace;
  font-size: 11px;
  color: rgba(255, 255, 255, 0.4);
  letter-spacing: 0.25em;
  margin-bottom: 2rem;
  text-transform: uppercase;
}

.section-final-cta .cta-content .cta-headline {
  font-size: clamp(2rem, 5vw, 3.5rem);
  font-weight: 600;
  color: #fff;
  line-height: 1.1;
  letter-spacing: -0.03em;
  margin-bottom: 2.5rem;
}

.section-final-cta .cta-content .cta-subtext {
  font-size: clamp(1.1rem, 2vw, 1.3rem);
  color: rgba(255, 255, 255, 0.6);
  line-height: 1.6;
  max-width: 720px;
  margin: 0 auto 5rem auto;
}


/* Actions */
.section-final-cta .cta-content .cta-actions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2.5rem;
  margin-bottom: 4rem;
}

.btn-cta-primary {
  background: #ffffff;
  color: #000000;
  padding: 0.65rem 1.5rem;
  font-size: 14px;
  font-weight: 600;
  border-radius: 50px;
  text-decoration: none;
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  border: 1px solid #ffffff;
  text-transform: capitalize;
  letter-spacing: 0;
}

.btn-cta-primary:hover {
  background-color: #f0f0f0;
  transform: translateY(-2px);
  color: #000;
}

.btn-cta-link {
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  font-weight: 400;
  font-size: 1rem;
  transition: color 0.3s;
}

.btn-cta-link:hover {
  color: #fff;
}

.cta-assurance {
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.4);
  line-height: 1.6;
}

/* Mobile Adjustments */
@media (max-width: 991px) {
  .cta-steps-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .cta-step:nth-child(2) {
    border-right: none;
  }

  .cta-step:nth-child(1),
  .cta-step:nth-child(2) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  }
}

@media (max-width: 576px) {
  .cta-steps-grid {
    grid-template-columns: 1fr;
  }

  .cta-step {
    border-right: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  }

  .cta-step:last-child {
    border-bottom: none;
  }

  .section-final-cta .cta-content .cta-actions {
    flex-direction: column;
    gap: 1.5rem;
  }
}

.section-hero .hero-content .hero-subtext {
  font-size: clamp(0.8rem, 2.5vw, 1.2rem);
  color: #9ca3af;
  line-height: 1.3;
  margin-bottom: 4rem;
  max-width: 720px;
  font-weight: 400;
  letter-spacing: -0.01em;
}

.section-hero .hero-content .hero-actions {
  display: flex;
  gap: 1.5rem;
  justify-content: center;
  margin-bottom: 4rem;
}

@media (max-width: 576px) {
  .section-hero .hero-content .hero-actions {
    flex-direction: column;
    align-items: stretch;
  }
}

.section-hero .hero-content .hero-proof {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  font-size: 0.85rem;
  color: #4b5563;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.section-hero .hero-content .hero-proof .proof-item {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  transition: color 0.3s ease;
}

.section-hero .hero-content .hero-proof .proof-item i {
  font-size: 1.2rem;
  opacity: 0.8;
}

.section-hero .hero-content .hero-proof .proof-item:hover {
  color: #9ca3af;
}

.section-hero .hero-content .hero-proof .proof-divider {
  width: 1px;
  height: 20px;
  background: rgba(255, 255, 255, 0.08);
}

@keyframes morphBlob {
  0% {
    transform: scale(1) translate(0, 0);
    border-radius: 40% 60% 70% 30%/40% 50% 60% 50%;
  }

  100% {
    transform: scale(1.2) translate(50px, 30px);
    border-radius: 60% 40% 30% 70%/50% 60% 50% 40%;
  }
}

@keyframes floatBlob {

  0%,
  100% {
    transform: translate(-50%, -50%) scale(1);
  }

  50% {
    transform: translate(-45%, -55%) scale(1.1);
  }
}

.animate-fade-in {
  opacity: 0;
  animation: fadeIn 1s ease forwards;
  animation-delay: 0.5s;
}

.animate-fade-in-down {
  opacity: 0;
  transform: translateY(-20px);
  animation: fadeInDown 1s ease forwards;
  animation-delay: 0.3s;
}

@keyframes fadeIn {
  to {
    opacity: 1;
  }
}

@keyframes fadeInDown {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.section-pov {
  position: relative;
  padding: 10rem 0 6rem 0;
  /* background-color: #000; */
  overflow: hidden;
  z-index: 10;
}

.section-pov .blob {
  position: absolute;
  border-radius: 50%;
  filter: blur(140px);
  opacity: 0.35;
  will-change: transform, opacity;
}

.section-pov .blob-1 {
  width: 800px;
  height: 800px;
  background: radial-gradient(circle, rgba(0, 112, 255, 0.15) 0%, transparent 70%);
  bottom: -15%;
  right: -10%;
  animation: morphBlob 25s ease-in-out infinite alternate;
}

.section-pov .blob-2 {
  width: 700px;
  height: 700px;
  background: radial-gradient(circle, rgba(60, 40, 255, 0.1) 0%, transparent 70%);
  bottom: -20%;
  left: -5%;
  animation: morphBlob 30s ease-in-out infinite alternate-reverse;
}

.section-pov .hero-grid-lines {
  position: absolute;
  inset: 0;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.07) 1px, transparent 1px), linear-gradient(to bottom, rgba(255, 255, 255, 0.07) 1px, transparent 1px);
  background-size: 100px 100px;
  mask-image: radial-gradient(circle at 50% 70%, black 20%, transparent 90%);
}

.section-pov .hero-grid-lines::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle at 1px 1px, rgba(255, 255, 255, 0.15) 1px, transparent 0);
  background-size: 100px 100px;
}

.section-pov .pov-grid-bg {
  position: absolute;
  inset: 0;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.058) 1px, transparent 1px), linear-gradient(to bottom, rgba(255, 255, 255, 0.062) 1px, transparent 1px);
  background-size: 100px 100px;
  z-index: -1;
  mask-image: radial-gradient(circle at 50% 50%, black 40%, transparent 90%);
}

.section-pov .pov-decor {
  position: absolute;
  border: 1px dashed rgba(255, 255, 255, 0.211);
  z-index: 1;
  pointer-events: none;
}

.section-pov .pov-decor.line-1 {
  top: 80px;
  left: 10%;
  width: 250px;
  height: 120px;
  border-right: none;
  border-bottom: none;
}

.section-pov .pov-decor.line-2 {
  bottom: 50px;
  right: 5%;
  width: 300px;
  height: 150px;
  border-left: none;
  border-top: none;
}

.section-pov .pov-inner {
  position: relative;
  z-index: 5;
  text-align: left;
}

.section-pov .pov-label {
  display: block;
  font-size: 0.8rem;
  color: #666;
  letter-spacing: 0.2em;
  margin-bottom: 2rem;
}

.section-pov .pov-headline {
  font-size: clamp(2.5rem, 5vw, 3rem);
  font-weight: 500;
  line-height: 1.1;
  color: #fff;
  margin-bottom: 2rem;
  letter-spacing: -0.02em;
}

.section-pov .pov-intro {
  max-width: 800px;
  margin-bottom: 5rem;
}

.section-pov .pov-intro p {
  font-size: clamp(0.8rem, 2.5vw, 1rem);
  color: rgba(255, 255, 255, 0.6);
  line-height: 1.6;
  margin-bottom: 4rem;
  max-width: 720px;
  font-weight: 400;
  letter-spacing: -0.01em;
}

/* --- Problem / Solution Ledger (POV Section) --- */
.po-ledger-container {
  margin-top: 6rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.po-header-row {
  display: grid;
  grid-template-columns: 80px 1fr 60px 1fr;
  padding: 1.5rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.po-header-row .po-col {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.2em;
  color: rgba(255, 255, 255, 0.3);
  display: flex;
  align-items: center;
}

.po-indicator {
  display: inline-flex;
  margin-right: 10px;
  font-size: 14px;
}

.po-indicator.red {
  color: #ff4d4d;
}

.po-indicator.green {
  color: #4ade80;
}

.po-item-row {
  display: grid;
  grid-template-columns: 80px 1fr 60px 1fr;
  padding: 1rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  position: relative;
  cursor: default;
}

.po-item-row:hover,
.po-item-row.active {
  background-color: rgba(255, 255, 255, 0.03);
  padding-left: 2rem;
  padding-right: 2rem;
  margin-left: -2rem;
  margin-right: -2rem;
}

.po-item-row .po-idx {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.3);
  font-weight: 500;
}

.po-item-row .po-tag {
  display: block;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.15em;
  color: rgba(255, 255, 255, 0.4);
  margin-bottom: 0.75rem;
  text-transform: uppercase;
}

.po-item-row .po-main-text {
  font-size: clamp(1rem, 2vw, 1rem);
  font-weight: 400;
  color: rgba(255, 255, 255, 0.6);
  margin: 0;
  transition: all 0.4s;
  position: relative;
}

/* .po-item-row .po-problem .po-main-text::after {
  content: "";
  position: absolute;
  left: 0;
  top: 55%;
  width: 0;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.3);
  transition: width 0.6s cubic-bezier(0.16, 1, 0.3, 1);
} */

.po-item-row:hover .po-problem .po-main-text::after,
.po-item-row.active .po-problem .po-main-text::after {
  width: 100%;
}

.po-item-row:hover .po-main-text,
.po-item-row.active .po-main-text {
  color: #fff;
}

.po-item-row .po-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  color: rgba(255, 255, 255, 0.2);
  transition: all 0.4s;
}

.po-item-row:hover .po-arrow,
.po-item-row.active .po-arrow {
  color: #fff;
  transform: translateX(5px);
}

@media (max-width: 991px) {
  .po-header-row {
    display: none;
  }

  .po-item-row {
    grid-template-columns: 1fr;
    gap: 1.5rem;
    padding: 2.5rem 0;
  }

  .po-item-row:hover,
  .po-item-row.active {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .po-item-row .po-arrow {
    justify-content: flex-start;
    padding: 1rem 0;
    transform: rotate(90deg);
    width: 30px;
  }

  .po-item-row:hover .po-arrow,
  .po-item-row.active .po-arrow {
    transform: rotate(90deg) translateY(-5px);
  }
}

.section-momentum-redesign {
  position: relative;
  padding: 1rem 0 10rem 0;
  color: #fff;
  overflow: hidden;
  margin-top: 10rem;
}

.section-momentum-redesign .momentum-container {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 2rem;
  display: grid;
  grid-template-columns: 1fr;
  gap: 3rem;
  align-items: center;
}

@media (min-width: 1024px) {
  .section-momentum-redesign .momentum-container {
    grid-template-columns: repeat(2, 1fr);
    gap: 3rem;
  }
}

.section-momentum-redesign .momentum-header {
  margin-bottom: 5rem;
}

.section-momentum-redesign .momentum-header .momentum-label-text {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.25em;
  color: rgba(255, 255, 255, 0.4);
  font-weight: 500;
  margin-bottom: 18px;
}

.section-momentum-redesign .momentum-header .momentum-title {
  font-size: clamp(2.5rem, 5vw, 3rem);
  font-weight: 500;
  line-height: 1.1;
  margin-bottom: 1.5rem;
  letter-spacing: -0.02em;
}

.section-momentum-redesign .momentum-header .momentum-subline {
  color: rgba(255, 255, 255, 0.6);
  font-size: 1rem;
  max-width: 500px;
  margin: 10px 0 0 0;
  line-height: 1.6;
}

.section-momentum-redesign .momentum-stepper {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 0;
}

.section-momentum-redesign .momentum-stepper .stepper-line {
  position: absolute;
  left: 11.5px;
  top: 10px;
  bottom: 20px;
  width: 1px;
  background: rgba(255, 255, 255, 0.1);
  z-index: 1;
}

.section-momentum-redesign .momentum-stepper .stepper-line .stepper-progress {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  transition: height 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.section-momentum-redesign .momentum-stepper .step-item {
  position: relative;
  z-index: 2;
  padding-left: 3rem;
  cursor: pointer;
  border: none;
  background: transparent;
  text-align: left;
  outline: none;
  display: block;
  width: 100%;
}

.section-momentum-redesign .momentum-stepper .step-item:last-child {
  padding-bottom: 0;
}

.section-momentum-redesign .momentum-stepper .step-item .step-num {
  position: absolute;
  left: 0;
  top: 10px;
  width: 24px;
  height: 24px;
  font-size: 10px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  background: #000;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 4px;
  transition: all 0.4s ease;
  z-index: 2;
}

.section-momentum-redesign .momentum-stepper .step-item .step-title {
  display: block;
  font-size: 1rem;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.3);
  transition: color 0.4s ease;
  margin-bottom: 0.75rem;
}

.section-momentum-redesign .momentum-stepper .step-item .step-desc {
  display: block;
  font-size: 0.95rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.4);
  max-width: 350px;
  height: 0;
  opacity: 0;
  overflow: hidden;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.section-momentum-redesign .momentum-stepper .step-item.active .step-num {
  background: #fff;
  color: #000;
  border-color: #fff;
  box-shadow: 0 0 15px rgba(255, 255, 255, 0.4);
}

.section-momentum-redesign .momentum-stepper .step-item.active .step-title {
  color: #fff;
}

.section-momentum-redesign .momentum-stepper .step-item.active .step-desc {
  height: auto;
  opacity: 1;
  margin-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.section-momentum-redesign .momentum-visual {
  position: relative;
  height: 600px;
  /* background: rgba(255, 255, 255, 0.02); */
  border-radius: 12px;
  overflow: hidden;
}

.section-momentum-redesign .momentum-visual .visual-grid {
  position: absolute;
  inset: 0;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.12) 1px, rgba(0, 0, 0, 0.1019607843) 1px), linear-gradient(to bottom, rgba(255, 255, 255, 0.14) 1px, rgba(0, 0, 0, 0.1607843137) 1px);
  background-size: 70px 70px;
  mask-image: radial-gradient(circle at 50% 50%, black, transparent 85%);
}

.section-momentum-redesign .momentum-visual .visual-card {
  position: absolute;
  background: #0a0a0a;
  border: 1px solid rgba(255, 255, 255, 0.1);
  /* border-radius: 8px; */
  padding: 2.5rem;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
  transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1);
  opacity: 0;
  transform: translateY(20px) scale(0.95);
}

.section-momentum-redesign .momentum-visual .visual-card.active {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.section-momentum-redesign .momentum-visual .visual-card .card-user {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 1rem;
}

.section-momentum-redesign .momentum-visual .visual-card .card-user .avatar {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
}

.section-momentum-redesign .momentum-visual .visual-card .card-user .avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section-momentum-redesign .momentum-visual .visual-card .card-user .name {
  font-size: 11px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.8);
}

.section-momentum-redesign .momentum-visual .visual-card .card-user .time {
  font-size: 10px;
  color: rgba(255, 255, 255, 0.3);
  margin-left: auto;
}

.section-momentum-redesign .momentum-visual .visual-card .card-text {
  font-size: 12px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.5);
  font-weight: 400;
}

.section-momentum-redesign .momentum-visual .visual-card .card-tag {
  display: inline-block;
  margin-top: 1rem;
  font-size: 9px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
  padding: 2px 6px;
  border-radius: 4px;
}

.section-momentum-redesign .momentum-visual .card-pos-1 {
  top: 15%;
  left: 10%;
  width: 360px;
}

.section-momentum-redesign .momentum-visual .card-pos-2 {
  top: 35%;
  right: 10%;
  width: 340px;
  border-color: rgba(255, 255, 255, 0.2);
}

.section-momentum-redesign .momentum-visual .card-pos-3 {
  bottom: 15%;
  left: 15%;
  width: 380px;
}

.section-momentum-redesign .momentum-grain {
  position: absolute;
  inset: 0;
  opacity: 0.03;
  pointer-events: none;
  background-image: radial-gradient(circle at center, #fff 0.5px, transparent 0.5px);
  background-size: 4px 4px;
  z-index: 5;
}

.section-problem-outcome-new {
  position: relative;
  padding: 4rem 0 10rem 0;
  /* background-color: #000; */
  color: #fff;
  overflow: hidden;
}

.section-problem-outcome-new .po-ember-glow {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60vw;
  height: 60vw;
  pointer-events: none;
  filter: blur(80px);
}

.section-problem-outcome-new .po-main-content {
  position: relative;
  z-index: 10;
}

.section-problem-outcome-new .po-hero-headline {
  font-size: clamp(2.5rem, 5vw, 3rem);
  font-weight: 500;
  line-height: 1.1;
  margin-bottom: 2rem;
  letter-spacing: -0.04em;
  text-align: center;
}

.section-problem-outcome-new .po-hero-subtext {
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.6);
  max-width: 700px;
  line-height: 1.6;
  text-align: flex-start;
}

.section-logos {
  background-color: transparent;
  padding: 2rem 0;
}

.section-logos .logo-card {
  background-color: #ffffff;
  border-radius: 40px;
  padding: 0.8rem 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 15px rgba(255, 255, 255, 0.05);
  transition: all 0.3s ease;
}

.section-logos .logo-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(255, 255, 255, 0.15);
}

.section-logos .partner-logo {
  max-height: 40px;
  width: auto;
  transition: all 0.3s ease;
}

.section-work {
  padding: 10rem 0;
  position: relative;
  overflow: hidden;
}

.section-work .section-title {
  font-size: 3rem;
  font-weight: 500;
  letter-spacing: -0.04em;
  margin-bottom: 1.5rem;
  background: linear-gradient(180deg, #fff 0%, rgba(255, 255, 255, 0.7) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.section-work .work-intro {
  font-weight: 400;
  color: #888;
  max-width: 650px;
  margin: 0 auto;
  letter-spacing: -0.01em;
}

.section-work .work-featured-card {
  position: relative;
  background: #080808;
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 24px;
  padding: 5rem 4rem;
  margin-top: 4rem;
  overflow: hidden;
  transition: all 0.5s ease;
}

.section-work .work-featured-card:hover {
  border-color: rgba(255, 255, 255, 0.1);
}

.section-work .work-featured-card:hover .featured-bg-grid {
  opacity: 0.2;
}

.section-work .work-featured-card .featured-bg-grid {
  position: absolute;
  inset: 0;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.1) 1px, transparent 1px), linear-gradient(to bottom, rgba(255, 255, 255, 0.1) 1px, transparent 1px);
  background-size: 60px 60px;
  opacity: 0.12;
  pointer-events: none;
  mask-image: linear-gradient(to right, black 30%, transparent 90%);
  transition: opacity 0.5s ease;
}

.section-work .work-featured-card .featured-content {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 4rem;
}

@media (max-width: 1024px) {
  .section-work .work-featured-card .featured-content {
    flex-direction: column;
    align-items: flex-start;
  }
}

.section-work .work-featured-card .featured-text {
  flex: 1;
  max-width: 500px;
}

.section-work .work-featured-card .category-tag {
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.2em;
  color: #555;
  text-transform: uppercase;
}

.section-work .work-featured-card .featured-title {
  font-size: 3.5rem;
  font-weight: 600;
  color: #fff;
  margin-bottom: 1.5rem;
  letter-spacing: -0.03em;
}

.section-work .work-featured-card .featured-desc {
  font-size: 1.15rem;
  line-height: 1.6;
  color: #888;
  font-weight: 400;
}

.section-work .work-featured-card .featured-visual {
  flex: 1;
  display: flex;
  justify-content: flex-end;
}

@media (max-width: 1024px) {
  .section-work .work-featured-card .featured-visual {
    width: 100%;
    justify-content: flex-start;
  }
}

.section-work .work-featured-card .tech-badges-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.85rem;
}

.section-work .work-featured-card .tech-badges-grid .badge-item {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  padding: 0.85rem 1.25rem;
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 8px;
  color: #ddd;
  font-size: 0.95rem;
  font-weight: 500;
  backdrop-filter: blur(4px);
  transition: all 0.3s ease;
}

.section-work .work-featured-card .tech-badges-grid .badge-item i {
  font-size: 1.1rem;
  color: #999;
}

.section-work .work-featured-card .tech-badges-grid .badge-item:hover {
  background: rgba(255, 255, 255, 0.05);
  border-color: rgba(255, 255, 255, 0.2);
  color: #fff;
}

.section-work .work-featured-card .tech-badges-grid .badge-item:hover i {
  color: #fff;
}

.section-work .work-gallery-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
  margin-top: 1.5rem;
}

@media (max-width: 900px) {
  .section-work .work-gallery-grid {
    grid-template-columns: 1fr;
  }
}

.section-work .work-gallery-card {
  background: #080808;
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 20px;
  overflow: hidden;
  padding: 3.5rem;
  display: flex;
  flex-direction: column;
  height: 100%;
  transition: all 0.4s ease;
}

@media (max-width: 500px) {
  .section-work .work-gallery-card {
    padding: 2rem;
  }
}

.section-work .work-gallery-card:hover {
  border-color: rgba(255, 255, 255, 0.1);
  transform: translateY(-5px);
}

.section-work .work-gallery-card:hover .gallery-visual img {
  transform: translate(-50%, -50%) scale(1.03);
}

.section-work .work-gallery-card .gallery-visual {
  position: relative;
  height: 380px;
  background: #0a0a0a;
  border: 1px solid rgba(255, 255, 255, 0.03);
  border-radius: 12px;
  margin-bottom: 3rem;
  overflow: hidden;
}

.section-work .work-gallery-card .gallery-visual::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle at 1px 1px, rgba(255, 255, 255, 0.05) 1px, transparent 0);
  background-size: 20px 20px;
  opacity: 0.5;
  z-index: 1;
}

.section-work .work-gallery-card .gallery-visual .visual-inner {
  position: relative;
  height: 100%;
  width: 100%;
  z-index: 2;
}

.section-work .work-gallery-card .gallery-visual img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 85%;
  height: auto;
  transform: translate(-50%, -50%);
  border-radius: 8px;
  box-shadow: 0 30px 60px -12px rgba(0, 0, 0, 0.7);
  transition: transform 0.6s cubic-bezier(0.2, 0.8, 0.2, 1);
}

.section-work .work-gallery-card .gallery-visual::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 40%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent);
  z-index: 3;
}

.section-work .work-gallery-card .gallery-title {
  font-size: 1.75rem;
  font-weight: 600;
  color: #fff;
  margin-bottom: 1rem;
  letter-spacing: -0.02em;
}

.section-work .work-gallery-card .gallery-desc {
  font-size: 1.1rem;
  line-height: 1.6;
  color: #777;
}

.section-work .work-footer {
  margin-top: 5rem;
}

.section-work .btn-view-all {
  display: inline-flex;
  align-items: center;
  background: #fff;
  color: #000;
  padding: 0.9rem 2.2rem;
  border-radius: 100px;
  font-weight: 600;
  font-size: 0.95rem;
  text-decoration: none;
  transition: all 0.3s ease;
}

.section-work .btn-view-all:hover {
  background: #eee;
  transform: translateY(-2px);
  box-shadow: 0 10px 30px rgba(255, 255, 255, 0.15);
}

.section-work .btn-view-all:hover i {
  transform: translateX(4px);
}

.section-work .btn-view-all i {
  transition: transform 0.3s ease;
}

.section-momentum {
  padding: 2rem 0 8rem 0;
  position: relative;
  z-index: 20;
  margin-top: -48px;
  border-top-left-radius: 48px;
  border-top-right-radius: 48px;
}

@media (max-width: 768px) {
  .section-momentum {
    margin-top: -30px;
  }
}

.section-momentum .lead-text {
  color: #a0a0a0;
  font-size: 1.1rem;
  max-width: 500px;
  margin: 0 auto;
  line-height: 1.6;
}

.section-momentum .momentum-cards-premium {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
  margin-top: 5rem;
  text-align: left;
}

@media (max-width: 991px) {
  .section-momentum .momentum-cards-premium {
    grid-template-columns: 1fr;
  }
}

.section-momentum .m-card-premium {
  background: #0a0a0a;
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 32px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: all 0.3s ease;
  height: 100%;
}

.section-momentum .m-card-premium:hover {
  background: #0f0f0f;
  border-color: rgba(255, 255, 255, 0.15);
  transform: translateY(-5px);
}

.section-momentum .m-card-premium:hover .m-visual {
  opacity: 1;
}

.section-momentum .m-card-premium .m-visual {
  background: #050505;
  height: 200px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  opacity: 0.8;
  transition: opacity 0.3s ease;
}

.section-momentum .m-card-premium .m-content {
  padding: 2.5rem;
  flex: 1;
}

.section-momentum .m-card-premium .m-content .m-header {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1.25rem;
}

.section-momentum .m-card-premium .m-content .m-header i {
  font-size: 1.5rem;
  color: #fff;
}

.section-momentum .m-card-premium .m-content .m-header h4 {
  margin: 0;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 700;
}

.section-momentum .m-card-premium .m-content p {
  color: #aaa;
  font-size: 1.05rem;
  line-height: 1.6;
  margin: 0;
}

.section-momentum .visual-timeline {
  width: 85%;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  padding: 1rem 0;
}

.section-momentum .visual-timeline .row {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.5rem;
  width: 100%;
}

.section-momentum .visual-timeline .row .dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #555;
  flex-shrink: 0;
}

.section-momentum .visual-timeline .row .line {
  flex: 1;
  height: 2px;
  background: rgba(255, 255, 255, 0.08);
  position: relative;
  border-radius: 1px;
}

.section-momentum .visual-timeline .row .line::after {
  content: "";
  position: absolute;
  left: 0;
  height: 100%;
  background: #fff;
  border-radius: 1px;
}

.section-momentum .visual-timeline .row .label {
  color: #555;
  font-size: 11px;
  font-family: monospace;
  min-width: 40px;
  text-align: right;
}

.section-momentum .visual-timeline .row:nth-child(1) .dot {
  background: #fff;
  box-shadow: 0 0 8px rgba(255, 255, 255, 0.3);
}

.section-momentum .visual-timeline .row:nth-child(1) .line::after {
  width: 100%;
}

.section-momentum .visual-timeline .row:nth-child(1) .label {
  color: #fff;
}

.section-momentum .visual-timeline .row:nth-child(2) .dot {
  background: #fff;
  opacity: 0.5;
}

.section-momentum .visual-timeline .row:nth-child(2) .line::after {
  width: 70%;
}

.section-momentum .visual-timeline .row:nth-child(3) .dot {
  background: #fff;
  opacity: 0.2;
}

.section-momentum .visual-timeline .row:nth-child(3) .line::after {
  width: 30%;
}

.section-momentum .visual-wireframe {
  width: 70%;
  height: 150px;
  background: #050505;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  padding: 10px;
  gap: 10px;
}

.section-momentum .visual-wireframe::before {
  content: "•••";
  color: rgba(255, 255, 255, 0.1);
  font-size: 14px;
  line-height: 1;
  margin-bottom: 4px;
  letter-spacing: 2px;
}

.section-momentum .visual-wireframe .row {
  display: flex;
  gap: 10px;
  flex: 1;
}

.section-momentum .visual-wireframe .row .box {
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.02);
  border-radius: 6px;
  flex: 1;
}

.section-momentum .visual-wireframe .row:nth-child(2) {
  flex: 1.5;
}

.section-momentum .visual-wireframe .row:nth-child(2) .box:first-child {
  flex: 0.35;
}

.section-momentum .visual-scaling {
  width: 55%;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.section-momentum .visual-scaling .item {
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 8px;
  height: 38px;
  padding: 0 12px;
  display: flex;
  align-items: center;
  gap: 12px;
}

.section-momentum .visual-scaling .item .dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
}

.section-momentum .visual-scaling .item .bar {
  height: 4px;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 2px;
  flex: 1;
  max-width: 80px;
}

.section-momentum .visual-scaling .item:first-child {
  border-color: rgba(255, 255, 255, 0.1);
}

.section-momentum .visual-scaling .item:first-child .dot {
  background: #fff;
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.4);
}

.section-momentum .visual-scaling .item:nth-child(2) .bar {
  max-width: 60px;
}

.section-momentum .visual-scaling .item:nth-child(3) .bar {
  max-width: 40px;
}

.section-momentum .visual-iteration {
  width: 80%;
  height: 160px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 12px;
}

.section-momentum .visual-iteration .block {
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.02);
  border-radius: 8px;
  transition: all 0.3s ease;
}

.section-momentum .visual-iteration .block.active {
  border-color: rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.05);
}

.section-momentum .visual-iteration .block:nth-child(1) {
  grid-row: span 2;
}

.section-momentum .visual-iteration .block:nth-child(2) {
  grid-column: span 1;
}

.section-momentum .visual-iteration .block:nth-child(3) {
  grid-column: span 1;
}

.section-momentum .visual-iteration .block:nth-child(4) {
  grid-column: span 2;
}

.section-labs {
  padding: 8rem 0;
}

.section-labs .labs-subtext {
  color: rgba(255, 255, 255, 0.6);
  font-size: 1rem;
  max-width: 500px;
  margin: 0 auto;
  line-height: 1.6;
}

.section-labs .labs-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.25rem;
  margin-top: 4rem;
  align-items: stretch;
}

.section-labs .lab-card {
  background: #000;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.section-labs .lab-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 50px rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.4);
}

.section-labs .lab-card .lab-card-image {
  width: 100%;
  height: 200px;
  overflow: hidden;
  background: #0f0f1e;
  flex-shrink: 0;
}

.section-labs .lab-card .lab-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  display: block;
  transition: transform 0.4s ease;
}

.section-labs .lab-card:hover .lab-card-image img {
  transform: scale(1.04);
}

.section-labs .lab-card .lab-card-body {
  padding: 1.5rem 1.5rem 2rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.section-labs .lab-card .lab-category {
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  color: #888;
  text-transform: uppercase;
  margin-bottom: 0.25rem;
}

.section-labs .lab-card .lab-title {
  font-size: 1.45rem;
  font-weight: 800;
  color: #ffffff;
  line-height: 1.15;
  letter-spacing: 0.01em;
  margin: 0;
}

.section-labs .lab-card .lab-desc {
  color: #9ca3af;
  font-size: 0.9rem;
  line-height: 1.65;
  margin: 0;
  margin-top: 0.5rem;
}

.section-labs .labs-anchor {
  font-size: 1rem;
  color: #777;
  font-style: italic;
}

.cap-section {
  position: relative;
  padding: 8rem 0 0 0;
  overflow: hidden;
  background-color: #000;
  color: #fff;
  font-family: "Inter", sans-serif;
}

.cap-section .cap-container {
  position: relative;
  z-index: 10;
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 2rem;
}

.cap-section .cap-bg-grid {
  position: absolute;
  inset: 0;
  opacity: 1;
  background-image: radial-gradient(circle at 1px 1px, rgba(255, 255, 255, 0.15) 1px, transparent 0);
  background-size: 40px 40px;
  mask-image: radial-gradient(circle at 50% 50%, black, transparent 90%);
  pointer-events: none;
}

.cap-section .cap-bg-dot-1,
.cap-section .cap-bg-dot-2 {
  position: absolute;
  background-image: radial-gradient(rgba(255, 255, 255, 0.15) 1px, transparent 1px);
  background-size: 20px 20px;
  pointer-events: none;
}

.cap-section .cap-bg-dot-1 {
  top: 10%;
  left: 5%;
  width: 15vw;
  height: 15vw;
  opacity: 0.5;
}

.cap-section .cap-bg-dot-2 {
  bottom: 15%;
  right: 5%;
  width: 20vw;
  height: 20vw;
  opacity: 0.3;
}

.cap-section .cap-bg-glow {
  position: absolute;
  left: 50%;
  top: 30%;
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.08) 0%, transparent 70%);
  transform: translate(-50%, -50%);
  filter: blur(80px);
  pointer-events: none;
}

.cap-section .cap-header {
  margin-bottom: 5rem;
  max-width: 800px;
}

.cap-section .cap-header .cap-badge {
  display: inline-flex;
  align-items: center;
  backdrop-filter: blur(10px);
}

.cap-section .cap-header .cap-badge .cap-badge-ping {
  position: relative;
  width: 8px;
  height: 8px;
}

.cap-section .cap-header .cap-badge .cap-badge-ping .cap-ping-inner {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  animation: ping 1.5s cubic-bezier(0, 0, 0.2, 1) infinite;
}

.cap-section .cap-header .cap-badge .cap-badge-ping .cap-ping-dot {
  position: relative;
  display: block;
  width: 8px;
  height: 8px;
  background: #fff;
  border-radius: 50%;
}

.cap-section .cap-header .cap-badge .cap-badge-text {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.25em;
  color: rgba(255, 255, 255, 0.4);
  font-weight: 500;
}

.cap-section .cap-header .labs-subtext {
  color: rgba(255, 255, 255, 0.6);
  font-size: 1rem;
  max-width: 500px;
  margin: 10px 0 0 0;
  line-height: 1.6;
}

.cap-section .cap-header .cap-main-title {
  font-size: clamp(2.5rem, 6vw, 3rem);
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: -0.02em;
  margin: 0;
}

.cap-section .cap-header .cap-main-title .cap-title-highlight {
  position: relative;
  display: inline-block;
  margin-left: 0.5rem;
}

.cap-section .cap-header .cap-main-title .cap-title-highlight .cap-highlight-text {
  color: rgba(255, 255, 255, 0.4);
}

.cap-section .cap-header .cap-main-title .cap-title-highlight .cap-highlight-line {
  position: absolute;
  left: 0;
  bottom: 5px;
  width: 100%;
  height: 2px;
  background: rgba(255, 255, 255, 0.2);
}

.cap-section .cap-header .cap-main-title .cap-title-dot {
  color: rgba(255, 255, 255, 0.3);
}

.cap-section .cap-grid {
  display: grid;
  gap: 0.8rem;
  grid-template-columns: 1fr;
}

@media (min-width: 768px) {
  .cap-section .cap-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1024px) {
  .cap-section .cap-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

.cap-section .cap-card-wrapper {
  position: relative;
  height: 100%;
  transition: transform 0.5s ease;
}

.cap-section .cap-card-wrapper.active {
  transform: translateY(-8px);
}

.cap-section .cap-card-wrapper.active .cap-card-inner {
  border-color: rgba(255, 255, 255, 0.25);
  background: rgba(255, 255, 255, 0.08);
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.5);
}

.cap-section .cap-card-wrapper.active .cap-indicator-bar {
  width: 100%;
}

.cap-section .cap-card-wrapper.active .cap-arrow-icon {
  opacity: 1;
  transform: translate(3px, -3px);
}

.cap-section .cap-card-wrapper.active .cap-card-dots {
  opacity: 0.2;
}

.cap-section .cap-card-wrapper.active .cap-card-sweep {
  opacity: 1;
}

.cap-section .cap-tick {
  position: absolute;
  width: 12px;
  height: 12px;
  border-color: rgba(255, 255, 255, 0.3);
  z-index: 20;
}

.cap-section .cap-card-inner {
  position: relative;
  height: 100%;
  padding: 1rem;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 24px;
  overflow: hidden;
  backdrop-filter: blur(5px);
  transition: all 0.5s ease;
  display: flex;
  flex-direction: column;
}

.cap-section .cap-card-dots {
  position: absolute;
  inset: 0;
  background-image: radial-gradient(rgba(255, 255, 255, 0.15) 1px, transparent 1px);
  background-size: 15px 15px;
  opacity: 0.06;
  transition: opacity 0.5s ease;
  pointer-events: none;
}

.cap-section .cap-card-sweep {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.027) 0%, transparent 50%);
  opacity: 0;
  transition: opacity 0.5s ease;
  pointer-events: none;
}

.cap-section .cap-card-content {
  position: relative;
  z-index: 10;
  height: 100%;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.cap-section .cap-card-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 4rem;
}

.cap-section .cap-card-top .cap-icon-box {
  width: 54px;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 12px;
}

.cap-section .cap-card-top .cap-icon-box .cap-svg-icon {
  width: 28px;
  height: 28px;
  color: rgba(255, 255, 255, 0.9);
}

.cap-section .cap-card-top .cap-card-index {
  font-size: 10px;
  letter-spacing: 0.25em;
  color: rgba(255, 255, 255, 0.3);
  text-transform: uppercase;
  padding-top: 0.5rem;
}

.cap-section .cap-card-title {
  font-size: 1.5rem;
  font-weight: 500;
  margin-bottom: 1.25rem;
  color: rgba(255, 255, 255, 0.95);
  letter-spacing: -0.01em;
}

.cap-section .cap-card-desc {
  font-size: 0.95rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.45);
  margin-bottom: 2.5rem;
  flex: 1;
}

.cap-section .cap-card-footer {
  padding-top: 1.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.cap-section .cap-card-footer .cap-card-meta {
  font-size: 9px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: rgba(255, 255, 255, 0.4);
}

.cap-section .cap-card-footer .cap-arrow-icon {
  width: 18px;
  height: 18px;
  color: rgba(255, 255, 255, 0.6);
  transition: all 0.3s ease;
  opacity: 0.5;
}

.cap-section .cap-indicator-bar {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  background: rgba(255, 255, 255, 0.6);
  transition: width 0.7s cubic-bezier(0.4, 0, 0.2, 1);
}

.cap-section .cap-closing {
  margin-top: 8rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.cap-section .cap-closing .cap-closing-line {
  width: 1px;
  height: 120px;
  background: linear-gradient(to bottom, transparent, rgba(255, 255, 255, 0.2), transparent);
}

.cap-section .cap-closing .cap-tagline {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 1.5rem;
  font-size: clamp(1.8rem, 4vw, 3rem);
  font-weight: 700;
  letter-spacing: -0.03em;
  text-align: center;
}

.cap-section .cap-closing .cap-tagline .cap-tag-phrase {
  color: #fff;
}

.cap-section .cap-closing .cap-tagline .cap-tag-phrase.cap-faded {
  color: rgba(255, 255, 255, 0.35);
}

.cap-section .cap-closing .cap-tagline .cap-tag-dot {
  width: 8px;
  height: 8px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
}

@keyframes ping {

  75%,
  100% {
    transform: scale(2.5);
    opacity: 0;
  }
}

@keyframes float-slow {

  0%,
  100% {
    transform: translateY(0) rotate(0);
  }

  50% {
    transform: translateY(-30px) rotate(2deg);
  }
}

@media (max-width: 768px) {
  .cap-section {
    padding: 5rem 0;
  }

  .cap-section .cap-header .cap-main-title {
    font-size: 3rem;
  }

  .cap-section .cap-closing {
    margin-top: 5rem;
  }

  .cap-section .cap-tagline {
    gap: 0.75rem;
  }
}

.section-problem-outcome-new {
  position: relative;
  width: 100%;
  overflow: hidden;
  color: #fff;
  padding: 0 0 4rem 0;
}

.section-problem-outcome-new .po-grain {
  pointer-events: none;
  position: absolute;
  inset: 0;
  opacity: 0.04;
  background-image: radial-gradient(circle at 1px 1px, #fff 1px, transparent 0);
  background-size: 4px 4px;
  z-index: 1;
}

.section-problem-outcome-new .po-ember-glow {
  pointer-events: none;
  position: absolute;
  -left: 10rem;
  bottom: 0;
  height: 600px;
  width: 600px;
  border-radius: 50%;
  opacity: 0.25;
  filter: blur(80px);
  z-index: 1;
}

@keyframes po-marquee-anim {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

.section-problem-outcome-new .po-main-content {
  position: relative;
  z-index: 10;
  margin-top: 4rem;
}

.section-problem-outcome-new .po-header-section {
  margin-bottom: 7rem;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  margin: 0 auto;
}

.section-problem-outcome-new .po-header-section .po-id-label {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.25em;
  color: rgba(255, 255, 255, 0.6);
}

.section-problem-outcome-new .po-header-section .po-id-label .label-line {
  height: 1px;
  width: 32px;
  background: rgba(255, 255, 255, 0.6);
}

.section-problem-outcome-new .po-header-section .po-field-report {
  margin-top: 1.5rem;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.3em;
  color: rgba(255, 255, 255, 0.3);
  line-height: 2;
}

.section-problem-outcome-new .po-header-section .po-hero-headline {
  font-size: clamp(2.5rem, 5vw, 48px);
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: -0.04em;
  color: #fff;
  margin: 0;
  text-align: left;
}

.section-problem-outcome-new .po-header-section .po-hero-headline .dash-separator {
  display: inline-block;
  margin: 0 0.5rem;
}

.section-problem-outcome-new .po-header-section .po-hero-headline .highlight-system {
  position: relative;
  display: inline-block;
}

.section-problem-outcome-new .po-header-section .po-hero-headline .highlight-system .z-10 {
  position: relative;
  z-index: 10;
}

.section-problem-outcome-new .po-header-section .po-hero-headline .highlight-system .highlight-rect {
  position: absolute;
  inset: 0 0 10% 0;
  height: 0.35em;
  background: #fff3d7;
  bottom: 12%;
  z-index: 0;
}

.section-problem-outcome-new .po-header-section .po-hero-subtext {
  margin-top: 2rem;
  margin-bottom: 8rem;
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.6);
  line-height: 1.6;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}

.section-problem-outcome-new .po-column-headers {
  display: grid;
  grid-template-columns: 80px 1fr 60px 1fr 40px;
  gap: 2rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.3em;
  color: rgba(255, 255, 255, 0.3);
}

.section-problem-outcome-new .po-column-headers .col-prob i {
  color: red;
}

.section-problem-outcome-new .po-column-headers .col-out {
  color: #fff3d7;
}

.section-problem-outcome-new .po-column-headers .col-out i {
  color: green;
}

.section-problem-outcome-new .po-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.section-problem-outcome-new .po-list .po-item {
  position: relative;
  display: grid;
  grid-template-columns: 80px 1fr 60px 1fr;
  gap: 2rem;
  padding: 2rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  transition: all 0.7s cubic-bezier(0.2, 0, 0.2, 1);
  opacity: 0;
  transform: translateY(24px);
}

@media (max-width: 768px) {
  .section-problem-outcome-new .po-list .po-item {
    grid-template-columns: 1fr;
    gap: 1.5rem;
    padding: 2rem 0;
  }
}

.section-problem-outcome-new .po-list .po-item.visible {
  opacity: 1;
  transform: translateY(0);
}

.section-problem-outcome-new .po-list .po-item .hover-sweep {
  position: absolute;
  inset: 0;
  z-index: 0;
  background: rgba(255, 255, 255, 0.03);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.5s cubic-bezier(0.2, 0, 0.2, 1);
}

.section-problem-outcome-new .po-list .po-item.active .hover-sweep {
  transform: scaleX(1);
}

.section-problem-outcome-new .po-list .po-item .item-idx {
  position: relative;
  z-index: 2;
  font-size: 12px;
  letter-spacing: 0.2em;
  color: rgba(255, 255, 255, 0.4);
  transition: color 0.5s;
}

.section-problem-outcome-new .po-list .po-item.active .item-idx {
  color: #fff3d7;
}

.section-problem-outcome-new .po-list .po-item .item-problem {
  position: relative;
  z-index: 2;
}

.section-problem-outcome-new .po-list .po-item .item-problem .tag-problem {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.25em;
  color: rgba(255, 255, 255, 0.3);
  margin-bottom: 1rem;
}

.section-problem-outcome-new .po-list .po-item .item-problem .tag-problem .dot-destructive {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #fff3d7;
}

.section-problem-outcome-new .po-list .po-item .item-problem .problem-text {
  font-size: clamp(1rem, 3.5vw, 1.2rem);
  font-weight: 500;
  line-height: 1.1;
  color: rgba(255, 255, 255, 0.5);
  transition: color 0.5s;
  margin: 0;
}

.section-problem-outcome-new .po-list .po-item .item-problem .problem-text .strikethrough-container {
  position: relative;
  display: inline-block;
}

.section-problem-outcome-new .po-list .po-item .item-problem .problem-text .strikethrough-container .strikethrough-line {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  height: 1px;
  background: rgba(255, 255, 255, 0.4);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.7s cubic-bezier(0.2, 0, 0.2, 1);
  transition-delay: 0.2s;
}

.section-problem-outcome-new .po-list .po-item.active .item-problem .problem-text {
  color: #fff;
}

.section-problem-outcome-new .po-list .po-item.active .item-problem .problem-text .strikethrough-line {
  transform: scaleX(1);
}

.section-problem-outcome-new .po-list .po-item .item-arrow {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 768px) {
  .section-problem-outcome-new .po-list .po-item .item-arrow {
    justify-content: flex-start;
  }
}

.section-problem-outcome-new .po-list .po-item .item-arrow .arrow-inner {
  position: relative;
  font-size: 2rem;
  color: rgba(255, 255, 255, 0.2);
  transition: all 0.5s;
}

.section-problem-outcome-new .po-list .po-item .item-arrow .arrow-inner .arrow-underline {
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 0;
  height: 1px;
  background: #fff3d7;
  transition: width 0.7s cubic-bezier(0.2, 0, 0.2, 1);
}

.section-problem-outcome-new .po-list .po-item.active .item-arrow .arrow-inner {
  color: #fff3d7;
  transform: translateX(12px);
}

.section-problem-outcome-new .po-list .po-item.active .item-arrow .arrow-inner .arrow-underline {
  width: 100%;
}

.section-problem-outcome-new .po-list .po-item .item-outcome {
  position: relative;
  z-index: 2;
}

.section-problem-outcome-new .po-list .po-item .item-outcome .tag-outcome {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.25em;
  color: #fff3d7;
  margin-bottom: 1rem;
}

.section-problem-outcome-new .po-list .po-item .item-outcome .tag-outcome .dot-accent {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #fff3d7;
}

.section-problem-outcome-new .po-list .po-item .item-outcome .outcome-text {
  font-size: clamp(1rem, 3.5vw, 1.2rem);
  font-weight: 500;
  line-height: 1.1;
  color: rgba(255, 255, 255, 0.6);
  transition: color 0.5s;
  margin: 0;
}

.section-problem-outcome-new .po-list .po-item.active .item-outcome .outcome-text {
  color: #fff;
}

.section-problem-outcome-new .po-list .po-item .item-glyph {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  z-index: 1;
}

.section-problem-outcome-new .po-list .po-item .item-glyph .glyph-text {
  font-family: "Playfair Display", serif;
  font-size: 32px;
  color: rgba(255, 255, 255, 0.15);
  transform: rotate(-12deg);
  transition: all 0.6s cubic-bezier(0.2, 0, 0.2, 1);
}

.section-problem-outcome-new .po-list .po-item.active .item-glyph .glyph-text {
  color: #fff3d7;
  transform: rotate(0deg) scale(1.2);
  opacity: 0.8;
}

.section-problem-outcome-new .po-footer-ledger {
  margin-top: 6rem;
  align-items: flex-end;
}

.section-problem-outcome-new .po-footer-ledger .ledger-label {
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.3em;
  color: rgba(255, 255, 255, 0.3);
  margin-bottom: 1.5rem;
}

.section-problem-outcome-new .po-footer-ledger .ledger-text {
  font-family: "Playfair Display", serif;
  font-size: clamp(1.5rem, 3.5vw, 2.5rem);
  line-height: 1.2;
  color: rgba(255, 255, 255, 0.9);
}

.section-problem-outcome-new .po-footer-ledger .ledger-text .italic-opacity {
  font-style: italic;
  color: rgba(255, 255, 255, 0.4);
}

.section-problem-outcome-new .po-footer-ledger .ledger-text .text-accent {
  color: #fff3d7;
}

.section-problem-outcome-new .po-footer-ledger .po-cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.3);
  background: #fff;
  color: #000;
  padding: 1.25rem 2.5rem;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  text-decoration: none;
  transition: all 0.3s;
}

.section-problem-outcome-new .po-footer-ledger .po-cta-btn .btn-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #fff3d7;
  transition: background 0.3s;
}

.section-problem-outcome-new .po-footer-ledger .po-cta-btn:hover {
  background: #fff3d7;
  color: #fff;
  border-color: #fff3d7;
}

.section-problem-outcome-new .po-footer-ledger .po-cta-btn:hover .btn-dot {
  background: #fff;
}

.section-problem-outcome-new .po-footer-ledger .po-cta-btn:hover .btn-arrow {
  transform: translateX(4px);
}

.section-problem-outcome-new .po-footer-ledger .po-cta-btn .btn-arrow {
  transition: transform 0.3s;
}

.blob {
  position: absolute;
  border-radius: 50%;
  filter: blur(140px);
  opacity: 0.35;
  will-change: transform, opacity;
}

.blob-1 {
  width: 800px;
  height: 800px;
  background: radial-gradient(circle, rgba(0, 112, 255, 0.15) 0%, transparent 70%);
  bottom: -15%;
  right: -10%;
  animation: morphBlob 25s ease-in-out infinite alternate;
}

.blob-2 {
  width: 700px;
  height: 700px;
  background: radial-gradient(circle, rgba(60, 40, 255, 0.1) 0%, transparent 70%);
  bottom: -20%;
  left: -5%;
  animation: morphBlob 30s ease-in-out infinite alternate-reverse;
}

.hero-grid-lines {
  position: absolute;
  inset: 0;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.07) 1px, transparent 1px), linear-gradient(to bottom, rgba(255, 255, 255, 0.07) 1px, transparent 1px);
  background-size: 100px 100px;
  mask-image: radial-gradient(circle at 50% 70%, black 20%, transparent 90%);
}

.hero-grid-lines::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle at 1px 1px, rgba(255, 255, 255, 0.15) 1px, transparent 0);
  background-size: 100px 100px;
}

.section-work-cases {
  padding: 10rem 0 8rem 0;
  color: white;
}

.section-work-cases .case-headline {
  font-size: 48px;
  font-weight: 500;
  margin-bottom: 0.5rem;
  letter-spacing: -0.02em;
}

.section-work-cases .case-subline {
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.6);
  margin: 0;
}

.section-work-cases .btn-contact-sales {
  display: inline-flex;
  align-items: center;
  padding: 0.8rem 1.5rem;
  background: rgb(255, 255, 255);
  color: #000;
  border-radius: 50px;
  font-weight: 600;
  font-size: 0.85rem;
  text-decoration: none;
  transition: all 0.3s ease;
  border: 1px solid rgba(255, 255, 255, 0.05);
  white-space: nowrap;
  flex-shrink: 0;
}

.section-work-cases .btn-contact-sales:hover {
  background: rgba(255, 255, 255, 0.15);
  transform: translateY(-2px);
  color: white;
}

.section-work-cases .work-case-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
  margin-top: 2rem;
}

@media (max-width: 991px) {
  .section-work-cases .work-case-grid {
    grid-template-columns: 1fr;
  }
}

.section-work-cases .work-case-card {
  background: #0d0d0d;
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 28px;
  overflow: hidden;
  transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  display: flex;
  flex-direction: column;
  cursor: pointer;
}

.section-work-cases .work-case-card:hover {
  transform: translateY(-12px);
  border-color: rgba(255, 255, 255, 0.15);
}

.section-work-cases .work-case-card:hover .ui-stack-layer.layer-1 {
  transform: translate(-10px, -10px) rotate(-2deg);
}

.section-work-cases .work-case-card:hover .ui-stack-layer.layer-2 {
  transform: translate(5px, 5px) rotate(1deg);
}

.section-work-cases .work-case-card:hover .ui-stack-layer.layer-3 {
  transform: scale(1.05);
}

.section-work-cases .work-case-card:hover .ui-video-frame {
  transform: translate(10px, 10px) scale(1.02);
}

.section-work-cases .work-case-card .card-visual-area {
  position: relative;
  height: 420px;
  background: #080808;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px;
}

.section-work-cases .work-case-card .card-visual-area::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle at 1px 1px, rgba(255, 255, 255, 0.06) 1px, transparent 0);
  background-size: 24px 24px;
  z-index: 0;
}

.section-work-cases .work-case-card .ui-stack-container {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.section-work-cases .work-case-card .ui-stack-layer {
  position: absolute;
  background: rgba(30, 30, 30, 0.8);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  backdrop-filter: blur(12px);
  transition: transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
}

.section-work-cases .work-case-card .ui-stack-layer.layer-1 {
  width: 70%;
  height: 60%;
  top: 15%;
  left: 5%;
  z-index: 1;
  opacity: 0.5;
}

.section-work-cases .work-case-card .ui-stack-layer.layer-2 {
  width: 75%;
  height: 65%;
  top: 20%;
  right: 5%;
  z-index: 2;
  opacity: 0.8;
}

.section-work-cases .work-case-card .ui-stack-layer.layer-3 {
  width: 80%;
  height: 70%;
  top: 25%;
  left: 10%;
  z-index: 3;
  background: #1a1a1a;
  display: flex;
  flex-direction: column;
}

.section-work-cases .work-case-card .ui-stack-layer .ui-header {
  flex: 1;
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.section-work-cases .work-case-card .ui-stack-layer .ui-header .abstract-pattern {
  position: absolute;
  inset: 0;
  opacity: 0.3;
  display: flex;
  align-items: center;
  justify-content: center;
}

.section-work-cases .work-case-card .ui-stack-layer .ui-header .abstract-pattern i {
  font-size: 4rem;
  color: #fff;
}

.section-work-cases .work-case-card .ui-stack-layer .ui-footer {
  padding: 1rem;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  background: rgba(255, 255, 255, 0.02);
}

.section-work-cases .work-case-card .ui-stack-layer .ui-footer .avatar {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.section-work-cases .work-case-card .ui-stack-layer .ui-footer .meta .name {
  font-size: 13px;
  font-weight: 500;
  color: #fff;
  display: block;
}

.section-work-cases .work-case-card .ui-stack-layer .ui-footer .meta .role {
  font-size: 11px;
  color: rgba(255, 255, 255, 0.4);
  display: block;
}

.section-work-cases .work-case-card .ui-chat-composite {
  position: relative;
  width: 90%;
  height: 80%;
  z-index: 1;
}

.section-work-cases .work-case-card .ui-chat-composite .chat-card {
  background: #141414;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  padding: 1.5rem;
  width: 85%;
  height: 80%;
}

.section-work-cases .work-case-card .ui-chat-composite .chat-card .chat-line {
  margin-bottom: 1.25rem;
  display: flex;
  gap: 1rem;
}

.section-work-cases .work-case-card .ui-chat-composite .chat-card .chat-line .avatar {
  width: 28px;
  height: 28px;
  border-radius: 50%;
}

.section-work-cases .work-case-card .ui-chat-composite .chat-card .chat-line .content .sender {
  font-size: 12px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 4px;
  display: block;
}

.section-work-cases .work-case-card .ui-chat-composite .chat-card .chat-line .content .msg {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.6);
  line-height: 1.4;
}

.section-work-cases .work-case-card .ui-chat-composite .ui-video-frame {
  position: absolute;
  bottom: -5%;
  right: 5%;
  width: 50%;
  aspect-ratio: 1.5;
  background: #000;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.8);
  transition: transform 0.8s ease;
}

.section-work-cases .work-case-card .ui-chat-composite .ui-video-frame .video-content {
  position: relative;
  width: 100%;
  height: 100%;
}

.section-work-cases .work-case-card .ui-chat-composite .ui-video-frame .video-content img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section-work-cases .work-case-card .ui-chat-composite .ui-video-frame .video-content .glass-blur {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  backdrop-filter: blur(10px);
  background: rgba(255, 255, 255, 0.05);
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px 0 0 12px;
}

.section-work-cases .work-case-card .card-info-area {
  padding: 2rem;
  flex: 1;
}

.section-work-cases .work-case-card .card-info-area .case-title {
  font-size: 1.5rem;
  font-weight: 500;
  margin-bottom: 1.25rem;
  color: #fff;
  line-height: 1.2;
  letter-spacing: 0.03em;
}

.section-work-cases .work-case-card .card-info-area .case-desc {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.6);
  margin: 0;
  font-weight: 400;
}

/* --- Section Why Editorial (Black & White Precision) --- */
.section-why-editorial {
  position: relative;
  color: #fff !important;
  padding: 10rem 0;
  overflow: hidden;
}

.section-why-editorial .grain-overlay {
  position: absolute;
  inset: 0;
  opacity: 0.12;
  pointer-events: none;
  z-index: 1;
}

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

.editorial-header {
  margin-bottom: 8rem;
}

.editorial-header .editorial-headline {
  font-size: clamp(2.5rem, 9vw, 48px);
  font-weight: 500;
  line-height: 0.88;
  letter-spacing: -0.05em;
  margin: 0;
  color: #fff !important;
}

.editorial-header .editorial-headline .relative-us {
  position: relative;
  display: inline-block;
}

.editorial-header .editorial-headline .relative-us .z-10 {
  position: relative;
  z-index: 10;
}

.editorial-header .editorial-headline .relative-us .svg-underline {
  position: absolute;
  bottom: 2px;
  left: 0;
  width: 105%;
  height: 20px;
  z-index: 1;
}

.sticky-figure-card {
  position: sticky;
  top: 120px;
  width: 100%;
  max-width: 440px;
  aspect-ratio: 1;
  border: 1px solid rgba(255, 255, 255, 0.4);
  background: #000 !important;
  box-shadow: 12px 12px 0 rgb(255, 255, 255);
  overflow: hidden;
  padding: 2.5rem;
  display: flex;
  flex-direction: column;
  border-radius: 24px;
}

.sticky-figure-card .crosshairs-grid {
  position: absolute;
  inset: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(3, 1fr);
  pointer-events: none;
}

.sticky-figure-card .crosshairs-grid .grid-box {
  border: 0.5px solid rgba(255, 255, 255, 0.05);
}

.sticky-figure-card .corner {
  position: absolute;
  font-size: 10px;
  color: rgba(255, 255, 255, 0.3);
}

.sticky-figure-card .corner.top-left {
  top: 15px;
  left: 15px;
}

.sticky-figure-card .corner.top-right {
  top: 15px;
  right: 15px;
}

.sticky-figure-card .corner.bottom-left {
  bottom: 15px;
  left: 15px;
}

.sticky-figure-card .corner.bottom-right {
  bottom: 15px;
  right: 15px;
}

.sticky-figure-card .fig-label {
  font-size: 0.75rem;
  letter-spacing: 0.25em;
  color: rgba(255, 255, 255, 0.5);
}

.sticky-figure-card .keyword-container {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.sticky-figure-card .keyword-container .principle-keyword {
  font-family: "Playfair Display", serif;
  font-size: clamp(3rem, 8vw, 3.5rem);
  line-height: 0.9;
  color: #fff !important;
  transition: all 0.7s cubic-bezier(0.2, 0, 0.2, 1);
}

.sticky-figure-card .keyword-container .keyword-accent {
  width: 64px;
  height: 1px;
  background: #fff;
  margin: 1.5rem 0;
  opacity: 0.4;
}

.sticky-figure-card .keyword-container .doctrine-label {
  font-size: 0.65rem;
  text-transform: uppercase;
  letter-spacing: 0.3em;
  color: rgba(255, 255, 255, 0.4);
}

.sticky-figure-card .figure-footer {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.sticky-figure-card .figure-footer .operating-doctrine {
  font-size: 0.65rem;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: rgba(255, 255, 255, 0.5);
  line-height: 1.5;
}

.sticky-figure-card .figure-footer .mini-paginator {
  display: flex;
  gap: 0.375rem;
}

.sticky-figure-card .figure-footer .mini-paginator .pag-dot {
  width: 6px;
  height: 6px;
  background: rgba(255, 255, 255, 0.2);
  border: none;
  padding: 0;
  transition: all 0.5s;
}

.sticky-figure-card .figure-footer .mini-paginator .pag-dot.active {
  width: 24px;
  background: #fff;
}

.editorial-list {
  list-style: none;
  padding: 0;
  margin: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.editorial-list .editorial-item {
  position: relative;
  padding: 2rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  cursor: pointer;
  transition: all 0.5s cubic-bezier(0.2, 0, 0.2, 1);
}

.editorial-list .editorial-item:last-child {
  border-bottom: none;
}

.editorial-list .editorial-item .active-marker {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%) scaleY(0);
  width: 3px;
  height: 48px;
  background: #fff;
  opacity: 0;
  transition: all 0.5s;
}

.editorial-list .editorial-item .item-body {
  display: flex;
  align-items: flex-start;
  gap: 1.5rem;
}

.editorial-list .editorial-item .item-body .item-num {
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.3);
  padding-top: 0.6rem;
}

.editorial-list .editorial-item .item-body .item-content {
  flex: 1;
}

.editorial-list .editorial-item .item-body .item-content .item-title {
  font-size: clamp(1rem, 4.5vw, 1.5rem);
  color: rgba(255, 255, 255, 0.25);
  margin: 0;
  transition: all 0.5s;
  line-height: 1.2;
}

.editorial-list .editorial-item .item-body .item-content .item-desc-wrapper {
  display: grid;
  grid-template-rows: 0fr;
  opacity: 0;
  transition: all 0.5s;
}

.editorial-list .editorial-item .item-body .item-content .item-desc-wrapper .item-desc {
  overflow: hidden;
  font-size: 1rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.6);
  max-width: 580px;
  margin: 0;
}

.editorial-list .editorial-item .item-body .item-arrow {
  font-size: 1.2rem;
  color: rgba(255, 255, 255, 0.2);
  transform: translateX(-10px);
  opacity: 0;
  transition: all 0.4s;
}

.editorial-list .editorial-item.active {
  padding-left: 2rem;
}

.editorial-list .editorial-item.active .active-marker {
  opacity: 1;
  transform: translateY(-50%) scaleY(1);
}

.editorial-list .editorial-item.active .item-body .item-num {
  color: #fff;
}

.editorial-list .editorial-item.active .item-body .item-content .item-title {
  color: #fff;
}

.editorial-list .editorial-item.active .item-body .item-content .item-desc-wrapper {
  grid-template-rows: 1fr;
  opacity: 1;
  margin-top: 1rem;
}

.editorial-list .editorial-item.active .item-body .item-arrow {
  opacity: 1;
  transform: translateX(0);
  color: #fff;
}

.editorial-footer-links {
  margin-top: 3rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 1.5rem;
  padding-top: 2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.editorial-footer-links .est-practice {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.25em;
  color: rgba(255, 255, 255, 0.4);
}

.editorial-footer-links .est-practice .highlight {
  color: #fff;
  font-weight: 700;
}

.editorial-footer-links .btn-editorial-cta {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  background: #fff;
  color: #000;
  padding: 1rem 2rem;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-weight: 600;
  transition: all 0.3s;
  text-decoration: none;
}

.editorial-footer-links .btn-editorial-cta:hover {
  background: #e0e0e0;
}

.editorial-footer-links .btn-editorial-cta:hover .arrow {
  transform: translateX(4px);
}

.editorial-footer-links .btn-editorial-cta .arrow {
  transition: transform 0.3s;
}

@media (max-width: 991px) {
  .section-why-editorial {
    padding: 6rem 0;
  }

  .editorial-header .editorial-headline {
    font-size: 3.5rem;
  }

  .sticky-figure-card {
    position: relative;
    top: 0;
    margin-bottom: 3rem;
    margin-inline: auto;
  }
}

.section-final-cta {
  position: relative;
  min-height: 70vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url("../assets/images/footer-bg.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
  padding: 6rem 0;
  z-index: 20;
  /* border-bottom-left-radius: 60px;
  border-bottom-right-radius: 60px; */
}

.section-final-cta .perspective-grid-container {
  position: absolute;
  inset: 0;
  perspective: 1000px;
  z-index: 3;
}

.section-final-cta .cta-content {
  position: relative;
  z-index: 10;
  text-align: center;
  width: 100%;
}

.section-final-cta .cta-content .cta-headline {
  font-size: clamp(2.5rem, 6vw, 3rem);
  font-weight: 500;
  line-height: 1.1;
  color: #fff;
  margin-bottom: 0.8rem;
  letter-spacing: -0.04em;
}

.section-final-cta .cta-content .cta-subtext {
  font-size: 1rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 2.5rem;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}

.section-final-cta .cta-content .cta-actions {
  display: flex;
  gap: 1rem;
  justify-content: center;
  align-items: center;
}

@media (max-width: 576px) {
  .section-final-cta .cta-content .cta-actions {
    flex-direction: column;
    padding: 0 1.5rem;
  }
}

.section-final-cta .btn-dovetail-primary {
  background: #ffffff;
  color: #000000;
  padding: 0.65rem 1.5rem;
  font-size: 1rem;
  font-weight: 600;
  border-radius: 50px;
  text-decoration: none;
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  border: 1px solid #ffffff;
}

.section-final-cta .btn-dovetail-primary:hover {
  background: #e5e5e5;
  transform: scale(1.02);
  color: #000;
}

.section-final-cta .btn-dovetail-outline {
  background: rgba(255, 255, 255, 0.05);
  color: #ffffff;
  padding: 0.8rem 2rem;
  font-size: 1rem;
  font-weight: 600;
  border-radius: 8px;
  text-decoration: none;
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(8px);
}

.section-final-cta .btn-dovetail-outline:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.5);
  transform: scale(1.02);
  color: #fff;
}

@media (max-width: 991px) {
  .section-hero .hero-inner {
    grid-template-columns: 1fr;
    text-align: center;
  }

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

  .section-pov .pov-grid {
    grid-template-columns: 1fr;
  }

  .section-momentum .momentum-cards {
    grid-template-columns: repeat(2, 1fr);
  }

  .section-labs .labs-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .section-capabilities .cap-alternating .cap-row,
  .section-capabilities .cap-alternating .cap-row.reverse {
    grid-template-columns: 1fr;
    text-align: center;
    gap: 2rem;
    direction: ltr !important;
  }

  .section-work .work-grid {
    grid-template-columns: 1fr;
  }

  .section-process .process-steps {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .section-title {
    font-size: 2.2rem;
  }

  .section-hero .hero-content .hero-headline {
    font-size: 2.8rem;
  }

  .section-momentum .momentum-cards,
  .section-labs .labs-grid,
  .section-process .process-steps,
  .section-hero .hero-content .hero-actions {
    grid-template-columns: 1fr;
    flex-direction: column;
  }

  .section-hero {
    padding-top: 8rem;
  }
}

.homepage-wrapper {
  position: relative;
  z-index: 10;
  background-color: #000;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
}

app-footer {
  display: block;
  position: sticky;
  bottom: 0;
  z-index: 1;
}

.pov-to-work-connector {
  position: relative;
  width: 30%;
  max-width: 400px;
  margin: 0 auto;
  height: 250px;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.pov-to-work-connector .line-segment {
  position: absolute;
  width: 50%;
  height: 50%;
}

.pov-to-work-connector .top {
  top: 0;
  left: 0;
  border-left: 1px dashed rgba(255, 255, 255, 0.1490196078);
  border-bottom: 1px dashed rgba(255, 255, 255, 0.1490196078);
}

.pov-to-work-connector .bottom {
  bottom: 0;
  left: 0;
  border-right: 1px dashed rgba(255, 255, 255, 0.1490196078);
}

.section-labs-redesign {
  --surface: #0a0a0a;
  --surface-elevated: #111111;
  --accent-glow: #fff3d7;
  --gradient-radial: radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 0.05) 0%, transparent 60%);
  --shadow-card: 0 4px 24px rgba(0, 0, 0, 0.4);
  position: relative;
  overflow: hidden;
  padding-top: 6rem;
  padding-bottom: 6rem;
  color: white;
  font-family: "Inter", sans-serif;
}

@media (min-width: 992px) {
  .section-labs-redesign {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
}

.section-labs-redesign .absolute-inset {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.section-labs-redesign .opacity-18 {
  opacity: 0.18;
}

.section-labs-redesign .opacity-35 {
  opacity: 0.35;
}

.section-labs-redesign .opacity-60 {
  opacity: 0.6;
}

.section-labs-redesign .transition-all {
  transition: all 0.3s ease;
}

.section-labs-redesign .transition-colors {
  transition: background-color 0.3s, border-color 0.3s, color 0.3s;
}

.section-labs-redesign .transition-opacity {
  transition: opacity 0.3s;
}

.section-labs-redesign .border-top-custom {
  border-top: 1px solid var(--grid-line-color);
}

.section-labs-redesign .border-bottom-custom {
  border-bottom: 1px solid var(--grid-line-color);
}

.section-labs-redesign .border-bottom-dashed {
  border-bottom: 1px dashed var(--grid-line-color);
}

.section-labs-redesign .border-dashed {
  border: 1px dashed var(--grid-line-color);
}

@media (min-width: 576px) {
  .section-labs-redesign .border-start-sm {
    border-left: 1px solid var(--grid-line-color);
  }
}

.section-labs-redesign .text-muted-custom {
  color: rgba(255, 255, 255, 0.6) !important;
}

.section-labs-redesign .lab-overline {
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.25em;
}

.section-labs-redesign .lab-overline a {
  background: #ffffff;
  color: #000000;
  padding: 0.65rem 1.5rem;
  font-size: 14px;
  font-weight: 600;
  border-radius: 50px;
  text-decoration: none;
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  border: 1px solid #ffffff;
  text-transform: capitalize;
  letter-spacing: 0;
}

.section-labs-redesign .radial-glow {
  background: var(--gradient-radial);
}

.section-labs-redesign .dot-cluster {
  background-image: radial-gradient(circle at 1px 1px, rgba(255, 255, 255, 0.15) 1px, transparent 0);
  background-size: 24px 24px;
}

.section-labs-redesign .top-accent-line {
  position: absolute;
  left: 50%;
  top: 0;
  height: 1px;
  width: 60%;
  transform: translateX(-50%);
  background: linear-gradient(to right, transparent, rgba(34, 197, 94, 0.5), transparent);
}

.section-labs-redesign .pulse-dot-container {
  width: 8px;
  height: 8px;
}

.section-labs-redesign .pulse-dot-ping {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: var(--accent-glow);
  opacity: 0.75;
  animation: pulse-glow 2.4s ease-in-out infinite;
}

.section-labs-redesign .pulse-dot-core {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: var(--accent-glow);
  position: absolute;
  top: 0;
  left: 0;
}

.section-labs-redesign .labs-headline {
  font-size: clamp(2.5rem, 6vw, 3rem);
  line-height: 0.95;
  letter-spacing: -0.02em;
}

.section-labs-redesign .labs-lead {
  font-size: 16px;
  line-height: 1.6;
}

.section-labs-redesign .lab-stage-card {
  background-color: var(--surface);
  border: 1px solid var(--grid-line-color);
  box-shadow: var(--shadow-card);
  /* border-radius: 24px; */
}

.section-labs-redesign .stage-header {
  background-color: var(--surface-elevated);
}

.section-labs-redesign .status-dot {
  width: 6px;
  height: 6px;
  background-color: var(--accent-glow);
}

.section-labs-redesign .canvas-area {
  aspect-ratio: 12 / 6;
  /* border-radius: 12px; */
  background-color: #050505;
}

.section-labs-redesign .project-image-container {
  z-index: 1;
}

.section-labs-redesign .project-image-container img {
  opacity: 1;
  transition: opacity 0.4s ease-in-out, transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}

.section-labs-redesign .canvas-area:hover .project-image-container img {
  transform: scale(1.03);
}

.section-labs-redesign .image-overlay {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.8) 100%);
  z-index: 2;
}

.section-labs-redesign .grid-bg {
  background-size: cover;
  background-position: center;
  /* mix-blend-mode: overlay; */
  z-index: 3;
}

.case-divider {
  width: 1px;
  height: 100px;
  background: linear-gradient(to bottom, transparent, rgba(255, 255, 255, 0.3), transparent);
  margin: 40px auto;
  position: relative;
}

.case-divider::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 4px;
  height: 4px;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 0 15px 2px rgba(255, 255, 255, 0.8);
}

.section-labs-redesign .floating-orb {
  width: 120px;
  height: 120px;
  background: radial-gradient(circle, rgba(255, 243, 215, 0.1) 0%, transparent 65%);
  filter: blur(40px);
  animation: float-slow 8s ease-in-out infinite;
  z-index: 4;
  opacity: 0.5;
}

.section-labs-redesign .big-index-number {
  font-size: clamp(6rem, 14vw, 10rem);
  line-height: 1;
  color: rgba(255, 255, 255, 0.08);
  pointer-events: none;
  z-index: 5;
  font-weight: 700;
  letter-spacing: -0.05em;
}

.section-labs-redesign .stage-title {
  font-size: clamp(1.5rem, 3vw, 2rem);
  letter-spacing: -0.02em;
  font-weight: 500;
}

.section-labs-redesign .tagline {
  font-size: clamp(1.2rem, 2vw, 1.5rem);
  line-height: 1.3;
}

.section-labs-redesign .metrics-desc {
  font-size: 14px;
  line-height: 1.6;
  max-width: 500px;
}

.section-labs-redesign .metric-value {
  font-size: 12px;
  letter-spacing: 0.18em;
}

.section-labs-redesign .lab-index-btn {
  border-bottom: 1px solid var(--grid-line-color) !important;
}

.section-labs-redesign .lab-index-btn:hover .title-col .lab-name,
.section-labs-redesign .lab-index-btn:hover .idx-col {
  color: white !important;
}

.section-labs-redesign .lab-index-btn.active {
  background-color: #ffffff21 !important;
  backdrop-filter: blur(8px);
  /* border-radius: 8px; */
}

.section-labs-redesign .lab-index-btn.active .active-edge {
  background-color: transparent !important;
  width: 0;
}

.section-labs-redesign .lab-index-btn.active .idx-col {
  color: var(--accent-glow) !important;
}

.section-labs-redesign .lab-index-btn.active .status-col {
  color: var(--accent-glow);
  opacity: 1;
}

.section-labs-redesign .lab-index-btn .idx-col {
  font-size: 11px;
  color: rgba(255, 255, 255, 0.45);
}

.section-labs-redesign .lab-index-btn .lab-name {
  font-size: 1.125rem;
}

.section-labs-redesign .lab-index-btn .lab-category {
  font-size: 14px;
  font-family: 'monospace', monospace;
}

.section-labs-redesign .lab-index-btn .status-col {
  font-size: 10px;
  color: rgba(255, 255, 255, 0.35);
}

.section-labs-redesign .manifesto-stub {
  background-color: rgba(10, 10, 10, 0.5);
}

.section-labs-redesign .manifesto-lead {
  font-size: 14px;
  line-height: 1.6;
}

@keyframes pulse-glow {

  0%,
  100% {
    opacity: 0.75;
    transform: scale(1);
  }

  50% {
    opacity: 0.3;
    transform: scale(1.5);
  }
}

@keyframes float-slow {

  0%,
  100% {
    transform: translate(-50%, -50%) scale(1);
  }

  50% {
    transform: translate(-50%, -55%) scale(1.05);
  }
}

/* --- Navigation Layout --- */

/* --- Hero Trust Bar --- */
.hero-content .trust-bar-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3rem;
  margin: 3.5rem 0;
  padding: 0;
  background: transparent;
  border: none;
}

.hero-content .trust-item {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.hero-content .trust-dot {
  width: 5px;
  height: 5px;
  background-color: #22c55e;
  border-radius: 50%;
  box-shadow: 0 0 10px rgba(34, 197, 94, 0.6);
}

.hero-content .trust-text {
  font-family: "Space Mono", "Roboto Mono", monospace;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  color: #fff;
  font-weight: 400;
}

@media (max-width: 991px) {
  .hero-content .trust-bar-inner {
    gap: 2rem;
    flex-wrap: wrap;
  }
}

@media (max-width: 767px) {
  .hero-content .trust-bar-inner {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.25rem;
    margin: 2rem 0;
  }

  .hero-content .trust-item {
    justify-content: center;
  }

  .hero-content .trust-text {
    font-size: 10px;
  }
}

/* --- Metrics Highlights Section --- */
.section-metrics-highlights {
  /* background-color: #000; */
  padding: 6rem 0;
  position: relative;
  /* border-bottom: 1px solid rgba(255, 255, 255, 0.05); */
  z-index: 5;
}

.metrics-highlights-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 3rem;
}

.metric-highlight-item {
  display: flex;
  flex-direction: column;
}

.metric-header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 2rem;
}

.metric-status-box {
  width: 20px;
  height: 20px;
  background-color: #fff;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.metric-status-box i {
  color: #000;
  font-size: 10px;
}

.metric-number {
  font-size: 2.5rem;
  font-weight: 600;
  color: #fff;
  line-height: 1;
  letter-spacing: -0.02em;
  font-family: 'monospace', monospace;
}

.metric-unit {
  font-size: 1rem;
  font-weight: 400;
  color: rgba(246, 242, 242, 0.853);
  text-transform: lowercase;
  margin-left: 4px;
}

.metric-title {
  font-size: 1rem;
  font-weight: 600;
  color: #fff;
  margin-bottom: 1rem;
  letter-spacing: -0.01em;
}

.metric-desc {
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.6);
  line-height: 1.6;
  margin: 0;
  font-weight: 400;
}

@media (max-width: 1200px) {
  .metrics-highlights-grid {
    gap: 2rem;
  }

  .metric-number {
    font-size: 2rem;
  }
}

@media (max-width: 991px) {
  .section-metrics-highlights {
    padding: 4rem 0;
  }

  .metrics-highlights-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 4rem 2rem;
  }
}

@media (max-width: 576px) {
  .metrics-highlights-grid {
    grid-template-columns: 1fr;
    gap: 3rem;
  }

  .metric-header {
    margin-bottom: 1.5rem;
  }
}

/* --- Trusted Marquee Section --- */
.section-trusted-marquee {
  position: relative;
  padding: 6rem 0;
  /* background-color: #000; */
  overflow: hidden;
  z-index: 5;
}

.marquee-grid-bg {
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle, rgba(255, 255, 255, 0.05) 1px, transparent 1px);
  background-size: 48px 48px;
  opacity: 0.4;
  pointer-events: none;
}

.marquee-label {
  text-align: center;
  margin-bottom: 2.5rem;
}

.marquee-label span {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.4);
  letter-spacing: 0.1em;
  font-weight: 500;
  text-transform: uppercase;
}

.marquee-wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
  -webkit-mask-image: linear-gradient(to right, transparent, black 15%, black 85%, transparent);
  mask-image: linear-gradient(to right, transparent, black 15%, black 85%, transparent);
}

.marquee-track {
  display: flex;
  width: max-content;
  gap: 1.5rem;
  animation: marquee 40s linear infinite;
  padding-right: 1.5rem;
  /* Matches gap for seamless loop */
}

.marquee-track .partner-pill {
  flex-shrink: 0;
  padding: 0.75rem 1.75rem;
  border-radius: 100px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.03);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
  font-weight: 500;
  white-space: nowrap;
  transition: border-color 0.3s, background 0.3s;
}

.marquee-track .partner-pill:hover {
  border-color: rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.06);
  color: #fff;
}

@keyframes marquee {
  0% {
    transform: translateX(0);
  }

  100% {
    /* Moves exactly one set of items + their gaps */
    transform: translateX(-33.3333%);
  }
}

/* Pause on hover */
.marquee-wrapper:hover .marquee-track {
  animation-play-state: paused;
}

/* --- Metrics Highlights Section --- */
.section-work-modes {
  padding: 10rem 0 6rem 0;
  /* background-color: #000; */
  position: relative;
  z-index: 5;
}

.work-modes-header {
  max-width: 800px;
  margin-bottom: 5rem;
}

.work-modes-overline {
  display: block;
  font-size: 11px;
  color: rgba(255, 255, 255, 0.4);
  letter-spacing: 0.2em;
  text-transform: uppercase;
  margin-bottom: 2rem;
  font-family: 'monospace', monospace;
}

.work-modes-headline {
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 500;
  color: #fff;
  margin-bottom: 1rem;
  letter-spacing: -0.02em;
  line-height: 1.1;
}

.work-modes-subtext {
  font-size: clamp(0.8rem, 2.5vw, 1rem);
  color: rgba(255, 255, 255, 0.6);
  line-height: 1.6;
  font-weight: 400;
  max-width: 720px;
}

.work-modes-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.5rem;
}

.work-mode-card {
  background-color: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  /* border-radius: 24px; */
  padding: 3.5rem;
  display: flex;
  flex-direction: column;
  height: 100%;
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.work-mode-card:hover {
  background-color: rgba(255, 255, 255, 0.05);
  border-color: rgba(255, 255, 255, 0.15);
  transform: translateY(-5px);
}

.work-mode-icon-box {
  width: 48px;
  height: 48px;
  background-color: rgba(255, 255, 255, 0.05);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 2.5rem;
}

.work-mode-icon-box i {
  color: #fff;
  font-size: 1.25rem;
}

.work-mode-title {
  font-size: 1.5rem;
  font-weight: 600;
  color: #fff;
  margin-bottom: 0.5rem;
}

.work-mode-label {
  display: block;
  font-size: 10px;
  color: rgba(255, 255, 255, 0.4);
  letter-spacing: 0.1em;
  margin-bottom: 2rem;
  text-transform: uppercase;
  font-family: 'monospace', monospace;
}

.work-mode-desc {
  font-size: 1.05rem;
  color: rgba(255, 255, 255, 0.5);
  line-height: 1.7;
  margin-bottom: 3.5rem;
  flex-grow: 1;
}

.work-mode-footer {
  padding-top: 2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.work-mode-metrics {
  font-size: 11px;
  color: rgba(255, 255, 255, 0.4);
  line-height: 1.6;
  margin: 0;
}

@media (max-width: 991px) {
  .work-modes-grid {
    grid-template-columns: 1fr;
  }

}
}

/* --- Parallax Quote Section --- */
.section-parallax-quote {
  position: relative;
  height: 100vh;
  min-height: 800px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background-color: #000;
}

.parallax-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  /* Parallax Effect */
  z-index: 0;
}

/* Fallback for mobile where background-attachment: fixed often fails */
@media (max-width: 991px) {
  .parallax-bg {
    background-attachment: scroll;
  }
}

.parallax-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0.7) 100%);
  z-index: 1;
}

.quote-reveal-wrapper {
  position: relative;
  z-index: 2;
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
  padding: 180px 20px;
}

.parallax-quote-text {
  /* font-family: "Playfair Display", serif; */
  /* font-style: italic; */
  font-size: clamp(1.5rem, 4vw, 2.5rem);
  line-height: 1.4;
  color: #fff;
  opacity: 0;
  transform: translateY(40px);
  transition: all 1.2s cubic-bezier(0.2, 0, 0.2, 1);
}

.parallax-quote-text.revealed {
  opacity: 1;
  transform: translateY(0);
}

/* --- Operating Doctrine V2 (Sticky Timeline) --- */
.section-doctrine-v2 {
  position: relative;
  padding: 8rem 0;
  /* background-color: #000; */
  overflow: hidden;
}

.doctrine-ambient-bg {
  pointer-events: none;
  position: absolute;
  inset: 0;
  opacity: 0.4;
  background-image: radial-gradient(ellipse 80% 50% at 50% -10%, rgba(255, 255, 255, 0.05), transparent 60%);
  z-index: 1;
}

.doctrine-tech-grid {
  pointer-events: none;
  position: absolute;
  inset: 0;
  opacity: 0.04;
  background-image: linear-gradient(to right, #fff 1px, transparent 1px),
    linear-gradient(to bottom, #fff 1px, transparent 1px);
  background-size: 56px 56px;
  z-index: 1;
}

.relative-z {
  position: relative;
  z-index: 2;
}

.doctrine-sticky-header {
  position: sticky;
  top: 6rem;
  align-self: start;
}

.doctrine-overline {
  font-size: 0.75rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.24em;
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 1.5rem;
}

.doctrine-headline {
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: #fff;
  margin-bottom: 1.5rem;
}

.text-italic-primary {
  /* font-style: italic; */
  color: #fff;
  /* Premium Indigo */
}

.doctrine-subtext {
  font-size: clamp(1rem, 1.2vw, 1rem);
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 2.5rem;
}

.doctrine-principle-indicator {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}

.indicator-line {
  height: 1px;
  width: 3rem;
  background: rgba(255, 255, 255, 0.2);
}

.indicator-text {
  font-family: var(--font-mono, monospace);
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: rgba(255, 255, 255, 0.4);
}

/* Timeline Column */
.doctrine-timeline {
  border-left: 1px solid rgba(255, 255, 255, 0.1);
  position: relative;
}

.principle-item {
  position: relative;
  padding-left: 3.5rem;
  transition: all 0.3s ease;
}

.principle-item:hover .connector-dot {
  box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.1);
  border-color: #fff;
}

.principle-item:hover .principle-icon {
  border-color: rgba(255, 255, 255, 0.6);
  color: #fff;
}

.connector-dot {
  position: absolute;
  left: -6.5px;
  top: 2rem;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #000;
  border: 2px solid rgba(255, 255, 255, 0.2);
  transition: all 0.3s ease;
  z-index: 3;
}

.principle-content {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  padding: 2.5rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.principle-content.no-border {
  border-bottom: none;
}

.principle-meta {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}

.principle-num {
  font-family: var(--font-mono, monospace);
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.4);
}

.principle-icon {
  width: 3rem;
  height: 3rem;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  background: rgba(255, 255, 255, 0.03);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  color: rgba(255, 255, 255, 0.8);
  transition: all 0.3s ease;
}

.principle-title {
  font-size: 1.25rem;
  font-weight: 600;
  color: #fff;
  margin-bottom: 0.75rem;
}

.principle-desc {
  font-size: 1rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.5);
  margin: 0;
}

@media (min-width: 576px) {
  .principle-content {
    flex-direction: row;
    align-items: start;
    gap: 2rem;
  }

  .principle-meta {
    flex-direction: column;
    align-items: start;
    gap: 1rem;
    flex-shrink: 0;
  }
}

@media (max-width: 991px) {
  .doctrine-timeline {
    border-left: none;
    margin-top: 3rem;
  }

  .principle-item {
    padding-left: 0;
  }

  .connector-dot {
    display: none;
  }

  .doctrine-sticky-header {
    position: relative;
    top: 0;
  }
}