/**
 * TechAhead homepage v6 — visual match for Zion Infosystem
 * Reference: https://www.techaheadcorp.com/
 */
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap");

:root {
  --ta-black: #000000;
  --ta-dark: #171624;
  --ta-magenta: #FF2D2D;
  --ta-purple: #8f17ba;
  --ta-gray-btn: #999999;
  --ta-text: #222222;
  --ta-muted: #666666;
  --ta-border: #e3d3ee;
  --ta-gradient: linear-gradient(90deg, #FF1E1E, #18BA82);
  --ta-container: 1200px;
}

/* Reset premium dark theme on TA pages */
body.z-ta-site {
  font-family: Poppins, sans-serif;
  color: var(--ta-text);
  background: #fff;
}

body.z-ta-site::before {
  display: none !important;
}

body.z-ta-site .z-topbar {
  display: none !important;
}

body.z-ta-site .z-ta-announce {
  display: none !important;
}

/* Homepage: TechAhead layout wins over legacy z-home spotlight */
body.z-ta-site.z-home {
  background: #fff !important;
  color: var(--ta-text) !important;
}

body.z-ta-site.z-home .z-hero-spotlight,
body.z-ta-site.z-home .z-ta-hero {
  display: none !important;
}

/* Top banner */
.ta-top-banner {
  width: 100%;
  min-height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  background:linear-gradient(135deg, #ED0B0B, #3BC9A4);
  color: #fff;
  font-size: 0.875rem;
  padding: 0.5rem 1rem;
  text-align: center;
}

.ta-top-banner a {
  color: #fff;
  font-weight: 600;
  text-decoration: underline;
  margin-left: 0.35rem;
}

.ta-top-banner a:hover {
  opacity: 0.9;
}

/* Header = site-header look */
body.z-ta-site .z-navbar {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  padding: 0.75rem 0;
  backdrop-filter: none;
}

body.z-ta-site .z-navbar.is-scrolled {
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.06);
}

body.z-ta-site .z-navbar .z-container {
  max-width: var(--ta-container);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

body.z-ta-site .z-logo img {
  max-height: 48px;
  width: auto;
}

body.z-ta-site .z-nav-menu {
  gap: 0.25rem;
}

body.z-ta-site .z-nav-menu > li > a,
body.z-ta-site .z-nav-menu .dropdown-toggle {
  color: var(--ta-black);
  font-weight: 500;
  font-size: 0.9375rem;
  padding: 0.5rem 0.85rem;
  border-radius: 6px;
  background: transparent;
}

body.z-ta-site .z-nav-menu > li > a:hover,
body.z-ta-site .z-nav-menu > li.active > a {
  color: var(--ta-magenta);
  background: rgba(221, 27, 191, 0.06);
}

body.z-ta-site .z-btn-nav .z-btn-primary {
  background: var(--ta-black) !important;
  color: #fff !important;
  border-radius: 4rem !important;
  padding: 0.65rem 1.5rem !important;
  font-size: 0.875rem !important;
  font-weight: 500 !important;
  box-shadow: none !important;
}

body.z-ta-site .z-nav-menu .dropdown-menu {
  border-radius: 12px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.12);
}

body.z-ta-site .z-mega-col h6 {
  color: var(--ta-magenta);
  font-size: 0.7rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

/* Container */
.homepage-v6 .container,
body.z-ta-site .z-page-hero .z-container {
  max-width: var(--ta-container);
  margin-inline: auto;
  padding-inline: 15px;
}

/* Buttons */
.homepage-v6 .btn {
  color: #fff;
  background: var(--ta-gray-btn);
  border-radius: 4rem;
  padding: 0.85rem 1.75rem;
  font-size: 1rem;
  line-height: 1.25;
  font-weight: 400;
  border: none;
  display: inline-block;
  text-decoration: none;
  transition: all 0.3s ease;
  font-family: Poppins, sans-serif;
  margin: 5px 0px;
}

.homepage-v6 .btn:hover {
  color: #fff;
  opacity: 0.92;
  /* transform: translateY(-1px); */
}

.homepage-v6 .btn-gradient {
  background: var(--ta-gradient);
  color: #fff !important;
  border: 1px solid #fff;
}

.homepage-v6 .hero-section .btn.btn-gradient:hover {
  background: #fff;
  color: var(--ta-purple) !important;
  border: 1px solid var(--ta-purple);
}

/* Hero */
.homepage-v6 .hero-section {
  position: relative;
  overflow: hidden;
  padding: 60px 0 0;
  min-height: calc(100vh - 112px);
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: #fff;
}

.homepage-v6 .hero-section .container {
  position: relative;
  z-index: 2;
}

.homepage-v6 .hero-section h1 {
  font-family: Poppins, sans-serif;
  font-size: clamp(1.75rem, 4vw, 2.375rem);
  line-height: 1.4;
  color: #000;
  margin: 0 auto 20px;
  max-width: 700px;
  font-weight: 700;
}

.homepage-v6 .hero-section .highlight {
  background: linear-gradient(90deg, #FF3B3B, #38E2B5);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.homepage-v6 .hero-section .hero-kicker {
  font-size: 16px;
  line-height: 1.6;
  color: var(--ta-muted);
  max-width: 640px;
  margin: 0 auto;
  font-weight: 400;
}

.homepage-v6 .hero-section .action-btns {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 32px;
}

.homepage-v6 .hero-deco {
  position: absolute;
  z-index: 1;
  opacity: 0.85;
  pointer-events: none;
}

.homepage-v6 .hero-deco--1 { top: 18%; left: 8%; width: 48px; height: 48px; background: rgba(221, 27, 191, 0.12); border-radius: 12px; }
.homepage-v6 .hero-deco--2 { top: 22%; right: 10%; width: 40px; height: 40px; background: rgba(116, 17, 204, 0.1); border-radius: 50%; }
.homepage-v6 .hero-deco--3 { bottom: 28%; left: 12%; width: 56px; height: 56px; background: rgba(228, 46, 132, 0.1); border-radius: 16px; }
.homepage-v6 .hero-deco--4 { bottom: 32%; right: 8%; width: 44px; height: 44px; background: rgba(143, 23, 186, 0.1); border-radius: 10px; }

/* Marquee in hero */
.homepage-v6 .marquee-section {
  background: rgba(255, 255, 255, 0.5);
  overflow: hidden;
  margin-top: 4rem;
  padding: 1.5rem 0 2rem;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
}

.homepage-v6 .marquee-wrapper {
  overflow: hidden;
  mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent);
}

.homepage-v6 .marquee-track {
  display: flex;
  align-items: center;
  gap: 3rem;
  width: max-content;
  animation: ta-marquee 45s linear infinite;
}

.homepage-v6 .marquee-item {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  flex-shrink: 0;
}

.homepage-v6 .marquee-item img {
  height: 40px;
  width: auto;
  filter: grayscale(1);
  opacity: 0.85;
}

.homepage-v6 .logo-text {
  display: flex;
  flex-direction: column;
  text-align: left;
  font-size: 0.75rem;
  line-height: 1.3;
  color: var(--ta-muted);
}

.homepage-v6 .logo-text span:first-child {
  font-weight: 700;
  color: var(--ta-black);
}

@keyframes ta-marquee {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

/* Hero media block */
.homepage-v6 .hero-video-section {
  position: relative;
  width: min(80%, 960px);
  margin: 2rem auto 0;
  aspect-ratio: 16 / 9;
  border-radius: 40px;
  overflow: hidden;
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.12);
  z-index: 2;
}

.homepage-v6 .hero-video-section img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Hero showcase card (laptop / rocket visual) */
.homepage-v6 .hero-showcase-section {
  position: relative;
  z-index: 4;
  padding: 0 0 2.5rem;
  margin-top: -1.5rem;
}

.homepage-v6 .hero-showcase-card {
  position: relative;
  background: linear-gradient(145deg, #f6f7fb 0%, #eef0f6 100%);
  border: 1px solid #e6e8ef;
  border-radius: 32px;
  padding: clamp(1.75rem, 4vw, 3rem);
  box-shadow: 0 24px 64px rgba(23, 22, 36, 0.08);
  overflow: hidden;
}

.homepage-v6 .hero-showcase-card__deco {
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.35;
}

.homepage-v6 .hero-showcase-card__deco-cloud,
.homepage-v6 .hero-showcase-card__deco-rocket {
  position: absolute;
  border: 2px solid #c5cad6;
  border-radius: 50%;
}

.homepage-v6 .hero-showcase-card__deco-cloud {
  width: 72px;
  height: 72px;
  top: 12%;
  left: 6%;
  box-shadow: 28px -8px 0 -18px #c5cad6, 48px 4px 0 -22px #c5cad6;
}

.homepage-v6 .hero-showcase-card__deco-rocket {
  width: 0;
  height: 0;
  border: none;
  bottom: 10%;
  left: 8%;
  width: 48px;
  height: 48px;
  border-radius: 8px;
  transform: rotate(-35deg);
  background: linear-gradient(135deg, transparent 40%, #c5cad6 40%, #c5cad6 55%, transparent 55%);
}

.homepage-v6 .hero-showcase-card__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(1.5rem, 3vw, 2.5rem);
  align-items: center;
}

.homepage-v6 .hero-showcase-card__label {
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--ta-magenta);
  margin-bottom: 0.75rem;
}

.homepage-v6 .hero-showcase-card__copy h2 {
  font-size: clamp(1.5rem, 2.8vw, 2rem);
  font-weight: 700;
  line-height: 1.25;
  color: var(--ta-black);
  margin-bottom: 1rem;
}

.homepage-v6 .hero-showcase-card__copy > p {
  color: var(--ta-muted);
  line-height: 1.65;
  margin-bottom: 1.25rem;
}

.homepage-v6 .hero-showcase-card__list {
  list-style: none;
  padding: 0;
  margin: 0 0 1.5rem;
}

.homepage-v6 .hero-showcase-card__list li {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  font-size: 0.95rem;
  color: #444;
  margin-bottom: 0.5rem;
}

.homepage-v6 .hero-showcase-card__list i {
  color: var(--ta-magenta);
  margin-top: 0.15rem;
}

.homepage-v6 .hero-showcase-card__visual {
  position: relative;
  text-align: center;
}

.homepage-v6 .hero-showcase-card__visual img {
  max-width: 100%;
  height: auto;
  display: inline-block;
  filter: drop-shadow(0 16px 40px rgba(0, 0, 0, 0.12));
}

.homepage-v6 .hero-showcase-card__badge {
  position: absolute;
  top: 8%;
  right: 18%;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: #fff;
  border: 2px solid #e0e4ec;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  color: var(--ta-magenta);
  z-index: 2;
}

/* Problems we solve — dark */
.homepage-v6 .problems-we-solve {
  margin-top: -10px;
  padding: 50px 0 60px;
  background: var(--ta-dark);
  position: relative;
  z-index: 5;
}

.homepage-v6 .problems-we-solve-header {
  margin-bottom: 48px;
  max-width: 900px;
}

.homepage-v6 .problems-we-solve-header h2 {
  color: var(--ta-magenta);
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 24px;
}

.homepage-v6 .problems-we-solve-header p {
  color: rgba(255, 255, 255, 0.85);
  font-size: 1rem;
  line-height: 1.7;
  margin-bottom: 1rem;
}

.homepage-v6 .problems-we-solve-slider {
  display: flex;
  gap: 1.25rem;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  padding-bottom: 1rem;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
  scrollbar-color: var(--ta-magenta) transparent;
}

.homepage-v6 .problems-we-solve-slider .slide {
  flex: 0 0 min(340px, 88vw);
  scroll-snap-align: start;
}

.homepage-v6 .problems-we-solve-slider .card {
  background: linear-gradient(180deg, #1e2432 0%, #2b3b4c 100%);
  border-radius: 20px;
  padding: 24px;
  height: 100%;
  min-height: 320px;
  display: flex;
  flex-direction: column;
}

.homepage-v6 .problems-we-solve-slider .card-header {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  margin-bottom: 1rem;
}

.homepage-v6 .problems-we-solve-slider .card-header .card-icon {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: rgba(221, 27, 191, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 1.35rem;
  flex-shrink: 0;
}

.homepage-v6 .problems-we-solve-slider .card-header h3 {
  color: #fff;
  font-size: 1.125rem;
  font-weight: 600;
  margin: 0;
  line-height: 1.35;
}

.homepage-v6 .problems-we-solve-slider .card-body p {
  color: rgba(255, 255, 255, 0.75);
  font-size: 0.9375rem;
  line-height: 1.65;
  margin-bottom: 0.75rem;
}

.homepage-v6 .read-toggle {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  border: 0;
  color: #fff;
  background: transparent;
  font-size: 0.9rem;
  padding: 0;
  font-weight: 600;
  text-transform: uppercase;
  margin-top: auto;
  cursor: pointer;
  font-family: Poppins, sans-serif;
}

.homepage-v6 .more-text-js {
  display: none;
}

/* Core capabilities */
.homepage-v6 .core-capabilities {
  padding: 60px 0;
  background: linear-gradient(180deg, #fff 0%, #eff0fa 100%);
}

.homepage-v6 .core-capabilities-header {
  text-align: center;
  max-width: 900px;
  margin: 0 auto 48px;
}

.homepage-v6 .core-capabilities-header h2 {
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  color: #030303;
  margin-bottom: 24px;
}

.homepage-v6 .core-capabilities-header p {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.6;
  color: #222;
}

.homepage-v6 .core-capabilities-cards {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  gap: 1.25rem;
}

.homepage-v6 .core-capabilities .card {
  background: #fff;
  border: 1px solid var(--ta-border);
  border-radius: 30px;
  padding: 30px;
  min-height: 240px;
  transition: box-shadow 0.25s;
}

.homepage-v6 .core-capabilities .card:hover {
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.08);
}

.homepage-v6 .core-capabilities .card h3 {
  font-weight: 600;
  font-size: 20px;
  line-height: 1.4;
  margin-bottom: 16px;
  color: #000;
}

.homepage-v6 .core-capabilities .card h3 a {
  color: inherit;
  text-decoration: none;
}

.homepage-v6 .core-capabilities .card h3 a:hover {
  color: var(--ta-magenta);
}

.homepage-v6 .core-capabilities .card p {
  color: var(--ta-muted);
  font-size: 0.9375rem;
  line-height: 1.65;
  margin: 0;
}

/* Trusted by */
.homepage-v6 .trusted-by-brands {
  padding: 60px 0 0;
  background: linear-gradient(180deg, #171624 0%, #171623 100%);
  color: #fff;
}

.homepage-v6 .trusted-by-brands-header h2 {
  font-size: 1.3rem;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 24px;
}

.homepage-v6 .trusted-by-brands-header h2 .highlight {
  color: var(--ta-magenta);
}

.homepage-v6 .trusted-by-brands-header h3 {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.9);
  max-width: 800px;
  margin: 0 auto;
}

.homepage-v6 .trusted-logos-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 2.5rem;
  padding: 3rem 0;
}

.homepage-v6 .trusted-logos-row img {
  height: 48px;
  width: auto;
  opacity: 0.7;
  filter: brightness(0) invert(1);
}

.homepage-v6 .stats {
  padding: 0 0 60px;
  background: linear-gradient(180deg, #171623 0%, #171624 100%);
}

.homepage-v6 .stats-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1.5rem;
  text-align: center;
}

.homepage-v6 .stat-item .stat-number {
  font-size: clamp(2rem, 4vw, 2.75rem);
  font-weight: 700;
  color: #fff;
  margin-bottom: 0.5rem;
  line-height: 1;
}

.homepage-v6 .stat-item p {
  font-size: 0.875rem;
  line-height: 1.4;
  color: rgba(255, 255, 255, 0.65);
  margin: 0;
}

/* Case studies */
.homepage-v6 .case-studies-section {
  padding: 60px 0;
  background: linear-gradient(180deg, #fff 0%, #eff0fa 100%);
  overflow-x: clip;
}

.homepage-v6 .case-studies-header h2 {
  font-size: 1.3rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #030303;
  margin-bottom: 24px;
}

.homepage-v6 .case-studies-header h3 {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.6;
  color: #222;
}

/* Case study spotlight carousel */
.homepage-v6 .case-studies-section .container {
  max-width: 1140px;
  overflow: visible;
}

.homepage-v6 .cs-spotlight {
  margin-top: 2.5rem;
  overflow: visible;
}

.homepage-v6 .cs-spotlight__viewport {
  overflow: visible;
}

.homepage-v6 .cs-spotlight__track {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
}

.homepage-v6 .cs-spotlight__slide {
  grid-area: 1 / 1;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.35s ease, visibility 0.35s ease;
}

.homepage-v6 .cs-spotlight__slide.is-active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.homepage-v6 .cs-spotlight__card {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
  gap: clamp(1.25rem, 3vw, 2.5rem);
  align-items: start;
  background: #fff;
  border: 1px solid #e8e6ef;
  border-radius: 24px;
  padding: clamp(1.5rem, 3vw, 2.5rem);
  box-shadow: 0 16px 48px rgba(23, 22, 36, 0.06);
  overflow: visible;
}

.homepage-v6 .cs-spotlight__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  list-style: none;
  padding: 0;
  margin: 0 0 1.25rem;
}

.homepage-v6 .cs-spotlight__tags li {
  font-size: 0.72rem;
  font-weight: 600;
  padding: 0.35rem 0.85rem;
  border-radius: 999px;
  border: 1px solid #d8dce6;
  color: #333;
  background: #fff;
}

.homepage-v6 .cs-spotlight__title {
  font-size: clamp(1.35rem, 2.5vw, 1.85rem);
  font-weight: 700;
  line-height: 1.2;
  color: var(--ta-black);
  margin: 0 0 0.5rem;
}

.homepage-v6 .cs-spotlight__subtitle {
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #555;
  margin: 0 0 1.25rem;
}

.homepage-v6 .cs-spotlight__block {
  margin-bottom: 1.25rem;
}

.homepage-v6 .cs-spotlight__block h3 {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--ta-black);
  margin: 0 0 0.5rem;
}

.homepage-v6 .cs-spotlight__dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--ta-magenta);
  flex-shrink: 0;
}

.homepage-v6 .cs-spotlight__block p {
  font-size: 0.9rem;
  line-height: 1.65;
  color: var(--ta-muted);
  margin: 0;
}

.homepage-v6 .cs-spotlight__stats {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem 1.25rem;
}

.homepage-v6 .cs-spotlight__stats strong {
  display: block;
  font-size: clamp(1.25rem, 2vw, 1.65rem);
  font-weight: 700;
  color: var(--ta-black);
  line-height: 1.2;
}

.homepage-v6 .cs-spotlight__stats span {
  display: block;
  font-size: 0.78rem;
  color: var(--ta-muted);
  line-height: 1.4;
  margin-top: 0.25rem;
}

.homepage-v6 .cs-spotlight__aside {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-self: stretch;
}

.homepage-v6 .cs-spotlight__cta {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  margin-top: 0.25rem;
  color: var(--ta-magenta);
  font-weight: 700;
  font-size: 0.875rem;
  text-decoration: none;
  text-transform: none;
}

.homepage-v6 .cs-spotlight__cta:hover {
  color: var(--ta-purple);
}

.homepage-v6 .cs-spotlight__media {
  position: relative;
  margin-right: clamp(-0.5rem, -2vw, -1.75rem);
  flex: 1;
}

.homepage-v6 .cs-spotlight__media img {
  width: 100%;
  height: 100%;
  min-height: 240px;
  max-height: 450px;
  /* object-fit: cover; */
  border-radius: 16px;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.12);
  display: block;
}

.homepage-v6 .cs-spotlight__footer {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  margin-top: 1.75rem;
}

.homepage-v6 .cs-spotlight__progress {
  flex: 1;
  height: 3px;
  background: #e8e8ec;
  border-radius: 999px;
  overflow: hidden;
}

.homepage-v6 .cs-spotlight__progress-fill {
  display: block;
  height: 100%;
  width: 33.33%;
  background: linear-gradient(135deg, #ED0B0B, #3BC9A4);
  border-radius: 999px;
  transition: width 0.4s ease;
}

.homepage-v6 .cs-spotlight__controls {
  display: flex;
  gap: 0.75rem;
  flex-shrink: 0;
}

.homepage-v6 .cs-spotlight__btn {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1px solid var(--ta-black);
  background: #fff;
  color: var(--ta-black);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.2s, color 0.2s, border-color 0.2s;
}

.homepage-v6 .cs-spotlight__btn:hover {
  background: var(--ta-black);
  color: #fff;
}

.homepage-v6 .cta-link {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: var(--ta-magenta);
  font-weight: 600;
  text-transform: uppercase;
  font-size: 0.875rem;
  text-decoration: none;
}

.homepage-v6 .work-card img {
  width: 100%;
  aspect-ratio: 16/10;
  object-fit: cover;
}

.homepage-v6 .work-card__body {
  padding: 1.25rem;
}

/* Strategic path */
.homepage-v6 .section-strategic-path {
  background: #fff;
  padding: 60px 0;
}

.homepage-v6 .strategic-path-header h2 {
  font-size: 1.3rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #030303;
  margin-bottom: 24px;
}

.homepage-v6 .strategic-path-header p {
  font-size: 1.6rem;
  line-height: 1.6;
  color: #222;
}

.homepage-v6 .strategic-path-items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  margin-top: 3rem;
}

.homepage-v6 .strategic-path-item-counter span {
  font-size: 3rem;
  font-weight: 800;
  color: rgba(221, 27, 191, 0.2);
  line-height: 1;
  display: block;
}

.homepage-v6 .strategic-path-item-counter h3 {
  font-size: 1.25rem;
  font-weight: 700;
  margin: 0.5rem 0 1rem;
}

.homepage-v6 .strategic-path-item h4 {
  font-size: 1rem;
  /* font-weight: 600; */
  margin-bottom: 0.75rem;
}

.homepage-v6 .strategic-path-item p {
  font-size: 0.9rem;
  color: var(--ta-muted);
  line-height: 1.6;
  margin-bottom: 1.25rem;
}

/* Testimonials */
.homepage-v6 .section-testimonials {
  padding: 60px 0;
  background: #fff;
  overflow: visible;
}

.homepage-v6 .section-testimonials .section-label {
  font-size: 1.3rem;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 0.5rem;
}

.homepage-v6 .section-testimonials h2 {
  text-align: center;
  font-size: 1.5rem;
  max-width: 800px;
  margin: 0 auto 2rem;
  line-height: 1.5;
}

.homepage-v6 .testimonial-carousel {
  position: relative;
  max-width: 1060px;
  margin: 0 auto;
  padding: 0 clamp(2.5rem, 5vw, 3.5rem);
}

.homepage-v6 .testimonial-carousel .carousel-inner {
  overflow: visible;
}

.homepage-v6 .testimonial-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(1.5rem, 4vw, 3rem);
  align-items: start;
}

.homepage-v6 .testimonial-card {
  max-width: none;
  margin: 0;
  text-align: center;
  padding: clamp(0.5rem, 2vw, 1.25rem);
  border: 1px solid #e3d3ee;
  border-radius: 30px;
}

.homepage-v6 .testimonial-card img {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  object-fit: cover;
  margin: 0 auto 1.25rem;
  display: block;
}

.homepage-v6 .testimonial-card blockquote {
  font-size: clamp(0.95rem, 1.6vw, 1.125rem);
  line-height: 1.65;
  margin: 0 0 1rem;
  font-style: normal;
  color: #333;
}

.homepage-v6 .testimonial-card__author {
  margin: 0;
  line-height: 1.5;
}

.homepage-v6 .testimonial-card__author strong {
  display: block;
  font-size: 1rem;
  color: var(--ta-black);
  margin-bottom: 0.2rem;
}

.homepage-v6 .testimonial-card__author span {
  display: block;
  font-size: 0.875rem;
  color: #666;
}

.homepage-v6 .testimonial-carousel .carousel-control-prev,
.homepage-v6 .testimonial-carousel .carousel-control-next {
  display: flex !important;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  top: 50%;
  bottom: auto;
  transform: translateY(-50%);
  opacity: 1 !important;
  z-index: 10;
  background: #fff;
  border: 1px solid rgba(23, 22, 36, 0.14);
  border-radius: 50%;
  box-shadow: 0 4px 16px rgba(23, 22, 36, 0.1);
}

.homepage-v6 .testimonial-carousel .carousel-control-prev {
  left: 0;
}

.homepage-v6 .testimonial-carousel .carousel-control-next {
  right: 0;
}

.homepage-v6 .testimonial-carousel .carousel-control-prev i,
.homepage-v6 .testimonial-carousel .carousel-control-next i {
  font-size: 1.35rem;
  line-height: 1;
  color: var(--ta-black);
  pointer-events: none;
}

/* Final CTA — flush into footer */
.homepage-v6 .section-final-cta {
  padding: 60px 0 0;
  background: #fff;
  margin-bottom: 30px;
}

body.z-ta-site main.homepage-v6 {
  isolation: isolate;
  overflow: hidden;
}

.homepage-v6 .final-cta-box {
  background: var(--ta-dark);
  color: #fff;
  border-radius: 30px;
  padding: clamp(2.5rem, 5vw, 4rem);
  text-align: center;
}

.homepage-v6 .final-cta-box h2 {
  font-size: clamp(1.35rem, 3vw, 2rem);
  font-weight: 600;
  margin-bottom: 1rem;
  color: #fff;
}

.homepage-v6 .final-cta-box p {
  color: rgba(255, 255, 255, 0.75);
  margin-bottom: 2rem;
}

.homepage-v6 .final-cta-box .action-btns .btn {
  background: #fff;
  color: var(--ta-black) !important;
}

/* Inner pages */
body.z-ta-site:not(.z-home) .z-page-hero {
  background: #fff;
  padding: 3rem 0;
  text-align: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

body.z-ta-site:not(.z-home) .z-page-hero h1 {
  font-family: Poppins, sans-serif;
  font-weight: 700;
  color: #000;
  font-size: clamp(1.75rem, 4vw, 2.5rem);
}

body.z-ta-site:not(.z-home) .z-page-hero::before {
  display: none;
}

body.z-ta-site:not(.z-home) main.z-page-content {
  background: #fff;
  font-family: Poppins, sans-serif;
}

/* Hide legacy footer / floats on TechAhead theme */
body.z-ta-site .z-footer,
body.z-ta-site .z-whatsapp,
body.z-ta-site .z-enquiry-fab {
  display: none !important;
}

/* TechAhead footer v6 */
body.z-ta-site .ta-site-footer {
  position: relative;
  z-index: 20;
  background: #0c0b14;
  color: rgba(255, 255, 255, 0.75);
  font-family: Poppins, sans-serif;
  margin-top: 0;
}

body.z-ta-site .ta-site-footer .f-container {
  max-width: var(--ta-container);
  margin-inline: auto;
  padding-inline: 15px;
}

body.z-ta-site .ta-site-footer .footer-top {
  display: grid;
  grid-template-columns: 1.1fr 1fr 1fr 0.9fr;
  gap: 2.5rem 2rem;
  padding: 4rem 0 3rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

body.z-ta-site .ta-site-footer .footer-top .list:first-child {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
}

body.z-ta-site .ta-site-footer .title {
  color:#fff;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 1rem;
}

body.z-ta-site .ta-site-footer .content {
  font-size: 0.9rem;
  line-height: 1.7;
}

body.z-ta-site .ta-site-footer .content a {
  display: block;
  color: #fff;
  font-weight: 600;
  margin-top: 0.75rem;
  text-decoration: none;
}

body.z-ta-site .ta-site-footer .content a:hover {
  color: var(--ta-magenta);
}

body.z-ta-site .ta-site-footer .content ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

body.z-ta-site .ta-site-footer .content ul li {
  margin-bottom: 0.5rem;
}

body.z-ta-site .ta-site-footer .content ul a {
  display: inline;
  color: rgba(255, 255, 255, 0.72);
  font-weight: 400;
  margin-top: 0;
}

body.z-ta-site .ta-site-footer .content ul a:hover {
  color: #fff;
}

body.z-ta-site .ta-site-footer .footer-badge {
  padding: 2.5rem 0;
  background: linear-gradient(180deg, #12101c 0%, #0c0b14 100%);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

body.z-ta-site .ta-site-footer .footer-badge__inner {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 2rem;
  align-items: center;
}

body.z-ta-site .ta-site-footer .footer-logo img {
  max-height: 44px;
  width: auto;
  filter: brightness(0) invert(1);
  margin-bottom: 1.25rem;
}

body.z-ta-site .ta-site-footer .footer-badge h3 {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.88);
  margin: 0;
}

body.z-ta-site .ta-site-footer .footer-badge__stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  text-align: center;
}

body.z-ta-site .ta-site-footer .footer-badge__stats strong {
  display: block;
  font-size: 1.75rem;
  font-weight: 700;
  color: #fff;
  line-height: 1.2;
}

body.z-ta-site .ta-site-footer .footer-badge__stats span {
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.55);
  line-height: 1.35;
}

body.z-ta-site .ta-site-footer .footer-links {
  padding: 1.75rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

body.z-ta-site .ta-site-footer .footer-links__row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
}

body.z-ta-site .ta-site-footer .footer-trust {
  margin: 0;
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.55);
}

body.z-ta-site .ta-site-footer .social-links {
  display: flex;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
}

body.z-ta-site .ta-site-footer .social-links > span {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.55);
}

body.z-ta-site .ta-site-footer .social-links ul {
  display: flex;
  gap: 0.5rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

body.z-ta-site .ta-site-footer .social-links a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  font-size: 1.1rem;
  transition: background 0.2s, color 0.2s;
}

body.z-ta-site .ta-site-footer .social-links a:hover {
  background: var(--ta-magenta);
  color: #fff;
}

body.z-ta-site .ta-site-footer .copyright {
  padding: 1.25rem 0 2rem;
}

body.z-ta-site .ta-site-footer .copyright ul {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1.25rem;
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 0.8125rem;
  color: rgba(255, 255, 255, 0.45);
}

body.z-ta-site .ta-site-footer .copyright a {
  color: rgba(255, 255, 255, 0.55);
  text-decoration: none;
}

body.z-ta-site .ta-site-footer .copyright a:hover {
  color: #fff;
}

/* Floating contact — TechAhead style */
body.z-ta-site .ta-float-whatsapp,
body.z-ta-site .ta-float-contact {
  position: fixed;
  z-index: 1040;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.2);
  transition: transform 0.2s, box-shadow 0.2s;
}

body.z-ta-site .ta-float-whatsapp:hover,
body.z-ta-site .ta-float-contact:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.28);
}

body.z-ta-site .ta-float-whatsapp {
  bottom: 24px;
  right: 24px;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: #25d366;
  color: #fff;
  font-size: 1.5rem;
  text-decoration: none;
}

body.z-ta-site .ta-float-contact {
  bottom: 88px;
  right: 24px;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: var(--ta-gradient);
  color: #fff;
  font-size: 1.25rem;
}

body.z-ta-site .z-modal .btn-gradient {
  background: var(--ta-gradient);
  border: none;
  color: #fff;
  border-radius: 4rem;
  padding: 0.75rem 1.5rem;
}

/* Responsive */
@media (min-width: 768px) {
  .homepage-v6 .testimonial-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

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

  .homepage-v6 .hero-showcase-card__grid,
  .homepage-v6 .cs-spotlight__card {
    grid-template-columns: 1fr;
  }

  .homepage-v6 .cs-spotlight__aside {
    order: -1;
  }

  .homepage-v6 .cs-spotlight__media {
    margin-right: 0;
  }

  .homepage-v6 .strategic-path-items {
    grid-template-columns: 1fr;
  }

  .homepage-v6 .hero-video-section {
    width: 92%;
  }

  .homepage-v6 .problems-we-solve {
    margin-top: -40px;
  }

  body.z-ta-site .ta-site-footer .footer-top {
    grid-template-columns: 1fr 1fr;
  }

  body.z-ta-site .ta-site-footer .footer-badge__inner {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .homepage-v6 .hero-section {
    min-height: auto;
    padding-top: 40px;
  }

  .homepage-v6 .hero-section .btn {
    padding: 0.75rem 1.25rem;
    font-size: 0.9rem;
  }

  .homepage-v6 .cs-spotlight__stats {
    grid-template-columns: 1fr;
  }

  .homepage-v6 .hero-showcase-card__badge {
    right: 8%;
    width: 52px;
    height: 52px;
  }

  .homepage-v6 .testimonial-carousel {
    padding: 0 2.75rem;
  }

  body.z-ta-site .ta-site-footer .footer-top {
    grid-template-columns: 1fr;
  }

  body.z-ta-site .ta-site-footer .footer-top .list:first-child {
    grid-template-columns: 1fr;
  }

  body.z-ta-site .ta-site-footer .footer-badge__stats {
    grid-template-columns: 1fr;
  }

  body.z-ta-site .ta-float-contact {
    bottom: 84px;
    right: 16px;
  }

  body.z-ta-site .ta-float-whatsapp {
    right: 16px;
    bottom: 20px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .homepage-v6 .marquee-track {
    animation: none;
  }

}
