/* ========== @FONT-FACE: Visby CF ========== */
@font-face {
  font-family: 'Visby CF';
  src: url('fonts/VisbyCF-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Visby CF';
  src: url('fonts/VisbyCF-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Visby CF';
  src: url('fonts/VisbyCF-DemiBold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Visby CF';
  src: url('fonts/VisbyCF-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Visby CF';
  src: url('fonts/VisbyCF-ExtraBold.otf') format('opentype');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

/* ========== RESET & BASE ========== */
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: auto;
}

body {
  font-family: 'Visby CF', sans-serif;
  font-weight: 600;
  background: var(--black);
  color: var(--white);
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

/* ========== CUSTOM PROPERTIES ========== */
:root {
  --black: #000000;
  --white: #ffffff;
  --purple: #AD42F4;
  --pink: #F44285;
  --blue: #0099FF;
  --dark-card: #0a0a0a;
  --dark-subtle: #111111;
  --text-muted: #b5b5b5;
  --text-dim: #8d8d8d;
  --gradient-accent: linear-gradient(135deg, var(--blue), var(--purple));
  --gradient-pink: linear-gradient(135deg, var(--purple), var(--pink));
  --section-padding: clamp(80px, 12vw, 160px);
}

/* ========== LOADER ========== */
.loader {
  position: fixed;
  inset: 0;
  z-index: 9999;
  background: var(--black);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 30px;
  transition: opacity 0.8s ease, visibility 0.8s ease;
}

.loader.hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.loader-logo {
  opacity: 0;
  transform: translateY(20px);
  animation: loaderFadeUp 1s 0.3s ease forwards;
}

.loader-logo img {
  height: clamp(40px, 6vw, 70px);
  width: auto;
}

.loader-line {
  width: 120px;
  height: 2px;
  background: #222;
  border-radius: 2px;
  overflow: hidden;
}

.loader-line::after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: var(--gradient-accent);
  animation: loaderSlide 1.5s ease-in-out infinite;
}

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

@keyframes loaderSlide {
  0% {
    transform: translateX(-100%);
  }

  50% {
    transform: translateX(0%);
  }

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

/* ========== NAV ========== */
.nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9998;
  padding: 24px clamp(24px, 5vw, 60px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: transparent;
  transition: transform 0.4s ease, background 0.4s ease, filter 0.8s ease, opacity 0.8s ease;
  transform: translateY(-100%);
  opacity: 0;
  filter: blur(10px);
}

.nav.nav-entered {
  transform: translateY(0);
  opacity: 1;
  filter: blur(0px);
}

.nav.nav-scrolled {
  background: rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

.nav.nav-hidden {
  transform: translateY(-100%);
}

.nav-logo {
  display: flex;
  align-items: center;
  text-decoration: none;
}

.nav-logo img {
  height: clamp(36px, 4.5vw, 56px);
  width: auto;
  transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.nav-logo:hover img {
  transform: scale(1.08) translateY(-2px);
}

.nav-right {
  display: flex;
  align-items: center;
  gap: 28px;
}

.nav-phone {
  font-family: 'Visby CF', sans-serif;
  font-size: 17px;
  font-weight: 800;
  letter-spacing: 1px;
  color: var(--white);
  text-decoration: none;
  transition: color 0.4s ease, text-shadow 0.4s ease;
}

.nav-phone:hover {
  color: var(--blue);
  text-shadow: 0 0 20px rgba(0, 153, 255, 0.4);
}

.nav-cta {
  position: relative;
  font-family: 'Visby CF', sans-serif;
  padding: 13px 30px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 30px;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: none;
  color: var(--white);
  text-decoration: none;
  transition: border-color 0.5s ease;
  overflow: hidden;
  z-index: 1;
}

.nav-cta::before {
  content: '';
  position: absolute;
  inset: 0;
  background: var(--gradient-accent);
  border-radius: 30px;
  opacity: 0;
  transition: opacity 0.5s ease;
  z-index: -1;
}

.nav-cta:hover::before {
  opacity: 1;
}

.nav-cta:hover {
  border-color: transparent;
}

/* ========== HERO CINEMATIC (Office → Earth scroll) ========== */
.hero-cinematic {
  position: relative;
  height: 500vh;
  /* Scroll distance for the pinned animation */
  width: 100%;
}

.hero-cinematic__sticky {
  position: sticky;
  top: 0;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

/* Zoom container: wraps office + earth at fixed pixel dimensions, scales as one unit */
.hero-cinematic__zoom-container {
  position: absolute;
  z-index: 1;
  /* Fixed pixel dimensions matching the office image */
  width: 2302px;
  height: 971px;
  /* Center the container in the viewport */
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  /* Zoom origin = center of the earth image on the monitor screen */
  transform-origin: 1171px 445px;
  will-change: transform;
}

@media (min-height: 971px) {
  .hero-cinematic__zoom-container {
    /* Scale up the container for taller screens to fill viewport */
    width: 2608px;
    height: 1100px;
    transform-origin: 1304px 600px;
  }
}

@media (min-height: 1100px) {
  .hero-cinematic__zoom-container {
    /* Scale up the container for taller screens to fill viewport */
    width: 3082px;
    height: 1300px;
    transform-origin: 1541px 650px;
  }
}

.hero-cinematic__office {
  position: absolute;
  top: 0;
  left: 0;
  width: 2302px;
  height: 971px;
}

@media (min-height: 971px) {
  .hero-cinematic__office {
    /* Scale up the container for taller screens to fill viewport */
    width: 2608px;
    height: 1100px;
    transform-origin: 1304px 600px;
  }
}

@media (min-height: 1100px) {
  .hero-cinematic__office {
    /* Scale up the container for taller screens to fill viewport */
    width: 3082px;
    height: 1300px;
    transform-origin: 1541px 650px;
  }
}

.hero-cinematic__office img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-cinematic__earth {
  position: absolute;
  z-index: 2;
  /* Pixel-perfect positioning on the monitor screen */
  left: 814px;
  top: 244px;
  width: 714px;
  height: 402px;
  overflow: hidden;
}

@media (min-height: 971px) {
  .hero-cinematic__earth {
    /* Scale up the container for taller screens to fill viewport */
    left: 922px;
    top: 272px;
    width: 809px;
    height: 460px;
  }
}

@media (min-height: 1100px) {
  .hero-cinematic__earth {
    /* Scale up the container for taller screens to fill viewport */
    left: 1089px;
    top: 325px;
    width: 956px;
    height: 542px;
  }
}

.hero-cinematic__earth img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  /* mix-blend-mode: screen; */
}

.hero-cinematic__earth video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}

.hero-cinematic__earth video::-webkit-media-controls {
  display: none !important;
}

.hero-cinematic__earth video::-webkit-media-controls-enclosure {
  display: none !important;
}

.hero-cinematic__earth video::-webkit-media-controls-panel {
  display: none !important;
}

.hero-cinematic__earth::after {
  content: '';
  position: absolute;
  top: 140%;
  left: 50%;
  width: 100%;
  height: auto;
  aspect-ratio: 1;
  transform: translate(-50%, -50%);
  background: conic-gradient(from 0deg,
      var(--blue),
      var(--purple),
      var(--pink),
      var(--blue));
  border-radius: 50%;
  opacity: 0.50;
  mix-blend-mode: hard-light;
  filter: blur(60px);
  animation: earthGlow 12s linear infinite;
  pointer-events: none;
  z-index: 3;
}

@keyframes earthGlow {
  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

.hero-cinematic__content {
  position: absolute;
  inset: 0;
  z-index: 10;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0 clamp(20px, 5vw, 80px);
  opacity: 0;
  will-change: opacity, filter;
}

.hero-eyebrow {
  font-family: 'Visby CF', sans-serif;
  font-size: clamp(11px, 1.2vw, 14px);
  letter-spacing: 5px;
  text-transform: uppercase;
  color: var(--blue);
  margin-bottom: 30px;
  font-weight: 600;
  opacity: 0;
  transform: translateY(20px);
}

.hero-title {
  font-family: 'Visby CF', sans-serif;
  font-size: clamp(42px, 8vw, 110px);
  font-weight: 800;
  line-height: 1.0;
  letter-spacing: -2px;
  margin-bottom: 30px;
}

.hero-title .line {
  display: block;
  overflow: hidden;
}

.hero-title .line-inner {
  display: block;
  transform: translateY(105%);
}

.hero-title .highlight {
  background: var(--gradient-pink);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.hero-sub {
  font-family: 'Visby CF', sans-serif;
  font-size: clamp(16px, 1.8vw, 22px);
  color: var(--white);
  line-height: 1.6;
  max-width: 600px;
  margin: 0 auto 50px;
  font-weight: 600;
  opacity: 0;
  transform: translateY(20px);
}

.hero-scroll-hint {
  position: absolute;
  /* bottom: 40px; left: 50%; */
  /* transform: translateX(-50%); */
  /* top: 50%; left: 50%; */
  bottom: 0px;
  left: 50%;
  /* transform: translate(-25%, -85%); */
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  opacity: 0;
  z-index: 20;
}

.hero-scroll-hint span {
  font-family: 'Visby CF', sans-serif;
  font-size: 11px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--white);
  font-weight: 600;
}

.scroll-line {
  width: 1px;
  height: 75px;
  background: #333;
  position: relative;
  overflow: hidden;
}

.scroll-line::after {
  content: '';
  position: absolute;
  top: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--blue);
  animation: scrollPulse 2s ease-in-out infinite;
}

@keyframes scrollPulse {
  0% {
    top: -100%;
  }

  50% {
    top: 0%;
  }

  100% {
    top: 100%;
  }
}

/* ========== SPLIT TEXT SECTION ========== */
.split-reveal {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  padding: var(--section-padding) clamp(24px, 5vw, 80px);
  overflow: hidden;
}

.split-reveal-bg {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, var(--black) 0%, #050505 100%);
}

.split-reveal .container {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(40px, 6vw, 100px);
  align-items: center;
}

.split-left h2 {
  font-family: 'Visby CF', sans-serif;
  font-size: clamp(36px, 5vw, 72px);
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: -1px;
}

.split-left h2 .accent {
  background: var(--gradient-accent);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.split-right p {
  font-family: 'Visby CF', sans-serif;
  font-size: clamp(16px, 1.4vw, 20px);
  color: var(--text-muted);
  line-height: 1.8;
  font-weight: 600;
}

.stat-row {
  display: flex;
  gap: 50px;
  margin-top: 50px;
}

.stat-item .stat-number {
  font-family: 'Visby CF', sans-serif;
  font-size: clamp(32px, 4vw, 56px);
  font-weight: 800;
  background: var(--gradient-accent);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  line-height: 1;
}

.stat-item .stat-number.pink {
  background: var(--gradient-pink);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.stat-item .stat-label {
  font-family: 'Visby CF', sans-serif;
  font-size: 13px;
  color: var(--text-dim);
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-top: 8px;
  font-weight: 600;
}

/* ========== HORIZONTAL SCROLL SERVICES ========== */
.services-section {
  position: relative;
  padding: var(--section-padding) 0;
  background: var(--dark-subtle);
  overflow: hidden;
}

.services-header {
  text-align: center;
  padding: 0 clamp(24px, 5vw, 80px);
  margin-bottom: 80px;
}

.section-eyebrow {
  font-family: 'Visby CF', sans-serif;
  font-size: 12px;
  letter-spacing: 5px;
  text-transform: uppercase;
  color: var(--blue);
  margin-bottom: 20px;
  font-weight: 600;
}

.section-title {
  font-family: 'Visby CF', sans-serif;
  font-size: clamp(32px, 4.5vw, 64px);
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: -1px;
}

.tools-logos {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: clamp(30px, 4vw, 60px);
  flex-wrap: wrap;
  margin-top: 40px;
}

.tools-logos img {
  height: clamp(24px, 3vw, 36px);
  width: auto;
  object-fit: contain;
  filter: grayscale(100%) brightness(0.6);
  opacity: 1;
  transition: filter 0.5s ease, opacity 0.5s ease;
}

.tools-logos img:hover {
  filter: grayscale(0%) brightness(1.0);
  opacity: 0.5;
}

.services-track-wrapper {
  overflow: hidden;
}

.services-track {
  display: flex;
  gap: 30px;
  padding: 0 clamp(24px, 5vw, 80px);
  width: max-content;
}

.service-card {
  width: clamp(300px, 30vw, 420px);
  flex-shrink: 0;
  background: var(--dark-card);
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 20px;
  padding: clamp(30px, 3vw, 50px);
  transition: border-color 0.4s ease, transform 0.4s ease;
  position: relative;
  overflow: hidden;
}

.service-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: var(--gradient-accent);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.5s ease;
}

.service-card:hover::before {
  transform: scaleX(1);
}

.service-card:hover {
  border-color: rgba(0, 153, 255, 0.2);
  transform: translateY(-4px);
}

.service-icon {
  width: 56px;
  height: 56px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 28px;
  font-size: 24px;
}

.service-card h3 {
  font-family: 'Visby CF', sans-serif;
  font-size: clamp(20px, 1.8vw, 26px);
  font-weight: 800;
  margin-bottom: 16px;
}

.service-card p {
  font-family: 'Visby CF', sans-serif;
  font-size: 15px;
  line-height: 1.7;
  color: var(--text-muted);
  font-weight: 600;
}

/* Service CTA card */
.service-card--cta {
  background: var(--gradient-accent);
  border-color: transparent;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.service-card--cta:hover {
  border-color: transparent;
}

.service-card--cta h3 {
  font-size: clamp(24px, 2.2vw, 32px);
  margin-bottom: 16px;
}

.service-card--cta p {
  color: rgba(255, 255, 255, 0.85);
  margin-bottom: 28px;
}

.service-cta-btn {
  font-family: 'Visby CF', sans-serif;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 32px;
  background: var(--white);
  color: var(--black);
  border: none;
  border-radius: 30px;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-decoration: none;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  align-self: flex-start;
}

.service-cta-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.3);
}

.service-cta-btn:active {
  transform: translateY(0);
}

.service-cta-btn:focus-visible {
  outline: 2px solid var(--white);
  outline-offset: 3px;
}

/* ========== FULL-BLEED MARQUEE ========== */
.marquee-section {
  padding: 60px 0;
  overflow: hidden;
  background: var(--black);
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.marquee-track {
  display: flex;
  gap: 60px;
  white-space: nowrap;
  animation: marqueeScroll 30s linear infinite;
  cursor: grab;
  user-select: none;
}

.marquee-track.dragging {
  animation: none !important;
  cursor: grabbing;
}

.marquee-track span {
  font-family: 'Visby CF', sans-serif;
  font-size: clamp(48px, 7vw, 100px);
  font-weight: 800;
  letter-spacing: -2px;
  color: transparent;
  -webkit-text-stroke: 3px rgba(255, 255, 255, 0.12);
  flex-shrink: 0;
}

.marquee-track span.filled {
  background: var(--gradient-accent);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  -webkit-text-stroke: 0;
}

.marquee-track span.filled.pink {
  background: var(--gradient-pink);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

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

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

/* ========== CASE STUDIES ========== */
.cases-section {
  position: relative;
  background: var(--black);
  padding: clamp(40px, 6vw, 80px) 0 var(--section-padding);
}

.cases-header {
  text-align: center;
  padding: 0 clamp(24px, 5vw, 80px);
  margin-bottom: 20px;
}

.case-study {
  position: relative;
  display: flex;
  align-items: center;
  padding: 35px clamp(24px, 5vw, 80px);
  overflow: hidden;
}

.case-study .case-bg {
  position: absolute;
  inset: 0;
  opacity: 0.07;
  background-size: cover;
  background-position: center;
}

.case-study .case-content {
  position: relative;
  z-index: 2;
  max-width: 1400px;
  margin: 0 auto;
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(40px, 6vw, 100px);
  align-items: center;
}

.case-visual {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  aspect-ratio: 4/3;
  background: var(--dark-card);
  border: 1px solid rgba(255, 255, 255, 0.05);
  display: flex;
  align-items: center;
  justify-content: center;
}

.case-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.case-visual:hover img {
  transform: scale(1.05);
}

.case-visual-inner {
  font-family: 'Visby CF', sans-serif;
  font-size: clamp(24px, 3vw, 40px);
  font-weight: 800;
  background: var(--gradient-accent);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  letter-spacing: 2px;
}

.case-number {
  font-family: 'Visby CF', sans-serif;
  font-size: clamp(80px, 10vw, 140px);
  font-weight: 800;
  color: rgba(255, 255, 255, 0.03);
  position: absolute;
  top: -20px;
  left: -10px;
  line-height: 1;
  pointer-events: none;
}

.case-meta {
  font-family: 'Visby CF', sans-serif;
  font-size: 12px;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: var(--blue);
  margin-bottom: 20px;
  font-weight: 600;
}

.case-info h3 {
  font-family: 'Visby CF', sans-serif;
  font-size: clamp(28px, 3.5vw, 52px);
  font-weight: 800;
  line-height: 1.15;
  margin-bottom: 24px;
  letter-spacing: -1px;
}

.case-info p {
  font-family: 'Visby CF', sans-serif;
  font-size: clamp(15px, 1.3vw, 18px);
  color: var(--text-muted);
  line-height: 1.8;
  font-weight: 600;
}

.case-divider {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  height: 1px;
  background: rgba(255, 255, 255, 0.06);
}

/* ========== TESTIMONIALS ========== */
.testimonials-section {
  background: var(--dark-subtle);
  padding: var(--section-padding) clamp(24px, 5vw, 80px);
  text-align: center;
  overflow: hidden;
}

.testimonials-section .section-title {
  margin-bottom: 80px;
}

.testimonial-carousel {
  position: relative;
  max-width: 900px;
  margin: 0 auto;
  min-height: 320px;
}

.testimonial-slide {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transform: translateX(60px);
  transition: opacity 0.7s ease, transform 0.7s ease;
  pointer-events: none;
}

.testimonial-slide.active {
  opacity: 1;
  transform: translateX(0);
  pointer-events: auto;
}

.testimonial-slide.exit-left {
  opacity: 0;
  transform: translateX(-60px);
}

.testimonial-quote {
  font-family: 'Visby CF', sans-serif;
  font-size: clamp(18px, 2vw, 26px);
  font-weight: 600;
  line-height: 1.7;
  color: var(--white);
  font-style: italic;
  margin-bottom: 40px;
  position: relative;
}

.testimonial-quote::before {
  content: '\201C';
  font-size: 80px;
  font-family: 'Visby CF', sans-serif;
  color: var(--purple);
  position: absolute;
  top: -60px;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0.4;
  line-height: 1;
  font-weight: 800;
}

.testimonial-author {
  font-family: 'Visby CF', sans-serif;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--white);
}

.testimonial-role {
  font-family: 'Visby CF', sans-serif;
  font-size: 13px;
  color: var(--text-dim);
  margin-top: 4px;
  font-weight: 600;
}

.testimonial-dots {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-top: 50px;
}

.testimonial-dot {
  width: 25px;
  height: 1px;
  border-radius: 0%;
  background: rgba(255, 255, 255, 0.15);
  cursor: pointer;
  border: none;
  transition: all 0.3s ease;
}

.testimonial-dot.active {
  background: var(--purple);
  transform: scale(1.3);
}

/* ========== OUR TEAM ========== */
.team-section {
  background: var(--black);
  padding: var(--section-padding) clamp(24px, 5vw, 80px);
  position: relative;
}

.team-container {
  max-width: 1400px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 80px;
  align-items: center;
}

.team-content {
  max-width: 500px;
}

.team-content .section-title {
  font-size: clamp(36px, 5vw, 64px);
  font-weight: 800;
  line-height: 1.1;
  margin-bottom: 32px;
}

.team-content h2 .accent {
  background: var(--gradient-accent);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.team-description {
  font-family: 'Visby CF', sans-serif;
  font-size: clamp(16px, 1.4vw, 20px);
  font-weight: 600;
  line-height: 1.8;
  color: var(--text-muted);
}

.team-cta-btn {
  font-family: 'Visby CF', sans-serif;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 32px;
  background: var(--gradient-accent);
  border: none;
  border-radius: 30px;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--white);
  text-decoration: none;
  margin-top: 36px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.team-cta-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 40px rgba(0, 153, 255, 0.3);
}

.team-cta-btn:active {
  transform: translateY(0);
}

.team-cta-btn:focus-visible {
  outline: 2px solid var(--blue);
  outline-offset: 3px;
}

.team-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  justify-items: center;
}

.team-member {
  position: relative;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  overflow: hidden;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.team-member:hover {
  transform: scale(1.05);
}

.team-member img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Subtle gradient overlay for depth */
.team-member::after {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at center, transparent 60%, rgba(0, 0, 0, 0.1));
  pointer-events: none;
}

/* Mobile responsive */
@media (max-width: 1024px) {
  .team-container {
    grid-template-columns: 1fr;
    gap: 60px;
    text-align: center;
  }

  .team-content {
    max-width: 600px;
    margin: 0 auto;
  }

  .team-grid {
    max-width: 500px;
    margin: 0 auto;
  }
}

@media (max-width: 640px) {
  .team-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }

  .team-member {
    width: 120px;
    height: 120px;
  }

  .team-description {
    font-size: 16px;
  }
}

/* ========== AWARDS ========== */
.awards-section {
  background: var(--black);
  padding: 80px clamp(24px, 5vw, 80px);
  border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.awards-header {
  text-align: center;
  margin-bottom: 60px;
}

.awards-header h3 {
  font-family: 'Visby CF', sans-serif;
  font-size: 12px;
  letter-spacing: 5px;
  text-transform: uppercase;
  color: var(--blue);
  font-weight: 600;
}

.awards-image-wrap {
  max-width: 700px;
  margin: 0 auto;
  text-align: center;
}

.awards-image-wrap img {
  max-width: 100%;
  height: auto;
  filter: grayscale(0%) brightness(1);
  transition: filter 0.5s ease;
}

.awards-image-wrap:hover img {
  filter: grayscale(100%) brightness(0.8);
}

/* ========== CLIENT LOGOS ========== */
.clients-section {
  background: var(--dark-subtle);
  padding: 80px clamp(24px, 5vw, 80px);
  border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.clients-header {
  text-align: center;
  margin-bottom: 60px;
}

.clients-header h3 {
  font-family: 'Visby CF', sans-serif;
  font-size: 12px;
  letter-spacing: 5px;
  text-transform: uppercase;
  color: var(--blue);
  font-weight: 600;
}

.clients-grid {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: clamp(30px, 4vw, 60px);
  flex-wrap: wrap;
  max-width: 1100px;
  margin: 0 auto;
}

.client-logo {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.client-logo img {
  height: clamp(40px, 5vw, 65px);
  width: auto;
  object-fit: contain;
  filter: grayscale(100%) brightness(0.8);
  opacity: 1;
  transition: filter 0.5s ease, opacity 0.5s ease;
}

.client-logo:hover img {
  filter: grayscale(0%) brightness(1.0);
  opacity: 0.6;
}

/* ========== PROCESS ========== */
.process-section {
  background: var(--black);
  padding: var(--section-padding) clamp(24px, 5vw, 80px);
  border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.process-container {
  max-width: 1400px;
  margin: 0 auto;
}

.process-header {
  text-align: center;
  margin-bottom: 80px;
}

.process-progress {
  width: 100%;
  height: 2px;
  background: rgba(255, 255, 255, 0.06);
  margin-bottom: 48px;
  position: relative;
  overflow: hidden;
}

.process-progress-fill {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0%;
  background: var(--gradient-pink);
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(24px, 3vw, 48px);
}

.process-step {
  position: relative;
  text-align: left;
}

.process-step-number {
  font-family: 'Visby CF', sans-serif;
  font-size: clamp(40px, 4vw, 56px);
  font-weight: 800;
  color: var(--purple);
  line-height: 1;
  margin-bottom: 20px;
}

.process-step h3 {
  font-family: 'Visby CF', sans-serif;
  font-size: clamp(20px, 1.8vw, 26px);
  font-weight: 800;
  color: var(--white);
  margin-bottom: 14px;
}

.process-step p {
  font-family: 'Visby CF', sans-serif;
  font-size: clamp(14px, 1.1vw, 16px);
  color: var(--text-muted);
  line-height: 1.8;
  font-weight: 600;
}

@media (max-width: 900px) {
  .process-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
  }
}

@media (max-width: 600px) {
  .process-grid {
    grid-template-columns: 1fr;
    gap: 36px;
  }
}

/* ========== CONTACT FORM ========== */
.contact-section {
  position: relative;
  padding: var(--section-padding) clamp(24px, 5vw, 80px);
  background: var(--dark-subtle);
  overflow: hidden;
}

.contact-section::before {
  content: '';
  position: absolute;
  top: -200px;
  right: -200px;
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, rgba(0, 153, 255, 0.06) 0%, transparent 70%);
  pointer-events: none;
}

.contact-container {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(40px, 6vw, 100px);
  align-items: start;
  position: relative;
  z-index: 2;
}

.contact-info h2 {
  font-family: 'Visby CF', sans-serif;
  font-size: clamp(36px, 4.5vw, 64px);
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: -1px;
  margin-bottom: 24px;
}

.contact-info h2 .accent {
  background: var(--gradient-accent);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.contact-info>p {
  font-family: 'Visby CF', sans-serif;
  font-size: clamp(16px, 1.3vw, 20px);
  color: var(--text-muted);
  line-height: 1.7;
  font-weight: 600;
  margin-bottom: 50px;
}

.contact-detail {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 20px;
}

.contact-detail-icon {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: rgba(0, 153, 255, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  flex-shrink: 0;
}

.contact-detail a,
.contact-detail span {
  font-family: 'Visby CF', sans-serif;
  font-size: 15px;
  color: var(--text-muted);
  text-decoration: none;
  transition: color 0.3s ease;
  font-weight: 600;
}

.contact-detail a:hover,
.contact-detail a:hover span {
  color: var(--blue);
}

.contact-detail.email-detail a:hover,
.contact-detail.email-detail a:hover span {
  color: var(--pink);
}

.form-or a {
  transition: color 0.3s ease;
}

.form-or a:hover {
  color: var(--white) !important;
}

.contact-detail.address-detail a:hover,
.contact-detail.address-detail a:hover span {
  color: var(--purple);
}

.contact-form {
  background: var(--dark-card);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 24px;
  padding: clamp(30px, 4vw, 50px);
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-bottom: 16px;
}

.form-group {
  margin-bottom: 16px;
}

.form-group.full {
  grid-column: 1 / -1;
}

.form-group label {
  font-family: 'Visby CF', sans-serif;
  display: block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--text-dim);
  margin-bottom: 8px;
}

.form-group input,
.form-group textarea {
  width: 100%;
  padding: 14px 18px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  color: var(--white);
  font-family: 'Visby CF', sans-serif;
  font-size: 15px;
  font-weight: 600;
  transition: border-color 0.3s ease, background 0.3s ease;
  outline: none;
}

.form-group input:focus,
.form-group textarea:focus {
  border-color: var(--blue);
  background: rgba(0, 153, 255, 0.04);
}

.form-group textarea {
  min-height: 140px;
  resize: vertical;
}

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

.form-submit {
  width: 100%;
  padding: 16px;
  background: var(--gradient-accent);
  border: none;
  border-radius: 14px;
  font-family: 'Visby CF', sans-serif;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: none;
  color: var(--white);
  cursor: pointer;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  margin-top: 8px;
}

.form-submit:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 40px rgba(0, 153, 255, 0.3);
}

.form-privacy {
  font-family: 'Visby CF', sans-serif;
  text-align: center;
  margin-top: 12px;
  font-size: 12px;
  color: var(--text-dim);
  letter-spacing: 0.5px;
  font-weight: 600;
}

/* ── Form wrapper (holds form + thank-you, enables transition) ── */
.contact-form-wrapper {
  position: relative;
}

.contact-form-wrapper .contact-form {
  transition: opacity 0.5s ease, transform 0.5s ease;
}

.contact-form-wrapper.form-submitted .contact-form {
  opacity: 0;
  transform: scale(0.96);
  pointer-events: none;
  position: absolute;
  inset: 0;
  visibility: hidden;
}

/* ── Form error message ── */
.form-error {
  font-family: 'Visby CF', sans-serif;
  display: none;
  text-align: center;
  margin-top: 16px;
  padding: 14px 20px;
  border-radius: 12px;
  background: rgba(244, 66, 133, 0.08);
  border: 1px solid rgba(244, 66, 133, 0.25);
  color: var(--pink);
  font-size: 14px;
  font-weight: 700;
}

.form-error.visible {
  display: block;
}

/* ── Submit button loading state ── */
.form-submit {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.form-submit-spinner {
  display: none;
  width: 18px;
  height: 18px;
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-top-color: var(--white);
  border-radius: 50%;
  animation: spinBtn 0.6s linear infinite;
}

.form-submit.loading .form-submit-text {
  opacity: 0.6;
}

.form-submit.loading .form-submit-text::after {
  content: 'Sending...';
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
  background: inherit;
}

.form-submit.loading .form-submit-spinner {
  display: block;
}

.form-submit.loading {
  pointer-events: none;
  opacity: 0.85;
}

@keyframes spinBtn {
  to {
    transform: rotate(360deg);
  }
}

/* ── Thank You State ── */
.form-thank-you {
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: var(--dark-card);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 24px;
  padding: clamp(40px, 5vw, 70px) clamp(30px, 4vw, 50px);
  min-height: 420px;
  opacity: 0;
  transform: translateY(16px);
  animation: thankYouIn 0.7s 0.3s ease forwards;
}

.contact-form-wrapper.form-submitted .form-thank-you {
  display: flex;
}

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

/* Checkmark icon */
.thank-you-icon {
  margin-bottom: 28px;
}

.thank-you-circle {
  stroke-dasharray: 188.5;
  stroke-dashoffset: 188.5;
  animation: drawCircle 0.8s 0.5s ease forwards;
}

.thank-you-check {
  fill: none;
  stroke-dasharray: 44;
  stroke-dashoffset: 44;
  animation: drawCheck 0.4s 1.1s ease forwards;
}

@keyframes drawCircle {
  to {
    stroke-dashoffset: 0;
  }
}

@keyframes drawCheck {
  to {
    stroke-dashoffset: 0;
  }
}

/* Thank you text */
.thank-you-title {
  font-family: 'Visby CF', sans-serif;
  font-size: clamp(28px, 3.5vw, 42px);
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 16px;
  color: var(--white);
}

.thank-you-message {
  font-family: 'Visby CF', sans-serif;
  font-size: clamp(15px, 1.3vw, 18px);
  font-weight: 600;
  color: var(--text-muted);
  line-height: 1.7;
  max-width: 380px;
  margin: 0 auto;
}

.thank-you-divider {
  width: 60px;
  height: 3px;
  background: var(--gradient-accent);
  border-radius: 3px;
  margin: 28px auto;
}

.thank-you-cta {
  font-family: 'Visby CF', sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: var(--text-dim);
  line-height: 1.7;
}

.thank-you-phone {
  font-family: 'Visby CF', sans-serif;
  color: var(--blue);
  font-weight: 800;
  font-size: 18px;
  text-decoration: none;
  letter-spacing: 1px;
  transition: color 0.3s ease, text-shadow 0.3s ease;
  display: inline-block;
  margin-top: 4px;
}

.thank-you-phone:hover {
  color: var(--white);
  text-shadow: 0 0 20px rgba(0, 153, 255, 0.4);
}

.form-or {
  font-family: 'Visby CF', sans-serif;
  text-align: center;
  margin-top: 20px;
  font-size: 14px;
  color: var(--text-dim);
  font-weight: 600;
}

.form-or a {
  color: var(--blue);
  text-decoration: none;
  font-weight: 800;
}

/* ========== FAQ ========== */
.faq-section {
  background: var(--black);
  padding: var(--section-padding) clamp(24px, 5vw, 80px);
  border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.faq-container {
  max-width: 900px;
  margin: 0 auto;
}

.faq-header {
  text-align: center;
  margin-bottom: 60px;
}

.faq-list {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.faq-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.faq-item:first-child {
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.faq-question {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 28px 0;
  background: none;
  border: none;
  cursor: pointer;
  text-align: left;
  color: var(--white);
  font-family: 'Visby CF', sans-serif;
  font-size: clamp(17px, 1.6vw, 22px);
  font-weight: 700;
  letter-spacing: -0.3px;
  transition: color 0.3s ease;
}

.faq-question:hover {
  color: var(--pink);
}

.faq-question:focus-visible {
  outline: 2px solid var(--pink);
  outline-offset: 4px;
  border-radius: 4px;
}

.faq-icon {
  flex-shrink: 0;
  color: var(--text-dim);
  transition: color 0.3s ease, transform 0.3s ease;
}

.faq-icon .faq-icon-v {
  transition: transform 0.3s ease, opacity 0.3s ease;
  transform-origin: center;
}

.faq-item.active .faq-icon .faq-icon-v {
  opacity: 0;
  transform: rotate(90deg);
}

.faq-item.active .faq-icon {
  color: var(--pink);
  transform: rotate(90deg);
}

.faq-question:hover .faq-icon {
  color: var(--pink);
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.3s ease;
  opacity: 0;
}

.faq-item.active .faq-answer {
  opacity: 1;
}

.faq-answer p {
  font-family: 'Visby CF', sans-serif;
  font-size: clamp(15px, 1.2vw, 18px);
  color: var(--text-muted);
  line-height: 1.8;
  font-weight: 600;
  padding-bottom: 28px;
}

/* ========== CTA / FOOTER ========== */
.cta-section {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: clamp(80px, 10vw, 160px) clamp(24px, 5vw, 80px);
  text-align: center;
  overflow: hidden;
  background: var(--black);
}

.cta-glow {
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
}

.cta-glow-orb {
  position: absolute;
  width: 800px;
  height: 800px;
  border-radius: 50%;
  filter: blur(120px);
  opacity: 0.18;
  will-change: transform;
}

.cta-glow-orb--blue {
  background: var(--blue);
  bottom: -400px;
  left: calc(50% - 400px);
}

.cta-glow-orb--purple {
  background: var(--purple);
  opacity: 0.12;
  bottom: -350px;
  left: calc(30% - 400px);
}

.cta-glow-orb--pink {
  background: var(--pink);
  opacity: 0.10;
  width: 600px;
  height: 600px;
  bottom: -300px;
  left: calc(70% - 300px);
}

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

.cta-content h2 {
  font-family: 'Visby CF', sans-serif;
  font-size: clamp(40px, 6vw, 90px);
  font-weight: 800;
  line-height: 1.05;
  letter-spacing: -2px;
  margin-bottom: 30px;
}

.cta-content p {
  font-family: 'Visby CF', sans-serif;
  font-size: clamp(16px, 1.5vw, 22px);
  color: var(--text-muted);
  font-weight: 600;
  max-width: 500px;
  margin: 0 auto 50px;
  line-height: 1.6;
  margin-top: 20px;
}

.cta-btn {
  font-family: 'Visby CF', sans-serif;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 18px 40px;
  background: var(--gradient-accent);
  border-radius: 50px;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--white);
  text-decoration: none;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.cta-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 50px rgba(0, 153, 255, 0.35);
}

.cta-btn svg {
  width: 18px;
  height: 18px;
  transition: transform 0.3s ease;
}

.cta-btn:hover svg {
  transform: translateX(4px);
}

.cta-phone {
  font-family: 'Visby CF', sans-serif;
  margin-top: 24px;
  font-size: 16px;
  color: var(--text-muted);
  font-weight: 600;
}

.cta-phone a {
  color: var(--white);
  text-decoration: none;
  font-weight: 700;
  transition: color 0.3s ease;
}

.cta-phone a:hover {
  color: var(--blue);
}

/* ========== FOOTER ========== */
.footer {
  padding: 50px clamp(24px, 5vw, 80px);
  background: var(--black);
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}

.footer-left {
  display: flex;
  align-items: center;
}

.footer-left img {
  height: 32px;
  width: auto;
}

.footer-center {
  font-family: 'Visby CF', sans-serif;
  font-size: 13px;
  color: var(--text-dim);
  text-align: center;
  font-weight: 600;
}

.footer-center a {
  color: var(--text-dim);
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer-center a:hover {
  color: var(--blue);
}

.footer-right {
  font-family: 'Visby CF', sans-serif;
  font-size: 13px;
  color: var(--text-dim);
  text-align: right;
  font-weight: 600;
}

.footer-right a {
  color: var(--text-muted);
  text-decoration: none;
}

.footer-right a:hover {
  color: var(--blue);
}

/* ========== STICKY MOBILE FOOTER CTA ========== */
.sticky-mobile-footer {
  display: none;
}

@media (max-width: 600px) {
  .sticky-mobile-footer {
    display: flex;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9997;
    background: var(--gradient-accent);
    align-items: center;
    padding: 0 20px;
    justify-content: space-between;
  }

  .sticky-mobile-btn {
    display: block;
    padding: 16px 16px;
    padding-bottom: calc(16px + env(safe-area-inset-bottom));
    border: none;
    border-radius: 0;
    font-family: 'Visby CF', sans-serif;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: var(--white);
    text-decoration: none;
    text-align: center;
  }

  a.sticky-mobile-phone {
      line-height: 1;
      color: #fff;
  }

  .sticky-mobile-btn:active {
    opacity: 0.85;
  }

  .sticky-mobile-btn:focus-visible {
    outline: 2px solid var(--white);
    outline-offset: -3px;
  }

  /* Add bottom padding to footer so it's not obscured by sticky bar */
  .footer {
    padding-bottom: 90px;
  }
}

/* ========== REVEAL ANIMATIONS ========== */
.reveal {
  opacity: 0;
  transform: translateY(60px);
  transition: opacity 0.9s ease, transform 0.9s ease;
}

.reveal.revealed {
  opacity: 1;
  transform: translateY(0);
}

.reveal-left {
  opacity: 0;
  transform: translateX(-60px);
  transition: opacity 0.9s ease, transform 0.9s ease;
}

.reveal-left.revealed {
  opacity: 1;
  transform: translateX(0);
}

.reveal-right {
  opacity: 0;
  transform: translateX(60px);
  transition: opacity 0.9s ease, transform 0.9s ease;
}

.reveal-right.revealed {
  opacity: 1;
  transform: translateX(0);
}

.reveal-scale {
  opacity: 0;
  transform: scale(0.9);
  transition: opacity 0.9s ease, transform 0.9s ease;
}

.reveal-scale.revealed {
  opacity: 1;
  transform: scale(1);
}

.stagger-1 {
  transition-delay: 0.1s;
}

.stagger-2 {
  transition-delay: 0.2s;
}

.stagger-3 {
  transition-delay: 0.3s;
}

.stagger-4 {
  transition-delay: 0.4s;
}

.stagger-5 {
  transition-delay: 0.5s;
}

.stagger-6 {
  transition-delay: 0.6s;
}

.stagger-7 {
  transition-delay: 0.7s;
}

.stagger-8 {
  transition-delay: 0.8s;
}

.stagger-9 {
  transition-delay: 0.9s;
}

/* ========== RESPONSIVE ========== */
@media (max-width: 900px) {

  .split-reveal .container,
  .case-study .case-content,
  .contact-container {
    grid-template-columns: 1fr;
  }

  .case-study .case-content .case-visual {
    order: -1;
  }

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

  .stat-row {
    gap: 30px;
  }

  .hero-title {
    letter-spacing: -1px;
  }

  .case-visual {
    aspect-ratio: 16/9;
  }

  .nav-right {
    gap: 14px;
  }

  .nav-phone {
    font-size: 13px;
  }

  .nav-cta {
    padding: 9px 18px;
    font-size: 11px;
  }
}

/* ========== HERO CTA (visible at all breakpoints) ========== */
.hero-mobile-cta {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  margin-top: 36px;
  opacity: 0;
  transform: translateY(20px);
}

.hero-mobile-cta .mobile-cta-btn {
  font-family: 'Visby CF', sans-serif;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 16px 38px;
  background: var(--gradient-accent);
  border: none;
  border-radius: 30px;
  font-size: 16px;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--white);
  text-decoration: none;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.hero-mobile-cta .mobile-cta-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 40px rgba(0, 153, 255, 0.3);
}

.hero-mobile-cta .mobile-cta-btn:focus-visible {
  outline: 2px solid var(--blue);
  outline-offset: 3px;
}

.hero-mobile-cta .mobile-cta-btn:active {
  transform: translateY(0);
}

.hero-mobile-cta .mobile-cta-phone {
  font-family: 'Visby CF', sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: var(--text-muted);
  text-decoration: none;
  letter-spacing: 1px;
  transition: color 0.3s ease;
}

.hero-mobile-cta .mobile-cta-phone:hover {
  color: var(--white);
}

.hero-mobile-cta .mobile-cta-phone:focus-visible {
  outline: 2px solid var(--blue);
  outline-offset: 3px;
}

@media (max-width: 600px) {

  .hero-mobile-cta {
    display: none;
  }

  /* No scroll-driven zoom on mobile */
  .hero-cinematic {
    height: 100vh;
  }

  /* Earth fills viewport directly */
  .hero-cinematic__zoom-container {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transform: none;
    transform-origin: center center;
  }

  /* Hide office scene on mobile */
  .hero-cinematic__office {
    display: none;
  }

  /* Earth/space fills full area */
  .hero-cinematic__earth {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }

  /* Content wrapper visible on mobile */
  .hero-cinematic__content {
    opacity: 1;
  }

  /* Remove slide-in transforms on mobile so images don't hang off screen */
  .reveal-left,
  .reveal-right {
    transform: none;
  }

  /* Hide scroll hint on mobile */
  .hero-scroll-hint {
    display: none;
  }

  /* Stack service cards vertically on mobile */
  .services-section {
    overflow: visible;
  }

  .services-track-wrapper {
    overflow: visible;
  }

  .services-track {
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 100%;
    padding: 0 20px;
  }

  .service-card {
    width: 100%;
    min-width: unset;
  }

  .nav {
    padding: 14px clamp(20px, 5vw, 40px);
    justify-content: center;
  }

  .nav-right {
    display: none;
  }

  .nav-logo img {
    height: 28px;
  }

  .hero {
    padding-bottom: 40px;
  }

  .hero-content {
    margin-top: -10px;
  }

}