/* ============================================
   JCOM GLOBAL DESIGN SYSTEM
   Premium Business Network Website
   ============================================ */

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

/* ============ CSS CUSTOM PROPERTIES ============ */
:root {
  /* Colors */
  --color-primary: #0088cc; /* Corporate Cyan/Blue */
  --color-accent: #2563eb; /* Royal Blue */
  --color-accent-dark: #1e3a8a; /* Deep Navy */
  --color-white: #ffffff;
  --color-bg: #ffffff; /* White background */
  --color-bg-2: #f8fafc; /* Light Slate Off-white */
  --color-bg-3: #f1f5f9; /* Light Slate Gray */
  --color-surface: rgba(30, 58, 138, 0.04);
  --color-surface-2: rgba(30, 58, 138, 0.07);
  --color-border: rgba(0, 136, 204, 0.15);
  --color-border-2: rgba(15, 23, 42, 0.08);
  --color-text: #0f172a; /* Deep Slate Black for readability */
  --color-text-muted: #334155; /* Slate Gray */
  --color-text-faint: #64748b; /* Faint Slate */

  /* Gradients */
  --gradient-primary: linear-gradient(135deg, #0088cc 0%, #2563eb 100%);
  --gradient-glow: radial-gradient(ellipse at center, rgba(30, 58, 138, 0.04) 0%, transparent 70%);
  --gradient-bg: linear-gradient(135deg, #ffffff 0%, #f8fafc 50%, #f1f5f9 100%);
  --gradient-card: linear-gradient(135deg, rgba(255, 255, 255, 0.85) 0%, rgba(248, 250, 252, 0.5) 100%);
  --gradient-hero: radial-gradient(ellipse 80% 80% at 50% -20%, rgba(0, 136, 204, 0.04) 0%, transparent 70%);

  /* Typography */
  --font-primary: 'Outfit', 'Inter', sans-serif;
  --font-secondary: 'Inter', sans-serif;
  --fs-xs: clamp(0.7rem, 1.5vw, 0.8rem);
  --fs-sm: clamp(0.85rem, 2vw, 0.95rem);
  --fs-base: clamp(0.95rem, 2.5vw, 1.05rem);
  --fs-md: clamp(1.1rem, 3vw, 1.25rem);
  --fs-lg: clamp(1.3rem, 3.5vw, 1.6rem);
  --fs-xl: clamp(1.6rem, 4vw, 2rem);
  --fs-2xl: clamp(2rem, 5vw, 2.8rem);
  --fs-3xl: clamp(2.5rem, 6vw, 3.8rem);
  --fs-4xl: clamp(3rem, 8vw, 5rem);
  --fs-hero: clamp(3.2rem, 9vw, 6.5rem);

  /* Spacing */
  --space-xs: 0.25rem;
  --space-sm: 0.5rem;
  --space-md: 1rem;
  --space-lg: 1.5rem;
  --space-xl: 2rem;
  --space-2xl: 2.5rem;
  --space-3xl: 3.5rem;
  --space-4xl: 5rem;

  /* Effects */
  --blur-sm: blur(8px);
  --blur-md: blur(16px);
  --blur-lg: blur(24px);
  --blur-xl: blur(40px);
  --radius-sm: 8px;
  --radius-md: 12px;
  --radius-lg: 20px;
  --radius-xl: 28px;
  --radius-full: 9999px;

  /* Shadows */
  --shadow-sm: 0 2px 8px rgba(15, 23, 42, 0.04);
  --shadow-md: 0 8px 24px rgba(15, 23, 42, 0.06);
  --shadow-lg: 0 16px 48px rgba(15, 23, 42, 0.1);
  --shadow-glow: 0 0 40px rgba(0, 136, 204, 0.12);
  --shadow-glow-sm: 0 0 20px rgba(0, 136, 204, 0.08);
  --shadow-card: 0 8px 32px rgba(15, 23, 42, 0.05), inset 0 1px 0 rgba(255, 255, 255, 0.8);

  /* Transitions */
  --transition-fast: 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  --transition-base: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  --transition-slow: 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  --transition-spring: 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);

  /* Navbar */
  --navbar-height: 72px;
}

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

html {
  scroll-behavior: smooth;
  font-size: 16px;
  -webkit-text-size-adjust: 100%;
}

body {
  font-family: var(--font-primary);
  font-size: var(--fs-base);
  line-height: 1.7;
  color: var(--color-text);
  background: var(--color-bg);
  background-image: var(--gradient-bg);
  min-height: 100vh;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

a {
  color: inherit;
  text-decoration: none;
}

ul, ol {
  list-style: none;
}

button {
  cursor: pointer;
  border: none;
  background: none;
  font-family: inherit;
}

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

/* ============ CUSTOM SCROLLBAR ============ */
::-webkit-scrollbar {
  width: 6px;
}
::-webkit-scrollbar-track {
  background: var(--color-bg);
}
::-webkit-scrollbar-thumb {
  background: linear-gradient(180deg, var(--color-primary), var(--color-accent));
  border-radius: var(--radius-full);
}

/* ============ NOISE TEXTURE OVERLAY ============ */
body::before {
  content: '';
  position: fixed;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)' opacity='0.03'/%3E%3C/svg%3E");
  pointer-events: none;
  z-index: 0;
  opacity: 0.4;
}

/* ============ TYPOGRAPHY ============ */
h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-primary);
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -0.02em;
}

.text-gradient {
  background: var(--gradient-primary);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.text-glow {
  text-shadow: 0 0 30px rgba(0,210,255,0.4);
}

.label-tag {
  display: inline-flex;
  align-items: center;
  gap: var(--space-sm);
  padding: 6px 16px;
  background: rgba(0,210,255,0.1);
  border: 1px solid rgba(0,210,255,0.2);
  border-radius: var(--radius-full);
  font-size: var(--fs-xs);
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--color-primary);
}

.label-tag::before {
  content: '';
  width: 6px;
  height: 6px;
  background: var(--color-primary);
  border-radius: 50%;
  animation: pulse-dot 2s ease infinite;
}

@keyframes pulse-dot {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.5; transform: scale(0.8); }
}

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

.section {
  padding: clamp(2.5rem, 5vw, 4rem) 0;
  position: relative;
}

.section-header {
  text-align: center;
  max-width: 700px;
  margin: 0 auto var(--space-3xl);
}

.section-title {
  font-size: var(--fs-3xl);
  margin-bottom: var(--space-md);
  line-height: 1.1;
}

.section-subtitle {
  font-size: var(--fs-md);
  color: var(--color-text-muted);
  line-height: 1.7;
}

/* ============ BUTTONS ============ */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 14px 32px;
  border-radius: var(--radius-full);
  font-size: var(--fs-sm);
  font-weight: 600;
  font-family: var(--font-primary);
  letter-spacing: 0.02em;
  transition: all var(--transition-base);
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  cursor: pointer;
  border: none;
}

.btn-primary {
  background: var(--gradient-primary);
  color: #030514;
  box-shadow: 0 4px 24px rgba(0,210,255,0.25);
}

.btn-primary::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(255,255,255,0.2) 0%, transparent 60%);
  opacity: 0;
  transition: opacity var(--transition-base);
}

.btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 40px rgba(0,210,255,0.4);
}

.btn-primary:hover::before {
  opacity: 1;
}

.btn-primary:active {
  transform: translateY(0);
}

.btn-outline {
  background: transparent;
  color: var(--color-text);
  border: 1px solid var(--color-border-2);
  backdrop-filter: var(--blur-sm);
}

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

.btn-icon {
  width: 20px;
  height: 20px;
  transition: transform var(--transition-base);
}

.btn:hover .btn-icon {
  transform: translateX(4px);
}

/* ============ GLASSMORPHISM CARDS ============ */
.glass-card {
  background: var(--gradient-card);
  backdrop-filter: var(--blur-md);
  -webkit-backdrop-filter: var(--blur-md);
  border: 1px solid var(--color-border-2);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-card);
  position: relative;
  overflow: hidden;
  transition: all var(--transition-base);
}

.glass-card::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(255,255,255,0.06) 0%, transparent 50%);
  pointer-events: none;
}

.glass-card::after {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: var(--radius-lg);
  border: 1px solid transparent;
  background: linear-gradient(135deg, rgba(0,210,255,0.1), transparent) border-box;
  -webkit-mask: linear-gradient(white, white) padding-box, linear-gradient(white, white);
  -webkit-mask-composite: destination-out;
  mask-composite: exclude;
  opacity: 0;
  transition: opacity var(--transition-base);
  pointer-events: none;
}

.glass-card:hover {
  transform: translateY(-4px);
  border-color: rgba(0,210,255,0.2);
  box-shadow: var(--shadow-md), var(--shadow-glow-sm);
}

.glass-card:hover::after {
  opacity: 1;
}

/* ============ NAVBAR ============ */
.navbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: var(--navbar-height);
  z-index: 1000;
  transition: all var(--transition-base);
}

.navbar-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  padding: 0 clamp(1rem, 5vw, 3rem);
  max-width: 1400px;
  margin: 0 auto;
  gap: var(--space-xl);
}

.navbar.scrolled {
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: var(--blur-lg);
  -webkit-backdrop-filter: var(--blur-lg);
  border-bottom: 1px solid var(--color-border-2);
  box-shadow: var(--shadow-sm);
}

.navbar-logo {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  flex-shrink: 0;
}

.navbar-logo-img {
  height: 48px;
  width: auto;
  object-fit: contain;
  /* Removed invert filter for white background compatibility */
  mix-blend-mode: multiply;
}

.footer-logo-img {
  height: 52px;
  width: auto;
  object-fit: contain;
  /* Removed invert filter for white background compatibility */
  mix-blend-mode: multiply;
}

.navbar-logo-icon {
  width: 38px;
  height: 38px;
  background: var(--gradient-primary);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
  font-size: 1rem;
  color: #030514;
  letter-spacing: -0.05em;
  box-shadow: 0 0 20px rgba(0,210,255,0.3);
  flex-shrink: 0;
}

.navbar-logo-text {
  display: flex;
  flex-direction: column;
  line-height: 1;
}

.navbar-logo-main {
  font-size: 1.1rem;
  font-weight: 800;
  color: var(--color-text);
  letter-spacing: -0.02em;
}

.navbar-logo-sub {
  font-size: 0.65rem;
  color: var(--color-text-muted);
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.navbar-nav {
  display: flex;
  align-items: center;
  gap: clamp(0.5rem, 2vw, 2rem);
}

.nav-link {
  font-size: var(--fs-sm);
  font-weight: 500;
  color: var(--color-text-muted);
  position: relative;
  padding: 6px 4px;
  transition: color var(--transition-base);
  white-space: nowrap;
}

.nav-link::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: var(--gradient-primary);
  border-radius: var(--radius-full);
  transition: width var(--transition-base);
}

.nav-link:hover,
.nav-link.active {
  color: var(--color-text);
}

.nav-link:hover::after,
.nav-link.active::after {
  width: 100%;
}

.navbar-cta {
  padding: 10px 22px;
  font-size: var(--fs-sm);
}

.hamburger {
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
  width: 40px;
  height: 40px;
  cursor: pointer;
  border: 1px solid var(--color-border-2);
  border-radius: var(--radius-sm);
  background: var(--color-surface);
  backdrop-filter: var(--blur-sm);
  transition: all var(--transition-base);
  flex-shrink: 0;
}

.hamburger:hover {
  background: var(--color-surface-2);
  border-color: var(--color-border);
}

.hamburger span {
  display: block;
  width: 20px;
  height: 2px;
  background: var(--color-text);
  border-radius: 2px;
  transition: all var(--transition-base);
  transform-origin: center;
}

.hamburger.active span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.hamburger.active span:nth-child(2) {
  opacity: 0;
  transform: scaleX(0);
}

.hamburger.active span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

/* Mobile Nav */
.mobile-nav {
  position: fixed;
  inset: 0;
  background: rgba(255, 255, 255, 0.97);
  backdrop-filter: var(--blur-xl);
  -webkit-backdrop-filter: var(--blur-xl);
  z-index: 999;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: var(--space-xl);
  transform: translateX(100%);
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.mobile-nav.open {
  transform: translateX(0);
}

.mobile-nav-link {
  font-size: var(--fs-xl);
  font-weight: 700;
  color: var(--color-text-muted);
  transition: all var(--transition-base);
  text-align: center;
}

.mobile-nav-link:hover,
.mobile-nav-link.active {
  color: var(--color-primary);
  text-shadow: 0 0 30px rgba(0, 136, 204, 0.2);
}

/* ============ FOOTER ============ */
.footer {
  background: rgba(248, 250, 252, 0.95);
  border-top: 1px solid var(--color-border-2);
  padding: var(--space-3xl) 0 var(--space-xl);
  position: relative;
  overflow: hidden;
}

.footer::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 600px;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--color-primary), transparent);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1.2fr;
  gap: var(--space-2xl);
  margin-bottom: var(--space-2xl);
}

.footer-brand p {
  color: var(--color-text-muted);
  font-size: var(--fs-sm);
  margin-top: var(--space-md);
  line-height: 1.7;
  max-width: 280px;
}

.footer-logo {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: var(--space-md);
}

.footer-logo-icon {
  width: 42px;
  height: 42px;
  background: var(--gradient-primary);
  border-radius: 11px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
  font-size: 1.1rem;
  color: #030514;
  box-shadow: 0 0 20px rgba(0,210,255,0.25);
}

.footer-logo-text .main {
  font-size: 1.15rem;
  font-weight: 800;
  color: var(--color-text);
}

.footer-logo-text .sub {
  font-size: 0.65rem;
  color: var(--color-text-muted);
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.footer-col-title {
  font-size: var(--fs-sm);
  font-weight: 700;
  color: var(--color-text);
  margin-bottom: var(--space-lg);
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.footer-links {
  display: flex;
  flex-direction: column;
  gap: var(--space-sm);
}

.footer-link {
  color: var(--color-text-muted);
  font-size: var(--fs-sm);
  transition: color var(--transition-base);
  display: flex;
  align-items: center;
  gap: 8px;
}

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

.footer-link::before {
  content: '→';
  opacity: 0;
  transform: translateX(-8px);
  transition: all var(--transition-base);
  font-size: 0.75rem;
}

.footer-link:hover::before {
  opacity: 1;
  transform: translateX(0);
}

.footer-contact-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: var(--space-md);
  color: var(--color-text-muted);
  font-size: var(--fs-sm);
}

.footer-contact-icon {
  width: 32px;
  height: 32px;
  background: rgba(0,210,255,0.08);
  border: 1px solid var(--color-border);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.9rem;
  flex-shrink: 0;
}

.social-links {
  display: flex;
  gap: var(--space-sm);
  margin-top: var(--space-lg);
}

.social-link {
  width: 38px;
  height: 38px;
  background: var(--color-surface);
  border: 1px solid var(--color-border-2);
  border-radius: var(--radius-sm);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-text-muted);
  font-size: 0.9rem;
  transition: all var(--transition-base);
}

.social-link:hover {
  background: rgba(0,210,255,0.1);
  border-color: var(--color-border);
  color: var(--color-primary);
  transform: translateY(-2px);
}

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: var(--space-xl);
  border-top: 1px solid var(--color-border-2);
  flex-wrap: wrap;
  gap: var(--space-md);
}

.footer-copyright {
  color: var(--color-text-faint);
  font-size: var(--fs-xs);
}

.footer-bottom-links {
  display: flex;
  gap: var(--space-lg);
}

.footer-bottom-link {
  color: var(--color-text-faint);
  font-size: var(--fs-xs);
  transition: color var(--transition-base);
}

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

/* ============ ANIMATIONS ============ */
@keyframes float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-16px); }
}

@keyframes float-alt {
  0%, 100% { transform: translateY(0) rotate(0deg); }
  50% { transform: translateY(-10px) rotate(5deg); }
}

@keyframes glow-pulse {
  0%, 100% { box-shadow: 0 0 20px rgba(0,210,255,0.2); }
  50% { box-shadow: 0 0 60px rgba(0,210,255,0.4), 0 0 100px rgba(58,134,255,0.2); }
}

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

@keyframes spin-slow {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

@keyframes fade-in-up {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes scale-in {
  from {
    opacity: 0;
    transform: scale(0.92);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

/* Scroll reveal utility - Removed animation to just let text scroll normally */
.reveal, .reveal-left, .reveal-right {
  opacity: 1 !important;
  transform: none !important;
  visibility: visible !important;
}
.reveal.is-hidden, .reveal-left.is-hidden, .reveal-right.is-hidden {
  opacity: 1 !important;
  visibility: visible !important;
}

/* ============ GRADIENT ORBS (background decoration) ============ */
.orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
  pointer-events: none;
  z-index: 0;
  animation: float 8s ease-in-out infinite;
}

.orb-green {
  background: radial-gradient(circle, rgba(212,175,55,0.2) 0%, transparent 70%);
}

.orb-accent {
  background: radial-gradient(circle, rgba(196,30,58,0.15) 0%, transparent 70%);
}

/* ============ PAGE TRANSITION ============ */
.page-transition {
  position: fixed;
  inset: 0;
  background: var(--gradient-primary);
  z-index: 9999;
  pointer-events: none;
  transform: translateY(100%);
}

/* ============ LOADING SCREEN ============ */
.loader {
  position: fixed;
  inset: 0;
  background: var(--color-bg);
  z-index: 10000;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: var(--space-xl);
}

.loader-logo {
  font-size: var(--fs-2xl);
  font-weight: 900;
  background: var(--gradient-primary);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  animation: scale-in 0.5s ease;
}

.loader-bar {
  width: 200px;
  height: 2px;
  background: var(--color-surface);
  border-radius: var(--radius-full);
  overflow: hidden;
}

.loader-progress {
  height: 100%;
  background: var(--gradient-primary);
  border-radius: var(--radius-full);
  animation: loader-fill 1.5s ease forwards;
}

@keyframes loader-fill {
  from { width: 0; }
  to { width: 100%; }
}

/* ============ HIGHLIGHT BADGE ============ */
.highlight-badge {
  display: inline-block;
  position: relative;
  color: var(--color-primary);
}

.highlight-badge::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  right: 0;
  height: 2px;
  background: var(--gradient-primary);
  border-radius: 2px;
}

/* ============ DIVIDER ============ */
.divider {
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--color-border), transparent);
  margin: var(--space-2xl) 0;
}

/* ============ RESPONSIVE ============ */
@media (max-width: 1024px) {
  .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: var(--space-xl);
  }
}

@media (max-width: 768px) {
  .hamburger {
    display: flex;
  }

  .navbar-nav,
  .navbar-cta {
    display: none;
  }

  .footer-grid {
    grid-template-columns: 1fr;
    gap: var(--space-xl);
  }

  .footer-brand p {
    max-width: 100%;
  }

  .footer-bottom {
    flex-direction: column;
    text-align: center;
  }

  .footer-bottom-links {
    justify-content: center;
  }
}

/* ============ UTILITY CLASSES ============ */
.flex { display: flex; }
.flex-center { display: flex; align-items: center; justify-content: center; }
.flex-between { display: flex; align-items: center; justify-content: space-between; }
.flex-col { display: flex; flex-direction: column; }
.gap-sm { gap: var(--space-sm); }
.gap-md { gap: var(--space-md); }
.gap-lg { gap: var(--space-lg); }
.gap-xl { gap: var(--space-xl); }
.grid-2 { display: grid; grid-template-columns: repeat(2, 1fr); gap: var(--space-lg); }
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: var(--space-lg); }
.grid-4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: var(--space-lg); }
.mt-sm { margin-top: var(--space-sm); }
.mt-md { margin-top: var(--space-md); }
.mt-lg { margin-top: var(--space-lg); }
.mt-xl { margin-top: var(--space-xl); }
.text-center { text-align: center; }
.text-muted { color: var(--color-text-muted); }
.relative { position: relative; }
.overflow-hidden { overflow: hidden; }
.w-full { width: 100%; }

/* ============ SECTION GLOW BG ============ */
.section-glow {
  position: absolute;
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, rgba(212,175,55,0.06) 0%, transparent 70%);
  border-radius: 50%;
  pointer-events: none;
  z-index: 0;
}

/* Ensure content is above orbs/glows */
.section > *:not(.orb):not(.section-glow) {
  position: relative;
  z-index: 1;
}

/* ============ TAG PILL ============ */
.tag-pill {
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  background: rgba(212,175,55,0.08);
  border: 1px solid rgba(212,175,55,0.15);
  border-radius: var(--radius-full);
  font-size: 0.75rem;
  font-weight: 600;
  color: var(--color-primary);
  letter-spacing: 0.02em;
}
