/* ==========================================================================
   SERVICES HERO SECTION - LIGHT & DARK THEME ADAPTIVE
   ========================================================================== */

/* Theme Variables (Add to :root or theme scope) */
:root {
  --bg-hero: #07090e;
  --text-main: #ffffff;
  --text-muted: #94a3b8;
  --border-subtle: rgba(255, 255, 255, 0.1);
  --badge-bg: rgba(56, 189, 248, 0.1);
  --badge-border: rgba(56, 189, 248, 0.25);
  --btn-primary-bg: #38bdf8;
  --btn-primary-text: #07090e;
}

/* Light Theme Overrides (Applied automatically when body has .light-theme) */
body.light-theme {
  --bg-hero: #f8fafc;
  --text-main: #0f172a;
  --text-muted: #475569;
  --border-subtle: rgba(15, 23, 42, 0.12);
  --badge-bg: rgba(14, 165, 233, 0.08);
  --badge-border: rgba(14, 165, 233, 0.2);
  --btn-primary-bg: #0284c7;
  --btn-primary-text: #ffffff;
}

.services-hero {
  background-color: var(--bg-hero);
  padding: 100px 0 70px 0;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.services-hero .container {
  width: min(85%, 1100px);
  margin: 0 auto;
}

.page-hero-content {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* Section Label Badge */
.section-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 18px;
  border-radius: 100px;
  background: var(--badge-bg);
  border: 1px solid var(--badge-border);
  color: #38bdf8;
  font-family: -apple-system, BlinkMacSystemFont, 'SF Pro Display', 'Google Sans', sans-serif;
  font-size: 0.82rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin-bottom: 24px;
}

.label-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #38bdf8;
}

/* Headline Typography */
.page-hero-content h1 {
  font-family: -apple-system, BlinkMacSystemFont, 'SF Pro Display', 'Google Sans', sans-serif;
  font-size: clamp(2.2rem, 5vw, 3.8rem);
  font-weight: 300;
  line-height: 1.18;
  letter-spacing: -0.025em;
  color: var(--text-main);
  margin-bottom: 20px;
  max-width: 900px;
}

.gradient-text {
  background: linear-gradient(90deg, #38bdf8, #fff173, #008156);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 400;
}

/* Body Copy */
.page-hero-content p {
  font-family: -apple-system, BlinkMacSystemFont, 'SF Pro Display', 'Google Sans', sans-serif;
  font-size: 1.05rem;
  font-weight: 300;
  line-height: 1.8;
  letter-spacing: -0.01em;
  color: var(--text-muted);
  max-width: 780px;
  margin-bottom: 36px;
}

/* Hero Actions & Buttons */
.hero-actions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 28px;
  flex-wrap: wrap;
}

.btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 28px;
  background-color: var(--btn-primary-bg);
  color: var(--btn-primary-text);
  font-family: -apple-system, BlinkMacSystemFont, 'SF Pro Display', 'Google Sans', sans-serif;
  font-size: 0.95rem;
  font-weight: 500;
  border-radius: 100px;
  text-decoration: none;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  box-shadow: 0 4px 20px rgba(56, 189, 248, 0.25);
}

.btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 28px rgba(56, 189, 248, 0.4);
}

/* Gradient Link Button Styling */
.btn-outline-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: -apple-system, BlinkMacSystemFont, 'SF Pro Display', 'Google Sans', sans-serif;
  font-weight: 400;
  font-size: 0.95rem;
  text-decoration: none;
  position: relative;
  padding-bottom: 4px;
}

.ivs-link-text {
  background: linear-gradient(90deg, #38bdf8, #fff173, #008156);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: opacity 0.3s ease;
}

.ivs-long-arrow {
  width: 26px;
  height: 14px;
  stroke: #008156;
  stroke-width: 1.8;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1);
}

.ivs-link-underline {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1.5px;
  background: linear-gradient(90deg, #38bdf8, #fff173, #008156);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

/* Responsive Mobile Tweaks */
@media (max-width: 768px) {
  .services-hero {
    padding: 60px 0 40px 0;
  }
  .hero-actions {
    flex-direction: column;
    gap: 20px;
  }
}

/* Update your .services-hero class padding */
.services-hero {
  background-color: var(--bg-hero);
  padding-top: 170px !important; /* Fixed: Increased top padding so navbar doesn't cover content */
  padding-bottom: 70px;
  transition: background-color 0.3s ease, color 0.3s ease;
}

/* Mobile Screens Adjustments */
@media (max-width: 768px) {
  .services-hero {
    padding-top: 130px !important; /* Responsive adjustment for mobile header */
    padding-bottom: 40px;
  }
}

/* ==========================================================================
   BAWSERVICES SECTION - SCOPED, RESPONSIVE & DUAL THEME COMPATIBLE
   ========================================================================== */

.bawServices {
  --baw-bg: #07090e;
  --baw-card-bg: rgba(255, 255, 255, 0.025);
  --baw-card-border: rgba(255, 255, 255, 0.08);
  --baw-card-hover-border: rgba(56, 189, 248, 0.35);
  --baw-text-title: #ffffff;
  --baw-text-body: #94a3b8;
  --baw-badge-bg: rgba(56, 189, 248, 0.08);
  --baw-badge-border: rgba(56, 189, 248, 0.2);
  --baw-icon-bg: rgba(56, 189, 248, 0.1);
  --baw-icon-color: #38bdf8;
  --baw-pill-bg: rgba(255, 255, 255, 0.04);
  --baw-pill-border: rgba(255, 255, 255, 0.08);
  --baw-pill-text: #cbd5e1;
  
  background-color: var(--baw-bg);
  padding: 90px 0;
  transition: background-color 0.3s ease;
}

/* Light Theme Overrides (Applied when body has .light-theme) */
body.light-theme .bawServices {
  --baw-bg: #f8fafc;
  --baw-card-bg: #ffffff;
  --baw-card-border: rgba(15, 23, 42, 0.08);
  --baw-card-hover-border: rgba(2, 132, 199, 0.4);
  --baw-text-title: #0f172a;
  --baw-text-body: #475569;
  --baw-badge-bg: rgba(14, 165, 233, 0.06);
  --baw-badge-border: rgba(14, 165, 233, 0.2);
  --baw-icon-bg: rgba(2, 132, 199, 0.08);
  --baw-icon-color: #0284c7;
  --baw-pill-bg: rgba(15, 23, 42, 0.03);
  --baw-pill-border: rgba(15, 23, 42, 0.08);
  --baw-pill-text: #334155;
}

.bawServices-container {
  width: min(85%, 1200px);
  margin: 0 auto;
}

/* Header Styles */
.bawServices-header.center {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 56px;
}

.bawServices-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 16px;
  border-radius: 100px;
  background: var(--baw-badge-bg);
  border: 1px solid var(--baw-badge-border);
  color: #38bdf8;
  font-family: -apple-system, BlinkMacSystemFont, 'SF Pro Display', 'Google Sans', sans-serif;
  font-size: 0.8rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.bawServices-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #38bdf8;
}

.bawServices-title {
  font-family: -apple-system, BlinkMacSystemFont, 'SF Pro Display', 'Google Sans', sans-serif;
  font-size: clamp(1.8rem, 3.5vw, 2.8rem);
  font-weight: 300;
  line-height: 1.25;
  letter-spacing: -0.02em;
  color: var(--baw-text-title);
  margin-bottom: 16px;
}

.bawServices-gradient-text {
  background: linear-gradient(90deg, #38bdf8, #fff173, #008156);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 400;
}

.bawServices-description {
  font-family: -apple-system, BlinkMacSystemFont, 'SF Pro Display', 'Google Sans', sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.75;
  color: var(--baw-text-body);
  max-width: 680px;
}

/* Grid Layout */
.bawServices-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  gap: 28px;
}

/* Card Styling */
.bawServices-card {
  background: var(--baw-card-bg);
  border: 1px solid var(--baw-card-border);
  border-radius: 20px;
  padding: 36px 28px;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1), 
              border-color 0.35s ease, 
              box-shadow 0.35s ease;
}

.bawServices-card:hover {
  transform: translateY(-6px);
  border-color: var(--baw-card-hover-border);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.18);
}

/* Icon Box Sizing & Image Fix */
.bawServices-icon-box {
  width: 52px;
  height: 52px;
  border-radius: 14px;
  background: var(--baw-icon-bg);
  color: var(--baw-icon-color);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.05);
}

.bawServices-icon-img {
  width: 26px;
  height: 26px;
  object-fit: contain;
  display: block;
}

body.light-theme .bawServices-icon-img {
  filter: brightness(0.2);
}

.bawServices-icon-fallback {
  font-size: 1.25rem;
  color: var(--baw-icon-color);
}

.bawServices-card-title {
  font-family: -apple-system, BlinkMacSystemFont, 'SF Pro Display', 'Google Sans', sans-serif;
  font-size: 1.3rem;
  font-weight: 400;
  letter-spacing: -0.015em;
  color: var(--baw-text-title);
  margin-bottom: 12px;
}

.bawServices-card-desc {
  font-family: -apple-system, BlinkMacSystemFont, 'SF Pro Display', 'Google Sans', sans-serif;
  font-size: 0.92rem;
  font-weight: 300;
  line-height: 1.7;
  color: var(--baw-text-body);
  margin-bottom: 20px;
}

/* Dynamic Benefits Pills */
.bawServices-benefits-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 28px;
}

.bawServices-benefit-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 4px 10px;
  border-radius: 8px;
  background: var(--baw-pill-bg);
  border: 1px solid var(--baw-pill-border);
  color: var(--baw-pill-text);
  font-family: -apple-system, BlinkMacSystemFont, 'SF Pro Display', 'Google Sans', sans-serif;
  font-size: 0.78rem;
  font-weight: 400;
}

.bawServices-check-icon {
  width: 10px;
  height: 10px;
  stroke: #38bdf8;
  stroke-width: 2;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}

/* Custom Action Link Styling */
.bawServices-card-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: -apple-system, BlinkMacSystemFont, 'SF Pro Display', 'Google Sans', sans-serif;
  font-size: 0.88rem;
  font-weight: 400;
  text-decoration: none;
  position: relative;
  padding-bottom: 2px;
  width: fit-content;
  margin-top: auto;
}

.bawServices-card-link .ivs-link-text {
  background: linear-gradient(90deg, #38bdf8, #fff173, #008156);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: opacity 0.3s ease;
}

.bawServices-card-link .ivs-long-arrow {
  width: 22px;
  height: 12px;
  stroke: #008156;
  stroke-width: 1.8;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1);
}

.bawServices-card-link .ivs-link-underline {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1.5px;
  background: linear-gradient(90deg, #38bdf8, #fff173, #008156);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1);
}

/* Empty State */
.bawServices-empty {
  grid-column: 1 / -1;
  text-align: center;
  padding: 40px;
  color: var(--baw-text-body);
  font-family: -apple-system, BlinkMacSystemFont, 'SF Pro Display', sans-serif;
  font-weight: 300;
}

/* Responsive Rules */
@media (max-width: 768px) {
  .bawServices {
    padding: 60px 0;
  }
  .bawServices-grid {
    grid-template-columns: 1fr;
  }
}

/* ==========================================================================
   BAWSERVICEDETAIL SECTION - SCOPED & RESPONSIVE DUAL-THEME CSS
   ========================================================================== */

.bawServiceDetail {
  --baw-bg: #07090e;
  --baw-card-bg: rgba(255, 255, 255, 0.025);
  --baw-card-border: rgba(255, 255, 255, 0.08);
  --baw-text-title: #ffffff;
  --baw-text-body: #94a3b8;
  --baw-badge-bg: rgba(56, 189, 248, 0.08);
  --baw-badge-border: rgba(56, 189, 248, 0.2);
  --baw-icon-bg: rgba(56, 189, 248, 0.1);
  --baw-icon-color: #38bdf8;
  --baw-check-bg: rgba(56, 189, 248, 0.12);
  
  background-color: var(--baw-bg);
  padding: 90px 0;
  transition: background-color 0.3s ease;
}

/* Light Theme Overrides */
body.light-theme .bawServiceDetail {
  --baw-bg: #f8fafc;
  --baw-card-bg: #ffffff;
  --baw-card-border: rgba(15, 23, 42, 0.08);
  --baw-text-title: #0f172a;
  --baw-text-body: #475569;
  --baw-badge-bg: rgba(14, 165, 233, 0.06);
  --baw-badge-border: rgba(14, 165, 233, 0.2);
  --baw-icon-bg: rgba(2, 132, 199, 0.08);
  --baw-icon-color: #0284c7;
  --baw-check-bg: rgba(2, 132, 199, 0.1);
}

.bawServiceDetail-container {
  width: min(85%, 1200px);
  margin: 0 auto;
}

.bawServiceDetail-grid {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 48px;
  align-items: center;
}

/* Left Featured Card */
.bawServiceDetail-card {
  background: var(--baw-card-bg);
  border: 1px solid var(--baw-card-border);
  border-radius: 24px;
  padding: 44px 36px;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
}

.bawServiceDetail-icon-box {
  width: 58px;
  height: 58px;
  border-radius: 16px;
  background: var(--baw-icon-bg);
  color: var(--baw-icon-color);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 28px;
  border: 1px solid rgba(255, 255, 255, 0.05);
}

.bawServiceDetail-icon-img {
  width: 30px;
  height: 30px;
  object-fit: contain;
}

body.light-theme .bawServiceDetail-icon-img {
  filter: brightness(0.2);
}

.bawServiceDetail-icon-fallback {
  font-size: 1.5rem;
}

.bawServiceDetail-card-title {
  font-family: -apple-system, BlinkMacSystemFont, 'SF Pro Display', 'Google Sans', sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  color: var(--baw-text-title);
  margin-bottom: 14px;
}

.bawServiceDetail-card-desc {
  font-family: -apple-system, BlinkMacSystemFont, 'SF Pro Display', 'Google Sans', sans-serif;
  font-size: 0.95rem;
  font-weight: 300;
  line-height: 1.7;
  color: var(--baw-text-body);
}

/* Right Content */
.bawServiceDetail-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 16px;
  border-radius: 100px;
  background: var(--baw-badge-bg);
  border: 1px solid var(--baw-badge-border);
  color: #38bdf8;
  font-family: -apple-system, BlinkMacSystemFont, 'SF Pro Display', 'Google Sans', sans-serif;
  font-size: 0.8rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.bawServiceDetail-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #38bdf8;
}

.bawServiceDetail-title {
  font-family: -apple-system, BlinkMacSystemFont, 'SF Pro Display', 'Google Sans', sans-serif;
  font-size: clamp(2rem, 3.2vw, 2.8rem);
  font-weight: 300;
  line-height: 1.25;
  letter-spacing: -0.02em;
  color: var(--baw-text-title);
  margin-bottom: 18px;
}

.bawServiceDetail-gradient-text {
  background: linear-gradient(90deg, #38bdf8, #fff173, #008156);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 400;
}

.bawServiceDetail-description {
  font-family: -apple-system, BlinkMacSystemFont, 'SF Pro Display', 'Google Sans', sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.75;
  color: var(--baw-text-body);
  margin-bottom: 32px;
}

/* Service Points List */
.bawServiceDetail-points {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.bawServiceDetail-point-item {
  display: flex;
  align-items: center;
  gap: 12px;
}

.bawServiceDetail-check-box {
  width: 22px;
  height: 22px;
  border-radius: 6px;
  background: var(--baw-check-bg);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.bawServiceDetail-check-icon {
  width: 12px;
  height: 12px;
  stroke: #38bdf8;
  stroke-width: 2.2;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.bawServiceDetail-point-text {
  font-family: -apple-system, BlinkMacSystemFont, 'SF Pro Display', 'Google Sans', sans-serif;
  font-size: 0.95rem;
  font-weight: 400;
  color: var(--baw-text-title);
}

/* Responsive */
@media (max-width: 900px) {
  .bawServiceDetail-grid {
    grid-template-columns: 1fr;
    gap: 36px;
  }
}

/* ==========================================================================
   BAWSERVICEGROWTH SECTION - SCOPED, RESPONSIVE & DUAL THEME COMPATIBLE
   ========================================================================== */

.bawServiceGrowth {
  --baw-bg: #07090e;
  --baw-card-bg: rgba(255, 255, 255, 0.025);
  --baw-card-border: rgba(255, 255, 255, 0.08);
  --baw-text-title: #ffffff;
  --baw-text-body: #94a3b8;
  --baw-badge-bg: rgba(56, 189, 248, 0.08);
  --baw-badge-border: rgba(56, 189, 248, 0.2);
  --baw-icon-bg: rgba(56, 189, 248, 0.1);
  --baw-icon-color: #38bdf8;
  --baw-check-bg: rgba(56, 189, 248, 0.12);
  
  background-color: var(--baw-bg);
  padding: 90px 0;
  transition: background-color 0.3s ease;
}

/* Light Theme Overrides */
body.light-theme .bawServiceGrowth {
  --baw-bg: #f8fafc;
  --baw-card-bg: #ffffff;
  --baw-card-border: rgba(15, 23, 42, 0.08);
  --baw-text-title: #0f172a;
  --baw-text-body: #475569;
  --baw-badge-bg: rgba(14, 165, 233, 0.06);
  --baw-badge-border: rgba(14, 165, 233, 0.2);
  --baw-icon-bg: rgba(2, 132, 199, 0.08);
  --baw-icon-color: #0284c7;
  --baw-check-bg: rgba(2, 132, 199, 0.1);
}

.bawServiceGrowth-container {
  width: min(85%, 1200px);
  margin: 0 auto;
}

.bawServiceGrowth-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 48px;
  align-items: center;
}

/* Left Content */
.bawServiceGrowth-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 16px;
  border-radius: 100px;
  background: var(--baw-badge-bg);
  border: 1px solid var(--baw-badge-border);
  color: #38bdf8;
  font-family: -apple-system, BlinkMacSystemFont, 'SF Pro Display', 'Google Sans', sans-serif;
  font-size: 0.8rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.bawServiceGrowth-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #38bdf8;
}

.bawServiceGrowth-title {
  font-family: -apple-system, BlinkMacSystemFont, 'SF Pro Display', 'Google Sans', sans-serif;
  font-size: clamp(2rem, 3.2vw, 2.8rem);
  font-weight: 300;
  line-height: 1.25;
  letter-spacing: -0.02em;
  color: var(--baw-text-title);
  margin-bottom: 18px;
}

.bawServiceGrowth-gradient-text {
  background: linear-gradient(90deg, #38bdf8, #fff173, #008156);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 400;
}

.bawServiceGrowth-description {
  font-family: -apple-system, BlinkMacSystemFont, 'SF Pro Display', 'Google Sans', sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.75;
  color: var(--baw-text-body);
  margin-bottom: 32px;
}

/* Points List */
.bawServiceGrowth-points {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.bawServiceGrowth-point-item {
  display: flex;
  align-items: center;
  gap: 12px;
}

.bawServiceGrowth-check-box {
  width: 22px;
  height: 22px;
  border-radius: 6px;
  background: var(--baw-check-bg);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.bawServiceGrowth-check-icon {
  width: 12px;
  height: 12px;
  stroke: #38bdf8;
  stroke-width: 2.2;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.bawServiceGrowth-point-text {
  font-family: -apple-system, BlinkMacSystemFont, 'SF Pro Display', 'Google Sans', sans-serif;
  font-size: 0.95rem;
  font-weight: 400;
  color: var(--baw-text-title);
}

/* Right Featured Card */
.bawServiceGrowth-card {
  background: var(--baw-card-bg);
  border: 1px solid var(--baw-card-border);
  border-radius: 24px;
  padding: 44px 36px;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
}

.bawServiceGrowth-icon-box {
  width: 58px;
  height: 58px;
  border-radius: 16px;
  background: var(--baw-icon-bg);
  color: var(--baw-icon-color);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 28px;
  border: 1px solid rgba(255, 255, 255, 0.05);
}

.bawServiceGrowth-icon-img {
  width: 30px;
  height: 30px;
  object-fit: contain;
}

body.light-theme .bawServiceGrowth-icon-img {
  filter: brightness(0.2);
}

.bawServiceGrowth-icon-fallback {
  font-size: 1.5rem;
}

.bawServiceGrowth-card-title {
  font-family: -apple-system, BlinkMacSystemFont, 'SF Pro Display', 'Google Sans', sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  color: var(--baw-text-title);
  margin-bottom: 14px;
}

.bawServiceGrowth-card-desc {
  font-family: -apple-system, BlinkMacSystemFont, 'SF Pro Display', 'Google Sans', sans-serif;
  font-size: 0.95rem;
  font-weight: 300;
  line-height: 1.7;
  color: var(--baw-text-body);
}

/* Responsive Rules */
@media (max-width: 900px) {
  .bawServiceGrowth-grid {
    grid-template-columns: 1fr;
    gap: 36px;
  }
}

/* ==========================================================================
   BAWSERVICEFINANCE SECTION - SCOPED, RESPONSIVE & DUAL THEME COMPATIBLE
   ========================================================================== */

.bawServiceFinance {
  --baw-bg: #07090e;
  --baw-card-bg: rgba(255, 255, 255, 0.025);
  --baw-card-border: rgba(255, 255, 255, 0.08);
  --baw-text-title: #ffffff;
  --baw-text-body: #94a3b8;
  --baw-badge-bg: rgba(56, 189, 248, 0.08);
  --baw-badge-border: rgba(56, 189, 248, 0.2);
  --baw-icon-bg: rgba(56, 189, 248, 0.1);
  --baw-icon-color: #38bdf8;
  --baw-check-bg: rgba(56, 189, 248, 0.12);
  
  background-color: var(--baw-bg);
  padding: 90px 0;
  transition: background-color 0.3s ease;
}

/* Light Theme Overrides */
body.light-theme .bawServiceFinance {
  --baw-bg: #f8fafc;
  --baw-card-bg: #ffffff;
  --baw-card-border: rgba(15, 23, 42, 0.08);
  --baw-text-title: #0f172a;
  --baw-text-body: #475569;
  --baw-badge-bg: rgba(14, 165, 233, 0.06);
  --baw-badge-border: rgba(14, 165, 233, 0.2);
  --baw-icon-bg: rgba(2, 132, 199, 0.08);
  --baw-icon-color: #0284c7;
  --baw-check-bg: rgba(2, 132, 199, 0.1);
}

.bawServiceFinance-container {
  width: min(85%, 1200px);
  margin: 0 auto;
}

.bawServiceFinance-grid {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 48px;
  align-items: center;
}

/* Left Featured Card */
.bawServiceFinance-card {
  background: var(--baw-card-bg);
  border: 1px solid var(--baw-card-border);
  border-radius: 24px;
  padding: 44px 36px;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
}

.bawServiceFinance-icon-box {
  width: 58px;
  height: 58px;
  border-radius: 16px;
  background: var(--baw-icon-bg);
  color: var(--baw-icon-color);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 28px;
  border: 1px solid rgba(255, 255, 255, 0.05);
}

.bawServiceFinance-icon-img {
  width: 30px;
  height: 30px;
  object-fit: contain;
}

body.light-theme .bawServiceFinance-icon-img {
  filter: brightness(0.2);
}

.bawServiceFinance-icon-fallback {
  font-size: 1.5rem;
}

.bawServiceFinance-card-title {
  font-family: -apple-system, BlinkMacSystemFont, 'SF Pro Display', 'Google Sans', sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  color: var(--baw-text-title);
  margin-bottom: 14px;
}

.bawServiceFinance-card-desc {
  font-family: -apple-system, BlinkMacSystemFont, 'SF Pro Display', 'Google Sans', sans-serif;
  font-size: 0.95rem;
  font-weight: 300;
  line-height: 1.7;
  color: var(--baw-text-body);
}

/* Right Content */
.bawServiceFinance-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 16px;
  border-radius: 100px;
  background: var(--baw-badge-bg);
  border: 1px solid var(--baw-badge-border);
  color: #38bdf8;
  font-family: -apple-system, BlinkMacSystemFont, 'SF Pro Display', 'Google Sans', sans-serif;
  font-size: 0.8rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.bawServiceFinance-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #38bdf8;
}

.bawServiceFinance-title {
  font-family: -apple-system, BlinkMacSystemFont, 'SF Pro Display', 'Google Sans', sans-serif;
  font-size: clamp(2rem, 3.2vw, 2.8rem);
  font-weight: 300;
  line-height: 1.25;
  letter-spacing: -0.02em;
  color: var(--baw-text-title);
  margin-bottom: 18px;
}

.bawServiceFinance-gradient-text {
  background: linear-gradient(90deg, #38bdf8, #fff173, #008156);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 400;
}

.bawServiceFinance-description {
  font-family: -apple-system, BlinkMacSystemFont, 'SF Pro Display', 'Google Sans', sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.75;
  color: var(--baw-text-body);
  margin-bottom: 32px;
}

/* Points List */
.bawServiceFinance-points {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.bawServiceFinance-point-item {
  display: flex;
  align-items: center;
  gap: 12px;
}

.bawServiceFinance-check-box {
  width: 22px;
  height: 22px;
  border-radius: 6px;
  background: var(--baw-check-bg);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.bawServiceFinance-check-icon {
  width: 12px;
  height: 12px;
  stroke: #38bdf8;
  stroke-width: 2.2;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.bawServiceFinance-point-text {
  font-family: -apple-system, BlinkMacSystemFont, 'SF Pro Display', 'Google Sans', sans-serif;
  font-size: 0.95rem;
  font-weight: 400;
  color: var(--baw-text-title);
}

/* Responsive Rules */
@media (max-width: 900px) {
  .bawServiceFinance-grid {
    grid-template-columns: 1fr;
    gap: 36px;
  }
}

/* ==========================================================================
   BAWSERVICECTA SECTION - SCOPED, RESPONSIVE & DUAL THEME COMPATIBLE
   ========================================================================== */

.bawServiceCta {
  --baw-bg: #07090e;
  --baw-box-bg: rgba(255, 255, 255, 0.02);
  --baw-box-border: rgba(255, 255, 255, 0.08);
  --baw-text-title: #ffffff;
  --baw-text-body: #94a3b8;
  --baw-badge-bg: rgba(56, 189, 248, 0.08);
  --baw-badge-border: rgba(56, 189, 248, 0.2);
  --baw-btn-bg: linear-gradient(135deg, #38bdf8 0%, #0284c7 100%);
  --baw-btn-text: #ffffff;
  --baw-btn-shadow: rgba(56, 189, 248, 0.25);
  
  background-color: var(--baw-bg);
  padding: 80px 0;
  transition: background-color 0.3s ease;
}

/* Light Theme Overrides */
body.light-theme .bawServiceCta {
  --baw-bg: #f8fafc;
  --baw-box-bg: #ffffff;
  --baw-box-border: rgba(15, 23, 42, 0.08);
  --baw-text-title: #0f172a;
  --baw-text-body: #475569;
  --baw-badge-bg: rgba(14, 165, 233, 0.06);
  --baw-badge-border: rgba(14, 165, 233, 0.2);
  --baw-btn-bg: linear-gradient(135deg, #0284c7 0%, #0369a1 100%);
  --baw-btn-text: #ffffff;
  --baw-btn-shadow: rgba(2, 132, 199, 0.2);
}

.bawServiceCta-container {
  width: min(85%, 1200px);
  margin: 0 auto;
}

.bawServiceCta-box {
  position: relative;
  background: var(--baw-box-bg);
  border: 1px solid var(--baw-box-border);
  border-radius: 28px;
  padding: 56px 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  overflow: hidden;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

/* Ambient Background Glow */
.bawServiceCta-box::before {
  content: '';
  position: absolute;
  top: -50%;
  right: -10%;
  width: 300px;
  height: 300px;
  background: radial-gradient(circle, rgba(56, 189, 248, 0.12) 0%, rgba(0,0,0,0) 70%);
  pointer-events: none;
  z-index: 0;
}

.bawServiceCta-content {
  position: relative;
  z-index: 1;
  max-width: 650px;
}

.bawServiceCta-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 16px;
  border-radius: 100px;
  background: var(--baw-badge-bg);
  border: 1px solid var(--baw-badge-border);
  color: #38bdf8;
  font-family: -apple-system, BlinkMacSystemFont, 'SF Pro Display', 'Google Sans', sans-serif;
  font-size: 0.8rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.bawServiceCta-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #38bdf8;
}

.bawServiceCta-title {
  font-family: -apple-system, BlinkMacSystemFont, 'SF Pro Display', 'Google Sans', sans-serif;
  font-size: clamp(1.8rem, 2.8vw, 2.4rem);
  font-weight: 300;
  line-height: 1.3;
  letter-spacing: -0.02em;
  color: var(--baw-text-title);
  margin-bottom: 14px;
}

.bawServiceCta-description {
  font-family: -apple-system, BlinkMacSystemFont, 'SF Pro Display', 'Google Sans', sans-serif;
  font-size: 0.98rem;
  font-weight: 300;
  line-height: 1.7;
  color: var(--baw-text-body);
  margin: 0;
}

.bawServiceCta-action {
  position: relative;
  z-index: 1;
  flex-shrink: 0;
}

.bawServiceCta-btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: var(--baw-btn-bg);
  color: var(--baw-btn-text);
  padding: 16px 32px;
  border-radius: 100px;
  font-family: -apple-system, BlinkMacSystemFont, 'SF Pro Display', 'Google Sans', sans-serif;
  font-size: 0.95rem;
  font-weight: 500;
  text-decoration: none;
  box-shadow: 0 10px 25px var(--baw-btn-shadow);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.bawServiceCta-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 15px 30px var(--baw-btn-shadow);
}

.bawServiceCta-btn-icon {
  width: 18px;
  height: 18px;
  fill: none;
  transition: transform 0.3s ease;
}

.bawServiceCta-btn:hover .bawServiceCta-btn-icon {
  transform: translateX(4px);
}

/* Responsive */
@media (max-width: 900px) {
  .bawServiceCta-box {
    flex-direction: column;
    align-items: flex-start;
    padding: 40px 28px;
    gap: 32px;
  }
  
  .bawServiceCta-action {
    width: 100%;
  }

  .bawServiceCta-btn {
    width: 100%;
    justify-content: center;
  }
}

/* ==========================================================================
   BAW SOLUTIONS - ULTRA-CLEAN PURE WHITE LIGHT MODE CSS
   ========================================================================== */

body.light-theme {
  /* Dynamic CSS Variable Overrides for Pure White Minimal Theme */
  --baw-bg: #ffffff;
  --baw-card-bg: #ffffff;
  --baw-card-border: #f1f5f9;
  --baw-text-title: #020617;
  --baw-text-body: #334155;
  --baw-badge-bg: #f0f9ff;
  --baw-badge-border: #bae6fd;
  --baw-icon-bg: #f8fafc;
  --baw-icon-color: #0284c7;
  --baw-check-bg: #e0f2fe;
  --baw-box-bg: #ffffff;
  --baw-box-border: #f1f5f9;
  --baw-btn-bg: linear-gradient(135deg, #0284c7 0%, #0369a1 100%);
  --baw-btn-text: #ffffff;
  --baw-btn-shadow: rgba(2, 132, 199, 0.2);
}

/* --------------------------------------------------------------------------
   1. Dynamic Background & Grid Override
   -------------------------------------------------------------------------- */
body.light-theme .bawServiceDetail,
body.light-theme .bawServiceGrowth,
body.light-theme .bawServiceFinance,
body.light-theme .bawServiceCta {
  background-color: var(--baw-bg) !important;
}

/* --------------------------------------------------------------------------
   2. Pure White Card & Container Styling
   -------------------------------------------------------------------------- */
body.light-theme .bawServiceDetail-card,
body.light-theme .bawServiceGrowth-card,
body.light-theme .bawServiceFinance-card,
body.light-theme .bawServiceCta-box {
  background: var(--baw-card-bg) !important;
  border: 1px solid var(--baw-card-border) !important;
  box-shadow: 0 10px 30px -10px rgba(0, 0, 0, 0.04), 0 4px 6px -4px rgba(0, 0, 0, 0.02) !important;
  backdrop-filter: none !important;
}

/* Remove glow backgrounds on CTA box for pure white look */
body.light-theme .bawServiceCta-box::before {
  display: none !important;
}

/* --------------------------------------------------------------------------
   3. Icon Boxes & Clean Elements
   -------------------------------------------------------------------------- */
body.light-theme .bawServiceDetail-icon-box,
body.light-theme .bawServiceGrowth-icon-box,
body.light-theme .bawServiceFinance-icon-box {
  background: var(--baw-icon-bg) !important;
  border: 1px solid #e2e8f0 !important;
}

/* Clean Gradient Text (Crisp Blue to Dark Navy Accent) */
body.light-theme .bawServiceDetail-gradient-text,
body.light-theme .bawServiceGrowth-gradient-text,
body.light-theme .bawServiceFinance-gradient-text {
  background: linear-gradient(90deg, #0284c7 0%, #0f172a 100%) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  font-weight: 500 !important;
}

/* --------------------------------------------------------------------------
   4. Text, Badges & Point List Contrast Updates
   -------------------------------------------------------------------------- */
body.light-theme .bawServiceDetail-label,
body.light-theme .bawServiceGrowth-label,
body.light-theme .bawServiceFinance-label,
body.light-theme .bawServiceCta-label {
  background-color: var(--baw-badge-bg) !important;
  border: 1px solid var(--baw-badge-border) !important;
  color: #0284c7 !important;
}

body.light-theme .bawServiceDetail-dot,
body.light-theme .bawServiceGrowth-dot,
body.light-theme .bawServiceFinance-dot,
body.light-theme .bawServiceCta-dot {
  background-color: #0284c7 !important;
}

body.light-theme .bawServiceDetail-check-box,
body.light-theme .bawServiceGrowth-check-box,
body.light-theme .bawServiceFinance-check-box {
  background: var(--baw-check-bg) !important;
}

body.light-theme .bawServiceDetail-check-icon,
body.light-theme .bawServiceGrowth-check-icon,
body.light-theme .bawServiceFinance-check-icon {
  stroke: #0284c7 !important;
}

/* Button Refinement */
body.light-theme .bawServiceCta-btn {
  box-shadow: 0 8px 20px rgba(2, 132, 199, 0.18) !important;
}