/* ================================================================
   PiQuant Business Solutions — Premium Modern UI
   ================================================================ */

:root {
  --primary: #2563eb;
  --primary-light: #3b82f6;
  --primary-dark: #1d4ed8;
  --secondary: #f97316;
  --secondary-light: #fb923c;
  --accent: #06b6d4;
  --teal: #10b981;
  --purple: #8b5cf6;

  --bg: #f8fafc;
  --bg-white: #ffffff;
  --bg-subtle: #f1f5f9;
  --surface: #ffffff;

  --text: #0f172a;
  --text-secondary: #334155;
  --text-muted: #64748b;
  --text-dim: #94a3b8;

  --border: #e2e8f0;
  --border-light: #f1f5f9;
  --shadow-sm: 0 1px 3px rgba(0,0,0,0.04), 0 1px 2px rgba(0,0,0,0.06);
  --shadow-md: 0 4px 12px rgba(0,0,0,0.06), 0 2px 6px rgba(0,0,0,0.04);
  --shadow-lg: 0 12px 28px rgba(0,0,0,0.08), 0 4px 10px rgba(0,0,0,0.04);
  --shadow-xl: 0 24px 48px rgba(0,0,0,0.1), 0 8px 16px rgba(0,0,0,0.05);
  --shadow-2xl: 0 32px 64px rgba(0,0,0,0.12), 0 12px 24px rgba(0,0,0,0.06);
  --shadow-glow: 0 0 50px rgba(37,99,235,0.15);
  --shadow-card: 0 2px 8px rgba(0,0,0,0.04), 0 8px 24px rgba(0,0,0,0.06);

  --gradient-primary: linear-gradient(135deg, #2563eb 0%, #06b6d4 100%);
  --gradient-warm: linear-gradient(135deg, #f97316 0%, #ef4444 100%);
  --gradient-hero: linear-gradient(160deg, #eff6ff 0%, #f0fdfa 40%, #faf5ff 70%, #fff7ed 100%);
  --gradient-dark: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);
  --gradient-glass: linear-gradient(135deg, rgba(255,255,255,0.9), rgba(255,255,255,0.7));

  --font-primary: 'Inter', -apple-system, system-ui, sans-serif;
  --font-display: 'Space Grotesk', 'Inter', sans-serif;

  --radius-sm: 10px;
  --radius-md: 14px;
  --radius-lg: 18px;
  --radius-xl: 24px;
  --radius-2xl: 32px;
  --transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  --transition-spring: 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
}

*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--font-primary);
  background: var(--bg);
  color: var(--text);
  line-height: 1.7;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
a { color: inherit; text-decoration: none; }
ul { list-style: none; }
img { max-width: 100%; display: block; image-rendering: -webkit-optimize-contrast; }
svg { shape-rendering: geometricPrecision; }
.container { max-width: 1200px; margin: 0 auto; padding: 0 1.5rem; }

#particles-canvas {
  position: fixed; inset: 0; z-index: 0; pointer-events: none; opacity: 0.3;
}

/* ================================================================
   NAVIGATION
   ================================================================ */
.navbar {
  position: fixed; top: 0; left: 0; right: 0;
  z-index: 1000; padding: 0;
  transition: var(--transition); background: rgba(255,255,255,0);
}
.navbar.scrolled {
  background: rgba(255,255,255,0.92);
  backdrop-filter: blur(24px) saturate(1.8);
  -webkit-backdrop-filter: blur(24px) saturate(1.8);
  border-bottom: 1px solid rgba(226,232,240,0.6);
  box-shadow: 0 1px 24px rgba(0,0,0,0.06);
}
.navbar-container {
  max-width: 1280px; margin: 0 auto; padding: 0 2.5rem;
  display: flex; align-items: center; justify-content: space-between;
  height: 88px;
}
.navbar-logo, .footer-logo { display: flex; align-items: center; gap: 0.6rem; text-decoration: none; flex-shrink: 0; }
.logo-icon { height: 80px; width: auto; object-fit: contain; display: block; }
.logo-brand { height: 56px; width: auto; object-fit: contain; display: block; }
.logo-img { height: 80px; width: auto; object-fit: contain; display: block; }
.logo-img-small { height: 56px; width: auto; object-fit: contain; display: block; }
.logo-3d { display: flex; align-items: center; gap: 0; font-family: var(--font-display); }
.logo-symbol {
  font-size: 2.4rem; font-weight: 700;
  background: linear-gradient(180deg, #f7a839, #e85d26);
  -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}
.logo-q {
  font-size: 2.15rem; font-weight: 700;
  background: linear-gradient(180deg, #06b6d4, #10b981);
  -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
  margin-left: -2px;
}
.logo-3d.small .logo-symbol { font-size: 1.6rem; }
.logo-3d.small .logo-q { font-size: 1.5rem; }
.logo-text-group { display: flex; flex-direction: column; line-height: 1.2; justify-content: center; gap: 1px; }
.logo-name {
  font-family: var(--font-display); font-weight: 800;
  font-size: 1.6rem; letter-spacing: 0.01em; color: var(--text);
  background: linear-gradient(135deg, #1e40af, #2563eb, #0ea5e9);
  -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}
.logo-tagline {
  font-size: 0.72rem; letter-spacing: 0.12em; font-weight: 600;
  color: var(--text-muted); text-transform: uppercase;
}

.nav-menu { display: flex; align-items: center; gap: 0.2rem; flex-wrap: nowrap; }
.nav-menu > li { display: flex; align-items: center; }
.nav-item { position: relative; }
.nav-link {
  font-size: 1rem; font-weight: 600; color: var(--text-muted);
  padding: 0.55rem 0.95rem; border-radius: var(--radius-sm);
  transition: all var(--transition); position: relative;
  display: flex; align-items: center; gap: 0.3rem;
}
/* Dropdown */
.dropdown-menu {
  display: none; position: absolute; top: calc(100% + 8px); left: 0;
  background: #fff; border: 1px solid rgba(37,99,235,0.1);
  border-radius: var(--radius); box-shadow: 0 12px 32px rgba(0,0,0,0.12);
  min-width: 220px; padding: 0.5rem 0; z-index: 200; white-space: nowrap;
}
.nav-item:hover .dropdown-menu,
.nav-item:focus-within .dropdown-menu { display: block; }
.dropdown-menu a {
  display: block; padding: 0.6rem 1.1rem;
  font-size: 0.9rem; font-weight: 500; color: var(--text);
  text-decoration: none; transition: all 0.15s;
}
.dropdown-menu a:hover { background: rgba(37,99,235,0.06); color: var(--primary); }
.dropdown-arrow { width: 14px; height: 14px; transition: transform 0.2s; }
.nav-item:hover .dropdown-arrow { transform: rotate(180deg); }
.nav-link:hover { color: var(--primary); background: rgba(37,99,235,0.06); }
.nav-link.active { color: var(--primary); font-weight: 600; }
.nav-link.active::after {
  content: ''; position: absolute; bottom: 2px; left: 50%; transform: translateX(-50%);
  width: 20px; height: 2.5px; border-radius: 2px; background: var(--gradient-primary);
}
.cta-link {
  background: var(--gradient-primary) !important; color: #fff !important;
  font-weight: 600 !important; border-radius: 50px !important; padding: 0.5rem 1.25rem !important;
}
.cta-link::after { display: none; }
.cta-link:hover { opacity: 0.9; transform: translateY(-1px); box-shadow: var(--shadow-glow); }

.hamburger { display: none; flex-direction: column; gap: 5px; background: none; border: none; cursor: pointer; padding: 4px; }
.hamburger span { display: block; width: 24px; height: 2px; background: var(--text); border-radius: 2px; transition: var(--transition); }
.hamburger.active span:nth-child(1) { transform: rotate(45deg) translate(5px, 5px); }
.hamburger.active span:nth-child(2) { opacity: 0; }
.hamburger.active span:nth-child(3) { transform: rotate(-45deg) translate(5px, -5px); }

/* ================================================================
   BUTTONS
   ================================================================ */
.btn {
  display: inline-flex; align-items: center; gap: 0.6rem;
  padding: 0.85rem 1.75rem; border-radius: var(--radius-md);
  font-family: var(--font-primary); font-weight: 600; font-size: 1rem;
  border: none; cursor: pointer; transition: all var(--transition); position: relative; overflow: hidden;
  letter-spacing: 0.01em;
}
.btn-primary { background: var(--gradient-primary); color: #fff; box-shadow: 0 4px 16px rgba(37,99,235,0.3); }
.btn-primary:hover { transform: translateY(-3px); box-shadow: 0 10px 30px rgba(37,99,235,0.35); }
.btn-secondary { background: var(--bg-white); color: var(--text); border: 1.5px solid var(--border); box-shadow: var(--shadow-sm); }
.btn-secondary:hover { background: var(--bg-subtle); transform: translateY(-2px); box-shadow: var(--shadow-md); }
.btn-outline { background: transparent; color: var(--primary); border: 2px solid var(--primary); }
.btn-outline:hover { background: var(--primary); color: #fff; }
.btn-large { padding: 1.1rem 2.25rem; font-size: 1.05rem; border-radius: var(--radius-lg); }
.btn-glass {
  background: rgba(255,255,255,0.8); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px);
  border: 1.5px solid rgba(226,232,240,0.8); color: var(--text);
  box-shadow: 0 2px 12px rgba(0,0,0,0.04);
}
.btn-glass:hover { background: rgba(255,255,255,0.95); transform: translateY(-2px); box-shadow: var(--shadow-md); }
.btn-glow::before {
  content: ''; position: absolute; inset: -3px; border-radius: inherit;
  background: var(--gradient-primary); z-index: -1; opacity: 0; filter: blur(16px); transition: opacity var(--transition);
}
.btn-glow:hover::before { opacity: 0.5; }
.btn-danger { background: #ef4444; color: #fff; }
.btn-danger:hover { background: #dc2626; }
.btn-sm { padding: 0.45rem 1rem; font-size: 0.85rem; }

/* ================================================================
   HERO
   ================================================================ */
.hero {
  position: relative; min-height: 100vh;
  display: flex; flex-direction: column; justify-content: center;
  padding: 10rem 1.5rem 4rem; overflow: hidden; z-index: 1;
  background: var(--gradient-hero);
}
.hero::before {
  content: ''; position: absolute; top: -25%; right: -15%;
  width: 800px; height: 800px; border-radius: 50%;
  background: radial-gradient(circle, rgba(37,99,235,0.06), transparent 70%);
  pointer-events: none;
}
.hero::after {
  content: ''; position: absolute; bottom: -20%; left: -10%;
  width: 700px; height: 700px; border-radius: 50%;
  background: radial-gradient(circle, rgba(6,182,212,0.05), transparent 70%);
  pointer-events: none;
}
.hero-grid {
  max-width: 1200px; margin: 0 auto; width: 100%;
  display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: center;
}
.hero-centered {
  max-width: 1200px; margin: 0 auto; width: 100%;
  display: flex; align-items: center; justify-content: center; text-align: center;
}
.hero-centered .hero-content { max-width: 820px; }
.hero-centered .hero-description { max-width: 660px; margin-left: auto; margin-right: auto; }
.hero-centered .hero-actions { justify-content: center; }
.hero-centered .hero-stats { justify-content: center; }
.hero-badge {
  display: inline-flex; align-items: center; gap: 0.6rem;
  padding: 0.5rem 1.25rem 0.5rem 0.75rem; border-radius: 50px;
  background: rgba(37,99,235,0.06); border: 1px solid rgba(37,99,235,0.12);
  font-size: 0.9rem; color: var(--primary); font-weight: 600; margin-bottom: 2rem;
  backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px);
}
.badge-dot { width: 10px; height: 10px; background: var(--primary); border-radius: 50%; animation: pulse-dot 2s infinite; }
@keyframes pulse-dot {
  0%, 100% { box-shadow: 0 0 0 0 rgba(37,99,235,0.4); }
  50% { box-shadow: 0 0 0 6px rgba(37,99,235,0); }
}
.hero-title {
  font-family: var(--font-display); font-size: clamp(2.8rem, 5.5vw, 4.25rem);
  font-weight: 800; line-height: 1.1; margin-bottom: 1.75rem;
  letter-spacing: -0.02em;
}
.gradient-text {
  background: var(--gradient-primary);
  -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}
.gradient-text-light {
  background: var(--gradient-primary);
  -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}
.hero-description { font-size: 1.2rem; color: var(--text-secondary); max-width: 520px; margin-bottom: 2.5rem; line-height: 1.8; }
.hero-actions { display: flex; gap: 1.25rem; flex-wrap: wrap; margin-bottom: 3.5rem; }
.hero-stats { display: flex; gap: 3rem; }
.stat-item { display: flex; flex-direction: column; align-items: center; }
.stat-number {
  font-family: var(--font-display); font-size: 2.5rem; font-weight: 800;
  background: var(--gradient-primary);
  -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}
.stat-suffix {
  font-family: var(--font-display); font-size: 1.75rem; font-weight: 800;
  background: var(--gradient-primary);
  -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}
.stat-label { font-size: 0.85rem; color: var(--text-dim); margin-top: 0.3rem; font-weight: 500; }

/* hero-visual removed — clean centered hero layout */

.scroll-indicator {
  position: absolute; bottom: 2rem; left: 50%; transform: translateX(-50%);
  display: flex; flex-direction: column; align-items: center; gap: 0.5rem;
  color: var(--text-dim); font-size: 0.8rem; animation: fade-bounce 2s infinite;
}
@keyframes fade-bounce {
  0%, 100% { opacity: 0.4; transform: translateX(-50%) translateY(0); }
  50% { opacity: 1; transform: translateX(-50%) translateY(6px); }
}
.mouse { width: 22px; height: 36px; border: 2px solid var(--text-dim); border-radius: 12px; position: relative; }
.mouse-wheel {
  width: 3px; height: 8px; background: var(--text-muted); border-radius: 2px;
  position: absolute; top: 6px; left: 50%; transform: translateX(-50%);
  animation: scroll-wheel 1.5s infinite;
}
@keyframes scroll-wheel { 0% { opacity:1; transform: translateX(-50%) translateY(0); } 100% { opacity:0; transform: translateX(-50%) translateY(12px); } }

/* ================================================================
   SECTION HEADERS
   ================================================================ */
.section-header { text-align: center; margin-bottom: 4.5rem; }
.section-badge {
  display: inline-block; padding: 0.4rem 1.15rem; border-radius: 50px;
  background: rgba(37,99,235,0.06); border: 1px solid rgba(37,99,235,0.1);
  font-size: 0.82rem; font-weight: 600; color: var(--primary);
  letter-spacing: 0.06em; margin-bottom: 1.25rem; text-transform: uppercase;
}
.section-badge.light { background: rgba(37,99,235,0.08); border-color: rgba(37,99,235,0.15); color: var(--primary); }
.section-title { font-family: var(--font-display); font-size: clamp(2.2rem, 4.5vw, 3.25rem); font-weight: 800; margin-bottom: 1.25rem; letter-spacing: -0.02em; }
.section-subtitle { font-size: 1.15rem; color: var(--text-muted); max-width: 640px; margin: 0 auto; line-height: 1.8; }

/* ================================================================
   SERVICES — 2×2 Grid
   ================================================================ */
.services { position: relative; z-index: 1; padding: 7rem 0; background: var(--bg-white); }
.services-grid { display: flex; flex-wrap: wrap; justify-content: center; gap: 1.75rem; }
.service-card-3d { flex: 0 1 calc(33.333% - 1.2rem); perspective: 1000px; }
.card-inner { position: relative; border-radius: var(--radius-xl); transition: transform 0.5s cubic-bezier(0.4,0,0.2,1); transform-style: preserve-3d; }
.service-card-3d:hover .card-inner { transform: translateY(-8px); }
.card-front {
  position: relative; padding: 2.25rem; background: var(--bg-white);
  border: 1px solid var(--border); border-radius: var(--radius-xl);
  overflow: hidden; transition: all var(--transition);
}
.service-card-3d:hover .card-front { border-color: rgba(37,99,235,0.18); box-shadow: var(--shadow-2xl); }
.service-glow {
  position: absolute; top: -80px; right: -80px;
  width: 200px; height: 200px; border-radius: 50%;
  opacity: 0.04; filter: blur(50px); transition: opacity var(--transition);
}
.service-card-3d:hover .service-glow { opacity: 0.08; }
.glow-blue { background: var(--primary); }
.glow-orange { background: var(--secondary); }
.glow-teal { background: var(--teal); }
.glow-purple { background: var(--purple); }
.service-icon-wrap {
  width: 72px; height: 72px; border-radius: var(--radius-lg);
  display: flex; align-items: center; justify-content: center; margin-bottom: 1.5rem;
}
.service-icon-wrap svg { width: 36px; height: 36px; }
.service-icon-wrap.blue { background: rgba(37,99,235,0.08); color: var(--primary); }
.service-icon-wrap.orange { background: rgba(249,115,22,0.08); color: var(--secondary); }
.service-icon-wrap.teal { background: rgba(16,185,129,0.08); color: var(--teal); }
.service-icon-wrap.purple { background: rgba(139,92,246,0.08); color: var(--purple); }
.card-front h3 { font-family: var(--font-display); font-size: 1.3rem; font-weight: 700; margin-bottom: 0.75rem; }
.card-front p { color: var(--text-muted); font-size: 0.95rem; margin-bottom: 1.35rem; line-height: 1.75; }
.service-features { margin-bottom: 1.4rem; }
.service-features li {
  padding: 0.4rem 0 0.4rem 1.5rem; position: relative;
  color: var(--text-secondary); font-size: 0.92rem;
}
.service-features li::before {
  content: ''; position: absolute; left: 0; top: 50%; transform: translateY(-50%);
  width: 8px; height: 8px; border-radius: 50%; background: var(--gradient-primary);
}
.card-cta {
  display: inline-flex; align-items: center; gap: 0.5rem;
  font-size: 0.95rem; font-weight: 600; color: var(--primary); cursor: pointer;
  transition: gap var(--transition);
}
.service-card-3d:hover .card-cta { gap: 0.8rem; }

/* ================================================================
   ACCELERATORS
   ================================================================ */
.accelerators { position: relative; z-index: 1; padding: 7rem 0; background: var(--bg-subtle); }
.accelerators-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.75rem; }
.accel-card {
  position: relative; padding: 2.25rem; background: var(--bg-white);
  border: 1px solid var(--border); border-radius: var(--radius-xl);
  transition: all var(--transition); overflow: hidden;
}
.accel-card:hover { transform: translateY(-8px); border-color: rgba(37,99,235,0.15); box-shadow: var(--shadow-2xl); }
.accel-number {
  font-family: var(--font-display); font-size: 3.5rem; font-weight: 800;
  background: var(--gradient-primary);
  -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
  opacity: 0.1; position: absolute; top: 1rem; right: 1.5rem;
}
.accel-card h3 { font-family: var(--font-display); font-size: 1.2rem; font-weight: 700; margin-bottom: 0.75rem; }
.accel-card p { color: var(--text-muted); font-size: 0.92rem; line-height: 1.75; margin-bottom: 1.35rem; }
.accel-tags { display: flex; gap: 0.5rem; flex-wrap: wrap; }
.accel-tags span {
  padding: 0.3rem 0.85rem; border-radius: 50px; font-size: 0.78rem;
  background: rgba(37,99,235,0.06); border: 1px solid rgba(37,99,235,0.1);
  color: var(--primary); font-weight: 500;
}

/* ================================================================
   LET'S TALK
   ================================================================ */
.lets-talk { position: relative; z-index: 1; padding: 6rem 0; background: var(--bg-white); overflow: hidden; }
.lets-talk::before {
  content: ''; position: absolute; top: -40%; right: -15%;
  width: 600px; height: 600px; border-radius: 50%;
  background: radial-gradient(circle, rgba(37,99,235,0.04), transparent 70%);
  pointer-events: none;
}
.lets-talk-container {
  max-width: 1200px; margin: 0 auto; padding: 0 1.5rem;
  display: grid; grid-template-columns: 1fr 1.1fr; gap: 4rem; align-items: start;
}
.lets-talk-content h2 { font-family: var(--font-display); font-size: clamp(2rem, 4vw, 2.75rem); font-weight: 800; line-height: 1.2; margin-bottom: 1.5rem; }
.lets-talk-desc { color: var(--text-muted); font-size: 1rem; margin-bottom: 2.5rem; line-height: 1.8; }
.career-cta { margin-bottom: 2rem; }
.career-cta h3 { font-size: 1.05rem; margin-bottom: 0.5rem; font-weight: 600; }
.career-link { display: inline-flex; align-items: center; gap: 0.5rem; color: var(--primary); font-weight: 600; transition: gap var(--transition); }
.career-link:hover { gap: 0.8rem; }
.trust-badges { display: flex; flex-direction: column; gap: 0.75rem; }
.trust-item { display: flex; align-items: center; gap: 0.75rem; color: var(--text-muted); font-size: 0.9rem; }
.trust-item svg { color: var(--teal); }

.contact-form {
  background: var(--bg-white); border: 1px solid var(--border);
  border-radius: var(--radius-2xl); padding: 2.75rem;
  box-shadow: var(--shadow-2xl); position: relative; overflow: hidden;
}
.contact-form::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 4px; background: var(--gradient-primary); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1.25rem; margin-bottom: 1.25rem; }
.form-row.full { grid-template-columns: 1fr; }
.form-group { display: flex; flex-direction: column; }
.form-group.full-width { grid-column: 1 / -1; }
.form-group label { font-size: 0.85rem; font-weight: 500; color: var(--text-secondary); margin-bottom: 0.4rem; }
.form-group input, .form-group textarea, .form-group select {
  padding: 0.8rem 1.1rem; border-radius: var(--radius-sm);
  background: var(--bg-subtle); border: 1.5px solid var(--border);
  color: var(--text); font-family: var(--font-primary); font-size: 0.95rem;
  transition: all var(--transition); outline: none;
}
.form-group select { appearance: none; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%2364748b' stroke-width='2'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 12px center; padding-right: 2.5rem; }
.form-group input::placeholder, .form-group textarea::placeholder { color: var(--text-dim); }
.form-group input:focus, .form-group textarea:focus, .form-group select:focus { border-color: var(--primary); box-shadow: 0 0 0 3px rgba(37,99,235,0.1); background: var(--bg-white); }
.form-group input.invalid, .form-group textarea.invalid { border-color: #ef4444; }
.form-group input.valid, .form-group textarea.valid { border-color: var(--teal); }
.field-error { font-size: 0.8rem; color: #ef4444; margin-top: 0.25rem; }
.form-group textarea { resize: vertical; min-height: 100px; }
.form-footer { margin-top: 1.5rem; }
.form-disclaimer { font-size: 0.8rem; color: var(--text-dim); margin-top: 1rem; line-height: 1.6; }
.form-disclaimer a { color: var(--primary); text-decoration: underline; }
.form-notification {
  padding: 1rem; border-radius: var(--radius-sm); margin-bottom: 1rem; font-weight: 500;
  opacity: 0; transform: translateY(-10px); transition: all var(--transition);
}
.form-notification.show { opacity: 1; transform: translateY(0); }
.form-notification.success { background: rgba(16,185,129,0.08); border: 1px solid rgba(16,185,129,0.2); color: #059669; }
.form-notification.error { background: rgba(239,68,68,0.08); border: 1px solid rgba(239,68,68,0.2); color: #dc2626; }

/* ================================================================
   CHATBOT — Modern Glass Design
   ================================================================ */
#chatbot-container { position: fixed; bottom: 1.5rem; right: 1.5rem; z-index: 999; }

.chatbot-toggle {
  width: 60px; height: 60px; border-radius: 50%;
  background: var(--gradient-primary); border: none; cursor: pointer;
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 8px 25px rgba(37,99,235,0.3);
  transition: all var(--transition); color: #fff;
}
.chatbot-toggle:hover { transform: scale(1.08); box-shadow: 0 12px 35px rgba(37,99,235,0.4); }
.chatbot-toggle.hidden { transform: scale(0); pointer-events: none; }

.chatbot-panel {
  position: absolute; bottom: 80px; right: 0;
  width: 400px; height: 580px;
  background: var(--bg-white); border: 1px solid var(--border);
  border-radius: var(--radius-2xl); overflow: hidden;
  box-shadow: 0 25px 60px rgba(0,0,0,0.12);
  display: flex; flex-direction: column;
  transform: scale(0.85) translateY(20px); opacity: 0;
  pointer-events: none; transition: all 0.35s cubic-bezier(0.34,1.56,0.64,1);
}
.chatbot-panel.open { transform: scale(1) translateY(0); opacity: 1; pointer-events: auto; }

.chatbot-header {
  background: var(--gradient-primary); padding: 1.25rem 1.5rem;
  display: flex; align-items: center; justify-content: space-between; flex-shrink: 0;
}
.chatbot-header-info { display: flex; align-items: center; gap: 0.75rem; }
.chatbot-avatar {
  width: 40px; height: 40px; border-radius: 50%;
  background: rgba(255,255,255,0.2); display: flex;
  align-items: center; justify-content: center;
  font-weight: 700; font-size: 0.85rem; color: #fff; font-family: var(--font-display);
}
.chatbot-avatar img { height: 28px; width: auto; display: block; }
.chatbot-title { font-size: 1rem; font-weight: 600; color: #fff; }
.chatbot-status { display: flex; align-items: center; gap: 0.35rem; font-size: 0.75rem; color: rgba(255,255,255,0.8); }
.status-dot { width: 7px; height: 7px; border-radius: 50%; background: #34d399; box-shadow: 0 0 6px rgba(52,211,153,0.5); }
.chatbot-close {
  background: rgba(255,255,255,0.15); border: none; color: #fff;
  width: 32px; height: 32px; border-radius: 50%; cursor: pointer;
  font-size: 1.2rem; display: flex; align-items: center; justify-content: center;
  transition: background var(--transition);
}
.chatbot-close:hover { background: rgba(255,255,255,0.25); }

.chatbot-messages, #chatMessages {
  flex: 1; overflow-y: auto; padding: 1.25rem; display: flex;
  flex-direction: column; gap: 1rem; background: var(--bg-subtle);
  scrollbar-width: thin; scrollbar-color: var(--border) transparent;
}
.chat-message { display: flex; flex-direction: column; gap: 0.25rem; animation: msg-in 0.3s ease; }
.chat-message.bot { align-items: flex-start; }
.chat-message.user { align-items: flex-end; }
@keyframes msg-in { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: translateY(0); } }
.message-bubble { padding: 0.8rem 1.1rem; max-width: 85%; font-size: 0.9rem; line-height: 1.6; word-wrap: break-word; }
.chat-message.bot .message-bubble {
  background: var(--bg-white); border: 1px solid var(--border); color: var(--text);
  border-radius: 4px var(--radius-lg) var(--radius-lg) var(--radius-lg); box-shadow: var(--shadow-sm);
}
.chat-message.bot .message-bubble b { color: var(--primary); }
.chat-message.bot .message-bubble a { color: var(--primary); text-decoration: underline; }
.chat-message.bot .message-bubble ul { margin: 0.5rem 0 0 0; padding-left: 1.2rem; }
.chat-message.bot .message-bubble ul li { margin-bottom: 0.4rem; }
.chat-message.user .message-bubble {
  background: var(--gradient-primary); color: #fff;
  border-radius: var(--radius-lg) 4px var(--radius-lg) var(--radius-lg);
}
.message-time { font-size: 0.7rem; color: var(--text-dim); padding: 0 0.25rem; }

.typing-indicator .message-bubble { display: flex; gap: 4px; padding: 1rem 1.2rem; }
.typing-indicator .dot {
  width: 8px; height: 8px; background: var(--text-dim); border-radius: 50%;
  animation: typing-bounce 1.4s infinite ease-in-out both;
}
.typing-indicator .dot:nth-child(2) { animation-delay: 0.16s; }
.typing-indicator .dot:nth-child(3) { animation-delay: 0.32s; }
@keyframes typing-bounce { 0%, 80%, 100% { transform: scale(0.6); opacity: 0.4; } 40% { transform: scale(1); opacity: 1; } }

.chatbot-quick-replies, #quickReplies {
  display: flex; flex-wrap: wrap; gap: 0.4rem; padding: 0.5rem 1.25rem 0.25rem; background: var(--bg-subtle);
}
.quick-reply-btn {
  padding: 0.4rem 0.9rem; border-radius: 50px;
  background: var(--bg-white); border: 1px solid var(--primary);
  color: var(--primary); font-size: 0.8rem; font-weight: 500;
  cursor: pointer; transition: all var(--transition);
}
.quick-reply-btn:hover { background: var(--primary); color: #fff; }

.chatbot-input-area {
  display: flex; gap: 0.5rem; padding: 1rem 1.25rem;
  border-top: 1px solid var(--border); background: var(--bg-white); flex-shrink: 0;
}
#chatInput {
  flex: 1; padding: 0.65rem 1rem; border-radius: 50px;
  background: var(--bg-subtle); border: 1px solid var(--border);
  color: var(--text); font-size: 0.9rem; outline: none; font-family: var(--font-primary);
  transition: border-color var(--transition);
}
#chatInput::placeholder { color: var(--text-dim); }
#chatInput:focus { border-color: var(--primary); }
#chatSend {
  width: 40px; height: 40px; border-radius: 50%;
  background: var(--gradient-primary); border: none;
  display: flex; align-items: center; justify-content: center;
  cursor: pointer; transition: all var(--transition); color: #fff;
}
#chatSend:hover { transform: scale(1.08); }

/* ================================================================
   WHATSAPP WIDGET
   ================================================================ */
#whatsapp-container { position: fixed; bottom: 1.5rem; left: 1.5rem; z-index: 998; }
.whatsapp-btn {
  width: 60px; height: 60px; border-radius: 50%;
  background: linear-gradient(135deg, #25d366, #128c7e);
  border: none; cursor: pointer; display: flex; align-items: center; justify-content: center;
  box-shadow: 0 8px 25px rgba(37,211,102,0.25); transition: all var(--transition); position: relative;
}
.whatsapp-btn:hover { transform: scale(1.1) translateY(-3px); box-shadow: 0 12px 35px rgba(37,211,102,0.4); }
.whatsapp-btn svg { width: 28px; height: 28px; fill: white; }
.whatsapp-tooltip {
  position: absolute; bottom: 72px; left: 50%; transform: translateX(-50%);
  background: var(--bg-white); color: var(--text); padding: 0.5rem 0.9rem;
  border-radius: var(--radius-sm); font-size: 0.8rem; white-space: nowrap;
  border: 1px solid var(--border); box-shadow: var(--shadow-lg);
  opacity: 0; visibility: hidden; transition: all var(--transition);
}
.whatsapp-tooltip::after { content: ''; position: absolute; top: 100%; left: 50%; transform: translateX(-50%); border: 5px solid transparent; border-top-color: var(--bg-white); }
.whatsapp-btn:hover .whatsapp-tooltip { opacity: 1; visibility: visible; }
.whatsapp-pulse {
  position: absolute; inset: -4px; border-radius: 50%;
  border: 2px solid rgba(37,211,102,0.35); animation: wa-pulse 2s infinite;
}
@keyframes wa-pulse { 0% { transform: scale(1); opacity: 1; } 100% { transform: scale(1.5); opacity: 0; } }

/* ================================================================
   FOOTER
   ================================================================ */
.footer {
  position: relative; z-index: 1; background: var(--gradient-dark); color: #cbd5e1;
  border-top: 1px solid rgba(255,255,255,0.06); padding: 5rem 0 2rem;
}
.footer .logo-name { background: linear-gradient(135deg, #93c5fd, #60a5fa, #38bdf8); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
.footer .logo-tagline { color: #94a3b8; }
.footer .logo-img { filter: brightness(0) invert(1); }
.footer-top { display: grid; grid-template-columns: 1.2fr 2fr; gap: 3rem; margin-bottom: 3rem; }
.footer-brand p { color: #64748b; font-size: 0.9rem; margin-top: 1rem; max-width: 280px; }
.footer-links { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2rem; }
.footer-col h4 { font-size: 0.95rem; font-weight: 600; margin-bottom: 1rem; color: #f1f5f9; }
.footer-col a { display: block; padding: 0.3rem 0; color: #64748b; font-size: 0.9rem; transition: color var(--transition); }
.footer-col a:hover { color: #e2e8f0; }
.footer-bottom { text-align: center; padding-top: 2rem; border-top: 1px solid rgba(255,255,255,0.06); color: #475569; font-size: 0.85rem; }

/* ================================================================
   JOBS PAGE
   ================================================================ */
.jobs-hero {
  position: relative; z-index: 1; text-align: center;
  padding: 11rem 1.5rem 5.5rem; overflow: hidden; background: var(--gradient-hero);
}
.jobs-hero-content h1 { font-family: var(--font-display); font-size: clamp(2.8rem, 5.5vw, 3.75rem); font-weight: 800; margin-bottom: 1.25rem; letter-spacing: -0.02em; }
.jobs-hero-content p { color: var(--text-muted); font-size: 1.2rem; max-width: 640px; margin: 0 auto; }
.jobs-hero-shapes { position: absolute; inset: 0; pointer-events: none; }
.shape { position: absolute; border-radius: 50%; opacity: 0.04; }
.shape-1 { width: 500px; height: 500px; top: -200px; right: -100px; background: var(--primary); }
.shape-2 { width: 300px; height: 300px; bottom: -100px; left: -50px; background: var(--accent); }
.shape-3 { width: 200px; height: 200px; top: 40%; left: 60%; background: var(--secondary); }

.jobs-section { position: relative; z-index: 1; padding: 4rem 0; }
.jobs-controls { display: flex; align-items: center; justify-content: space-between; gap: 1rem; margin-bottom: 2rem; flex-wrap: wrap; }
.search-box {
  display: flex; align-items: center; gap: 0.75rem;
  padding: 0.6rem 1rem; border-radius: 50px;
  background: var(--bg-white); border: 1px solid var(--border);
  flex: 1; max-width: 400px; box-shadow: var(--shadow-sm);
}
.search-box svg { color: var(--text-dim); flex-shrink: 0; }
.search-box input { background: none; border: none; color: var(--text); font-size: 0.9rem; outline: none; width: 100%; }
.search-box input::placeholder { color: var(--text-dim); }
.filter-buttons { display: flex; gap: 0.5rem; }
.filter-btn {
  padding: 0.5rem 1.25rem; border-radius: 50px;
  background: transparent; border: 1px solid var(--border);
  color: var(--text-muted); font-size: 0.85rem; font-weight: 500;
  cursor: pointer; transition: all var(--transition);
}
.filter-btn:hover, .filter-btn.active { background: var(--primary); border-color: var(--primary); color: #fff; }
#jobs-list { display: grid; grid-template-columns: repeat(auto-fill, minmax(360px, 1fr)); gap: 1.5rem; }
.job-card {
  background: var(--bg-white); border: 1px solid var(--border);
  border-radius: var(--radius-xl); padding: 2rem;
  transition: all var(--transition); display: flex; flex-direction: column; box-shadow: var(--shadow-sm);
}
.job-card:hover { transform: translateY(-6px); border-color: rgba(37,99,235,0.15); box-shadow: var(--shadow-2xl); }
.job-card-header { display: flex; justify-content: space-between; align-items: flex-start; margin-bottom: 0.75rem; }
.job-title { font-family: var(--font-display); font-size: 1.1rem; font-weight: 700; }
.job-type { padding: 0.2rem 0.65rem; border-radius: 50px; font-size: 0.72rem; font-weight: 600; background: rgba(37,99,235,0.08); color: var(--primary); white-space: nowrap; }
.job-type.contract { background: rgba(249,115,22,0.08); color: var(--secondary); }
.job-meta { display: flex; gap: 1.25rem; margin-bottom: 0.75rem; }
.job-dept, .job-loc { display: flex; align-items: center; gap: 0.4rem; font-size: 0.82rem; color: var(--text-muted); }
.job-dept svg, .job-loc svg { width: 14px; height: 14px; }
.job-desc { color: var(--text-muted); font-size: 0.88rem; margin-bottom: 1.25rem; line-height: 1.7; flex-grow: 1; }
.job-card .apply-btn {
  width: 100%; padding: 0.7rem; border-radius: var(--radius-md);
  background: var(--gradient-primary); border: none;
  color: #fff; font-weight: 600; font-size: 0.88rem;
  cursor: pointer; transition: all var(--transition);
}
.job-card .apply-btn:hover { transform: translateY(-2px); box-shadow: 0 6px 20px rgba(37,99,235,0.25); }
.no-results { text-align: center; padding: 4rem 1rem; color: var(--text-muted); }
.no-results h3 { font-size: 1.3rem; margin-bottom: 0.5rem; color: var(--text); }

.jobs-cta { position: relative; z-index: 1; padding: 4rem 0; }
.cta-card {
  text-align: center; padding: 5rem 2.5rem;
  background: var(--gradient-hero); border: 1px solid var(--border);
  border-radius: var(--radius-2xl); box-shadow: var(--shadow-xl);
}
.cta-card h2 { font-family: var(--font-display); font-size: 2.25rem; margin-bottom: 1.25rem; letter-spacing: -0.02em; }
.cta-card p { color: var(--text-muted); margin-bottom: 2.25rem; max-width: 540px; margin-left: auto; margin-right: auto; font-size: 1.05rem; line-height: 1.8; }

/* ================================================================
   AUTH PAGES
   ================================================================ */
.auth-page {
  min-height: 100vh; display: flex; align-items: center; justify-content: center;
  background: var(--gradient-hero); padding: 2rem;
}
.auth-card {
  width: 100%; max-width: 500px; background: var(--bg-white);
  border: 1px solid var(--border); border-radius: var(--radius-2xl); padding: 3.5rem;
  box-shadow: var(--shadow-2xl); position: relative; overflow: hidden;
}
.auth-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 4px; background: var(--gradient-primary); }
.auth-card .auth-logo { display: flex; align-items: center; justify-content: center; gap: 0.6rem; margin-bottom: 2rem; }
.auth-card h2 { font-family: var(--font-display); font-size: 1.75rem; font-weight: 700; text-align: center; margin-bottom: 0.5rem; letter-spacing: -0.02em; }
.auth-card .auth-subtitle { text-align: center; color: var(--text-muted); font-size: 0.95rem; margin-bottom: 2rem; }
.auth-card .form-group { margin-bottom: 1.25rem; }
.auth-card .form-row { margin-bottom: 1.25rem; }
.auth-card .btn { width: 100%; justify-content: center; }
.auth-footer { text-align: center; margin-top: 1.5rem; font-size: 0.9rem; color: var(--text-muted); }
.auth-footer a { color: var(--primary); font-weight: 600; }
.auth-footer a:hover { text-decoration: underline; }

/* ================================================================
   JOB APPLICATION PAGE
   ================================================================ */
.apply-page { min-height: 100vh; padding: 7rem 1.5rem 4rem; background: var(--bg-subtle); }
.apply-container { max-width: 720px; margin: 0 auto; }
.apply-header { text-align: center; margin-bottom: 2.5rem; }
.apply-header h1 { font-family: var(--font-display); font-size: 2rem; font-weight: 800; margin-bottom: 0.5rem; }
.apply-header p { color: var(--text-muted); }
.apply-form {
  background: var(--bg-white); border: 1px solid var(--border);
  border-radius: var(--radius-2xl); padding: 2.5rem;
  box-shadow: var(--shadow-xl); position: relative; overflow: hidden;
}
.apply-form::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: var(--gradient-primary); }
.apply-form h3 {
  font-family: var(--font-display); font-size: 1.1rem; font-weight: 700;
  margin-bottom: 1.25rem; padding-bottom: 0.5rem; border-bottom: 1px solid var(--border);
}
.apply-form .form-section { margin-bottom: 2rem; }
.file-upload-area {
  border: 2px dashed var(--border); border-radius: var(--radius-lg);
  padding: 2rem; text-align: center; cursor: pointer;
  transition: all var(--transition); background: var(--bg-subtle);
}
.file-upload-area:hover { border-color: var(--primary); background: rgba(37,99,235,0.02); }
.file-upload-area svg { margin-bottom: 0.5rem; color: var(--text-dim); }
.file-upload-area p { color: var(--text-muted); font-size: 0.9rem; }
.file-upload-area .file-types { font-size: 0.8rem; color: var(--text-dim); margin-top: 0.25rem; }
.file-name { margin-top: 0.5rem; font-size: 0.88rem; color: var(--primary); font-weight: 500; }

/* ================================================================
   ADMIN DASHBOARD
   ================================================================ */
.admin-layout { display: flex; min-height: 100vh; }
.admin-sidebar {
  width: 260px; background: #0f172a; color: #cbd5e1; padding: 1.5rem 0;
  display: flex; flex-direction: column; flex-shrink: 0;
}
.admin-sidebar .sidebar-logo { display: flex; align-items: center; gap: 0.6rem; padding: 0 1.25rem 1.5rem; border-bottom: 1px solid rgba(255,255,255,0.06); margin-bottom: 1rem; }
.admin-sidebar .sidebar-logo .logo-name { color: #f1f5f9; font-size: 0.95rem; }
.admin-sidebar .sidebar-logo .logo-tagline { color: #475569; }
.sidebar-nav { flex: 1; padding: 0.5rem 0.75rem; }
.sidebar-nav a {
  display: flex; align-items: center; gap: 0.75rem;
  padding: 0.7rem 1rem; border-radius: var(--radius-sm);
  color: #94a3b8; font-size: 0.9rem; font-weight: 500;
  transition: all var(--transition); margin-bottom: 0.25rem;
}
.sidebar-nav a:hover { background: rgba(255,255,255,0.05); color: #e2e8f0; }
.sidebar-nav a.active { background: rgba(37,99,235,0.15); color: #60a5fa; }
.sidebar-nav a svg { width: 20px; height: 20px; flex-shrink: 0; }
.sidebar-footer { padding: 1rem 1.25rem; border-top: 1px solid rgba(255,255,255,0.06); font-size: 0.82rem; color: #475569; }

.admin-main { flex: 1; background: var(--bg-subtle); overflow-y: auto; }
.admin-topbar {
  background: var(--bg-white); border-bottom: 1px solid var(--border);
  padding: 1rem 2rem; display: flex; align-items: center; justify-content: space-between;
  position: sticky; top: 0; z-index: 10;
}
.admin-topbar h1 { font-family: var(--font-display); font-size: 1.35rem; font-weight: 700; }
.admin-menu-btn { display: none; }
.admin-topbar .admin-user { display: flex; align-items: center; gap: 0.75rem; font-size: 0.9rem; color: var(--text-muted); }
.admin-topbar .admin-avatar {
  width: 36px; height: 36px; border-radius: 50%;
  background: var(--gradient-primary); display: flex; align-items: center;
  justify-content: center; color: #fff; font-weight: 600; font-size: 0.85rem;
}
.admin-content { padding: 2rem; }

.admin-stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.25rem; margin-bottom: 2rem; }
.admin-stat-card {
  background: var(--bg-white); border: 1px solid var(--border);
  border-radius: var(--radius-lg); padding: 1.5rem; box-shadow: var(--shadow-sm);
}
.admin-stat-card .stat-icon {
  width: 44px; height: 44px; border-radius: var(--radius-md);
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 1rem; font-size: 1.25rem;
}
.stat-icon.blue { background: rgba(37,99,235,0.08); color: var(--primary); }
.stat-icon.green { background: rgba(16,185,129,0.08); color: var(--teal); }
.stat-icon.orange { background: rgba(249,115,22,0.08); color: var(--secondary); }
.stat-icon.purple { background: rgba(139,92,246,0.08); color: var(--purple); }
.admin-stat-card .stat-value { font-family: var(--font-display); font-size: 1.75rem; font-weight: 700; }
.admin-stat-card .stat-label { font-size: 0.85rem; color: var(--text-muted); margin-top: 0.15rem; }

.admin-table-card {
  background: var(--bg-white); border: 1px solid var(--border);
  border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-sm);
}
.admin-table-header {
  display: flex; align-items: center; justify-content: space-between;
  padding: 1.25rem 1.5rem; border-bottom: 1px solid var(--border);
}
.admin-table-header h3 { font-family: var(--font-display); font-size: 1.1rem; font-weight: 700; }
.table-download-btns { display: flex; gap: 0.5rem; }
.admin-table { width: 100%; border-collapse: collapse; }
.admin-table thead { background: var(--bg-subtle); }
.admin-table th { padding: 0.75rem 1.25rem; text-align: left; font-size: 0.8rem; font-weight: 600; color: var(--text-muted); text-transform: uppercase; letter-spacing: 0.04em; }
.admin-table td { padding: 0.85rem 1.25rem; border-bottom: 1px solid var(--border-light); font-size: 0.9rem; color: var(--text-secondary); }
.admin-table tr:last-child td { border-bottom: none; }
.admin-table tr:hover { background: var(--bg-subtle); }
.badge { padding: 0.2rem 0.6rem; border-radius: 50px; font-size: 0.72rem; font-weight: 600; }
.badge.active { background: rgba(16,185,129,0.08); color: #059669; }
.badge.closed { background: rgba(239,68,68,0.08); color: #dc2626; }
.badge.pending { background: rgba(249,115,22,0.08); color: #d97706; }
.badge.new { background: rgba(37,99,235,0.08); color: var(--primary); }
.badge.reviewed { background: rgba(99,102,241,0.08); color: #6366f1; }
.badge.shortlisted { background: rgba(245,158,11,0.08); color: #d97706; }

.table-actions { display: flex; gap: 0.5rem; }
.table-actions button {
  width: 32px; height: 32px; border-radius: var(--radius-sm);
  border: 1px solid var(--border); background: var(--bg-white);
  cursor: pointer; display: flex; align-items: center; justify-content: center;
  transition: all var(--transition); color: var(--text-muted);
}
.table-actions button:hover { border-color: var(--primary); color: var(--primary); }
.table-actions button.delete:hover { border-color: #ef4444; color: #ef4444; }

.admin-modal-overlay {
  position: fixed; inset: 0; background: rgba(0,0,0,0.4);
  backdrop-filter: blur(4px); z-index: 1000;
  display: flex; align-items: center; justify-content: center;
  opacity: 0; pointer-events: none; transition: all var(--transition);
}
.admin-modal-overlay.open { opacity: 1; pointer-events: auto; }
.admin-modal {
  background: var(--bg-white); border: 1px solid var(--border);
  border-radius: var(--radius-2xl); padding: 2rem; width: 100%; max-width: 600px;
  max-height: 90vh; overflow-y: auto; box-shadow: 0 25px 60px rgba(0,0,0,0.15);
  transform: scale(0.95) translateY(10px); transition: all 0.3s cubic-bezier(0.34,1.56,0.64,1);
}
.admin-modal-overlay.open .admin-modal { transform: scale(1) translateY(0); }
.admin-modal h3 { font-family: var(--font-display); font-size: 1.25rem; font-weight: 700; margin-bottom: 1.5rem; }
.modal-actions { display: flex; gap: 0.75rem; justify-content: flex-end; margin-top: 1.5rem; }

/* ================================================================
   SERVICE DETAIL PAGES
   ================================================================ */
.service-hero {
  position: relative; z-index: 1; text-align: center;
  padding: 11rem 1.5rem 5.5rem; overflow: hidden; background: var(--gradient-hero);
}
.service-hero .section-badge { margin-bottom: 1.25rem; }
.service-hero h1 {
  font-family: var(--font-display); font-size: clamp(2.8rem, 5.5vw, 3.75rem);
  font-weight: 800; margin-bottom: 1.25rem; max-width: 850px; margin-left: auto; margin-right: auto;
  letter-spacing: -0.02em;
}
.service-hero p.hero-lead {
  color: var(--text-muted); font-size: 1.2rem; max-width: 720px;
  margin: 0 auto 2.5rem; line-height: 1.8;
}
.service-hero-shapes { position: absolute; inset: 0; pointer-events: none; }
.glow-cyan { background: var(--accent); }
.service-icon-wrap.cyan { background: rgba(6,182,212,0.08); color: var(--accent); }

.service-content { position: relative; z-index: 1; }
.content-section { padding: 6rem 0; background: var(--bg-white); }
.content-section.alt { background: var(--bg-subtle); }

.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.75rem; }
.feature-card {
  background: var(--bg-white); border: 1px solid var(--border);
  border-radius: var(--radius-xl); padding: 2.25rem; transition: all var(--transition);
}
.feature-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-2xl); border-color: rgba(37,99,235,0.15); }
.feature-icon {
  width: 64px; height: 64px; border-radius: var(--radius-lg);
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 1.5rem; font-size: 1.85rem;
}
.feature-icon.blue { background: rgba(37,99,235,0.08); }
.feature-icon.teal { background: rgba(16,185,129,0.08); }
.feature-icon.orange { background: rgba(249,115,22,0.08); }
.feature-icon.purple { background: rgba(139,92,246,0.08); }
.feature-icon.cyan { background: rgba(6,182,212,0.08); }
.feature-card h3 { font-family: var(--font-display); font-size: 1.2rem; font-weight: 700; margin-bottom: 0.75rem; }
.feature-card > p { color: var(--text-muted); font-size: 0.95rem; line-height: 1.75; margin-bottom: 1.1rem; }
.feature-card ul { list-style: none; }
.feature-card ul li {
  padding: 0.3rem 0 0.3rem 1.4rem; position: relative;
  color: var(--text-secondary); font-size: 0.88rem;
}
.feature-card ul li::before {
  content: ''; position: absolute; left: 0; top: 50%; transform: translateY(-50%);
  width: 6px; height: 6px; border-radius: 50%; background: var(--gradient-primary);
}

.phase-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.75rem; }
.phase-card {
  background: var(--bg-white); border: 1px solid var(--border);
  border-radius: var(--radius-xl); padding: 2.25rem; position: relative;
  transition: all var(--transition);
}
.phase-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-2xl); }
.phase-label {
  display: inline-block; padding: 0.3rem 0.85rem; border-radius: 50px;
  font-size: 0.78rem; font-weight: 700; letter-spacing: 0.04em;
  text-transform: uppercase; margin-bottom: 1rem;
}
.phase-label.a { background: rgba(37,99,235,0.08); color: var(--primary); }
.phase-label.b { background: rgba(16,185,129,0.08); color: var(--teal); }
.phase-label.c { background: rgba(249,115,22,0.08); color: var(--secondary); }
.phase-label.d { background: rgba(139,92,246,0.08); color: var(--purple); }
.phase-card h3 { font-family: var(--font-display); font-size: 1.15rem; font-weight: 700; margin-bottom: 0.5rem; }
.phase-card .phase-objective { font-size: 0.92rem; color: var(--primary); font-weight: 500; margin-bottom: 0.75rem; font-style: italic; }
.phase-card ul { list-style: none; }
.phase-card ul li {
  padding: 0.35rem 0 0.35rem 1.2rem; position: relative;
  color: var(--text-secondary); font-size: 0.88rem;
}
.phase-card ul li::before {
  content: ''; position: absolute; left: 0; top: 50%; transform: translateY(-50%);
  width: 6px; height: 6px; border-radius: 50%; background: var(--gradient-primary);
}

.quote-block {
  background: var(--gradient-hero); border-left: 4px solid var(--primary);
  border-radius: 0 var(--radius-lg) var(--radius-lg) 0;
  padding: 2rem 2.5rem; margin: 2.5rem auto; max-width: 800px;
  font-size: 1.1rem; font-style: italic; color: var(--text-secondary); line-height: 1.8;
}

.two-col-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 3rem; align-items: start; }
.two-col-grid h3 { font-family: var(--font-display); font-size: 1.25rem; font-weight: 700; margin-bottom: 1rem; }
.two-col-grid p { color: var(--text-muted); font-size: 0.92rem; line-height: 1.7; margin-bottom: 1rem; }
.two-col-grid ul { list-style: none; }
.two-col-grid ul li {
  padding: 0.35rem 0 0.35rem 1.4rem; position: relative;
  color: var(--text-secondary); font-size: 0.88rem;
}
.two-col-grid ul li::before {
  content: ''; position: absolute; left: 0; top: 50%; transform: translateY(-50%);
  width: 6px; height: 6px; border-radius: 50%; background: var(--gradient-primary);
}

.deliverable-tags { display: flex; flex-wrap: wrap; gap: 0.5rem; margin-top: 1rem; }
.deliverable-tag {
  padding: 0.35rem 1rem; border-radius: 50px;
  background: rgba(37,99,235,0.06); border: 1px solid rgba(37,99,235,0.12);
  font-size: 0.82rem; color: var(--primary); font-weight: 500;
}

.industry-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; }
.industry-card {
  background: var(--bg-white); border: 1px solid var(--border);
  border-radius: var(--radius-md); padding: 1.25rem; text-align: center;
  font-size: 0.85rem; font-weight: 500; color: var(--text-secondary);
  transition: all var(--transition); line-height: 1.4;
}
.industry-card:hover {
  transform: translateY(-3px); box-shadow: var(--shadow-md);
  border-color: rgba(37,99,235,0.15); color: var(--primary);
}
.industry-card .industry-icon { font-size: 2.25rem; margin-bottom: 0.65rem; display: block; }

.engagement-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; }
.engagement-card {
  background: var(--bg-white); border: 1px solid var(--border);
  border-radius: var(--radius-xl); padding: 2rem; transition: all var(--transition);
}
.engagement-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-xl); }
.engagement-card .engagement-number {
  font-family: var(--font-display); font-size: 2.5rem; font-weight: 800;
  background: var(--gradient-primary);
  -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
  opacity: 0.15; margin-bottom: 0.5rem;
}
.engagement-card h3 { font-family: var(--font-display); font-size: 1.1rem; font-weight: 700; margin-bottom: 0.75rem; }
.engagement-card ul { list-style: none; }
.engagement-card ul li {
  padding: 0.3rem 0 0.3rem 1.2rem; position: relative;
  color: var(--text-secondary); font-size: 0.88rem;
}
.engagement-card ul li::before {
  content: ''; position: absolute; left: 0; top: 50%; transform: translateY(-50%);
  width: 5px; height: 5px; border-radius: 50%; background: var(--gradient-primary);
}

.signal-flow {
  display: flex; justify-content: center; align-items: center;
  gap: 1rem; margin: 2.5rem 0; flex-wrap: wrap;
}
.signal-step {
  display: flex; align-items: center; gap: 0.75rem;
  padding: 1rem 1.5rem; background: var(--bg-white);
  border: 1px solid var(--border); border-radius: var(--radius-lg);
  font-family: var(--font-display); font-weight: 700; font-size: 0.95rem;
  transition: all var(--transition);
}
.signal-step:hover { box-shadow: var(--shadow-lg); transform: translateY(-2px); }
.signal-step .step-number {
  width: 32px; height: 32px; border-radius: 50%;
  background: var(--gradient-primary); color: #fff;
  display: flex; align-items: center; justify-content: center; font-size: 0.8rem;
  flex-shrink: 0;
}
.signal-arrow { font-size: 1.5rem; color: var(--text-dim); }

.questions-list { list-style: none; }
.questions-list li {
  padding: 0.6rem 0 0.6rem 2rem; position: relative;
  color: var(--text-secondary); font-size: 0.92rem; line-height: 1.7;
}
.questions-list li::before {
  content: '?'; position: absolute; left: 0; top: 0.65rem;
  width: 20px; height: 20px; border-radius: 50%;
  background: rgba(37,99,235,0.08); color: var(--primary);
  font-size: 0.7rem; font-weight: 700; display: flex;
  align-items: center; justify-content: center;
}

.outputs-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 0.75rem; margin-top: 1rem; }
.output-item {
  display: flex; align-items: center; gap: 0.75rem;
  padding: 0.65rem 1rem; background: var(--bg-subtle);
  border-radius: var(--radius-md); font-size: 0.88rem;
  font-weight: 500; color: var(--text-secondary);
}
.output-item .output-icon {
  width: 26px; height: 26px; border-radius: 50%;
  background: var(--gradient-primary); color: #fff;
  display: flex; align-items: center; justify-content: center;
  font-size: 0.65rem; flex-shrink: 0;
}

.service-cta-section { position: relative; z-index: 1; padding: 5rem 0; background: var(--bg-white); }
.service-cta-card {
  text-align: center; padding: 5rem 2.5rem;
  background: var(--gradient-hero); border: 1px solid var(--border);
  border-radius: var(--radius-2xl); box-shadow: var(--shadow-xl);
}
.service-cta-card h2 { font-family: var(--font-display); font-size: 2.25rem; font-weight: 800; margin-bottom: 1.25rem; letter-spacing: -0.02em; }
.service-cta-card p { color: var(--text-muted); margin-bottom: 2.25rem; max-width: 640px; margin-left: auto; margin-right: auto; line-height: 1.8; font-size: 1.05rem; }

.why-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; }
.why-card {
  text-align: center; padding: 2rem;
  background: var(--bg-white); border: 1px solid var(--border);
  border-radius: var(--radius-xl); transition: all var(--transition);
}
.why-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-xl); }
.why-card .why-icon { font-size: 2.5rem; margin-bottom: 1.15rem; }
.why-card h3 { font-family: var(--font-display); font-size: 1.1rem; font-weight: 700; margin-bottom: 0.6rem; }
.why-card p { color: var(--text-muted); font-size: 0.92rem; line-height: 1.75; }

/* ================================================================
   CAREERS PAGE — Extended Sections
   ================================================================ */
.careers-intro {
  max-width: 800px; margin: 0 auto; text-align: center;
}
.careers-intro p {
  color: var(--text-secondary); font-size: 1.05rem; line-height: 1.8; margin-bottom: 1.25rem;
}
.careers-sub-heading {
  font-family: var(--font-display); font-size: 1.4rem; font-weight: 700;
  text-align: center; margin-bottom: 2rem; color: var(--text);
}

/* Career Path Grid */
.career-path-grid {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 1.5rem;
}
.career-path-card {
  position: relative; background: var(--bg-white);
  border: 1px solid var(--border); border-radius: var(--radius-xl);
  padding: 2.25rem; transition: all var(--transition); overflow: hidden;
}
.career-path-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-2xl); border-color: rgba(37,99,235,0.15); }
.career-path-card.highlight { border-color: rgba(37,99,235,0.25); background: linear-gradient(135deg, rgba(37,99,235,0.02), rgba(6,182,212,0.02)); }
.career-path-level {
  position: absolute; top: 1rem; right: 1.5rem;
  font-family: var(--font-display); font-size: 3rem; font-weight: 800;
  background: var(--gradient-primary);
  -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
  opacity: 0.12;
}
.career-path-card h3 { font-family: var(--font-display); font-size: 1.25rem; font-weight: 700; margin-bottom: 0.5rem; }
.career-path-focus {
  display: inline-block; font-size: 0.85rem; color: var(--primary); font-weight: 500;
  font-style: italic; margin-bottom: 1rem;
}
.career-path-card h4 {
  font-size: 0.85rem; font-weight: 600; color: var(--text-secondary);
  text-transform: uppercase; letter-spacing: 0.04em;
  margin-top: 1rem; margin-bottom: 0.5rem;
}
.career-path-card ul { list-style: none; }
.career-path-card ul li {
  padding: 0.3rem 0 0.3rem 1.2rem; position: relative;
  color: var(--text-secondary); font-size: 0.85rem;
}
.career-path-card ul li::before {
  content: ''; position: absolute; left: 0; top: 50%; transform: translateY(-50%);
  width: 5px; height: 5px; border-radius: 50%; background: var(--gradient-primary);
}
.career-path-note {
  margin-top: 1rem; font-size: 0.88rem; color: var(--primary);
  font-weight: 500; font-style: italic;
}

/* Hiring Process */
.hiring-philosophy {
  max-width: 800px; margin: 0 auto 3rem; text-align: center;
}
.hiring-philosophy h3 { font-family: var(--font-display); font-size: 1.3rem; font-weight: 700; margin-bottom: 1rem; }
.hiring-philosophy p { color: var(--text-secondary); font-size: 0.95rem; line-height: 1.8; margin-bottom: 1rem; }
.philosophy-tags { display: flex; flex-wrap: wrap; justify-content: center; gap: 0.5rem; margin: 1.25rem 0; }
.philosophy-tag {
  padding: 0.4rem 1rem; border-radius: 50px;
  background: rgba(37,99,235,0.06); border: 1px solid rgba(37,99,235,0.12);
  font-size: 0.85rem; color: var(--primary); font-weight: 500;
}

.hiring-steps { max-width: 800px; margin: 0 auto; }
.hiring-step {
  display: flex; gap: 1.5rem; margin-bottom: 2rem; position: relative;
}
.hiring-step:not(:last-child)::after {
  content: ''; position: absolute; left: 24px; top: 52px; bottom: -16px;
  width: 2px; background: linear-gradient(to bottom, rgba(37,99,235,0.2), rgba(37,99,235,0.05));
}
.hiring-step-number {
  width: 54px; height: 54px; border-radius: 50%; flex-shrink: 0;
  background: var(--gradient-primary); color: #fff;
  display: flex; align-items: center; justify-content: center;
  font-family: var(--font-display); font-weight: 700; font-size: 1.2rem;
  box-shadow: 0 4px 18px rgba(37,99,235,0.3);
}
.hiring-step-content {
  background: var(--bg-white); border: 1px solid var(--border);
  border-radius: var(--radius-xl); padding: 1.75rem 2.25rem; flex: 1;
  transition: all var(--transition);
}
.hiring-step-content:hover { box-shadow: var(--shadow-xl); border-color: rgba(37,99,235,0.15); }
.hiring-step-content h3 { font-family: var(--font-display); font-size: 1.2rem; font-weight: 700; margin-bottom: 0.5rem; }
.hiring-step-content p { color: var(--text-muted); font-size: 0.92rem; line-height: 1.7; margin-bottom: 0.75rem; }
.hiring-step-content ul { list-style: none; }
.hiring-step-content ul li {
  padding: 0.3rem 0 0.3rem 1.2rem; position: relative;
  color: var(--text-secondary); font-size: 0.88rem;
}
.hiring-step-content ul li::before {
  content: ''; position: absolute; left: 0; top: 50%; transform: translateY(-50%);
  width: 5px; height: 5px; border-radius: 50%; background: var(--gradient-primary);
}

/* About Page — Mission Cards */
.about-mission-card {
  background: var(--bg-white); border: 1px solid var(--border);
  border-radius: var(--radius-xl); padding: 2.75rem;
  transition: all var(--transition); text-align: center;
}
.about-mission-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-2xl); border-color: rgba(37,99,235,0.15); }
.about-mission-card .feature-icon { margin: 0 auto 1.5rem; }
.about-mission-card h3 { font-family: var(--font-display); font-size: 1.35rem; font-weight: 700; margin-bottom: 0.75rem; }
.about-mission-card p { color: var(--text-secondary); font-size: 1.05rem; line-height: 1.8; }

/* ================================================================
   ANIMATIONS
   ================================================================ */
[data-animate] { opacity: 0; transform: translateY(30px); transition: all 0.7s cubic-bezier(0.4,0,0.2,1); }
[data-animate="fade-right"] { transform: translateX(-30px); }
[data-animate="fade-left"] { transform: translateX(30px); }
[data-animate="fade-up"] { transform: translateY(30px); }
[data-animate].visible { opacity: 1; transform: translate(0,0); }

/* Scrollbar */
::-webkit-scrollbar { width: 6px; }
::-webkit-scrollbar-track { background: var(--bg); }
::-webkit-scrollbar-thumb { background: var(--border); border-radius: 3px; }
::-webkit-scrollbar-thumb:hover { background: var(--text-dim); }

/* ================================================================
   RESPONSIVE
   ================================================================ */
@media (max-width: 1024px) {
  .hero-grid { grid-template-columns: 1fr; gap: 2rem; }
  .service-card-3d { flex: 0 1 calc(50% - 0.75rem); }
  .feature-grid, .engagement-grid, .why-grid { grid-template-columns: repeat(2, 1fr); }
  .phase-grid { grid-template-columns: repeat(2, 1fr); }
  .industry-grid { grid-template-columns: repeat(3, 1fr); }
  .two-col-grid { grid-template-columns: 1fr; }
  .accelerators-grid { grid-template-columns: 1fr 1fr; }
  .lets-talk-container { grid-template-columns: 1fr; }
  .footer-top { grid-template-columns: 1fr; }
  .admin-stats { grid-template-columns: repeat(2, 1fr); }
}

/* ── Mobile nav overlay backdrop ── */
.nav-overlay {
  display: none; position: fixed; inset: 0; background: rgba(0,0,0,0.4);
  z-index: 99; backdrop-filter: blur(2px); -webkit-backdrop-filter: blur(2px);
}
.nav-overlay.active { display: block; }

@media (max-width: 768px) {
  /* ── Navbar ── */
  .navbar-container { padding: 0 1.25rem; height: 72px; }
  .logo-img { height: 60px; }
  .logo-brand { height: 44px; }
  .logo-icon { height: 60px; }

  /* ── Mobile drawer ── */
  .nav-menu {
    position: fixed; top: 0; right: -100%; width: 80%; max-width: 320px; height: 100vh;
    background: var(--bg-white); flex-direction: column;
    padding: 5rem 1.5rem 2rem; gap: 0.25rem; z-index: 100;
    transition: right var(--transition); border-left: 1px solid var(--border);
    box-shadow: -10px 0 30px rgba(0,0,0,0.12); overflow-y: auto;
  }
  .nav-menu.active { right: 0; }
  .nav-menu > li { width: 100%; }
  .nav-link { font-size: 1rem; padding: 0.7rem 0.75rem; width: 100%; }
  .dropdown-menu {
    position: static; box-shadow: none; border: none;
    background: var(--bg-subtle); border-radius: var(--radius-sm);
    padding: 0.25rem 0.5rem; margin-top: 0.25rem;
  }
  .nav-item:hover .dropdown-menu { display: none; }
  .nav-item.open .dropdown-menu { display: block; }
  .hamburger { display: flex; z-index: 101; }

  /* ── Hero ── */
  .hero { padding: 6rem 1.25rem 3rem; }
  .hero-stats { gap: 1.5rem; }
  .hero-actions { flex-direction: column; align-items: flex-start; gap: 0.75rem; }
  .hero-actions .btn { width: 100%; justify-content: center; }

  /* ── Layout ── */
  .section { padding: 4rem 0; }
  .service-card-3d { flex: 0 1 100%; }
  .accelerators-grid { grid-template-columns: 1fr; }
  .service-hero { padding: 7rem 1.25rem 3rem; }
  .jobs-hero { padding: 7rem 1.25rem 3rem; }
  .feature-grid, .phase-grid, .engagement-grid, .why-grid { grid-template-columns: 1fr; }
  .industry-grid { grid-template-columns: repeat(2, 1fr); }
  .signal-flow { flex-direction: column; }
  .signal-arrow { transform: rotate(90deg); }
  .outputs-grid { grid-template-columns: 1fr; }
  .form-row { grid-template-columns: 1fr; }
  .footer-links { grid-template-columns: 1fr 1fr; }
  .chatbot-panel { width: calc(100vw - 2rem); right: -0.5rem; }
  #jobs-list { grid-template-columns: 1fr; }
  .jobs-controls { flex-direction: column; }
  .search-box { max-width: 100%; }

  /* ── Tables — horizontal scroll ── */
  .admin-table-card { overflow-x: auto; }
  .admin-table { min-width: 600px; }
  .admin-topbar { padding: 0.85rem 1rem; }
  .admin-topbar h1 { font-size: 1.1rem; }
  .admin-content { padding: 1rem; }
  .admin-stats { grid-template-columns: repeat(2, 1fr); gap: 0.75rem; margin-bottom: 1.25rem; }

  /* ── Admin sidebar — mobile drawer ── */
  .admin-sidebar {
    position: fixed; inset: 0 auto 0 0; width: 260px; z-index: 500;
    transform: translateX(-100%); transition: transform var(--transition);
    overflow-y: auto;
  }
  .admin-sidebar.open { transform: translateX(0); }
  .admin-sidebar-overlay {
    display: none; position: fixed; inset: 0; background: rgba(0,0,0,0.45);
    z-index: 499; backdrop-filter: blur(2px); -webkit-backdrop-filter: blur(2px);
  }
  .admin-sidebar-overlay.active { display: block; }
  /* Mobile menu toggle button inside admin topbar */
  .admin-menu-btn {
    display: flex; align-items: center; justify-content: center;
    width: 40px; height: 40px; background: none; border: 1.5px solid var(--border);
    border-radius: var(--radius-sm); cursor: pointer; color: var(--text); flex-shrink: 0;
    transition: all var(--transition);
  }
  .admin-menu-btn:hover { border-color: var(--primary); color: var(--primary); }

  /* ── Misc ── */
  .career-path-grid { grid-template-columns: 1fr; }
  .hiring-step { flex-direction: column; gap: 1rem; }
  .hiring-step:not(:last-child)::after { display: none; }
  .hiring-step-number { width: 44px; height: 44px; font-size: 1rem; }
  .service-icon-wrap { width: 60px; height: 60px; }
  .service-icon-wrap svg { width: 30px; height: 30px; }
  .feature-icon { width: 56px; height: 56px; }
  .cta-card, .service-cta-card { padding: 3rem 1.5rem; }
  .cta-card h2, .service-cta-card h2 { font-size: 1.75rem; }
  .letstalk-grid { grid-template-columns: 1fr; gap: 2rem; }
}

@media (max-width: 480px) {
  .navbar-container { padding: 0 1rem; height: 64px; }
  .logo-img { height: 52px; }
  .logo-brand { height: 38px; }
  .logo-icon { height: 52px; }
  .hero { padding: 5.5rem 1rem 2.5rem; }
  .hero-title { font-size: 2rem; }
  .hero-stats { flex-direction: column; gap: 1rem; }
  .stat-item { flex-direction: row; align-items: center; gap: 0.75rem; }
  .footer-links { grid-template-columns: 1fr; }
  .auth-card { padding: 2rem 1.25rem; }
  .industry-grid { grid-template-columns: 1fr; }
  .section-header { margin-bottom: 3rem; }
  .section-title { font-size: 1.75rem; }
  .service-icon-wrap { width: 52px; height: 52px; }
  .service-icon-wrap svg { width: 26px; height: 26px; }
  .feature-icon { width: 48px; height: 48px; }
  .feature-icon .feature-emoji { font-size: 1.5rem; }
  .phase-card, .career-path-card { padding: 1.5rem; }
  .about-mission-card { padding: 1.75rem; }
  .admin-stats { grid-template-columns: 1fr; }
  .admin-stat-card { padding: 1.1rem; }
  .admin-stat-card .stat-value { font-size: 1.4rem; }
  .btn-large { padding: 0.9rem 1.5rem; font-size: 0.95rem; }
  .container { padding: 0 1rem; }
  .hero-badge { font-size: 0.8rem; padding: 0.4rem 1rem 0.4rem 0.6rem; }
  .cta-card h2, .service-cta-card h2 { font-size: 1.5rem; }
  .contact-form-wrap { padding: 1.5rem 1rem; }
}
