@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=Open+Sans:wght@300;400;600;700&family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,700&family=Poppins:wght@300;400;500;600;700;800;900&display=swap');

/* ==========================================================================
   ORIENTAL CONSULTANTS — PREMIER CORPORATE CONSULTING STYLESHEET (V2 ENHANCED)
   Executive Design System | Dark & Light Modes | Interactive Tools & Calculators
   ========================================================================== */

:root {
  /* Brand Colors - Light Mode Default */
  --bg-primary: #f8fafc;
  --bg-secondary: #ffffff;
  --bg-tertiary: #f1f5f9;
  --bg-card: #ffffff;
  --bg-card-hover: #f8fafc;
  --bg-glass: rgba(255, 255, 255, 0.88);
  --bg-glass-strong: rgba(255, 255, 255, 0.96);

  --text-primary: #0f172a;
  --text-secondary: #475569;
  --text-muted: #64748b;
  --text-inverse: #ffffff;

  --accent-navy: #0a192f;
  --accent-navy-light: #1e293b;
  --accent-gold: #d97706;
  --accent-gold-light: #fef3c7;
  --accent-gold-hover: #b45309;
  --accent-blue: #0284c7;
  --accent-blue-light: #e0f2fe;
  --accent-emerald: #059669;
  --accent-emerald-light: #d1fae5;
  --accent-purple: #7c3aed;
  --accent-purple-light: #ede9fe;

  --border-subtle: #e2e8f0;
  --border-medium: #cbd5e1;
  --border-focus: #0284c7;

  --shadow-sm: 0 1px 3px rgba(0, 0, 0, 0.05);
  --shadow-md: 0 4px 6px -1px rgba(0, 0, 0, 0.07), 0 2px 4px -2px rgba(0, 0, 0, 0.05);
  --shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, 0.08), 0 4px 6px -4px rgba(0, 0, 0, 0.04);
  --shadow-xl: 0 20px 25px -5px rgba(0, 0, 0, 0.08), 0 8px 10px -6px rgba(0, 0, 0, 0.04);
  --shadow-glow: 0 0 25px rgba(2, 132, 199, 0.18);
  --shadow-gold-glow: 0 0 25px rgba(217, 119, 6, 0.2);

  --radius-sm: 6px;
  --radius-md: 10px;
  --radius-lg: 16px;
  --radius-xl: 24px;
  --radius-full: 9999px;

  /* Typography matching orientalconsultant.lovable.app */
  --font-sans: 'Inter', 'Open Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
  --font-display: 'Poppins', 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  --font-serif: 'Playfair Display', Georgia, 'Times New Roman', serif;
  --font-heading: 'Poppins', 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  --font-poppins: 'Poppins', 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  
  /* Lovable App Brand Design System */
  --brand-navy: #001f3f;
  --brand-blue: #0050b0;
  --brand-bright: #0070f3;
  --brand-sky: #f0f7ff;
  --brand-line: rgba(0, 31, 63, 0.1);
  
  --transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
  --transition-slow: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

[data-theme="dark"] {
  --bg-primary: #070d18;
  --bg-secondary: #0c1626;
  --bg-tertiary: #132238;
  --bg-card: #0e1b2f;
  --bg-card-hover: #152742;
  --bg-glass: rgba(12, 22, 38, 0.88);
  --bg-glass-strong: rgba(12, 22, 38, 0.96);

  --text-primary: #f8fafc;
  --text-secondary: #cbd5e1;
  --text-muted: #94a3b8;
  --text-inverse: #0f172a;

  --accent-navy: #0c1626;
  --accent-navy-light: #1e293b;
  --accent-gold: #f59e0b;
  --accent-gold-light: rgba(245, 158, 11, 0.15);
  --accent-gold-hover: #fbbf24;
  --accent-blue: #38bdf8;
  --accent-blue-light: rgba(56, 189, 248, 0.15);
  --accent-emerald: #10b981;
  --accent-emerald-light: rgba(16, 185, 129, 0.15);
  --accent-purple: #a78bfa;
  --accent-purple-light: rgba(167, 139, 250, 0.15);

  --border-subtle: #1e293b;
  --border-medium: #334155;
  --border-focus: #38bdf8;

  /* Lovable App Dark Brand Variables */
  --brand-navy: #051329;
  --brand-blue: #38bdf8;
  --brand-bright: #0ea5e9;
  --brand-sky: #0a192f;
  --brand-line: rgba(255, 255, 255, 0.08);

  --shadow-sm: 0 1px 3px rgba(0, 0, 0, 0.4);
  --shadow-md: 0 4px 6px -1px rgba(0, 0, 0, 0.4), 0 2px 4px -2px rgba(0, 0, 0, 0.3);
  --shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, 0.5), 0 4px 6px -4px rgba(0, 0, 0, 0.4);
  --shadow-xl: 0 20px 25px -5px rgba(0, 0, 0, 0.6), 0 8px 10px -6px rgba(0, 0, 0, 0.4);
  --shadow-glow: 0 0 30px rgba(56, 189, 248, 0.25);
  --shadow-gold-glow: 0 0 30px rgba(245, 158, 11, 0.25);
}

/* Base Reset & Box Sizing */
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
  font-size: 16px;
}

body {
  font-family: var(--font-sans);
  background-color: var(--bg-primary);
  color: var(--text-primary);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
  transition: background-color 0.3s ease, color 0.3s ease;
}

a {
  color: inherit;
  text-decoration: none;
  transition: var(--transition);
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

button, input, select, textarea {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
}

/* Typography Utility - Matching Front Page (Poppins / Plus Jakarta Sans for Big Headings, Inter for Small Text) */
h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-heading);
  font-weight: 800;
  line-height: 1.2;
  color: var(--text-primary);
  letter-spacing: -0.025em;
}

.container {
  width: 100%;
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.section-padding {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

@media (min-width: 1024px) {
  .section-padding {
    padding-top: 6.5rem;
    padding-bottom: 6.5rem;
  }
}

.section-header {
  text-align: center;
  max-width: 760px;
  margin: 0 auto 3.5rem auto;
}

.section-subtitle {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.8125rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--accent-gold);
  background: var(--accent-gold-light);
  padding: 0.35rem 0.85rem;
  border-radius: var(--radius-full);
  margin-bottom: 1rem;
}

.section-title {
  font-size: 2.25rem;
  font-weight: 800;
  margin-bottom: 1rem;
  color: var(--text-primary);
}

@media (min-width: 768px) {
  .section-title {
    font-size: 2.75rem;
  }
}

.section-desc {
  font-size: 1.125rem;
  color: var(--text-secondary);
  line-height: 1.7;
}

/* ==========================================================================
   TOP BAR (EXECUTIVE REDESIGN)
   ========================================================================== */
.top-bar {
  background: linear-gradient(90deg, #050b14 0%, #0a1728 50%, #050b14 100%);
  color: #e2e8f0;
  font-size: 0.8125rem;
  padding: 0.5rem 0;
  border-top: 2px solid transparent;
  border-image: linear-gradient(90deg, #f59e0b, #38bdf8, #10b981) 1;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  position: relative;
  z-index: 1001;
}

.top-bar-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.75rem;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 1.5rem;
}

.top-bar-info {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  flex-wrap: wrap;
}

.top-bar-item {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  color: #94a3b8;
  text-decoration: none;
  font-size: 0.78rem;
  font-weight: 500;
  transition: all 0.2s ease;
}

.top-bar-item:hover {
  color: #ffffff;
  transform: translateY(-1px);
}

.top-bar-item svg {
  width: 14px;
  height: 14px;
  stroke: var(--accent-gold);
  flex-shrink: 0;
}

.top-bar-whatsapp {
  color: #25d366 !important;
  font-weight: 600;
}

.top-bar-whatsapp svg {
  width: 14px;
  height: 14px;
  stroke: none !important;
  fill: #25d366 !important;
  flex-shrink: 0;
}

.top-bar-whatsapp:hover {
  color: #4ade80 !important;
  text-shadow: 0 0 8px rgba(37, 211, 102, 0.4);
}

.top-bar-whatsapp:hover svg {
  fill: #4ade80 !important;
}

.top-bar-wa-icon {
  width: 14px !important;
  height: 14px !important;
  fill: #25d366 !important;
  stroke: none !important;
  flex-shrink: 0;
  vertical-align: middle;
}

.top-bar-phone-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  background: rgba(37, 211, 102, 0.08);
  border: 1px solid rgba(37, 211, 102, 0.28);
  padding: 0.22rem 0.65rem;
  border-radius: var(--radius-full);
  font-size: 0.76rem;
  color: #e2e8f0;
  white-space: nowrap;
  transition: all 0.2s ease;
}

.top-bar-phone-pill:hover {
  background: rgba(37, 211, 102, 0.15);
  border-color: rgba(37, 211, 102, 0.5);
  box-shadow: 0 2px 10px rgba(37, 211, 102, 0.2);
  transform: translateY(-1px);
}

.top-bar-phone-pill .phone-icon {
  width: 13px;
  height: 13px;
  stroke: var(--accent-gold);
  flex-shrink: 0;
}

.top-bar-phone-pill .top-bar-wa-icon {
  width: 14px !important;
  height: 14px !important;
  fill: #25d366 !important;
  margin-right: 2px;
}

.top-bar-phone-pill .phone-label {
  font-weight: 700;
  color: #4ade80;
  margin-right: 0.15rem;
}

.top-bar-phone-pill .phone-link {
  color: #f1f5f9;
  text-decoration: none;
  font-weight: 500;
  transition: color 0.15s ease;
}

.top-bar-phone-pill .phone-link:hover {
  color: #38bdf8;
  text-decoration: underline;
}

.top-bar-phone-pill .phone-sep {
  color: rgba(255, 255, 255, 0.35);
  font-size: 0.72rem;
  margin: 0 0.1rem;
}

@media (max-width: 768px) {
  .top-bar-phone-pill {
    white-space: normal;
    flex-wrap: wrap;
    justify-content: center;
  }
}

.top-bar-actions {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  flex-wrap: wrap;
}

.top-bar-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  background: rgba(245, 158, 11, 0.12);
  color: #fbbf24;
  border: 1px solid rgba(245, 158, 11, 0.28);
  padding: 0.2rem 0.65rem;
  border-radius: var(--radius-full);
  font-weight: 700;
  font-size: 0.72rem;
  letter-spacing: 0.02em;
}

.top-bar-badge.badge-blue {
  background: rgba(2, 132, 199, 0.15);
  color: #38bdf8;
  border-color: rgba(2, 132, 199, 0.35);
}

.top-bar-badge.badge-green {
  background: rgba(16, 185, 129, 0.15);
  color: #34d399;
  border-color: rgba(16, 185, 129, 0.35);
}

.pulse-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: currentColor;
  display: inline-block;
  animation: pulseDot 2s ease-in-out infinite;
}

@keyframes pulseDot {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.35; transform: scale(0.75); }
}

.top-bar-quick-link {
  color: var(--accent-gold);
  font-weight: 700;
  font-size: 0.75rem;
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  padding: 0.2rem 0.6rem;
  border-radius: var(--radius-sm);
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  transition: all 0.2s ease;
}

.top-bar-quick-link:hover {
  background: rgba(245, 158, 11, 0.15);
  color: #fbbf24;
}

/* "Our Network" Slow Yellow Blinking Animation */
@keyframes yellowSlowBlink {
  0%, 100% {
    color: #fbbf24;
    background: rgba(245, 158, 11, 0.12);
    border-color: rgba(245, 158, 11, 0.35);
    box-shadow: 0 0 0 rgba(245, 158, 11, 0);
  }
  50% {
    color: #fef08a;
    background: rgba(234, 179, 8, 0.32);
    border-color: rgba(250, 204, 21, 0.9);
    box-shadow: 0 0 14px rgba(250, 204, 21, 0.65), inset 0 0 5px rgba(250, 204, 21, 0.35);
  }
}

.top-bar-quick-link[href*="branches.html"],
.top-bar-network-link {
  animation: yellowSlowBlink 2.4s ease-in-out infinite;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.top-bar-quick-link[href*="branches.html"] svg,
.top-bar-network-link svg {
  stroke: currentColor;
  transition: transform 0.3s ease;
}

.top-bar-quick-link[href*="branches.html"]:hover,
.top-bar-network-link:hover {
  animation-play-state: paused;
  background: rgba(245, 158, 11, 0.35);
  color: #fffbeb;
  border-color: #facc15;
  box-shadow: 0 0 16px rgba(250, 204, 21, 0.85);
}

/* ==========================================================================
   MAIN HEADER (EXECUTIVE REDESIGN)
   ========================================================================== */
.main-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: var(--bg-glass-strong);
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
  border-bottom: 1px solid var(--border-subtle);
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.04);
  transition: all 0.3s ease;
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 76px;
  gap: 1.5rem;
}

.main-header .container {
  max-width: 1400px;
}

.brand-logo {
  display: flex;
  align-items: center;
  text-decoration: none;
  flex-shrink: 0;
  margin-right: 1.5rem;
  transition: transform 0.25s cubic-bezier(0.16, 1, 0.3, 1);
}

.brand-logo:hover {
  transform: translateY(-1px) scale(1.01);
}

.brand-logo-img {
  height: 46px;
  width: auto;
  max-width: 220px;
  object-fit: contain;
  filter: none;
  transition: transform 0.3s ease;
}

.brand-logo:hover .brand-logo-img {
  transform: translateY(-1px);
}

/* Crisp, High-Legibility OC Logo Typography */
.oc-title-shadow,
.oc-title-bevel,
.oc-title-glare,
.oc-tagline-shadow {
  display: none !important;
}

.oc-title-face,
.oc-brand-title {
  fill: #001f3f !important;
  font-weight: 800 !important;
  transition: fill 0.3s ease;
}

[data-theme="dark"] .oc-title-face,
[data-theme="dark"] .oc-brand-title {
  fill: #ffffff !important;
}

.oc-tagline-face,
.oc-brand-tagline {
  fill: #d97706 !important;
  font-weight: 800 !important;
  transition: fill 0.3s ease;
}

[data-theme="dark"] .oc-tagline-face,
[data-theme="dark"] .oc-brand-tagline {
  fill: #fbbf24 !important;
}

/* Nav Menu (Hierarchical 5-Pillar Architecture) */
.nav-menu {
  display: none;
  list-style: none;
  align-items: center;
  gap: 0.4rem;
  margin: 0;
  padding: 0;
}

@media (min-width: 1024px) {
  .nav-menu {
    display: flex;
  }
}

@media (min-width: 1024px) and (max-width: 1320px) {
  .header-inner {
    gap: 0.75rem;
  }
  .brand-logo {
    margin-right: 0.75rem;
  }
  .brand-logo-img {
    height: 40px;
    max-width: 195px;
  }
  .nav-menu {
    gap: 0.2rem;
  }
  .nav-link {
    font-size: 0.85rem;
    padding: 0.45rem 0.65rem;
    gap: 0.2rem;
  }
  .nav-link svg.chevron {
    width: 12px;
    height: 12px;
  }
  .btn-header-cta {
    padding: 0.5rem 0.85rem;
    font-size: 0.8rem;
  }
}

.nav-item {
  position: relative;
}

.nav-link {
  font-family: var(--font-sans);
  font-size: 0.95rem;
  font-weight: 600;
  color: #001f3f;
  padding: 0.6rem 0.95rem;
  border-radius: var(--radius-md);
  display: flex;
  align-items: center;
  gap: 0.35rem;
  white-space: nowrap;
  letter-spacing: -0.01em;
  transition: all 0.2s cubic-bezier(0.16, 1, 0.3, 1);
}

[data-theme="dark"] .nav-link {
  color: #f8fafc;
}

.nav-link:hover {
  color: #0070f3;
  background: rgba(0, 112, 243, 0.08);
}

.nav-link.active {
  color: #0070f3;
  background: rgba(0, 112, 243, 0.12);
  font-weight: 700;
}

.nav-link svg.chevron {
  width: 14px;
  height: 14px;
  stroke: #001f3f;
  transition: transform 0.25s cubic-bezier(0.16, 1, 0.3, 1), stroke 0.2s ease;
}

[data-theme="dark"] .nav-link svg.chevron {
  stroke: #f8fafc;
}

.nav-item:hover .nav-link svg.chevron {
  transform: rotate(180deg);
  stroke: #0070f3;
}

/* ==========================================================================
   DROPDOWN & MEGA MENU ARCHITECTURE (HIGH LEGIBILITY)
   ========================================================================== */
.dropdown-menu {
  position: absolute;
  top: calc(100% + 6px);
  left: 0;
  background: #ffffff;
  border: 1px solid rgba(0, 31, 63, 0.14);
  border-radius: var(--radius-lg);
  box-shadow: 0 20px 45px -8px rgba(0, 31, 63, 0.2), 0 4px 12px rgba(0, 0, 0, 0.08);
  min-width: 280px;
  width: max-content;
  padding: 0.75rem;
  list-style: none;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
  z-index: 1000;
  backdrop-filter: blur(20px);
}

[data-theme="dark"] .dropdown-menu {
  background: #0d1b2e;
  border-color: rgba(255, 255, 255, 0.14);
  box-shadow: 0 20px 45px -8px rgba(0, 0, 0, 0.6);
}

.nav-item:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.dropdown-item a {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.6rem 0.9rem;
  font-family: var(--font-sans);
  font-size: 0.875rem;
  font-weight: 600;
  color: #001f3f;
  white-space: nowrap;
  border-radius: var(--radius-md);
  transition: var(--transition);
}

[data-theme="dark"] .dropdown-item a {
  color: #f8fafc;
}

.dropdown-item a:hover {
  background: #f0f7ff;
  color: #0070f3;
  transform: translateX(4px);
}

[data-theme="dark"] .dropdown-item a:hover {
  background: rgba(0, 112, 243, 0.15);
  color: #38bdf8;
}

.dropdown-item a svg {
  width: 16px;
  height: 16px;
  stroke: #0070f3;
  flex-shrink: 0;
}

/* Mega Menu (3-Column Executive Directory) */
.dropdown-menu-mega {
  width: 780px;
  max-width: 92vw;
  padding: 1.25rem;
}

.mega-menu-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}

.mega-col-title {
  font-family: var(--font-poppins);
  font-size: 0.75rem;
  font-weight: 800;
  color: #0050b0;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  padding-bottom: 0.5rem;
  margin-bottom: 0.65rem;
  border-bottom: 1px solid var(--border-subtle);
}

[data-theme="dark"] .mega-col-title {
  color: #38bdf8;
}

.mega-col-links {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.mega-col-links li a {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  padding: 0.5rem 0.75rem;
  font-family: var(--font-sans);
  font-size: 0.85rem;
  font-weight: 600;
  color: #001f3f;
  border-radius: var(--radius-sm);
  transition: all 0.2s ease;
}

[data-theme="dark"] .mega-col-links li a {
  color: #f8fafc;
}

.mega-col-links li a:hover {
  background: #f0f7ff;
  color: #0070f3;
  transform: translateX(3px);
}

[data-theme="dark"] .mega-col-links li a:hover {
  background: rgba(0, 112, 243, 0.15);
  color: #38bdf8;
}

.mega-col-links li a svg {
  width: 15px;
  height: 15px;
  stroke: #0070f3;
  flex-shrink: 0;
}

.mega-menu-footer {
  margin-top: 1.25rem;
  padding-top: 0.85rem;
  border-top: 1px solid var(--border-subtle);
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: var(--bg-tertiary);
  margin-left: -1.25rem;
  margin-right: -1.25rem;
  margin-bottom: -1.25rem;
  padding: 0.85rem 1.25rem;
  border-bottom-left-radius: var(--radius-lg);
  border-bottom-right-radius: var(--radius-lg);
}

.mega-footer-text {
  display: flex;
  flex-direction: column;
  font-size: 0.78rem;
}

.mega-footer-text strong {
  color: var(--text-primary);
}

.mega-footer-text span {
  color: var(--text-muted);
}

/* Header Action Buttons */
.header-actions {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  flex-shrink: 0;
}

.theme-toggle-btn {
  background: var(--bg-tertiary);
  border: 1px solid var(--border-subtle);
  color: var(--text-secondary);
  width: 38px;
  height: 38px;
  border-radius: var(--radius-full);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
  flex-shrink: 0;
}

.theme-toggle-btn:hover {
  color: var(--accent-blue);
  border-color: var(--accent-blue);
  background: var(--bg-card);
  transform: scale(1.08) rotate(15deg);
}

.theme-toggle-btn svg {
  width: 17px;
  height: 17px;
}

.btn-header-cta {
  background: linear-gradient(135deg, #f59e0b 0%, #d97706 100%);
  color: #000000 !important;
  font-weight: 800;
  font-size: 0.875rem;
  border: none;
  box-shadow: 0 4px 16px rgba(245, 158, 11, 0.35);
  padding: 0.65rem 1.4rem;
  border-radius: var(--radius-md);
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
  white-space: nowrap;
}

.btn-header-cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 22px rgba(245, 158, 11, 0.45);
  color: #000000 !important;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  font-weight: 600;
  font-size: 0.9375rem;
  padding: 0.75rem 1.5rem;
  border-radius: var(--radius-md);
  border: 1px solid transparent;
  cursor: pointer;
  transition: var(--transition);
  white-space: nowrap;
}

.btn-primary {
  background: linear-gradient(135deg, #0284c7 0%, #0369a1 100%);
  color: #ffffff;
  box-shadow: 0 4px 12px rgba(2, 132, 199, 0.25);
}

.btn-primary:hover {
  background: linear-gradient(135deg, #0369a1 0%, #075985 100%);
  box-shadow: 0 6px 20px rgba(2, 132, 199, 0.35);
  transform: translateY(-1px);
  color: #ffffff;
}

.btn-gold {
  background: linear-gradient(135deg, #d97706 0%, #b45309 100%);
  color: #ffffff;
  box-shadow: 0 4px 12px rgba(217, 119, 6, 0.25);
}

.btn-gold:hover {
  background: linear-gradient(135deg, #b45309 0%, #92400e 100%);
  transform: translateY(-1px);
  color: #ffffff;
}

.btn-emerald {
  background: linear-gradient(135deg, #059669 0%, #047857 100%);
  color: #ffffff;
  box-shadow: 0 4px 12px rgba(5, 150, 105, 0.25);
}

.btn-emerald:hover {
  background: linear-gradient(135deg, #047857 0%, #065f46 100%);
  transform: translateY(-1px);
  color: #ffffff;
}

.btn-outline {
  background: transparent;
  border-color: var(--border-medium);
  color: var(--text-primary);
}

.btn-outline:hover {
  background: var(--bg-tertiary);
  border-color: var(--accent-blue);
  color: var(--accent-blue);
}

.mobile-toggle-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  background: var(--bg-tertiary);
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-md);
  color: var(--text-primary);
  cursor: pointer;
}

@media (min-width: 1024px) {
  .mobile-toggle-btn {
    display: none;
  }
}

/* ==========================================================================
   HERO SECTION
   ========================================================================== */
.hero-section {
  position: relative;
  padding: 4.5rem 0 6rem 0;
  overflow: hidden;
  background: radial-gradient(circle at 80% 20%, rgba(2, 132, 199, 0.08) 0%, transparent 60%),
              radial-gradient(circle at 10% 80%, rgba(217, 119, 6, 0.05) 0%, transparent 50%);
}

.hero-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3.5rem;
  align-items: center;
}

@media (min-width: 1024px) {
  .hero-grid {
    grid-template-columns: 1.15fr 0.85fr;
  }
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  background: var(--bg-card);
  border: 1px solid var(--border-subtle);
  box-shadow: var(--shadow-sm);
  padding: 0.4rem 1rem;
  border-radius: var(--radius-full);
  font-size: 0.8125rem;
  font-weight: 600;
  color: var(--text-secondary);
  margin-bottom: 1.5rem;
}

.badge-dot {
  width: 8px;
  height: 8px;
  background: var(--accent-emerald);
  border-radius: 50%;
  box-shadow: 0 0 8px var(--accent-emerald);
}

.hero-title {
  font-size: 2.75rem;
  line-height: 1.15;
  font-weight: 800;
  margin-bottom: 1.5rem;
  letter-spacing: -0.03em;
}

@media (min-width: 768px) {
  .hero-title {
    font-size: 3.5rem;
  }
}

.hero-highlight {
  background: linear-gradient(135deg, #0284c7 0%, #0369a1 50%, #d97706 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.hero-description {
  font-size: 1.2rem;
  color: var(--text-secondary);
  line-height: 1.7;
  margin-bottom: 2.25rem;
  max-width: 620px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-bottom: 3rem;
}

.hero-stats {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
  padding-top: 2rem;
  border-top: 1px solid var(--border-subtle);
}

@media (min-width: 640px) {
  .hero-stats {
    grid-template-columns: repeat(4, 1fr);
  }
}

.stat-item {
  display: flex;
  flex-direction: column;
}

.stat-number {
  font-family: var(--font-display);
  font-size: 2rem;
  font-weight: 800;
  color: var(--text-primary);
  line-height: 1.1;
}

.stat-number span {
  color: var(--accent-gold);
}

.stat-label {
  font-size: 0.8125rem;
  color: var(--text-muted);
  font-weight: 500;
  margin-top: 0.25rem;
}

/* Hero Visual / Card */
.hero-visual {
  position: relative;
}

.hero-card-main {
  background: var(--bg-card);
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-xl);
  padding: 2rem;
  box-shadow: var(--shadow-xl);
  position: relative;
  overflow: hidden;
}

.hero-card-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1.75rem;
  padding-bottom: 1.25rem;
  border-bottom: 1px solid var(--border-subtle);
}

.hero-card-title {
  font-size: 1.125rem;
  font-weight: 700;
}

.hero-card-tag {
  background: var(--accent-blue-light);
  color: var(--accent-blue);
  padding: 0.25rem 0.65rem;
  border-radius: var(--radius-full);
  font-size: 0.75rem;
  font-weight: 700;
}

.hero-features-list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.hero-feature-item {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  padding: 0.85rem 1rem;
  background: var(--bg-tertiary);
  border-radius: var(--radius-md);
  border: 1px solid transparent;
  transition: var(--transition);
}

.hero-feature-item:hover {
  border-color: var(--border-medium);
  transform: translateX(4px);
}

.hero-feature-icon {
  width: 36px;
  height: 36px;
  border-radius: 8px;
  background: var(--bg-card);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.hero-feature-icon svg {
  width: 18px;
  height: 18px;
}

.hero-feature-content h4 {
  font-size: 0.9375rem;
  font-weight: 700;
  margin-bottom: 0.15rem;
}

.hero-feature-content p {
  font-size: 0.8125rem;
  color: var(--text-muted);
  line-height: 1.4;
}

/* Floating Trust Pill */
.hero-floating-pill {
  position: absolute;
  bottom: -20px;
  right: -10px;
  background: var(--accent-navy);
  color: #ffffff;
  padding: 0.85rem 1.25rem;
  border-radius: var(--radius-lg);
  display: flex;
  align-items: center;
  gap: 0.85rem;
  box-shadow: var(--shadow-xl);
  border: 1px solid rgba(255, 255, 255, 0.15);
}

.floating-icon {
  width: 36px;
  height: 36px;
  background: var(--accent-gold);
  border-radius: var(--radius-full);
  display: flex;
  align-items: center;
  justify-content: center;
}

.floating-icon svg {
  width: 20px;
  height: 20px;
  stroke: #ffffff;
}

.floating-text strong {
  display: block;
  font-size: 0.875rem;
  line-height: 1.2;
}

.floating-text span {
  font-size: 0.75rem;
  color: #94a3b8;
}

/* ==========================================================================
   PILLARS SECTION
   ========================================================================== */
.pillars-section {
  background: var(--bg-secondary);
  border-top: 1px solid var(--border-subtle);
  border-bottom: 1px solid var(--border-subtle);
}

.pillars-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}

@media (min-width: 768px) {
  .pillars-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.pillar-card {
  background: var(--bg-card);
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-lg);
  padding: 2.25rem;
  transition: var(--transition);
  position: relative;
  overflow: hidden;
}

.pillar-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, var(--accent-blue), var(--accent-gold));
  opacity: 0;
  transition: var(--transition);
}

.pillar-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-xl);
  border-color: var(--border-medium);
}

.pillar-card:hover::before {
  opacity: 1;
}

.pillar-icon-wrap {
  width: 56px;
  height: 56px;
  border-radius: 14px;
  background: var(--accent-blue-light);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.5rem;
}

.pillar-icon-wrap.gold {
  background: var(--accent-gold-light);
}

.pillar-icon-wrap.emerald {
  background: var(--accent-emerald-light);
}

.pillar-icon-wrap svg {
  width: 28px;
  height: 28px;
  stroke: var(--accent-blue);
}

.pillar-icon-wrap.gold svg {
  stroke: var(--accent-gold);
}

.pillar-icon-wrap.emerald svg {
  stroke: var(--accent-emerald);
}

.pillar-title {
  font-size: 1.35rem;
  font-weight: 700;
  margin-bottom: 0.75rem;
}

.pillar-desc {
  font-size: 0.9375rem;
  color: var(--text-secondary);
  line-height: 1.6;
}

/* ==========================================================================
   SERVICES SECTION (FILTERABLE & SEARCHABLE)
   ========================================================================== */
.services-section {
  background: var(--bg-primary);
}

.service-search-box {
  max-width: 600px;
  margin: 0 auto 2.5rem auto;
  position: relative;
}

.service-search-input {
  width: 100%;
  background: var(--bg-card);
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-full);
  padding: 0.85rem 1.25rem 0.85rem 3rem;
  font-size: 0.9375rem;
  color: var(--text-primary);
  box-shadow: var(--shadow-sm);
  transition: var(--transition);
}

.service-search-input:focus {
  outline: none;
  border-color: var(--accent-blue);
  box-shadow: 0 0 0 3px rgba(2, 132, 199, 0.15);
}

.service-search-icon {
  position: absolute;
  left: 1.15rem;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  stroke: var(--text-muted);
}

.service-tabs {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 3rem;
  background: var(--bg-tertiary);
  padding: 0.4rem;
  border-radius: var(--radius-full);
  max-width: 840px;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid var(--border-subtle);
}

.tab-btn {
  background: transparent;
  border: none;
  padding: 0.65rem 1.25rem;
  border-radius: var(--radius-full);
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--text-secondary);
  cursor: pointer;
  transition: var(--transition);
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
}

.tab-btn:hover {
  color: var(--text-primary);
}

.tab-btn.active {
  background: var(--bg-card);
  color: var(--accent-blue);
  box-shadow: var(--shadow-sm);
}

.services-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.75rem;
}

@media (min-width: 640px) {
  .services-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1024px) {
  .services-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.service-card {
  background: var(--bg-card);
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-lg);
  padding: 2rem;
  transition: var(--transition);
  display: flex;
  flex-direction: column;
}

.service-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-lg);
  border-color: var(--border-medium);
}

.service-category-tag {
  align-self: flex-start;
  font-size: 0.6875rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  padding: 0.2rem 0.6rem;
  border-radius: var(--radius-full);
  margin-bottom: 1.25rem;
}

.tag-advisory { background: rgba(2, 132, 199, 0.12); color: var(--accent-blue); }
.tag-finance { background: rgba(217, 119, 6, 0.12); color: var(--accent-gold); }
.tag-tech { background: rgba(16, 185, 129, 0.12); color: var(--accent-emerald); }
.tag-specialized { background: rgba(139, 92, 246, 0.12); color: #8b5cf6; }

.service-card-title {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 0.75rem;
}

.service-card-desc {
  font-size: 0.9375rem;
  color: var(--text-secondary);
  line-height: 1.6;
  margin-bottom: 1.5rem;
  flex-grow: 1;
}

.service-features-list {
  list-style: none;
  margin-bottom: 1.5rem;
  padding-top: 1rem;
  border-top: 1px solid var(--border-subtle);
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.service-feature-item {
  font-size: 0.8125rem;
  color: var(--text-muted);
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.service-feature-item svg {
  width: 14px;
  height: 14px;
  stroke: var(--accent-emerald);
  flex-shrink: 0;
}

.service-card-link {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--accent-blue);
}

.service-card-link:hover {
  gap: 0.65rem;
}

/* ==========================================================================
   NEW POWER TOOL: AFGHAN TAX & BRT CALCULATOR WIDGET
   ========================================================================== */
.tax-calc-section {
  background: var(--bg-secondary);
  border-top: 1px solid var(--border-subtle);
  border-bottom: 1px solid var(--border-subtle);
}

.tax-calc-wrapper {
  background: var(--bg-card);
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-xl);
  padding: 2.5rem;
  box-shadow: var(--shadow-xl);
  max-width: 1040px;
  margin: 0 auto;
}

.tax-calc-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.5rem;
}

@media (min-width: 1024px) {
  .tax-calc-grid {
    grid-template-columns: 1.1fr 0.9fr;
  }
}

.calc-tabs {
  display: flex;
  gap: 0.5rem;
  margin-bottom: 1.5rem;
  background: var(--bg-tertiary);
  padding: 0.35rem;
  border-radius: var(--radius-md);
}

.calc-tab-btn {
  flex: 1;
  background: transparent;
  border: none;
  padding: 0.65rem;
  border-radius: var(--radius-sm);
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--text-secondary);
  cursor: pointer;
  transition: var(--transition);
}

.calc-tab-btn.active {
  background: var(--bg-card);
  color: var(--accent-blue);
  box-shadow: var(--shadow-sm);
}

.calc-result-box {
  background: linear-gradient(135deg, var(--bg-tertiary) 0%, var(--bg-card) 100%);
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-lg);
  padding: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.calc-metric {
  text-align: center;
  padding: 1.5rem 0;
  border-bottom: 1px dashed var(--border-subtle);
}

.calc-metric-value {
  font-family: var(--font-display);
  font-size: 2.5rem;
  font-weight: 800;
  color: var(--accent-gold);
}

.calc-metric-label {
  font-size: 0.875rem;
  color: var(--text-muted);
  margin-top: 0.25rem;
}

/* ==========================================================================
   NEW POWER TOOL: QUICKBOOKS VS. ODOO FIT-FINDER WIZARD
   ========================================================================== */
.fitfinder-card {
  background: var(--bg-tertiary);
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-xl);
  padding: 2.5rem;
  margin-top: 3.5rem;
}

.fitfinder-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  align-items: center;
}

@media (min-width: 768px) {
  .fitfinder-grid {
    grid-template-columns: 1.2fr 0.8fr;
  }
}

/* ==========================================================================
   CASE STUDIES & PROVEN IMPACT SECTION
   ========================================================================== */
.casestudies-section {
  background: var(--bg-primary);
}

.casestudies-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}

@media (min-width: 768px) {
  .casestudies-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.casestudy-card {
  background: var(--bg-card);
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-lg);
  padding: 2rem;
  transition: var(--transition);
  display: flex;
  flex-direction: column;
}

.casestudy-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-xl);
  border-color: var(--accent-blue);
}

.casestudy-tag {
  font-size: 0.6875rem;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--accent-gold);
  background: var(--accent-gold-light);
  padding: 0.2rem 0.6rem;
  border-radius: var(--radius-full);
  align-self: flex-start;
  margin-bottom: 1rem;
}

.casestudy-title {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 0.75rem;
}

.casestudy-desc {
  font-size: 0.9375rem;
  color: var(--text-secondary);
  line-height: 1.6;
  margin-bottom: 1.5rem;
  flex-grow: 1;
}

.casestudy-metrics {
  background: var(--bg-tertiary);
  padding: 1rem;
  border-radius: var(--radius-md);
  margin-bottom: 1.5rem;
  display: flex;
  justify-content: space-between;
}

.casestudy-metric-item strong {
  display: block;
  font-size: 1.125rem;
  font-family: var(--font-display);
  color: var(--text-primary);
}

.casestudy-metric-item span {
  font-size: 0.75rem;
  color: var(--text-muted);
}

/* ==========================================================================
   FAQ ACCORDION SECTION
   ========================================================================== */
.faq-section {
  background: var(--bg-secondary);
  border-top: 1px solid var(--border-subtle);
  border-bottom: 1px solid var(--border-subtle);
}

.faq-accordion {
  max-width: 840px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.faq-item {
  background: var(--bg-card);
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-md);
  overflow: hidden;
  transition: var(--transition);
}

.faq-item:hover {
  border-color: var(--border-medium);
}

.faq-question {
  width: 100%;
  padding: 1.25rem 1.5rem;
  text-align: left;
  background: transparent;
  border: none;
  font-family: var(--font-display);
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--text-primary);
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
}

.faq-question svg {
  width: 20px;
  height: 20px;
  stroke: var(--accent-blue);
  transition: transform 0.25s ease;
  flex-shrink: 0;
}

.faq-item.active .faq-question svg {
  transform: rotate(180deg);
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out, padding 0.3s ease;
  padding: 0 1.5rem;
  font-size: 0.9375rem;
  color: var(--text-secondary);
  line-height: 1.7;
}

.faq-item.active .faq-answer {
  max-height: 300px;
  padding: 0 1.5rem 1.5rem 1.5rem;
}

/* ==========================================================================
   WHATSAPP FLOATING QUICK-CHAT TRIGGER
   ========================================================================== */
.whatsapp-floating-btn {
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  background: #25d366;
  color: #ffffff;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  box-shadow: 0 8px 20px rgba(37, 211, 102, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1200;
  cursor: pointer;
  transition: var(--transition);
}

.whatsapp-floating-btn:hover {
  transform: scale(1.08) translateY(-2px);
  box-shadow: 0 12px 25px rgba(37, 211, 102, 0.5);
}

.whatsapp-floating-btn svg {
  width: 32px;
  height: 32px;
  fill: #ffffff;
}

/* ==========================================================================
   EXISTING STYLES PRESERVED & CONTINUED
   ========================================================================== */
.tech-deepdive-section {
  background: var(--bg-secondary);
  border-top: 1px solid var(--border-subtle);
  border-bottom: 1px solid var(--border-subtle);
}

.tech-tabs {
  display: flex;
  justify-content: center;
  gap: 1rem;
  margin-bottom: 3.5rem;
  flex-wrap: wrap;
}

.tech-tab-btn {
  background: var(--bg-card);
  border: 1px solid var(--border-subtle);
  padding: 0.85rem 1.75rem;
  border-radius: var(--radius-md);
  font-weight: 700;
  font-size: 1rem;
  color: var(--text-secondary);
  cursor: pointer;
  transition: var(--transition);
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.tech-tab-btn.active {
  background: var(--accent-navy);
  color: #ffffff;
  border-color: var(--accent-navy);
  box-shadow: var(--shadow-md);
}

.tech-tab-pane {
  display: none;
}

.tech-tab-pane.active {
  display: block;
}

.tech-showcase-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3rem;
  align-items: center;
}

@media (min-width: 1024px) {
  .tech-showcase-grid {
    grid-template-columns: 1fr 1fr;
  }
}

.tech-showcase-content h3 {
  font-size: 2rem;
  margin-bottom: 1rem;
}

.tech-badge {
  display: inline-block;
  background: var(--accent-gold-light);
  color: var(--accent-gold);
  font-size: 0.75rem;
  font-weight: 700;
  padding: 0.25rem 0.75rem;
  border-radius: var(--radius-full);
  margin-bottom: 0.85rem;
}

.tech-showcase-content p {
  font-size: 1.05rem;
  color: var(--text-secondary);
  line-height: 1.7;
  margin-bottom: 1.75rem;
}

.tech-specs-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
  margin-bottom: 2rem;
}

.tech-spec-item {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
}

.tech-spec-icon {
  width: 28px;
  height: 28px;
  background: var(--accent-blue-light);
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.tech-spec-icon svg {
  width: 16px;
  height: 16px;
  stroke: var(--accent-blue);
}

.tech-spec-item h5 {
  font-size: 0.9375rem;
  font-weight: 700;
}

.tech-spec-item p {
  font-size: 0.8125rem;
  color: var(--text-muted);
  margin: 0;
  line-height: 1.4;
}

.spec-table-card {
  background: var(--bg-card);
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-lg);
  padding: 1.75rem;
  box-shadow: var(--shadow-lg);
}

.spec-table-title {
  font-size: 1.125rem;
  font-weight: 700;
  margin-bottom: 1.25rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.spec-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.875rem;
}

.spec-table th, .spec-table td {
  padding: 0.75rem 0.5rem;
  text-align: left;
  border-bottom: 1px solid var(--border-subtle);
}

.spec-table th {
  font-weight: 700;
  color: var(--text-muted);
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.spec-table tr:last-child td {
  border-bottom: none;
}

.badge-status {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  padding: 0.2rem 0.5rem;
  border-radius: var(--radius-full);
  font-size: 0.6875rem;
  font-weight: 700;
}

.badge-status.active {
  background: var(--accent-emerald-light);
  color: var(--accent-emerald);
}

/* Network Section */
.network-section {
  background: var(--bg-primary);
}

.network-container {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.5rem;
}

@media (min-width: 1024px) {
  .network-container {
    grid-template-columns: 0.8fr 1.2fr;
  }
}

.network-selector {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.branch-nav-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: var(--bg-card);
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-md);
  padding: 1.25rem 1.5rem;
  cursor: pointer;
  transition: var(--transition);
  text-align: left;
}

.branch-nav-btn:hover {
  border-color: var(--border-medium);
  transform: translateX(4px);
}

.branch-nav-btn.active {
  background: var(--accent-navy);
  border-color: var(--accent-navy);
  color: #ffffff;
  box-shadow: var(--shadow-md);
}

.branch-nav-btn.active .branch-meta span {
  color: #94a3b8;
}

.branch-nav-title {
  font-size: 1.125rem;
  font-weight: 700;
}

.branch-meta {
  font-size: 0.8125rem;
  color: var(--text-muted);
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-top: 0.2rem;
}

.branch-hub-tag {
  font-size: 0.6875rem;
  font-weight: 700;
  text-transform: uppercase;
  padding: 0.2rem 0.5rem;
  border-radius: var(--radius-full);
  background: var(--accent-gold-light);
  color: var(--accent-gold);
}

.branch-nav-btn.active .branch-hub-tag {
  background: rgba(245, 158, 11, 0.2);
  color: #fbbf24;
}

.branch-detail-card {
  background: var(--bg-card);
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-xl);
  padding: 2.5rem;
  box-shadow: var(--shadow-xl);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.branch-detail-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 2rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid var(--border-subtle);
}

.branch-detail-title {
  font-size: 1.75rem;
  font-weight: 800;
}

.branch-coords {
  font-family: monospace;
  font-size: 0.875rem;
  color: var(--text-muted);
  background: var(--bg-tertiary);
  padding: 0.35rem 0.75rem;
  border-radius: var(--radius-sm);
}

.branch-services-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 2rem;
}

.chip {
  background: var(--bg-tertiary);
  border: 1px solid var(--border-subtle);
  padding: 0.4rem 0.85rem;
  border-radius: var(--radius-full);
  font-size: 0.8125rem;
  font-weight: 600;
  color: var(--text-secondary);
}

.branch-contact-box {
  background: var(--bg-tertiary);
  border-radius: var(--radius-md);
  padding: 1.5rem;
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}

@media (min-width: 640px) {
  .branch-contact-box {
    grid-template-columns: repeat(2, 1fr);
  }
}

.contact-item h5 {
  font-size: 0.75rem;
  text-transform: uppercase;
  color: var(--text-muted);
  letter-spacing: 0.05em;
  margin-bottom: 0.25rem;
}

.contact-item p {
  font-size: 0.9375rem;
  font-weight: 600;
  color: var(--text-primary);
}

/* Team Section */
.team-section {
  background: var(--bg-secondary);
  border-top: 1px solid var(--border-subtle);
}

.team-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}

@media (min-width: 640px) {
  .team-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1024px) {
  .team-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

.team-card {
  background: var(--bg-card);
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-lg);
  padding: 2rem 1.5rem;
  text-align: center;
  transition: var(--transition);
  display: flex;
  flex-direction: column;
  align-items: center;
}

.team-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-lg);
  border-color: var(--border-medium);
}

.team-avatar {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--accent-blue-light) 0%, var(--accent-gold-light) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-display);
  font-size: 1.75rem;
  font-weight: 800;
  color: var(--accent-blue);
  margin-bottom: 1.25rem;
  border: 3px solid var(--border-subtle);
}

.team-name {
  font-size: 1.125rem;
  font-weight: 700;
  margin-bottom: 0.25rem;
}

.team-role {
  font-size: 0.8125rem;
  font-weight: 600;
  color: var(--accent-gold);
  margin-bottom: 0.75rem;
}

.team-bio {
  font-size: 0.8125rem;
  color: var(--text-secondary);
  line-height: 1.5;
  margin-bottom: 1rem;
}

.team-credentials-tag {
  font-size: 0.6875rem;
  font-weight: 600;
  color: var(--text-muted);
  background: var(--bg-tertiary);
  padding: 0.2rem 0.6rem;
  border-radius: var(--radius-sm);
}

/* Sectors Matrix */
.sectors-section {
  background: var(--bg-primary);
  border-top: 1px solid var(--border-subtle);
}

.sectors-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
}

@media (min-width: 640px) {
  .sectors-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (min-width: 1024px) {
  .sectors-grid {
    grid-template-columns: repeat(6, 1fr);
  }
}

.sector-card {
  background: var(--bg-card);
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-md);
  padding: 1.5rem 1rem;
  text-align: center;
  transition: var(--transition);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.75rem;
}

.sector-card:hover {
  border-color: var(--accent-blue);
  box-shadow: var(--shadow-md);
  transform: translateY(-2px);
}

.sector-icon {
  width: 44px;
  height: 44px;
  background: var(--bg-tertiary);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sector-icon svg {
  width: 22px;
  height: 22px;
  stroke: var(--accent-blue);
}

.sector-name {
  font-size: 0.875rem;
  font-weight: 700;
  color: var(--text-primary);
}

/* Estimator Section */
.estimator-section {
  background: linear-gradient(180deg, var(--bg-secondary) 0%, var(--bg-tertiary) 100%);
  border-top: 1px solid var(--border-subtle);
  border-bottom: 1px solid var(--border-subtle);
}

.estimator-card {
  background: var(--bg-card);
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-xl);
  padding: 2.5rem;
  box-shadow: var(--shadow-xl);
  max-width: 960px;
  margin: 0 auto;
}

.estimator-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.5rem;
}

@media (min-width: 768px) {
  .estimator-grid {
    grid-template-columns: 1.2fr 0.8fr;
  }
}

.estimator-step {
  margin-bottom: 1.75rem;
}

.estimator-step-label {
  font-size: 0.875rem;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 0.75rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.step-badge {
  width: 22px;
  height: 22px;
  background: var(--accent-blue);
  color: #ffffff;
  border-radius: 50%;
  font-size: 0.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.option-pill-group {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.option-pill {
  background: var(--bg-tertiary);
  border: 1px solid var(--border-subtle);
  padding: 0.5rem 1rem;
  border-radius: var(--radius-md);
  font-size: 0.8125rem;
  font-weight: 600;
  cursor: pointer;
  transition: var(--transition);
}

.option-pill:hover {
  border-color: var(--border-medium);
}

.option-pill.active {
  background: var(--accent-navy);
  color: #ffffff;
  border-color: var(--accent-navy);
}

.estimator-result-box {
  background: var(--bg-tertiary);
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-lg);
  padding: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.result-header h4 {
  font-size: 1.25rem;
  margin-bottom: 0.5rem;
}

.result-header p {
  font-size: 0.8125rem;
  color: var(--text-muted);
}

.result-specifications {
  margin: 1.5rem 0;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.result-spec-row {
  display: flex;
  justify-content: space-between;
  font-size: 0.875rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px dashed var(--border-subtle);
}

.result-spec-row span:first-child {
  color: var(--text-muted);
}

.result-spec-row span:last-child {
  font-weight: 700;
  color: var(--text-primary);
}

/* Careers Banner */
.careers-section {
  background: var(--bg-primary);
}

.careers-banner {
  background: linear-gradient(135deg, #0a192f 0%, #1e293b 100%);
  color: #ffffff;
  border-radius: var(--radius-xl);
  padding: 3.5rem 2.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.careers-banner h3 {
  color: #ffffff;
  font-size: 2.25rem;
  margin-bottom: 1rem;
}

.careers-banner p {
  color: #cbd5e1;
  font-size: 1.125rem;
  max-width: 650px;
  margin-bottom: 2rem;
  line-height: 1.7;
}

.careers-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  justify-content: center;
  margin-bottom: 2.5rem;
}

.careers-tag {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 0.4rem 1rem;
  border-radius: var(--radius-full);
  font-size: 0.8125rem;
  font-weight: 600;
}

/* Footer */
.main-footer {
  background: var(--accent-navy);
  color: #cbd5e1;
  padding-top: 5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3rem;
  margin-bottom: 4rem;
}

@media (min-width: 640px) {
  .footer-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1024px) {
  .footer-grid {
    grid-template-columns: 1.5fr 1fr 1fr 1fr;
  }
}

.footer-brand h3 {
  color: #ffffff;
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
}

.footer-desc {
  font-size: 0.875rem;
  color: #94a3b8;
  line-height: 1.6;
  margin-bottom: 1.5rem;
}

.footer-license-box {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: var(--radius-md);
  padding: 0.85rem 1rem;
  font-size: 0.75rem;
  color: #e2e8f0;
}

.footer-col h4 {
  color: #ffffff;
  font-size: 1rem;
  margin-bottom: 1.5rem;
  font-weight: 700;
}

.footer-links {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.footer-links a {
  font-size: 0.875rem;
  color: #94a3b8;
  transition: var(--transition);
}

.footer-links a:hover {
  color: var(--accent-gold);
  transform: translateX(3px);
  display: inline-block;
}

.footer-contact-item {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  margin-bottom: 0.85rem;
  font-size: 0.875rem;
  color: #94a3b8;
  line-height: 1.5;
}

.footer-contact-item svg {
  width: 18px !important;
  height: 18px !important;
  min-width: 18px !important;
  min-height: 18px !important;
  max-width: 18px !important;
  max-height: 18px !important;
  stroke: var(--brand-bright);
  flex-shrink: 0;
  margin-top: 0.2rem;
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding: 1.75rem 0;
  font-size: 0.8125rem;
  color: #64748b;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: center;
  text-align: center;
}

@media (min-width: 768px) {
  .footer-bottom {
    flex-direction: row;
    justify-content: space-between;
    text-align: left;
    align-items: center;
  }
}

.footer-bottom-info {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}

.footer-signature {
  font-size: 0.775rem;
  color: #8092a8;
  line-height: 1.5;
}

.footer-signature a {
  color: var(--brand-bright, #38bdf8);
  text-decoration: none;
  font-weight: 600;
  transition: var(--transition);
}

.footer-signature a:hover {
  color: #ffffff;
  text-decoration: underline;
}

.footer-bottom-links {
  display: flex;
  gap: 1.25rem;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.footer-bottom-links a {
  font-size: 0.8125rem;
  color: #94a3b8;
  text-decoration: none;
  transition: var(--transition);
}

.footer-bottom-links a:hover {
  color: var(--brand-bright, #38bdf8);
}


/* Modals */
.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(10, 25, 47, 0.75);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  z-index: 2000;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 1.5rem;
}

.modal-backdrop.open {
  display: flex;
}

.modal-dialog {
  background: var(--bg-card);
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow-xl);
  width: 100%;
  max-width: 650px;
  max-height: 90vh;
  overflow-y: auto;
  position: relative;
  padding: 2.5rem;
}

.modal-close-btn {
  position: absolute;
  top: 1.25rem;
  right: 1.25rem;
  background: var(--bg-tertiary);
  border: 1px solid var(--border-subtle);
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: var(--text-secondary);
}

.modal-close-btn:hover {
  color: var(--text-primary);
  background: var(--border-subtle);
}

.form-group {
  margin-bottom: 1.25rem;
}

.form-label {
  display: block;
  font-size: 0.8125rem;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 0.4rem;
}

.form-control {
  width: 100%;
  background: var(--bg-tertiary);
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-md);
  padding: 0.75rem 1rem;
  font-size: 0.9375rem;
  color: var(--text-primary);
  transition: var(--transition);
}

.form-control:focus {
  outline: none;
  border-color: var(--accent-blue);
  box-shadow: 0 0 0 3px rgba(2, 132, 199, 0.15);
}

/* Mobile Drawer */
.mobile-drawer {
  position: fixed;
  top: 0;
  right: -100%;
  width: 85%;
  max-width: 360px;
  height: 100vh;
  background: var(--bg-card);
  border-left: 1px solid var(--border-subtle);
  box-shadow: var(--shadow-xl);
  z-index: 1500;
  padding: 2rem 1.5rem;
  transition: right 0.35s ease;
  overflow-y: auto;
}

.mobile-drawer.open {
  right: 0;
}

.mobile-drawer-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 2rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid var(--border-subtle);
}

.mobile-nav-links {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.mobile-nav-links a {
  font-size: 1.05rem;
  font-weight: 600;
  color: var(--text-primary);
}

/* ==========================================================================
   ENHANCED EXECUTIVE STYLES: PARTNER STRIP, RADAR PULSE & TAX WIDGET
   ========================================================================== */
.pulse-dot {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #10b981;
  box-shadow: 0 0 0 0 rgba(16, 185, 129, 0.7);
  animation: pulseRadar 2s infinite;
  margin-right: 6px;
}

@keyframes pulseRadar {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(16, 185, 129, 0.7);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 8px rgba(16, 185, 129, 0);
  }
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(16, 185, 129, 0);
  }
}

.partner-strip {
  background: var(--bg-card);
  border-top: 1px solid var(--border-subtle);
  border-bottom: 1px solid var(--border-subtle);
  padding: 1.75rem 0;
  box-shadow: var(--shadow-sm);
}

.partner-strip-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1.25rem;
}

.partner-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  padding: 0.6rem 1.15rem;
  background: var(--bg-tertiary);
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-md);
  font-size: 0.85rem;
  font-weight: 700;
  color: var(--text-primary);
  transition: var(--transition);
}

.partner-badge:hover {
  border-color: var(--accent-blue);
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
}

.partner-badge svg {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
}

.badge-emerald {
  background: rgba(16, 185, 129, 0.12);
  color: #10b981;
  padding: 0.3rem 0.75rem;
  border-radius: var(--radius-full);
  font-size: 0.75rem;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
}

.badge-blue {
  background: rgba(2, 132, 199, 0.12);
  color: var(--accent-blue);
  padding: 0.3rem 0.75rem;
  border-radius: var(--radius-full);
  font-size: 0.75rem;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
}

.tax-widget-card {
  background: var(--bg-card);
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-xl);
  padding: 2.25rem;
  box-shadow: var(--shadow-xl);
}

.tax-widget-tabs {
  display: flex;
  gap: 0.5rem;
  margin-bottom: 1.5rem;
  border-bottom: 1px solid var(--border-subtle);
  padding-bottom: 0.75rem;
}

.tax-widget-tab-btn {
  background: transparent;
  border: none;
  font-size: 0.9rem;
  font-weight: 700;
  color: var(--text-muted);
  cursor: pointer;
  padding: 0.5rem 1rem;
  border-radius: var(--radius-md);
  transition: var(--transition);
}

.tax-widget-tab-btn.active {
  background: var(--accent-blue-light);
  color: var(--accent-blue);
}

/* ==========================================================================
   BEST-IN-CLASS EXECUTIVE LAYOUT: HERO, DIVISIONS & PERFORMANCE SHOWCASE
   ========================================================================== */
.hero-stat-card {
  background: var(--bg-card);
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-lg);
  padding: 1.25rem 1.5rem;
  box-shadow: var(--shadow-sm);
  transition: var(--transition);
}

.hero-stat-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-md);
  border-color: var(--border-medium);
}

.hero-stat-card .stat-number {
  font-size: 2.2rem;
  font-weight: 900;
  color: var(--text-primary);
  line-height: 1.1;
  font-family: var(--font-display);
}

.hero-stat-card .stat-label {
  font-size: 0.8125rem;
  font-weight: 600;
  color: var(--text-muted);
  margin-top: 0.35rem;
}

.division-card-executive {
  background: var(--bg-card);
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-xl);
  padding: 2.5rem;
  box-shadow: var(--shadow-md);
  transition: var(--transition);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  overflow: hidden;
}

.division-card-executive:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow-xl);
  border-color: var(--border-medium);
}

.division-header-badge {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.25rem;
}

.division-card-title {
  font-size: 1.45rem;
  font-weight: 800;
  line-height: 1.3;
  margin-bottom: 0.75rem;
  color: var(--text-primary);
}

.division-card-desc {
  font-size: 0.95rem;
  color: var(--text-muted);
  line-height: 1.65;
  margin-bottom: 1.75rem;
}

.practice-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
  margin-bottom: 2rem;
}

.practice-list-item {
  border-bottom: 1px solid var(--border-subtle);
  padding-bottom: 0.75rem;
}

.practice-list-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.practice-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 700;
  font-size: 0.95rem;
  color: var(--text-primary);
  transition: var(--transition);
}

.practice-link:hover {
  color: var(--accent-blue);
  transform: translateX(4px);
}

.case-card-executive {
  background: var(--bg-card);
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-xl);
  padding: 2.25rem;
  box-shadow: var(--shadow-md);
  transition: var(--transition);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
}

.case-card-executive:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow-xl);
  border-color: var(--border-medium);
}

.leader-card-executive {
  background: var(--bg-card);
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-xl);
  padding: 2.25rem 2rem;
  text-align: center;
  box-shadow: var(--shadow-md);
  transition: var(--transition);
}

.leader-card-executive:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-xl);
  border-color: var(--border-medium);
}

/* ==========================================================================
   LOVABLE-INSPIRED MODERN BENTO GRID & GLASSMORPHIC CONSOLE
   ========================================================================== */
.bento-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 1.5rem;
}

.bento-col-12 { grid-column: span 12; }
.bento-col-8 { grid-column: span 12; }
.bento-col-4 { grid-column: span 12; }
.bento-col-6 { grid-column: span 12; }
.bento-col-3 { grid-column: span 12; }

@media (min-width: 768px) {
  .bento-col-6 { grid-column: span 6; }
  .bento-col-3 { grid-column: span 6; }
}

@media (min-width: 1024px) {
  .bento-col-8 { grid-column: span 8; }
  .bento-col-4 { grid-column: span 4; }
  .bento-col-6 { grid-column: span 6; }
  .bento-col-3 { grid-column: span 3; }
}

.bento-card {
  background: var(--bg-card);
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-xl);
  padding: 2.25rem;
  box-shadow: var(--shadow-md);
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.bento-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-xl);
  border-color: var(--border-medium);
}

.gradient-text {
  background: linear-gradient(135deg, #0284c7 0%, #2563eb 40%, #d97706 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.badge-glow {
  background: rgba(2, 132, 199, 0.08);
  border: 1px solid rgba(2, 132, 199, 0.25);
  color: var(--accent-blue);
  box-shadow: 0 0 15px rgba(2, 132, 199, 0.12);
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.45rem 1rem;
  border-radius: var(--radius-full);
  font-size: 0.825rem;
  font-weight: 700;
}

/* Lovable Filter Pills */
.filter-pills-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  justify-content: center;
  margin-bottom: 2.5rem;
}

.filter-pill {
  background: var(--bg-card);
  border: 1px solid var(--border-subtle);
  color: var(--text-secondary);
  padding: 0.6rem 1.35rem;
  border-radius: var(--radius-full);
  font-size: 0.875rem;
  font-weight: 600;
  cursor: pointer;
  transition: var(--transition);
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}

.filter-pill:hover {
  background: var(--bg-secondary);
  border-color: var(--border-medium);
  color: var(--text-primary);
}

.filter-pill.active {
  background: var(--accent-navy);
  color: #ffffff;
  border-color: var(--accent-navy);
  box-shadow: 0 4px 14px rgba(10, 25, 47, 0.2);
}

/* Lovable Stat Metric Bento */
.stat-bento-num {
  font-size: clamp(2rem, 3.5vw, 3rem);
  font-weight: 900;
  line-height: 1;
  letter-spacing: -0.02em;
}

.stat-bento-label {
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--text-muted);
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-top: 0.5rem;
}

/* ==========================================================================
   HERO DYNAMIC SLIDER (EXECUTIVE REDESIGN)
   ========================================================================== */
.hero-text-slider {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

/* Story-Style Interactive Progress Tabs */
.hero-slider-tabs {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.65rem;
  margin-bottom: 1.75rem;
}

.hero-tab {
  background: var(--bg-card);
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-md);
  padding: 0.65rem 0.85rem;
  text-align: left;
  cursor: pointer;
  transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 58px;
  position: relative;
  overflow: hidden;
}

.hero-tab:hover {
  background: var(--bg-secondary);
  border-color: var(--border-medium);
  transform: translateY(-2px);
}

.hero-tab.active {
  background: var(--bg-card);
  border-color: var(--accent-blue);
  box-shadow: 0 4px 16px rgba(2, 132, 199, 0.12);
}

.hero-tab-header {
  display: flex;
  align-items: baseline;
  gap: 0.45rem;
}

.hero-tab-num {
  font-size: 0.72rem;
  font-weight: 800;
  color: var(--accent-blue);
  letter-spacing: 0.05em;
}

.hero-tab-label {
  font-size: 0.8125rem;
  font-weight: 700;
  color: var(--text-primary);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.hero-tab-progress-bar {
  width: 100%;
  height: 3px;
  background: var(--border-subtle);
  border-radius: 2px;
  margin-top: 0.5rem;
  overflow: hidden;
  position: relative;
}

.hero-tab-progress {
  height: 100%;
  width: 0%;
  background: linear-gradient(90deg, var(--accent-blue), #38bdf8);
  border-radius: 2px;
}

.hero-tab.active .hero-tab-progress {
  animation: tabProgressBar 6s linear forwards;
}

@keyframes tabProgressBar {
  0% { width: 0%; }
  100% { width: 100%; }
}

.hero-text-slider.is-paused .hero-tab.active .hero-tab-progress,
.hero-text-slider:hover .hero-tab.active .hero-tab-progress {
  animation-play-state: paused;
}

/* Slides Grid & Cross-Fade Transition */
.hero-slides-wrapper {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  min-height: 330px;
}

.hero-slide {
  grid-column: 1;
  grid-row: 1;
  opacity: 0;
  visibility: hidden;
  transform: translateY(12px);
  transition: opacity 0.45s cubic-bezier(0.16, 1, 0.3, 1),
              transform 0.45s cubic-bezier(0.16, 1, 0.3, 1),
              visibility 0.45s;
  pointer-events: none;
}

.hero-slide.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
  position: relative;
  z-index: 2;
}

/* Slide Category Pill */
.hero-slide-tag {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.35rem 0.85rem;
  border-radius: 9999px;
  background: rgba(2, 132, 199, 0.08);
  border: 1px solid rgba(2, 132, 199, 0.22);
  color: var(--accent-blue);
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 1rem;
}

[data-theme="dark"] .hero-slide-tag {
  background: rgba(56, 189, 248, 0.12);
  border-color: rgba(56, 189, 248, 0.3);
  color: #38bdf8;
}

/* Slide Feature Takeaways */
.hero-slide-features {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem 1.25rem;
  margin-bottom: 1.75rem;
}

.hero-slide-feature-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--text-secondary);
}

.hero-slide-feature-pill svg {
  color: #10b981;
  flex-shrink: 0;
}

/* Slider Controls Strip */
.hero-slider-controls {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-top: 1.25rem;
  margin-bottom: 2.25rem;
}

.hero-slider-nav-group {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.hero-slider-btn {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 1px solid var(--border-subtle);
  background: var(--bg-card);
  color: var(--text-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
  box-shadow: var(--shadow-sm);
}

.hero-slider-btn:hover {
  background: var(--bg-secondary);
  border-color: var(--accent-blue);
  color: var(--accent-blue);
  transform: scale(1.08);
}

.hero-slide-counter-box {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  padding: 0.35rem 0.75rem;
  border-radius: var(--radius-md);
  background: var(--bg-card);
  border: 1px solid var(--border-subtle);
  font-size: 0.8125rem;
  font-weight: 800;
  letter-spacing: 0.05em;
}

.hero-counter-current {
  color: var(--accent-blue);
}

.hero-counter-sep {
  color: var(--text-muted);
}

.hero-counter-total {
  color: var(--text-muted);
}

.hero-slider-dots {
  display: none;
}

/* Interactive Highlight on Partner Console */
.hero-feature-item {
  transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
  border-radius: var(--radius-md);
  padding: 0.65rem;
}

.hero-feature-item.slide-synced {
  background: rgba(2, 132, 199, 0.08);
  border-left: 3px solid var(--accent-blue);
  transform: translateX(4px);
  box-shadow: 0 4px 14px rgba(2, 132, 199, 0.1);
}

@media (max-width: 991px) {
  .hero-slider-tabs {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 576px) {
  .hero-slider-tabs {
    grid-template-columns: 1fr;
  }
  .hero-slides-wrapper {
    min-height: 420px;
  }
}

/* Hero Stat Cards Bento */
.hero-stat-card {
  background: var(--bg-card);
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-lg);
  padding: 1.25rem 1rem;
  text-align: center;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  box-shadow: var(--shadow-sm);
  position: relative;
  overflow: hidden;
}

.hero-stat-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--accent-blue), transparent);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.hero-stat-card:hover {
  transform: translateY(-4px);
  border-color: var(--border-medium);
  box-shadow: var(--shadow-md);
}

.hero-stat-card:hover::before {
  opacity: 1;
}

/* ==========================================================================
   FOOTER TOP ASSURANCE PILLARS
   ========================================================================== */
.footer-top-strip {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 2.5rem;
  margin-bottom: 3.5rem;
}

.footer-pillars-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: 1.5rem;
}

.footer-pillar-card {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
}

.footer-pillar-icon {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.12);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: var(--accent-gold);
}

.footer-pillar-icon svg {
  width: 22px;
  height: 22px;
}

.footer-pillar-text h4 {
  color: #ffffff;
  font-size: 0.95rem;
  font-weight: 700;
  margin-bottom: 0.25rem;
}

.footer-pillar-text p {
  color: #94a3b8;
  font-size: 0.8125rem;
  line-height: 1.5;
  margin: 0;
}

/* ==========================================================================
   LOVABLE-INSPIRED EXECUTIVE HOMEPAGE STYLES
   Exact reproduction of https://orientalconsultant.lovable.app/
   ========================================================================== */

/* Unique Hero Section */
.unique-hero {
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid var(--brand-line);
  background: var(--bg-primary);
  color: var(--text-primary);
}

.hero-bg-grid {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image: 
    linear-gradient(var(--brand-blue) 1px, transparent 1px),
    linear-gradient(90deg, var(--brand-blue) 1px, transparent 1px);
  background-size: 100px 100px;
  opacity: 0.03;
}

.hero-accent-line-right {
  position: absolute;
  top: 25%;
  right: 2.5rem;
  width: 1px;
  height: 50%;
  background: linear-gradient(to bottom, transparent, var(--brand-line), transparent);
  pointer-events: none;
}

.hero-accent-line-left {
  position: absolute;
  top: 50%;
  left: 2.5rem;
  width: 1px;
  height: 25%;
  background: linear-gradient(to bottom, transparent, var(--brand-line), transparent);
  pointer-events: none;
}

.hero-shell {
  position: relative;
  z-index: 10;
  max-width: 1440px;
  margin: 0 auto;
  padding: 2.5rem 1.25rem 4rem;
}

@media (min-width: 768px) {
  .hero-shell {
    padding: 3.5rem 2rem 5rem;
  }
}

.hero-grid-split {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.5rem;
  align-items: stretch;
}

@media (min-width: 1024px) {
  .hero-grid-split {
    grid-template-columns: 7fr 5fr;
    gap: 3rem;
  }
}

.hero-badge-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  border-left: 2px solid var(--brand-bright);
  background: var(--brand-sky);
  padding: 0.5rem 1rem;
  margin-bottom: 2rem;
}

.hero-badge-pill-text {
  font-family: var(--font-poppins);
  font-size: 0.65rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.3em;
  color: var(--brand-blue);
}

.hero-title-editorial,
.page-hero-title,
.display-headline {
  font-family: var(--font-poppins), 'Plus Jakarta Sans', -apple-system, sans-serif;
  font-size: clamp(2.4rem, 4.8vw, 4.2rem);
  font-weight: 800;
  line-height: 1.08;
  color: #001f3f;
  letter-spacing: -0.03em;
  margin-bottom: 1.25rem;
}

[data-theme="dark"] .hero-title-editorial,
[data-theme="dark"] .page-hero-title,
[data-theme="dark"] .display-headline {
  color: #f8fafc;
}

.hero-title-editorial span.serif-light,
.hero-title-editorial span.headline-accent,
.hero-title-editorial span.comp-title-italic,
.page-hero-title span.serif-light,
.page-hero-title span.headline-accent,
.page-hero-title span.comp-title-italic,
.display-headline span.serif-light,
.display-headline span.headline-accent,
.display-headline span.comp-title-italic {
  font-family: var(--font-serif);
  font-style: italic;
  font-weight: 400;
  color: #0066cc;
  margin-left: 0.15em;
  letter-spacing: normal;
}

[data-theme="dark"] .hero-title-editorial span.serif-light,
[data-theme="dark"] .hero-title-editorial span.headline-accent,
[data-theme="dark"] .hero-title-editorial span.comp-title-italic,
[data-theme="dark"] .page-hero-title span.serif-light,
[data-theme="dark"] .page-hero-title span.headline-accent,
[data-theme="dark"] .page-hero-title span.comp-title-italic,
[data-theme="dark"] .display-headline span.serif-light,
[data-theme="dark"] .display-headline span.headline-accent,
[data-theme="dark"] .display-headline span.comp-title-italic {
  color: #38bdf8;
}

.hero-lead-quote {
  font-family: var(--font-sans);
  border-left: 2px solid var(--brand-bright);
  padding-left: 1.5rem;
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 1.75;
  color: var(--text-secondary);
  max-width: 42rem;
  margin-bottom: 2.5rem;
}

.hero-lead-quote span.italic {
  font-style: italic;
}

.hero-btn-group {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem;
  margin-bottom: 3rem;
}

.btn-lovable-primary {
  position: relative;
  overflow: hidden;
  font-family: var(--font-poppins);
  background: var(--brand-navy);
  color: #ffffff !important;
  padding: 1rem 2rem;
  font-size: 0.75rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  display: inline-flex;
  align-items: center;
  gap: 0.85rem;
  border: none;
  text-decoration: none;
  cursor: pointer;
  transition: transform 0.2s ease;
}

.btn-lovable-primary::before {
  content: '';
  position: absolute;
  inset: 0;
  width: 0;
  background: var(--brand-bright);
  transition: width 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  z-index: 1;
}

.btn-lovable-primary:hover::before {
  width: 100%;
}

.btn-lovable-primary > span,
.btn-lovable-primary > svg {
  position: relative;
  z-index: 2;
  transition: transform 0.3s ease;
}

.btn-lovable-primary:hover svg {
  transform: translateX(4px);
}

.btn-lovable-primary:active {
  transform: scale(0.98);
}

.btn-lovable-outline {
  font-family: var(--font-poppins);
  border: 1px solid var(--brand-line);
  background: var(--bg-card);
  color: var(--brand-navy) !important;
  padding: 1rem 2rem;
  font-size: 0.75rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  transition: all 0.3s ease;
}

[data-theme="dark"] .btn-lovable-outline {
  color: #f8fafc !important;
}

.btn-lovable-outline:hover {
  border-color: var(--brand-blue);
  background: var(--brand-sky);
  color: var(--brand-blue) !important;
}

.proof-rail {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--brand-line);
  border-bottom: 1px solid var(--brand-line);
}

.proof-item {
  padding: 1.5rem 1rem;
  border-left: 1px solid var(--brand-line);
  position: relative;
  transition: all 0.3s ease;
}

.proof-item:first-child {
  border-left: none;
  padding-left: 0;
}

.proof-num {
  font-family: var(--font-serif);
  font-size: clamp(1.8rem, 3.2vw, 2.5rem);
  font-weight: 900;
  line-height: 1;
  color: var(--brand-navy);
  margin-bottom: 0.35rem;
  transition: color 0.4s ease;
}

[data-theme="dark"] .proof-num {
  color: #f8fafc;
}

.proof-label {
  font-family: var(--font-poppins);
  font-size: 0.65rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: var(--brand-blue);
  margin-bottom: 0.25rem;
}

.proof-sub {
  font-family: var(--font-poppins);
  font-size: 0.6rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  color: var(--text-muted);
}

.proof-bar {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 3px;
  width: 0;
  background: var(--brand-bright);
  transition: width 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

.proof-item:hover .proof-bar {
  width: 100%;
}

.proof-item:hover .proof-num {
  color: var(--brand-bright);
}

/* Service Showcase Carousel */
.service-showcase {
  position: relative;
  min-height: 35rem;
  width: 100%;
  background: var(--brand-navy);
  border-radius: 4px;
  overflow: hidden;
  color: #ffffff;
}

.showcase-bg-pattern {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image: 
    linear-gradient(rgba(255,255,255,0.6) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.6) 1px, transparent 1px);
  background-size: 60px 60px;
  opacity: 0.07;
}

.showcase-corner-accent-1 {
  position: absolute;
  right: 0;
  top: 0;
  height: 33%;
  width: 50%;
  border-bottom: 1px solid rgba(255,255,255,0.1);
  border-left: 1px solid rgba(255,255,255,0.1);
  background: rgba(0, 112, 243, 0.15);
  pointer-events: none;
}

.showcase-corner-accent-2 {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 25%;
  width: 66%;
  border-top: 1px solid rgba(255,255,255,0.1);
  border-right: 1px solid rgba(255,255,255,0.1);
  background: rgba(255,255,255,0.03);
  pointer-events: none;
}

.service-slide {
  position: absolute;
  inset: 0;
  padding: 3rem 2.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  transition: all 0.7s cubic-bezier(0.16, 1, 0.3, 1);
  opacity: 0;
  transform: translateX(30px);
  pointer-events: none;
  z-index: 5;
}

.service-slide.active {
  opacity: 1;
  transform: translateX(0);
  pointer-events: auto;
}

.slide-tag {
  display: inline-block;
  align-self: flex-start;
  font-family: var(--font-poppins);
  border-left: 2px solid var(--brand-bright);
  background: rgba(255,255,255,0.06);
  padding: 0.4rem 0.85rem;
  font-size: 0.65rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.28em;
  color: #ffffff;
  margin-bottom: 1.5rem;
}

.slide-icon-box {
  width: 48px;
  height: 48px;
  border: 1px solid rgba(255,255,255,0.2);
  background: rgba(255,255,255,0.05);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.25rem;
  color: #ffffff;
}

.slide-title {
  font-family: var(--font-poppins), sans-serif;
  font-size: clamp(2.3rem, 4vw, 3.4rem);
  font-weight: 900;
  line-height: 1.05;
  color: #ffffff;
  margin-bottom: 0.5rem;
  letter-spacing: -0.02em;
}

.slide-title span.bright {
  color: var(--brand-bright);
  filter: brightness(1.25);
}

.slide-subtitle {
  font-family: var(--font-poppins);
  font-size: 0.68rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.25em;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 1.25rem;
}

.slide-divider {
  height: 1px;
  width: 100%;
  background: rgba(255, 255, 255, 0.15);
  margin-bottom: 1.5rem;
}

.slide-desc {
  font-family: var(--font-sans);
  font-size: 0.9375rem;
  font-weight: 300;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.85);
  max-width: 26rem;
  margin-bottom: 1.5rem;
}

.slide-stats-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
  background: rgba(255, 255, 255, 0.15);
  margin-bottom: 1.75rem;
}

.slide-stat-cell {
  background: var(--brand-navy);
  padding: 0.85rem 1rem;
}

.slide-stat-val {
  font-family: var(--font-poppins), sans-serif;
  font-size: 0.95rem;
  font-weight: 800;
  color: #ffffff;
  margin-bottom: 0.15rem;
  letter-spacing: -0.01em;
}

.slide-stat-lbl {
  font-family: var(--font-poppins);
  font-size: 0.625rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  color: rgba(255, 255, 255, 0.6);
}

/* Productivity Suite & App Ecosystem Extensions */
.slide-tag-dot {
  display: inline-block;
  width: 7px;
  height: 7px;
  background: #0070f3;
  border-radius: 50%;
  margin-right: 0.5rem;
  box-shadow: 0 0 8px #0070f3;
  vertical-align: middle;
}

.slide-app-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  margin-bottom: 1.15rem;
}

.app-chip {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
  padding: 0.2rem 0.55rem;
  border-radius: 4px;
  font-family: var(--font-poppins);
  font-size: 0.625rem;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: 0.04em;
  transition: all 0.25s ease;
}

.app-chip:hover {
  background: rgba(255, 255, 255, 0.18);
  border-color: rgba(255, 255, 255, 0.35);
}

.chip-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  flex-shrink: 0;
}

.chip-dot.app-w { background: #2b579a; box-shadow: 0 0 6px rgba(43, 87, 154, 0.9); }
.chip-dot.app-x { background: #217346; box-shadow: 0 0 6px rgba(33, 115, 70, 0.9); }
.chip-dot.app-p { background: #d24726; box-shadow: 0 0 6px rgba(210, 71, 38, 0.9); }
.chip-dot.app-t { background: #464eb8; box-shadow: 0 0 6px rgba(70, 78, 184, 0.9); }
.chip-dot.app-o { background: #0072c6; box-shadow: 0 0 6px rgba(0, 114, 198, 0.9); }
.chip-dot.app-d { background: #00a4ef; box-shadow: 0 0 6px rgba(0, 164, 239, 0.9); }

.slide-stats-4col {
  grid-template-columns: repeat(2, 1fr);
  gap: 1px;
}

@media (min-width: 540px) {
  .slide-stats-4col {
    grid-template-columns: repeat(4, 1fr);
  }
}


.slide-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: var(--font-poppins);
  background: #ffffff;
  color: var(--brand-navy) !important;
  padding: 1rem 1.25rem;
  font-size: 0.68rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  text-decoration: none;
  transition: all 0.3s ease;
}

.slide-cta:hover {
  background: var(--brand-bright);
  color: #ffffff !important;
}

.showcase-nav-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 20;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgba(255,255,255,0.1);
  border: 1px solid rgba(255,255,255,0.25);
  backdrop-filter: blur(8px);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  cursor: pointer;
  opacity: 0;
  transition: all 0.4s ease;
}

.service-showcase:hover .showcase-nav-btn {
  opacity: 1;
}

.showcase-nav-btn:hover {
  background: #ffffff;
  color: var(--brand-navy);
}

.showcase-prev {
  left: 1rem;
}

.showcase-next {
  right: 1rem;
}

.showcase-indicators {
  position: absolute;
  bottom: 1.5rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 20;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.indicator-pill {
  height: 6px;
  border-radius: 9999px;
  border: none;
  cursor: pointer;
  transition: all 0.5s ease;
  width: 10px;
  background: rgba(255,255,255,0.3);
}

.indicator-pill.active {
  width: 40px;
  background: #ffffff;
}

/* Marquee Ticker */
.marquee-mask {
  background: var(--brand-navy);
  padding: 1.15rem 0;
  overflow: hidden;
  white-space: nowrap;
  border-top: 1px solid rgba(255,255,255,0.08);
  border-bottom: 1px solid rgba(255,255,255,0.08);
  position: relative;
}

.marquee-track {
  display: flex;
  width: max-content;
  animation: marqueeScroll 35s linear infinite;
}

.marquee-track:hover {
  animation-play-state: paused;
}

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

.marquee-item {
  display: inline-flex;
  align-items: center;
  gap: 0.85rem;
  padding: 0 2.5rem;
  font-family: var(--font-poppins);
  font-size: 0.68rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.3em;
  color: rgba(255,255,255,0.65);
  transition: color 0.3s ease;
}

.marquee-item:hover {
  color: #ffffff;
}

.marquee-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--brand-bright);
  box-shadow: 0 0 12px rgba(0, 112, 243, 0.8);
}

/* Core Competencies Band (Exact reproduction of reference image) */
.expertise-band {
  background: #eef6fc;
  padding: 6rem 0;
  border-bottom: 1px solid rgba(0, 31, 63, 0.08);
  position: relative;
}

[data-theme="dark"] .expertise-band {
  background: #081528;
  border-bottom-color: rgba(255, 255, 255, 0.06);
}

.competencies-header {
  display: flex;
  align-items: stretch;
  gap: 3.5rem;
  margin-bottom: 4rem;
}

@media (max-width: 767px) {
  .competencies-header {
    flex-direction: column;
    gap: 1.5rem;
  }
}

.competencies-tag-col {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  flex-shrink: 0;
  padding-bottom: 0.35rem;
}

.competencies-v-line {
  width: 2px;
  height: 70px;
  background: #0070f3;
  margin-bottom: 1.5rem;
}

@media (max-width: 767px) {
  .competencies-v-line {
    height: 40px;
    margin-bottom: 0.75rem;
  }
}

.competencies-tag {
  font-family: var(--font-poppins);
  font-size: 0.65rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.25em;
  color: #0050b0;
  line-height: 1;
  white-space: nowrap;
}

[data-theme="dark"] .competencies-tag {
  color: #38bdf8;
}

.competencies-title-col {
  flex-grow: 1;
}

.competencies-title {
  display: flex;
  flex-direction: column;
  margin: 0;
  line-height: 0.98;
  letter-spacing: -0.03em;
}

.comp-title-line {
  font-family: var(--font-poppins), sans-serif;
  font-size: clamp(2.8rem, 5.8vw, 4.6rem);
  font-weight: 800;
  color: #001f3f;
  margin: 0;
  line-height: 1;
}

[data-theme="dark"] .comp-title-line {
  color: #f8fafc;
}

.comp-title-italic {
  font-family: var(--font-serif);
  font-style: italic;
  font-weight: 400;
  color: #0066cc;
  margin-left: 0.25rem;
}

[data-theme="dark"] .comp-title-italic {
  color: #38bdf8;
}

.service-grid-4 {
  display: grid;
  grid-template-columns: 1fr;
  background: #ffffff;
  border: 1px solid rgba(0, 31, 63, 0.08);
  box-shadow: 0 4px 20px -5px rgba(0, 31, 63, 0.03);
}

[data-theme="dark"] .service-grid-4 {
  background: #0d1b2e;
  border-color: rgba(255, 255, 255, 0.08);
}

@media (min-width: 640px) {
  .service-grid-4 {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1024px) {
  .service-grid-4 {
    grid-template-columns: repeat(4, 1fr);
  }
}

.service-panel {
  position: relative;
  background: #ffffff;
  padding: 2.75rem 2.25rem 3rem 2.25rem;
  border-right: 1px solid rgba(0, 31, 63, 0.08);
  border-bottom: 1px solid rgba(0, 31, 63, 0.08);
  text-decoration: none !important;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  min-height: 17.5rem;
  transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
  overflow: hidden;
}

[data-theme="dark"] .service-panel {
  background: #0d1b2e;
  border-color: rgba(255, 255, 255, 0.08);
}

@media (min-width: 1024px) {
  .service-panel:nth-child(4n) {
    border-right: none;
  }
}

.service-panel:hover {
  background: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 16px 32px -8px rgba(0, 31, 63, 0.08);
  z-index: 2;
}

[data-theme="dark"] .service-panel:hover {
  background: #11223a;
}

.panel-top-line {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #0070f3;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}

.service-panel:hover .panel-top-line {
  transform: scaleX(1);
}

.panel-icon-box {
  width: 38px;
  height: 38px;
  border: 1px solid #d8e5f2;
  border-radius: 4px;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 2.25rem;
  color: #0050b0;
  transition: all 0.3s ease;
}

[data-theme="dark"] .panel-icon-box {
  background: rgba(255, 255, 255, 0.04);
  border-color: rgba(255, 255, 255, 0.12);
  color: #38bdf8;
}

.service-panel:hover .panel-icon-box {
  background: #001f3f;
  border-color: #001f3f;
  color: #ffffff;
}

[data-theme="dark"] .service-panel:hover .panel-icon-box {
  background: #0070f3;
  border-color: #0070f3;
  color: #ffffff;
}

.panel-title {
  font-family: var(--font-poppins), sans-serif;
  font-size: 1.15rem;
  font-weight: 800;
  color: #001f3f;
  margin: 0 0 0.75rem 0;
  line-height: 1.3;
  letter-spacing: -0.01em;
  transition: color 0.25s ease;
}

[data-theme="dark"] .panel-title {
  color: #f8fafc;
}

.service-panel:hover .panel-title {
  color: #0070f3;
}

.panel-desc {
  font-family: var(--font-sans), sans-serif;
  font-size: 0.8125rem;
  font-weight: 400;
  line-height: 1.6;
  color: #64748b;
  margin: 0;
}

[data-theme="dark"] .panel-desc {
  color: #94a3b8;
}

/* ==========================================================================
   THE OC ADVANTAGE (EXECUTIVE REDESIGN)
   PrimeGlobal USA Member & 6-Pillar Value Matrix
   ========================================================================== */
.advantage-band {
  background: #f8fafc;
  padding: 6rem 0;
  border-bottom: 1px solid rgba(0, 31, 63, 0.08);
  position: relative;
}

[data-theme="dark"] .advantage-band {
  background: #060e1a;
  border-bottom-color: rgba(255, 255, 255, 0.06);
}

/* Section Header */
.advantage-header {
  display: flex;
  align-items: stretch;
  gap: 3.5rem;
  margin-bottom: 3rem;
}

@media (max-width: 767px) {
  .advantage-header {
    flex-direction: column;
    gap: 1.5rem;
    margin-bottom: 2rem;
  }
}

.advantage-tag-col {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  flex-shrink: 0;
  padding-bottom: 0.35rem;
}

.advantage-v-line {
  width: 2px;
  height: 70px;
  background: #0070f3;
  margin-bottom: 1.5rem;
}

@media (max-width: 767px) {
  .advantage-v-line {
    height: 40px;
    margin-bottom: 0.75rem;
  }
}

.advantage-tag {
  font-family: var(--font-poppins);
  font-size: 0.7rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.25em;
  color: #0050b0;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  line-height: 1;
  white-space: nowrap;
}

[data-theme="dark"] .advantage-tag {
  color: #38bdf8;
}

.advantage-title-col {
  flex-grow: 1;
}

.advantage-main-title {
  display: flex;
  flex-direction: column;
  margin: 0 0 1.25rem 0;
  line-height: 0.98;
  letter-spacing: -0.03em;
}

.adv-title-line {
  font-family: var(--font-poppins), sans-serif;
  font-size: clamp(2.2rem, 4.5vw, 3.8rem);
  font-weight: 800;
  color: #001f3f;
  margin: 0;
  line-height: 1.08;
}

[data-theme="dark"] .adv-title-line {
  color: #f8fafc;
}

.adv-title-italic {
  font-family: var(--font-serif);
  font-style: italic;
  font-weight: 400;
  color: #0066cc;
  margin-left: 0.25rem;
}

[data-theme="dark"] .adv-title-italic {
  color: #38bdf8;
}

.advantage-lead-desc {
  font-family: var(--font-sans);
  font-size: 1.0625rem;
  font-weight: 400;
  line-height: 1.75;
  color: #475569;
  max-width: 48rem;
  margin: 0;
}

[data-theme="dark"] .advantage-lead-desc {
  color: #94a3b8;
}

/* PrimeGlobal Prestige Card */
.advantage-primeglobal-card {
  position: relative;
  background: linear-gradient(135deg, #001f3f 0%, #021226 60%, #002855 100%);
  border-radius: var(--radius-lg);
  border: 1px solid rgba(2, 132, 199, 0.35);
  box-shadow: 0 20px 45px -10px rgba(0, 31, 63, 0.25), 0 0 30px rgba(2, 132, 199, 0.1);
  padding: 2.5rem;
  margin-bottom: 2.5rem;
  overflow: hidden;
  color: #ffffff;
}

.pg-card-glow {
  position: absolute;
  top: -50%;
  right: -20%;
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, rgba(2, 132, 199, 0.22) 0%, rgba(0, 31, 63, 0) 70%);
  pointer-events: none;
}

.pg-card-content {
  position: relative;
  z-index: 2;
}

.pg-card-badge-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 1.5rem;
}

.pg-prestige-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  font-family: var(--font-poppins);
  font-size: 0.75rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: #fbbf24;
  background: rgba(245, 158, 11, 0.15);
  border: 1px solid rgba(245, 158, 11, 0.35);
  padding: 0.35rem 0.85rem;
  border-radius: var(--radius-full);
}

.pg-rank-badge {
  font-family: var(--font-sans);
  font-size: 0.75rem;
  font-weight: 600;
  color: #93c5fd;
  background: rgba(59, 130, 246, 0.15);
  border: 1px solid rgba(59, 130, 246, 0.3);
  padding: 0.35rem 0.75rem;
  border-radius: var(--radius-full);
}

.pg-card-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.5rem;
  align-items: center;
}

@media (min-width: 992px) {
  .pg-card-grid {
    grid-template-columns: 7fr 5fr;
  }
}

.pg-card-title {
  font-family: var(--font-poppins);
  font-size: clamp(1.4rem, 2.5vw, 1.85rem);
  font-weight: 800;
  color: #ffffff;
  margin: 0 0 0.85rem 0;
  letter-spacing: -0.01em;
}

.pg-card-desc {
  font-family: var(--font-sans);
  font-size: 0.95rem;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.82);
  margin: 0 0 1.5rem 0;
}

.pg-card-desc strong {
  color: #ffffff;
}

.pg-card-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1.25rem;
}

.pg-card-caption {
  font-family: var(--font-sans);
  font-size: 0.8rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.6);
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.pg-card-stats {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.25rem;
}

.pg-stat-box {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 1.25rem;
  border-radius: var(--radius-md);
  text-align: center;
  transition: all 0.3s ease;
}

.pg-stat-box:hover {
  background: rgba(255, 255, 255, 0.09);
  border-color: rgba(2, 132, 199, 0.4);
  transform: translateY(-2px);
}

.pg-stat-val {
  font-family: var(--font-display);
  font-size: 1.75rem;
  font-weight: 900;
  color: #38bdf8;
  line-height: 1.1;
  margin-bottom: 0.35rem;
}

.pg-stat-lbl {
  font-family: var(--font-sans);
  font-size: 0.75rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.75);
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

/* 6-Pillar Bento Grid */
.advantage-pillars-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
  margin-bottom: 2.5rem;
}

@media (min-width: 640px) {
  .advantage-pillars-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (min-width: 1024px) {
  .advantage-pillars-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.advantage-bento-card {
  background: #ffffff;
  border: 1px solid rgba(0, 31, 63, 0.09);
  border-radius: var(--radius-lg);
  padding: 2rem;
  display: flex;
  flex-direction: column;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  position: relative;
  overflow: hidden;
}

[data-theme="dark"] .advantage-bento-card {
  background: #0c1626;
  border-color: rgba(255, 255, 255, 0.08);
}

.advantage-bento-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 36px rgba(0, 31, 63, 0.08);
  border-color: rgba(0, 112, 243, 0.35);
}

[data-theme="dark"] .advantage-bento-card:hover {
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.4);
  border-color: rgba(56, 189, 248, 0.35);
}

.bento-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1.25rem;
}

.bento-card-num {
  font-family: var(--font-display);
  font-size: 1.6rem;
  font-weight: 900;
  color: rgba(0, 31, 63, 0.2);
  line-height: 1;
}

[data-theme="dark"] .bento-card-num {
  color: rgba(255, 255, 255, 0.2);
}

.bento-icon-wrap {
  width: 44px;
  height: 44px;
  border-radius: var(--radius-md);
  display: flex;
  align-items: center;
  justify-content: center;
}

.bento-icon-wrap svg {
  width: 22px;
  height: 22px;
}

.icon-blue {
  background: rgba(0, 112, 243, 0.1);
  color: #0070f3;
}
.icon-emerald {
  background: rgba(16, 185, 129, 0.1);
  color: #10b981;
}
.icon-gold {
  background: rgba(245, 158, 11, 0.12);
  color: #d97706;
}
.icon-purple {
  background: rgba(124, 58, 237, 0.1);
  color: #7c3aed;
}
.icon-cyan {
  background: rgba(6, 182, 212, 0.1);
  color: #0891b2;
}
.icon-amber {
  background: rgba(217, 119, 6, 0.12);
  color: #b45309;
}

.bento-card-title {
  font-family: var(--font-poppins);
  font-size: 1.15rem;
  font-weight: 800;
  color: #001f3f;
  margin: 0 0 0.65rem 0;
  line-height: 1.35;
}

[data-theme="dark"] .bento-card-title {
  color: #f8fafc;
}

.bento-card-desc {
  font-family: var(--font-sans);
  font-size: 0.9rem;
  line-height: 1.65;
  color: #475569;
  margin: 0 0 1.25rem 0;
  flex-grow: 1;
}

[data-theme="dark"] .bento-card-desc {
  color: #94a3b8;
}

.bento-card-desc strong {
  color: #001f3f;
}

[data-theme="dark"] .bento-card-desc strong {
  color: #f8fafc;
}

.bento-card-tag {
  font-family: var(--font-sans);
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #0070f3;
  padding-top: 0.75rem;
  border-top: 1px solid rgba(0, 31, 63, 0.06);
}

[data-theme="dark"] .bento-card-tag {
  color: #38bdf8;
  border-top-color: rgba(255, 255, 255, 0.06);
}

/* Proof Ribbon */
.advantage-proof-ribbon {
  background: #ffffff;
  border: 1px solid rgba(0, 31, 63, 0.09);
  border-radius: var(--radius-lg);
  padding: 1.5rem 2rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  box-shadow: 0 4px 20px rgba(0, 31, 63, 0.04);
}

[data-theme="dark"] .advantage-proof-ribbon {
  background: #0c1626;
  border-color: rgba(255, 255, 255, 0.08);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
}

.proof-item {
  display: flex;
  flex-direction: column;
}

.proof-val {
  font-family: var(--font-display);
  font-size: 1.75rem;
  font-weight: 900;
  color: #001f3f;
  line-height: 1.1;
}

[data-theme="dark"] .proof-val {
  color: #f8fafc;
}

.proof-lbl {
  font-family: var(--font-sans);
  font-size: 0.75rem;
  font-weight: 600;
  color: #64748b;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

[data-theme="dark"] .proof-lbl {
  color: #94a3b8;
}

.proof-sep {
  width: 1px;
  height: 36px;
  background: rgba(0, 31, 63, 0.1);
}

[data-theme="dark"] .proof-sep {
  background: rgba(255, 255, 255, 0.1);
}

@media (max-width: 767px) {
  .proof-sep {
    display: none;
  }
  .advantage-proof-ribbon {
    flex-direction: column;
    align-items: flex-start;
  }
}

/* ==========================================================================
   PROVEN IMPACT (EXECUTIVE REDESIGN)
   Harmonized with orientalconsultant.lovable.app
   ========================================================================== */
.impact-band {
  background: #eef6fc;
  padding: 6rem 0;
  border-bottom: 1px solid rgba(0, 31, 63, 0.08);
  position: relative;
}

[data-theme="dark"] .impact-band {
  background: #081528;
  border-bottom-color: rgba(255, 255, 255, 0.06);
}

/* Section Header */
.impact-header {
  display: flex;
  align-items: stretch;
  gap: 3.5rem;
  margin-bottom: 4rem;
}

@media (max-width: 767px) {
  .impact-header {
    flex-direction: column;
    gap: 1.5rem;
    margin-bottom: 2.5rem;
  }
}

.impact-tag-col {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  flex-shrink: 0;
  padding-bottom: 0.35rem;
}

.impact-v-line {
  width: 2px;
  height: 70px;
  background: #0070f3;
  margin-bottom: 1.5rem;
}

@media (max-width: 767px) {
  .impact-v-line {
    height: 40px;
    margin-bottom: 0.75rem;
  }
}

.impact-tag {
  font-family: var(--font-poppins);
  font-size: 0.65rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.25em;
  color: #0050b0;
  line-height: 1;
  white-space: nowrap;
}

[data-theme="dark"] .impact-tag {
  color: #38bdf8;
}

.impact-title-col {
  flex-grow: 1;
}

.impact-main-title {
  display: flex;
  flex-direction: column;
  margin: 0 0 1.25rem 0;
  line-height: 0.98;
  letter-spacing: -0.03em;
}

.imp-title-line {
  font-family: var(--font-poppins), sans-serif;
  font-size: clamp(2.4rem, 5vw, 4rem);
  font-weight: 800;
  color: #001f3f;
  margin: 0;
  line-height: 1.05;
}

[data-theme="dark"] .imp-title-line {
  color: #f8fafc;
}

.imp-title-italic {
  font-family: var(--font-serif);
  font-style: italic;
  font-weight: 400;
  color: #0066cc;
  margin-left: 0.25rem;
}

[data-theme="dark"] .imp-title-italic {
  color: #38bdf8;
}

.impact-lead-desc {
  font-family: var(--font-sans);
  font-size: 1.0625rem;
  font-weight: 300;
  line-height: 1.75;
  color: #475569;
  max-width: 44rem;
  margin: 0;
}

[data-theme="dark"] .impact-lead-desc {
  color: #94a3b8;
}

/* 6-Panel Interactive Grid */
.impact-grid {
  display: grid;
  grid-template-columns: 1fr;
  border-left: 1px solid rgba(0, 31, 63, 0.08);
  border-top: 1px solid rgba(0, 31, 63, 0.08);
}

@media (min-width: 640px) {
  .impact-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1024px) {
  .impact-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

[data-theme="dark"] .impact-grid {
  border-left-color: rgba(255, 255, 255, 0.08);
  border-top-color: rgba(255, 255, 255, 0.08);
}

.impact-panel {
  position: relative;
  background: #ffffff;
  padding: 2.5rem 2.25rem;
  border-right: 1px solid rgba(0, 31, 63, 0.08);
  border-bottom: 1px solid rgba(0, 31, 63, 0.08);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 18rem;
  overflow: hidden;
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

[data-theme="dark"] .impact-panel {
  background: #0d1b2e;
  border-right-color: rgba(255, 255, 255, 0.08);
  border-bottom-color: rgba(255, 255, 255, 0.08);
}

.impact-panel:hover {
  background: #001f3f;
  transform: translateY(-3px);
  box-shadow: 0 16px 36px rgba(0, 31, 63, 0.16);
}

[data-theme="dark"] .impact-panel:hover {
  background: #001f3f;
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.4);
}

.impact-left-line {
  position: absolute;
  top: 0;
  left: 0;
  width: 3px;
  height: 100%;
  background: #0070f3;
  transform: scaleY(0);
  transform-origin: top;
  transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}

.impact-panel:hover .impact-left-line {
  transform: scaleY(1);
}

.impact-panel-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1.5rem;
}

.impact-num {
  font-family: var(--font-display);
  font-size: 1.15rem;
  font-weight: 900;
  color: #0070f3;
  line-height: 1;
  transition: color 0.3s ease;
}

.impact-panel-top .impact-tag {
  font-family: var(--font-poppins);
  font-size: 0.65rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  color: #64748b;
  transition: color 0.3s ease;
}

.impact-panel:hover .impact-panel-top .impact-tag {
  color: rgba(56, 189, 248, 0.95);
}

.impact-title {
  font-family: var(--font-poppins), sans-serif;
  font-size: 1.25rem;
  font-weight: 800;
  color: #001f3f;
  margin: 0 0 0.85rem 0;
  line-height: 1.25;
  letter-spacing: -0.01em;
  transition: color 0.3s ease;
}

[data-theme="dark"] .impact-title {
  color: #f8fafc;
}

.impact-panel:hover .impact-title {
  color: #ffffff !important;
}

.impact-desc {
  font-family: var(--font-sans);
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 1.65;
  color: #475569;
  margin: 0 0 2rem 0;
  flex-grow: 1;
  transition: color 0.3s ease;
}

[data-theme="dark"] .impact-desc {
  color: #94a3b8;
}

.impact-panel:hover .impact-desc {
  color: rgba(255, 255, 255, 0.8);
}

.impact-panel-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 1.25rem;
  border-top: 1px solid rgba(0, 31, 63, 0.06);
  transition: border-color 0.3s ease;
}

[data-theme="dark"] .impact-panel-footer {
  border-top-color: rgba(255, 255, 255, 0.08);
}

.impact-panel:hover .impact-panel-footer {
  border-top-color: rgba(255, 255, 255, 0.12);
}

.impact-meta {
  font-family: var(--font-poppins);
  font-size: 0.65rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: #94a3b8;
  transition: color 0.3s ease;
}

.impact-panel:hover .impact-meta {
  color: rgba(255, 255, 255, 0.6);
}

.impact-arrow-box {
  width: 32px;
  height: 32px;
  border-radius: 6px;
  background: rgba(0, 112, 243, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0070f3;
  transition: all 0.3s ease;
}

.impact-panel:hover .impact-arrow-box {
  background: #0070f3;
  color: #ffffff;
  transform: translate(2px, -2px);
}

/* ==========================================================================
   GLOBAL PRESENCE / OUR NETWORK (EXACT USER REFERENCE REPRODUCTION)
   Faithful reproduction of media_1789898653739.png
   ========================================================================== */
.network-band {
  background: #001f3f;
  padding: 6rem 0;
  color: #ffffff;
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

[data-theme="dark"] .network-band {
  background: #021226;
  border-bottom-color: rgba(255, 255, 255, 0.06);
}

.network-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 3.5rem;
  gap: 2rem;
  flex-wrap: wrap;
}

@media (max-width: 991px) {
  .network-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 1.5rem;
    margin-bottom: 2.5rem;
  }
}

.network-header-left {
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
}

.network-tag-pill {
  display: inline-block;
  align-self: flex-start;
  font-family: var(--font-poppins);
  font-size: 0.65rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.25em;
  color: #38bdf8;
  background: rgba(0, 112, 243, 0.15);
  border: 1px solid rgba(0, 112, 243, 0.35);
  padding: 0.3rem 0.85rem;
  border-radius: 3px;
  line-height: 1;
}

.network-main-title {
  font-family: var(--font-poppins), sans-serif;
  font-size: clamp(2.4rem, 4.5vw, 3.8rem);
  font-weight: 800;
  color: #ffffff;
  margin: 0;
  line-height: 1;
  letter-spacing: -0.02em;
}

.network-title-italic {
  font-family: var(--font-serif);
  font-style: italic;
  font-weight: 400;
  color: #0070f3;
  margin-left: 0.35rem;
}

/* Category Filter Tabs */
.network-filter-tabs {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  background: rgba(0, 15, 35, 0.65);
  padding: 0.35rem 0.5rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.12);
}

@media (max-width: 639px) {
  .network-filter-tabs {
    flex-wrap: wrap;
    border-radius: 12px;
  }
}

.network-filter-btn {
  background: transparent;
  border: none;
  color: rgba(255, 255, 255, 0.7);
  font-family: var(--font-poppins), sans-serif;
  font-size: 0.72rem;
  font-weight: 700;
  padding: 0.45rem 1rem;
  border-radius: 999px;
  cursor: pointer;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
}

.network-filter-btn .filter-count {
  font-size: 0.65rem;
  padding: 0.1rem 0.45rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.8);
  font-weight: 800;
}

.network-filter-btn:hover {
  color: #ffffff;
}

.network-filter-btn.active {
  background: #0070f3;
  color: #ffffff;
  box-shadow: 0 4px 14px rgba(0, 112, 243, 0.4);
}

.network-filter-btn.active .filter-count {
  background: rgba(255, 255, 255, 0.25);
  color: #ffffff;
}

.network-explore-link {
  display: inline-flex;
  align-items: center;
  gap: 0.85rem;
  font-family: var(--font-poppins);
  font-size: 0.7rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  transition: all 0.3s ease;
  padding-bottom: 0.5rem;
}

.network-explore-link:hover {
  color: #ffffff;
}

.network-circle-arrow {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.3);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  transition: all 0.3s ease;
}

.network-explore-link:hover .network-circle-arrow {
  background: #0070f3;
  border-color: #0070f3;
  transform: translateX(4px);
  box-shadow: 0 0 16px rgba(0, 112, 243, 0.6);
}

/* 4-Column Connected Grid */
.network-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-left: 1px solid rgba(255, 255, 255, 0.09);
  border-top: 1px solid rgba(255, 255, 255, 0.09);
}

@media (max-width: 1199px) {
  .network-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 639px) {
  .network-grid {
    grid-template-columns: 1fr;
  }
}

.network-panel {
  position: relative;
  background: #021226;
  padding: 2.5rem 2.25rem 2.25rem;
  min-height: 28rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  text-decoration: none;
  border-right: 1px solid rgba(255, 255, 255, 0.09);
  border-bottom: 1px solid rgba(255, 255, 255, 0.09);
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.network-panel:hover {
  background: #031833;
  border-color: rgba(56, 189, 248, 0.25);
  box-shadow: inset 0 0 60px rgba(0, 112, 243, 0.08);
}

/* Background image layer */
.network-panel-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  transition: transform 0.7s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.5s ease;
  z-index: 1;
  opacity: 0.08;
  filter: saturate(1.2);
}

.network-panel:hover .network-panel-bg {
  opacity: 0.28;
  transform: scale(1.08);
}

/* Overlay layer */
.network-panel-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(2, 18, 38, 0.4) 0%, rgba(2, 18, 38, 0.85) 60%, rgba(1, 14, 30, 0.98) 100%);
  z-index: 2;
  pointer-events: none;
}

/* Panel Content Container (sits above overlay) */
.network-panel-content {
  position: relative;
  z-index: 3;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

/* Corner Triangle Accents as in reference */
.panel-corner-bl {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 32px;
  height: 32px;
  clip-path: polygon(0 100%, 100% 100%, 0 0);
  background: rgba(0, 112, 243, 0.6);
  pointer-events: none;
  z-index: 4;
}

.panel-corner-tr {
  position: absolute;
  top: 0;
  right: 0;
  width: 36px;
  height: 36px;
  clip-path: polygon(100% 0, 0 0, 100% 100%);
  background: rgba(0, 112, 243, 0.6);
  pointer-events: none;
  z-index: 4;
}

/* Top Row: Coords & Horizontal Dash Accent */
.network-panel-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2.5rem;
}

.network-coords {
  font-family: monospace;
  font-size: 0.68rem;
  color: rgba(255, 255, 255, 0.45);
  letter-spacing: 0.02em;
  transition: color 0.3s ease;
}

.network-panel:hover .network-coords {
  color: #38bdf8;
}

.network-dash-accent {
  width: 28px;
  height: 1px;
  background: rgba(255, 255, 255, 0.2);
  transition: all 0.3s ease;
}

.network-panel:hover .network-dash-accent {
  background: #38bdf8;
  width: 36px;
}

/* Body: City Tag & Huge Bold Name */
.network-panel-body {
  margin-top: auto;
  margin-bottom: 3.5rem;
}

.network-tag {
  font-family: var(--font-poppins);
  font-size: 0.72rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.25em;
  color: #38bdf8;
  margin-bottom: 0.65rem;
  transition: color 0.3s ease;
}

.network-panel:hover .network-tag {
  color: #60a5fa;
}

.network-name {
  font-family: var(--font-poppins), sans-serif;
  font-size: clamp(2.2rem, 2.9vw, 2.85rem);
  font-weight: 800;
  color: #ffffff;
  margin: 0;
  line-height: 1.08;
  letter-spacing: -0.02em;
}

/* Bottom Row: Status Tag & Arrow Box */
.network-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.network-status {
  font-family: var(--font-poppins);
  font-size: 0.65rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.25em;
  color: rgba(255, 255, 255, 0.45);
  transition: color 0.3s ease;
}

.network-panel:hover .network-status {
  color: #ffffff;
}

.network-arrow-box {
  width: 40px;
  height: 40px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255, 255, 255, 0.7);
  transition: all 0.4s ease;
}

.network-panel:hover .network-arrow-box {
  background: #0070f3;
  border-color: #0070f3;
  color: #ffffff;
  box-shadow: 0 0 20px rgba(0, 112, 243, 0.6);
  transform: translateX(4px);
}

/* Slide-Up Hover / Focus Drawer */
.network-panel-drawer {
  position: absolute;
  inset: auto 0 0 0;
  background: linear-gradient(180deg, rgba(2, 20, 42, 0.96) 0%, rgba(1, 14, 30, 0.99) 100%);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-top: 1px solid rgba(56, 189, 248, 0.35);
  padding: 1.75rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  z-index: 6;
  transform: translateY(102%);
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  box-shadow: 0 -10px 30px rgba(0, 0, 0, 0.5);
}

.network-panel:hover .network-panel-drawer,
.network-panel:focus-within .network-panel-drawer {
  transform: translateY(0);
}

.drawer-landmark {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  font-family: var(--font-poppins), sans-serif;
  font-size: 0.68rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #38bdf8;
  background: rgba(0, 112, 243, 0.15);
  border: 1px solid rgba(56, 189, 248, 0.3);
  padding: 0.3rem 0.75rem;
  border-radius: 999px;
  align-self: flex-start;
}

.drawer-landmark svg {
  color: #38bdf8;
  flex-shrink: 0;
}

.drawer-row {
  display: flex;
  flex-direction: column;
  font-size: 0.8rem;
  line-height: 1.4;
  color: rgba(255, 255, 255, 0.75);
}

.drawer-label {
  font-size: 0.65rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.45);
  margin-bottom: 0.15rem;
}

.drawer-val {
  color: #ffffff;
  font-weight: 600;
}

.drawer-cred {
  color: #38bdf8;
  font-weight: 400;
  font-size: 0.75rem;
}

.drawer-desc {
  font-size: 0.78rem;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.7);
  margin: 0;
}

.drawer-action {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 0.5rem;
  padding-top: 0.75rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  font-family: var(--font-poppins);
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  color: #38bdf8;
  transition: color 0.3s ease;
}

.network-panel:hover .drawer-action {
  color: #ffffff;
}

.drawer-action svg {
  transition: transform 0.3s ease;
}

.network-panel:hover .drawer-action svg {
  transform: translateX(4px);
}

/* Branch Cards (in branches.html) Image Header Styling */
.branch-card-img-wrap {
  height: 190px;
  overflow: hidden;
  border-radius: var(--radius-xl) var(--radius-xl) 0 0;
  margin: -2.5rem -2.5rem 1.5rem;
  position: relative;
}

.branch-card-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.card:hover .branch-card-img-wrap img {
  transform: scale(1.06);
}

.branch-landmark-pill {
  position: absolute;
  bottom: 0.75rem;
  left: 1rem;
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  background: rgba(1, 22, 48, 0.85);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border: 1px solid rgba(255, 255, 255, 0.25);
  color: #ffffff;
  font-size: 0.72rem;
  font-weight: 600;
  padding: 0.25rem 0.75rem;
  border-radius: 999px;
}

/* Interactive Hub Filtering System (branches.html) */
.hub-filter-bar {
  display: flex;
  gap: 0.6rem;
  flex-wrap: wrap;
  margin-bottom: 2.25rem;
  justify-content: center;
  align-items: center;
}

.hub-filter-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.65rem 1.25rem;
  border-radius: 999px;
  font-family: var(--font-poppins), sans-serif;
  font-size: 0.82rem;
  font-weight: 700;
  color: var(--text-secondary);
  background: var(--bg-surface);
  border: 1px solid var(--border-subtle);
  cursor: pointer;
  text-decoration: none;
  transition: all 0.25s ease;
  white-space: nowrap;
}

.hub-filter-btn:hover {
  color: #ffffff;
  background: #0070f3;
  border-color: #0070f3;
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(0, 112, 243, 0.25);
}

.hub-filter-btn.active {
  color: #ffffff !important;
  background: #001f3f !important;
  border-color: #0070f3 !important;
  box-shadow: 0 4px 16px rgba(0, 112, 243, 0.35);
  outline: 2px solid #0070f3;
  outline-offset: 1px;
}

[data-theme="dark"] .hub-filter-btn.active {
  background: #041c3b !important;
  color: #38bdf8 !important;
  border-color: #38bdf8 !important;
  outline-color: #38bdf8;
}

.hub-filter-notice {
  display: none;
  align-items: center;
  justify-content: space-between;
  background: rgba(14, 165, 233, 0.08);
  border: 1px solid rgba(14, 165, 233, 0.25);
  border-radius: var(--radius-md);
  padding: 0.85rem 1.35rem;
  margin-bottom: 2.25rem;
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
  gap: 1rem;
}

.hub-filter-notice-text {
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--text-primary);
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

#hubsGrid.single-view {
  display: flex !important;
  justify-content: center !important;
}

#hubsGrid.single-view .card {
  max-width: 820px !important;
  width: 100% !important;
}

/* Pre-Footer Call to Action Band (Lovable App Design) */
.cta-banner-band {
  background: var(--bg-primary);
  padding: 5rem 0;
  position: relative;
}

.cta-banner-box {
  position: relative;
  overflow: hidden;
  background: var(--brand-navy);
  color: #ffffff;
  padding: 4rem 2rem;
  border-radius: 4px;
  border: 1px solid var(--brand-line);
}

@media (min-width: 768px) {
  .cta-banner-box {
    padding: 5rem 4rem;
  }
}

.cta-banner-bg-grid {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image: 
    linear-gradient(rgba(255,255,255,0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.06) 1px, transparent 1px);
  background-size: 60px 60px;
  opacity: 0.5;
}

.cta-banner-content {
  position: relative;
  z-index: 2;
  max-width: 48rem;
}

.cta-banner-title {
  font-family: var(--font-serif);
  font-size: clamp(2.2rem, 4vw, 3.4rem);
  font-weight: 800;
  line-height: 1.05;
  color: #ffffff;
  margin-bottom: 1.25rem;
}

.cta-banner-title span.serif-light {
  font-weight: 300;
  font-style: italic;
  color: var(--brand-bright);
}

.cta-banner-desc {
  font-family: var(--font-sans);
  font-size: 1.0625rem;
  font-weight: 300;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 2.5rem;
  max-width: 40rem;
}

.cta-banner-btn-group {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1.25rem;
}

/* Floating Actions */
.floating-network-btn {
  position: fixed;
  left: 1.25rem;
  top: 50%;
  transform: translateY(-50%);
  z-index: 99;
  font-family: var(--font-poppins);
  background: var(--brand-navy);
  color: #ffffff !important;
  border: 1.5px solid #38bdf8;
  padding: 0.85rem 1.25rem;
  font-size: 0.7rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  border-radius: 4px;
  box-shadow: 0 10px 25px rgba(0, 31, 63, 0.35);
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  transition: all 0.3s ease;
  animation: networkLightBlink 2.2s ease-in-out infinite;
}

/* Corner live indicator dot */
.floating-network-btn::after {
  content: '';
  position: absolute;
  top: -4px;
  right: -4px;
  width: 9px;
  height: 9px;
  background: #38bdf8;
  border-radius: 50%;
  box-shadow: 0 0 8px #38bdf8;
  animation: networkDotBlink 2.2s ease-in-out infinite;
}

@keyframes networkDotBlink {
  0%, 100% {
    opacity: 0.5;
    transform: scale(0.85);
    box-shadow: 0 0 4px rgba(56, 189, 248, 0.4);
  }
  50% {
    opacity: 1;
    transform: scale(1.25);
    box-shadow: 0 0 12px rgba(56, 189, 248, 0.95), 0 0 0 4px rgba(56, 189, 248, 0.25);
  }
}

/* Light Blinking & Brand Color-Matching */
@keyframes networkLightBlink {
  0%, 100% {
    background: #001f3f; /* Brand Navy */
    border-color: rgba(56, 189, 248, 0.45);
    box-shadow: 0 8px 22px rgba(0, 31, 63, 0.35), 0 0 0 0 rgba(56, 189, 248, 0);
    color: #ffffff !important;
  }
  50% {
    background: #004599; /* Vibrant Royal Blue matching brand */
    border-color: #38bdf8; /* Luminous Cyan highlight */
    box-shadow: 0 10px 28px rgba(0, 69, 153, 0.45), 0 0 18px rgba(56, 189, 248, 0.6), 0 0 0 4px rgba(56, 189, 248, 0.25);
    color: #ffffff !important;
  }
}

.floating-network-btn:hover {
  animation-play-state: paused;
  background: var(--brand-bright);
  border-color: #38bdf8;
  color: #ffffff !important;
  transform: translateY(-50%) scale(1.04);
  box-shadow: 0 14px 35px rgba(0, 112, 243, 0.5), 0 0 20px rgba(56, 189, 248, 0.4);
}

.floating-network-btn svg {
  stroke: #38bdf8;
  transition: all 0.3s ease;
  animation: networkIconBlink 2.2s ease-in-out infinite;
}

@keyframes networkIconBlink {
  0%, 100% {
    stroke: #38bdf8;
    transform: scale(1);
  }
  50% {
    stroke: #ffffff;
    transform: scale(1.15);
  }
}

.floating-network-btn:hover svg {
  animation-play-state: paused;
  stroke: #ffffff;
  transform: rotate(30deg) scale(1.1);
}

.floating-quote-btn {
  position: fixed;
  right: 1.25rem;
  top: 50%;
  transform: translateY(-50%);
  z-index: 99;
  font-family: var(--font-poppins);
  background: var(--brand-bright);
  color: #ffffff !important;
  padding: 0.85rem 1.25rem;
  font-size: 0.7rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  border: none;
  border-radius: 4px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.25);
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  transition: all 0.3s ease;
}

.floating-quote-btn:hover {
  background: var(--brand-navy);
  color: #ffffff !important;
  transform: translateY(-50%) scale(1.03);
}

@media (max-width: 768px) {
  .floating-network-btn {
    left: 0.5rem;
    padding: 0.65rem 0.95rem;
    font-size: 0.625rem;
    letter-spacing: 0.12em;
  }
  .floating-quote-btn {
    right: 0.5rem;
    padding: 0.65rem 0.95rem;
    font-size: 0.625rem;
    letter-spacing: 0.12em;
  }
}

.floating-whatsapp-btn {
  position: fixed;
  right: 1.5rem;
  bottom: 1.5rem;
  z-index: 100;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: #25d366;
  color: #ffffff !important;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 25px rgba(37, 211, 102, 0.4);
  text-decoration: none;
  transition: transform 0.3s ease;
}

.floating-whatsapp-btn:hover {
  transform: scale(1.1);
}

.floating-whatsapp-btn:active {
  transform: scale(0.95);
}

.floating-whatsapp-ping {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: #25d366;
  opacity: 0.3;
  animation: pingRing 2s cubic-bezier(0, 0, 0.2, 1) infinite;
  pointer-events: none;
}

@keyframes pingRing {
  75%, 100% {
    transform: scale(1.6);
    opacity: 0;
  }
}

/* ==========================================================================
   WHATSAPP INTERACTIVE CHAT & TOPIC SELECTOR WIDGET
   ========================================================================== */
.wa-chat-popup {
  position: fixed;
  bottom: 5.5rem;
  right: 1.5rem;
  width: 380px;
  max-width: calc(100vw - 2rem);
  max-height: 82vh;
  background: var(--bg-surface, #ffffff);
  border: 1px solid var(--border-subtle, #e2e8f0);
  border-radius: 18px;
  box-shadow: 0 20px 45px rgba(2, 18, 38, 0.28), 0 4px 12px rgba(37, 211, 102, 0.15);
  z-index: 10001;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  opacity: 0;
  transform: translateY(20px) scale(0.95);
  pointer-events: none;
  transition: opacity 0.25s ease, transform 0.25s ease;
}

.wa-chat-popup.active {
  opacity: 1;
  transform: translateY(0) scale(1);
  pointer-events: auto;
}

.wa-chat-header {
  background: linear-gradient(135deg, #075e54 0%, #128c7e 100%);
  color: #ffffff;
  padding: 0.9rem 1.15rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
}

.wa-chat-header-info {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.wa-avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  flex-shrink: 0;
  box-shadow: 0 2px 6px rgba(0,0,0,0.18);
}

.wa-online-dot {
  position: absolute;
  bottom: 0px;
  right: 0px;
  width: 10px;
  height: 10px;
  background: #25d366;
  border: 2px solid #ffffff;
  border-radius: 50%;
}

.wa-header-title {
  font-size: 0.95rem;
  font-weight: 800;
  margin: 0;
  color: #ffffff;
  line-height: 1.25;
}

.wa-header-subtitle {
  font-size: 0.73rem;
  color: rgba(255, 255, 255, 0.88);
  margin: 0.15rem 0 0 0;
}

.wa-close-btn {
  background: rgba(255, 255, 255, 0.18);
  border: none;
  color: #ffffff;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.2s;
}
.wa-close-btn:hover {
  background: rgba(255, 255, 255, 0.35);
}

.wa-chat-body {
  padding: 0.9rem 1rem;
  overflow-y: auto;
  max-height: 52vh;
  flex: 1;
  background: var(--bg-primary, #f8fafc);
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
}

.wa-bubble-agent {
  background: var(--bg-surface, #ffffff);
  border: 1px solid var(--border-subtle, #e2e8f0);
  border-radius: 12px 12px 12px 2px;
  padding: 0.65rem 0.85rem;
  font-size: 0.8125rem;
  line-height: 1.45;
  color: var(--text-primary, #0f172a);
  box-shadow: 0 2px 5px rgba(0,0,0,0.03);
}

.wa-topics-label {
  font-size: 0.7rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--text-muted, #64748b);
  margin-top: 0.15rem;
}

.wa-topics-list {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}

.wa-topic-btn {
  background: var(--bg-surface, #ffffff);
  border: 1px solid var(--border-subtle, #e2e8f0);
  border-radius: 8px;
  padding: 0.5rem 0.7rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  cursor: pointer;
  transition: all 0.2s ease;
  text-align: left;
  font-family: inherit;
  color: var(--text-primary, #0f172a);
  width: 100%;
}

.wa-topic-btn:hover,
.wa-topic-btn.selected {
  border-color: #25d366;
  background: rgba(37, 211, 102, 0.09);
  transform: translateX(3px);
}

.wa-topic-left {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.wa-topic-icon {
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.95rem;
  flex-shrink: 0;
}

.wa-topic-text {
  font-size: 0.8125rem;
  font-weight: 700;
  line-height: 1.25;
}

.wa-topic-arrow {
  color: #25d366;
  font-size: 0.85rem;
  font-weight: 800;
  opacity: 0.85;
}

.wa-chat-footer {
  padding: 0.8rem 1rem;
  background: var(--bg-surface, #ffffff);
  border-top: 1px solid var(--border-subtle, #e2e8f0);
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
}

.wa-input-preview {
  width: 100%;
  border: 1px solid var(--border-subtle, #e2e8f0);
  border-radius: 8px;
  padding: 0.5rem 0.65rem;
  font-size: 0.8125rem;
  background: var(--bg-primary, #f8fafc);
  color: var(--text-primary, #0f172a);
  resize: none;
  font-family: inherit;
  box-sizing: border-box;
}

.wa-send-btn {
  background: #25d366;
  color: #ffffff;
  border: none;
  border-radius: 8px;
  padding: 0.65rem 1rem;
  font-size: 0.875rem;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  cursor: pointer;
  transition: background 0.2s ease, transform 0.15s ease;
  text-decoration: none;
}

.wa-send-btn:hover {
  background: #20ba59;
  transform: translateY(-1px);
}

.wa-direct-lines {
  font-size: 0.6875rem;
  color: var(--text-muted, #64748b);
  text-align: center;
  display: flex;
  justify-content: center;
  gap: 0.5rem;
}
.wa-direct-lines a {
  color: var(--text-secondary, #475569);
  text-decoration: underline;
}

/* ==========================================================================
   LOVABLE TYPOGRAPHY UTILITIES
   ========================================================================== */
.font-display { font-family: var(--font-display) !important; }
.font-serif   { font-family: var(--font-serif) !important; }
.font-sans    { font-family: var(--font-sans) !important; }
.font-poppins { font-family: var(--font-poppins) !important; }

/* ==========================================================================
   PORTAL DAILY SYNC & DIRECTORY STYLING (ACBAR & JOBS.AF)
   ========================================================================== */
.sync-status-bar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  background: var(--bg-card);
  border: 1px solid var(--border-medium);
  border-radius: var(--radius-lg);
  padding: 0.85rem 1.25rem;
  margin-bottom: 1.5rem;
  box-shadow: var(--shadow-sm);
}

.sync-status-info {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  font-size: 0.85rem;
  color: var(--text-secondary);
}

.sync-pulse-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #16a34a;
  box-shadow: 0 0 0 0 rgba(22, 163, 74, 0.7);
  animation: syncPulse 2s infinite;
  display: inline-block;
  flex-shrink: 0;
}

@keyframes syncPulse {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(22, 163, 74, 0.7);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 6px rgba(22, 163, 74, 0);
  }
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(22, 163, 74, 0);
  }
}

.sync-actions {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  flex-wrap: wrap;
}

.btn-sync-refresh {
  background: rgba(2, 132, 199, 0.08);
  border: 1px solid rgba(2, 132, 199, 0.3);
  color: var(--accent-blue);
  font-family: var(--font-poppins);
  font-size: 0.75rem;
  font-weight: 700;
  padding: 0.4rem 0.85rem;
  border-radius: var(--radius-sm);
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  transition: all 0.2s ease;
}

.btn-sync-refresh:hover {
  background: var(--brand-bright);
  color: #ffffff;
  border-color: var(--brand-bright);
}

.btn-sync-refresh.syncing .sync-icon {
  animation: spin 1s linear infinite;
}

@keyframes spin {
  100% { transform: rotate(360deg); }
}

.sync-badge {
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--text-muted);
  background: var(--bg-tertiary);
  padding: 0.3rem 0.6rem;
  border-radius: var(--radius-sm);
  border: 1px solid var(--border-subtle);
}

/* Visitor Counter Widget Styling */
.visitor-counter-widget {
  display: inline-flex;
  align-items: center;
  gap: 1.25rem;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--radius-full);
  padding: 0.5rem 1.25rem;
  margin: 1.25rem 0;
  font-family: var(--font-poppins);
}

.visitor-counter-item {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  font-size: 0.8125rem;
  color: rgba(255, 255, 255, 0.8);
}

.visitor-counter-icon {
  color: var(--accent-gold);
  display: flex;
  align-items: center;
}

.visitor-counter-label {
  color: rgba(255, 255, 255, 0.65);
}

.visitor-counter-val {
  color: #38bdf8;
  font-weight: 800;
  letter-spacing: 0.5px;
}

.visitor-counter-sep {
  width: 1px;
  height: 14px;
  background: rgba(255, 255, 255, 0.15);
}

.live-online-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #22c55e;
  box-shadow: 0 0 8px #22c55e;
  animation: syncPulse 1.8s infinite;
  display: inline-block;
}

@media (max-width: 640px) {
  .visitor-counter-widget {
    flex-wrap: wrap;
    border-radius: var(--radius-md);
    gap: 0.75rem;
    padding: 0.75rem 1rem;
  }
  .visitor-counter-sep {
    display: none;
  }
}





