/* ==========================================================================
   DIRECT INFO — Premium Design System (RadarCen Style)
   Palette: Blue (#3b82f6) + Clean White/Light-Blue backgrounds
   ========================================================================== */

@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700;800;900&family=Plus+Jakarta+Sans:wght@400;500;600;700;800&display=swap');

:root {
  /* Fonts */
  --font-main: 'Plus Jakarta Sans', system-ui, sans-serif;
  --font-heading: 'Outfit', sans-serif;

  /* Transitions */
  --transition-smooth: 0.45s cubic-bezier(0.16, 1, 0.3, 1);
  --transition-fast: 0.2s cubic-bezier(0.16, 1, 0.3, 1);

  /* Borders */
  --radius-xl: 32px;
  --radius-lg: 24px;
  --radius-md: 16px;
  --radius-sm: 10px;

  --max-width: 1240px;
}

/* ── LIGHT THEME (default) ── */
:root, [data-theme="light"] {
  --bg: #f8fafc;
  --bg-gradient: radial-gradient(circle at top right, #ffffff, #f1f5f9 60%, #e2e8f0);
  --bg-bento: rgba(255, 255, 255, 0.80);
  --bg-bento-hover: rgba(255, 255, 255, 0.98);
  --bg-header: rgba(248, 250, 252, 0.85);
  --border: rgba(0, 0, 0, 0.07);
  --border-hover: rgba(59, 130, 246, 0.4);
  --text: #0f172a;
  --text-muted: #475569;
  --text-dim: #94a3b8;
  --primary: #2563eb;
  --primary-light: #3b82f6;
  --primary-glow: rgba(59, 130, 246, 0.10);
  --accent: #0ea5e9;
  --accent-glow: rgba(14, 165, 233, 0.15);
  --shadow: 0 12px 40px rgba(0, 0, 0, 0.07), 0 2px 8px rgba(0, 0, 0, 0.04);
  --shadow-hover: 0 20px 50px rgba(59, 130, 246, 0.15), 0 4px 16px rgba(0, 0, 0, 0.06);
  --blur: blur(24px);
  --glow: 0 0 30px rgba(59, 130, 246, 0.15);
}

/* ── DARK THEME ── */
[data-theme="dark"] {
  --bg: #111827;
  --bg-gradient: radial-gradient(circle at top right, #1e293b, #111827 48%, #0f172a);
  --bg-bento: rgba(24, 24, 27, 0.55);
  --bg-bento-hover: rgba(39, 39, 42, 0.75);
  --bg-header: rgba(17, 24, 39, 0.88);
  --border: rgba(255, 255, 255, 0.08);
  --border-hover: rgba(96, 165, 250, 0.5);
  --text: #f8fafc;
  --text-muted: #94a3b8;
  --text-dim: #64748b;
  --primary: #3b82f6;
  --primary-light: #60a5fa;
  --primary-glow: rgba(59, 130, 246, 0.18);
  --accent: #38bdf8;
  --accent-glow: rgba(56, 189, 248, 0.18);
  --shadow: 0 12px 40px rgba(0, 0, 0, 0.5);
  --shadow-hover: 0 24px 60px rgba(59, 130, 246, 0.2), 0 0 40px rgba(59, 130, 246, 0.1);
  --blur: blur(24px);
  --glow: 0 0 30px rgba(59, 130, 246, 0.25);
}

/* ==========================================================================
   Base
   ========================================================================== */

*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

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

body {
  background-color: var(--bg);
  background-image: var(--bg-gradient);
  background-attachment: fixed;
  color: var(--text);
  font-family: var(--font-main);
  line-height: 1.6;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  transition: background-color var(--transition-smooth), color var(--transition-smooth);
}

h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-heading);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.15;
}

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

ul { list-style: none; }

button, input, textarea, select {
  font-family: inherit;
  color: inherit;
  border: none;
  background: none;
}

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

.container {
  width: 100%;
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 0 24px;
}

/* ==========================================================================
   Typography
   ========================================================================== */

.gradient-text {
  background: linear-gradient(135deg, var(--primary) 0%, var(--primary-light) 50%, var(--accent) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}

.accent-text { color: var(--accent); }

.section-tag {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 20px;
  background: linear-gradient(135deg, rgba(37, 99, 235, 0.12) 0%, rgba(59, 130, 246, 0.05) 100%);
  border: 1.5px solid rgba(59, 130, 246, 0.35);
  border-radius: 50px;
  font-size: 0.78rem;
  font-weight: 800;
  margin-bottom: 20px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-family: var(--font-heading);
  color: var(--primary);
  box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.8), 0 6px 20px rgba(37, 99, 235, 0.12);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  position: relative;
}

.section-tag i {
  font-size: 0.9rem;
  color: #2563eb;
  filter: drop-shadow(0 2px 4px rgba(37, 99, 235, 0.3));
  transition: transform 0.3s ease;
}

.section-tag:hover {
  transform: translateY(-2px) scale(1.03);
  border-color: rgba(37, 99, 235, 0.6);
  box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.9), 0 10px 25px rgba(37, 99, 235, 0.22);
}

.section-tag:hover i {
  transform: scale(1.2) rotate(8deg);
}

[data-theme="dark"] .section-tag {
  background: linear-gradient(135deg, rgba(59, 130, 246, 0.2) 0%, rgba(15, 23, 42, 0.6) 100%);
  border-color: rgba(96, 165, 250, 0.4);
  color: #60a5fa;
  box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.15), 0 6px 20px rgba(0, 0, 0, 0.4);
}

.section-title {
  font-size: clamp(2rem, 3.5vw, 2.8rem);
  line-height: 1.15;
  margin-bottom: 16px;
  font-weight: 900;
}

.section-desc {
  font-size: 1.05rem;
  color: var(--text-muted);
  max-width: 640px;
  margin-bottom: 40px;
  line-height: 1.7;
}

/* ==========================================================================
   Floating Pill Header (RadarCen style)
   ========================================================================== */

.site-header {
  position: fixed;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 40px);
  max-width: 1200px;
  height: 64px;
  border-radius: 32px;
  background: var(--bg-bento);
  border: 1px solid var(--border);
  backdrop-filter: var(--blur);
  -webkit-backdrop-filter: var(--blur);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 24px;
  z-index: 1000;
  box-shadow: var(--shadow);
  transition: all var(--transition-fast);
}

.site-header.scrolled {
  box-shadow: var(--shadow), 0 0 0 1px rgba(59, 130, 246, 0.08);
}

/* Brand / Logo */
.brand {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 800;
  font-size: 1.2rem;
  font-family: var(--font-heading);
  flex-shrink: 0;
  min-width: 0;
}

.brand-emblem {
  width: 40px;
  height: 40px;
  background: linear-gradient(135deg, #1d4ed8 0%, #2563eb 50%, #3b82f6 100%);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 1.15rem;
  box-shadow: 0 4px 14px rgba(37, 99, 235, 0.35);
  flex-shrink: 0;
  transition: transform 0.3s ease;
}

.brand-emblem i {
  color: #ffffff !important;
  font-size: 1.15rem;
}

.brand:hover .brand-emblem {
  transform: scale(1.08);
}

/* Text block: brand name + slogan stacked vertically */
.brand-text-block {
  display: flex;
  flex-direction: column;
  gap: 1px;
  min-width: 0;
}

.brand-text {
  font-weight: 900;
  font-size: 1.15rem;
  letter-spacing: -0.02em;
  color: var(--text);
  white-space: nowrap;
  line-height: 1.1;
}

.brand-text span {
  font-weight: 900;
  color: var(--primary);
}

.brand-slogan {
  font-size: 0.65rem;
  font-weight: 500;
  color: var(--text-dim);
  white-space: nowrap;
  letter-spacing: 0.01em;
  line-height: 1.2;
  display: none;
}

@media(min-width: 640px) {
  .brand-slogan { display: block; }
}

/* Main Nav */
.main-nav {
  display: none;
  align-items: center;
  gap: 4px;
}

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

.main-nav a {
  color: var(--text-muted);
  font-weight: 600;
  font-size: 0.88rem;
  padding: 8px 14px;
  border-radius: 20px;
  transition: all var(--transition-fast);
  display: flex;
  align-items: center;
  gap: 6px;
}

.main-nav a:hover, .main-nav a.active {
  color: var(--text);
  background: rgba(0, 0, 0, 0.05);
}

[data-theme="dark"] .main-nav a:hover,
[data-theme="dark"] .main-nav a.active {
  background: rgba(255, 255, 255, 0.07);
  color: var(--text);
}

/* Solutions Dropdown */
.nav-item-dropdown { position: relative; display: inline-block; }

.nav-item-dropdown .dropdown-menu {
  position: absolute;
  top: calc(100% + 12px);
  left: 50%;
  transform: translateX(-50%) translateY(8px);
  background: var(--bg-bento);
  border: 1px solid var(--border);
  border-radius: 20px;
  padding: 8px;
  min-width: 240px;
  box-shadow: var(--shadow);
  backdrop-filter: var(--blur);
  -webkit-backdrop-filter: var(--blur);
  opacity: 0;
  visibility: hidden;
  transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
  z-index: 1010;
}

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

.nav-item-dropdown .dropdown-menu a {
  display: block;
  padding: 10px 16px;
  font-weight: 600;
  font-size: 0.88rem;
  color: var(--text-muted);
  border-radius: 12px;
  text-align: left;
}

.nav-item-dropdown .dropdown-menu a:hover {
  background: var(--primary-glow);
  color: var(--primary);
}

/* Header Actions */
.header-actions {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-shrink: 0;
}

/* Language Switcher */
.lang-row {
  display: flex;
  align-items: center;
  background: rgba(0, 0, 0, 0.08);
  padding: 4px;
  border-radius: 16px;
  border: 1px solid var(--border);
  gap: 2px;
}

[data-theme="dark"] .lang-row {
  background: rgba(255, 255, 255, 0.05);
}

.lang-item {
  font-size: 0.75rem;
  font-weight: 800;
  color: var(--text-dim);
  padding: 5px 10px;
  border-radius: 12px;
  border: none;
  background: transparent;
  cursor: pointer;
  transition: all var(--transition-fast);
  letter-spacing: 0.04em;
}

.lang-item:hover, .lang-item.active {
  background: linear-gradient(135deg, var(--primary), var(--primary-light));
  color: #fff;
  box-shadow: 0 4px 12px rgba(59, 130, 246, 0.3);
}

/* Theme Toggle */
.theme-toggle {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid var(--border);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background: var(--bg-bento);
  transition: all var(--transition-fast);
  color: var(--text);
}

.theme-toggle:hover {
  background: var(--primary-glow);
  border-color: var(--primary-light);
  color: var(--primary);
  transform: scale(1.1) rotate(15deg);
}

.theme-toggle .fa-sun { display: none; }
[data-theme="dark"] .theme-toggle .fa-moon { display: none; }
[data-theme="dark"] .theme-toggle .fa-sun { display: block; }

/* Mobile Nav Toggle */
.mobile-nav-toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 12px;
  border: 1px solid var(--border);
  cursor: pointer;
  background: var(--bg-bento);
  font-size: 1rem;
  color: var(--text);
}

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

/* Mobile Menu Panel */
.mobile-menu-panel {
  position: fixed;
  top: 96px;
  left: 20px;
  right: 20px;
  background: var(--bg-bento);
  border: 1px solid var(--border);
  border-radius: 24px;
  padding: 16px;
  z-index: 999;
  box-shadow: var(--shadow);
  backdrop-filter: var(--blur);
  -webkit-backdrop-filter: var(--blur);
  transform: translateY(-10px);
  opacity: 0;
  visibility: hidden;
  transition: all var(--transition-smooth);
}

.mobile-menu-panel.open {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}

.mobile-menu-panel ul {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.mobile-menu-panel ul a {
  display: block;
  padding: 12px 16px;
  border-radius: 14px;
  font-weight: 600;
  font-size: 0.95rem;
  color: var(--text-muted);
}

.mobile-menu-panel ul a:hover, .mobile-menu-panel ul a.active {
  color: var(--primary);
  background: var(--primary-glow);
}

/* Contact Info Header — hidden */
.contact-info-header { display: none; }

/* ==========================================================================
   Hero Glow Animation (RadarCen style)
   ========================================================================== */

.hero-glow {
  position: absolute;
  width: 600px;
  height: 600px;
  background: var(--primary-light);
  opacity: 0.12;
  filter: blur(100px);
  border-radius: 50%;
  z-index: 0;
  pointer-events: none;
  animation: heroGlowPulse 8s infinite alternate;
}

[data-theme="dark"] .hero-glow { opacity: 0.18; }

@keyframes heroGlowPulse {
  0% { transform: scale(1); opacity: 0.09; }
  100% { transform: scale(1.25); opacity: 0.18; }
}

/* 3D Hero Floating Chips */
.tag-3d-chip-hero {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 18px;
  background: var(--bg-bento);
  border: 1px solid var(--border);
  border-radius: 30px;
  font-size: 0.88rem;
  font-weight: 700;
  color: var(--text);
  box-shadow: 0 4px 14px rgba(37, 99, 235, 0.1);
  backdrop-filter: var(--blur);
  -webkit-backdrop-filter: var(--blur);
  transition: transform 0.3s ease, border-color 0.3s ease;
}

.tag-3d-chip-hero i {
  color: var(--primary);
}

.tag-3d-chip-hero:hover {
  transform: translateY(-3px) scale(1.04);
  border-color: var(--primary);
  box-shadow: 0 8px 20px rgba(37, 99, 235, 0.2);
}

/* Hero 3D Showcase Banner */
.hero-3d-showcase-container {
  position: relative;
  width: 100%;
  max-width: 1100px;
  margin: 60px auto 0 auto;
  border-radius: var(--radius-xl);
  border: 1px solid var(--border);
  box-shadow: 0 30px 80px rgba(37, 99, 235, 0.18);
  overflow: hidden;
  background: #ffffff;
}

.hero-3d-showcase-container img {
  width: 100%;
  height: auto;
  max-height: 540px;
  object-fit: cover;
  display: block;
}


/* ==========================================================================
   3D Tilt Cards & Volumetric 3D Badges (RadarCen Style)
   ========================================================================== */

.tilt-card {
  transition: transform 0.2s cubic-bezier(0.16, 1, 0.3, 1), box-shadow var(--transition-smooth), border-color var(--transition-smooth);
  transform-style: preserve-3d;
  will-change: transform;
  position: relative;
}

.tilt-card:hover {
  transform: translateY(-10px) rotateX(4deg) rotateY(-4deg);
  box-shadow: 0 24px 60px rgba(37, 99, 235, 0.16), 0 8px 24px rgba(0, 0, 0, 0.06);
  border-color: rgba(37, 99, 235, 0.4);
}

/* 3D Depth Layers inside cards */
.tilt-card .icon-3d-badge {
  transform: translateZ(35px);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.tilt-card:hover .icon-3d-badge {
  transform: translateZ(45px) scale(1.08) rotate(-4deg);
  box-shadow: 0 12px 28px rgba(37, 99, 235, 0.35);
}

.tilt-card .card-3d-title {
  transform: translateZ(25px);
}

.tilt-card .card-3d-bullets {
  transform: translateZ(20px);
}

.tilt-card .tag-3d-chip {
  transform: translateZ(30px);
  z-index: 10;
}

/* Isolated 3D Cutout Container inside Bento Cards (RadarCen Style) */
.card-3d-image-wrap {
  width: 100%;
  height: 185px;
  border-radius: 16px;
  overflow: hidden;
  position: relative;
  border: 1px solid var(--border);
  transform: translateZ(25px);
  transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.35s ease;
  background: linear-gradient(180deg, #ffffff 0%, #f4f8ff 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
}

.card-3d-image-wrap img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  filter: drop-shadow(0 12px 24px rgba(37, 99, 235, 0.18));
  transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1), filter 0.3s ease;
}

.tilt-card:hover .card-3d-image-wrap {
  transform: translateZ(35px) scale(1.02);
  box-shadow: 0 14px 32px rgba(37, 99, 235, 0.22);
}

.tilt-card:hover .card-3d-image-wrap img {
  transform: scale(1.1) translateY(-4px);
  filter: drop-shadow(0 18px 32px rgba(37, 99, 235, 0.28));
}


/* Option 2: Volumetric CSS 3D Glassmorphism Visual Stage (No heavy img dependence) */
.css-3d-stage {
  width: 100%;
  height: 140px;
  border-radius: 16px;
  background: linear-gradient(135deg, #f0f7ff 0%, #e0effe 100%);
  border: 1px solid rgba(37, 99, 235, 0.12);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  transform: translateZ(25px);
  transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.35s ease;
}

.css-3d-stage::before {
  content: '';
  position: absolute;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(59, 130, 246, 0.15) 0%, transparent 70%);
  animation: heroGlowPulse 4s infinite alternate;
}

.css-3d-floating-group {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  position: relative;
  z-index: 2;
  transition: transform 0.3s ease;
}

.tilt-card:hover .css-3d-stage {
  transform: translateZ(35px) scale(1.02);
  box-shadow: 0 14px 32px rgba(37, 99, 235, 0.15);
}

.tilt-card:hover .css-3d-floating-group {
  transform: translateY(-6px) scale(1.08);
}

.css-3d-glass-chip {
  padding: 6px 14px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(37, 99, 235, 0.2);
  font-size: 0.8rem;
  font-weight: 800;
  color: var(--text);
  box-shadow: 0 6px 16px rgba(37, 99, 235, 0.12);
  display: flex;
  align-items: center;
  gap: 6px;
}

/* Stats Row - Single Line Responsive Utility */
@media(max-width: 992px) {
  .stats-grid-single-line {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}
@media(max-width: 576px) {
  .stats-grid-single-line {
    grid-template-columns: 1fr !important;
  }
}

/* 3D Icon Badge Container */
.icon-3d-badge {
  width: 54px;
  height: 54px;
  border-radius: 16px;
  background: linear-gradient(135deg, #2563eb 0%, #3b82f6 50%, #60a5fa 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 1.45rem;
  box-shadow: 0 8px 20px rgba(37, 99, 235, 0.25), inset 0 2px 4px rgba(255, 255, 255, 0.4);
  position: relative;
  flex-shrink: 0;
}

.icon-3d-badge::after {
  content: '';
  position: absolute;
  inset: -1px;
  border-radius: 17px;
  background: linear-gradient(135deg, rgba(255,255,255,0.6), rgba(255,255,255,0));
  pointer-events: none;
  opacity: 0.6;
}

/* Variant 3D Icon colors for visual variety */
.icon-3d-badge.cyan { background: linear-gradient(135deg, #0284c7 0%, #38bdf8 100%); box-shadow: 0 8px 20px rgba(14, 165, 233, 0.25); }
.icon-3d-badge.emerald { background: linear-gradient(135deg, #059669 0%, #34d399 100%); box-shadow: 0 8px 20px rgba(16, 185, 129, 0.25); }
.icon-3d-badge.purple { background: linear-gradient(135deg, #7c3aed 0%, #a78bfa 100%); box-shadow: 0 8px 20px rgba(124, 58, 237, 0.25); }
.icon-3d-badge.amber { background: linear-gradient(135deg, #d97706 0%, #fbbf24 100%); box-shadow: 0 8px 20px rgba(217, 119, 6, 0.25); }
.icon-3d-badge.rose { background: linear-gradient(135deg, #e11d48 0%, #fb7185 100%); box-shadow: 0 8px 20px rgba(225, 29, 72, 0.25); }

/* 3D Chip / Tag */
.tag-3d-chip {
  position: absolute;
  top: 20px;
  right: 20px;
  padding: 4px 12px;
  border-radius: 20px;
  font-size: 0.75rem;
  font-weight: 800;
  font-family: var(--font-heading);
  letter-spacing: 0.04em;
  background: var(--primary-glow);
  color: var(--primary);
  border: 1px solid rgba(37, 99, 235, 0.2);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.03);
}

/* Bullet list inside cards */
.service-bullet-list {
  list-style: none;
  padding: 0;
  margin: 16px 0 0 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.service-bullet-list li {
  font-size: 0.88rem;
  color: var(--text-muted);
  display: flex;
  align-items: center;
  gap: 8px;
  line-height: 1.4;
}

.service-bullet-list li i {
  color: var(--primary);
  font-size: 0.82rem;
  flex-shrink: 0;
}


/* ==========================================================================
   Hero Section
   ========================================================================== */

.hero-section {
  padding-top: 140px;
  padding-bottom: 60px;
  position: relative;
  overflow: hidden;
}

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

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

.hero-content { text-align: left; }

.hero-title {
  font-size: clamp(2.4rem, 5vw, 4rem);
  font-weight: 900;
  line-height: 1.08;
  margin-bottom: 20px;
}

.hero-title span { display: block; }

.hero-subtitle {
  font-size: 1.1rem;
  color: var(--text-muted);
  margin-bottom: 32px;
  max-width: 580px;
  line-height: 1.7;
}

.hero-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

/* Buttons */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 13px 26px;
  border-radius: 14px;
  font-weight: 700;
  font-size: 0.9rem;
  cursor: pointer;
  transition: all var(--transition-fast);
}

.btn-primary {
  background: linear-gradient(135deg, var(--primary), var(--primary-light));
  color: #fff;
  box-shadow: 0 8px 24px rgba(59, 130, 246, 0.28);
}

.btn-primary:hover {
  transform: translateY(-2px);
  filter: brightness(1.08);
  box-shadow: 0 12px 32px rgba(59, 130, 246, 0.38);
}

.btn-secondary {
  border: 1px solid var(--border);
  background: var(--bg-bento);
  color: var(--text);
}

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

.btn:active { transform: scale(0.96) !important; }

/* Hero Visual */
.hero-visual {
  position: relative;
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-hover);
  border: 1px solid var(--border);
  aspect-ratio: 16/10;
  background: #e8f4fd;
}

.hero-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 8s ease;
}

.hero-visual:hover img { transform: scale(1.04); }

/* ==========================================================================
   Glass Bento Card
   ========================================================================== */

.bento-card {
  background: var(--bg-bento);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 28px;
  box-shadow: var(--shadow);
  backdrop-filter: var(--blur);
  -webkit-backdrop-filter: var(--blur);
  transition: transform var(--transition-smooth), border-color var(--transition-smooth), box-shadow var(--transition-smooth);
  position: relative;
  overflow: hidden;
}

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

/* ==========================================================================
   Stats Grid (Achievements)
   ========================================================================== */

.stats-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-top: 50px;
}

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

.stat-card { text-align: center; padding: 28px 20px; }

.stat-num {
  font-family: var(--font-heading);
  font-size: 2.5rem;
  font-weight: 900;
  line-height: 1;
  color: var(--primary);
  margin-bottom: 8px;
}

@media(min-width: 992px) { .stat-num { font-size: 3rem; } }

.stat-label {
  font-size: 0.82rem;
  font-weight: 700;
  color: var(--text-muted);
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

/* ==========================================================================
   Industry Cards (Index page)
   ========================================================================== */

.markets-section { padding: 80px 0; }

.markets-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}

@media(min-width: 768px) { .markets-grid { grid-template-columns: repeat(2, 1fr); } }
@media(min-width: 1200px) {
  .markets-grid {
    grid-template-columns: 1.2fr 0.8fr 1fr;
    grid-template-rows: 250px 250px;
  }
  .market-healthcare { grid-column: 1/2; grid-row: 1/3; }
  .market-telecom { grid-column: 2/4; grid-row: 1/2; }
  .market-gov { grid-column: 2/3; grid-row: 2/3; }
  .market-consulting { grid-column: 3/4; grid-row: 2/3; }
}

.market-card {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 220px;
  color: #fff;
  border: 1px solid var(--border);
  position: relative;
  overflow: hidden;
  border-radius: var(--radius-lg);
  padding: 30px;
  box-shadow: var(--shadow);
  transition: transform var(--transition-smooth), box-shadow var(--transition-smooth);
}

.market-card-bg {
  position: absolute; top: 0; left: 0; right: 0; bottom: 0;
  z-index: 1; background-size: cover; background-position: center;
  transition: transform 6s ease;
}

.market-card-overlay {
  position: absolute; top: 0; left: 0; right: 0; bottom: 0;
  z-index: 2;
  background: linear-gradient(to top, rgba(15,23,42,0.92) 0%, rgba(15,23,42,0.4) 60%, rgba(15,23,42,0.1) 100%);
}

.market-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-hover); }
.market-card:hover .market-card-bg { transform: scale(1.06); }

.market-card-content { position: relative; z-index: 3; }

.market-card-icon {
  width: 48px; height: 48px; border-radius: 14px;
  background: rgba(255,255,255,0.15); backdrop-filter: blur(8px);
  display: flex; align-items: center; justify-content: center;
  font-size: 1.25rem; margin-bottom: 16px;
  border: 1px solid rgba(255,255,255,0.25); color: #fff;
  transition: all var(--transition-fast);
}

.market-card:hover .market-card-icon {
  background: linear-gradient(135deg, var(--primary), var(--primary-light));
  border-color: transparent;
  transform: scale(1.1);
}

.market-card-title { font-size: 1.45rem; font-weight: 800; margin-bottom: 8px; }

.market-card-desc {
  font-size: 0.875rem; color: rgba(255,255,255,0.82);
  opacity: 0; max-height: 0; overflow: hidden;
  transition: all var(--transition-smooth);
}

.market-card:hover .market-card-desc { opacity: 1; max-height: 80px; margin-top: 8px; }

/* ==========================================================================
   Services Section
   ========================================================================== */

.services-section { padding: 80px 0; }

.services-filter {
  display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 32px;
}

.filter-btn {
  padding: 9px 20px;
  border-radius: 999px;
  font-size: 0.85rem;
  font-weight: 700;
  cursor: pointer;
  border: 1px solid var(--border);
  background: var(--bg-bento);
  transition: all var(--transition-fast);
  color: var(--text-muted);
}

.filter-btn:hover { border-color: var(--primary-light); color: var(--primary); }

.filter-btn.active {
  background: linear-gradient(135deg, var(--primary), var(--primary-light));
  color: #fff;
  border-color: transparent;
  box-shadow: 0 4px 14px rgba(59, 130, 246, 0.28);
}

.services-grid { display: grid; grid-template-columns: 1fr; gap: 24px; }

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

.service-card { display: flex; flex-direction: column; height: 100%; }

.service-icon {
  width: 52px; height: 52px; border-radius: 14px;
  background: var(--primary-glow); color: var(--primary);
  display: flex; align-items: center; justify-content: center;
  font-size: 1.5rem; margin-bottom: 20px;
  border: 1px solid rgba(59, 130, 246, 0.2);
  transition: all var(--transition-fast);
}

.service-card:hover .service-icon {
  background: linear-gradient(135deg, var(--primary), var(--primary-light));
  color: #fff;
  transform: scale(1.1) rotate(5deg);
  border-color: transparent;
}

.service-title { font-size: 1.2rem; font-weight: 800; margin-bottom: 12px; }

.service-features-list { margin: 16px 0 24px; display: flex; flex-direction: column; gap: 8px; }

.service-features-list li {
  font-size: 0.85rem; color: var(--text-muted);
  display: flex; align-items: center; gap: 8px;
}

.service-features-list li i { color: var(--primary); font-size: 0.8rem; }

.service-card-footer {
  margin-top: auto; padding-top: 16px; border-top: 1px solid var(--border);
}

.service-more-link {
  font-size: 0.875rem; font-weight: 700; color: var(--primary);
  display: inline-flex; align-items: center; gap: 6px; cursor: pointer;
}

.service-more-link i { transition: transform var(--transition-fast); }
.service-more-link:hover i { transform: translateX(4px); }

/* ==========================================================================
   Dashboard Section
   ========================================================================== */

.dashboard-section { padding: 80px 0; }
.dashboard-wrapper { margin-top: 30px; }
.dashboard-card { padding: 0; overflow: hidden; }

.dashboard-header-bar {
  display: flex; flex-direction: column; gap: 16px;
  padding: 24px 30px; border-bottom: 1px solid var(--border);
}

@media(min-width: 768px) {
  .dashboard-header-bar { flex-direction: row; align-items: center; justify-content: space-between; }
}

.dashboard-title-area { display: flex; align-items: center; gap: 12px; }

.dashboard-status-dot {
  width: 10px; height: 10px; border-radius: 50%;
  background: #10b981; box-shadow: 0 0 10px #10b981;
  animation: pulse 2s infinite;
}

.dashboard-tabs { display: flex; gap: 8px; }

.db-tab-btn {
  padding: 8px 16px; border-radius: 10px; font-size: 0.85rem; font-weight: 700;
  cursor: pointer; border: 1px solid var(--border); background: var(--bg);
  transition: all var(--transition-fast); color: var(--text-muted);
}

.db-tab-btn:hover { color: var(--primary); border-color: var(--primary-light); }
.db-tab-btn.active {
  background: linear-gradient(135deg, var(--primary), var(--primary-light));
  color: #fff; border-color: transparent;
}

.dashboard-content-area { position: relative; min-height: 380px; padding: 30px; }

.chart-grid { display: grid; grid-template-columns: 1fr; gap: 30px; }
@media(min-width: 992px) { .chart-grid { grid-template-columns: 1fr 1fr; } }

.chart-container { position: relative; width: 100%; height: 280px; }

.dashboard-lock-overlay {
  position: absolute; top: 0; left: 0; right: 0; bottom: 0; z-index: 50;
  background: rgba(248, 250, 252, 0.55);
  backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px);
  display: flex; align-items: center; justify-content: center; padding: 30px;
  opacity: 0; visibility: hidden; transition: all var(--transition-smooth);
}

[data-theme="dark"] .dashboard-lock-overlay {
  background: rgba(17, 24, 39, 0.55);
}

.dashboard-lock-overlay.active { opacity: 1; visibility: visible; }

.lock-card {
  background: var(--bg-bento); border: 1px solid var(--border);
  border-radius: var(--radius-lg); padding: 35px 30px; text-align: center;
  max-width: 440px; box-shadow: var(--shadow);
  transform: translateY(20px); transition: transform var(--transition-smooth);
}

.dashboard-lock-overlay.active .lock-card { transform: translateY(0); }

.lock-icon-wrapper {
  width: 64px; height: 64px; border-radius: 50%;
  background: var(--primary-glow); color: var(--primary);
  display: flex; align-items: center; justify-content: center;
  font-size: 1.75rem; margin: 0 auto 20px auto;
  border: 1px solid rgba(59, 130, 246, 0.2);
}

.lock-card h4 { font-size: 1.25rem; margin-bottom: 12px; }
.lock-card p { font-size: 0.875rem; color: var(--text-muted); margin-bottom: 24px; }

/* ==========================================================================
   Company Section
   ========================================================================== */

.company-section { padding: 80px 0; }

.company-grid { display: grid; grid-template-columns: 1fr; gap: 30px; align-items: center; }
@media(min-width: 992px) { .company-grid { grid-template-columns: 1fr 1fr; } }

.company-text p { color: var(--text-muted); margin-bottom: 20px; font-size: 1.05rem; }

.company-stats { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-top: 30px; }

.comp-stat { padding-left: 16px; border-left: 3px solid var(--primary); }

.comp-stat-num {
  font-family: var(--font-heading); font-size: 1.75rem; font-weight: 900; color: var(--text);
}

.comp-stat-label { font-size: 0.8rem; color: var(--text-dim); }

/* Reviews */
.reviews-container { margin-top: 50px; }
.review-slider { position: relative; overflow: hidden; }
.review-slides-wrapper { display: flex; transition: transform var(--transition-smooth); }
.review-slide { flex: 0 0 100%; width: 100%; }
.review-card { padding: 30px; }

.review-header { display: flex; align-items: center; gap: 16px; margin-bottom: 20px; }

.review-avatar-text {
  width: 48px; height: 48px; border-radius: 50%;
  background: linear-gradient(135deg, var(--primary), var(--primary-light));
  color: #fff; display: flex; align-items: center; justify-content: center;
  font-weight: 800; font-size: 1.1rem;
}

.review-client-name { font-weight: 700; font-size: 1.05rem; }
.review-client-meta { font-size: 0.8rem; color: var(--text-dim); }

.review-text {
  font-size: 1rem; font-style: italic;
  color: var(--text-muted); position: relative; padding-left: 20px;
}

.review-text::before {
  content: '"'; font-family: Georgia, serif; font-size: 3rem;
  color: var(--primary-glow); position: absolute; left: -5px; top: -15px;
}

.slider-controls { display: flex; justify-content: flex-end; gap: 10px; margin-top: 20px; }

.slider-btn {
  width: 40px; height: 40px; border-radius: 50%; border: 1px solid var(--border);
  display: flex; align-items: center; justify-content: center;
  cursor: pointer; background: var(--bg-bento);
  transition: all var(--transition-fast); color: var(--text);
}

.slider-btn:hover {
  background: linear-gradient(135deg, var(--primary), var(--primary-light));
  color: #fff; border-color: transparent;
}

/* Vacancies */
.vacancies-area { margin-top: 60px; }
.vacancy-list { display: grid; grid-template-columns: 1fr; gap: 16px; margin-top: 20px; }
@media(min-width: 768px) { .vacancy-list { grid-template-columns: 1fr 1fr; } }

.vacancy-item { display: flex; flex-direction: column; justify-content: space-between; height: 100%; }
.vacancy-title { font-size: 1.1rem; font-weight: 700; margin-bottom: 6px; }
.vacancy-meta { font-size: 0.8rem; color: var(--text-dim); margin-bottom: 12px; }
.vacancy-btn { font-size: 0.85rem; font-weight: 700; color: var(--primary); display: inline-flex; align-items: center; gap: 6px; margin-top: 10px; }

/* Client Logos */
.clients-carousel { margin-top: 60px; padding: 30px 0; border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }
.clients-title { text-align: center; font-size: 0.85rem; text-transform: uppercase; color: var(--text-dim); letter-spacing: 0.06em; margin-bottom: 24px; }

.logo-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; align-items: center; justify-items: center; }
@media(min-width: 576px) { .logo-grid { grid-template-columns: repeat(3, 1fr); } }
@media(min-width: 768px) { .logo-grid { grid-template-columns: repeat(6, 1fr); } }

.client-logo-item {
  font-family: var(--font-heading); font-weight: 900; font-size: 1.1rem;
  color: var(--text-dim); opacity: 0.6; transition: all var(--transition-fast);
  padding: 10px; letter-spacing: -0.03em; text-transform: uppercase;
}

.client-logo-item:hover { opacity: 1; color: var(--primary); transform: scale(1.06); }

/* ==========================================================================
   News Section
   ========================================================================== */

.news-section { padding: 80px 0; }
.news-grid { display: grid; grid-template-columns: 1fr; gap: 24px; }
@media(min-width: 768px) { .news-grid { grid-template-columns: repeat(2, 1fr); } }

.news-card { padding: 0; overflow: hidden; display: flex; flex-direction: column; }
.news-img { height: 200px; background-size: cover; background-position: center; border-bottom: 1px solid var(--border); transition: transform 6s ease; }
.news-card:hover .news-img { transform: scale(1.04); }
.news-content { padding: 24px; display: flex; flex-direction: column; flex-grow: 1; }
.news-date { font-size: 0.75rem; font-weight: 600; color: var(--text-dim); margin-bottom: 10px; }
.news-title-link { font-size: 1.15rem; font-weight: 800; margin-bottom: 12px; line-height: 1.35; }
.news-title-link:hover { color: var(--primary); }
.news-card-desc { font-size: 0.875rem; color: var(--text-muted); margin-bottom: 20px; }
.news-more { margin-top: auto; font-size: 0.85rem; font-weight: 700; color: var(--primary); display: inline-flex; align-items: center; gap: 6px; }

/* ==========================================================================
   Contact Section
   ========================================================================== */

.contact-section { padding: 80px 0; }

.contact-grid { display: grid; grid-template-columns: 1fr; gap: 30px; }
@media(min-width: 992px) { .contact-grid { grid-template-columns: 0.8fr 1.2fr; } }

.contact-info-list { display: flex; flex-direction: column; gap: 24px; margin-top: 24px; }
.contact-info-item { display: flex; align-items: flex-start; gap: 16px; }

.contact-icon {
  width: 44px; height: 44px; border-radius: 12px;
  background: var(--primary-glow); color: var(--primary);
  display: flex; align-items: center; justify-content: center;
  font-size: 1.1rem; flex-shrink: 0; border: 1px solid rgba(59, 130, 246, 0.2);
}

.contact-details h5 { font-size: 0.95rem; font-weight: 700; margin-bottom: 4px; }
.contact-details p, .contact-details a { font-size: 0.875rem; color: var(--text-muted); }

.contact-form-card { padding: 40px; }
.form-title { font-size: 1.5rem; margin-bottom: 24px; font-weight: 800; }

.form-grid { display: grid; grid-template-columns: 1fr; gap: 20px; }
@media(min-width: 768px) { .form-grid { grid-template-columns: 1fr 1fr; } }

.form-group { display: flex; flex-direction: column; gap: 6px; }
.form-group-full { grid-column: 1 / -1; }
.form-label { font-size: 0.78rem; font-weight: 700; color: var(--text-muted); text-transform: uppercase; letter-spacing: 0.04em; }

.form-control {
  width: 100%; padding: 12px 16px; border-radius: 12px;
  border: 1px solid var(--border); background: var(--bg);
  color: var(--text); font-size: 0.9rem; transition: all var(--transition-fast);
}

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

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

/* ==========================================================================
   Modals
   ========================================================================== */

.modal-backdrop {
  position: fixed; top: 0; left: 0; right: 0; bottom: 0; z-index: 1100;
  background: rgba(0, 0, 0, 0.35);
  backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px);
  display: flex; align-items: center; justify-content: center; padding: 20px;
  opacity: 0; visibility: hidden; transition: all var(--transition-smooth);
}

.modal-backdrop.open { opacity: 1; visibility: visible; }

.modal-card {
  background: var(--bg-bento); border: 1px solid var(--border);
  border-radius: var(--radius-lg); padding: 40px;
  max-width: 500px; width: 100%; position: relative; box-shadow: var(--shadow);
  transform: translateY(30px); transition: transform var(--transition-smooth);
}

.modal-backdrop.open .modal-card { transform: translateY(0); }

.modal-close { position: absolute; top: 20px; right: 20px; font-size: 1.25rem; cursor: pointer; color: var(--text-dim); transition: color var(--transition-fast); }
.modal-close:hover { color: var(--text); }

/* Toast */
.toast-container { position: fixed; bottom: 24px; right: 24px; z-index: 1200; display: flex; flex-direction: column; gap: 10px; }

.toast {
  background: var(--bg-bento); border: 1px solid var(--border);
  border-left: 4px solid var(--primary); box-shadow: var(--shadow);
  padding: 16px 20px; border-radius: 14px;
  display: flex; align-items: center; gap: 12px;
  font-size: 0.9rem; font-weight: 600;
  transform: translateY(20px); opacity: 0; transition: all var(--transition-smooth);
}

.toast.show { transform: translateY(0); opacity: 1; }
.toast-success { border-left-color: #10b981; }
.toast-success i { color: #10b981; }

/* ==========================================================================
   Antigravity / Floating Glassmorphism Footer
   ========================================================================== */

.site-footer {
  position: relative;
  width: calc(100% - 48px);
  max-width: var(--max-width);
  margin: 100px auto 24px auto;
  padding: 48px 48px 32px 48px;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.75);
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
  border: 1px solid rgba(255, 255, 255, 0.85);
  box-shadow: 
    0 20px 50px rgba(15, 23, 42, 0.08),
    0 4px 16px rgba(0, 0, 0, 0.03),
    0 0 0 1px rgba(59, 130, 246, 0.06);
  transition: transform 0.45s cubic-bezier(0.16, 1, 0.3, 1),
              box-shadow 0.45s cubic-bezier(0.16, 1, 0.3, 1),
              border-color 0.45s ease,
              background-color 0.45s ease;
  will-change: transform, box-shadow;
  z-index: 10;
}

.site-footer .container {
  width: 100%;
  max-width: 100%;
  padding: 0;
}

[data-theme="dark"] .site-footer {
  background: rgba(15, 23, 42, 0.78);
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 
    0 25px 60px rgba(0, 0, 0, 0.45),
    0 0 35px rgba(59, 130, 246, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

/* Antigravity Floating Hover Micro-Animation */
.site-footer:hover {
  transform: translateY(-8px);
  border-color: rgba(59, 130, 246, 0.35);
  box-shadow: 
    0 32px 75px rgba(15, 23, 42, 0.14),
    0 10px 30px rgba(59, 130, 246, 0.18),
    0 0 45px rgba(59, 130, 246, 0.12);
}

[data-theme="dark"] .site-footer:hover {
  box-shadow: 
    0 36px 85px rgba(0, 0, 0, 0.65),
    0 0 50px rgba(59, 130, 246, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.2);
}

/* Secondary Page Simple Full-Width Footer (No floating rounded island) */
.site-footer.footer-simple {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding: 24px 0 !important;
  border-radius: 0 !important;
  background: var(--bg-bento) !important;
  border-left: none !important;
  border-right: none !important;
  border-bottom: none !important;
  border-top: 1px solid var(--border) !important;
  box-shadow: none !important;
  transform: none !important;
}

.site-footer.footer-simple:hover {
  transform: none !important;
  box-shadow: none !important;
  border-color: var(--border) !important;
}

.site-footer.footer-simple .container {
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 0 24px;
}

/* Contacts Map Styles & Dark Mode Adaption */
.contacts-map-container {
  position: relative;
}

[data-theme="dark"] .leaflet-tile-pane {
  filter: brightness(0.82) invert(0.92) hue-rotate(180deg) contrast(1.15) !important;
}

/* Executive Presentation Reader (Height-Synced Proportional Thumbnails Layout) */
.bookify-layout {
  display: grid;
  grid-template-columns: 260px 1fr;
  height: 540px;
  background: var(--bg);
  position: relative;
}

.bookify-sidebar-thumbnails {
  background: var(--bg-bento);
  border-right: 1px solid var(--border);
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  height: 100%;
  overflow-y: auto;
  box-sizing: border-box;
}

.bookify-thumb-item {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  border-radius: 12px;
  overflow: hidden;
  border: 2px solid var(--border);
  cursor: pointer;
  transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  background: var(--bg);
  flex-shrink: 0;
  box-sizing: border-box;
}

.bookify-thumb-item:hover {
  border-color: var(--primary);
  transform: scale(1.02);
}

.bookify-thumb-item.active {
  border-color: var(--primary);
  box-shadow: 0 0 0 3px var(--primary-glow);
}

.bookify-thumb-item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.bookify-thumb-badge {
  position: absolute;
  bottom: 6px;
  right: 6px;
  background: rgba(15, 23, 42, 0.85);
  color: #fff;
  font-size: 0.7rem;
  font-weight: 700;
  padding: 2px 8px;
  border-radius: 6px;
  backdrop-filter: blur(4px);
}

.bookify-viewport {
  height: 100%;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--bg);
  overflow: hidden;
  position: relative;
  box-sizing: border-box;
}

/* Mobile Responsive (< 768px) */
@media (max-width: 768px) {
  .bookify-layout {
    grid-template-columns: 1fr;
    height: auto;
  }

  .bookify-sidebar-thumbnails {
    order: 2;
    flex-direction: row;
    height: 110px;
    border-right: none;
    border-top: 1px solid var(--border);
    overflow-x: auto;
    overflow-y: hidden;
    padding: 10px;
  }

  .bookify-thumb-item {
    width: 130px;
    height: 100%;
    aspect-ratio: auto;
    flex-shrink: 0;
  }

  .bookify-viewport {
    order: 1;
    height: 320px;
    padding: 12px 8px;
  }
}

/* Mobile Responsive Optimization (<768px) */
@media (max-width: 768px) {
  .site-footer {
    width: calc(100% - 24px);
    margin: 60px 12px 12px 12px;
    padding: 20px 16px;
    border-radius: 18px;
  }
}

/* Antigravity Single-Line Footer Layout */
.footer-single-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  width: 100%;
  flex-wrap: wrap;
}

.footer-row-links {
  display: flex;
  align-items: center;
  gap: 22px;
  flex-wrap: wrap;
}

.footer-row-links a {
  font-size: 0.88rem;
  font-weight: 600;
  color: var(--text-muted);
  display: inline-flex;
  align-items: center;
  gap: 6px;
  transition: color var(--transition-fast), transform var(--transition-fast);
}

.footer-row-links a i {
  color: var(--primary);
  font-size: 0.82rem;
}

.footer-row-links a:hover {
  color: var(--primary);
  transform: translateY(-1px);
}

.footer-row-right {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-shrink: 0;
  flex-wrap: wrap;
}

.footer-contact-inline {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 14px;
  border-radius: 20px;
  background: var(--primary-glow);
  border: 1px solid rgba(59, 130, 246, 0.2);
  font-size: 0.85rem;
  font-weight: 700;
  color: var(--text);
}

.footer-contact-inline i {
  color: var(--primary);
}

.footer-grid {
  display: grid; grid-template-columns: 1fr; gap: 50px; margin-bottom: 50px;
}

@media(min-width: 576px) { .footer-grid { grid-template-columns: repeat(2, 1fr); } }
@media(min-width: 992px) { .footer-grid { grid-template-columns: 1.5fr 1fr 1fr 1.2fr; gap: 40px; } }

/* Top CTA Banner Strip inside Footer */
.footer-cta-banner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 24px 32px;
  margin-bottom: 40px;
  border-radius: var(--radius-lg);
  background: linear-gradient(135deg, rgba(37, 99, 235, 0.08) 0%, rgba(14, 165, 233, 0.12) 100%);
  border: 1px solid rgba(59, 130, 246, 0.2);
  box-shadow: 0 10px 30px rgba(37, 99, 235, 0.06);
}

[data-theme="dark"] .footer-cta-banner {
  background: linear-gradient(135deg, rgba(37, 99, 235, 0.18) 0%, rgba(15, 23, 42, 0.7) 100%);
  border: 1px solid rgba(59, 130, 246, 0.3);
}

@media(max-width: 768px) {
  .footer-cta-banner {
    flex-direction: column;
    align-items: flex-start;
    padding: 20px;
  }
}

.footer-cta-title {
  font-size: 1.2rem;
  font-weight: 800;
  font-family: var(--font-heading);
  color: var(--text);
  margin-bottom: 4px;
}

.footer-cta-desc {
  font-size: 0.9rem;
  color: var(--text-muted);
}

/* Brand area pills & badges */
.footer-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 14px;
  border-radius: 20px;
  background: var(--primary-glow);
  border: 1px solid rgba(59, 130, 246, 0.25);
  color: var(--primary);
  font-size: 0.78rem;
  font-weight: 700;
  margin-top: 14px;
}

.footer-contact-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 18px;
}

.footer-contact-item {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.88rem;
  color: var(--text-muted);
  transition: color var(--transition-fast);
}

.footer-contact-item i {
  width: 28px;
  height: 28px;
  border-radius: 8px;
  background: var(--primary-glow);
  color: var(--primary);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.8rem;
  flex-shrink: 0;
}

/* Icon links in footer columns */
.footer-links a i {
  width: 20px;
  color: var(--primary);
  font-size: 0.85rem;
  transition: transform var(--transition-fast);
  margin-right: 6px;
}

.footer-links a:hover i {
  transform: translateX(3px);
}

/* Trust / Security Chips Column */
.footer-trust-chips {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.footer-trust-chip {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 16px;
  border-radius: var(--radius-md);
  background: var(--bg-bento);
  border: 1px solid var(--border);
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--text);
  transition: all var(--transition-fast);
}

.footer-trust-chip i {
  font-size: 1.1rem;
  color: var(--primary);
  flex-shrink: 0;
}

.footer-trust-chip:hover {
  border-color: var(--primary);
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(59, 130, 246, 0.12);
}

.footer-brand-area p { font-size: 0.9rem; color: var(--text-dim); margin-top: 12px; max-width: 340px; line-height: 1.6; }

.footer-col h4 {
  font-size: 0.8rem; font-weight: 800; color: var(--text);
  margin-bottom: 24px; text-transform: uppercase; letter-spacing: 0.1em;
  font-family: var(--font-main);
  display: flex;
  align-items: center;
  gap: 8px;
}

.footer-links { display: flex; flex-direction: column; gap: 14px; }

.footer-links a {
  font-size: 0.9rem; color: var(--text-muted);
  display: inline-flex; align-items: center;
  transition: all var(--transition-fast);
}

.footer-links a:hover { color: var(--primary); transform: translateX(4px); }

.footer-bottom {
  padding-top: 32px; border-top: 1px solid var(--border);
  display: flex; flex-direction: column; gap: 16px;
  align-items: center; justify-content: space-between;
}

@media(min-width: 768px) { .footer-bottom { flex-direction: row; } }

.copyright { font-size: 0.82rem; color: var(--text-dim); }

.footer-legal-links { display: flex; gap: 24px; }
.footer-legal-links a { font-size: 0.82rem; color: var(--text-dim); transition: color var(--transition-fast); }
.footer-legal-links a:hover { color: var(--primary); }

/* ==========================================================================
   Page Hero Banner (industry pages)
   ========================================================================== */

.page-hero-banner {
  width: 100%; height: 340px;
  background-size: cover; background-position: center;
  position: relative; border-radius: var(--radius-lg); overflow: hidden;
  margin-top: 100px; margin-bottom: 60px;
  border: 1px solid var(--border); box-shadow: var(--shadow-hover);
  display: flex; align-items: flex-end;
}

.page-hero-banner::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,0.05) 0%, rgba(15,23,42,0.75) 100%);
  z-index: 1;
}

.page-hero-banner-content {
  position: relative; z-index: 2; padding: 40px; color: #ffffff; width: 100%;
}

.page-hero-banner-content h1 { font-size: clamp(2rem, 3.5vw, 3rem); font-weight: 900; margin-bottom: 10px; color: #ffffff; }
.page-hero-banner-content p { font-size: 1.1rem; opacity: 0.9; max-width: 750px; color: rgba(255,255,255,0.88); }

/* Service Card Images */
.service-card-img {
  width: 100%; height: 180px; background-size: cover; background-position: center;
  border-bottom: 1px solid var(--border); transition: transform var(--transition-smooth);
  border-radius: var(--radius-lg) var(--radius-lg) 0 0;
}

.service-card:hover .service-card-img { transform: scale(1.03); }

/* ==========================================================================
   Inline Presentation Slides
   ========================================================================== */

.inline-pres-container { margin: 50px 0; }

.inline-pres-card {
  border: 1px solid var(--border); border-radius: var(--radius-lg);
  background: var(--bg-bento); box-shadow: var(--shadow); overflow: hidden;
  display: flex; flex-direction: column;
}

.inline-pres-header {
  padding: 16px 30px; border-bottom: 1px solid var(--border);
  background: var(--bg); display: flex; align-items: center;
  justify-content: space-between; font-weight: 700; color: var(--primary);
  font-size: 1rem; font-family: var(--font-heading);
}

.inline-pres-body {
  padding: 50px 40px; min-height: 380px;
  display: flex; align-items: center; justify-content: center;
  background: #ffffff; color: #0f172a; position: relative;
}

[data-theme="dark"] .inline-pres-body { background: #0f131c; color: #f8fafc; }

.inline-pres-footer {
  padding: 14px 30px; border-top: 1px solid var(--border);
  background: var(--bg); display: flex; align-items: center; justify-content: space-between;
}

.inline-pres-footer .btn { padding: 8px 16px; font-size: 0.85rem; border-radius: var(--radius-sm); }
.pres-counter { font-size: 0.85rem; font-weight: 700; color: var(--text-muted); }

/* ==========================================================================
   Animations
   ========================================================================== */

@keyframes pulse {
  0% { transform: scale(0.9); opacity: 0.6; }
  50% { transform: scale(1.1); opacity: 1; }
  100% { transform: scale(0.9); opacity: 0.6; }
}

/* Eyebrow tag (hero) */
.eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 6px 14px; border: 1px solid rgba(59, 130, 246, 0.25);
  border-radius: 999px; background: rgba(59, 130, 246, 0.08);
  color: var(--primary); font-weight: 700; font-size: 0.78rem; margin-bottom: 20px;
}

/* ==========================================================================
   Responsive Utilities
   ========================================================================== */

@media(max-width: 768px) {
  .site-header { width: calc(100% - 24px); top: 12px; padding: 0 16px; border-radius: 24px; height: 56px; }
  .hero-section { padding-top: 100px; }
  .hero-title { font-size: 2.2rem; }
  .section-title { font-size: 1.8rem; }
  .contact-form-card { padding: 24px 20px; }
  .page-hero-banner { margin-top: 84px; height: 260px; }
  .page-hero-banner-content { padding: 24px; }
  .site-footer { margin-top: 60px; }
}

@media(max-width: 480px) {
  .site-header { width: calc(100% - 16px); padding: 0 12px; }
  .hero-title { font-size: 1.9rem; }
  .stats-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid { grid-template-columns: 1fr; gap: 32px; }
}

/* ==========================================================================
   Desktop Monitor Frame (RadarCen ЦЕНЫ Style)
   ========================================================================== */
.lh-visual {
  flex: 1 1 380px; display: flex; flex-direction: column; align-items: center; width: 100%; max-width: 520px;
  position: relative; padding-bottom: 28px; margin: 0 auto;
}
.lh-visual::before {
  content: "";
  position: absolute; left: 50%; bottom: 10px; transform: translateX(-50%);
  width: 50px; height: 12px; background: #334155;
  border-radius: 0 0 4px 4px;
  box-shadow: 0 6px 14px rgba(15,23,42,.14);
}
.lh-visual::after {
  content: "";
  position: absolute; left: 50%; bottom: 0; transform: translateX(-50%);
  width: 90px; height: 5px; background: #64748b; border-radius: 3px 3px 0 0;
  box-shadow: 0 4px 12px rgba(15,23,42,.12);
}
.monitor-frame {
  width: 100%; background: #000;
  border: 8px solid #1e293b; border-bottom-width: 18px;
  border-radius: 14px 14px 4px 4px; overflow: hidden; position: relative;
  box-shadow: 0 20px 50px rgba(0,0,0,0.35); aspect-ratio: 16/9;
}
.monitor-frame video { width: 100%; height: 100%; object-fit: cover; display: block; }

/* ==========================================================================
   RadarCen 3D Skewed Video Frame Hover Straightening Effect
   ========================================================================== */
.radarcen-3d-video-frame:hover {
  transform: rotateY(0deg) rotateX(0deg) rotateZ(0deg) scale(1.03) !important;
  box-shadow: 0 35px 75px rgba(37,99,235,0.45), 0 0 40px rgba(59,130,246,0.3) !important;
}

/* ==========================================================================
   RadarCen Floating Cookie Banner & Legal Modal Window
   ========================================================================== */

/* Floating Cookie Banner */
.cookie-banner-floating {
  position: fixed;
  bottom: 24px;
  left: 24px;
  z-index: 99999;
  max-width: 520px;
  width: calc(100% - 48px);
  padding: 20px 24px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
  border: 1px solid rgba(255, 255, 255, 0.95);
  box-shadow: 0 20px 50px rgba(15, 23, 42, 0.16), 0 0 30px rgba(59, 130, 246, 0.12);
  transform: translateY(160%);
  opacity: 0;
  transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.4s ease;
}

[data-theme="dark"] .cookie-banner-floating {
  background: rgba(15, 23, 42, 0.9);
  border: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.55), 0 0 35px rgba(59, 130, 246, 0.2);
}

.cookie-banner-floating.show {
  transform: translateY(0);
  opacity: 1;
}

.cookie-content-wrap {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}

.cookie-icon {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  background: rgba(245, 158, 11, 0.12);
  color: #f59e0b;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  flex-shrink: 0;
}

.cookie-text {
  font-size: 0.86rem;
  line-height: 1.55;
  color: var(--text-muted);
}

.cookie-text strong {
  color: var(--text);
}

.cookie-text a {
  color: var(--primary);
  text-decoration: underline;
  cursor: pointer;
}

.cookie-actions {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 16px;
}

.cookie-btn-accept {
  padding: 9px 22px;
  border-radius: 10px;
  background: var(--primary);
  color: #fff;
  font-size: 0.84rem;
  font-weight: 700;
  border: none;
  cursor: pointer;
  transition: all 0.25s ease;
}

.cookie-btn-accept:hover {
  background: var(--primary-dark);
  transform: translateY(-1px);
  box-shadow: 0 4px 14px rgba(37, 99, 235, 0.35);
}

.cookie-btn-details {
  padding: 8px 16px;
  border-radius: 10px;
  background: transparent;
  color: var(--text-dim);
  font-size: 0.84rem;
  font-weight: 600;
  border: 1px solid var(--border);
  cursor: pointer;
  transition: all 0.25s ease;
}

.cookie-btn-details:hover {
  color: var(--primary);
  border-color: var(--primary);
}

/* Legal Modal Window Overlay */
.legal-modal-backdrop {
  position: fixed;
  inset: 0;
  z-index: 100000;
  background: rgba(15, 23, 42, 0.65);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.35s ease;
}

.legal-modal-backdrop.active {
  opacity: 1;
  pointer-events: auto;
}

.legal-modal-card {
  width: 100%;
  max-width: 820px;
  max-height: 85vh;
  background: var(--bg-bento);
  border: 1px solid var(--border);
  border-radius: 24px;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.4);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  transform: scale(0.95) translateY(20px);
  transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1);
}

.legal-modal-backdrop.active .legal-modal-card {
  transform: scale(1) translateY(0);
}

.legal-modal-header {
  padding: 20px 28px;
  border-bottom: 1px solid var(--border);
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: rgba(255, 255, 255, 0.05);
}

.legal-modal-title {
  font-size: 1.15rem;
  font-weight: 800;
  color: var(--text);
  display: flex;
  align-items: center;
  gap: 10px;
}

.legal-modal-close {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: var(--primary-glow);
  border: 1px solid var(--border);
  color: var(--text);
  font-size: 1.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.2s ease;
}

.legal-modal-close:hover {
  background: var(--primary);
  color: #fff;
}

.legal-modal-tabs {
  display: flex;
  gap: 12px;
  padding: 14px 28px;
  border-bottom: 1px solid var(--border);
  background: var(--bg-bento);
}

.legal-tab-btn {
  padding: 8px 18px;
  border-radius: 12px;
  font-size: 0.88rem;
  font-weight: 700;
  border: 1px solid transparent;
  background: transparent;
  color: var(--text-dim);
  cursor: pointer;
  transition: all 0.2s ease;
}

.legal-tab-btn.active {
  background: var(--primary-glow);
  color: var(--primary);
  border-color: rgba(59, 130, 246, 0.25);
}

.legal-modal-body {
  padding: 28px;
  overflow-y: auto;
  font-size: 0.92rem;
  line-height: 1.7;
  color: var(--text-muted);
}

.legal-modal-body h3 {
  font-size: 1.05rem;
  color: var(--text);
  margin: 20px 0 10px 0;
}

.legal-modal-body p {
  margin-bottom: 14px;
}

.legal-modal-body ul {
  padding-left: 20px;
  margin-bottom: 14px;
}

.legal-modal-body li {
  margin-bottom: 6px;
}

.legal-modal-footer {
  padding: 16px 28px;
  border-top: 1px solid var(--border);
  display: flex;
  align-items: center;
  justify-content: flex-end;
  background: rgba(255, 255, 255, 0.02);
}

/* Client Chips & Tab Buttons Styling */
.client-chip {
  padding: 14px 18px;
  border-radius: 16px;
  background: var(--bg);
  border: 1px solid var(--border);
  font-size: 0.9rem;
  font-weight: 700;
  color: var(--text);
  display: flex;
  align-items: center;
  gap: 10px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.03);
  transition: all 0.25s ease;
}

.client-chip:hover {
  transform: translateY(-3px);
  border-color: var(--primary);
  box-shadow: var(--shadow);
}

.client-tab-btn {
  background: var(--bg-bento);
  border: 1px solid var(--border);
  color: var(--text-muted);
  transition: all 0.25s ease;
  cursor: pointer;
}

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

.client-tab-btn.active {
  background: var(--primary-glow);
  border-color: var(--primary);
  color: var(--primary);
}

/* ==========================================================================
   Mobile Smartphone App Bottom Navigation Bar
   ========================================================================== */

.mobile-bottom-nav {
  display: none;
}

@media (max-width: 768px) {
  body {
    padding-bottom: 76px !important;
  }

  .mobile-bottom-nav {
    display: flex;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    height: 64px;
    background: rgba(255, 255, 255, 0.92);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border-top: 1px solid var(--border);
    z-index: 9999;
    justify-content: space-around;
    align-items: center;
    padding: 6px 10px calc(6px + env(safe-area-inset-bottom));
    box-shadow: 0 -10px 30px rgba(0, 0, 0, 0.1);
  }

  [data-theme="dark"] .mobile-bottom-nav {
    background: rgba(15, 23, 42, 0.92);
    border-top-color: rgba(255, 255, 255, 0.1);
  }

  .mobile-nav-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: var(--text-muted);
    font-size: 0.72rem;
    font-weight: 700;
    gap: 4px;
    flex: 1;
    transition: all 0.2s ease;
  }

  .mobile-nav-item i {
    font-size: 1.2rem;
    transition: transform 0.2s ease;
  }

  .mobile-nav-item.active,
  .mobile-nav-item:hover {
    color: var(--primary);
  }

  .mobile-nav-item.active i {
    transform: translateY(-2px);
    color: var(--primary);
  }

  /* Simplify mobile layout as requested by user:
     1. Hide hamburger "burger" menu button & panel
     2. Hide ALL "Связаться" buttons in header & footer on mobile
     3. Hide "Услуги маркетинговых исследований и аналитики" section completely on mobile
     4. Hide feedback form on contacts page on mobile
     5. Hide top hero requisites buttons on contacts page on mobile
     6. Hide footer on mobile EXCEPT on main page (index.html) as explicitly requested */
  .mobile-nav-toggle,
  .mobile-menu-panel,
  .header-actions .btn-primary,
  header .btn-primary,
  .footer-links a[href="request.html"],
  .services-section,
  .services-overview-section,
  #services,
  .industries-section,
  .clients-by-industry-section,
  .contacts-form-section,
  .contacts-hero-requisites-buttons,
  .footer-col-standards,
  .mobile-hide-on-phone {
    display: none !important;
  }

  .desktop-carousel-only {
    display: none !important;
  }

  .mobile-reviews-tiles-grid {
    display: grid !important;
  }

  /* Contacts page mobile layout: Title -> Video -> Map -> Requisites under map */
  .contacts-hero-grid,
  .contacts-map-requisites-grid {
    grid-template-columns: 1fr !important;
    gap: 32px !important;
  }
}



