/* ==========================================================================
   DUO DINAMIKA CONSULTANT - EXECUTIVE LIGHT DESIGN SYSTEM
   Theme: Prestigious Corporate, Clean, Trustworthy & Modern
   Pillars: Manajemen, Audit, Tax, HR, & IT
   Typography: Outfit (Headings) & Plus Jakarta Sans (Body & UI)
   ========================================================================== */

:root {
  /* Color Palette - Executive Light & Royal Navy */
  --bg-main: #ffffff;
  --bg-subtle: #f8fafc;
  --bg-surface: #f1f5f9;
  --bg-surface-elevated: #ffffff;
  --bg-card: #ffffff;
  --bg-card-hover: #ffffff;
  --bg-glass: rgba(255, 255, 255, 0.92);
  
  --primary: #1e40af;
  --primary-light: #2563eb;
  --primary-dark: #0f2b5c;
  --primary-soft: #eff6ff;
  --primary-gradient: linear-gradient(135deg, #1e40af 0%, #2563eb 50%, #0284c7 100%);
  
  --accent-gold: #d97706;
  --accent-gold-light: #f59e0b;
  --accent-gold-soft: #fffbeb;
  --accent-gold-gradient: linear-gradient(135deg, #d97706 0%, #f59e0b 100%);
  
  --accent-emerald: #059669;
  --accent-emerald-soft: #ecfdf5;
  --accent-cyan: #0284c7;
  --accent-cyan-soft: #f0f9ff;
  --accent-purple: #7c3aed;
  --accent-purple-soft: #f5f3ff;
  
  --text-main: #0f172a;
  --text-body: #334155;
  --text-muted: #64748b;
  --text-light: #94a3b8;
  --text-white: #ffffff;
  
  --border-subtle: #e2e8f0;
  --border-medium: #cbd5e1;
  --border-active: #93c5fd;
  --border-gold: rgba(217, 119, 6, 0.3);
  
  --shadow-xs: 0 1px 2px rgba(15, 23, 42, 0.05);
  --shadow-sm: 0 4px 6px -1px rgba(15, 23, 42, 0.06), 0 2px 4px -2px rgba(15, 23, 42, 0.04);
  --shadow-md: 0 10px 20px -5px rgba(15, 23, 42, 0.08), 0 4px 6px -4px rgba(15, 23, 42, 0.04);
  --shadow-lg: 0 20px 35px -10px rgba(15, 23, 42, 0.12), 0 8px 10px -6px rgba(15, 23, 42, 0.05);
  --shadow-hover: 0 25px 40px -12px rgba(30, 64, 175, 0.16);
  --shadow-glow: 0 0 25px rgba(37, 99, 235, 0.18);
  
  --radius-xs: 6px;
  --radius-sm: 10px;
  --radius-md: 16px;
  --radius-lg: 24px;
  --radius-full: 9999px;
  
  --font-sans: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  --font-heading: 'Outfit', 'Plus Jakarta Sans', sans-serif;
  
  --transition: all 0.28s cubic-bezier(0.16, 1, 0.3, 1);
  --transition-fast: all 0.15s ease-out;
}

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

html {
  scroll-behavior: smooth;
  font-size: 16px;
  color-scheme: light;
  overflow-x: hidden;
  max-width: 100%;
}

body {
  font-family: var(--font-sans);
  background-color: var(--bg-main);
  color: var(--text-body);
  line-height: 1.68;
  overflow-x: hidden;
  max-width: 100%;
  width: 100%;
  position: relative;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img, svg, video, canvas, audio, iframe, embed, object {
  max-width: 100%;
  height: auto;
}

/* Subtle Geometric Background Elements */
.bg-subtle-pattern {
  background-color: #ffffff;
  background-image: radial-gradient(#e2e8f0 1px, transparent 1px);
  background-size: 32px 32px;
}

.bg-gradient-hero {
  background: linear-gradient(180deg, #f0f7ff 0%, #ffffff 100%);
}

.bg-gradient-subtle {
  background: linear-gradient(180deg, #f8fafc 0%, #ffffff 100%);
}

/* Typography Helpers */
h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-heading);
  color: var(--text-main);
  line-height: 1.25;
  font-weight: 700;
  letter-spacing: -0.02em;
}

p {
  color: var(--text-body);
  font-size: 1rem;
}

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

a:hover {
  color: var(--primary-dark);
}

.text-gradient {
  background: linear-gradient(135deg, #0f2b5c 0%, #1e40af 50%, #0284c7 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.text-gradient-gold {
  background: linear-gradient(135deg, #b45309 0%, #d97706 50%, #f59e0b 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* Layout Containers */
.container {
  width: 100%;
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  position: relative;
  z-index: 1;
}

.section-spacing {
  padding-top: 6rem;
  padding-bottom: 6rem;
  position: relative;
}

@media (max-width: 768px) {
  .section-spacing {
    padding-top: 4.25rem;
    padding-bottom: 4.25rem;
  }
}

/* Section Header Component */
.section-header {
  text-align: center;
  max-width: 820px;
  margin: 0 auto 3.75rem auto;
}

.section-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.4rem 1.1rem;
  background: var(--primary-soft);
  border: 1px solid #bfdbfe;
  border-radius: var(--radius-full);
  font-size: 0.85rem;
  font-weight: 700;
  color: var(--primary);
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 1.25rem;
}

.section-badge.gold {
  background: var(--accent-gold-soft);
  border-color: #fde68a;
  color: var(--accent-gold);
}

.section-badge.emerald {
  background: var(--accent-emerald-soft);
  border-color: #a7f3d0;
  color: var(--accent-emerald);
}

.section-title {
  font-size: 2.5rem;
  font-weight: 800;
  margin-bottom: 1.15rem;
  line-height: 1.22;
  color: var(--text-main);
}

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

.section-subtitle {
  font-size: 1.1rem;
  color: var(--text-muted);
  line-height: 1.65;
}

/* Modern Card Component */
.card-clean {
  background: #ffffff;
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-sm);
  transition: var(--transition);
  position: relative;
}

.card-clean:hover {
  border-color: #cbd5e1;
  transform: translateY(-4px);
  box-shadow: var(--shadow-hover);
}

/* Custom Buttons */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  padding: 0.8rem 1.75rem;
  font-size: 0.95rem;
  font-weight: 600;
  border-radius: var(--radius-full);
  cursor: pointer;
  transition: var(--transition);
  border: none;
  text-decoration: none;
  position: relative;
  white-space: nowrap;
}

.btn-primary {
  background: var(--primary-gradient);
  color: #ffffff;
  box-shadow: 0 4px 14px rgba(30, 64, 175, 0.28);
}

.btn-primary:hover {
  background: linear-gradient(135deg, #0f2b5c 0%, #1e40af 100%);
  box-shadow: 0 6px 20px rgba(30, 64, 175, 0.4);
  transform: translateY(-2px);
  color: #ffffff;
}

.btn-outline {
  background: #ffffff;
  border: 1.5px solid var(--border-medium);
  color: var(--text-main);
  box-shadow: var(--shadow-xs);
}

.btn-outline:hover {
  background: var(--primary-soft);
  border-color: var(--primary-light);
  color: var(--primary);
  transform: translateY(-2px);
}

.btn-gold {
  background: var(--accent-gold-gradient);
  color: #ffffff;
  font-weight: 700;
  box-shadow: 0 4px 15px rgba(217, 119, 6, 0.25);
}

.btn-gold:hover {
  background: linear-gradient(135deg, #b45309 0%, #d97706 100%);
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(217, 119, 6, 0.35);
}

.btn-sm {
  padding: 0.55rem 1.25rem;
  font-size: 0.88rem;
}

.btn-lg {
  padding: 1rem 2.25rem;
  font-size: 1.05rem;
}

/* ==========================================================================
   ANIMATION KEYFRAMES & UTILITIES
   ========================================================================== */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(24px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

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

@keyframes pulseGlow {
  0%, 100% { box-shadow: 0 0 0 0 rgba(37, 99, 235, 0.4); }
  50% { box-shadow: 0 0 0 10px rgba(37, 99, 235, 0); }
}

@keyframes shimmer {
  0% { background-position: -200% 0; }
  100% { background-position: 200% 0; }
}

.reveal {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s cubic-bezier(0.16, 1, 0.3, 1), transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

.reveal.active {
  opacity: 1;
  transform: translateY(0);
}

/* ==========================================================================
   HEADER & NAVIGATION (FLAWLESS, NO-WRAP, SPACIOUS)
   ========================================================================== */
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  padding: 0.9rem 0;
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-bottom: 1px solid rgba(226, 232, 240, 0.8);
  box-shadow: 0 2px 15px rgba(15, 23, 42, 0.04);
  transition: var(--transition);
}

.site-header.scrolled {
  padding: 0.65rem 0;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 4px 25px rgba(15, 23, 42, 0.08);
}

.nav-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  width: 100%;
}

/* Brand Logo */
.brand-logo {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  text-decoration: none;
  flex-shrink: 0;
}

.brand-logo-img {
  height: 42px;
  width: auto;
  object-fit: contain;
  display: block;
  transition: var(--transition);
}

.brand-logo:hover .brand-logo-img {
  transform: scale(1.04);
}

.brand-meta {
  display: flex;
  flex-direction: column;
}

.brand-name {
  font-family: var(--font-heading);
  font-size: 1.15rem;
  font-weight: 800;
  color: var(--primary-dark);
  line-height: 1.15;
  letter-spacing: -0.01em;
  white-space: nowrap;
}

.brand-sub {
  font-size: 0.68rem;
  font-weight: 700;
  color: var(--accent-gold);
  letter-spacing: 0.05em;
  text-transform: uppercase;
  white-space: nowrap;
}

/* Navigation Links - STRICT NO-WRAP & CLEAN GAPS */
.nav-menu {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.nav-link {
  color: var(--text-body);
  font-size: 0.9rem;
  font-weight: 600;
  transition: var(--transition);
  padding: 0.4rem 0.2rem;
  position: relative;
  white-space: nowrap;
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
}

.nav-link:hover {
  color: var(--primary);
}

.nav-link.active {
  color: var(--primary);
  font-weight: 700;
}

.nav-link.active::after {
  content: '';
  position: absolute;
  bottom: -6px;
  left: 0;
  right: 0;
  height: 2.5px;
  background: var(--primary);
  border-radius: var(--radius-full);
}

/* Dropdown */
.nav-dropdown-wrapper {
  position: relative;
}

.dropdown-menu {
  position: absolute;
  top: calc(100% + 10px);
  left: -20px;
  width: 275px;
  background: #ffffff;
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-sm);
  padding: 0.6rem;
  box-shadow: 0 15px 35px rgba(15, 23, 42, 0.12);
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  transition: var(--transition);
  list-style: none;
  z-index: 100;
}

.nav-dropdown-wrapper: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.8rem;
  border-radius: var(--radius-xs);
  color: var(--text-body);
  font-size: 0.88rem;
  font-weight: 600;
  transition: var(--transition-fast);
  white-space: nowrap;
}

.dropdown-item a:hover {
  background: var(--primary-soft);
  color: var(--primary);
  transform: translateX(3px);
}

.dropdown-item .icon-badge {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  border-radius: 6px;
  background: #eff6ff;
  color: var(--primary);
  flex-shrink: 0;
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  flex-shrink: 0;
}

.btn-header-cta {
  background: var(--primary-gradient);
  color: #ffffff;
  font-weight: 700;
  padding: 0.6rem 1.35rem;
  font-size: 0.88rem;
  border-radius: var(--radius-full);
  box-shadow: 0 4px 14px rgba(30, 64, 175, 0.25);
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  white-space: nowrap;
  transition: var(--transition);
}

.btn-header-cta:hover {
  background: linear-gradient(135deg, #0f2b5c 0%, #1e40af 100%);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(30, 64, 175, 0.35);
  color: #ffffff;
}

/* Mobile Toggle */
.mobile-toggle {
  display: none;
  background: transparent;
  border: none;
  color: var(--text-main);
  font-size: 1.5rem;
  cursor: pointer;
  padding: 0.4rem;
}

@media (max-width: 1080px) {
  .nav-menu {
    display: none;
  }
  .mobile-toggle {
    display: block;
  }
  .header-actions .btn-desktop {
    display: none;
  }
}

/* Mobile Menu Drawer */
.mobile-drawer {
  position: fixed;
  top: 0;
  right: -100%;
  width: 85%;
  max-width: 360px;
  height: 100vh;
  background: #ffffff;
  z-index: 2000;
  padding: 2rem 1.5rem;
  display: flex;
  flex-direction: column;
  box-shadow: -10px 0 30px rgba(0, 0, 0, 0.15);
  transition: right 0.35s cubic-bezier(0.16, 1, 0.3, 1);
  overflow-y: auto;
}

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

.mobile-drawer-overlay {
  position: fixed;
  inset: 0;
  background: rgba(15, 23, 42, 0.4);
  backdrop-filter: blur(4px);
  z-index: 1999;
  opacity: 0;
  visibility: hidden;
  transition: var(--transition);
}

.mobile-drawer-overlay.open {
  opacity: 1;
  visibility: visible;
}

.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-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 1.1rem;
  margin-bottom: 2rem;
}

.mobile-nav-list a {
  font-size: 1.05rem;
  font-weight: 600;
  color: var(--text-main);
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* ==========================================================================
   HERO SECTION (BALANCED 5 PILLARS: MANAGEMENT, AUDIT, TAX, HR, IT)
   ========================================================================== */
.hero-section {
  padding-top: 8.5rem;
  padding-bottom: 5.5rem;
  background: linear-gradient(180deg, #f0f7ff 0%, #ffffff 100%);
  position: relative;
  overflow: hidden;
}

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

@media (max-width: 991px) {
  .hero-grid {
    grid-template-columns: 1fr;
    gap: 3rem;
  }
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  padding: 0.45rem 1.1rem;
  background: #ffffff;
  border: 1px solid #bfdbfe;
  border-radius: var(--radius-full);
  font-size: 0.88rem;
  font-weight: 700;
  color: var(--primary);
  margin-bottom: 1.5rem;
  box-shadow: var(--shadow-xs);
}

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

.hero-title {
  font-size: 3.1rem;
  font-weight: 800;
  line-height: 1.18;
  margin-bottom: 1.35rem;
  color: var(--text-main);
  letter-spacing: -0.03em;
}

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

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

.hero-cta-group {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-bottom: 2.5rem;
}

/* 5 Pillars Quick Badges in Hero */
.pillars-hero-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  padding-top: 1rem;
  border-top: 1px solid var(--border-subtle);
}

.pillar-hero-chip {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.35rem 0.85rem;
  border-radius: var(--radius-full);
  background: #ffffff;
  border: 1px solid var(--border-subtle);
  font-size: 0.82rem;
  font-weight: 700;
  color: var(--text-main);
  box-shadow: var(--shadow-xs);
}

/* Hero Right Showcase: 5 Pillars Interactive Card */
.hero-visual-card {
  background: #ffffff;
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-lg);
  padding: 2rem;
  box-shadow: var(--shadow-lg);
  position: relative;
}

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

.card-badge-status {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.25rem 0.75rem;
  background: var(--accent-emerald-soft);
  border: 1px solid #a7f3d0;
  border-radius: var(--radius-full);
  font-size: 0.78rem;
  font-weight: 700;
  color: var(--accent-emerald);
}

/* 5 Pillars Grid inside Hero */
.five-pillars-hero-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.85rem;
}

.five-pillar-item {
  background: var(--bg-subtle);
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-sm);
  padding: 1rem;
  transition: var(--transition);
}

.five-pillar-item:hover {
  background: #ffffff;
  border-color: var(--primary-light);
  box-shadow: var(--shadow-sm);
  transform: translateY(-2px);
}

.five-pillar-item.featured-wide {
  grid-column: span 2;
  background: linear-gradient(135deg, #eff6ff 0%, #ffffff 100%);
  border-color: #bfdbfe;
}

.pillar-icon-box {
  width: 36px;
  height: 36px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.6rem;
  font-size: 1.1rem;
}

.pillar-icon-box.blue { background: #dbeafe; color: #1e40af; }
.pillar-icon-box.amber { background: #fef3c7; color: #b45309; }
.pillar-icon-box.emerald { background: #d1fae5; color: #047857; }
.pillar-icon-box.purple { background: #ede9fe; color: #6d28d9; }
.pillar-icon-box.cyan { background: #e0f2fe; color: #0369a1; }

.five-pillar-item h4 {
  font-size: 0.95rem;
  margin-bottom: 0.25rem;
}

.five-pillar-item p {
  font-size: 0.78rem;
  color: var(--text-muted);
  line-height: 1.45;
}

/* Floating Clean Badge */
.hero-floating-nda {
  margin-top: 1.25rem;
  padding: 0.75rem 1rem;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: var(--radius-sm);
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.hero-floating-nda i {
  color: var(--primary);
  flex-shrink: 0;
}

.hero-floating-nda span {
  font-size: 0.8rem;
  font-weight: 600;
  color: var(--text-body);
}

/* ==========================================================================
   METRICS & TRUST STRIP
   ========================================================================== */
.stats-strip {
  background: #ffffff;
  border-top: 1px solid var(--border-subtle);
  border-bottom: 1px solid var(--border-subtle);
  padding: 2.75rem 0;
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
  text-align: center;
}

@media (max-width: 991px) {
  .stats-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
  }
}

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

.stat-item {
  position: relative;
}

.stat-item:not(:last-child)::after {
  content: '';
  position: absolute;
  right: -1rem;
  top: 15%;
  height: 70%;
  width: 1px;
  background: var(--border-subtle);
}

@media (max-width: 991px) {
  .stat-item::after {
    display: none;
  }
}

.stat-number {
  font-family: var(--font-heading);
  font-size: 2.6rem;
  font-weight: 800;
  color: var(--primary-dark);
  margin-bottom: 0.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.1rem;
}

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

.stat-label {
  font-size: 0.92rem;
  color: var(--text-muted);
  font-weight: 600;
}

/* ==========================================================================
   THE 5 CORE PILLARS OF DUO DINAMIKA (BALANCED SHOWCASE)
   ========================================================================== */
.pillars-section {
  background: #f8fafc;
}

.pillars-main-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1.25rem;
  margin-bottom: 3.5rem;
}

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

@media (max-width: 768px) {
  .pillars-main-grid {
    grid-template-columns: 1fr;
  }
}

.pillar-main-card {
  background: #ffffff;
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-md);
  padding: 1.75rem 1.35rem;
  transition: var(--transition);
  display: flex;
  flex-direction: column;
  box-shadow: var(--shadow-sm);
  position: relative;
  overflow: hidden;
}

.pillar-main-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: var(--primary);
  opacity: 0;
  transition: var(--transition);
}

.pillar-main-card:hover {
  transform: translateY(-6px);
  border-color: #bfdbfe;
  box-shadow: var(--shadow-hover);
}

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

.pillar-card-icon {
  width: 60px;
  height: 60px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.85rem;
  margin-bottom: 1.35rem;
  transition: var(--transition);
}

.pillar-main-card:hover .pillar-card-icon {
  transform: scale(1.08) rotate(3deg);
}

.pillar-card-icon.blue { background: #eff6ff; color: #1e40af; box-shadow: 0 6px 16px rgba(30, 64, 175, 0.12); }
.pillar-card-icon.amber { background: #fffbeb; color: #b45309; box-shadow: 0 6px 16px rgba(217, 119, 6, 0.12); }
.pillar-card-icon.emerald { background: #ecfdf5; color: #047857; box-shadow: 0 6px 16px rgba(4, 120, 87, 0.12); }
.pillar-card-icon.purple { background: #f5f3ff; color: #6d28d9; box-shadow: 0 6px 16px rgba(109, 40, 217, 0.12); }
.pillar-card-icon.cyan { background: #f0f9ff; color: #0369a1; box-shadow: 0 6px 16px rgba(3, 105, 161, 0.12); }

.pillar-main-card h3 {
  font-size: 1.25rem;
  margin-bottom: 0.65rem;
  color: var(--text-main);
}

.pillar-main-card p {
  font-size: 0.88rem;
  color: var(--text-muted);
  line-height: 1.6;
  margin-bottom: 1.25rem;
  flex-grow: 1;
}

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

.pillar-feature-list li {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  font-size: 0.82rem;
  color: var(--text-body);
}

.pillar-feature-list i {
  color: var(--accent-emerald);
  flex-shrink: 0;
  margin-top: 2px;
}

/* Detailed Pillar Tabs */
.pillar-detail-tabs-nav {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-bottom: 2.5rem;
}

.pillar-tab-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  padding: 0.75rem 1.35rem;
  border-radius: var(--radius-full);
  background: #ffffff;
  border: 1px solid var(--border-subtle);
  color: var(--text-muted);
  font-size: 0.92rem;
  font-weight: 700;
  cursor: pointer;
  transition: var(--transition);
  box-shadow: var(--shadow-xs);
}

.pillar-tab-btn:hover {
  color: var(--primary);
  border-color: #bfdbfe;
  background: #f8fafc;
}

.pillar-tab-btn.active {
  background: var(--primary);
  color: #ffffff;
  border-color: var(--primary);
  box-shadow: 0 4px 12px rgba(30, 64, 175, 0.25);
}

.pillar-tab-pane {
  display: none;
  animation: fadeIn 0.35s ease-out;
}

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

@keyframes fadeIn {
  from { opacity: 0; transform: translateY(8px); }
  to { opacity: 1; transform: translateY(0); }
}

.pillar-pane-card {
  background: #ffffff;
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-lg);
  padding: 3rem;
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 3rem;
  align-items: center;
  box-shadow: var(--shadow-md);
}

@media (max-width: 991px) {
  .pillar-pane-card {
    grid-template-columns: 1fr;
    padding: 2rem;
    gap: 2rem;
  }
}

.pane-info h3 {
  font-size: 1.9rem;
  margin-bottom: 1rem;
  color: var(--text-main);
}

.pane-info .lead-text {
  font-size: 1.05rem;
  color: var(--primary);
  font-weight: 500;
  margin-bottom: 1.5rem;
  line-height: 1.6;
}

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

.pane-checklist li {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  font-size: 0.95rem;
  color: var(--text-body);
}

.pane-check-icon {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: var(--accent-emerald-soft);
  color: var(--accent-emerald);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.8rem;
  margin-top: 2px;
  flex-shrink: 0;
}

.pane-side-box {
  background: var(--bg-subtle);
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-md);
  padding: 2rem;
}

.pane-feature-highlight {
  background: #ffffff;
  border-left: 3.5px solid var(--primary);
  padding: 1.25rem;
  border-radius: 0 var(--radius-xs) var(--radius-xs) 0;
  margin-bottom: 1.25rem;
  box-shadow: var(--shadow-xs);
}

.pane-feature-highlight:last-child {
  margin-bottom: 0;
}

.pane-feature-highlight h5 {
  font-size: 0.95rem;
  color: var(--text-main);
  margin-bottom: 0.35rem;
}

.pane-feature-highlight p {
  font-size: 0.85rem;
  color: var(--text-muted);
}

/* ==========================================================================
   SECTORS & PRIVACY GUARANTEE (NDA)
   ========================================================================== */
.sectors-section {
  background: #ffffff;
}

.nda-banner-clean {
  background: linear-gradient(135deg, #eff6ff 0%, #f8fafc 100%);
  border: 1.5px solid #bfdbfe;
  border-radius: var(--radius-md);
  padding: 2rem 2.5rem;
  display: flex;
  align-items: center;
  gap: 2rem;
  margin-bottom: 3.5rem;
  box-shadow: var(--shadow-xs);
}

@media (max-width: 768px) {
  .nda-banner-clean {
    flex-direction: column;
    text-align: center;
    padding: 1.5rem;
    gap: 1.25rem;
  }
}

.nda-icon-circle {
  width: 68px;
  height: 68px;
  min-width: 68px;
  border-radius: 50%;
  background: #ffffff;
  border: 2px solid #bfdbfe;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--primary);
  font-size: 1.8rem;
  box-shadow: 0 8px 20px rgba(30, 64, 175, 0.15);
}

.nda-content h3 {
  font-size: 1.25rem;
  margin-bottom: 0.35rem;
  color: var(--text-main);
}

.nda-content p {
  font-size: 0.92rem;
  color: var(--text-body);
}

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

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

@media (max-width: 600px) {
  .sectors-grid-clean {
    grid-template-columns: 1fr;
  }
}

.sector-card-clean {
  background: #ffffff;
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-md);
  padding: 1.75rem;
  transition: var(--transition);
  display: flex;
  flex-direction: column;
  box-shadow: var(--shadow-xs);
}

.sector-card-clean:hover {
  border-color: #bfdbfe;
  transform: translateY(-4px);
  box-shadow: var(--shadow-hover);
}

.sector-card-clean .icon-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1.25rem;
}

.sector-card-clean .icon-box {
  width: 54px;
  height: 54px;
  border-radius: 14px;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.65rem;
  box-shadow: 0 4px 12px rgba(15, 23, 42, 0.05);
  transition: var(--transition);
}

.sector-card-clean:hover .icon-box {
  transform: scale(1.08);
}

.sector-card-clean .tag-badge {
  font-size: 0.75rem;
  font-weight: 700;
  padding: 0.25rem 0.65rem;
  border-radius: var(--radius-full);
  background: var(--primary-soft);
  color: var(--primary);
}

.sector-card-clean h4 {
  font-size: 1.15rem;
  margin-bottom: 0.5rem;
}

.sector-card-clean p {
  font-size: 0.88rem;
  color: var(--text-muted);
  line-height: 1.6;
  margin-bottom: 1.25rem;
  flex-grow: 1;
}

.sector-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
}

.sector-chip {
  font-size: 0.75rem;
  font-weight: 600;
  padding: 0.2rem 0.55rem;
  border-radius: 4px;
  background: #f1f5f9;
  color: var(--text-body);
}

/* ==========================================================================
   WHY CHOOSE US (4 VALUE ADVANTAGES)
   ========================================================================== */
.why-grid-clean {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
}

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

@media (max-width: 600px) {
  .why-grid-clean {
    grid-template-columns: 1fr;
  }
}

.why-box-clean {
  background: #ffffff;
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-md);
  padding: 2rem 1.75rem;
  transition: var(--transition);
  position: relative;
  box-shadow: var(--shadow-sm);
}

.why-box-clean:hover {
  transform: translateY(-5px);
  border-color: #bfdbfe;
  box-shadow: var(--shadow-hover);
}

.why-index {
  font-family: var(--font-heading);
  font-size: 2rem;
  font-weight: 800;
  color: #cbd5e1;
  margin-bottom: 0.5rem;
}

.why-icon-circle {
  width: 60px;
  height: 60px;
  border-radius: 16px;
  background: var(--primary-soft);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--primary);
  margin-bottom: 1.35rem;
  font-size: 1.5rem;
  box-shadow: 0 6px 16px rgba(30, 64, 175, 0.12);
  transition: var(--transition);
}

.why-box-clean:hover .why-icon-circle {
  transform: scale(1.1) rotate(4deg);
}

.why-box-clean h3 {
  font-size: 1.2rem;
  margin-bottom: 0.65rem;
  color: var(--text-main);
}

.why-box-clean p {
  font-size: 0.88rem;
  color: var(--text-muted);
  line-height: 1.6;
}

/* ==========================================================================
   INTERACTIVE SOLUTION FINDER (WIZARD)
   ========================================================================== */
.wizard-section {
  background: #f8fafc;
}

.wizard-card-wrapper {
  background: #ffffff;
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-lg);
  padding: 3.5rem;
  box-shadow: var(--shadow-md);
  max-width: 960px;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .wizard-card-wrapper {
    padding: 2rem 1.5rem;
  }
}

.wizard-progress {
  display: flex;
  justify-content: space-between;
  position: relative;
  margin-bottom: 2.5rem;
}

.wizard-progress::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 2px;
  background: #e2e8f0;
  transform: translateY(-50%);
  z-index: 1;
}

.progress-active-line {
  position: absolute;
  top: 50%;
  left: 0;
  height: 2px;
  background: var(--primary);
  transform: translateY(-50%);
  z-index: 2;
  transition: width 0.4s ease;
  width: 0%;
}

.wizard-node {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #ffffff;
  border: 2px solid #cbd5e1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 0.85rem;
  color: var(--text-muted);
  position: relative;
  z-index: 3;
  transition: var(--transition);
}

.wizard-node.active {
  background: var(--primary);
  border-color: var(--primary);
  color: #ffffff;
  box-shadow: 0 0 12px rgba(30, 64, 175, 0.35);
}

.wizard-step-clean {
  display: none;
  animation: fadeIn 0.3s ease-out;
}

.wizard-step-clean.active {
  display: block;
}

.wizard-step-clean h3 {
  font-size: 1.6rem;
  text-align: center;
  margin-bottom: 0.5rem;
}

.wizard-step-clean p.step-desc {
  font-size: 0.95rem;
  text-align: center;
  color: var(--text-muted);
  margin-bottom: 2.25rem;
}

.wizard-cards-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.25rem;
  margin-bottom: 2.5rem;
}

@media (max-width: 600px) {
  .wizard-cards-grid {
    grid-template-columns: 1fr;
  }
}

.wizard-select-item {
  background: #ffffff;
  border: 1.5px solid var(--border-subtle);
  border-radius: var(--radius-sm);
  padding: 1.35rem;
  cursor: pointer;
  transition: var(--transition);
  display: flex;
  align-items: flex-start;
  gap: 1rem;
}

.wizard-select-item:hover {
  border-color: var(--primary-light);
  background: #f0f7ff;
}

.wizard-select-item.selected {
  background: #eff6ff;
  border-color: var(--primary);
  box-shadow: 0 0 0 1px var(--primary);
}

.wizard-select-item .radio-dot {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid #cbd5e1;
  margin-top: 3px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: var(--transition);
}

.wizard-select-item.selected .radio-dot {
  border-color: var(--primary);
  background: var(--primary);
}

.wizard-select-item.selected .radio-dot::after {
  content: '';
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ffffff;
}

.wizard-select-item h4 {
  font-size: 1.02rem;
  margin-bottom: 0.25rem;
  color: var(--text-main);
}

.wizard-select-item p {
  font-size: 0.85rem;
  color: var(--text-muted);
}

.wizard-nav-btns {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.wizard-result-clean {
  background: #f0f7ff;
  border: 1.5px solid #bfdbfe;
  border-radius: var(--radius-md);
  padding: 2.25rem;
  margin-bottom: 2rem;
}

.result-badge-clean {
  display: inline-block;
  padding: 0.3rem 0.85rem;
  border-radius: var(--radius-full);
  background: var(--accent-emerald-soft);
  border: 1px solid #a7f3d0;
  color: var(--accent-emerald);
  font-size: 0.85rem;
  font-weight: 700;
  margin-bottom: 1rem;
}

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

.result-service-item {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.75rem 1rem;
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: var(--radius-xs);
  font-size: 0.92rem;
  font-weight: 600;
  color: var(--text-main);
}

/* ==========================================================================
   ANONYMIZED CASE STUDIES
   ========================================================================== */
.cases-grid-clean {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}

@media (max-width: 991px) {
  .cases-grid-clean {
    grid-template-columns: 1fr;
  }
}

.case-card-clean {
  background: #ffffff;
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-md);
  padding: 2rem;
  display: flex;
  flex-direction: column;
  transition: var(--transition);
  box-shadow: var(--shadow-sm);
}

.case-card-clean:hover {
  transform: translateY(-4px);
  border-color: #bfdbfe;
  box-shadow: var(--shadow-hover);
}

.case-card-clean .case-tag {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.78rem;
  font-weight: 700;
  color: var(--primary);
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 0.85rem;
}

.case-card-clean h3 {
  font-size: 1.25rem;
  margin-bottom: 1rem;
  line-height: 1.35;
}

.case-metric-box {
  background: #f0f7ff;
  border-radius: var(--radius-xs);
  padding: 0.85rem 1rem;
  margin: 1rem 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.case-metric-box .metric-value {
  font-family: var(--font-heading);
  font-size: 1.35rem;
  font-weight: 800;
  color: var(--accent-emerald);
}

.case-metric-box .metric-label {
  font-size: 0.78rem;
  color: var(--text-muted);
}

.case-card-clean p.body-text {
  font-size: 0.88rem;
  color: var(--text-muted);
  line-height: 1.6;
  flex-grow: 1;
}

/* ==========================================================================
   FAQ SECTION (ACCORDION)
   ========================================================================== */
.faq-section-clean {
  background: #f8fafc;
}

.faq-list-clean {
  max-width: 860px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
}

.faq-item-clean {
  background: #ffffff;
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-sm);
  overflow: hidden;
  transition: var(--transition);
  box-shadow: var(--shadow-xs);
}

.faq-item-clean.active {
  border-color: #bfdbfe;
  box-shadow: var(--shadow-sm);
}

.faq-question-clean {
  padding: 1.35rem 1.6rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  gap: 1rem;
  font-family: var(--font-heading);
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--text-main);
  user-select: none;
}

.faq-arrow-btn {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #f1f5f9;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.85rem;
  color: var(--text-muted);
  transition: transform 0.3s ease;
  flex-shrink: 0;
}

.faq-item-clean.active .faq-arrow-btn {
  transform: rotate(180deg);
  background: var(--primary);
  color: #ffffff;
}

.faq-answer-clean {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s cubic-bezier(0.16, 1, 0.3, 1), padding 0.35s ease;
  padding: 0 1.6rem;
}

.faq-item-clean.active .faq-answer-clean {
  max-height: 400px;
  padding: 0 1.6rem 1.35rem 1.6rem;
}

.faq-answer-clean p {
  font-size: 0.92rem;
  color: var(--text-body);
  line-height: 1.65;
}

/* ==========================================================================
   CONTACT SECTION
   ========================================================================== */
.contact-card-clean {
  background: #ffffff;
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-lg);
  padding: 3.5rem;
  box-shadow: var(--shadow-lg);
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 3.5rem;
}

@media (max-width: 991px) {
  .contact-card-clean {
    grid-template-columns: 1fr;
    padding: 2rem;
    gap: 2.5rem;
  }
}

.contact-info-col h3 {
  font-size: 2.1rem;
  margin-bottom: 1rem;
  color: var(--text-main);
}

.contact-info-col p.lead-info {
  font-size: 1.05rem;
  color: var(--text-muted);
  margin-bottom: 2.5rem;
  line-height: 1.65;
}

.contact-list-clean {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  margin-bottom: 2.5rem;
}

.contact-row-item {
  display: flex;
  align-items: flex-start;
  gap: 1.15rem;
}

.contact-icon-sq {
  width: 44px;
  height: 44px;
  border-radius: 10px;
  background: var(--primary-soft);
  border: 1px solid #bfdbfe;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--primary);
  font-size: 1.2rem;
  flex-shrink: 0;
}

.contact-meta {
  max-width: 100%;
  word-break: break-word;
  overflow-wrap: anywhere;
}

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

.contact-meta p, .contact-meta a {
  font-size: 1rem;
  color: var(--text-main);
  font-weight: 600;
  word-break: break-word;
  overflow-wrap: anywhere;
  display: inline-block;
  max-width: 100%;
}

.contact-meta a:hover {
  color: var(--primary);
}

/* Contact Form */
.form-box-clean {
  background: #f8fafc;
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-md);
  padding: 2.25rem;
  max-width: 100%;
  box-sizing: border-box;
}

@media (max-width: 768px) {
  .contact-card-clean {
    grid-template-columns: 1fr;
    padding: 1.5rem 1rem;
    gap: 2rem;
  }
  .form-box-clean {
    padding: 1.5rem 1rem;
  }
  .wizard-card-wrapper {
    padding: 1.5rem 1rem;
  }
  .pillar-pane-card {
    padding: 1.5rem 1rem;
    gap: 1.5rem;
  }
  .pane-side-box {
    padding: 1.25rem 1rem;
  }
  .nda-banner-clean {
    padding: 1.25rem 1rem;
  }
  .hero-visual-card {
    padding: 1.25rem 1rem;
  }
  .five-pillars-hero-grid {
    grid-template-columns: 1fr;
  }
  .five-pillar-item.featured-wide {
    grid-column: span 1;
  }
  .wizard-select-item[data-val="it"] {
    grid-column: span 1 !important;
  }
  .hero-title {
    font-size: 1.85rem;
    word-break: break-word;
  }
  .section-title {
    font-size: 1.75rem;
    word-break: break-word;
  }
}

@media (max-width: 480px) {
  .brand-logo-img {
    height: 36px;
  }
  .brand-name {
    font-size: 1rem;
  }
  .brand-sub {
    font-size: 0.6rem;
  }
  .btn {
    padding: 0.75rem 1.25rem;
    font-size: 0.88rem;
  }
  .stats-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
  .hero-cta-group .btn {
    width: 100%;
  }
}

.contact-form-clean {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}

.form-group-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.2rem;
}

@media (max-width: 600px) {
  .form-group-row {
    grid-template-columns: 1fr;
  }
}

.form-group {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}

.form-label {
  font-size: 0.88rem;
  font-weight: 700;
  color: var(--text-main);
}

.form-control {
  width: 100%;
  padding: 0.8rem 1rem;
  background: #ffffff;
  border: 1.5px solid var(--border-subtle);
  border-radius: var(--radius-xs);
  color: var(--text-main);
  font-family: var(--font-sans);
  font-size: 0.95rem;
  transition: var(--transition);
}

.form-control:focus {
  outline: none;
  border-color: var(--primary);
  box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.12);
}

select.form-control {
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%2364748b' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 1rem center;
  background-size: 16px;
  cursor: pointer;
}

textarea.form-control {
  resize: vertical;
  min-height: 110px;
}

/* ==========================================================================
   FLOATING WHATSAPP BUTTON
   ========================================================================== */
.floating-wa-btn {
  position: fixed;
  bottom: 28px;
  right: 28px;
  z-index: 999;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  background: #25d366;
  color: #ffffff;
  padding: 0.85rem 1.4rem;
  border-radius: var(--radius-full);
  box-shadow: 0 6px 20px rgba(37, 211, 102, 0.4);
  font-weight: 700;
  font-size: 0.95rem;
  text-decoration: none;
  transition: var(--transition);
}

.floating-wa-btn:hover {
  background: #20ba5a;
  transform: translateY(-4px);
  box-shadow: 0 10px 25px rgba(37, 211, 102, 0.55);
  color: #ffffff;
}

@media (max-width: 600px) {
  .floating-wa-btn span {
    display: none;
  }
  .floating-wa-btn {
    padding: 0.9rem;
    border-radius: 50%;
    bottom: 20px;
    right: 20px;
  }
}

/* ==========================================================================
   FOOTER (EXECUTIVE CORPORATE)
   ========================================================================== */
.site-footer {
  background: #0f172a;
  color: #94a3b8;
  padding: 4.5rem 0 2rem 0;
  position: relative;
  z-index: 1;
}

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

@media (max-width: 991px) {
  .footer-top-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 2.5rem;
  }
}

@media (max-width: 600px) {
  .footer-top-grid {
    grid-template-columns: 1fr;
  }
}

.footer-brand p {
  font-size: 0.92rem;
  color: #94a3b8;
  line-height: 1.65;
  margin: 1.25rem 0 1.5rem 0;
}

.footer-col h4 {
  font-size: 1.1rem;
  margin-bottom: 1.35rem;
  color: #ffffff;
  position: relative;
  padding-bottom: 0.5rem;
}

.footer-col h4::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 30px;
  height: 2px;
  background: #38bdf8;
}

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

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

.footer-links a:hover {
  color: #ffffff;
  padding-left: 4px;
}

.footer-bottom-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 0.85rem;
  color: #64748b;
}

@media (max-width: 768px) {
  .footer-bottom-bar {
    flex-direction: column;
    gap: 1rem;
    text-align: center;
  }
}
