/* ==============================================
   ADVIQORA AGENCY — PREMIUM STYLESHEET (FIXED)
   ==============================================
   Dark Theme · Neon Lime Accent · Space Grotesk
   Matches reference image layout & colors
   ============================================== */

/* ---- CSS Custom Properties ---- */
:root {
  --bg-primary: #0a0a0a;
  --bg-secondary: #0f0f0f;
  --bg-tertiary: #161616;
  --bg-card: #111111;
  --accent: #c8ff00;
  --accent-hover: #d4ff2e;
  --accent-dark: #9acc00;
  --accent-glow: rgba(200, 255, 0, 0.15);
  --purple: #7b61ff;
  --blue: #4f9cf7;
  --text-primary: #ffffff;
  --text-secondary: #999999;
  --text-tertiary: #555555;
  --border: rgba(255, 255, 255, 0.08);
  --border-hover: rgba(255, 255, 255, 0.18);
  --glass-bg: rgba(255, 255, 255, 0.025);
  --glass-border: rgba(255, 255, 255, 0.06);
  --font-primary: 'Space Grotesk', -apple-system, BlinkMacSystemFont, sans-serif;
  --section-padding: 100px 0;
  --container-max: 1260px;
  --container-padding: 0 32px;
  --transition-fast: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  --transition-base: 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  --transition-slow: 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  --radius-sm: 8px;
  --radius-md: 12px;
  --radius-lg: 16px;
  --radius-xl: 24px;
  --radius-full: 9999px;
}

/* ---- Reset ---- */
*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
body { font-family: var(--font-primary); background: var(--bg-primary); color: var(--text-primary); line-height: 1.6; overflow-x: hidden; }

/* Lenis overrides — required so Lenis doesn't fight CSS scroll-behavior */
html.lenis, html.lenis body { height: auto; }
.lenis.lenis-smooth { scroll-behavior: auto !important; }
.lenis.lenis-smooth [data-lenis-prevent] { overscroll-behavior: contain; }
.lenis.lenis-stopped { overflow: hidden; }
img { max-width: 100%; height: auto; display: block; }
a { text-decoration: none; color: inherit; }
button { border: none; background: none; cursor: pointer; font-family: inherit; color: inherit; }
ul, ol { list-style: none; }
::selection { background: var(--accent); color: var(--bg-primary); }

/* ---- Layout ---- */
.container { max-width: var(--container-max); margin: 0 auto; padding: var(--container-padding); }
.section { padding: var(--section-padding); position: relative; }

/* ==============================================
   PRELOADER
   ============================================== */
.preloader {
  position: fixed; inset: 0; z-index: 10000;
  background: var(--bg-primary);
  display: flex; align-items: center; justify-content: center;
  transition: opacity 0.5s ease, visibility 0.5s ease;
}
.preloader.loaded { opacity: 0; visibility: hidden; pointer-events: none; }
.preloader__inner { text-align: center; }
.preloader__logo-img {
  width: 64px; height: 64px; object-fit: contain;
  margin: 0 auto 24px; display: block;
  filter: drop-shadow(0 0 20px rgba(200, 255, 0, 0.4));
  animation: transitionPulse 1.4s ease-in-out infinite;
}
.preloader__bar { width: 180px; height: 2px; background: var(--bg-tertiary); border-radius: var(--radius-full); overflow: hidden; margin: 0 auto 12px; }
.preloader__progress { height: 100%; width: 0%; background: var(--accent); border-radius: var(--radius-full); transition: width 0.3s ease; }
.preloader__text { font-size: 10px; letter-spacing: 3px; text-transform: uppercase; color: var(--text-tertiary); }


/* ==============================================
   NAVIGATION (matches reference: dark bar, outlined CTA)
   ============================================== */
.navbar {
  position: fixed; top: 0; left: 0; right: 0; z-index: 1000;
  padding: 18px 0;
  transition: background var(--transition-base), padding var(--transition-base), backdrop-filter var(--transition-base);
}
.navbar.scrolled {
  background: rgba(10, 10, 10, 0.9);
  backdrop-filter: blur(24px); -webkit-backdrop-filter: blur(24px);
  border-bottom: 1px solid var(--border); padding: 12px 0;
}
.navbar--subpage {
  position:sticky;
  background: rgba(10, 10, 10, 0.95) !important;
  backdrop-filter: blur(24px) !important;
  -webkit-backdrop-filter: blur(24px) !important;
  border-bottom: 1px solid var(--border) !important;
  /* Match the homepage navbar height so the logo + hamburger sit in the
     same position across every page. */
  padding: 18px 0 !important;
}
.navbar__inner { display: flex; align-items: center; justify-content: space-between; }
.navbar__logo { display: flex; align-items: center; gap: 10px; z-index: 1001; }
.navbar__logo-img {
  height: 64px;
  width: auto;
  display: block;
  object-fit: contain;
}
@media (max-width: 768px) {
  .navbar__logo-img {
    height: 42px;
  }
}
.navbar__logo-icon {
  width: 36px; height: 36px; background: var(--accent); color: var(--bg-primary);
  font-size: 16px; font-weight: 700; display: flex; align-items: center; justify-content: center;
  border-radius: var(--radius-sm); flex-shrink: 0;
}
.navbar__brand { font-size: 14px; font-weight: 700; letter-spacing: 2px; display: block; line-height: 1.2; }
.navbar__tagline { font-size: 7px; letter-spacing: 2px; color: var(--text-tertiary); display: block; text-transform: uppercase; }

.navbar__nav { display: flex; align-items: center; gap: 28px; }
.navbar__link {
  font-size: 11px; font-weight: 500; letter-spacing: 1.5px; color: var(--text-secondary);
  transition: color var(--transition-fast); position: relative; padding: 4px 0;
}
.navbar__link::after {
  content: ''; position: absolute; bottom: -2px; left: 0; width: 0; height: 2px;
  background: var(--accent); transition: width var(--transition-base); border-radius: 1px;
}
.navbar__link:hover, .navbar__link--active { color: var(--text-primary); }
.navbar__link--active::after, .navbar__link:hover::after { width: 100%; }

/* Navbar CTA: outlined style to match reference */
.navbar__cta { font-size: 11px !important; padding: 9px 22px !important; border-radius: var(--radius-full); }

/* Mobile Toggle */
.navbar__toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
  z-index: 1001;
  padding: 14px; /* Increased from 4px to meet 44px touch target guidelines */
  margin: -10px; /* Offset margin to preserve visually aligned layout */
  background: transparent;
  border: none;
  cursor: pointer;
}
.navbar__toggle span { width: 22px; height: 2px; background: var(--text-primary); border-radius: 2px; transition: var(--transition-base); transform-origin: center; }
.navbar__toggle.active span:nth-child(1) { transform: rotate(45deg) translate(5px, 5px); }
.navbar__toggle.active span:nth-child(2) { opacity: 0; }
.navbar__toggle.active span:nth-child(3) { transform: rotate(-45deg) translate(5px, -5px); }

/* ==============================================
   BUTTONS
   ============================================== */
.btn {
  display: inline-flex; align-items: center; gap: 8px;
  font-family: var(--font-primary); font-size: 12px; font-weight: 600; letter-spacing: 1px;
  text-transform: uppercase; padding: 13px 26px; border-radius: var(--radius-full);
  cursor: pointer; transition: all var(--transition-base); white-space: nowrap;
}
.btn--primary { background: var(--accent); color: var(--bg-primary); border: 2px solid var(--accent); }
.btn--primary:hover { background: var(--accent-hover); border-color: var(--accent-hover); transform: translateY(-2px); box-shadow: 0 8px 30px rgba(200,255,0,0.25); }
.btn--outline { background: transparent; color: var(--text-primary); border: 2px solid var(--border-hover); }
.btn--outline:hover { border-color: var(--accent); color: var(--accent); transform: translateY(-2px); }
.btn--ghost { background: transparent; color: var(--text-primary); border: none; padding: 13px 16px; }
.btn--ghost:hover { color: var(--accent); }
.btn--lg { padding: 16px 32px; font-size: 13px; }
.btn--sm { padding: 10px 18px; font-size: 11px; }
.btn--block { width: 100%; justify-content: center; }
.btn--service-cta { margin-top: 24px; }

/* ==============================================
   SECTION LABELS & TITLES
   ============================================== */
.section__label { display: inline-block; font-size: 11px; font-weight: 600; letter-spacing: 3px; text-transform: uppercase; color: var(--accent); margin-bottom: 14px; }
.section__title { font-size: clamp(30px, 4.5vw, 52px); font-weight: 700; line-height: 1.1; margin-bottom: 16px; letter-spacing: -1px; }
.section__desc { font-size: 15px; line-height: 1.7; color: var(--text-secondary); max-width: 480px; }

/* ==============================================
   HERO SECTION (matches reference layout)
   ============================================== */
.hero { min-height: 100vh; display: flex; align-items: center; position: relative; overflow: hidden; padding-top: 140px; padding-bottom: 80px; }

/* Background effects */
.hero__bg { position: absolute; inset: 0; z-index: 0; }
.hero__gradient-orb { position: absolute; border-radius: 50%; filter: blur(120px); opacity: 0.35; animation: float 20s ease-in-out infinite; }
.hero__gradient-orb--1 { width: 500px; height: 500px; background: radial-gradient(circle, var(--accent) 0%, transparent 70%); top: -150px; right: -50px; }
.hero__gradient-orb--2 { width: 350px; height: 350px; background: radial-gradient(circle, var(--purple) 0%, transparent 70%); bottom: -80px; left: -40px; animation-delay: -7s; }
.hero__gradient-orb--3 { width: 250px; height: 250px; background: radial-gradient(circle, var(--blue) 0%, transparent 70%); top: 40%; left: 40%; animation-delay: -14s; }
.hero__particles { position: absolute; inset: 0; width: 100%; height: 100%; }

/* Hero Layout (Split Grid with Autoplay Video Showcase) */
.hero__content {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  align-items: center;
  gap: 40px;
  position: relative;
  z-index: 1;
  width: 100%;
}
.hero__text {
  max-width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.hero__title {
  font-size: clamp(52px, 7.5vw, 100px);
  font-weight: 700;
  line-height: 0.98;
  letter-spacing: -4px;
  margin-bottom: 32px;
  text-align: left;
}
.hero__title-line { display: block; }

/* Brushstroke highlight (SVG-based, matches reference scribble) */
.hero__title-highlight {
  position: relative; display: inline-block;
  color: var(--bg-primary); z-index: 1;
  padding: 2px 14px;
}
.brushstroke-svg {
  position: absolute; top: 50%; left: -5%; width: 110%; height: 115%;
  transform: translateY(-50%); z-index: -1; pointer-events: none;
}

.hero__subtitle {
  font-size: 15px;
  line-height: 1.7;
  color: var(--text-secondary);
  max-width: 400px;
  margin-bottom: 32px;
  text-align: left;
}
.hero__actions {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
  margin-bottom: 40px;
  flex-wrap: wrap;
}

.play-icon {
  width: 44px; height: 44px; border: 2px solid var(--border-hover); border-radius: 50%;
  display: flex; align-items: center; justify-content: center; transition: all var(--transition-base); flex-shrink: 0;
}
.hero__play-btn:hover .play-icon { border-color: var(--accent); background: rgba(200,255,0,0.1); }
.hero__play-btn { display: flex; align-items: center; gap: 10px; }

.hero__trust {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 14px;
}
.hero__avatars { display: flex; }
.hero__avatar {
  width: 34px; height: 34px; border-radius: 50%; border: 2px solid var(--bg-primary);
  display: flex; align-items: center; justify-content: center; font-size: 11px; font-weight: 700; color: var(--bg-primary); margin-left: -8px;
}
.hero__avatar:first-child { margin-left: 0; }
.hero__trust-text { font-size: 11px; font-weight: 500; letter-spacing: 1px; color: var(--text-secondary); }

/* Premium 3D Rotating Video Stack Slider styling */
.hero__visual {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.hero__slider-container {
  position: relative;
  width: 100%;
  max-width: 600px;
  height: 460px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: -30px;
}
.hero__slide {
  position: absolute;
  width: 300px;
  aspect-ratio: 3 / 4;
  border-radius: var(--radius-md);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.5);
  transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1), opacity 0.6s ease;
  pointer-events: none;
}
.hero__slide-label {
  position: absolute;
  bottom: 12px;
  left: 16px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #fff;
  background: rgba(10, 10, 10, 0.6);
  padding: 4px 10px;
  border-radius: var(--radius-sm);
  backdrop-filter: blur(4px);
  z-index: 2;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.hero__slide.active .hero__slide-label {
  opacity: 1;
}
.hero__slider-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* 3D Stack states */
.hero__slide.active {
  transform: translate3d(0, 0, 0) scale(1.05);
  z-index: 3;
  opacity: 1;
  border-color: var(--accent);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.6), 0 0 30px rgba(200, 255, 0, 0.15);
  pointer-events: auto;
}
.hero__slide.prev {
  transform: translate3d(-90px, 0, 0) scale(0.85) rotate(-5deg);
  z-index: 1;
  opacity: 0.45;
}
.hero__slide.next {
  transform: translate3d(90px, 0, 0) scale(0.85) rotate(5deg);
  z-index: 1;
  opacity: 0.45;
}

/* Controls overlay */
.hero__slider-controls {
  position: absolute;
  bottom: -35px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 16px;
  z-index: 10;
}
.hero__slider-btn {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(15, 15, 15, 0.85);
  border: 1px solid rgba(255, 255, 255, 0.15);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all var(--transition-fast);
}
.hero__slider-btn:hover {
  background: var(--accent);
  color: var(--bg-primary);
  border-color: var(--accent);
  transform: scale(1.08);
}
.hero__mute-toggle {
  position: absolute;
  bottom: 12px;
  right: 12px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: rgba(10, 10, 10, 0.65);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border: 1px solid rgba(255, 255, 255, 0.15);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 5;
  opacity: 0;
  pointer-events: none;
  transition: all var(--transition-fast);
}
.hero__slide.active .hero__mute-toggle {
  opacity: 1;
  pointer-events: auto;
}
.hero__mute-toggle:hover {
  background: var(--accent);
  color: var(--bg-primary);
  border-color: var(--accent);
  transform: scale(1.08);
}
.hero__glow {
  position: absolute;
  width: 70%;
  height: 70%;
  background: radial-gradient(circle, rgba(200, 255, 0, 0.2) 0%, transparent 60%);
  filter: blur(60px);
  z-index: 0;
}

/* ==============================================
   LOGO MARQUEE
   ============================================== */
.marquee { padding: 40px 0; border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); overflow: hidden; background: var(--bg-secondary); }
.marquee__track { display: flex; width: max-content; animation: marquee 30s linear infinite; }
.marquee__content { display: flex; align-items: center; gap: 40px; padding-right: 40px; }
.marquee__logo { font-size: 18px; font-weight: 700; letter-spacing: 4px; color: var(--text-tertiary); white-space: nowrap; transition: color var(--transition-base); opacity: 0.6; }
.marquee__logo:hover { color: var(--text-primary); opacity: 1; }
.marquee__sep { color: var(--accent); font-size: 10px; opacity: 0.4; }

/* ==============================================
   ABOUT SECTION (Sequential scrolling block)
   ============================================== */
.about { background: var(--bg-primary); border-bottom: 1px solid var(--border); }
.about__container { display: grid; grid-template-columns: 1.2fr 0.8fr; gap: 60px; align-items: start; }
.about__title { font-size: clamp(24px, 3.2vw, 40px); font-weight: 700; line-height: 1.2; letter-spacing: -1.5px; }
.about__title-highlight { color: var(--accent); }
.about__text { font-size: 15px; line-height: 1.7; color: var(--text-secondary); margin-bottom: 20px; }
.about__meta { display: flex; gap: 40px; margin-top: 30px; border-top: 1px solid var(--border); padding-top: 24px; }
.about__meta-num { font-size: 32px; font-weight: 700; color: var(--accent); display: block; }
.about__meta-label { font-size: 11px; text-transform: uppercase; letter-spacing: 1px; color: var(--text-tertiary); }

/* ==============================================
   SERVICES (matches reference: left intro + right 2×2 grid)
   ============================================== */
.services { background: var(--bg-primary); border-bottom: 1px solid var(--border); }
.services__layout { display: grid; grid-template-columns: 1fr 1.6fr; gap: 60px; align-items: start; }
.services__intro { position: sticky; top: 120px; }

/* Creative Services Visual Image */
.services__image-container {
  position: relative; width: 100%; aspect-ratio: 16 / 10;
  border-radius: var(--radius-lg); border: 1px solid var(--border);
  overflow: hidden; margin: 24px 0; background: var(--bg-secondary);
}
.services__img-creative { width: 100%; height: 100%; object-fit: cover; transition: transform var(--transition-slow); }
.services__image-container:hover .services__img-creative { transform: scale(1.04); }
.services__img-glow { position: absolute; inset: 0; background: radial-gradient(circle at 50% 50%, rgba(200, 255, 0, 0.08) 0%, transparent 60%); pointer-events: none; }

.services__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; background: var(--border); border: 1px solid var(--border); border-radius: var(--radius-lg); overflow: hidden; }
.service-card {
  background: var(--bg-primary); padding: 32px 28px; transition: all var(--transition-fast); position: relative;
}
.service-card:hover { background: var(--bg-tertiary); }
.service-card__icon { margin-bottom: 20px; color: var(--accent); }
.service-card__title { font-size: 12px; font-weight: 700; letter-spacing: 1px; margin-bottom: 10px; text-transform: uppercase; }
.service-card__desc { font-size: 13px; line-height: 1.6; color: var(--text-secondary); margin-bottom: 20px; }
.service-card__arrow { font-size: 18px; color: var(--text-tertiary); transition: color var(--transition-fast), transform var(--transition-fast); display: inline-block; }
.service-card:hover .service-card__arrow { color: var(--accent); transform: translateX(4px); }

/* ==============================================
   PORTFOLIO / WORK (matches reference: 4-col grid)
   ============================================== */
.work { background: var(--bg-secondary); }
.work__header { display: flex; justify-content: space-between; align-items: flex-end; margin-bottom: 40px; flex-wrap: wrap; gap: 20px; }

/* Work Title Highlights */
.work__title { font-size: clamp(34px, 5vw, 56px) !important; font-weight: 700; line-height: 1.05; letter-spacing: -2px; }
.work__title-highlight { position: relative; display: inline-block; color: var(--bg-secondary); z-index: 1; padding: 1px 8px; }
.work-brushstroke-svg { position: absolute; top: 50%; left: -5%; width: 110%; height: 115%; transform: translateY(-50%); z-index: -1; pointer-events: none; }

.work__filters { display: flex; gap: 6px; flex-wrap: wrap; }
.work__filter {
  font-size: 11px; font-weight: 500; letter-spacing: 1px; padding: 9px 18px;
  border-radius: var(--radius-full); border: 1px solid var(--border); color: var(--text-secondary);
  transition: all var(--transition-fast);
}
.work__filter:hover { border-color: var(--accent); color: var(--accent); }
.work__filter--active { background: var(--accent); border-color: var(--accent); color: var(--bg-primary); }

.work__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.work__item { border-radius: var(--radius-lg); overflow: hidden; transition: transform var(--transition-base), opacity var(--transition-base); }
.work__item.hidden { display: none; }
.work__item--wide { grid-column: span 2; }
.work__item-img { position: relative; aspect-ratio: 3 / 4; overflow: hidden; }
.work__item--wide .work__item-img { aspect-ratio: 16 / 9; }
.work__item-img img,
.work__item-img video { width: 100%; height: 100%; object-fit: cover; transition: transform var(--transition-slow); display: block; }
.work__item:hover .work__item-img img,
.work__item:hover .work__item-img video { transform: scale(1.06); }

/* Video Showcase Mute Button */
.work__mute-btn {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: rgba(15, 15, 15, 0.7);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border: 1px solid rgba(255, 255, 255, 0.15);
  color: var(--text-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 12;
  opacity: 0;
  transform: scale(0.9);
  transition: opacity var(--transition-base), transform var(--transition-base), background-color var(--transition-fast), border-color var(--transition-fast), color var(--transition-fast);
}

.work__item:hover .work__mute-btn {
  opacity: 1;
  transform: scale(1);
}

.work__mute-btn:hover {
  background: var(--accent);
  color: var(--bg-primary);
  border-color: var(--accent);
}

.work__mute-btn.unmuted {
  border-color: var(--accent);
  color: var(--accent);
}
.work__mute-btn.unmuted:hover {
  background: var(--accent);
  color: var(--bg-primary);
}

.work__item-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.2) 50%, transparent 100%);
  display: flex; flex-direction: column; justify-content: flex-end; padding: 20px;
  opacity: 0; transition: opacity var(--transition-base);
}
.work__item:hover .work__item-overlay { opacity: 1; }
.work__item-cat { font-size: 9px; letter-spacing: 2px; color: var(--accent); font-weight: 600; margin-bottom: 6px; }
.work__item-title { font-size: 18px; font-weight: 700; margin-bottom: 4px; }
.work__item-desc { font-size: 12px; color: var(--text-secondary); margin-bottom: 14px; }

/* ==============================================
   STATS + CTA COMBINED (matches reference exactly)
   ============================================== */
.stats-cta { background: var(--bg-primary); padding: 80px 0; }
.stats-cta__wrapper {
  display: grid; grid-template-columns: 1fr 1fr; gap: 0;
  border: 1px solid var(--border); border-radius: var(--radius-xl); overflow: hidden;
}
.stats-cta__stats { display: grid; grid-template-columns: 1fr 1fr; gap: 0; }
.stats-cta__stats .stat-card {
  text-align: center; padding: 40px 20px;
  border-right: 1px solid var(--border); border-bottom: 1px solid var(--border);
  background: var(--bg-primary);
}
.stats-cta__stats .stat-card:nth-child(2) { border-right: none; }
.stats-cta__stats .stat-card:nth-child(4) { border-right: none; }
.stats-cta__stats .stat-card:nth-child(3),
.stats-cta__stats .stat-card:nth-child(4) { border-bottom: none; }

.stat-card__icon { color: var(--accent); margin-bottom: 12px; display: flex; justify-content: center; }
.stat-card__number { font-size: clamp(32px, 3.5vw, 44px); font-weight: 700; margin-bottom: 4px; letter-spacing: -1px; }
.stat-card__label { font-size: 12px; color: var(--text-secondary); line-height: 1.4; }

.stats-cta__card {
  background: linear-gradient(135deg, var(--accent) 0%, #a8e600 50%, var(--accent-dark) 100%);
  padding: 60px 48px; display: flex; flex-direction: column; justify-content: center;
  color: var(--bg-primary); position: relative; overflow: hidden;
}
.stats-cta__card .section__label { color: var(--bg-primary); opacity: 0.7; }
.stats-cta__title { font-size: clamp(26px, 3vw, 38px); font-weight: 700; line-height: 1.15; margin-bottom: 28px; letter-spacing: -1px; color: var(--bg-primary); }
.stats-cta__card .btn--primary {
  background: var(--bg-primary); color: var(--accent); border-color: var(--bg-primary);
  align-self: flex-start;
}
.stats-cta__card .btn--primary:hover { background: #1a1a1a; box-shadow: 0 8px 30px rgba(0,0,0,0.3); }

/* ==============================================
   PROCESS SECTION
   ============================================== */
.process { background: var(--bg-secondary); }
.process__header { text-align: center; margin-bottom: 56px; }
.process__header .section__desc { margin: 0 auto; }
.process__steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.process__step {
  background: var(--glass-bg); border: 1px solid var(--glass-border); border-radius: var(--radius-lg);
  padding: 36px 28px; transition: all var(--transition-fast);
}
.process__step:hover { border-color: var(--accent); transform: translateY(-6px); box-shadow: 0 16px 40px rgba(200,255,0,0.06); }
.process__step-num { font-size: 44px; font-weight: 700; color: rgba(200,255,0,0.12); margin-bottom: 16px; line-height: 1; transition: color var(--transition-fast); }
.process__step:hover .process__step-num { color: rgba(200,255,0,0.3); }
.process__step-title { font-size: 18px; font-weight: 700; margin-bottom: 10px; }
.process__step-desc { font-size: 13px; line-height: 1.7; color: var(--text-secondary); }

/* ==============================================
   TESTIMONIALS
   ============================================== */
.testimonials { background: var(--bg-primary); }
.testimonials__header { text-align: center; margin-bottom: 40px; }
.testimonials-swiper { padding-bottom: 56px; }
.testimonial-card {
  background: var(--glass-bg); border: 1px solid var(--glass-border); border-radius: var(--radius-lg);
  padding: 36px; backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px);
  transition: border-color var(--transition-base);
}
.testimonial-card:hover { border-color: var(--border-hover); }
.testimonial-card__stars { color: var(--accent); font-size: 14px; letter-spacing: 3px; margin-bottom: 16px; }
.testimonial-card__quote { font-size: 14px; line-height: 1.8; color: var(--text-secondary); margin-bottom: 24px; font-style: normal; }
.testimonial-card__author { display: flex; align-items: center; gap: 12px; }
.testimonial-card__avatar {
  width: 40px; height: 40px; border-radius: 50%; display: flex; align-items: center; justify-content: center;
  font-size: 14px; font-weight: 700; color: var(--bg-primary); flex-shrink: 0;
  object-fit: cover;
}
.testimonial-card__name { font-size: 14px; font-weight: 600; }
.testimonial-card__role { font-size: 12px; color: var(--text-tertiary); }

/* Swiper pagination */
.testimonials-swiper .swiper-pagination-bullet { width: 8px; height: 8px; background: var(--text-tertiary); opacity: 0.4; transition: all var(--transition-fast); }
.testimonials-swiper .swiper-pagination-bullet-active { background: var(--accent); opacity: 1; width: 24px; border-radius: var(--radius-full); }

/* ==============================================
   PRICING
   ============================================== */
.pricing { background: var(--bg-secondary); }
.pricing__header { text-align: center; margin-bottom: 56px; }
.pricing__header .section__desc { margin: 0 auto; }
.pricing__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; align-items: start; }

.pricing-card {
  background: var(--bg-primary); border: 1px solid var(--border); border-radius: var(--radius-xl);
  padding: 36px; position: relative; transition: all var(--transition-base);
}
.pricing-card:hover { border-color: var(--border-hover); transform: translateY(-4px); }
.pricing-card--featured { border-color: var(--accent); background: rgba(200,255,0,0.02); transform: scale(1.03); }
.pricing-card--featured:hover { border-color: var(--accent); transform: scale(1.03) translateY(-4px); }
.pricing-card__badge {
  position: absolute; top: -11px; left: 50%; transform: translateX(-50%);
  background: var(--accent); color: var(--bg-primary);
  font-size: 9px; font-weight: 700; letter-spacing: 2px; padding: 5px 14px; border-radius: var(--radius-full);
}
.pricing-card__header { margin-bottom: 28px; padding-bottom: 28px; border-bottom: 1px solid var(--border); }
.pricing-card__tier { font-size: 11px; font-weight: 600; letter-spacing: 3px; color: var(--accent); display: block; margin-bottom: 10px; }
.pricing-card__price { font-size: 42px; font-weight: 700; letter-spacing: -2px; margin-bottom: 8px; }
.pricing-card__price span { font-size: 14px; font-weight: 400; color: var(--text-tertiary); letter-spacing: 0; }
.pricing-card__desc { font-size: 13px; color: var(--text-secondary); line-height: 1.6; }
.pricing-card__features { margin-bottom: 28px; }
.pricing-card__features li {
  padding: 9px 0; font-size: 13px; color: var(--text-secondary);
  border-bottom: 1px solid var(--border); display: flex; align-items: center; gap: 8px;
}
.pricing-card__features li::before { content: '✓'; color: var(--accent); font-weight: 700; font-size: 13px; }
.pricing-card__features li:last-child { border-bottom: none; }

/* ==============================================
   FAQ
   ============================================== */
.faq { background: var(--bg-primary); }
.faq__header { text-align: center; margin-bottom: 40px; }
.faq__list { max-width: 760px; margin: 0 auto; }
.faq__item { border-bottom: 1px solid var(--border); }
.faq__question {
  width: 100%; padding: 22px 0;
  display: flex; align-items: center; justify-content: space-between;
  font-size: 15px; font-weight: 500; text-align: left; color: var(--text-primary);
  transition: color var(--transition-fast); gap: 16px;
}
.faq__question:hover { color: var(--accent); }
.faq__icon { flex-shrink: 0; transition: transform var(--transition-base); color: var(--accent); }
.faq__item.active .faq__icon { transform: rotate(45deg); }
.faq__answer { max-height: 0; overflow: hidden; transition: max-height var(--transition-base); }
.faq__item.active .faq__answer { max-height: 300px; }
.faq__answer p { padding-bottom: 20px; font-size: 14px; line-height: 1.7; color: var(--text-secondary); }

/* ==============================================
   CONTACT SECTION
   ============================================== */
.contact { background: var(--bg-secondary); }
.contact__wrapper {
  display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: start;
}
.contact__details { margin-top: 32px; }
.contact__detail { margin-bottom: 16px; }
.contact__detail-label { font-size: 10px; font-weight: 600; letter-spacing: 2px; color: var(--text-tertiary); display: block; margin-bottom: 4px; }
.contact__detail-value { font-size: 15px; color: var(--accent); transition: opacity var(--transition-fast); }
.contact__detail-value:hover { opacity: 0.8; }
.contact__form { display: flex; flex-direction: column; gap: 14px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }

.form-input {
  width: 100%; padding: 14px 18px;
  background: rgba(255,255,255,0.04); border: 1px solid var(--border);
  border-radius: var(--radius-md); color: var(--text-primary);
  font-family: var(--font-primary); font-size: 13px;
  transition: border-color var(--transition-fast), background var(--transition-fast); outline: none;
}
.form-input:focus { border-color: var(--accent); background: rgba(255,255,255,0.07); }
.form-input::placeholder { color: var(--text-tertiary); }
.form-input--textarea { resize: vertical; min-height: 100px; }
select.form-input {
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L5 5L9 1' stroke='%23555' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat; background-position: right 16px center;
}
select.form-input option { background: var(--bg-secondary); color: var(--text-primary); }

/* ==============================================
   FOOTER (simple row — matches reference)
   ============================================== */
.footer { background: var(--bg-primary); border-top: 1px solid var(--border); padding: 56px 0 28px; }
.footer__inner { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 20px; }
.footer__logo { flex-shrink: 0; }
.footer__nav { display: flex; align-items: center; gap: 24px; flex-wrap: wrap; }
.footer__link { font-size: 12px; font-weight: 500; letter-spacing: 1px; color: var(--text-secondary); transition: color var(--transition-fast); }
.footer__link:hover { color: var(--accent); }
.footer__socials { display: flex; gap: 12px; }
.footer__social {
  width: 36px; height: 36px; border: 1px solid var(--border); border-radius: 50%;
  display: flex; align-items: center; justify-content: center; color: var(--text-secondary);
  transition: all var(--transition-fast);
}
.footer__social:hover { border-color: var(--accent); color: var(--accent); transform: translateY(-2px); }

.footer__bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 48px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  font-size: 11.5px;
  color: var(--text-tertiary);
  font-family: var(--font-primary);
  letter-spacing: 0.5px;
}
.footer__policy-link {
  color: var(--text-secondary);
  transition: color var(--transition-fast);
}
.footer__policy-link:hover {
  color: var(--accent);
}
.footer__policy-sep {
  margin: 0 10px;
  color: rgba(255, 255, 255, 0.1);
}

/* ==============================================
   VIDEO MODAL
   ============================================== */
.video-modal {
  position: fixed; inset: 0; z-index: 10001;
  display: flex; align-items: center; justify-content: center;
  opacity: 0; visibility: hidden; transition: all var(--transition-base);
}
.video-modal.active { opacity: 1; visibility: visible; }
.video-modal__overlay { position: absolute; inset: 0; background: rgba(0,0,0,0.9); backdrop-filter: blur(10px); }
.video-modal__content {
  position: relative; width: 90%; max-width: 960px; aspect-ratio: 16 / 9;
  background: #000; border: 1px solid var(--accent); border-radius: var(--radius-xl);
  display: flex; align-items: center; justify-content: center;
  transform: scale(0.95); transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  box-shadow: 0 30px 100px rgba(0,0,0,0.8), 0 0 50px rgba(200, 255, 0, 0.15);
  overflow: hidden;
}
.video-modal.active .video-modal__content { transform: scale(1); }
.video-modal__close {
  position: absolute; top: 20px; right: 20px;
  width: 40px; height: 40px; border-radius: 50%;
  background: rgba(10, 10, 10, 0.5); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: var(--text-secondary); display: flex; align-items: center; justify-content: center;
  cursor: pointer; z-index: 15;
  transition: all var(--transition-base);
  opacity: 0.8;
}
.video-modal__close:hover {
  background: var(--accent); color: var(--bg-primary); border-color: var(--accent);
  transform: scale(1.05) rotate(90deg);
  opacity: 1;
}
.video-modal__wrapper {
  width: 100%; height: 100%; overflow: hidden; border-radius: inherit;
  display: flex; align-items: center; justify-content: center;
  background: #000;
}
#showreelVideo {
  width: 100%; height: 100%; object-fit: contain; display: block;
}

/* Custom Video Controls overlay */
.custom-controls {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
  z-index: 10;
  background: linear-gradient(to top, rgba(0,0,0,0.7) 0%, transparent 40%);
}

.video-modal__content:hover .custom-controls {
  opacity: 1;
  pointer-events: all;
}

.custom-controls__bar {
  padding: 16px 24px;
  background: rgba(15, 15, 15, 0.75);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.custom-controls__progress-container {
  width: 100%;
  height: 4px;
  cursor: pointer;
  display: flex;
  align-items: center;
  position: relative;
  padding: 4px 0;
}

.custom-controls__progress-bar {
  width: 100%;
  height: 4px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: var(--radius-full);
  position: relative;
  overflow: visible;
  transition: height 0.2s ease;
}
.custom-controls__progress-container:hover .custom-controls__progress-bar {
  height: 6px;
}

.custom-controls__progress-fill {
  height: 100%;
  background: var(--accent);
  border-radius: inherit;
  width: 0%;
  position: absolute;
  top: 0; left: 0;
}

.custom-controls__progress-handle {
  width: 12px;
  height: 12px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%) scale(0);
  left: 0%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  transition: transform 0.2s ease;
  pointer-events: none;
}
.custom-controls__progress-container:hover .custom-controls__progress-handle {
  transform: translate(-50%, -50%) scale(1);
}

.custom-controls__buttons {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.custom-controls__left,
.custom-controls__right {
  display: flex;
  align-items: center;
  gap: 16px;
}

.custom-controls__btn {
  background: none;
  border: none;
  color: var(--text-primary);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  transition: all var(--transition-fast);
}
.custom-controls__btn:hover {
  background: rgba(255, 255, 255, 0.1);
  color: var(--accent);
}

.custom-controls__time {
  font-size: 13px;
  font-family: var(--font-primary);
  color: var(--text-secondary);
  font-weight: 500;
  letter-spacing: 0.5px;
}

/* ==============================================
   ANIMATIONS
   ============================================== */
@keyframes float {
  0%, 100% { transform: translate(0, 0) rotate(0deg); }
  25% { transform: translate(30px, -40px) rotate(3deg); }
  50% { transform: translate(-20px, 20px) rotate(-2deg); }
  75% { transform: translate(15px, 30px) rotate(2deg); }
}
@keyframes marquee {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}
@keyframes pulse {
  0%, 100% { transform: scale(1); opacity: 1; }
  50% { transform: scale(1.05); opacity: 0.8; }
}

/* ==============================================
   RESPONSIVE: TABLET
   ============================================== */
@media (max-width: 1024px) {
  :root { --section-padding: 72px 0; }

  .navbar__nav {
    /* Full-screen off-canvas overlay. Solid opaque background (not rgba)
       so the panel always fully covers the page — a semi-transparent bg
       combined with backdrop-filter can fail to composite on some mobile
       engines, leaving the menu see-through and the links unreadable. */
    position: fixed;
    top: 0; left: 0; right: 0; bottom: 0;
    width: 100%;
    height: 100vh;
    height: 100dvh; /* accounts for mobile browser chrome */
    background: var(--bg-primary);
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 8px;
    transform: translateX(100%);
    transition: transform var(--transition-base);
    z-index: 1000;
    overflow-y: auto;
    padding: 96px 24px 48px;
  }
  .navbar__nav.active { transform: translateX(0); }
  .navbar__nav .navbar__link {
    font-size: 22px;
    letter-spacing: 3px;
    color: var(--text-primary); /* readable on the dark panel */
    padding: 12px 16px;         /* comfortable touch target */
  }
  .navbar__nav .navbar__link--active { color: var(--accent); }
  .navbar__cta { display: none; }
  .navbar__toggle { display: flex; }

  .hero__title { font-size: clamp(38px, 6vw, 56px); }
  .hero__subtitle { margin-bottom: 24px; }

  .about__container { grid-template-columns: 1fr; gap: 40px; }

  .services__layout { grid-template-columns: 1fr; }
  .services__intro { position: static; text-align: center; }
  .services__intro .section__desc { margin: 0 auto; }
  .services__intro .btn--service-cta { margin: 24px auto 0; }

  .work__grid { grid-template-columns: repeat(2, 1fr); }
  .work__item--wide { grid-column: span 2; }
  .work__item--wide .work__item-img { aspect-ratio: 16 / 9; }

  .stats-cta__wrapper { grid-template-columns: 1fr; }
  .stats-cta__stats { grid-template-columns: repeat(2, 1fr); }
  .stats-cta__stats .stat-card { border-bottom: 1px solid var(--border); border-right: 1px solid var(--border); }
  .stats-cta__stats .stat-card:nth-child(2n) { border-right: none; }
  .stats-cta__stats .stat-card:nth-child(3),
  .stats-cta__stats .stat-card:nth-child(4) { border-bottom: none; }
  .stats-cta__card { padding: 48px 36px; text-align: center; align-items: center; }

  .process__steps { grid-template-columns: repeat(2, 1fr); }

  .pricing__grid { grid-template-columns: 1fr; max-width: 440px; margin: 0 auto; }
  .pricing-card--featured { transform: none; }
  .pricing-card--featured:hover { transform: translateY(-4px); }

  .contact__wrapper { grid-template-columns: 1fr; }

  .footer__inner { flex-direction: column; text-align: center; gap: 16px; }
  .footer__nav { justify-content: center; }

  /* Responsive Hero Slider (tablet dimensions) */
  .hero__slider-container {
    height: 320px;
    margin-top: 0;
  }
  .hero__slide {
    width: 200px;
  }
  .hero__slide.prev {
    transform: translate3d(-50px, 0, 0) scale(0.85) rotate(-5deg);
  }
  .hero__slide.next {
    transform: translate3d(50px, 0, 0) scale(0.85) rotate(5deg);
  }
}

/* ==============================================
   RESPONSIVE: MOBILE (320px - 767px)
   ============================================== */
@media (max-width: 767px) {
  :root { --section-padding: 56px 0; --container-padding: 0 18px; }

  .hero {
    min-height: auto;
    padding-top: 90px;
    padding-bottom: 24px; /* Reduced to fit in the fold */
  }
  .hero__content {
    grid-template-columns: 1fr;
    text-align: center;
    justify-items: center;
    gap: 32px;
  }
  .hero__text {
    align-items: center;
    text-align: center;
    max-width: 540px;
  }
  .hero__title {
    font-size: clamp(30px, 8vw, 46px);
    letter-spacing: -2px;
    text-align: center;
    margin-bottom: 16px;
    line-height: 1.05;
  }
  .hero__title-highlight {
    padding: 1px 10px;
  }
  .hero__subtitle {
    font-size: 14px;
    text-align: center;
    margin: 0 auto 20px;
    max-width: 420px;
  }
  .hero__actions {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
    gap: 12px;
    width: 100%;
  }
  .hero__actions .btn {
    width: 100%;
    max-width: 280px;
    justify-content: center;
    padding: 14px 24px;
  }
  .hero__trust {
    justify-content: center;
    margin-bottom: 24px;
  }
  .hero__visual {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0;
  }

  .about__container { gap: 32px; }
  .about__meta { gap: 24px; }

  .services__grid { grid-template-columns: 1fr; }
  .work__grid { grid-template-columns: 1fr 1fr; }
  .work__item--wide { grid-column: span 2; }
  .work__title { letter-spacing: -1.5px; }
  .work__title-highlight { padding: 1px 6px; }
  .work__filters { overflow-x: auto; flex-wrap: nowrap; -webkit-overflow-scrolling: touch; padding-bottom: 6px; }

  .stats-cta__stats { grid-template-columns: 1fr 1fr; }
  .stats-cta__stats .stat-card { border-bottom: 1px solid var(--border); }
  .stats-cta__stats .stat-card:nth-child(2) { border-right: none; }
  .stats-cta__stats .stat-card:nth-child(3) { border-right: 1px solid var(--border); }
  .stats-cta__stats .stat-card:nth-child(3),
  .stats-cta__stats .stat-card:nth-child(4) { border-bottom: none; }
  .stats-cta__card { padding: 36px 24px; }

  .process__steps { grid-template-columns: 1fr; }
  .form-row { grid-template-columns: 1fr; }
  .footer__nav { gap: 16px; }
  .marquee__logo { font-size: 14px; }
  
  /* Responsive Hero Slider (mobile dimensions) */
  .hero__slider-container {
    height: 250px;
    margin-top: 0;
  }
  .hero__slide {
    width: min(160px, 45vw);
  }
  .hero__slide.prev {
    transform: translate3d(-40px, 0, 0) scale(0.8) rotate(-4deg);
  }
  .hero__slide.next {
    transform: translate3d(40px, 0, 0) scale(0.8) rotate(4deg);
  }
  .hero__mute-toggle {
    width: 26px;
    height: 26px;
    bottom: 8px;
    right: 8px;
    position: relative;
  }
  .hero__mute-toggle::after {
    content: '';
    position: absolute;
    top: -10px;
    bottom: -10px;
    left: -10px;
    right: -10px;
  }
  .hero__mute-toggle svg {
    width: 12px;
    height: 12px;
  }
  .hero__slide-label {
    font-size: 9px;
    padding: 3px 8px;
    bottom: 8px;
    left: 10px;
  }
  .hero__slider-controls {
    bottom: -20px;
  }
  .hero__slider-btn {
    width: 32px;
    height: 32px;
    position: relative;
  }
  .hero__slider-btn::after {
    content: '';
    position: absolute;
    top: -10px;
    bottom: -10px;
    left: -10px;
    right: -10px;
  }
  .hero__slider-btn svg {
    width: 12px;
    height: 12px;
  }
}

/* ==============================================
   RESPONSIVE: MOBILE PORTRAIT (< 480px)
   ============================================== */
@media (max-width: 480px) {
  .hero__title { font-size: clamp(26px, 9vw, 38px); }
  .about__meta { flex-direction: column; gap: 16px; }
  .work__grid { grid-template-columns: 1fr; }
  .work__item--wide { grid-column: span 1; }
  .work__item-img { aspect-ratio: 4 / 3; }
  .work__item--wide .work__item-img { aspect-ratio: 16 / 9; }
  .stats-cta__stats { grid-template-columns: 1fr; }
  .stats-cta__stats .stat-card { border-right: none !important; border-bottom: 1px solid var(--border) !important; }
  .stats-cta__stats .stat-card:last-child { border-bottom: none !important; }
  .faq__question { font-size: 14px; }
  
  .navbar__logo-img {
    max-width: 130px; /* Prevent collisions on narrow headers */
  }
}

/* ==============================================
   CHATBOT & WHATSAPP HUBS
   ============================================== */
.chat-hub {
  position: fixed;
  bottom: calc(24px + env(safe-area-inset-bottom));
  right: calc(24px + env(safe-area-inset-right));
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: flex-end;
  z-index: 10005;
  transform: none;
  transition: transform 0.15s cubic-bezier(0.25, 1, 0.5, 1);
}

.chat-hub__btn {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.3);
  transition: transform var(--transition-base), background-color var(--transition-base), box-shadow var(--transition-base);
  border: none;
  cursor: pointer;
}

.chat-hub__btn:hover {
  transform: translateY(-4px) scale(1.05);
}

.chat-hub__btn--whatsapp {
  background: #25D366;
  color: #fff;
}
.chat-hub__btn--whatsapp:hover {
  background: #20ba5a;
  box-shadow: 0 10px 32px rgba(37, 211, 102, 0.4);
}

/* Responsive adjustment for WhatsApp Button */
@media (max-width: 480px) {
  .chat-hub {
    bottom: calc(16px + env(safe-area-inset-bottom));
    right: calc(16px + env(safe-area-inset-right));
  }
}

@media (max-width: 1024px) {
  .work__mute-btn {
    opacity: 1 !important;
    transform: scale(1) !important;
    background: rgba(15, 15, 15, 0.85) !important;
    border-color: rgba(255, 255, 255, 0.25) !important;
  }
}

/* ---- Scrollbar ---- */
::-webkit-scrollbar { width: 10px; height: 10px; }
::-webkit-scrollbar-track { background: var(--bg-primary); }
::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.15);
  border: 3px solid var(--bg-primary);
  border-radius: var(--radius-full);
}
::-webkit-scrollbar-thumb:hover {
  background: var(--accent);
}

/* ---- Accessibility ---- */
:focus-visible { outline: 2px solid var(--accent); outline-offset: 3px; }
button:focus:not(:focus-visible), a:focus:not(:focus-visible) { outline: none; }

/* ==============================================
   TOAST NOTIFICATIONS
   ============================================== */
.toast-container {
  position: fixed;
  bottom: 24px;
  left: 24px;
  z-index: 10000;
  display: flex;
  flex-direction: column;
  gap: 12px;
  pointer-events: none;
  display:none;
}
.toast {
  pointer-events: auto;
  background: rgba(10, 10, 10, 0.9);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid var(--glass-border);
  border-radius: var(--radius-lg);
  padding: 16px 20px;
  width: 320px;
  display: flex;
  gap: 14px;
  align-items: center;
  box-shadow: 0 12px 30px rgba(0,0,0,0.5), 0 0 15px rgba(200,255,0,0.05);
  transform: translateX(-120%);
  opacity: 0;
  transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.5s ease;
}
.toast.show {
  transform: translateX(0);
  opacity: 1;
}
.toast.hide {
  transform: translateY(20px) scale(0.9);
  opacity: 0;
}
.toast__icon {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: rgba(200, 255, 0, 0.1);
  color: var(--accent);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  box-shadow: 0 0 10px rgba(200, 255, 0, 0.15);
}
.toast__body {
  flex-grow: 1;
}
.toast__text {
  font-size: 12.5px;
  font-weight: 500;
  line-height: 1.4;
  color: var(--text-primary);
}
.toast__time {
  font-size: 10px;
  color: var(--text-tertiary);
  margin-top: 4px;
  display: block;
}
.toast__close {
  background: none;
  border: none;
  color: var(--text-tertiary);
  font-size: 16px;
  cursor: pointer;
  padding: 4px;
  transition: color 0.2s ease;
}
.toast__close:hover {
  color: var(--accent);
}

/* ==============================================
   NEWSLETTER SECTION
   ============================================= */
.newsletter {
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid var(--border);
  padding: 16px 0 56px;
}
.newsletter__wrapper {
  background: linear-gradient(135deg, rgba(15, 15, 15, 0.8), rgba(10, 10, 10, 0.95));
  border: 1px solid rgba(200, 255, 0, 0.15);
  border-radius: var(--radius-2xl);
  padding: 50px 40px;
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
  position: relative;
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.5), inset 0 1px 0 rgba(255, 255, 255, 0.05);
  transition: border-color 0.4s ease, box-shadow 0.4s ease, transform 0.4s ease;
}
.newsletter__wrapper:hover {
  border-color: rgba(200, 255, 0, 0.4);
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.8), 0 0 40px rgba(200, 255, 0, 0.06);
  transform: translateY(-2px);
}
.newsletter__title {
  font-size: clamp(24px, 5vw, 36px);
  font-weight: 700;
  letter-spacing: -1.5px;
  margin-bottom: 12px;
  color: var(--text-primary);
}
.newsletter__desc {
  font-size: 15px;
  color: var(--text-secondary);
  max-width: 500px;
  margin: 0 auto 32px;
  line-height: 1.6;
}
.newsletter__form {
  max-width: 500px;
  margin: 0 auto;
  display: flex;
  gap: 12px;
  position: relative;
}
.newsletter__input {
  flex-grow: 1;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid var(--glass-border);
  border-radius: var(--radius-md);
  padding: 14px 20px;
  font-size: 14px;
  color: var(--text-primary);
  font-family: inherit;
  transition: border-color 0.3s ease, background 0.3s ease;
}
.newsletter__input:focus {
  outline: none;
  border-color: var(--accent);
  background: rgba(255, 255, 255, 0.06);
}
.newsletter__subtext {
  font-size: 12.5px;
  color: var(--text-secondary);
  margin-top: 16px;
  display: block;
  letter-spacing: 0.2px;
  opacity: 0.85;
}
.newsletter__subtext-highlight {
  color: var(--accent);
  font-weight: 700;
}

@media (max-width: 640px) {
  .newsletter__wrapper {
    padding: 40px 24px;
  }
  .newsletter__form {
    flex-direction: column;
    gap: 12px;
  }
  .newsletter__input {
    width: 100%;
  }
}

/* ==============================================
   PAGE TRANSITION OVERLAY
   ============================================== */
.transition-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(10, 10, 10, 0.95);
  backdrop-filter: blur(25px);
  -webkit-backdrop-filter: blur(25px);
  z-index: 100000;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: auto;
  opacity: 1;
  transition: opacity 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}
.transition-overlay.hidden {
  opacity: 0;
  pointer-events: none;
}
.transition-overlay.visible {
  opacity: 1;
  pointer-events: auto;
}
.transition-logo-img {
  width: 80px;
  height: 80px;
  object-fit: contain;
  filter: drop-shadow(0 0 25px rgba(200, 255, 0, 0.45));
  animation: transitionPulse 1.4s infinite ease-in-out;
  user-select: none;
  pointer-events: none;
}
@keyframes transitionPulse {
  0%, 100% { transform: scale(0.9); opacity: 0.4; }
  50% { transform: scale(1.08); opacity: 1; }
}

/* GPU Acceleration for animated components */
.hero__visual,
.hero__title-line,
.hero__subtitle,
.hero__actions,
.hero__trust,
.service-card,
.work__item,
.stat-card,
.stats-cta__card,
.process__step,
.section__label,
.section__title,
.section__desc,
.hero__slider-container,
.hero__gradient-orb--1 {
  will-change: transform, opacity;
  transform: translateZ(0);
}

/* Respect Reduced Motion preferences */
@media (prefers-reduced-motion: reduce) {
  *,
  ::before,
  ::after {
    animation-delay: -1ms !important;
    animation-duration: 1ms !important;
    animation-iteration-count: 1 !important;
    background-attachment: initial !important;
    scroll-behavior: auto !important;
    transition-duration: 0s !important;
    transition-delay: 0s !important;
  }
}
