
body {

  color: #e2e8f0;
  background: #050a28;
  line-height: 1.6;
}

* ── HERO ─────────────────────────────────────────────── */

.hero-arvr {
  background: #050a28 !important;
  min-height: 90vh;
  display: flex;
  align-items: center;
  padding: 30px 0;
  overflow: hidden;
  position: relative;
}
.hero-arvr {
  padding: 30px 0 60px !important;
  margin-top: -20px !important; 
}

#heroParticles {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  pointer-events: none;
}

.hero-arvr .container {
  position: relative;
  z-index: 1;
  padding: 30px 15px;
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
}

.row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.col-lg-7 { width: 58.333%; padding: 0 15px; }
.col-lg-5 { width: 41.667%; padding: 0 15px; }

.hero-arvr__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(0,212,255,0.1);
  border: 1px solid rgba(0,212,255,0.3);
  border-radius: 100px;
  padding: 6px 16px;
  margin-bottom: 24px;
}

.hero-arvr__eyebrow-dot {
  width: 8px; height: 8px;
  border-radius: 50%;
  background: #00d4ff;
  animation: pulse 1.8s ease-in-out infinite;
}

@keyframes pulse {
  0%,100% { opacity:1; transform:scale(1); }
  50% { opacity:0.4; transform:scale(0.7); }
}

.hero-arvr__eyebrow-text {
  font-size: 12px; font-weight: 600;
  color: #00d4ff; letter-spacing: 0.08em; text-transform: uppercase;
}

.hero-arvr h1 {
  font-size: clamp(2.2rem, 4.5vw, 3.6rem);
  font-weight: 700; color: #fff; line-height: 1.1; margin-bottom: 20px;
}

.hero-arvr__accent { color: #00d4ff; }

.hero-arvr__desc {
  font-size: 1rem; color: rgba(255,255,255,0.7);
  max-width: 560px; line-height: 1.75; margin-bottom: 36px;
}

.hero-arvr__ctas { display: flex; gap: 14px; flex-wrap: wrap; margin-bottom: 36px; }

.hero-arvr__btn-primary {
  display: inline-flex; align-items: center; gap: 8px;
  background: #00d4ff; color: #050a28;
  font-weight: 700; font-size: 14px;
  padding: 13px 26px; border-radius: 8px;
  text-decoration: none;
  transition: background 0.2s, transform 0.2s;
}
.hero-arvr__btn-primary:hover { background: #00b8e0; transform: translateY(-2px); }

.hero-arvr__btn-secondary {
  display: inline-flex; align-items: center; gap: 8px;
  background: transparent; color: #fff;
  font-weight: 600; font-size: 14px;
  padding: 12px 24px; border-radius: 8px;
  border: 1.5px solid rgba(255,255,255,0.35);
  text-decoration: none;
  transition: border-color 0.2s, background 0.2s;
}
.hero-arvr__btn-secondary:hover { border-color: #00d4ff; background: rgba(0,212,255,0.05); }

.hero-arvr__trust { display: flex;  gap: 14px; }

.hero-arvr__badge {
  display: inline-flex; align-items: center; gap: 7px;
  font-size: 12px; color: rgba(255,255,255,0.7);
}
.hero-arvr__badge-icon { color: #00d4ff; font-size: 14px; }

/* 3D Visual */
.hero-arvr-visual {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 20px;
}

.hero-arvr-character-wrap {
  position: relative;
  width: 100%;
  height: 480px;
}

#heroVr3D {
  width: 100% !important;
  height: 100% !important;
  border-radius: 20px;
  display: block;
}

/* Floating label badges on canvas */
.badge-ar, .badge-vr, .badge-mr {
  position: absolute;
  background: rgba(0,212,255,0.12);
  border: 1px solid rgba(0,212,255,0.4);
  border-radius: 8px;
  padding: 6px 12px;
  font-size: 11px;
  font-weight: 700;
  color: #00d4ff;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  pointer-events: none;
  animation: floatBadge 3s ease-in-out infinite;
}
.badge-ar { top: 18%; left: -8px; animation-delay: 0s; }
.badge-vr { bottom: 28%; right: -8px; animation-delay: 1s; }
.badge-mr { bottom: 12%; left: 10%; animation-delay: 2s; }

@keyframes floatBadge {
  0%,100% { transform: translateY(0); }
  50% { transform: translateY(-8px); }
}

/* Responsive */
@media (max-width: 991px) {
  .col-lg-7, .col-lg-5 { width: 100%; }
  .hero-arvr-character-wrap { height: 360px; margin-top: 40px; }
  .badge-ar { left: 4px; }
  .badge-vr { right: 4px; }
}
@media (max-width: 576px) {
  .hero-arvr { padding: 80px 0 40px; }
  .hero-arvr-character-wrap { height: 280px; }
  .hero-arvr__ctas { flex-direction: column; }
}


/* ── TRUST STRIP ──────────────────────────────────────── */
.trust-strip {
  background: #0d1433;
  border-top: 1px solid rgba(255,255,255,0.08);
  border-bottom: 1px solid rgba(255,255,255,0.08);
  padding: 28px 0;
}

.trust-strip__label {
  text-align: center; font-size: 11px; font-weight: 700;
  text-transform: uppercase; letter-spacing: 0.1em;
  color: rgba(255,255,255,0.4); margin-bottom: 20px;
}

.trust-strip__logos {
  display: flex; justify-content: center;
  flex-wrap: wrap; gap: 20px; margin-bottom: 20px;
}

.trust-strip__logo-card {
  display: flex; align-items: center; gap: 10px;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 10px; padding: 10px 18px;
}

.trust-strip__logo-icon img {
  width: 36px; height: 36px; object-fit: contain;
  
}

.trust-strip__logo-name { font-size: 13px; font-weight: 700; color: #fff; margin: 0; }
.trust-strip__logo-sector { font-size: 11px; color: rgba(255,255,255,0.4); margin: 0; }

.trust-strip__countries {
  display: flex; justify-content: center; flex-wrap: wrap; gap: 12px;
}

.trust-strip__country-badge {
  display: inline-flex; align-items: center; gap: 6px;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 100px; padding: 5px 14px;
  font-size: 12px; font-weight: 600; color: rgba(255,255,255,0.7);
}

/* ── XR IMPACT SECTION ────────────────────────────────── */
.xr-impact-section {
  padding: 80px 0;
  background: #050a28;
  color: #fff;
}

.xr-impact-header { margin-bottom: 50px; }

.xr-impact-eyebrow {
  display: inline-block; font-size: 12px; font-weight: 700;
  text-transform: uppercase; letter-spacing: 0.1em;
  color: #00d4ff; margin-bottom: 12px;
}

.xr-impact-title {
  font-size: clamp(1.8rem, 3vw, 2.6rem);
  font-weight: 700; color: #fff; margin-bottom: 10px;
}
.xr-impact-title span { color: #00d4ff; }

.xr-impact-sub {
  font-size: 15px; color: rgba(255,255,255,0.6);
  max-width: 600px; margin: 0 auto;
}

.xr-counters-row {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px,1fr));
  gap: 20px; margin-bottom: 30px;
}

.xr-counter-card {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 16px; padding: 28px 20px; text-align: center;
}

.xrc-circle {
  position: relative; width: 80px; height: 80px;
  margin: 0 auto 16px;
  display: flex; align-items: center; justify-content: center;
}

.xrc-circle svg { position: absolute; inset: 0; transform: rotate(-90deg); }
.xrc-ring { transition: stroke-dashoffset 1.5s ease; }

.xrc-pct {
  position: relative; z-index: 1;
  font-size: 22px; font-weight: 800; color: #fff;
}

.xrc-sym {
  font-size: 14px; font-weight: 700;
  color: rgba(255,255,255,0.6); position: relative; z-index: 1;
}

.xrc-big-num {
  display: flex; align-items: center; justify-content: center;
  gap: 2px; margin-bottom: 16px; height: 80px;
}
.xrc-count-big { font-size: 42px; font-weight: 900; color: #fff; }
.xrc-plus { font-size: 24px; font-weight: 700; color: #00d4ff; }

.xrc-label { font-size: 13px; font-weight: 700; color: #fff; margin-bottom: 4px; }
.xrc-sub { font-size: 11px; color: rgba(255,255,255,0.45); }

.xr-charts-row {
  display: grid; grid-template-columns: 1fr 1fr; gap: 20px;
}

.xr-chart-card {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 16px; padding: 28px;
}

.xr-chart-title {
  font-size: 15px; font-weight: 700; color: #fff;
  margin-bottom: 24px; display: flex; align-items: center; gap: 10px;
}

.xr-bar-chart { display: flex; flex-direction: column; gap: 14px; }
.xr-bar-item { display: flex; align-items: center; gap: 10px; }
.xr-bar-label { font-size: 12px; color: rgba(255,255,255,0.6); width: 110px; flex-shrink: 0; }

.xr-bar-track {
  flex: 1; height: 8px;
  background: rgba(255,255,255,0.08);
  border-radius: 100px; overflow: hidden;
}

.xr-bar-fill { height: 100%; border-radius: 100px; width: 0; transition: width 1.2s ease; }
.xr-bar-pct { font-size: 12px; font-weight: 700; color: #fff; width: 36px; text-align: right; flex-shrink: 0; }

.xr-donut-wrap { display: flex; align-items: center; gap: 20px; margin-bottom: 20px; }
.xr-donut-svg { width: 160px; height: 160px; flex-shrink: 0; transform: rotate(-90deg); }
.donut-seg { transition: stroke-dasharray 1.2s ease; }

.xr-donut-legend { display: flex; flex-direction: column; gap: 10px; }
.xr-leg-item { display: flex; align-items: center; gap: 8px; }
.xr-leg-dot { width: 10px; height: 10px; border-radius: 50%; flex-shrink: 0; }
.xr-leg-text { font-size: 12px; color: rgba(255,255,255,0.7); }

.xr-sparkline-wrap { display: flex; flex-direction: column; gap: 6px; }
.xr-spark-label { font-size: 11px; color: rgba(255,255,255,0.45); }
.xr-sparkline { width: 100%; height: 60px; }
.spark-line { stroke-dasharray: 600; stroke-dashoffset: 600; animation: drawLine 2s ease forwards 0.5s; }
@keyframes drawLine { to { stroke-dashoffset: 0; } }

/* ── SERVICES ─────────────────────────────────────────── */
.arvr-services {
  padding: 30px 0;
  background: #0d1433;
}

.arvr-services__head { text-align: center; margin-bottom: 50px; }

.arvr-services__kicker {
  display: inline-block; font-size: 11px; font-weight: 700;
  text-transform: uppercase; letter-spacing: 0.1em;
  color: #00d4ff; margin-bottom: 12px;
  background: rgba(0,212,255,0.1);
  border: 1px solid rgba(0,212,255,0.2);
  padding: 4px 14px; border-radius: 100px;
}

.arvr-services__head h2 {
  font-size: clamp(1.7rem, 3vw, 2.4rem);
  font-weight: 700; color: #fff; margin-bottom: 10px;
}

.arvr-services__sub { font-size: 15px; color: rgba(255,255,255,0.6); max-width: 620px; margin: 0 auto; }

.arvr-services__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px,1fr));
  gap: 20px;
}

.arvr-services__card {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 16px; padding: 28px;
  transition: transform 0.25s, box-shadow 0.25s, border-color 0.25s;
}

.arvr-services__card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 40px rgba(0,212,255,0.12);
  border-color: rgba(0,212,255,0.4);
}

.arvr-services__card-icon {
  width: 48px; height: 48px;
  background: rgba(0,212,255,0.1);
  border-radius: 12px;
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 16px;
}

.arvr-services__card-icon i { color: #00d4ff !important; }

.arvr-services__card-title { font-size: 16px; font-weight: 700; color: #fff; margin-bottom: 10px; }
.arvr-services__card-desc { font-size: 13px; color: rgba(255,255,255,0.6); line-height: 1.7; margin-bottom: 16px; }

.arvr-services__tags { display: flex; flex-wrap: wrap; gap: 6px; margin-bottom: 16px; }

.arvr-services__tag {
  font-size: 11px; font-weight: 700;
  background: rgba(0,212,255,0.1);
  color: #00d4ff;
  border: 1px solid rgba(0,212,255,0.25);
  border-radius: 100px; padding: 3px 10px;
}

.arvr-services__cta { display: inline-block; font-size: 13px; font-weight: 700; color: #00d4ff; }
.arvr-services__cta:hover { text-decoration: underline; }

/* ── EXPERIENCE LAB ───────────────────────────────────── */
.exp-lab {
  padding: 30px 0;
  background: #050a28;
  color: #fff;
}

.exp-lab__head { text-align: center; margin-bottom: 50px; }

.exp-lab__kicker {
  display: inline-block; font-size: 11px; font-weight: 700;
  text-transform: uppercase; letter-spacing: 0.1em;
  color: #00d4ff; margin-bottom: 12px;
}

.exp-lab__head h2 { font-size: clamp(1.7rem, 3vw, 2.4rem); font-weight: 700; color: #fff; margin-bottom: 10px; }
.exp-lab__sub { font-size: 15px; color: rgba(255,255,255,0.6); }

.exp-lab__layout {
  display: grid; grid-template-columns: 280px 1fr;
  gap: 24px; align-items: start;
}

.exp-lab__tabs { list-style: none; display: flex; flex-direction: column; gap: 8px; }

.exp-lab__tab-btn {
  width: 100%;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 12px; padding: 14px 18px;
  color: rgba(255,255,255,0.6); font-size: 13px; font-weight: 600;
  display: flex; align-items: center; gap: 12px;
  cursor: pointer; transition: all 0.2s; text-align: left;
}

.exp-lab__tab-btn.active,
.exp-lab__tab-btn:hover {
  background: rgba(0,212,255,0.1);
  border-color: rgba(0,212,255,0.3); color: #fff;
}

.exp-lab__tab-icon {
  width: 32px; height: 32px;
  background: rgba(0,212,255,0.1); border-radius: 8px;
  display: flex; align-items: center; justify-content: center;
  color: #00d4ff; font-size: 14px; flex-shrink: 0;
}

.exp-lab__panels { min-height: 300px; }
.exp-lab__panel { display: none; }
.exp-lab__panel.active { display: block; }

.exp-lab__panel-inner {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 30px; align-items: center;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 16px; padding: 36px;
}

.exp-lab__panel-tag {
  display: inline-block; font-size: 11px; font-weight: 700;
  text-transform: uppercase; letter-spacing: 0.1em;
  color: #00d4ff; background: rgba(0,212,255,0.1);
  border: 1px solid rgba(0,212,255,0.2);
  border-radius: 100px; padding: 4px 12px; margin-bottom: 14px;
}

.exp-lab__panel-title { font-size: 1.5rem; font-weight: 700; color: #fff; margin-bottom: 12px; }
.exp-lab__panel-desc { font-size: 14px; color: rgba(255,255,255,0.6); line-height: 1.75; margin-bottom: 20px; }

.exp-lab__panel-link {
  display: inline-block; background: #00d4ff; color: #050a28;
  font-size: 13px; font-weight: 700;
  padding: 10px 22px; border-radius: 8px;
  transition: background 0.2s, transform 0.2s;
}
.exp-lab__panel-link:hover { background: #00b8e0; transform: translateY(-2px); }

.exp-lab__panel-visual { display: flex; align-items: center; justify-content: center; }

.exp-lab__panel-img-placeholder {
  width: 180px; height: 180px;
  background: rgba(255,255,255,0.04);
  border: 1.5px dashed rgba(0,212,255,0.3);
  border-radius: 20px;
  display: flex; flex-direction: column;
  align-items: center; justify-content: center; gap: 8px;
}

/* ── BUSINESS PROBLEMS ────────────────────────────────── */
.biz-problems {
  padding: 30px 0;
  background: #1a1a2e;
}

.biz-problems__head { text-align: center; margin-bottom: 50px; }

.biz-problems__kicker {
  display: inline-block; font-size: 11px; font-weight: 700;
  text-transform: uppercase; letter-spacing: 0.1em;
  color: #ff6b6b;
  background: rgba(255,107,107,0.1);
  border: 1px solid rgba(255,107,107,0.25);
  padding: 4px 14px; border-radius: 100px; margin-bottom: 12px;
}

.biz-problems__head h2 { font-size: clamp(1.7rem, 3vw, 2.4rem); font-weight: 700; color: #fff; margin-bottom: 10px; }
.biz-problems__sub { font-size: 15px; color: rgba(255,255,255,0.6); max-width: 600px; margin: 0 auto; }

.biz-problems__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px,1fr));
  gap: 20px;
}

.biz-problems__card {
  background: rgba(255,255,255,0.04);
  border-radius: 16px; padding: 28px;
  border: 1px solid rgba(255,255,255,0.1);
}

.biz-problems__icon-wrap {
  width: 44px; height: 44px; border-radius: 10px;
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 16px;
}

.bg-danger-transparent { background: rgba(255,107,107,0.12); }
.bg-success-transparent { background: rgba(0,229,160,0.12); }
.bg-primary-transparent { background: rgba(0,212,255,0.12); }

.biz-problems__card-title { font-size: 16px; font-weight: 700; color: #fff; margin-bottom: 18px; line-height: 1.4; }

.biz-problems__row { margin-bottom: 14px; }

.biz-problems__label {
  display: inline-block; font-size: 10px; font-weight: 800;
  text-transform: uppercase; letter-spacing: 0.1em;
  border-radius: 4px; padding: 2px 8px; margin-bottom: 6px;
}

.biz-problems__label--problem { background: rgba(255,107,107,0.15); color: #ff6b6b; }
.biz-problems__label--solution { background: rgba(0,212,255,0.15); color: #00d4ff; }
.biz-problems__label--result { background: rgba(0,229,160,0.15); color: #00e5a0; }

.biz-problems__text { font-size: 13px; color: rgba(255,255,255,0.6); line-height: 1.65; margin: 0; }
.biz-problems__result-highlight { font-weight: 700; color: #00e5a0; }

/* ── CAPABILITIES ─────────────────────────────────────── */
.arvr-caps-section {
  padding: 30px 0;
  background: #1a1a2e;
  color: #fff;
}

.sec-label {
  display: inline-block; font-size: 11px; font-weight: 700;
  text-transform: uppercase; letter-spacing: 0.1em;
  color: #00d4ff; margin-bottom: 12px;
}

.sec-title { font-size: clamp(1.7rem, 3vw, 2.4rem); font-weight: 700; color: #fff; margin-bottom: 10px; }
.sec-title span { color: #00d4ff; }
.sec-desc { font-size: 15px; color: rgba(255,255,255,0.6); max-width: 600px; margin: 0 auto 36px; }

.arvr-caps-tabs {
  display: flex; justify-content: center; flex-wrap: wrap;
  gap: 10px; margin-bottom: 30px;
}

.arvr-caps-tab {
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 100px; padding: 8px 20px;
  font-size: 13px; font-weight: 600;
  color: rgba(255,255,255,0.6); cursor: pointer; transition: all 0.2s;
}

.arvr-caps-tab.active,
.arvr-caps-tab:hover {
  background: rgba(0,212,255,0.12);
  border-color: rgba(0,212,255,0.4); color: #fff;
}

.arvr-caps-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px,1fr));
  gap: 14px; margin-bottom: 24px;
}

.arvr-cap-chip {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 12px; padding: 16px 18px;
  display: flex; align-items: center; gap: 12px; transition: all 0.2s;
}

.arvr-cap-chip:hover { background: rgba(0,212,255,0.08); border-color: rgba(0,212,255,0.3); }
.arvr-cap-chip.cap-hidden { display: none; }

.chip-icon {
  width: 36px; height: 36px;
  background: rgba(0,212,255,0.1); border-radius: 8px;
  display: flex; align-items: center; justify-content: center;
  color: #00d4ff; font-size: 15px; flex-shrink: 0;
}

.chip-text { font-size: 13px; font-weight: 600; color: rgba(255,255,255,0.85); }

.arvr-caps-toggle { text-align: center; margin-top: 10px; }

.btn-view-all {
  display: inline-flex; align-items: center; gap: 8px;
  background: transparent;
  border: 1.5px solid rgba(255,255,255,0.2);
  border-radius: 100px; padding: 10px 24px;
  font-size: 13px; font-weight: 600; color: #fff;
  cursor: pointer; transition: all 0.2s;
}
.btn-view-all:hover { border-color: #00d4ff; color: #00d4ff; }

/* ── INDUSTRIES ───────────────────────────────────────── */
.industry-solutions {
  padding: 30px 0;
  background: #050a28;
}

.industry-solutions__head { text-align: center; margin-bottom: 50px; }

.industry-solutions__kicker {
  display: inline-block; font-size: 11px; font-weight: 700;
  text-transform: uppercase; letter-spacing: 0.1em;
  color: #00d4ff;
  background: rgba(0,212,255,0.1);
  border: 1px solid rgba(0,212,255,0.2);
  padding: 4px 14px; border-radius: 100px; margin-bottom: 12px;
}

.industry-solutions__head h2 { font-size: clamp(1.7rem, 3vw, 2.4rem); font-weight: 700; color: #fff; margin-bottom: 10px; }
.industry-solutions__sub { font-size: 15px; color: rgba(255,255,255,0.6); max-width: 600px; margin: 0 auto; }

.industry-solutions__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px,1fr));
  gap: 20px;
}

.industry-solutions__card {
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 16px; overflow: hidden;
  background: rgba(255,255,255,0.04);
  transition: transform 0.25s, box-shadow 0.25s;
}

.industry-solutions__card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 40px rgba(0,212,255,0.12);
  border-color: rgba(0,212,255,0.3);
}

.industry-solutions__thumb {
  padding: 24px;
  background: rgba(255,255,255,0.03);
  border-bottom: 1px solid rgba(255,255,255,0.08);
}

.industry-solutions__thumb-icon {
  width: 64px; height: 64px; border-radius: 14px;
  display: flex; align-items: center; justify-content: center;
  flex-direction: column; gap: 4px; position: relative;
}

.industry-solutions__thumb-icon img { width: 32px; height: 32px; object-fit: contain; filter: brightness(0) invert(1); opacity: 0.85; }

.industry-solutions__thumb-label {
  font-size: 10px; font-weight: 700;
  text-transform: uppercase; letter-spacing: 0.06em;
}

.bg-info-transparent    { background: rgba(0,212,255,0.12); }
.bg-success-transparent { background: rgba(0,229,160,0.12); }
.bg-primary-transparent { background: rgba(0,212,255,0.12); }
.bg-warning-transparent { background: rgba(251,191,36,0.12); }
.bg-indigo-transparent  { background: rgba(129,140,248,0.12); }

.text-info    { color: #00d4ff; }
.text-success { color: #00e5a0; }
.text-primary { color: #00d4ff; }
.text-warning { color: #fbbf24; }
.text-indigo  { color: #818cf8; }
.text-danger  { color: #ff6b6b; }

.industry-solutions__card-body { padding: 22px; }
.industry-solutions__card-title { font-size: 15px; font-weight: 700; color: #fff; margin-bottom: 8px; }
.industry-solutions__card-desc { font-size: 13px; color: rgba(255,255,255,0.6); line-height: 1.65; margin-bottom: 14px; }

.industry-solutions__card-cta { font-size: 13px; font-weight: 700; color: #00d4ff; }
.industry-solutions__card-cta:hover { text-decoration: underline; }

/* ── PROCESS TIMELINE ─────────────────────────────────── */
.arvr-process-section {
  padding: 30px 0;
  background: #0d1433;
  color: #fff;
}

.proc-header { text-align: center; margin-bottom: 60px; }

.proc-eyebrow {
  display: inline-block; font-size: 11px; font-weight: 700;
  text-transform: uppercase; letter-spacing: 0.1em;
  color: #00d4ff; margin-bottom: 12px;
}

.proc-header h2 { font-size: clamp(1.7rem, 3vw, 2.4rem); font-weight: 700; color: #fff; margin-bottom: 10px; }
.proc-header p { font-size: 15px; color: rgba(255,255,255,0.6); max-width: 600px; margin: 0 auto; }

.proc-timeline { position: relative; max-width: 900px; margin: 0 auto; }

.proc-timeline::before {
  content: '';
  position: absolute; left: 50%; top: 0; bottom: 0;
  width: 2px; background: rgba(0,212,255,0.2);
  transform: translateX(-50%);
}

.proc-step {
  display: flex; align-items: flex-start;
  gap: 30px; margin-bottom: 40px; position: relative;
}

.proc-step.step-left  { flex-direction: row; }
.proc-step.step-right { flex-direction: row-reverse; }

.proc-step-node {
  position: absolute; left: 50%; transform: translateX(-50%);
  width: 52px; height: 52px; border-radius: 50%;
  background: rgba(0,212,255,0.12); border: 2px solid #00d4ff;
  display: flex; align-items: center; justify-content: center;
  flex-direction: column; flex-shrink: 0; z-index: 1;
}

.proc-icon { font-size: 16px; color: #00d4ff; }
.step-num { font-size: 9px; font-weight: 800; color: rgba(255,255,255,0.5); }

.proc-step-card {
  width: calc(50% - 50px);
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 14px; padding: 22px;
}

.step-left .proc-step-card  { margin-right: auto; }
.step-right .proc-step-card { margin-left: auto; }

.step-label {
  font-size: 10px; font-weight: 700;
  text-transform: uppercase; letter-spacing: 0.1em;
  color: #00d4ff; display: block; margin-bottom: 8px;
}

.proc-step-card h3 { font-size: 15px; font-weight: 700; color: #fff; margin-bottom: 8px; }
.proc-step-card p  { font-size: 13px; color: rgba(255,255,255,0.55); line-height: 1.65; }

/* ── DEVICE COMPAT ────────────────────────────────────── */
.device-compat-section {
  padding: 30px 0;
  background: #1a1a2e;
}

.device-compat-section .sec-title { color: #fff; }
.device-compat-section .sec-title span { color: #00d4ff; }
.device-compat-section .sec-label {
  color: #00d4ff;
  background: rgba(0,212,255,0.1);
  border: 1px solid rgba(0,212,255,0.2);
  padding: 4px 12px; border-radius: 100px;
}
.device-compat-section .sec-desc { color: rgba(255,255,255,0.6); margin-bottom: 40px; }

.device-group { margin-bottom: 36px; }

.device-group-label {
  display: flex; align-items: center; gap: 12px; margin-bottom: 16px;
}

.group-icon {
  width: 36px; height: 36px;
  background: rgba(0,212,255,0.1); border-radius: 8px;
  display: flex; align-items: center; justify-content: center;
  color: #00d4ff; font-size: 16px; flex-shrink: 0;
}

.group-name { font-size: 14px; font-weight: 700; color: #fff; }
.group-line { flex: 1; height: 1px; background: rgba(255,255,255,0.1); }

.device-cards-row {
  display: flex; flex-wrap: wrap; gap: 12px; justify-content: center;
}

.device-card {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 12px; padding: 16px 20px;
  display: flex; flex-direction: column;
  align-items: center; gap: 6px; min-width: 130px;
  transition: transform 0.2s, border-color 0.2s;
}

.device-card:hover { transform: translateY(-3px); border-color: rgba(0,212,255,0.4); }

.dev-icon {
  width: 40px; height: 40px;
  background: rgba(0,212,255,0.1); border-radius: 8px;
  display: flex; align-items: center; justify-content: center;
  color: #00d4ff; font-size: 18px;
}

.dev-name { font-size: 12px; font-weight: 700; color: #fff; text-align: center; }
.dev-sub  { font-size: 10px; color: rgba(255,255,255,0.4); text-align: center; }

/* ── TECH STACK ───────────────────────────────────────── */
.tech-stack-section {
  padding: 30px 0;
  background: #050a28;
  color: #fff;
}

.tech-stack-section .sec-label { color: #00d4ff; }
.tech-stack-section .sec-title { color: #fff; }
.tech-stack-section .sec-desc { color: rgba(255,255,255,0.6); margin-bottom: 36px; }

.stack-tab-nav {
  display: flex; justify-content: center;
  flex-wrap: wrap; gap: 10px; margin-bottom: 30px;
}

.stack-tab-btn {
  display: inline-flex; align-items: center; gap: 8px;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 100px; padding: 8px 22px;
  font-size: 13px; font-weight: 600;
  color: rgba(255,255,255,0.6); cursor: pointer; transition: all 0.2s;
}

.stack-dot { width: 6px; height: 6px; border-radius: 50%; background: currentColor; }

.stack-tab-btn.active,
.stack-tab-btn:hover {
  background: rgba(0,212,255,0.12);
  border-color: rgba(0,212,255,0.4); color: #fff;
}

.stack-panes { max-width: 800px; margin: 0 auto; }
.stack-pane { display: none; }
.stack-pane.active { display: block; }

.tech-chips-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px,1fr));
  gap: 14px;
}

.tech-chip {
  display: flex; align-items: center; gap: 14px;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 12px; padding: 16px 18px; transition: all 0.2s;
}

.tech-chip:hover { background: rgba(0,212,255,0.07); border-color: rgba(0,212,255,0.3); }

.chip-logo {
  width: 38px; height: 38px; border-radius: 8px;
  display: flex; align-items: center; justify-content: center;
  font-size: 12px; font-weight: 900; color: #fff; flex-shrink: 0;
}

.tc-unity .chip-logo    { background: #222; }
.tc-unreal .chip-logo   { background: #0d0d0d; border: 1px solid #333; }
.tc-arkit .chip-logo    { background: #0071e3; }
.tc-arcore .chip-logo   { background: #4285f4; }
.tc-vuforia .chip-logo  { background: #1565c0; }
.tc-webxr .chip-logo    { background: #5c2d91; }
.tc-threejs .chip-logo  { background: #111; }
.tc-babylonjs .chip-logo { background: #e0703c; }
.tc-8thwall .chip-logo  { background: #2196f3; }
.tc-nodejs .chip-logo   { background: #3c873a; }
.tc-aws .chip-logo      { background: #ff9900; color: #111; }
.tc-azure .chip-logo    { background: #0078d4; }
.tc-graphql .chip-logo  { background: #e535ab; }

.chip-name { font-size: 13px; font-weight: 700; color: #fff; margin: 0 0 2px; }
.chip-sub  { font-size: 11px; color: rgba(255,255,255,0.45); margin: 0; }

/* ── COST ESTIMATOR ───────────────────────────────────── */
.estimator-section {
  padding: 80px 0;
  background: #0d1433;
}

.est-left { padding-right: 40px; }

.est-left-label {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 11px; font-weight: 700;
  text-transform: uppercase; letter-spacing: 0.1em;
  color: #00d4ff;
  background: rgba(0,212,255,0.1);
  border: 1px solid rgba(0,212,255,0.2);
  padding: 4px 14px; border-radius: 100px; margin-bottom: 16px;
}

.est-left-title { font-size: clamp(1.6rem, 3vw, 2.2rem); font-weight: 700; color: #fff; margin-bottom: 12px; }
.est-left-title span { color: #00d4ff; }
.est-left-desc { font-size: 15px; color: rgba(255,255,255,0.6); line-height: 1.75; margin-bottom: 28px; }

.est-stats-row { display: flex; gap: 16px; flex-wrap: wrap; }

.est-stat-pill {
  display: flex; align-items: center; gap: 10px;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 12px; padding: 12px 18px;
}

.stp-icon { font-size: 20px; color: #00d4ff; }
.stp-val { display: block; font-size: 16px; font-weight: 800; color: #fff; }
.stp-lbl { display: block; font-size: 11px; color: rgba(255,255,255,0.4); }

.est-calc-card {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 20px; padding: 32px;
  box-shadow: 0 4px 24px rgba(0,0,0,0.3);
}

.est-progress {
  display: flex; align-items: center;
  margin-bottom: 24px; flex-wrap: wrap; gap: 4px;
}

.ep-dot {
  width: 16px; height: 16px; border-radius: 50%;
  background: rgba(255,255,255,0.1);
  border: 2px solid rgba(255,255,255,0.15);
  flex-shrink: 0; transition: all 0.3s;
}

.ep-dot.done   { background: #00d4ff; border-color: #00d4ff; }
.ep-dot.active { background: transparent; border-color: #00d4ff; box-shadow: 0 0 0 3px rgba(0,212,255,0.2); }

.ep-line { flex: 1; height: 2px; background: rgba(255,255,255,0.1); min-width: 10px; transition: background 0.3s; }
.ep-line.done { background: #00d4ff; }

.est-progress-label { font-size: 12px; font-weight: 600; color: #00d4ff; margin-left: auto; width: 100%; text-align: right; margin-top: 4px; }

.est-form-title { font-size: 16px; font-weight: 700; color: #fff; margin-bottom: 20px; }

.est-field { margin-bottom: 16px; }
.est-field label { display: block; font-size: 12px; font-weight: 600; color: rgba(255,255,255,0.5); margin-bottom: 6px; }

.est-select {
  width: 100%;
  background: rgba(255,255,255,0.06);
  border: 1.5px solid rgba(255,255,255,0.12);
  border-radius: 10px; padding: 11px 14px;
  font-size: 14px; color: #fff; outline: none;
  transition: border-color 0.2s; appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%2300d4ff' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat; background-position: right 12px center; cursor: pointer;
}
.est-select option { background: #1a1a2e; color: #fff; }
.est-select:focus { border-color: #00d4ff; }

.est-fields-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }

.est-result-card {
  background: rgba(0,212,255,0.07);
  border: 1.5px solid rgba(0,212,255,0.4);
  border-radius: 14px; padding: 20px;
  margin: 20px 0; display: none;
}

.est-result-card.visible { display: block; }

.est-result-title {
  font-size: 13px; font-weight: 700; color: #00d4ff;
  margin-bottom: 14px; display: flex; align-items: center; gap: 8px;
}

.est-result-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-bottom: 12px; }
.est-result-item { background: rgba(255,255,255,0.06); border-radius: 10px; padding: 12px 14px; }
.ri-label { font-size: 11px; color: rgba(255,255,255,0.4); margin: 0 0 4px; }
.ri-val   { font-size: 15px; font-weight: 700; color: #fff; margin: 0; }
.ri-val.accent { color: #00d4ff; }
.est-result-note { font-size: 11px; color: rgba(255,255,255,0.4); font-style: italic; margin: 0; }

.est-calc-btn {
  width: 100%; background: #00d4ff; color: #050a28;
  border: none; border-radius: 12px; padding: 14px;
  font-size: 15px; font-weight: 700; cursor: pointer;
  display: flex; align-items: center; justify-content: center;
  gap: 10px; margin-bottom: 12px; transition: background 0.2s;
}
.est-calc-btn:hover { background: #00b8e0; }

.est-cta-link {
  display: flex; align-items: center; justify-content: center;
  gap: 8px; font-size: 13px; font-weight: 600; color: #00d4ff;
}
.est-cta-link:hover { text-decoration: underline; }

/* ── ROI SECTION ──────────────────────────────────────── */
.roi-section {
  padding: 30px 0;
  background: #050a28; color: #fff;
}

.roi-sec-label { display: inline-block; font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.1em; color: #00d4ff; margin-bottom: 12px; }
.roi-sec-title { font-size: clamp(1.7rem, 3vw, 2.4rem); font-weight: 700; color: #fff; margin-bottom: 10px; }
.roi-sec-title span { color: #00d4ff; }
.roi-sec-desc { font-size: 15px; color: rgba(255,255,255,0.6); max-width: 600px; margin: 0 auto 40px; }

.roi-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px,1fr));
  gap: 20px;
}

.roi-card {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 16px; padding: 28px; transition: transform 0.25s;
}
.roi-card:hover { transform: translateY(-5px); }

.roi-card-head { display: flex; align-items: flex-start; justify-content: space-between; margin-bottom: 16px; }

.roi-card-icon {
  width: 44px; height: 44px; border-radius: 10px;
  display: flex; align-items: center; justify-content: center; font-size: 18px;
}

.rc-green .roi-card-icon  { background: rgba(0,229,160,0.1); color: #00e5a0; }
.rc-cyan .roi-card-icon   { background: rgba(0,212,255,0.1); color: #00d4ff; }
.rc-indigo .roi-card-icon { background: rgba(129,140,248,0.1); color: #818cf8; }
.rc-amber .roi-card-icon  { background: rgba(251,191,36,0.1); color: #fbbf24; }

.roi-card-metric { text-align: right; }
.met-val { display: block; font-size: 28px; font-weight: 900; }
.met-lbl { display: block; font-size: 11px; color: rgba(255,255,255,0.5); }

.rc-green .met-val  { color: #00e5a0; }
.rc-cyan .met-val   { color: #00d4ff; }
.rc-indigo .met-val { color: #818cf8; }
.rc-amber .met-val  { color: #fbbf24; }

.roi-card-title { font-size: 15px; font-weight: 700; color: #fff; margin-bottom: 8px; }
.roi-card-desc  { font-size: 13px; color: rgba(255,255,255,0.55); line-height: 1.65; margin-bottom: 18px; }

.roi-bar { height: 4px; background: rgba(255,255,255,0.08); border-radius: 100px; overflow: hidden; }
.roi-bar-fill { height: 100%; border-radius: 100px; width: 0; transition: width 1.2s ease; }

.rc-green .roi-bar-fill  { background: #00e5a0; }
.rc-cyan .roi-bar-fill   { background: #00d4ff; }
.rc-indigo .roi-bar-fill { background: #818cf8; }
.rc-amber .roi-bar-fill  { background: #fbbf24; }

/* ── SECURITY ─────────────────────────────────────────── */
.arvr-security-section {
  padding: 30px 0;
  background: #1a1a2e;
}

.sec-header { text-align: center; margin-bottom: 50px; }

.sec-eyebrow {
  display: inline-block; font-size: 11px; font-weight: 700;
  text-transform: uppercase; letter-spacing: 0.1em;
  color: #00d4ff;
  background: rgba(0,212,255,0.1);
  border: 1px solid rgba(0,212,255,0.2);
  padding: 4px 14px; border-radius: 100px; margin-bottom: 12px;
}

.sec-header h2 { font-size: clamp(1.7rem, 3vw, 2.4rem); font-weight: 700; color: #fff; margin-bottom: 10px; }
.sec-sub { font-size: 15px; color: rgba(255,255,255,0.6); max-width: 560px; margin: 0 auto; }

.sec-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px,1fr));
  gap: 20px; margin-bottom: 30px;
}

.sec-badge-card {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 14px; padding: 28px; text-align: center;
  transition: transform 0.2s, box-shadow 0.2s, border-color 0.2s;
}

.sec-badge-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 30px rgba(0,212,255,0.1);
  border-color: rgba(0,212,255,0.3);
}

.sec-badge-icon {
  width: 52px; height: 52px;
  background: rgba(0,212,255,0.1); border-radius: 14px;
  display: flex; align-items: center; justify-content: center;
  color: #00d4ff; font-size: 22px; margin: 0 auto 16px;
}

.sec-badge-card h3 { font-size: 16px; font-weight: 700; color: #fff; margin-bottom: 8px; }
.sec-badge-card p  { font-size: 13px; color: rgba(255,255,255,0.55); line-height: 1.65; margin: 0; }

.sec-trust-bar {
  display: flex; justify-content: center; flex-wrap: wrap; gap: 12px;
}

.sec-trust-pill {
  display: inline-flex; align-items: center; gap: 8px;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 100px; padding: 8px 18px;
  font-size: 13px; font-weight: 600; color: rgba(255,255,255,0.7);
}

/* ── WHY SECTION ──────────────────────────────────────── */
.arvr-why-section {
  padding: 30px 0;
  background: #0d1433; color: #fff;
}

.why-header { text-align: center; margin-bottom: 50px; }

.why-eyebrow {
  display: inline-block; font-size: 11px; font-weight: 700;
  text-transform: uppercase; letter-spacing: 0.1em;
  color: #00d4ff; margin-bottom: 12px;
}

.why-header h2 { font-size: clamp(1.7rem, 3vw, 2.4rem); font-weight: 700; color: #fff; margin-bottom: 10px; }
.why-sub { font-size: 15px; color: rgba(255,255,255,0.6); max-width: 560px; margin: 0 auto; }

.why-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px,1fr));
  gap: 20px;
}

.why-card {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 16px; padding: 30px; transition: all 0.25s;
}

.why-card:hover {
  background: rgba(0,212,255,0.05);
  border-color: rgba(0,212,255,0.3);
  transform: translateY(-4px);
}

.why-card-icon {
  width: 48px; height: 48px;
  background: rgba(0,212,255,0.1); border-radius: 12px;
  display: flex; align-items: center; justify-content: center;
  color: #00d4ff; font-size: 20px; margin-bottom: 16px;
}

.why-card h3 { font-size: 16px; font-weight: 700; color: #fff; margin-bottom: 10px; }
.why-card p  { font-size: 13px; color: rgba(255,255,255,0.55); line-height: 1.7; margin: 0; }

/* ── FAQ SECTION ──────────────────────────────────────── */
.arvr-faq-section {
  padding: 30px 0;
  background: #050a28;
}

.faq-header { text-align: center; margin-bottom: 50px; }

.faq-eyebrow {
  display: inline-block; font-size: 11px; font-weight: 700;
  text-transform: uppercase; letter-spacing: 0.1em;
  color: #00d4ff;
  background: rgba(0,212,255,0.1);
  border: 1px solid rgba(0,212,255,0.2);
  padding: 4px 14px; border-radius: 100px; margin-bottom: 12px;
}

.faq-header h2 { font-size: clamp(1.7rem, 3vw, 2.4rem); font-weight: 700; color: #fff; margin-bottom: 10px; }
.faq-sub { font-size: 15px; color: rgba(255,255,255,0.6); max-width: 560px; margin: 0 auto; }

.faq-list { max-width: 800px; margin: 0 auto; display: flex; flex-direction: column; gap: 12px; }

.faq-item {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 14px; overflow: hidden;
}

.faq-question {
  width: 100%; background: transparent; border: none;
  padding: 20px 24px;
  display: flex; align-items: center;
  justify-content: space-between; gap: 16px;
  cursor: pointer; text-align: left;
}

.faq-question-text { display: flex; align-items: flex-start; gap: 14px; }

.faq-q-icon {
  width: 28px; height: 28px; border-radius: 50%;
  background: rgba(0,212,255,0.1); color: #00d4ff;
  font-size: 13px; font-weight: 800;
  display: flex; align-items: center; justify-content: center; flex-shrink: 0;
}

.faq-q-label { font-size: 14px; font-weight: 600; color: #fff; line-height: 1.5; }

.faq-toggle {
  width: 30px; height: 30px; border-radius: 50%;
  background: rgba(0,212,255,0.1);
  display: flex; align-items: center; justify-content: center;
  color: #00d4ff; font-size: 12px; flex-shrink: 0;
  transition: transform 0.3s, background 0.2s;
}

.faq-item.active .faq-toggle { transform: rotate(180deg); background: #00d4ff; color: #050a28; }

.faq-answer { max-height: 0; overflow: hidden; transition: max-height 0.35s ease, padding 0.35s ease; }
.faq-answer-inner { padding: 0 24px; }
.faq-item.active .faq-answer { max-height: 400px; }
.faq-item.active .faq-answer-inner { padding: 0 24px 20px; }

.faq-answer p {
  font-size: 14px; color: rgba(255,255,255,0.6);
  line-height: 1.7; margin: 0;
  border-top: 1px solid rgba(255,255,255,0.08); padding-top: 16px;
}

/* ── FINAL CTA ────────────────────────────────────────── */
.arvr-cta-section {
  padding: 30px 0;
  background: #050a28;
  position: relative; overflow: hidden;
}

.cta-deco { position: absolute; inset: 0; pointer-events: none; }
.cta-deco-dot { position: absolute; border-radius: 50%; background: rgba(0,212,255,0.06); }
.cta-deco-dot:nth-child(1) { width: 300px; height: 300px; top: -100px; right: -60px; }
.cta-deco-dot:nth-child(2) { width: 200px; height: 200px; bottom: -80px; left: -50px; }
.cta-deco-dot:nth-child(3) { width: 150px; height: 150px; top: 50%; left: 20%; }
.cta-deco-dot:nth-child(4) { width: 100px; height: 100px; bottom: 40px; right: 25%; }

.cta-card { text-align: center; position: relative; z-index: 1; max-width: 700px; margin: 0 auto; }

.cta-eyebrow { display: inline-block; font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.1em; color: #00d4ff; margin-bottom: 16px; }

.cta-card h2 { font-size: clamp(2rem, 4vw, 3rem); font-weight: 700; color: #fff; margin-bottom: 16px; }
.cta-card h2 span { color: #00d4ff; }
.cta-desc { font-size: 16px; color: rgba(255,255,255,0.6); max-width: 560px; margin: 0 auto 36px; line-height: 1.75; }

.cta-btn-row { display: flex; justify-content: center; gap: 16px; flex-wrap: wrap; margin-bottom: 28px; }

.cta-btn-primary {
  display: inline-flex; align-items: center; gap: 10px;
  background: #00d4ff; color: #050a28;
  font-weight: 700; font-size: 15px;
  padding: 15px 32px; border-radius: 10px; border: none;
  cursor: pointer; transition: background 0.2s, transform 0.2s;
}
.cta-btn-primary:hover { background: #00b8e0; transform: translateY(-2px); }

.cta-btn-secondary {
  display: inline-flex; align-items: center; gap: 10px;
  background: transparent; color: #fff;
  font-weight: 700; font-size: 15px;
  padding: 14px 28px; border-radius: 10px;
  border: 1.5px solid rgba(255,255,255,0.3); transition: all 0.2s;
}
.cta-btn-secondary:hover { border-color: #00d4ff; color: #00d4ff; }

.cta-trust-row {
  display: flex; justify-content: center; align-items: center;
  flex-wrap: wrap; gap: 16px;
}

.cta-trust-item {
  display: inline-flex; align-items: center; gap: 6px;
  font-size: 12px; color: rgba(255,255,255,0.5);
}
.cta-trust-item .fa { color: #00d4ff; }
.cta-trust-divider { width: 1px; height: 16px; background: rgba(255,255,255,0.15); }

/* RESPONSIVE CODE */
/* ── HERO ─────────────────────────────────────────────────────── */
@media (max-width: 1199px) {
  .hero-arvr h1 { font-size: clamp(1.9rem, 4vw, 3rem); }
}
 
@media (max-width: 991px) {
  .hero-arvr {
    padding: 60px 0 40px !important;
    min-height: auto;
  }
  .hero-arvr .row { flex-direction: column; }
  .col-lg-7, .col-lg-5 {
    width: 100%;
    padding: 0 12px;
  }
  .hero-arvr__desc { max-width: 100%; }
  .hero-arvr-character-wrap {
    height: 320px;
    margin-top: 30px;
  }
  .badge-ar { left: 4px; }
  .badge-vr { right: 4px; }
}
 
@media (max-width: 576px) {
  .hero-arvr { padding: 50px 0 30px !important; }
  .hero-arvr h1 { font-size: clamp(1.6rem, 7vw, 2.2rem); }
  .hero-arvr__ctas { flex-direction: column; align-items: flex-start; }
  .hero-arvr__btn-primary,
  .hero-arvr__btn-secondary { width: 100%; justify-content: center; }
  .hero-arvr-character-wrap { height: 240px; }
  .hero-arvr__trust { gap: 10px; }
  .badge-mr { display: none; }
}
 
/* ── TRUST STRIP ─────────────────────────────────────────────── */
@media (max-width: 768px) {
  .trust-strip { padding: 20px 0; }
  .trust-strip__logos { gap: 12px; }
  .trust-strip__logo-card { padding: 8px 14px; }
  .trust-strip__logo-name { font-size: 12px; }
  .trust-strip__countries { gap: 8px; }
}
 
@media (max-width: 480px) {
  .trust-strip__logos { flex-direction: column; align-items: center; }
  .trust-strip__logo-card { width: 100%; max-width: 280px; justify-content: center; }
}
 
/* ── XR IMPACT SECTION ───────────────────────────────────────── */
@media (max-width: 991px) {
  .xr-impact-section { padding: 60px 0; }
  .xr-counters-row { grid-template-columns: repeat(2, 1fr); }
  .xr-charts-row { grid-template-columns: 1fr; }
}
 
@media (max-width: 576px) {
  .xr-impact-section { padding: 40px 0; }
  .xr-counters-row { grid-template-columns: repeat(2, 1fr); gap: 12px; }
  .xr-counter-card { padding: 18px 12px; }
  .xrc-count-big { font-size: 32px; }
  .xr-chart-card { padding: 18px; }
  .xr-bar-label { width: 80px; font-size: 11px; }
  .xr-donut-wrap { flex-direction: column; align-items: flex-start; }
  .xr-donut-svg { width: 130px; height: 130px; }
}
 
@media (max-width: 380px) {
  .xr-counters-row { grid-template-columns: 1fr; }
}
 
/* ── SERVICES SECTION ────────────────────────────────────────── */
@media (max-width: 991px) {
  .arvr-services { padding: 50px 0; }
  .arvr-services__grid { grid-template-columns: repeat(2, 1fr); }
}
 
@media (max-width: 640px) {
  .arvr-services { padding: 40px 0; }
  .arvr-services__grid { grid-template-columns: 1fr; }
  .arvr-services__card { padding: 22px; }
}
 
/* ── EXPERIENCE LAB ──────────────────────────────────────────── */
@media (max-width: 991px) {
  .exp-lab { padding: 50px 0; }
  .exp-lab__layout {
    grid-template-columns: 1fr;
  }
  .exp-lab__tabs {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 8px;
     justify-content: center;
  }
  .exp-lab__tab-btn { width: auto; flex: 1 1 140px; }
}
 
@media (max-width: 768px) {
  .exp-lab__panel-inner {
    grid-template-columns: 1fr;
    padding: 24px;
    gap: 20px;
  }
  .exp-lab__panel-visual { justify-content: center; }
  .exp-lab__panel-img-placeholder { width: 140px; height: 140px; }
}
 
@media (max-width: 480px) {
  .exp-lab__tab-btn { flex: 1 1 100%; }
  .exp-lab__panel-inner { padding: 18px; }
  .exp-lab__panel-title { font-size: 1.2rem; }
}
 
/* ── BUSINESS PROBLEMS ───────────────────────────────────────── */
@media (max-width: 991px) {
  .biz-problems { padding: 50px 0; }
  .biz-problems__grid { grid-template-columns: repeat(2, 1fr); }
}
 
@media (max-width: 640px) {
  .biz-problems { padding: 40px 0; }
  .biz-problems__grid { grid-template-columns: 1fr; }
  .biz-problems__card { padding: 22px; }
}
 
/* ── CAPABILITIES ────────────────────────────────────────────── */
@media (max-width: 991px) {
  .arvr-caps-section { padding: 50px 0; }
  .arvr-caps-grid { grid-template-columns: repeat(2, 1fr); }
}
 
@media (max-width: 576px) {
  .arvr-caps-section { padding: 40px 0; }
  .arvr-caps-tabs { gap: 8px; }
  .arvr-caps-tab { padding: 7px 14px; font-size: 12px; }
  .arvr-caps-grid { grid-template-columns: 1fr; gap: 10px; }
  .arvr-cap-chip { padding: 12px 14px; }
}
 
/* ── INDUSTRIES ──────────────────────────────────────────────── */
@media (max-width: 991px) {
  .industry-solutions { padding: 50px 0; }
  .industry-solutions__grid { grid-template-columns: repeat(2, 1fr); }
}
 
@media (max-width: 576px) {
  .industry-solutions { padding: 40px 0; }
  .industry-solutions__grid { grid-template-columns: repeat(2, 1fr); gap: 12px; }
  .industry-solutions__thumb { padding: 16px; }
  .industry-solutions__card-body { padding: 16px; }
}
 
@media (max-width: 380px) {
  .industry-solutions__grid { grid-template-columns: 1fr; }
}
 
/* ── PROCESS TIMELINE ────────────────────────────────────────── */
@media (max-width: 991px) {
  .arvr-process-section { padding: 50px 0; }
  .proc-timeline::before { left: 24px; }
  .proc-step {
    flex-direction: column !important;
    padding-left: 64px;
    gap: 0;
  }
  .proc-step-node {
    left: 0;
    transform: none;
    position: absolute;
    top: 0;
  }
  .proc-step-card {
    width: 100%;
    margin: 0 !important;
  }
  .step-left .proc-step-card,
  .step-right .proc-step-card {
    margin: 0 !important;
  }
}
 
@media (max-width: 576px) {
  .proc-timeline::before { left: 20px; }
  .proc-step { padding-left: 52px; }
  .proc-step-node { width: 40px; height: 40px; }
  .proc-step-card { padding: 16px; }
  .proc-step-card h3 { font-size: 14px; }
}
 
/* ── DEVICE COMPAT ───────────────────────────────────────────── */
@media (max-width: 991px) {
  .device-compat-section { padding: 50px 0; }
  .device-cards-row { justify-content: center; }
}
 
@media (max-width: 576px) {
  .device-compat-section { padding: 40px 0; }
  .device-card { min-width: 110px; padding: 12px 14px; }
  .dev-name { font-size: 11px; }
}
 
/* ── TECH STACK ──────────────────────────────────────────────── */
@media (max-width: 991px) {
  .tech-stack-section { padding: 50px 0; }
  .tech-chips-grid { grid-template-columns: repeat(2, 1fr); }
}
 
@media (max-width: 576px) {
  .tech-stack-section { padding: 40px 0; }
  .stack-tab-nav { gap: 6px; }
  .stack-tab-btn { padding: 7px 14px; font-size: 12px; }
  .tech-chips-grid { grid-template-columns: 1fr; gap: 10px; }
  .tech-chip { padding: 12px 14px; }
}
 
/* ── COST ESTIMATOR ──────────────────────────────────────────── */
@media (max-width: 991px) {
  .estimator-section { padding: 60px 0; }
  .row.align-items-center { flex-direction: column; }
  .est-left {
    padding-right: 0;
    margin-bottom: 32px;
    width: 100%;
  }
  .est-calc-card { width: 100%; }
  .est-stats-row { justify-content: flex-start; }
}
 
@media (max-width: 576px) {
  .estimator-section { padding: 40px 0; }
  .est-fields-row { grid-template-columns: 1fr; }
  .est-result-grid { grid-template-columns: 1fr; }
  .est-stat-pill { flex: 1 1 45%; }
  .est-calc-card { padding: 20px 16px; }
}
 
@media (max-width: 380px) {
  .est-stats-row { flex-direction: column; }
  .est-stat-pill { width: 100%; }
}
 
/* ── ROI SECTION ─────────────────────────────────────────────── */
@media (max-width: 991px) {
  .roi-section { padding: 50px 0; }
  .roi-grid { grid-template-columns: repeat(2, 1fr); }
}
 
@media (max-width: 576px) {
  .roi-section { padding: 40px 0; }
  .roi-grid { grid-template-columns: 1fr; gap: 14px; }
  .roi-card { padding: 20px; }
  .met-val { font-size: 22px; }
}
 
/* ── SECURITY ────────────────────────────────────────────────── */
@media (max-width: 991px) {
  .arvr-security-section { padding: 50px 0; }
  .sec-grid { grid-template-columns: repeat(2, 1fr); }
}
 
@media (max-width: 576px) {
  .arvr-security-section { padding: 40px 0; }
  .sec-grid { grid-template-columns: 1fr; gap: 14px; }
  .sec-badge-card { padding: 20px; }
  .sec-trust-bar { gap: 8px; }
  .sec-trust-pill { font-size: 12px; padding: 6px 12px; }
}
 
/* ── WHY SECTION ─────────────────────────────────────────────── */
@media (max-width: 991px) {
  .arvr-why-section { padding: 50px 0; }
  .why-grid { grid-template-columns: repeat(2, 1fr); }
}
 
@media (max-width: 576px) {
  .arvr-why-section { padding: 40px 0; }
  .why-grid { grid-template-columns: 1fr; gap: 14px; }
  .why-card { padding: 22px; }
}
 
/* ── FAQ SECTION ─────────────────────────────────────────────── */
@media (max-width: 768px) {
  .arvr-faq-section { padding: 50px 0; }
  .faq-list { gap: 10px; }
}
 
@media (max-width: 480px) {
  .arvr-faq-section { padding: 40px 0; }
  .faq-question { padding: 16px 18px; }
  .faq-q-label { font-size: 13px; }
  .faq-answer-inner { padding: 0 18px; }
  .faq-item.active .faq-answer-inner { padding: 0 18px 16px; }
}
 
/* ── FINAL CTA ───────────────────────────────────────────────── */
@media (max-width: 768px) {
  .arvr-cta-section { padding: 60px 0; }
  .cta-btn-row { flex-direction: column; align-items: center; }
  .cta-btn-primary,
  .cta-btn-secondary {
    width: 100%;
    max-width: 320px;
    justify-content: center;
  }
  .cta-trust-row { gap: 10px; }
  .cta-trust-divider { display: none; }
}
 
@media (max-width: 480px) {
  .arvr-cta-section { padding: 40px 0; }
  .cta-card h2 { font-size: clamp(1.6rem, 7vw, 2.2rem); }
  .cta-desc { font-size: 14px; }
  .cta-trust-item { font-size: 11px; }
}
 
/* ── UTILITY — Row reset for all stacked sections ────────────── */
@media (max-width: 991px) {
  .row { flex-wrap: wrap; }
  [class*="col-"] { width: 100%; }
}