/* You can add global styles to this file, and also import other style files */
@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;
}

.work-page-wrapper {
  background-color: #000;
  color: #ffffff;
  overflow-x: clip;
  position: relative;
}

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

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

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

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

.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;
}

.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);
}

.case-studies-header {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}

.case-studies-header .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;
}

.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;
}

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

.dot-muted {
  color: rgba(255, 255, 255, 0.3);
}

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

.section-headline {
  font-size: clamp(2.5rem, 5vw, 3rem);
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: -0.03em;
}

.section-hero-work {
  padding: 10rem 0;
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  background: #000;
  overflow: hidden;
}

.section-hero-work .hero-inner {
  position: relative;
  z-index: 10;
}

.section-hero-work .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-hero-work .hero-subtext {
  font-size: clamp(0.8rem, 2.5vw, 1.4rem);
  color: #9ca3af;
  line-height: 1.6;
  margin-bottom: 4rem;
  max-width: 720px;
  font-weight: 400;
  letter-spacing: -0.01em;
}

.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-badge:hover {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.15);
  transform: translateY(-2px);
}

.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;
}

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

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

.hero-bg-viz .blob {
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
  z-index: -1;
}

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

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

.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%);
}

/* .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;
} */

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

.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;
}

.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;
}

.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));
}

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

.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;
}

.hero-bg-viz .radar-system {
  position: absolute;
  bottom: -450px;
  left: 50%;
  transform: translateX(-50%) rotateX(75deg);
  width: 1600px;
  height: 1600px;
  transform-origin: center center;
  z-index: 1;
  opacity: 0.35;
  pointer-events: none;
}

.hero-bg-viz .radar-system .radar-circle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 50%;
}

.hero-bg-viz .radar-system .radar-circle.circle-1 {
  width: 600px;
  height: 600px;
}

.hero-bg-viz .radar-system .radar-circle.circle-2 {
  width: 1000px;
  height: 1000px;
  border-style: solid;
  opacity: 0.5;
}

.hero-bg-viz .radar-system .radar-circle.circle-3 {
  width: 1400px;
  height: 1400px;
  border-color: rgba(255, 255, 255, 0.08);
}

.hero-bg-viz .radar-system .radar-scan {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 800px;
  height: 800px;
  background: conic-gradient(from 0deg, rgba(255, 255, 255, 0.25) 0%, transparent 40%);
  transform-origin: 0 0;
  border-radius: 50%;
  animation: radarScan 15s linear infinite;
  margin-top: -400px;
  margin-left: -400px;
}

.hero-bg-viz .radar-system .radar-node {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  height: 48px;
  margin-top: -24px;
  margin-left: -90px;
  display: flex;
  align-items: center;
  gap: 12px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 100px;
  padding: 0 24px;
  backdrop-filter: blur(12px);
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.6);
}

.hero-bg-viz .radar-system .radar-node .node-icon {
  font-size: 1.2rem;
  transform: rotateX(-75deg);
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-bg-viz .radar-system .radar-node .node-label {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #ffffff;
  transform: rotateX(-75deg);
  white-space: nowrap;
}

.hero-bg-viz .radar-system .radar-node.node-1 {
  animation: orbitNode1 50s linear infinite;
}

.hero-bg-viz .radar-system .radar-node.node-2 {
  animation: orbitNode2 65s linear infinite;
}

.hero-bg-viz .radar-system .radar-node.node-3 {
  animation: orbitNode3 80s linear infinite;
}

.hero-bg-viz .radar-system .radar-node.node-4 {
  animation: orbitNode4 55s linear infinite;
}

@keyframes waveMove {
  from {
    background-position: 0 0;
  }

  to {
    background-position: 1000px 0;
  }
}

.section-intro {
  padding: 140px 0;
  position: relative;
  background: #000;
}

.section-intro .intro-grid-bg {
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(255, 255, 255, 0.06) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.075) 1px, transparent 1px);
  background-size: 100px 100px;
  mask-image: radial-gradient(circle at center, black, transparent 80%);
  opacity: 0.5;
  pointer-events: none;
}

.section-intro .intro-index {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.3em;
  color: rgba(255, 255, 255, 0.4);
}

.section-intro .intro-headline {
  font-size: clamp(3rem, 6vw, 4.5rem);
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.04em;
  color: #fff;
}

.section-intro .intro-description {
  font-size: 1.15rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.6);
  font-weight: 400;
}

.section-intro .goal-section {
  position: relative;
  padding-left: 2rem;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}

.section-intro .goal-section .goal-label {
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.25em;
  color: rgba(255, 255, 255, 0.35);
}

.section-intro .goal-section .goal-points {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.section-intro .goal-section .goal-point {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.1;
  color: #fff;
  letter-spacing: -0.02em;
}

.section-intro .goal-section .goal-point.italic {
  font-style: italic;
  font-weight: 500;
  opacity: 0.9;
}

.section-case-studies {
  padding: 100px 0;
  background: #000;
  position: relative;
  overflow: hidden;
}

.section-case-studies .border-bottom-custom {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.section-case-studies .case-studies-header {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}

.section-case-studies .case-studies-header .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;
}

.section-case-studies .case-study-list {
  display: flex;
  flex-direction: column;
  gap: 0;
  margin-top: 30px;
}

.section-case-studies .case-study-item {
  /* padding: 60px 0; */
}

.section-case-studies .case-visual-wrapper {
  position: relative;
}

.section-case-studies .case-visual-wrapper .visual-inner {
  position: relative;
  /* border-radius: 20px; */
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: #111;
  aspect-ratio: 16/10;
}

.section-case-studies .case-visual-wrapper .visual-inner .case-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.7s cubic-bezier(0.16, 1, 0.3, 1);
}

.section-case-studies .case-visual-wrapper .visual-inner .image-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.6) 0%, transparent 50%);
}

.section-case-studies .case-visual-wrapper .visual-inner .case-tech-badges {
  position: absolute;
  bottom: 20px;
  left: 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  z-index: 2;
}

.section-case-studies .case-visual-wrapper .visual-inner .tech-badge {
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  padding: 4px 10px;
  border-radius: 4px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(4px);
}

.section-case-studies .case-visual-wrapper:hover .case-image {
  transform: scale(1.05);
}

.section-case-studies .case-visual-wrapper .visual-glow {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 120%;
  height: 120%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.12) 0%, transparent 70%);
  z-index: -1;
  filter: blur(60px);
  pointer-events: none;
}

.section-case-studies .case-content .case-number {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: rgba(255, 255, 255, 0.3);
  margin-bottom: 0.75rem;
}

.section-case-studies .case-content .case-tag {
  font-size: 11px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
  letter-spacing: 0.2em;
  margin-bottom: 1.5rem;
  font-family: 'monospace', monospace;
}

.section-case-studies .case-content .case-headline {
  font-size: clamp(1.5rem, 4vw, 1.75rem);
  font-weight: 500;
  line-height: 1.1;
  margin-bottom: 2rem;
}

.section-case-studies .case-content .case-details-grid {
  display: grid;
  gap: 2rem;
}

.section-case-studies .case-content .detail-label {
  display: block;
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: rgba(255, 255, 255, 0.3);
  margin-bottom: 0.75rem;
}

.section-case-studies .case-content .detail-text {
  font-size: 1rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.8);
  margin: 0;
  font-weight: 400;
}

.section-case-studies .case-content .detail-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.section-case-studies .case-content .detail-list li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.8);
}

.section-case-studies .case-content .detail-list li i {
  color: rgba(255, 255, 255, 0.4);
}

.section-case-studies .case-content .outcome-box {
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 12px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.section-case-studies .case-content .outcome-box .outcome-text {
  font-size: 1rem;
  font-weight: 400;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 12px;
  color: #fff;
  letter-spacing: 0.02em;
}

.section-case-studies .case-content .outcome-box .outcome-text i {
  color: #fff;
  font-size: 0.9rem;
}

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

.section-case-studies .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-patterns {
  padding: 80px 0;
  position: relative;
  background: #000;
  overflow: hidden;
}

.section-patterns .patterns-bg-glow {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 800px;
  height: 800px;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.03) 0%, transparent 70%);
  filter: blur(100px);
  z-index: 0;
}

.section-patterns .patterns-index {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.3em;
  color: rgba(255, 255, 255, 0.4);
}

.section-patterns .patterns-subtext {
  font-size: 1.1rem;
  color: rgba(255, 255, 255, 0.5);
  line-height: 1.6;
  max-width: 350px;
}

.section-patterns .patterns-modern-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  position: relative;
}

.section-patterns .patterns-modern-grid::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 1px;
  background: rgba(255, 255, 255, 0.08);
  z-index: 1;
}

.section-patterns .patterns-modern-grid::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  height: 1px;
  background: rgba(255, 255, 255, 0.08);
  z-index: 1;
}

@media (max-width: 767px) {
  .section-patterns .patterns-modern-grid {
    grid-template-columns: 1fr;
    border: none;
  }

  .section-patterns .patterns-modern-grid::before,
  .section-patterns .patterns-modern-grid::after {
    display: none;
  }
}

.section-patterns .modern-pattern-card {
  padding: 40px;
  display: flex;
  flex-direction: column;
  gap: 30px;
  transition: background 0.3s ease;
  position: relative;
  z-index: 2;
}

.section-patterns .modern-pattern-card:hover {
  background: rgba(255, 255, 255, 0.02);
}

.section-patterns .modern-pattern-card:hover .card-top i {
  transform: translate(3px, -3px);
  color: #fff;
}

@media (max-width: 991px) {
  .section-patterns .modern-pattern-card {
    padding: 40px;
  }
}

@media (max-width: 767px) {
  .section-patterns .modern-pattern-card {
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  }

  .section-patterns .modern-pattern-card:last-child {
    border-bottom: none;
  }
}

.section-patterns .modern-pattern-card .card-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.section-patterns .modern-pattern-card .card-top .p-index {
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.25em;
  color: rgba(255, 255, 255, 0.3);
}

.section-patterns .modern-pattern-card .card-top i {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.2);
  transition: all 0.3s ease;
}

.section-patterns .modern-pattern-card .p-headline {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.3;
  color: #fff;
  margin: 0;
  letter-spacing: -0.02em;
}

.section-approach {
  padding: 120px 0;
  background: #000;
}

.section-approach .approach-line {
  font-size: 1.1rem;
  color: rgba(255, 255, 255, 0.5);
}

.section-approach .approach-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
  margin-top: 50px;
}

@media (max-width: 991px) {
  .section-approach .approach-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 575px) {
  .section-approach .approach-grid {
    grid-template-columns: 1fr;
  }
}

.section-approach .approach-card {
  height: 100%;
}

.section-approach .approach-card .card-inner {
  height: 100%;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 20px;
  padding: 30px;
  transition: all 0.3s ease;
}

.section-approach .approach-card .card-inner:hover {
  background: rgba(255, 255, 255, 0.05);
  border-color: rgba(255, 255, 255, 0.3);
}

.section-approach .approach-card .step-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2.5rem;
}

.section-approach .approach-card .step-header .step-num {
  font-size: 14px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.3);
  letter-spacing: 0.1em;
}

.section-approach .approach-card .step-header i {
  font-size: 20px;
  color: rgba(255, 255, 255, 0.4);
}

.section-approach .approach-card .step-title {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 1rem;
  line-height: 1.3;
}

.section-approach .approach-card .step-desc {
  font-size: 0.95rem;
  color: rgba(255, 255, 255, 0.6);
  line-height: 1.6;
  margin: 0;
}

.section-trust {
  padding: 140px 0;
  background: #000;
  position: relative;
}

.section-trust .trust-index {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.3em;
  color: rgba(255, 255, 255, 0.4);
}

.section-trust .trust-headline {
  font-size: clamp(3rem, 6vw, 4.5rem);
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.04em;
  color: #fff;
}

.section-trust .trust-stats-modern {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
}

@media (max-width: 767px) {
  .section-trust .trust-stats-modern {
    flex-direction: column;
    gap: 3rem;
  }
}

.section-trust .trust-stats-modern .modern-stat-item {
  flex: 1;
}

.section-trust .trust-stats-modern .modern-stat-item .stat-value {
  font-size: clamp(2rem, 3vw, 3rem);
  font-weight: 500;
  color: #fff;
  line-height: 1;
  margin-bottom: 1.5rem;
  letter-spacing: -0.02em;
}

.section-trust .trust-stats-modern .modern-stat-item .stat-label {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: rgba(255, 255, 255, 0.4);
  line-height: 1.5;
  max-width: 150px;
}

.section-trust .trust-stats-modern .modern-stat-divider {
  width: 1px;
  height: 100px;
  background: rgba(255, 255, 255, 0.1);
}

@media (max-width: 767px) {
  .section-trust .trust-stats-modern .modern-stat-divider {
    display: none;
  }
}

.section-trust .verified-badge {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.25em;
  color: rgba(255, 255, 255, 0.3);
}

.section-trust .verified-badge i {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.4);
}

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

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

.section-final-cta-work .perspective-grid-container .grid-plane {
  position: absolute;
  width: 200%;
  height: 100%;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.05) 1px, transparent 1px), linear-gradient(to bottom, rgba(255, 255, 255, 0.05) 1px, transparent 1px);
  background-size: 60px 60px;
  left: -50%;
}

.section-final-cta-work .perspective-grid-container .plane-top {
  top: -50%;
  transform: rotateX(60deg);
  mask-image: linear-gradient(to top, black, transparent);
}

.section-final-cta-work .perspective-grid-container .plane-bottom {
  bottom: -50%;
  transform: rotateX(-60deg);
  mask-image: linear-gradient(to bottom, black, transparent);
}

.section-final-cta-work .cta-content {
  position: relative;
  z-index: 10;
}

.section-final-cta-work .cta-headline {
  font-size: clamp(2rem, 6vw, 3rem);
  font-weight: 500;
  letter-spacing: -0.04em;
  margin-bottom: 1.5rem;
}

.section-final-cta-work .cta-subtext {
  font-size: clamp(0.9rem, 2vw, 1rem);
  color: rgba(255, 255, 255, 0.6);
  max-width: 500px;
  margin: 0 auto;
}

.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 {
  transform: translateY(-3px);
  box-shadow: 0 15px 40px rgba(255, 255, 255, 0.2);
  background: #f0f0f0;
}

@keyframes float {
  0% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(-30px);
  }
}

.animate-fade-in {
  animation: fadeIn 1s ease-out forwards;
}

.animate-fade-in-down {
  animation: fadeInDown 1s ease-out forwards;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translateY(-20px);
  }

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

@media (max-width: 991px) {
  .section-hero-work {
    padding: 8rem 0;
  }

  .section-intro .expectation-box {
    padding: 40px;
  }

  .section-case-studies .case-study-list {
    gap: 100px;
  }
}

.case-logo{
  width: 100px;
  margin-bottom: 1.2rem;
}
.case-logo-usv{
  width: 50px;
  margin-bottom: 1.2rem;
}

.case-study-item .row {
  --bs-gutter-x: 6rem;
}