/* =====================================================================
   Web Application Development — Premium SaaS Landing Page
   Scoped to body[data-service-label="Web Application Development"]
   ===================================================================== */

body[data-service-label="Web Application Development"] {
  --wa-bg: #050814;
  --wa-surface: rgba(255, 255, 255, 0.04);
  --wa-border: rgba(255, 255, 255, 0.1);
  --wa-glow-blue: rgba(59, 130, 246, 0.35);
  --wa-glow-purple: rgba(139, 92, 246, 0.32);
  --wa-blue: #3b82f6;
  --wa-purple: #8b5cf6;
  --wa-gradient: linear-gradient(135deg, #60a5fa 0%, #a855f7 55%, #818cf8 100%);
  --wa-glass: linear-gradient(180deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.02));
  --wa-section-gap: 88px;
  overflow-x: hidden;
}

body[data-service-label="Web Application Development"]::before {
  background:
    radial-gradient(circle at 12% 8%, rgba(59, 130, 246, 0.18), transparent 52%),
    radial-gradient(circle at 88% 12%, rgba(139, 92, 246, 0.16), transparent 48%),
    radial-gradient(circle at 50% 100%, rgba(37, 99, 235, 0.08), transparent 55%);
}

body[data-service-label="Web Application Development"] main > .section:first-of-type {
  padding-top: 0;
  margin-bottom: 0;
}

body[data-service-label="Web Application Development"] .service-detail-inner-wide {
  max-width: 1200px;
  padding: 0;
}

/* ── Section system ── */
body[data-service-label="Web Application Development"] .webapp-section {
  margin-top: var(--wa-section-gap);
  padding: 0 20px;
}

body[data-service-label="Web Application Development"] .webapp-section-title {
  margin: 0 0 40px;
  text-align: center;
  font-family: 'Poppins', 'Inter', system-ui, sans-serif;
  font-size: clamp(1.65rem, 3vw, 2.15rem);
  font-weight: 700;
  letter-spacing: -0.02em;
  color: #fff;
  line-height: 1.2;
}

/* ── Hero ── */
body[data-service-label="Web Application Development"] .webapp-hero-wrap {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 1.05fr);
  gap: 56px;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
  padding: 72px 20px 64px;
}

body[data-service-label="Web Application Development"] .webapp-hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: #c4b5fd;
  margin-bottom: 1rem;
}

body[data-service-label="Web Application Development"] .webapp-hero-eyebrow::before {
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--wa-gradient);
  box-shadow: 0 0 12px var(--wa-glow-purple);
}

body[data-service-label="Web Application Development"] .webapp-hero-premium .service-detail-h1.webapp-hero-h1 {
  font-family: 'Poppins', 'Inter', system-ui, sans-serif;
  font-size: clamp(1.75rem, 4.2vw, 3.25rem);
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: -0.03em;
  margin: 0 0 1.15rem;
  color: #fff;
}

body[data-service-label="Web Application Development"] .webapp-hero-lede {
  font-size: clamp(1rem, 1.6vw, 1.125rem);
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.78);
  max-width: 34rem;
  margin: 0 0 1.5rem;
}

body[data-service-label="Web Application Development"] .webapp-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 0;
}

body[data-service-label="Web Application Development"] .webapp-hero-btn-primary {
  background: #fff !important;
  color: #0f172a !important;
  border: 1px solid rgba(255, 255, 255, 0.9) !important;
  font-weight: 700;
  padding: 14px 22px;
  border-radius: 12px;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.28);
}

body[data-service-label="Web Application Development"] .webapp-hero-btn-secondary {
  background: transparent !important;
  color: #fff !important;
  border: 1px solid rgba(255, 255, 255, 0.22) !important;
  font-weight: 600;
  padding: 14px 22px;
  border-radius: 12px;
  backdrop-filter: blur(8px);
}

body[data-service-label="Web Application Development"] .webapp-trust-row {
  display: none;
}

body[data-service-label="Web Application Development"] .webapp-feature-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 1.75rem;
  max-width: 100%;
}

body[data-service-label="Web Application Development"] .webapp-feature-card {
  min-height: 108px;
  padding: 16px 14px;
  border-radius: 16px;
  background: var(--wa-glass);
  border: 1px solid var(--wa-border);
  box-shadow:
    0 16px 40px rgba(0, 0, 0, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 0 0 1px rgba(96, 165, 250, 0.06);
  transition: transform 0.28s ease, border-color 0.28s ease, box-shadow 0.28s ease;
}

body[data-service-label="Web Application Development"] .webapp-feature-card:hover {
  transform: translateY(-4px);
  border-color: rgba(139, 92, 246, 0.35);
  box-shadow:
    0 22px 48px rgba(0, 0, 0, 0.3),
    0 0 32px rgba(139, 92, 246, 0.14);
}

/* ── Dashboard console ── */
body[data-service-label="Web Application Development"] .webapp-console-visual {
  max-width: 100%;
  min-height: 0;
}

body[data-service-label="Web Application Development"] .webapp-console-shell {
  width: 100%;
  max-width: 580px;
}

body[data-service-label="Web Application Development"] .webapp-console-window {
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow:
    0 48px 100px rgba(0, 0, 0, 0.55),
    0 0 60px rgba(59, 130, 246, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

body[data-service-label="Web Application Development"] .webapp-console-frame {
  grid-template-columns: 100px minmax(0, 1fr);
  min-height: 340px;
}

body[data-service-label="Web Application Development"] .webapp-console-sidebar {
  padding: 12px 8px;
  gap: 4px;
}

body[data-service-label="Web Application Development"] .webapp-console-nav-item {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 9px;
  padding: 8px 6px;
  border-radius: 8px;
}

body[data-service-label="Web Application Development"] .webapp-console-nav-item .icon {
  width: 14px;
  height: 14px;
  flex-shrink: 0;
  opacity: 0.7;
}

body[data-service-label="Web Application Development"] .webapp-console-kpis {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}

body[data-service-label="Web Application Development"] .webapp-console-kpis:has(.webapp-console-kpi:nth-child(6)) {
  grid-template-rows: repeat(2, auto);
}

body[data-service-label="Web Application Development"] .webapp-console-kpi {
  padding: 10px 10px 12px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

body[data-service-label="Web Application Development"] .webapp-console-kpi-val {
  font-size: 15px;
}

body[data-service-label="Web Application Development"] .webapp-console-kpi-val strong {
  font-size: 14px;
}

body[data-service-label="Web Application Development"] .webapp-console-chart-head span:first-child {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.04em;
}

body[data-service-label="Web Application Development"] .webapp-console-api-status {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 10px;
  padding: 10px 12px;
  border-radius: 12px;
  background: rgba(52, 211, 153, 0.08);
  border: 1px solid rgba(52, 211, 153, 0.22);
  font-size: 10px;
  font-weight: 600;
  color: #6ee7b7;
}

body[data-service-label="Web Application Development"] .webapp-console-api-status .api-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #34d399;
  box-shadow: 0 0 10px rgba(52, 211, 153, 0.6);
  flex-shrink: 0;
}

body[data-service-label="Web Application Development"] .webapp-float-tag {
  display: none;
}

/* ── Why Choose cards ── */
body[data-service-label="Web Application Development"] .webapp-why-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

body[data-service-label="Web Application Development"] .webapp-why-card {
  padding: 28px 22px;
  border-radius: 20px;
  background: var(--wa-glass);
  border: 1px solid var(--wa-border);
  box-shadow:
    0 20px 48px rgba(0, 0, 0, 0.24),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
  transition: transform 0.28s ease, border-color 0.28s ease, box-shadow 0.28s ease;
}

body[data-service-label="Web Application Development"] .webapp-why-card:hover {
  transform: translateY(-5px);
  border-color: rgba(139, 92, 246, 0.32);
  box-shadow:
    0 28px 56px rgba(0, 0, 0, 0.32),
    0 0 36px rgba(59, 130, 246, 0.1);
}

body[data-service-label="Web Application Development"] .webapp-why-icon {
  width: 48px;
  height: 48px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
  background: linear-gradient(145deg, rgba(96, 165, 250, 0.18), rgba(168, 85, 247, 0.22));
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 8px 24px rgba(139, 92, 246, 0.15);
}

body[data-service-label="Web Application Development"] .webapp-why-icon .icon {
  width: 22px;
  height: 22px;
  color: #c4b5fd;
}

body[data-service-label="Web Application Development"] .webapp-why-card h3 {
  margin: 0 0 10px;
  font-size: 1.05rem;
  font-weight: 700;
  color: #fff;
  line-height: 1.3;
}

body[data-service-label="Web Application Development"] .webapp-why-card p {
  margin: 0;
  font-size: 0.875rem;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.72);
}

/* ── Process timeline ── */
body[data-service-label="Web Application Development"] .webapp-process-timeline {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 0;
  position: relative;
  padding: 0 8px;
}

body[data-service-label="Web Application Development"] .webapp-process-timeline::before {
  content: '';
  position: absolute;
  top: 22px;
  left: 8%;
  right: 8%;
  height: 2px;
  background: linear-gradient(90deg, rgba(59, 130, 246, 0.4), rgba(139, 92, 246, 0.5), rgba(59, 130, 246, 0.4));
  z-index: 0;
}

body[data-service-label="Web Application Development"] .webapp-process-step {
  position: relative;
  z-index: 1;
  text-align: center;
  padding: 0 8px;
}

body[data-service-label="Web Application Development"] .webapp-process-num {
  width: 44px;
  height: 44px;
  margin: 0 auto 14px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.95rem;
  font-weight: 800;
  color: #fff;
  background: linear-gradient(135deg, #3b82f6, #8b5cf6);
  border: 2px solid rgba(255, 255, 255, 0.15);
  box-shadow: 0 8px 24px rgba(59, 130, 246, 0.35);
}

body[data-service-label="Web Application Development"] .webapp-process-step h3 {
  margin: 0 0 6px;
  font-size: 0.9rem;
  font-weight: 700;
  color: #fff;
}

body[data-service-label="Web Application Development"] .webapp-process-step p {
  margin: 0;
  font-size: 0.75rem;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.6);
}

@media (min-width: 768px) {
  body[data-service-label="Web Application Development"] .webapp-process-step > div:last-child {
    display: block;
  }
}

/* ── Services grid ── */
body[data-service-label="Web Application Development"] .webapp-services-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

body[data-service-label="Web Application Development"] .webapp-service-card {
  padding: 28px 24px;
  border-radius: 20px;
  background: var(--wa-glass);
  border: 1px solid var(--wa-border);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.22);
  transition: transform 0.28s ease, border-color 0.28s ease;
}

body[data-service-label="Web Application Development"] .webapp-service-card:hover {
  transform: translateY(-4px);
  border-color: rgba(96, 165, 250, 0.3);
}

body[data-service-label="Web Application Development"] .webapp-service-card .webapp-why-icon {
  margin-bottom: 16px;
}

body[data-service-label="Web Application Development"] .webapp-service-card h3 {
  margin: 0 0 10px;
  font-size: 1rem;
  font-weight: 700;
  color: #fff;
}

body[data-service-label="Web Application Development"] .webapp-service-card p {
  margin: 0;
  font-size: 0.85rem;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.72);
}

/* ── Tech stack ── */
body[data-service-label="Web Application Development"] .webapp-tech-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
}

body[data-service-label="Web Application Development"] .webapp-tech-pill {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 14px 20px;
  border-radius: 14px;
  background: var(--wa-glass);
  border: 1px solid var(--wa-border);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.18);
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
  min-width: 148px;
}

body[data-service-label="Web Application Development"] .webapp-tech-icon-img {
  width: 32px;
  height: 32px;
  display: block;
  object-fit: contain;
  flex-shrink: 0;
  background: rgba(255, 255, 255, 0.06);
  border-radius: 8px;
  padding: 4px;
  box-sizing: border-box;
}

body[data-service-label="Web Application Development"] .webapp-tech-pill:hover {
  transform: translateY(-3px);
  border-color: rgba(139, 92, 246, 0.35);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.24), 0 0 24px rgba(59, 130, 246, 0.1);
}

body[data-service-label="Web Application Development"] .webapp-tech-name {
  font-size: 0.9rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.92);
  white-space: nowrap;
}

/* ── Portfolio ── */
body[data-service-label="Web Application Development"] .webapp-portfolio-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

body[data-service-label="Web Application Development"] .webapp-portfolio-card {
  border-radius: 20px;
  overflow: hidden;
  background: var(--wa-glass);
  border: 1px solid var(--wa-border);
  box-shadow: 0 20px 48px rgba(0, 0, 0, 0.24);
  transition: transform 0.28s ease, border-color 0.28s ease;
  text-decoration: none;
  color: inherit;
  display: block;
}

body[data-service-label="Web Application Development"] .webapp-portfolio-card:hover {
  transform: translateY(-5px);
  border-color: rgba(139, 92, 246, 0.35);
}

body[data-service-label="Web Application Development"] .webapp-portfolio-thumb {
  height: 160px;
  background: linear-gradient(135deg, rgba(59, 130, 246, 0.2), rgba(139, 92, 246, 0.25));
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid var(--wa-border);
}

body[data-service-label="Web Application Development"] .webapp-portfolio-thumb .icon {
  width: 40px;
  height: 40px;
  color: rgba(255, 255, 255, 0.5);
}

body[data-service-label="Web Application Development"] .webapp-portfolio-body {
  padding: 20px;
}

body[data-service-label="Web Application Development"] .webapp-portfolio-body h3 {
  margin: 0 0 6px;
  font-size: 1rem;
  font-weight: 700;
  color: #fff;
}

body[data-service-label="Web Application Development"] .webapp-portfolio-body p {
  margin: 0;
  font-size: 0.82rem;
  color: rgba(255, 255, 255, 0.65);
  line-height: 1.55;
}

/* ── Content cards (existing) ── */
body[data-service-label="Web Application Development"] .webapp-content-stack {
  margin-top: var(--wa-section-gap);
  padding: 0 20px;
  gap: 18px;
}

body[data-service-label="Web Application Development"] .webapp-content-card {
  border-radius: 20px;
  background: var(--wa-glass);
  border: 1px solid var(--wa-border);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.2);
}

body[data-service-label="Web Application Development"] .webapp-info-section {
  border-radius: 20px;
  background: var(--wa-glass);
  border: 1px solid var(--wa-border);
}

body[data-service-label="Web Application Development"] .related-services-block {
  background: linear-gradient(180deg, #ffffff, #f8fafc) !important;
  border: 1px solid rgba(15, 23, 42, 0.12) !important;
  border-radius: 20px;
  margin: var(--wa-section-gap) 20px 0;
  padding: 24px;
}

body[data-service-label="Web Application Development"] .related-services-block .service-h2 {
  color: #111111 !important;
  background: transparent !important;
  border: none !important;
  padding: 0 !important;
  margin: 0 0 12px !important;
  display: block !important;
}

body.service-subpage[data-service-label="Web Application Development"] .related-services-block h2,
body.service-subpage[data-service-label="Web Application Development"] .related-services-block .service-h2 {
  color: #111111 !important;
  background: transparent !important;
  border: none !important;
}

body[data-service-label="Web Application Development"] .related-services-block h2,
body[data-service-label="Web Application Development"] .related-services-list a,
body[data-service-label="Web Application Development"] .related-services-list li {
  color: #111111 !important;
}

body[data-service-label="Web Application Development"] .related-services-list a:hover {
  background: linear-gradient(135deg, rgba(168, 85, 247, 0.14), rgba(59, 130, 246, 0.12)) !important;
  color: #0f172a !important;
}

/* ── CTA band ── */
body[data-service-label="Web Application Development"] .section-cta-band {
  margin: var(--wa-section-gap) 20px 0;
  padding: 48px 32px;
  border-radius: 24px;
  text-align: center;
  background:
    linear-gradient(135deg, rgba(59, 130, 246, 0.15), rgba(139, 92, 246, 0.18)),
    var(--wa-glass);
  border: 1px solid rgba(139, 92, 246, 0.28);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.3), 0 0 48px rgba(59, 130, 246, 0.1);
}

body[data-service-label="Web Application Development"] .section-cta-band p {
  font-size: 1.35rem;
  font-weight: 700;
  color: #fff;
  margin: 0 0 20px;
}

body[data-service-label="Web Application Development"] .section-cta-band .btn-primary {
  background: #fff !important;
  color: #0f172a !important;
  font-weight: 700;
  padding: 14px 28px;
  border-radius: 12px;
}

body[data-service-label="Web Application Development"] .web-app-benefits {
  margin: var(--wa-section-gap) 20px 0;
  padding: 32px;
  border-radius: 20px;
  background: var(--wa-glass);
  border: 1px solid var(--wa-border);
  text-align: center;
}

body[data-service-label="Web Application Development"] .web-app-benefits .service-h2 {
  color: #fff;
}

body[data-service-label="Web Application Development"] .service-faq-block {
  margin: var(--wa-section-gap) 20px 0;
  border-radius: 20px;
  background: var(--wa-glass);
  border: 1px solid var(--wa-border);
}

body[data-service-label="Web Application Development"] .service-content-depth {
  padding: 0 20px;
}

body[data-service-label="Web Application Development"] .service-cta-row {
  padding: 0 20px 48px;
}

/* ── Tablet: 768px–1199px ── */
@media (min-width: 768px) and (max-width: 1199px) {
  body[data-service-label="Web Application Development"] {
    --wa-section-gap: 64px;
  }

  body[data-service-label="Web Application Development"] .webapp-hero-wrap {
    grid-template-columns: 1fr;
    gap: 44px;
    padding: 56px 20px 48px;
  }

  body[data-service-label="Web Application Development"] .webapp-hero-premium .service-detail-h1.webapp-hero-h1 {
    font-size: clamp(2.25rem, 4.5vw, 2.625rem);
  }

  body[data-service-label="Web Application Development"] .webapp-hero-media-col {
    justify-content: center;
  }

  body[data-service-label="Web Application Development"] .webapp-console-shell {
    max-width: 640px;
    margin: 0 auto;
  }

  body[data-service-label="Web Application Development"] .webapp-why-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body[data-service-label="Web Application Development"] .webapp-process-timeline {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 28px 12px;
  }

  body[data-service-label="Web Application Development"] .webapp-process-timeline::before {
    display: none;
  }

  body[data-service-label="Web Application Development"] .webapp-services-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body[data-service-label="Web Application Development"] .webapp-portfolio-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body[data-service-label="Web Application Development"] .webapp-feature-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

/* ── Mobile: below 768px ── */
@media (max-width: 767px) {
  body[data-service-label="Web Application Development"] {
    --wa-section-gap: 48px;
  }

  body[data-service-label="Web Application Development"] .webapp-hero-wrap {
    display: flex;
    flex-direction: column;
    gap: 32px;
    padding: 32px 16px 40px;
  }

  body[data-service-label="Web Application Development"] .webapp-hero-copy {
    order: 1;
    width: 100%;
  }

  body[data-service-label="Web Application Development"] .webapp-hero-media-col {
    order: 2;
    width: 100%;
  }

  body[data-service-label="Web Application Development"] .webapp-hero-premium .service-detail-h1.webapp-hero-h1 {
    font-size: clamp(1.75rem, 7.5vw, 2.125rem);
    line-height: 1.12;
  }

  body[data-service-label="Web Application Development"] .webapp-hero-lede {
    font-size: 1rem;
    margin-bottom: 1.25rem;
  }

  body[data-service-label="Web Application Development"] .webapp-hero-actions {
    flex-direction: column;
    width: 100%;
  }

  body[data-service-label="Web Application Development"] .webapp-hero-actions .btn {
    width: 100%;
    justify-content: center;
    padding: 15px 20px;
  }

  body[data-service-label="Web Application Development"] .webapp-feature-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin-top: 1.25rem;
  }

  body[data-service-label="Web Application Development"] .webapp-feature-card {
    min-height: 96px;
    padding: 14px 12px;
    border-radius: 14px;
  }

  body[data-service-label="Web Application Development"] .webapp-feature-icon-wrap {
    width: 40px;
    height: 40px;
  }

  body[data-service-label="Web Application Development"] .webapp-feature-label {
    font-size: 0.8rem;
  }

  body[data-service-label="Web Application Development"] .webapp-section {
    padding: 0 16px;
    margin-top: var(--wa-section-gap);
  }

  body[data-service-label="Web Application Development"] .webapp-section-title {
    margin-bottom: 28px;
    font-size: 1.5rem;
  }

  body[data-service-label="Web Application Development"] .webapp-why-grid,
  body[data-service-label="Web Application Development"] .webapp-services-grid,
  body[data-service-label="Web Application Development"] .webapp-portfolio-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  body[data-service-label="Web Application Development"] .webapp-why-card,
  body[data-service-label="Web Application Development"] .webapp-service-card {
    padding: 22px 18px;
    border-radius: 16px;
  }

  body[data-service-label="Web Application Development"] .webapp-process-timeline {
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 0;
  }

  body[data-service-label="Web Application Development"] .webapp-process-timeline::before {
    display: none;
  }

  body[data-service-label="Web Application Development"] .webapp-process-step {
    display: grid;
    grid-template-columns: 44px 1fr;
    gap: 14px;
    text-align: left;
    align-items: start;
    padding: 16px;
    border-radius: 16px;
    background: var(--wa-glass);
    border: 1px solid var(--wa-border);
  }

  body[data-service-label="Web Application Development"] .webapp-process-num {
    margin: 0;
    width: 40px;
    height: 40px;
    font-size: 0.85rem;
  }

  body[data-service-label="Web Application Development"] .webapp-tech-row {
    gap: 10px;
  }

  body[data-service-label="Web Application Development"] .webapp-tech-pill {
    padding: 12px 16px;
    font-size: 0.82rem;
    flex: 1 1 calc(50% - 10px);
    justify-content: center;
  }

  body[data-service-label="Web Application Development"] .webapp-console-visual {
    margin: 0;
    padding: 0;
    overflow: visible;
  }

  body[data-service-label="Web Application Development"] .webapp-console-shell {
    max-width: 100%;
    animation: none;
  }

  body[data-service-label="Web Application Development"] .webapp-console-frame {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  body[data-service-label="Web Application Development"] .webapp-console-sidebar {
    flex-direction: row;
    flex-wrap: wrap;
    border-right: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding: 10px;
    gap: 6px;
    justify-content: center;
  }

  body[data-service-label="Web Application Development"] .webapp-console-nav-item {
    flex: 0 1 auto;
    font-size: 8px;
    padding: 6px 8px;
  }

  body[data-service-label="Web Application Development"] .webapp-console-nav-item .icon {
    width: 12px;
    height: 12px;
  }

  body[data-service-label="Web Application Development"] .webapp-console-kpis {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body[data-service-label="Web Application Development"] .webapp-console-kpi-val {
    font-size: 13px;
  }

  body[data-service-label="Web Application Development"] .webapp-console-pipeline-track {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body[data-service-label="Web Application Development"] .webapp-console-bars {
    height: 72px;
  }

  body[data-service-label="Web Application Development"] .webapp-content-stack,
  body[data-service-label="Web Application Development"] .webapp-content-card,
  body[data-service-label="Web Application Development"] .webapp-info-section,
  body[data-service-label="Web Application Development"] .section-cta-band,
  body[data-service-label="Web Application Development"] .web-app-benefits,
  body[data-service-label="Web Application Development"] .service-faq-block,
  body[data-service-label="Web Application Development"] .related-services-block {
    margin-left: 16px;
    margin-right: 16px;
    padding-left: 18px;
    padding-right: 18px;
  }

  body[data-service-label="Web Application Development"] .webapp-content-card {
    padding: 22px 18px;
    border-radius: 16px;
  }

  body[data-service-label="Web Application Development"] .section-cta-band {
    padding: 32px 20px;
    border-radius: 18px;
  }

  body[data-service-label="Web Application Development"] .section-cta-band p {
    font-size: 1.15rem;
  }
}

/* ── Desktop: 1200px+ ── */
@media (min-width: 1200px) {
  body[data-service-label="Web Application Development"] .webapp-hero-wrap {
    grid-template-columns: minmax(0, 1fr) minmax(380px, 1.08fr);
    gap: 64px;
    padding-top: 88px;
    padding-bottom: 80px;
  }

  body[data-service-label="Web Application Development"] .webapp-hero-premium .service-detail-h1.webapp-hero-h1 {
    font-size: 3.25rem;
  }

  body[data-service-label="Web Application Development"] .webapp-feature-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (prefers-reduced-motion: reduce) {
  body[data-service-label="Web Application Development"] .webapp-console-shell {
    animation: none !important;
  }
}
