*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

:root {
  --purple: #6d28d9;
  --purple-light: #9b5fff;
  --purple-dark: #5510cc;
  --bg-dark: #0a0a14;
  --bg-card: #10101e;
  --bg-card2: #141425;
  --white: #ffffff;
  --gray: #9999bb;
  --border: rgba(255, 255, 255, 0.08);
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Barlow", sans-serif;
  background: var(--bg-dark);
  color: var(--white);
  overflow-x: hidden;
}

.logo-spinner {
  top: 13% !important;
  left: 16% !important;
}
.preloader .animation-preloader .spinner {
  height: 11em;
  width: 11em;
}

.btn-apply {
  background: var(--purple);
  color: #fff;
  border: none;
  padding: 10px 22px;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  cursor: pointer;
  transition: background 0.2s;
}
.btn-apply:hover {
  background: var(--purple-light);
}

/* ── TICKER ── */
.ticker-wrap {
  background: var(--purple-dark);
  overflow: hidden;
  margin-top: 120px;
  padding: 10px 0;
  white-space: nowrap;
}
.ticker {
  display: inline-block;
  animation: ticker 25s linear infinite;
}
.ticker span {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.85);
  margin: 0 18px;
}
.ticker .dot {
  color: var(--purple-light);
}
@keyframes ticker {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

/* ── HERO ── */
.hero {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  min-height: calc(100vh - 120px);
  padding: 80px 48px;
  gap: 40px;
  position: relative;
  overflow: hidden;
}
.hero::before {
  content: "";
  position: absolute;
  width: 600px;
  height: 600px;
  background: radial-gradient(
    circle,
    rgba(123, 47, 255, 0.18) 0%,
    transparent 70%
  );
  top: -100px;
  right: 0;
  pointer-events: none;
}

.hero-tag {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--gray);
  margin-bottom: 24px;
}
.hero-tag::before {
  content: "";
  display: block;
  width: 30px;
  height: 1px;
  background: var(--gray);
}

.hero-title {
  font-family: "Barlow Condensed", sans-serif;
  font-size: clamp(64px, 8vw, 100px);
  font-weight: 800;
  line-height: 0.92;
  text-transform: uppercase;
  margin-bottom: 28px;
}
.hero-title .accent {
  color: var(--purple);
  display: block;
}

.hero-desc {
  color: var(--gray);
  font-size: 16px;
  line-height: 1.6;
  max-width: 360px;
  margin-bottom: 40px;
}

.hero-btns {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.btn-primary {
  background: var(--purple);
  color: #fff;
  border: none;
  padding: 14px 28px;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  cursor: pointer;
  transition: background 0.2s;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.btn-primary:hover {
  background: var(--purple-light);
}

.btn-outline {
  background: transparent;
  color: var(--white);
  border: 1px solid rgba(255, 255, 255, 0.3);
  padding: 14px 28px;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  cursor: pointer;
  transition: border-color 0.2s, color 0.2s;
}
.btn-outline:hover {
  border-color: var(--white);
}

/* ── VIDEO CARD ── */
.video-card {
  background: linear-gradient(135deg, #12122a 0%, #1a1035 100%);
  border: 1px solid var(--border);
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
}

.video-card iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  display: block;
}

.play-btn {
  width: 72px;
  height: 72px;
  background: var(--purple);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: transform 0.2s, background 0.2s;
}
.play-btn:hover {
  transform: scale(1.08);
  background: var(--purple-light);
}
.play-btn svg {
  margin-left: 5px;
}

.video-label {
  text-align: center;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.video-sub {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  color: var(--purple-light);
  text-transform: uppercase;
  letter-spacing: 2px;
}
.video-sub svg {
  flex-shrink: 0;
}

.stat-badge {
  position: absolute;
  top: -1px;
  right: -1px;
  border: 1px solid rgba(123, 47, 255, 0.5);
  background: rgba(10, 10, 20, 0.9);
  padding: 16px 24px;
}
.stat-badge .num {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 28px;
  font-weight: 800;
  color: var(--white);
}
.stat-badge .lbl {
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--gray);
}

/* ── STATS ROW ── */
.stats-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid var(--border);
}
.stat-item {
  padding: 48px;
  border-right: 1px solid var(--border);
}
.stat-item:last-child {
  border-right: none;
}
.stat-item .big {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 52px;
  font-weight: 800;
  color: var(--purple);
  line-height: 1;
}
.stat-item .tag {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--gray);
  margin-top: 6px;
}

/* ── SECTION ── */
section {
  padding: 100px 48px;
}

.section-tag {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--purple);
  margin-bottom: 18px;
}

.section-title {
  font-family: "Barlow Condensed", sans-serif;
  font-size: clamp(30px, 5vw, 68px);
  font-weight: 800;
  line-height: 0.95;
  text-transform: uppercase;
}

/* ── SERVICES ── */
.services-header {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  margin-bottom: 60px;
  align-items: end;
}
.services-desc {
  color: var(--gray);
  font-size: 16px;
  line-height: 1.7;
  max-width: 420px;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border: 1px solid var(--border);
}
.service-card {
  border-right: 1px solid var(--border);
  padding: 40px 36px;
  position: relative;
  overflow: hidden;
  transition: background 0.25s;
}
.service-card:last-child {
  border-right: none;
}
.service-card:hover {
  background: rgba(123, 47, 255, 0.05);
}

.step-num {
  position: absolute;
  top: 28px;
  right: 28px;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 80px;
  font-weight: 800;
  color: rgba(255, 255, 255, 0.04);
  line-height: 1;
  user-select: none;
}

.step-tag {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--purple);
  margin-bottom: 24px;
}

.icon-box {
  width: 52px;
  height: 52px;
  background: rgba(123, 47, 255, 0.15);
  border: 1px solid rgba(123, 47, 255, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  margin-bottom: 28px;
}

.service-title {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 22px;
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 16px;
  letter-spacing: 0.5px;
}
.service-desc {
  color: var(--gray);
  font-size: 14px;
  line-height: 1.7;
}

/* ── CASE STUDIES ── */
.cs-section {
  background: var(--bg-dark);
  padding-top: 0;
}
.cs-header {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: end;
  padding: 80px 48px 60px;
}
.cs-desc {
  color: var(--gray);
  font-size: 15px;
  line-height: 1.7;
}

.cs-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-top: 1px solid var(--border);
}
.cs-card {
  border-right: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  padding: 60px 48px 48px;
  position: relative;
  overflow: hidden;
  background: linear-gradient(
    135deg,
    var(--bg-card) 0%,
    rgba(20, 20, 50, 0.8) 100%
  );
  transition: background 0.25s;
}

.cs-card:nth-child(2) {
  border-right: none;
}
.cs-card:nth-child(3) {
  border-bottom: none;
}
.cs-card:nth-child(4) {
  border-right: none;
  border-bottom: none;
}
.cs-card:hover {
  background: linear-gradient(
    135deg,
    rgba(123, 47, 255, 0.08) 0%,
    rgba(20, 20, 50, 0.9) 100%
  );
}
.cs-card .image-fluid {
  width: 100%;
  padding-bottom: 50px;
}
.cs-card .image-fluid img {
  width: 100%;
  border-radius: 10px;
  height: 100%;
}
.cs-emoji {
  font-size: 40px;
  display: block;
  margin-bottom: 120px;
}

.cs-views {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 42px;
  font-weight: 800;
  color: var(--purple);
}
.cs-name {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 16px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: var(--white);
  margin-bottom: 16px;
}
.cs-text {
  color: var(--gray);
  font-size: 14px;
  line-height: 1.7;
  max-width: 380px;
}

/* ── FAQ ── */
.faq-section {
  max-width: 720px;
}
.faq-intro {
  color: var(--gray);
  font-size: 15px;
  line-height: 1.6;
  margin-top: 20px;
  max-width: 400px;
}

.faq-list {
  margin-top: 60px;
}

.faq-item {
  border-bottom: 1px solid var(--border);
}
.faq-question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 22px 0;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  color: var(--white);
  transition: color 0.2s;
  user-select: none;
}
.faq-question:hover {
  color: var(--purple-light);
}
.faq-toggle {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: rgba(123, 47, 255, 0.2);
  border: 1px solid rgba(123, 47, 255, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 18px;
  color: var(--purple-light);
  transition: background 0.2s;
}
.faq-item.open .faq-toggle {
  background: var(--purple);
  color: #fff;
}
.faq-answer {
  font-size: 14px;
  color: var(--gray);
  line-height: 1.7;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease, padding 0.35s ease;
}
.faq-item.open .faq-answer {
  max-height: 200px;
  padding-bottom: 22px;
}

.faq-cta {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 48px;
  flex-wrap: wrap;
}
.faq-cta-text {
  color: var(--gray);
  font-size: 13px;
}

/* ── CTA BANNER ── */
.cta-banner {
  background: linear-gradient(
    90deg,
    var(--purple-dark) 0%,
    var(--purple) 50%,
    var(--purple-light) 100%
  );
  padding: 80px 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 32px;
  position: relative;
  overflow: hidden;
}
.cta-banner::before {
  content: "";
  position: absolute;
  width: 400px;
  height: 400px;
  background: radial-gradient(
    circle,
    rgba(255, 255, 255, 0.08) 0%,
    transparent 70%
  );
  right: -100px;
  top: -100px;
  pointer-events: none;
}

.cta-title {
  font-family: "Barlow Condensed", sans-serif;
  font-size: clamp(30px, 5vw, 60px);
  font-weight: 800;
  text-transform: uppercase;
  line-height: 0.95;
}

.cta-btns {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  flex-shrink: 0;
}
.btn-white {
  background: #fff;
  color: var(--purple-dark);
  border: none;
  padding: 14px 28px;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  cursor: pointer;
  transition: opacity 0.2s;
}
.btn-white:hover {
  opacity: 0.9;
}
.btn-ghost {
  background: transparent;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.5);
  padding: 14px 28px;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  cursor: pointer;
  transition: border-color 0.2s;
}
.btn-ghost:hover {
  border-color: #fff;
}

/* ── FOOTER ── */
.footer-section {
  position: relative;
  margin-top: 64px !important;
  padding-bottom: 120px !important;
}

/* ══════════════════════════════════════
     RESPONSIVE — Tablet (≤ 900px)
  ══════════════════════════════════════ */
@media (max-width: 900px) {
  nav {
    padding: 16px 24px;
  }
  .nav-links {
    display: none;
  }

  .hero {
    display: flex;
    flex-direction: column-reverse;
    min-height: auto;
    padding: 60px 24px 40px;
    gap: 48px;
  }
  .hero::before {
    display: none;
  }
  .hero-desc {
    max-width: 100%;
  }

  .video-card {
    min-height: 280px;
  }

  .stats-row {
    grid-template-columns: repeat(2, 1fr);
  }
  .stat-item {
    padding: 32px 24px;
  }
  .stat-item:nth-child(2) {
    border-right: none;
  }
  .stat-item:nth-child(3) {
    border-right: 1px solid var(--border);
    border-top: 1px solid var(--border);
  }
  .stat-item:nth-child(4) {
    border-top: 1px solid var(--border);
  }

  section {
    padding: 64px 24px;
  }

  .services-header {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .services-grid {
    grid-template-columns: 1fr;
  }
  .service-card {
    border-right: none;
    border-bottom: 1px solid var(--border);
  }
  .service-card:last-child {
    border-bottom: none;
  }

  .cs-header {
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 60px 24px 40px;
  }
  .cs-grid {
    grid-template-columns: 1fr;
  }
  .cs-card {
    border-right: none !important;
    border-bottom: 1px solid var(--border) !important;
  }
  .cs-card:last-child {
    border-bottom: none !important;
  }
  .cs-emoji {
    margin-bottom: 60px;
  }

  footer {
    grid-template-columns: 1fr 1fr;
    padding: 48px 24px 32px;
    gap: 36px;
  }
  .footer-brand {
    grid-column: 1 / -1;
  }

  .cta-banner {
    padding: 60px 24px;
    justify-content: center;
    text-align: center;
  }
  .cta-btns {
    justify-content: center;
  }

  section[style] {
    padding: 64px 24px !important;
  }
}

/* ══════════════════════════════════════
     RESPONSIVE — Mobile (≤ 600px)
  ══════════════════════════════════════ */
@media (max-width: 600px) {
  nav {
    padding: 14px 18px;
  }
  .btn-apply {
    padding: 8px 14px;
    font-size: 11px;
    letter-spacing: 1px;
  }

  .hero {
    padding: 48px 18px 36px;
    gap: 40px;
  }
  .hero-title {
    font-size: clamp(52px, 14vw, 80px);
  }
  .hero-btns {
    flex-direction: column;
  }
  .btn-primary,
  .btn-outline {
    width: 100%;
    justify-content: center;
    text-align: center;
  }

  .video-card {
    min-height: 240px;
  }

  .stats-row {
    grid-template-columns: 1fr 1fr;
  }
  .stat-item {
    padding: 24px 18px;
  }
  .stat-item .big {
    font-size: 36px;
  }

  section {
    padding: 48px 18px;
  }
  section[style] {
    padding: 48px 18px !important;
  }

  .services-grid {
    border: none;
  }
  .service-card {
    border: 1px solid var(--border);
    margin-bottom: 12px;
    border-radius: 2px;
  }
  .service-card:last-child {
    border-bottom: 1px solid var(--border);
    margin-bottom: 0;
  }

  .cs-header {
    padding: 48px 18px 32px;
  }
  .cs-card {
    padding: 36px 24px 32px;
  }
  .cs-emoji {
    margin-bottom: 40px;
    font-size: 32px;
  }
  .cs-views {
    font-size: 34px;
  }

  .faq-question {
    font-size: 14px;
  }

  .cta-banner {
    padding: 48px 18px;
  }
  .cta-btns {
    flex-direction: column;
    width: 100%;
  }
  .btn-white,
  .btn-ghost {
    width: 100%;
    text-align: center;
  }

  footer {
    grid-template-columns: 1fr;
    padding: 40px 18px 28px;
    gap: 32px;
  }
  .footer-brand {
    grid-column: auto;
  }

  /* hamburger menu */
  .nav-links.open {
    display: flex;
    flex-direction: column;
    position: fixed;
    top: 57px;
    left: 0;
    right: 0;
    background: var(--bg-dark);
    border-bottom: 1px solid var(--border);
    padding: 24px 18px;
    gap: 20px;
    z-index: 99;
  }
  .hamburger {
    display: flex !important;
    flex-direction: column;
    gap: 5px;
    cursor: pointer;
    background: none;
    border: none;
    padding: 4px;
  }
  .hamburger span {
    display: block;
    width: 22px;
    height: 2px;
    background: var(--white);
    transition: transform 0.25s, opacity 0.25s;
  }
  .hamburger.open span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }
  .hamburger.open span:nth-child(2) {
    opacity: 0;
  }
  .hamburger.open span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }
}

/* hide hamburger on desktop */
.hamburger {
  display: none;
}
.mean-container .mean-bar {
  padding: 0;
  min-height: auto;
  background: none;
}
.mean-container .mean-nav {
  background: none;
  margin-top: 0;
}
.mean-container .mean-nav ul li {
  position: relative;
  float: left;
  width: 100%;
}
.mean-container .mean-nav ul li a.active {
  color: var(--white);
}
.mean-container .mean-nav ul li a {
  display: block;
  width: 100% !important;
  padding: 10px 0;
  color: var(--white);
  font-size: 18px;
  line-height: 1.5;
  font-weight: 500;
  text-transform: uppercase;
  border-bottom: 1px solid #ffffff14 !important;
  border: none;
  transition: all 0.3s ease-in-out;
}
mean-container .mean-nav ul li a:hover {
  color: #6d28d9 !important;
}
.section-title br {
  display: block !important;
}
@media (max-width: 900px) {
  .offcanvas__wrapper .offcanvas__content .offcanvas__contact {
    padding-left: 18px;
  }
}
@media (max-width: 375px) {
  .video-card {
    min-height: 192px;
  }
  .stat-badge {
    display: none;
  }
  .hero-tag {
    font-size: 7px;
  }
  .hero-title {
    font-size: 40px;
  }
  .hero-desc {
    font-size: 12px;
  }
  .faq-intro {
    font-size: 12px;
  }
  .section-tag {
    font-size: 9px;
  }
  .ticker-wrap {
    margin-top: 70px;
  }
  .stat-item .big {
    font-size: 30px;
  }
  .stat-item .tag {
    font-size: 8px;
  }
  .cs-card .image-fluid {
    width: 100%;
  }
}
