/*
Theme Name: Steelart Technologies
Theme URI: https://steelarttechnologies.com
Author: Steelart Technologies
Author URI: https://steelarttechnologies.com
Description: Official WordPress theme for Steelart Technologies — Kenya's Premier Digital Marketing Agency. Fully compatible with Elementor page builder.
Version: 3.0.0
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 8.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: steelart
Tags: elementor, one-column, two-columns, custom-colors, custom-menu, custom-logo, featured-images, full-width-template, translation-ready
*/

/* =====================
   GOOGLE FONTS
===================== */
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,300;0,9..40,400;0,9..40,500;0,9..40,600;0,9..40,700;1,9..40,300;1,9..40,400&family=Outfit:wght@300;400;500;600;700;800;900&family=DM+Mono:wght@400;500&display=swap');

/* =====================
   CSS VARIABLES
===================== */
:root {
  /* Brand Colors — DO NOT CHANGE */
  --primary:    #0a1628;
  --primary-90: #0d1e38;
  --primary-80: #112544;
  --secondary:  #1a6fb5;
  --secondary-light: #2684d4;
  --secondary-dark:  #145a94;
  --accent:     #e51c23;
  --accent-light: #ff3a41;
  --accent-dark:  #c0151b;

  /* Neutrals */
  --white:      #ffffff;
  --slate-50:   #f8fafc;
  --slate-100:  #f1f5f9;
  --slate-200:  #e2e8f0;
  --slate-300:  #cbd5e1;
  --slate-600:  #475569;
  --slate-700:  #334155;
  --slate-800:  #1e293b;
  --foreground: #0f172a;
  --muted:      #64748b;

  /* Effects */
  --glow-blue:  rgba(26,111,181,0.4);
  --glow-red:   rgba(229,28,35,0.35);
  --glass-bg:   rgba(255,255,255,0.06);
  --glass-border: rgba(255,255,255,0.12);

  /* Radius */
  --radius-sm:  0.5rem;
  --radius-md:  1rem;
  --radius-lg:  1.5rem;
  --radius-xl:  2rem;
  --radius-2xl: 3rem;

  /* Shadows */
  --shadow-sm:  0 2px 8px rgba(0,0,0,0.08);
  --shadow-md:  0 8px 24px rgba(0,0,0,0.12);
  --shadow-lg:  0 20px 60px rgba(0,0,0,0.2);
  --shadow-glow-blue: 0 0 40px rgba(26,111,181,0.25);
  --shadow-glow-red:  0 0 40px rgba(229,28,35,0.2);
}

/* =====================
   RESET & BASE
===================== */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

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

body {
  font-family: 'DM Sans', -apple-system, BlinkMacSystemFont, sans-serif;
  color: var(--foreground);
  background: #fff;
  line-height: 1.6;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a { text-decoration: none; color: inherit; }
img { max-width: 100%; height: auto; display: block; }
ul { list-style: none; }

/* =====================
   LAYOUT
===================== */
.container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 clamp(1rem, 4vw, 2rem);
}

/* =====================
   ANIMATIONS
===================== */
@keyframes float {
  0%, 100% { transform: translateY(0px); }
  50%       { transform: translateY(-18px); }
}
@keyframes float-slow {
  0%, 100% { transform: translateY(0px) rotate(0deg); }
  33%       { transform: translateY(-12px) rotate(1deg); }
  66%       { transform: translateY(-6px) rotate(-1deg); }
}
@keyframes pulse-glow {
  0%, 100% { opacity: 1; transform: scale(1); }
  50%       { opacity: 0.6; transform: scale(1.05); }
}
@keyframes pulse-ring {
  0%   { transform: scale(0.8); opacity: 1; }
  100% { transform: scale(2.5); opacity: 0; }
}
@keyframes shimmer {
  0%   { transform: translateX(-100%) skewX(-15deg); }
  100% { transform: translateX(300%) skewX(-15deg); }
}
@keyframes marquee {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}
@keyframes rgb-gradient {
  0%   { background-position: 0% 50%; }
  50%  { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}
@keyframes rotate-border {
  from { transform: rotate(0deg); }
  to   { transform: rotate(360deg); }
}
@keyframes typing-cursor {
  0%, 100% { opacity: 1; }
  50%       { opacity: 0; }
}
@keyframes fadeInUp {
  from { opacity: 0; transform: translateY(40px); }
  to   { opacity: 1; transform: translateY(0); }
}
@keyframes slideInLeft {
  from { opacity: 0; transform: translateX(-50px); }
  to   { opacity: 1; transform: translateX(0); }
}
@keyframes slideInRight {
  from { opacity: 0; transform: translateX(50px); }
  to   { opacity: 1; transform: translateX(0); }
}
@keyframes scaleIn {
  from { opacity: 0; transform: scale(0.85); }
  to   { opacity: 1; transform: scale(1); }
}
@keyframes gradient-shift {
  0%, 100% { background-position: 0% 50%; }
  50%       { background-position: 100% 50%; }
}
@keyframes glow-pulse {
  0%, 100% { box-shadow: 0 0 20px var(--glow-blue); }
  50%       { box-shadow: 0 0 50px var(--glow-blue), 0 0 80px rgba(26,111,181,0.15); }
}
@keyframes border-dance {
  0%   { border-color: var(--secondary); }
  33%  { border-color: var(--accent); }
  66%  { border-color: #a855f7; }
  100% { border-color: var(--secondary); }
}
@keyframes number-count {
  from { opacity: 0; transform: translateY(20px); }
  to   { opacity: 1; transform: translateY(0); }
}

/* =====================
   BACKGROUND EFFECTS
===================== */
.mesh-bg {
  background: var(--primary);
  background-image:
    radial-gradient(ellipse at 10% 50%, rgba(26,111,181,0.4) 0%, transparent 55%),
    radial-gradient(ellipse at 85% 15%, rgba(229,28,35,0.25) 0%, transparent 45%),
    radial-gradient(ellipse at 50% 90%, rgba(99,102,241,0.2) 0%, transparent 55%),
    radial-gradient(ellipse at 70% 60%, rgba(26,111,181,0.15) 0%, transparent 40%);
  position: relative;
  overflow: hidden;
}

.mesh-bg::before {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.015'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  opacity: 0.4;
  pointer-events: none;
}

/* =====================
   GRADIENT TEXT
===================== */
.text-gradient {
  background: linear-gradient(135deg, var(--secondary), #a855f7 50%, var(--accent));
  background-size: 200% 200%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  animation: gradient-shift 4s ease infinite;
}

.text-rgb-gradient {
  background: linear-gradient(90deg, var(--secondary), #a855f7, var(--accent), var(--secondary));
  background-size: 300% 100%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  animation: gradient-shift 3s ease infinite;
}

.text-glow {
  text-shadow: 0 0 30px rgba(26,111,181,0.5), 0 0 60px rgba(26,111,181,0.2);
}

/* =====================
   GLASS EFFECT
===================== */
.glass {
  background: var(--glass-bg);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid var(--glass-border);
}

.glass-card {
  background: rgba(255,255,255,0.04);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: var(--radius-xl);
  transition: all 0.4s cubic-bezier(0.4,0,0.2,1);
}
.glass-card:hover {
  background: rgba(255,255,255,0.07);
  border-color: rgba(255,255,255,0.2);
  transform: translateY(-4px);
  box-shadow: var(--shadow-glow-blue);
}

/* =====================
   NAVBAR
===================== */
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background: rgba(10,22,40,0.5);
  backdrop-filter: blur(24px) saturate(180%);
  -webkit-backdrop-filter: blur(24px) saturate(180%);
  border-bottom: 1px solid rgba(255,255,255,0.06);
  transition: all 0.4s ease;
}
.site-header.scrolled {
  background: rgba(10,22,40,0.95);
  border-bottom-color: rgba(26,111,181,0.3);
  box-shadow: 0 4px 30px rgba(0,0,0,0.5), 0 1px 0 rgba(26,111,181,0.2);
}

.nav-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 72px;
}

/* Logo */
.nav-logo {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  font-family: 'Outfit', sans-serif;
  font-weight: 800;
  font-size: 1.4rem;
  color: #fff;
  letter-spacing: -0.03em;
  position: relative;
}
.nav-logo-icon {
  width: 40px; height: 40px;
  border-radius: 10px;
  background: linear-gradient(135deg, var(--secondary), var(--secondary-dark));
  display: flex; align-items: center; justify-content: center;
  overflow: hidden;
  box-shadow: 0 0 20px var(--glow-blue);
  transition: box-shadow 0.3s;
}
.nav-logo:hover .nav-logo-icon {
  box-shadow: 0 0 30px var(--glow-blue), 0 0 50px rgba(26,111,181,0.2);
}
.nav-logo-icon img { width: 100%; height: 100%; object-fit: cover; }
.dot { color: var(--accent); }

/* Nav links */
.nav-links {
  display: flex;
  align-items: center;
  gap: 0.25rem;
}
.nav-links a {
  color: rgba(255,255,255,0.75);
  font-size: 0.9rem;
  font-weight: 500;
  padding: 0.5rem 0.85rem;
  border-radius: var(--radius-sm);
  transition: all 0.25s ease;
  position: relative;
}
.nav-links a::after {
  content: '';
  position: absolute;
  bottom: 2px; left: 50%; right: 50%;
  height: 2px;
  background: linear-gradient(90deg, var(--secondary), var(--accent));
  border-radius: 2px;
  transition: all 0.3s ease;
  opacity: 0;
}
.nav-links a:hover,
.nav-links a.active {
  color: #fff;
  background: rgba(255,255,255,0.07);
}
.nav-links a:hover::after,
.nav-links a.active::after {
  left: 0.85rem; right: 0.85rem;
  opacity: 1;
}

/* Nav CTA */
.nav-cta {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.55rem 1.3rem !important;
  border-radius: var(--radius-md) !important;
  background: linear-gradient(135deg, var(--accent), var(--accent-dark)) !important;
  color: #fff !important;
  font-weight: 700 !important;
  font-size: 0.875rem !important;
  letter-spacing: 0.02em;
  box-shadow: 0 4px 15px rgba(229,28,35,0.35);
  transition: all 0.3s ease !important;
  position: relative;
  overflow: hidden;
  margin-left: 0.5rem;
}
.nav-cta::before {
  content: '';
  position: absolute;
  top: 0; left: -100%;
  width: 100%; height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.15), transparent);
  transition: left 0.5s ease;
}
.nav-cta:hover {
  transform: translateY(-2px) !important;
  box-shadow: 0 8px 25px rgba(229,28,35,0.5) !important;
  background: linear-gradient(135deg, var(--accent-light), var(--accent)) !important;
}
.nav-cta:hover::before { left: 100%; }
.nav-cta::after { display: none !important; }

/* Mobile toggle */
.nav-toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: 1px solid rgba(255,255,255,0.15);
  border-radius: var(--radius-sm);
  padding: 0.5rem;
  cursor: pointer;
  transition: all 0.3s;
}
.nav-toggle:hover { border-color: rgba(255,255,255,0.3); background: rgba(255,255,255,0.05); }
.nav-toggle span {
  display: block;
  width: 22px; height: 2px;
  background: #fff;
  border-radius: 2px;
  transition: all 0.3s ease;
}

/* =====================
   BUTTONS
===================== */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.85rem 2rem;
  border-radius: var(--radius-md);
  font-weight: 700;
  font-size: 0.95rem;
  font-family: 'DM Sans', sans-serif;
  letter-spacing: 0.02em;
  transition: all 0.3s cubic-bezier(0.4,0,0.2,1);
  cursor: pointer;
  border: none;
  position: relative;
  overflow: hidden;
  text-decoration: none;
  white-space: nowrap;
}
.btn::before {
  content: '';
  position: absolute;
  top: 0; left: -100%;
  width: 100%; height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.12), transparent);
  transition: left 0.5s ease;
}
.btn:hover::before { left: 100%; }

.btn-primary {
  background: linear-gradient(135deg, var(--accent), #c0151b);
  color: #fff;
  box-shadow: 0 4px 20px rgba(229,28,35,0.4);
}
.btn-primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 35px rgba(229,28,35,0.55), 0 0 0 1px rgba(229,28,35,0.3);
  background: linear-gradient(135deg, var(--accent-light), var(--accent));
}
.btn-primary:active { transform: translateY(-1px); }

.btn-outline {
  background: transparent;
  color: #fff;
  border: 2px solid rgba(255,255,255,0.25);
  backdrop-filter: blur(8px);
}
.btn-outline:hover {
  background: rgba(255,255,255,0.1);
  border-color: rgba(255,255,255,0.5);
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(0,0,0,0.2);
}

.btn-blue {
  background: linear-gradient(135deg, var(--secondary), var(--secondary-dark));
  color: #fff;
  box-shadow: 0 4px 20px rgba(26,111,181,0.4);
}
.btn-blue:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 35px rgba(26,111,181,0.55);
  background: linear-gradient(135deg, var(--secondary-light), var(--secondary));
}

/* =====================
   SECTION COMMON
===================== */
.section-pad { padding: clamp(4rem, 8vw, 7rem) 0; }

.section-header {
  text-align: center;
  max-width: 700px;
  margin: 0 auto 4rem;
}
.section-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.45rem 1.1rem;
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(26,111,181,0.15), rgba(26,111,181,0.05));
  border: 1px solid rgba(26,111,181,0.3);
  color: var(--secondary);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: 1.25rem;
}
.section-badge::before {
  content: '';
  width: 6px; height: 6px;
  border-radius: 50%;
  background: var(--secondary);
  animation: pulse-glow 2s ease-in-out infinite;
}
.section-title {
  font-family: 'Outfit', sans-serif;
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 800;
  color: var(--foreground);
  line-height: 1.15;
  letter-spacing: -0.02em;
  margin-bottom: 1.25rem;
}
.section-desc {
  color: var(--muted);
  font-size: 1.05rem;
  line-height: 1.8;
  max-width: 580px;
  margin: 0 auto;
}

/* =====================
   HERO SECTION
===================== */
.hero-section {
  min-height: 100vh;
  display: flex;
  align-items: center;
  padding: clamp(6rem, 12vw, 9rem) 0 clamp(4rem, 8vw, 6rem);
  position: relative;
}

.hero-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
  pointer-events: none;
  z-index: 0;
}
.hero-orb-1 {
  width: 700px; height: 700px;
  top: -200px; left: -200px;
  background: radial-gradient(circle, rgba(26,111,181,0.35), transparent 70%);
  animation: float-slow 12s ease-in-out infinite;
}
.hero-orb-2 {
  width: 500px; height: 500px;
  bottom: -100px; right: -100px;
  background: radial-gradient(circle, rgba(229,28,35,0.25), transparent 70%);
  animation: float-slow 10s ease-in-out infinite 3s reverse;
}
.hero-orb-3 {
  width: 600px; height: 600px;
  top: 50%; left: 50%;
  transform: translate(-50%,-50%);
  background: radial-gradient(circle, rgba(99,102,241,0.12), transparent 70%);
  animation: pulse-glow 8s ease-in-out infinite;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(2rem, 5vw, 5rem);
  align-items: center;
}

/* Hero Content */
.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  padding: 0.5rem 1rem 0.5rem 0.6rem;
  border-radius: 999px;
  background: rgba(255,255,255,0.06);
  backdrop-filter: blur(16px);
  border: 1px solid rgba(255,255,255,0.15);
  color: rgba(255,255,255,0.9);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.hero-badge:hover { border-color: rgba(26,111,181,0.5); box-shadow: 0 0 20px rgba(26,111,181,0.2); }
.hero-badge-dot {
  width: 8px; height: 8px;
  border-radius: 50%;
  background: var(--accent);
  box-shadow: 0 0 10px var(--accent), 0 0 20px rgba(229,28,35,0.4);
  animation: pulse-glow 1.5s ease-in-out infinite;
}

.hero-heading {
  font-family: 'Outfit', sans-serif;
  font-size: clamp(2.8rem, 6.5vw, 5.2rem);
  font-weight: 900;
  color: #fff;
  line-height: 1.08;
  margin-bottom: 1.5rem;
  letter-spacing: -0.03em;
}
.hero-heading .typed {
  font-family: 'DM Mono', 'Courier New', monospace;
  display: inline-block;
  min-height: 1em;
  color: #fff;
}
.hero-heading .cursor {
  color: var(--accent);
  animation: typing-cursor 1s step-end infinite;
  text-shadow: 0 0 10px var(--accent);
}
.hero-subtitle {
  font-size: clamp(1rem, 2vw, 1.15rem);
  color: rgba(255,255,255,0.7);
  max-width: 520px;
  line-height: 1.8;
  margin-bottom: 2.5rem;
  font-weight: 400;
}

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

.hero-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
}
.hero-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.45rem 1rem;
  border-radius: 999px;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.12);
  color: rgba(255,255,255,0.85);
  font-size: 0.82rem;
  font-weight: 600;
  backdrop-filter: blur(8px);
  transition: all 0.3s;
}
.hero-pill:hover {
  border-color: rgba(26,111,181,0.5);
  background: rgba(26,111,181,0.1);
  box-shadow: 0 0 15px rgba(26,111,181,0.2);
}

/* Hero Visual */
.hero-visual {
  position: relative;
  height: clamp(400px, 50vw, 580px);
}
.hero-mascot-wrap {
  position: absolute;
  inset: 0.5rem;
  border-radius: var(--radius-2xl);
  overflow: hidden;
}
.hero-mascot-border {
  position: absolute;
  inset: -60%;
  background: conic-gradient(from 0deg, var(--secondary), #a855f7, var(--accent), var(--secondary-light), var(--secondary));
  opacity: 0.6;
  animation: rotate-border 5s linear infinite;
}
.hero-mascot-inner {
  position: absolute;
  inset: 3px;
  background: rgba(10,22,40,0.92);
  backdrop-filter: blur(24px);
  border-radius: calc(var(--radius-2xl) - 3px);
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: 2rem 2rem 0;
}
.hero-mascot-inner img {
  width: 100%;
  height: auto;
  object-fit: contain;
  animation: float 6s ease-in-out infinite;
  filter: drop-shadow(0 20px 40px rgba(26,111,181,0.4));
}

/* Stat Cards */
.stat-card {
  position: absolute;
  background: rgba(255,255,255,0.08);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-radius: var(--radius-md);
  padding: 1rem 1.25rem;
  border: 1px solid rgba(255,255,255,0.15);
  box-shadow: 0 8px 32px rgba(0,0,0,0.4);
  z-index: 20;
  display: flex;
  align-items: center;
  gap: 0.9rem;
  transition: all 0.3s;
}
.stat-card:hover { transform: scale(1.05); box-shadow: 0 12px 40px rgba(0,0,0,0.5); }
.stat-card-1 { top: 1.5rem; left: -2rem; animation: float 6s ease-in-out infinite; border-color: rgba(59,130,246,0.35); }
.stat-card-2 { bottom: 7rem; right: -2rem; animation: float 5s ease-in-out infinite 1s reverse; border-color: rgba(168,85,247,0.35); }
.stat-card-3 { top: 50%; right: -2.5rem; transform: translateY(-50%); animation: float 7s ease-in-out infinite 2s; border-color: rgba(250,204,21,0.35); }

.stat-icon {
  width: 48px; height: 48px;
  border-radius: 10px;
  display: flex; align-items: center; justify-content: center;
  font-size: 1.4rem;
  flex-shrink: 0;
}
.stat-icon-blue   { background: rgba(59,130,246,0.15); box-shadow: 0 0 15px rgba(59,130,246,0.2); }
.stat-icon-purple { background: rgba(168,85,247,0.15); box-shadow: 0 0 15px rgba(168,85,247,0.2); }
.stat-icon-yellow { background: rgba(250,204,21,0.15); box-shadow: 0 0 15px rgba(250,204,21,0.2); }
.stat-label  { font-size: 0.72rem; color: rgba(255,255,255,0.55); font-weight: 500; margin-bottom: 0.2rem; }
.stat-value  { font-family: 'Outfit', sans-serif; font-size: 1.5rem; font-weight: 800; color: #fff; line-height: 1; }
.stat-value-blue   { color: #60a5fa; text-shadow: 0 0 15px rgba(96,165,250,0.4); }
.stat-value-purple { color: #c084fc; text-shadow: 0 0 15px rgba(192,132,252,0.4); }

/* =====================
   PAGE HERO
===================== */
.page-hero {
  background: var(--primary);
  background-image:
    radial-gradient(ellipse at 20% 60%, rgba(26,111,181,0.35) 0%, transparent 60%),
    radial-gradient(ellipse at 80% 20%, rgba(229,28,35,0.2) 0%, transparent 50%);
  padding: clamp(7rem, 14vw, 10rem) 0 clamp(4rem, 8vw, 6rem);
  text-align: center;
  position: relative;
  overflow: hidden;
}
.page-hero::after {
  content: '';
  position: absolute;
  bottom: -1px; left: 0; right: 0;
  height: 80px;
  background: linear-gradient(to bottom, transparent, #f8fafc);
  pointer-events: none;
}
.page-hero h1 {
  font-family: 'Outfit', sans-serif;
  font-size: clamp(2.5rem, 5vw, 4rem);
  font-weight: 900;
  color: #fff;
  line-height: 1.12;
  letter-spacing: -0.03em;
  margin-bottom: 1.25rem;
}
.page-hero p {
  color: rgba(255,255,255,0.7);
  font-size: 1.1rem;
  max-width: 600px;
  margin: 0 auto;
  line-height: 1.75;
}

/* =====================
   MARQUEE
===================== */
.marquee-section {
  background: linear-gradient(135deg, var(--slate-50) 0%, #fff 100%);
  padding: 3rem 0;
  border-top: 1px solid var(--slate-200);
  border-bottom: 1px solid var(--slate-200);
  overflow: hidden;
}
.marquee-label {
  text-align: center;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 1.75rem;
}
.marquee-track {
  display: flex;
  gap: 3rem;
  animation: marquee 25s linear infinite;
  white-space: nowrap;
}
.marquee-item {
  font-family: 'Outfit', sans-serif;
  font-size: 1.2rem;
  font-weight: 800;
  color: var(--slate-300);
  letter-spacing: -0.02em;
  transition: color 0.3s;
  flex-shrink: 0;
}
.marquee-item:hover { color: var(--secondary); }

/* =====================
   SERVICES GRID
===================== */
.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}

.service-card {
  background: #fff;
  border-radius: var(--radius-xl);
  padding: 2rem;
  border: 1px solid var(--slate-200);
  box-shadow: var(--shadow-sm);
  transition: all 0.4s cubic-bezier(0.4,0,0.2,1);
  position: relative;
  overflow: hidden;
}
.service-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--secondary), var(--accent));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s ease;
}
.service-card:hover {
  transform: translateY(-8px);
  border-color: rgba(26,111,181,0.2);
  box-shadow: 0 20px 50px rgba(26,111,181,0.12), var(--shadow-md);
}
.service-card:hover::before { transform: scaleX(1); }

.service-icon {
  width: 60px; height: 60px;
  border-radius: var(--radius-md);
  display: flex; align-items: center; justify-content: center;
  font-size: 1.75rem;
  margin-bottom: 1.5rem;
  transition: transform 0.3s;
}
.service-card:hover .service-icon { transform: scale(1.1) rotate(5deg); }
.service-card h3 {
  font-family: 'Outfit', sans-serif;
  font-size: 1.15rem;
  font-weight: 700;
  margin-bottom: 0.75rem;
  color: var(--foreground);
}
.service-card p { color: var(--muted); line-height: 1.7; margin-bottom: 1.5rem; font-size: 0.95rem; }

/* Icon color utilities */
.icon-blue   { background: rgba(59,130,246,0.08);  border: 1px solid rgba(59,130,246,0.2);  color: #3b82f6; }
.icon-red    { background: rgba(229,28,35,0.08);   border: 1px solid rgba(229,28,35,0.2);   color: var(--accent); }
.icon-navy   { background: rgba(26,111,181,0.08);  border: 1px solid rgba(26,111,181,0.2);  color: var(--secondary); }
.icon-purple { background: rgba(168,85,247,0.08);  border: 1px solid rgba(168,85,247,0.2);  color: #a855f7; }
.icon-green  { background: rgba(16,185,129,0.08);  border: 1px solid rgba(16,185,129,0.2);  color: #10b981; }
.icon-orange { background: rgba(249,115,22,0.08);  border: 1px solid rgba(249,115,22,0.2);  color: #f97316; }

/* =====================
   WHY SECTION
===================== */
.why-section { padding: clamp(4rem, 8vw, 7rem) 0; background: #fff; }
.why-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(3rem, 6vw, 6rem);
  align-items: center;
}
.why-image-wrap {
  position: relative;
  border-radius: var(--radius-2xl);
  overflow: hidden;
}
.why-image-wrap::before {
  content: '';
  position: absolute;
  inset: -2rem;
  background: linear-gradient(135deg, var(--secondary), var(--accent));
  border-radius: calc(var(--radius-2xl) + 2rem);
  opacity: 0.1;
  transform: rotate(3deg) scale(1.05);
  z-index: -1;
}
.why-image-wrap::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(26,111,181,0.08), transparent);
  border-radius: var(--radius-2xl);
  pointer-events: none;
}
.why-image-wrap img {
  border-radius: var(--radius-2xl);
  box-shadow: var(--shadow-lg), var(--shadow-glow-blue);
  transition: transform 0.6s ease;
}
.why-image-wrap:hover img { transform: scale(1.02); }

.why-content h2 {
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 0.75rem;
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.why-content h2::before {
  content: '';
  width: 2.5rem; height: 2px;
  background: linear-gradient(90deg, var(--accent), transparent);
}

.why-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
}
.why-item {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  color: var(--slate-600);
  font-size: 0.95rem;
  padding: 0.6rem 1rem;
  border-radius: var(--radius-sm);
  background: var(--slate-50);
  border: 1px solid var(--slate-100);
  transition: all 0.3s;
}
.why-item:hover {
  background: rgba(26,111,181,0.04);
  border-color: rgba(26,111,181,0.15);
  transform: translateX(4px);
}

/* =====================
   STATS BANNER
===================== */
.stats-section {
  padding: clamp(4rem, 8vw, 6rem) 0;
  background: var(--primary);
  position: relative;
  overflow: hidden;
}
.stats-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse at 20% 50%, rgba(26,111,181,0.35), transparent 60%),
    radial-gradient(ellipse at 80% 50%, rgba(229,28,35,0.2), transparent 50%);
}
.stats-section::after {
  content: '';
  position: absolute;
  inset: 0;
  background: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23ffffff' fill-opacity='0.02'%3E%3Ccircle cx='20' cy='20' r='1'/%3E%3C/g%3E%3C/svg%3E");
  pointer-events: none;
}
.stats-grid {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: 2rem;
  position: relative;
  z-index: 2;
}

.stat-item {
  text-align: center;
  padding: 2rem 1.5rem;
  border-radius: var(--radius-xl);
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.08);
  backdrop-filter: blur(8px);
  transition: all 0.4s;
}
.stat-item:hover {
  background: rgba(255,255,255,0.07);
  border-color: rgba(26,111,181,0.4);
  transform: translateY(-4px);
  box-shadow: 0 0 30px rgba(26,111,181,0.2);
}
.stat-number {
  font-family: 'Outfit', sans-serif;
  font-size: clamp(2.5rem, 5vw, 3.5rem);
  font-weight: 900;
  color: #fff;
  line-height: 1;
  margin-bottom: 0.5rem;
  background: linear-gradient(135deg, #fff, rgba(255,255,255,0.8));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.stat-label-main {
  font-size: 0.88rem;
  color: rgba(255,255,255,0.55);
  font-weight: 500;
  letter-spacing: 0.05em;
}

/* =====================
   TESTIMONIALS
===================== */
.testimonials-section {
  background: var(--slate-50);
  padding: clamp(4rem, 8vw, 7rem) 0;
}
.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  margin-top: 1rem;
}

.testimonial-card {
  background: #fff;
  border-radius: var(--radius-xl);
  padding: 2rem;
  border: 1px solid var(--slate-200);
  box-shadow: var(--shadow-sm);
  transition: all 0.4s cubic-bezier(0.4,0,0.2,1);
  position: relative;
  overflow: hidden;
}
.testimonial-card::before {
  content: '"';
  position: absolute;
  top: -0.5rem; right: 1.5rem;
  font-size: 6rem;
  font-family: 'Outfit', sans-serif;
  font-weight: 900;
  color: var(--secondary);
  opacity: 0.07;
  line-height: 1;
}
.testimonial-card:hover {
  transform: translateY(-6px);
  border-color: rgba(26,111,181,0.2);
  box-shadow: 0 20px 50px rgba(26,111,181,0.1), var(--shadow-md);
}
.testimonial-stars {
  color: #f59e0b;
  font-size: 1rem;
  letter-spacing: 0.1em;
  margin-bottom: 1rem;
  text-shadow: 0 0 10px rgba(245,158,11,0.4);
}
.testimonial-text {
  color: var(--slate-700);
  font-size: 0.95rem;
  line-height: 1.75;
  margin-bottom: 1.5rem;
  font-style: italic;
}
.testimonial-author {
  display: flex;
  align-items: center;
  gap: 0.9rem;
  padding-top: 1.25rem;
  border-top: 1px solid var(--slate-100);
}
.testimonial-avatar {
  width: 44px; height: 44px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--secondary), var(--primary));
  display: flex; align-items: center; justify-content: center;
  font-weight: 700;
  font-size: 0.85rem;
  color: #fff;
  flex-shrink: 0;
  box-shadow: 0 4px 12px rgba(26,111,181,0.3);
}
.testimonial-name { font-weight: 700; font-size: 0.9rem; color: var(--foreground); }
.testimonial-role { font-size: 0.8rem; color: var(--muted); }

/* =====================
   CTA SECTION
===================== */
.cta-section {
  background: var(--primary);
  background-image:
    radial-gradient(ellipse at 30% 50%, rgba(26,111,181,0.4) 0%, transparent 60%),
    radial-gradient(ellipse at 70% 50%, rgba(229,28,35,0.25) 0%, transparent 50%);
  padding: clamp(4rem, 8vw, 7rem) 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.cta-section::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(26,111,181,0.6), rgba(229,28,35,0.4), transparent);
}
.cta-section h2 {
  font-family: 'Outfit', sans-serif;
  font-size: clamp(2rem, 4vw, 3.2rem);
  font-weight: 900;
  color: #fff;
  margin-bottom: 1.25rem;
  letter-spacing: -0.02em;
}
.cta-section p {
  color: rgba(255,255,255,0.65);
  font-size: 1.1rem;
  max-width: 560px;
  margin: 0 auto 2.5rem;
  line-height: 1.75;
}
.cta-buttons {
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
}

/* =====================
   FOOTER
===================== */
.site-footer {
  background: #050d1a;
  color: rgba(255,255,255,0.6);
  padding: 5rem 0 0;
  border-top: 1px solid rgba(26,111,181,0.2);
  position: relative;
  overflow: hidden;
}
.site-footer::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--secondary), var(--accent), transparent);
}

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

.footer-logo {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  font-family: 'Outfit', sans-serif;
  font-weight: 800;
  font-size: 1.4rem;
  color: #fff;
  margin-bottom: 1.25rem;
  letter-spacing: -0.02em;
}
.footer-logo-icon {
  width: 38px; height: 38px;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid rgba(26,111,181,0.4);
  box-shadow: 0 0 15px rgba(26,111,181,0.2);
}
.footer-logo-icon img { width: 100%; height: 100%; object-fit: cover; }
.footer-desc {
  font-size: 0.9rem;
  line-height: 1.8;
  color: rgba(255,255,255,0.45);
  margin-bottom: 1.75rem;
  max-width: 280px;
}

.footer-socials {
  display: flex;
  gap: 0.6rem;
}
.footer-social {
  width: 38px; height: 38px;
  border-radius: var(--radius-sm);
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.08);
  display: flex; align-items: center; justify-content: center;
  font-size: 1rem;
  color: rgba(255,255,255,0.5);
  transition: all 0.3s;
  text-decoration: none;
}
.footer-social:hover {
  background: rgba(26,111,181,0.2);
  border-color: rgba(26,111,181,0.4);
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(26,111,181,0.25);
}

.footer-col h4 {
  font-family: 'Outfit', sans-serif;
  font-weight: 700;
  font-size: 0.85rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.4);
  margin-bottom: 1.25rem;
}
.footer-col ul { display: flex; flex-direction: column; gap: 0.65rem; }
.footer-col li a {
  font-size: 0.9rem;
  color: rgba(255,255,255,0.5);
  transition: all 0.25s;
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
}
.footer-col li a::before {
  content: '';
  width: 0;
  height: 1px;
  background: var(--secondary);
  transition: width 0.3s;
  display: inline-block;
}
.footer-col li a:hover { color: #fff; padding-left: 0.25rem; }
.footer-col li a:hover::before { width: 0.75rem; }

.footer-contact-item {
  display: flex;
  align-items: flex-start;
  gap: 0.9rem;
  margin-bottom: 1rem;
  font-size: 0.9rem;
}
.footer-contact-icon {
  width: 36px; height: 36px;
  border-radius: var(--radius-sm);
  background: rgba(26,111,181,0.1);
  border: 1px solid rgba(26,111,181,0.2);
  display: flex; align-items: center; justify-content: center;
  font-size: 0.9rem;
  flex-shrink: 0;
}
.footer-contact-item a { color: rgba(255,255,255,0.6); transition: color 0.25s; }
.footer-contact-item a:hover { color: #fff; }

.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.05);
  padding: 1.5rem 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1rem;
}
.footer-bottom p { font-size: 0.85rem; color: rgba(255,255,255,0.3); }
.footer-bottom-links {
  display: flex;
  gap: 1.5rem;
}
.footer-bottom-links a {
  font-size: 0.85rem;
  color: rgba(255,255,255,0.3);
  transition: color 0.25s;
}
.footer-bottom-links a:hover { color: rgba(255,255,255,0.7); }

/* =====================
   CONTACT
===================== */
.contact-section { padding: clamp(4rem, 8vw, 6rem) 0; background: var(--slate-50); }
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 4rem;
  align-items: start;
}
.contact-info h2 {
  font-family: 'Outfit', sans-serif;
  font-size: clamp(1.8rem, 3vw, 2.4rem);
  font-weight: 800;
  color: var(--foreground);
  margin-bottom: 1rem;
  letter-spacing: -0.02em;
}
.contact-info p { color: var(--muted); line-height: 1.8; margin-bottom: 2.5rem; }
.contact-items { display: flex; flex-direction: column; gap: 1.25rem; }
.contact-item {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  padding: 1.25rem;
  border-radius: var(--radius-lg);
  background: #fff;
  border: 1px solid var(--slate-200);
  transition: all 0.3s;
}
.contact-item:hover {
  border-color: rgba(26,111,181,0.25);
  box-shadow: var(--shadow-md);
  transform: translateX(4px);
}
.contact-item-icon {
  width: 46px; height: 46px;
  border-radius: var(--radius-sm);
  background: linear-gradient(135deg, rgba(26,111,181,0.1), rgba(26,111,181,0.05));
  border: 1px solid rgba(26,111,181,0.2);
  display: flex; align-items: center; justify-content: center;
  font-size: 1.1rem;
  flex-shrink: 0;
}
.contact-item-label { font-size: 0.75rem; font-weight: 700; color: var(--muted); text-transform: uppercase; letter-spacing: 0.08em; margin-bottom: 0.25rem; }
.contact-item-value { font-size: 0.95rem; color: var(--foreground); font-weight: 600; line-height: 1.5; }
.contact-item-value a { color: var(--secondary); transition: color 0.25s; }
.contact-item-value a:hover { color: var(--secondary-dark); }

/* Contact Form */
.contact-form-wrap {
  background: #fff;
  border-radius: var(--radius-xl);
  padding: 2.5rem;
  border: 1px solid var(--slate-200);
  box-shadow: var(--shadow-md);
}
.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.25rem;
  margin-bottom: 1.25rem;
}
.form-field { display: flex; flex-direction: column; gap: 0.5rem; }
.form-field.full { grid-column: 1 / -1; }
.form-field label { font-size: 0.82rem; font-weight: 700; color: var(--slate-700); letter-spacing: 0.03em; }
.form-field input,
.form-field select,
.form-field textarea {
  padding: 0.8rem 1rem;
  border-radius: var(--radius-sm);
  border: 1.5px solid var(--slate-200);
  font-family: 'DM Sans', sans-serif;
  font-size: 0.92rem;
  color: var(--foreground);
  background: var(--slate-50);
  transition: all 0.25s;
  outline: none;
}
.form-field input:focus,
.form-field select:focus,
.form-field textarea:focus {
  border-color: var(--secondary);
  background: #fff;
  box-shadow: 0 0 0 3px rgba(26,111,181,0.12);
}
.form-field textarea { min-height: 130px; resize: vertical; }
.form-field select { cursor: pointer; }

/* =====================
   PRICING
===================== */
.pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  align-items: start;
  padding: 3rem 0;
}

.pricing-card {
  background: #fff;
  border-radius: var(--radius-xl);
  padding: 2.25rem;
  border: 1px solid var(--slate-200);
  box-shadow: var(--shadow-sm);
  transition: all 0.4s cubic-bezier(0.4,0,0.2,1);
  position: relative;
  overflow: hidden;
}
.pricing-card:hover {
  transform: translateY(-8px);
  box-shadow: var(--shadow-lg);
  border-color: rgba(26,111,181,0.2);
}
.pricing-card.featured {
  background: linear-gradient(160deg, var(--primary), var(--primary-80));
  border-color: rgba(26,111,181,0.4);
  box-shadow: 0 0 0 1px rgba(26,111,181,0.3), 0 20px 60px rgba(10,22,40,0.4);
}
.pricing-card.featured:hover {
  transform: translateY(-10px);
  box-shadow: 0 0 0 1px rgba(26,111,181,0.5), 0 30px 70px rgba(10,22,40,0.5), var(--shadow-glow-blue);
}
.pricing-featured-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  background: linear-gradient(135deg, var(--accent), var(--accent-dark));
  color: #fff;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 0.35rem 0.85rem;
  border-radius: 999px;
  margin-bottom: 1.25rem;
  box-shadow: 0 4px 12px rgba(229,28,35,0.3);
}
.pricing-featured-badge::before {
  content: '★';
  font-size: 0.7rem;
}
.pricing-plan {
  font-family: 'Outfit', sans-serif;
  font-weight: 800;
  font-size: 1.1rem;
  margin-bottom: 0.5rem;
  color: var(--foreground);
}
.pricing-card.featured .pricing-plan { color: rgba(255,255,255,0.6); }
.pricing-price {
  font-family: 'Outfit', sans-serif;
  font-weight: 900;
  font-size: 2.5rem;
  color: var(--foreground);
  line-height: 1;
  margin-bottom: 0.25rem;
  letter-spacing: -0.03em;
}
.pricing-price span { font-size: 3rem; }
.pricing-desc {
  font-size: 0.88rem;
  color: var(--muted);
  line-height: 1.65;
  margin-bottom: 1.75rem;
  padding-bottom: 1.75rem;
  border-bottom: 1px solid var(--slate-100);
}
.pricing-card.featured .pricing-desc { color: rgba(255,255,255,0.5); border-bottom-color: rgba(255,255,255,0.08); }
.pricing-features { display: flex; flex-direction: column; gap: 0.75rem; margin-bottom: 2rem; }
.pricing-feature {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  font-size: 0.88rem;
  color: var(--slate-600);
}
.pricing-card.featured .pricing-feature { color: rgba(255,255,255,0.7); }
.pricing-check {
  width: 20px; height: 20px;
  border-radius: 50%;
  background: rgba(16,185,129,0.12);
  border: 1px solid rgba(16,185,129,0.3);
  display: flex; align-items: center; justify-content: center;
  font-size: 0.65rem;
  color: #10b981;
  flex-shrink: 0;
}
.pricing-card.featured .pricing-check {
  background: rgba(16,185,129,0.2);
  border-color: rgba(16,185,129,0.4);
}

/* =====================
   CASE STUDIES
===================== */
.case-card {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 3rem;
  align-items: center;
  background: #fff;
  border-radius: var(--radius-2xl);
  padding: 2.5rem;
  border: 1px solid var(--slate-200);
  box-shadow: var(--shadow-sm);
  transition: all 0.4s;
  overflow: hidden;
}
.case-card:hover {
  border-color: rgba(26,111,181,0.2);
  box-shadow: 0 20px 60px rgba(26,111,181,0.1), var(--shadow-md);
  transform: translateY(-4px);
}
.case-card-visual {
  border-radius: var(--radius-xl);
  overflow: hidden;
  box-shadow: var(--shadow-md);
}
.case-card-visual img {
  width: 100%; height: 260px;
  object-fit: cover;
  transition: transform 0.6s ease;
}
.case-card:hover .case-card-visual img { transform: scale(1.04); }
.case-tag {
  display: inline-flex;
  align-items: center;
  padding: 0.35rem 0.85rem;
  border-radius: 999px;
  background: rgba(26,111,181,0.08);
  border: 1px solid rgba(26,111,181,0.2);
  color: var(--secondary);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 0.75rem;
}
.case-card-body h3 {
  font-family: 'Outfit', sans-serif;
  font-size: 1.3rem;
  font-weight: 800;
  color: var(--foreground);
  margin-bottom: 0.9rem;
  line-height: 1.3;
}
.case-card-body p { color: var(--muted); font-size: 0.92rem; line-height: 1.75; margin-bottom: 1.5rem; }
.case-results {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.75rem;
}
.case-result-item {
  text-align: center;
  padding: 0.85rem 0.5rem;
  background: var(--slate-50);
  border-radius: var(--radius-sm);
  border: 1px solid var(--slate-100);
  transition: all 0.3s;
}
.case-result-item:hover {
  background: rgba(26,111,181,0.05);
  border-color: rgba(26,111,181,0.2);
}
.case-result-num {
  font-family: 'Outfit', sans-serif;
  font-weight: 800;
  font-size: 1.2rem;
  color: var(--secondary);
  line-height: 1;
  margin-bottom: 0.35rem;
}
.case-result-label { font-size: 0.72rem; color: var(--muted); font-weight: 600; }

/* =====================
   ABOUT — TEAM
===================== */
.team-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.25rem;
}
.team-card {
  background: #fff;
  border-radius: var(--radius-xl);
  padding: 2rem 1.5rem;
  text-align: center;
  border: 1px solid var(--slate-200);
  box-shadow: var(--shadow-sm);
  transition: all 0.4s cubic-bezier(0.4,0,0.2,1);
  position: relative;
  overflow: hidden;
}
.team-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--secondary), var(--accent));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s ease;
}
.team-card:hover {
  transform: translateY(-6px);
  border-color: rgba(26,111,181,0.2);
  box-shadow: 0 20px 50px rgba(26,111,181,0.1);
}
.team-card:hover::before { transform: scaleX(1); }

.team-avatar {
  width: 64px; height: 64px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--secondary), var(--primary));
  display: flex; align-items: center; justify-content: center;
  font-family: 'Outfit', sans-serif;
  font-weight: 800;
  font-size: 1.2rem;
  color: #fff;
  margin: 0 auto 1.25rem;
  box-shadow: 0 8px 20px rgba(26,111,181,0.3);
  transition: all 0.3s;
}
.team-card:hover .team-avatar {
  transform: scale(1.08);
  box-shadow: 0 12px 30px rgba(26,111,181,0.4);
}
.team-name { font-family: 'Outfit', sans-serif; font-weight: 700; color: var(--foreground); margin-bottom: 0.35rem; }
.team-role { font-size: 0.82rem; color: var(--muted); }

/* =====================
   SCROLL REVEAL
===================== */
.reveal {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.7s cubic-bezier(0.4,0,0.2,1), transform 0.7s cubic-bezier(0.4,0,0.2,1);
}
.reveal.visible { opacity: 1; transform: translateY(0); }
.reveal-left {
  opacity: 0;
  transform: translateX(-40px);
  transition: opacity 0.8s cubic-bezier(0.4,0,0.2,1), transform 0.8s cubic-bezier(0.4,0,0.2,1);
}
.reveal-left.visible { opacity: 1; transform: translateX(0); }
.reveal-delay-1 { transition-delay: 0.1s; }
.reveal-delay-2 { transition-delay: 0.2s; }
.reveal-delay-3 { transition-delay: 0.3s; }
.reveal-delay-4 { transition-delay: 0.4s; }
.reveal-delay-5 { transition-delay: 0.5s; }

/* =====================
   PARTICLES
===================== */
#particles-canvas {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 1;
}

/* =====================
   NOTIFICATIONS
===================== */
.form-notice {
  padding: 1rem 1.5rem;
  border-radius: var(--radius-md);
  margin-bottom: 1.5rem;
  font-weight: 600;
  font-size: 0.9rem;
  display: flex;
  align-items: center;
  gap: 0.6rem;
}
.form-notice.success {
  background: rgba(16,185,129,0.08);
  color: #059669;
  border: 1px solid rgba(16,185,129,0.25);
}
.form-notice.error {
  background: rgba(229,28,35,0.08);
  color: var(--accent);
  border: 1px solid rgba(229,28,35,0.25);
}

/* =====================
   UTILITIES
===================== */
.text-center { text-align: center; }
.mt-4   { margin-top: 1rem; }
.mt-8   { margin-top: 2rem; }
.mt-12  { margin-top: 3rem; }
.mb-4   { margin-bottom: 1rem; }
.mb-8   { margin-bottom: 2rem; }
.pt-24  { padding-top: 6rem; }

/* WordPress core */
.wp-block-image img { max-width: 100%; }
.aligncenter { margin: 0 auto; display: block; }
.post-content h2,
.post-content h3 { font-family: 'Outfit', sans-serif; margin: 2rem 0 1rem; }
.post-content p { margin-bottom: 1.25rem; }
.post-content ul,
.post-content ol { padding-left: 1.5rem; margin-bottom: 1.25rem; }
.post-content li { margin-bottom: 0.5rem; }

/* =====================
   MOBILE — TABLET (≤1024px)
===================== */
@media (max-width: 1024px) {
  .hero-grid       { grid-template-columns: 1fr; }
  .hero-visual     { display: none; }
  .services-grid   { grid-template-columns: repeat(2, 1fr); }
  .footer-grid     { grid-template-columns: repeat(2, 1fr); }
  .case-card       { grid-template-columns: 1fr; }
  .case-card-visual img { height: 200px; }
  .case-results    { grid-template-columns: repeat(2, 1fr); }
  .testimonials-grid { grid-template-columns: repeat(2, 1fr); }
  .pricing-grid    { grid-template-columns: 1fr; max-width: 480px; margin: 0 auto; }
  .why-grid        { grid-template-columns: 1fr; }
  .team-grid       { grid-template-columns: repeat(2, 1fr); }
  .stats-grid      { grid-template-columns: repeat(2, 1fr); }
}

/* =====================
   MOBILE (≤768px)
===================== */
@media (max-width: 768px) {
  /* Nav */
  .nav-toggle { display: flex; }
  .nav-links {
    display: none;
    position: absolute;
    top: 72px;
    left: 0; right: 0;
    flex-direction: column;
    gap: 0;
    background: rgba(10,22,40,0.98);
    backdrop-filter: blur(24px);
    padding: 1rem;
    border-bottom: 1px solid rgba(255,255,255,0.08);
    border-top: 1px solid rgba(255,255,255,0.06);
  }
  .nav-links.open { display: flex; }
  .nav-links a { padding: 0.85rem 1rem; border-radius: var(--radius-sm); width: 100%; }
  .nav-cta { margin-left: 0 !important; margin-top: 0.5rem; width: 100%; justify-content: center; }

  /* Hero */
  .hero-actions { flex-direction: column; }
  .hero-actions .btn { width: 100%; justify-content: center; }

  /* Sections */
  .services-grid   { grid-template-columns: 1fr; }
  .testimonials-grid { grid-template-columns: 1fr; }
  .contact-grid    { grid-template-columns: 1fr; }
  .footer-grid     { grid-template-columns: 1fr; }
  .form-grid       { grid-template-columns: 1fr; }
  .team-grid       { grid-template-columns: repeat(2, 1fr); }
  .stats-grid      { grid-template-columns: repeat(2, 1fr); }
  .cta-buttons     { flex-direction: column; align-items: center; }
  .cta-buttons .btn { width: 100%; max-width: 340px; justify-content: center; }
  .footer-bottom   { flex-direction: column; text-align: center; }
}

/* =====================
   SMALL MOBILE (≤480px)
===================== */
@media (max-width: 480px) {
  .team-grid    { grid-template-columns: repeat(2, 1fr); }
  .stats-grid   { grid-template-columns: 1fr 1fr; }
  .case-results { grid-template-columns: repeat(2, 1fr); }
  .page-hero h1 { font-size: 2rem; }
}

/* =====================
   ELEMENTOR COMPATIBILITY
===================== */
.site-main, #main-content { padding-top: 72px; }

.elementor-template-canvas .site-main,
.elementor-template-canvas #main-content,
body.elementor-page-template-canvas .site-main,
body.elementor-page-template-canvas #main-content,
.elementor-template-header-footer .site-main,
body.elementor-page-template-header-footer .site-main {
  padding-top: 0 !important;
}
.elementor-section-stretched {
  max-width: none !important;
  left: 0 !important;
  right: 0 !important;
}
.elementor-top-section > .elementor-container { max-width: 1280px; }
.elementor-widget-heading .elementor-heading-title { font-family: 'Outfit', sans-serif; }
