/* ============================================
   SERVICES PAGE
   ============================================ */

/* ── Hero ── */
.services-hero {
  position: relative;
  min-height: 80vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding-top: 72px;
  text-align: center;
}

.srv-particles {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 1;
}

.srv-particle {
  position: absolute;
  border-radius: 50%;
  opacity: 0;
  animation: srvFloat linear infinite;
}

@keyframes srvFloat {
  0%   { transform: translateY(100%); opacity: 0; }
  10%  { opacity: 0.6; }
  90%  { opacity: 0.2; }
  100% { transform: translateY(-60px); opacity: 0; }
}

.services-hero-content {
  position: relative;
  z-index: 2;
  max-width: 750px;
  padding: 60px 28px 40px;
  margin: 0 auto;
}

.services-hero-title {
  font-size: clamp(2.8rem, 6vw, 4.8rem);
  font-weight: 700;
  letter-spacing: -2px;
  margin: 16px 0;
  line-height: 1.1;
}

.services-hero-sub {
  font-size: 1.05rem;
  line-height: 1.75;
  color: var(--text-secondary);
  max-width: 520px;
  margin: 0 auto 32px;
}

/* Quick nav pills */
.srv-quick-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
}

.srv-nav-pill {
  padding: 8px 20px;
  border-radius: 50px;
  border: 1px solid var(--border-color);
  background: var(--bg-card);
  backdrop-filter: blur(10px);
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--text-secondary);
  text-decoration: none;
  transition: all 0.3s ease;
}

.srv-nav-pill:hover {
  border-color: var(--accent-purple);
  color: var(--accent-purple);
  background: rgba(139,92,246,0.08);
}

/* ── Service Sections ── */
.srv-section {
  padding: 80px 28px;
  border-top: 1px solid var(--border-color);
}

.srv-alt {
  background: var(--bg-secondary);
}

.srv-container {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
}

.srv-reverse { direction: rtl; }
.srv-reverse > * { direction: ltr; }

/* Service label */
.srv-label {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
}

.srv-label-icon {
  width: 40px;
  height: 40px;
  border-radius: 11px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  flex-shrink: 0;
}

.srv-label span {
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--text-secondary);
}

.srv-title {
  font-size: clamp(1.8rem, 3.5vw, 2.8rem);
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -0.5px;
  margin-bottom: 16px;
}

.srv-desc {
  font-size: 1rem;
  line-height: 1.75;
  color: var(--text-secondary);
  margin-bottom: 24px;
  max-width: 440px;
}

/* Features grid */
.srv-features {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-bottom: 28px;
}

.srv-feat {
  display: flex;
  align-items: center;
  gap: 9px;
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--text-secondary);
  transition: color 0.3s ease;
}

.srv-feat i {
  color: var(--accent-purple);
  font-size: 0.75rem;
  flex-shrink: 0;
}

.srv-feat:hover { color: var(--text-primary); }

/* ── Service Mockups ── */
.srv-visual {
  display: flex;
  align-items: center;
  justify-content: center;
}

.srv-mockup {
  position: relative;
  width: 100%;
  max-width: 460px;
}

/* Floating tags on mockups */
.mockup-tag {
  position: absolute;
  padding: 6px 14px;
  border-radius: 50px;
  background: var(--bg-card);
  border: 1px solid rgba(139,92,246,0.2);
  backdrop-filter: blur(12px);
  font-size: 0.75rem;
  font-weight: 700;
  color: var(--accent-purple);
  white-space: nowrap;
  box-shadow: 0 4px 20px rgba(0,0,0,0.2);
  animation: tagFloat 4s ease-in-out infinite;
  z-index: 5;
}

@keyframes tagFloat {
  0%,100% { transform: translateY(0); }
  50%      { transform: translateY(-8px); }
}

.mt-1  { top: -12px; right: 20px;  animation-delay: 0s; }
.mt-2  { bottom: 20px; left: -10px; animation-delay: 1s; }
.mt-3  { bottom: -12px; right: 40px; animation-delay: 0.5s; }
.mt-4  { top: -12px; left: 20px;  animation-delay: 1.2s; }
.mt-5  { bottom: 10px; right: -10px; animation-delay: 0.3s; }
.mt-6  { top: -12px; right: 30px;  animation-delay: 0.8s; }
.mt-7  { bottom: -12px; left: 30px; animation-delay: 1.5s; }
.mt-8  { top: -12px; left: 20px;  animation-delay: 0.2s; }
.mt-9  { bottom: 10px; right: -10px; animation-delay: 1.1s; }
.mt-10 { top: -12px; right: 20px;  animation-delay: 0.6s; }
.mt-11 { bottom: -12px; left: 20px; animation-delay: 1.3s; }
.mt-12 { top: -12px; left: 30px;  animation-delay: 0.4s; }
.mt-13 { bottom: -12px; right: 30px; animation-delay: 0.9s; }

/* ── Browser Mockup (Web Dev) ── */
.mockup-browser {
  border-radius: 14px;
  border: 1px solid var(--border-color);
  background: var(--bg-secondary);
  overflow: hidden;
  box-shadow:
    0 0 60px rgba(139,92,246,0.12),
    0 30px 80px rgba(0,0,0,0.3);
}

.browser-bar {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 16px;
  background: var(--bg-card);
  border-bottom: 1px solid var(--border-color);
}

.browser-dots {
  display: flex;
  gap: 6px;
}

.browser-dots span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
}

.browser-dots span:nth-child(1) { background: #ff5f57; }
.browser-dots span:nth-child(2) { background: #ffbd2e; }
.browser-dots span:nth-child(3) { background: #28c840; }

.browser-url {
  flex: 1;
  background: var(--bg-secondary);
  border: 1px solid var(--border-color);
  border-radius: 6px;
  padding: 5px 12px;
  font-size: 0.75rem;
  color: var(--text-secondary);
  text-align: center;
}

.browser-content { padding: 20px; }

.bc-hero {
  background: linear-gradient(135deg,
    rgba(139,92,246,0.1), rgba(6,182,212,0.06));
  border-radius: 10px;
  padding: 24px;
  margin-bottom: 14px;
}

.bc-headline {
  height: 14px;
  width: 70%;
  background: rgba(139,92,246,0.3);
  border-radius: 7px;
  margin-bottom: 10px;
  animation: bcPulse 2s ease-in-out infinite;
}

.bc-sub {
  height: 8px;
  width: 50%;
  background: rgba(139,92,246,0.15);
  border-radius: 4px;
  margin-bottom: 16px;
}

.bc-btn {
  height: 30px;
  width: 100px;
  background: linear-gradient(135deg, #8b5cf6, #06b6d4);
  border-radius: 8px;
  animation: bcPulse 2s ease-in-out infinite 0.3s;
}

@keyframes bcPulse {
  0%,100% { opacity: 1; }
  50%      { opacity: 0.6; }
}

.bc-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

.bc-card {
  height: 70px;
  border-radius: 8px;
  background: rgba(139,92,246,0.06);
  border: 1px solid var(--border-color);
  animation: bcPulse 2s ease-in-out infinite;
}

.bc-card:nth-child(2) { animation-delay: 0.2s; }
.bc-card:nth-child(3) { animation-delay: 0.4s; }

/* ── WordPress Mockup ── */
.wp-dashboard {
  display: flex;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid var(--border-color);
  box-shadow: 0 0 60px rgba(33,117,155,0.12), 0 30px 80px rgba(0,0,0,0.3);
  height: 280px;
}

.wp-sidebar {
  width: 56px;
  background: #1d2327;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 16px 0;
  gap: 12px;
  flex-shrink: 0;
}

.wp-logo {
  color: #21759b;
  font-size: 1.3rem;
  margin-bottom: 8px;
}

.wp-menu-item {
  width: 32px;
  height: 6px;
  border-radius: 3px;
  background: rgba(255,255,255,0.1);
}

.wp-menu-item.active { background: #21759b; }

.wp-main {
  flex: 1;
  background: var(--bg-secondary);
  padding: 14px;
}

.wp-header {
  height: 36px;
  background: var(--bg-card);
  border-radius: 8px;
  border: 1px solid var(--border-color);
  margin-bottom: 12px;
}

.wp-widgets {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-bottom: 12px;
}

.wp-widget {
  height: 60px;
  border-radius: 8px;
  background: var(--bg-card);
  border: 1px solid var(--border-color);
  animation: bcPulse 2.5s ease-in-out infinite;
}

.wp-widget:nth-child(2) { animation-delay: 0.4s; }

.wp-table { display: flex; flex-direction: column; gap: 6px; }

.wp-row {
  height: 24px;
  border-radius: 6px;
  background: var(--bg-card);
  border: 1px solid var(--border-color);
  animation: bcPulse 2s ease-in-out infinite;
}

.wp-row:nth-child(2) { animation-delay: 0.2s; }
.wp-row:nth-child(3) { animation-delay: 0.4s; }

/* ── Shopify Mockup ── */
.shop-ui {
  border-radius: 14px;
  border: 1px solid var(--border-color);
  overflow: hidden;
  background: var(--bg-secondary);
  box-shadow: 0 0 60px rgba(150,191,72,0.1), 0 30px 80px rgba(0,0,0,0.3);
}

.shop-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 20px;
  background: var(--bg-card);
  border-bottom: 1px solid var(--border-color);
}

.shop-logo {
  width: 60px;
  height: 16px;
  background: rgba(150,191,72,0.4);
  border-radius: 4px;
}

.shop-nav {
  display: flex;
  gap: 12px;
}

.shop-nav span {
  width: 32px;
  height: 10px;
  background: rgba(255,255,255,0.1);
  border-radius: 5px;
}

.shop-cart {
  position: relative;
  color: var(--text-secondary);
  font-size: 1rem;
}

.cart-count {
  position: absolute;
  top: -6px;
  right: -8px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #96bf48;
  color: #fff;
  font-size: 0.6rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
}

.shop-products { padding: 16px; display: flex; gap: 10px; }

.featured-product {
  flex: 1;
  border-radius: 12px;
  border: 1px solid var(--border-color);
  background: var(--bg-card);
  overflow: hidden;
}

.product-img {
  height: 100px;
  background: linear-gradient(135deg,
    rgba(150,191,72,0.15), rgba(6,182,212,0.1));
  animation: bcPulse 3s ease-in-out infinite;
}

.product-info { padding: 12px; }

.product-name {
  height: 10px;
  width: 80%;
  background: rgba(255,255,255,0.1);
  border-radius: 5px;
  margin-bottom: 8px;
}

.product-price {
  height: 14px;
  width: 40%;
  background: rgba(150,191,72,0.3);
  border-radius: 5px;
  margin-bottom: 10px;
}

.product-btn {
  padding: 8px 12px;
  border-radius: 8px;
  background: #96bf48;
  color: #fff;
  font-size: 0.72rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 6px;
}

.shop-product-sm {
  width: 100px;
  border-radius: 10px;
  border: 1px solid var(--border-color);
  background: var(--bg-card);
  overflow: hidden;
}

.product-img-sm {
  height: 60px;
  background: rgba(150,191,72,0.08);
  animation: bcPulse 2.5s ease-in-out infinite;
}

.product-name-sm {
  margin: 8px;
  height: 8px;
  background: rgba(255,255,255,0.1);
  border-radius: 4px;
}

/* ── SaaS Mockup ── */
.saas-ui {
  border-radius: 14px;
  border: 1px solid var(--border-color);
  overflow: hidden;
  background: var(--bg-secondary);
  box-shadow: 0 0 60px rgba(6,182,212,0.1), 0 30px 80px rgba(0,0,0,0.3);
}

.saas-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 16px;
  background: var(--bg-card);
  border-bottom: 1px solid var(--border-color);
}

.saas-logo {
  width: 32px;
  height: 32px;
  border-radius: 8px;
  background: linear-gradient(135deg, #8b5cf6, #06b6d4);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 0.9rem;
}

.saas-nav-items { display: flex; gap: 8px; }

.saas-nav-items span {
  height: 8px;
  width: 40px;
  background: rgba(255,255,255,0.08);
  border-radius: 4px;
}

.saas-nav-items span.active { background: rgba(139,92,246,0.3); }

.saas-avatar {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: linear-gradient(135deg, #8b5cf6, #06b6d4);
}

.saas-body { padding: 14px; }

.saas-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-bottom: 14px;
}

.saas-stat {
  padding: 12px;
  border-radius: 10px;
  background: var(--bg-card);
  border: 1px solid var(--border-color);
  text-align: center;
}

.ss-num {
  font-family: 'Orbitron', monospace;
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 3px;
}

.ss-num.purple { color: #8b5cf6; }
.ss-num.cyan   { color: #06b6d4; }
.ss-num.green  { color: #22c55e; }

.ss-label {
  font-size: 0.65rem;
  color: var(--text-secondary);
  font-weight: 600;
}

.saas-chart {
  height: 80px;
  background: var(--bg-card);
  border-radius: 10px;
  border: 1px solid var(--border-color);
  padding: 10px;
  display: flex;
  align-items: flex-end;
  gap: 6px;
}

.chart-bars { display: flex; align-items: flex-end; gap: 6px; width: 100%; }

.chart-bar {
  flex: 1;
  border-radius: 3px 3px 0 0;
  background: rgba(139,92,246,0.2);
  transition: height 1s ease;
}

.chart-bar.active { background: linear-gradient(to top, #8b5cf6, #06b6d4); }

/* ── Dashboard Mockup ── */
.dash-ui {
  border-radius: 14px;
  border: 1px solid var(--border-color);
  overflow: hidden;
  background: var(--bg-secondary);
  box-shadow: 0 0 60px rgba(234,179,8,0.08), 0 30px 80px rgba(0,0,0,0.3);
  padding: 16px;
}

.dash-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--border-color);
}

.dash-title { font-size: 0.85rem; font-weight: 700; color: var(--text-primary); }
.dash-date  { font-size: 0.72rem; color: var(--text-secondary); }

.dash-kpis {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-bottom: 14px;
}

.dash-kpi {
  padding: 12px;
  border-radius: 10px;
  background: var(--bg-card);
  border: 1px solid var(--border-color);
}

.dash-kpi i { font-size: 0.9rem; margin-bottom: 6px; display: block; }

.kpi-val {
  font-family: 'Orbitron', monospace;
  font-size: 0.9rem;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 2px;
}

.kpi-label { font-size: 0.65rem; color: var(--text-secondary); }

.kpi-change {
  font-size: 0.65rem;
  font-weight: 700;
  margin-top: 3px;
}

.kpi-change.up { color: #22c55e; }

.dash-chart-area {
  height: 70px;
  background: var(--bg-card);
  border-radius: 8px;
  border: 1px solid var(--border-color);
  padding: 8px;
  display: flex;
  align-items: flex-end;
  gap: 5px;
}

.dca-bar {
  flex: 1;
  background: rgba(234,179,8,0.2);
  border-radius: 3px 3px 0 0;
}

.dca-bar.active {
  background: linear-gradient(to top, #eab308, #f43f5e);
}

/* ── CRM Mockup ── */
.crm-ui {
  border-radius: 14px;
  border: 1px solid var(--border-color);
  overflow: hidden;
  background: var(--bg-secondary);
  box-shadow: 0 0 60px rgba(244,63,94,0.08), 0 30px 80px rgba(0,0,0,0.3);
  padding: 16px;
}

.crm-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
  font-size: 0.82rem;
  font-weight: 700;
  color: var(--text-primary);
}

.crm-badge {
  padding: 3px 10px;
  border-radius: 50px;
  background: rgba(244,63,94,0.1);
  border: 1px solid rgba(244,63,94,0.2);
  color: #f43f5e;
  font-size: 0.68rem;
  font-weight: 700;
}

.crm-pipeline { display: flex; gap: 10px; }

.crm-stage { flex: 1; }

.stage-label {
  font-size: 0.65rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: var(--text-secondary);
  margin-bottom: 8px;
}

.crm-card {
  padding: 10px;
  border-radius: 8px;
  background: var(--bg-card);
  border: 1px solid var(--border-color);
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 6px;
  position: relative;
  transition: all 0.3s ease;
}

.crm-card:hover {
  border-color: rgba(244,63,94,0.3);
}

.crm-card.won {
  border-color: rgba(139,92,246,0.3);
  background: rgba(139,92,246,0.05);
}

.cc-avatar {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: linear-gradient(135deg, #8b5cf6, #06b6d4);
  flex-shrink: 0;
}

.cc-info { flex: 1; }

.cc-name {
  height: 6px;
  background: rgba(255,255,255,0.1);
  border-radius: 3px;
  margin-bottom: 4px;
  width: 80%;
}

.cc-val { font-size: 0.68rem; font-weight: 700; }
.cc-val.green  { color: #22c55e; }
.cc-val.cyan   { color: #06b6d4; }
.cc-val.purple { color: #8b5cf6; }

.won-icon { color: #8b5cf6; font-size: 0.75rem; }

/* ── Process Section ── */
.srv-process {
  padding: 80px 28px;
  background: var(--bg-secondary);
  border-top: 1px solid var(--border-color);
}

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

.process-steps {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  flex-wrap: wrap;
  margin-top: 48px;
}

.process-step {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 12px;
  flex: 1;
  min-width: 160px;
  max-width: 200px;
  padding: 20px 12px;
}

.ps-num {
  font-family: 'Orbitron', monospace;
  font-size: 1.8rem;
  font-weight: 900;
  background: linear-gradient(135deg, var(--accent-purple), var(--accent-cyan));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  line-height: 1;
}

.ps-icon {
  width: 52px;
  height: 52px;
  border-radius: 14px;
  background: rgba(139,92,246,0.1);
  border: 1px solid rgba(139,92,246,0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  color: var(--accent-purple);
}

.process-step h4 {
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--text-primary);
}

.process-step p {
  font-size: 0.8rem;
  color: var(--text-secondary);
  line-height: 1.5;
}

.process-connector {
  width: 48px;
  height: 1px;
  background: linear-gradient(90deg, var(--accent-purple), var(--accent-cyan));
  flex-shrink: 0;
  opacity: 0.4;
}

/* ── CTA Section ── */
.srv-cta {
  position: relative;
  padding: 80px 28px;
  text-align: center;
  overflow: hidden;
  border-top: 1px solid var(--border-color);
}

.srv-cta-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.srv-cta-content {
  position: relative;
  z-index: 2;
  max-width: 640px;
  margin: 0 auto;
}

.srv-cta-content h2 {
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 700;
  margin-bottom: 12px;
  letter-spacing: -0.5px;
}

.srv-cta-content p {
  font-size: 1rem;
  color: var(--text-secondary);
  margin-bottom: 28px;
  line-height: 1.7;
}

.srv-cta-btns {
  display: flex;
  gap: 14px;
  justify-content: center;
  margin-bottom: 20px;
  flex-wrap: wrap;
}

.srv-cta-note {
  font-size: 0.8rem;
  color: var(--text-secondary);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
}

.srv-cta-note i {
  color: var(--accent-purple);
  font-size: 0.75rem;
}

/* ── Responsive ── */
@media (max-width: 900px) {
  .srv-container { grid-template-columns: 1fr; }
  .srv-reverse   { direction: ltr; }
  .srv-visual    { display: none; }
  .process-steps { gap: 12px; }
  .process-connector { display: none; }
}

@media (max-width: 560px) {
  .srv-section { padding: 60px 20px; }
  .srv-features { grid-template-columns: 1fr; }
  .services-hero-title { letter-spacing: -1px; }
}

.srv-nav-pill.active {
  border-color: var(--accent-purple);
  color: var(--accent-purple);
  background: rgba(139,92,246,0.1);
}