/* ─────────────────────────────────────────────
   CSNexa — Premium SaaS Website Stylesheet
   Warm Tea-Cafe Theme · Dark + Light
   Inspired by globalteacafe.com palette
───────────────────────────────────────────── */

/* ── Skip Nav ─────────────────────────────── */
.skip-nav {
  position: absolute; top: -100px; left: 1rem; z-index: 9999;
  background: var(--primary); color: #fff; padding: 0.5rem 1rem;
  border-radius: 0 0 8px 8px; font-weight: 700; font-size: 0.875rem;
  transition: top 0.2s;
}
.skip-nav:focus { top: 0; }

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

/* ── DARK THEME (default) — modern indigo + violet + cyan ── */
:root {
  /* Brand */
  --primary:        #6366f1;          /* indigo — trust & innovation */
  --primary-rgb:    99,102,241;
  --primary-dark:   #4f46e5;
  --secondary:      #8b5cf6;          /* violet — premium accent      */
  --secondary-rgb:  139,92,246;
  --accent:         #06b6d4;          /* cyan — highlights & success  */
  --accent-rgb:     6,182,212;

  /* Surfaces (deep navy → charcoal) */
  --dark:           #0a0a0f;
  --dark-2:         #111118;
  --dark-3:         #1a1a24;
  --dark-4:         #232330;

  /* Borders & glass */
  --border:         rgba(148,163,184,0.08);
  --border-light:   rgba(148,163,184,0.15);
  --card-bg:        rgba(148,163,184,0.04);
  --glass:          rgba(148,163,184,0.05);

  /* Text — cool slate tones */
  --text:           #e2e8f0;
  --text-muted:     #94a3b8;
  --text-dim:       #64748b;
  --heading:        #f8fafc;          /* H1–H3 / strong text          */
  --primary-soft:   #a5b4fc;          /* lighter indigo (badge text)  */

  /* Component surfaces */
  --nav-bg:         rgba(10,10,15,0.85);
  --grid-line:      rgba(99,102,241,0.06);
  --hero-bg:        var(--dark);

  /* Effects */
  --radius:         16px;
  --radius-sm:      10px;
  --shadow:         0 4px 24px rgba(0,0,0,0.45);
  --shadow-lg:      0 8px 48px rgba(0,0,0,0.55);
  --glow:           0 0 60px rgba(var(--primary-rgb),0.18);

  color-scheme: dark;
}

/* ── LIGHT THEME — clean slate + indigo + soft surfaces ── */
[data-theme="light"] {
  /* Brand */
  --primary:        #4f46e5;          /* deeper indigo for light bg   */
  --primary-rgb:    79,70,229;
  --primary-dark:   #4338ca;
  --secondary:      #7c3aed;          /* violet                      */
  --secondary-rgb:  124,58,237;
  --accent:         #0891b2;          /* deeper cyan                 */
  --accent-rgb:     8,145,178;

  /* Surfaces (clean white → cool gray) */
  --dark:           #f8fafc;          /* page bg — cool white        */
  --dark-2:         #f1f5f9;          /* section bg — light slate    */
  --dark-3:         #ffffff;          /* card bg — pure white        */
  --dark-4:         #f8fafc;          /* nested — subtle             */

  /* Borders & glass */
  --border:         rgba(15,23,42,0.08);
  --border-light:   rgba(15,23,42,0.14);
  --card-bg:        #ffffff;
  --glass:          rgba(79,70,229,0.04);

  /* Text — dark slate tones */
  --text:           #1e293b;
  --text-muted:     #475569;
  --text-dim:       #94a3b8;
  --heading:        #0f172a;
  --primary-soft:   #4338ca;

  /* Component surfaces */
  --nav-bg:         rgba(248,250,252,0.85);
  --grid-line:      rgba(79,70,229,0.05);
  --hero-bg:        var(--dark);

  /* Softer shadows on light */
  --shadow:         0 4px 24px rgba(15,23,42,0.06);
  --shadow-lg:      0 12px 48px rgba(15,23,42,0.1);
  --glow:           0 0 60px rgba(var(--primary-rgb),0.12);

  color-scheme: light;
}

/* Smooth theme switch */
html, body, .navbar, .navbar.scrolled, .product-card, .service-card,
.industry-card, .case-card, .blog-card, .faq-item, .step-content,
.footer, .compare-table th, .compare-table td, .cta-input, .menu-item {
  transition: background-color 0.35s ease, color 0.35s ease,
              border-color 0.35s ease, box-shadow 0.35s ease;
}

/* ── Announcement Bar ─────────────────────── */
.announcement-bar {
  background: linear-gradient(135deg, var(--primary), var(--secondary));
  color: #fff; font-size: 0.85rem; font-weight: 500;
  padding: 0.6rem 1.5rem;
  display: flex; align-items: center; justify-content: center; gap: 1rem;
  position: relative; z-index: 1001;
}
.ann-link  { color: #fff; font-weight: 700; text-decoration: underline; }
.ann-close {
  position: absolute; right: 1rem;
  background: rgba(255,255,255,0.2); border: none; color: #fff;
  width: 24px; height: 24px; border-radius: 50%; cursor: pointer;
  font-size: 0.75rem; display: flex; align-items: center; justify-content: center;
  transition: background 0.2s;
}
.ann-close:hover { background: rgba(255,255,255,0.35); }
.announcement-bar.hidden { display: none; }

html { scroll-behavior: smooth; }

body {
  font-family: 'Inter', system-ui, -apple-system, sans-serif;
  background: var(--dark);
  color: var(--text);
  line-height: 1.6;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; display: block; }
a { text-decoration: none; color: inherit; }
button { cursor: pointer; border: none; background: none; font-family: inherit; }

/* ── Typography ───────────────────────────── */
h1, h2, h3, h4 { font-family: 'Space Grotesk', 'Inter', system-ui, sans-serif; }
h1 { font-size: clamp(2.5rem, 5vw, 4rem); font-weight: 700; line-height: 1.1; letter-spacing: -0.03em; }
h2 { font-size: clamp(2rem, 4vw, 3rem);   font-weight: 700; line-height: 1.15; letter-spacing: -0.02em; }
h3 { font-size: clamp(1.25rem, 2.5vw, 1.5rem); font-weight: 700; line-height: 1.3; }
h4 { font-size: 1.125rem; font-weight: 700; }
h5 { font-size: 0.875rem; font-weight: 600; text-transform: uppercase; letter-spacing: 0.08em; color: var(--text-muted); margin-bottom: 1rem; }
p  { color: var(--text-muted); line-height: 1.7; }

/* ── Layout Utilities ─────────────────────── */
.container { max-width: 1200px; margin: 0 auto; padding: 0 1.5rem; }
.section   { padding: 6rem 0; }

.gradient-text {
  background: linear-gradient(135deg, var(--primary) 0%, var(--secondary) 50%, var(--accent) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
/* Stronger gradient visibility in dark mode */
:root .gradient-text {
  filter: brightness(1.15) saturate(1.1);
}

.section-header {
  text-align: center;
  max-width: 700px;
  margin: 0 auto 4rem;
}
.section-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: rgba(var(--primary-rgb),0.12);
  border: 1px solid rgba(var(--primary-rgb),0.25);
  color: var(--primary);
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 0.4rem 1rem;
  border-radius: 100px;
  margin-bottom: 1.25rem;
}
.section-title { margin-bottom: 1rem; }
.section-sub   { font-size: 1.1rem; max-width: 560px; margin: 0 auto; }

/* ── Buttons ──────────────────────────────── */
.btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: linear-gradient(135deg, var(--primary), var(--secondary));
  color: #fff;
  font-weight: 600;
  font-size: 0.9rem;
  padding: 0.65rem 1.4rem;
  border-radius: 10px;
  transition: transform 0.2s, box-shadow 0.2s, opacity 0.2s;
  box-shadow: 0 4px 20px rgba(var(--primary-rgb),0.35);
  white-space: nowrap;
}
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 8px 30px rgba(var(--primary-rgb),0.5); }
.btn-primary:active { transform: translateY(0); }

.btn-primary.btn-cyan {
  background: linear-gradient(135deg, var(--accent), var(--primary));
  box-shadow: 0 4px 20px rgba(var(--accent-rgb),0.3);
}
.btn-primary.btn-cyan:hover { box-shadow: 0 8px 30px rgba(var(--accent-rgb),0.5); }

.btn-outline {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: transparent;
  color: var(--text);
  font-weight: 600;
  font-size: 0.9rem;
  padding: 0.65rem 1.4rem;
  border-radius: 10px;
  border: 1px solid var(--border-light);
  transition: border-color 0.2s, background 0.2s;
  white-space: nowrap;
}
.btn-outline:hover { border-color: var(--primary); background: rgba(var(--primary-rgb),0.07); }

.btn-ghost {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: transparent;
  color: var(--text-muted);
  font-weight: 500;
  font-size: 0.9rem;
  padding: 0.65rem 1rem;
  border-radius: 10px;
  transition: color 0.2s;
}
.btn-ghost:hover { color: var(--text); }

.btn-lg { padding: 0.85rem 1.75rem; font-size: 1rem; }

/* ─────────────────────────────────────────────
   NAVBAR
───────────────────────────────────────────── */
.navbar {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 1000;
  padding: 1rem 0;
  transition: background 0.3s, border-color 0.3s, box-shadow 0.3s;
}
.navbar.scrolled {
  background: var(--nav-bg);
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
  border-bottom: 1px solid var(--border);
  box-shadow: 0 4px 32px rgba(0,0,0,0.4);
}
[data-theme="light"] .navbar.scrolled {
  box-shadow: 0 1px 12px rgba(15,23,42,0.04), 0 4px 24px rgba(15,23,42,0.03);
}
.nav-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}
.logo {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  flex-shrink: 0;
}
.logo-mark { flex-shrink: 0; }
.logo-text  { font-size: 1.25rem; font-weight: 800; letter-spacing: -0.02em; color: var(--heading); }
.logo-accent { color: var(--primary); }
.nav-links {
  display: flex;
  align-items: center;
  gap: 0.25rem;
}
.nav-links a {
  color: var(--text-muted);
  font-size: 0.9rem;
  font-weight: 500;
  padding: 0.5rem 0.85rem;
  border-radius: 8px;
  transition: color 0.2s, background 0.2s;
}
.nav-links a:hover { color: var(--text); background: var(--glass); }
.nav-links a.nav-active { color: var(--primary); }
.nav-hire {
  background: rgba(var(--primary-rgb),0.12) !important;
  border: 1px solid rgba(var(--primary-rgb),0.25) !important;
  color: var(--primary-soft) !important;
  border-radius: 8px !important;
  font-weight: 600 !important;
  padding: 0.45rem 0.85rem !important;
  font-size: 0.85rem !important;
}
.nav-hire:hover { background: rgba(var(--primary-rgb),0.2) !important; }

.nav-cta { display: flex; align-items: center; gap: 0.5rem; flex-shrink: 0; }

.hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  padding: 8px;
  border-radius: 8px;
  border: 1px solid var(--border);
  background: var(--glass);
}
.hamburger span { display: block; width: 20px; height: 2px; background: var(--text); border-radius: 2px; transition: all 0.3s; }

/* ─────────────────────────────────────────────
   HERO
───────────────────────────────────────────── */
.hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  padding: 8rem 0 5rem;
  overflow: hidden;
  background: var(--dark);
}
.hero-bg-grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(var(--primary-rgb),0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(var(--primary-rgb),0.04) 1px, transparent 1px);
  background-size: 60px 60px;
  pointer-events: none;
}
.hero-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
  pointer-events: none;
  animation: orbFloat 8s ease-in-out infinite;
}
.hero-orb-1 { width: 500px; height: 500px; background: rgba(var(--primary-rgb),0.12); top: -100px; left: -150px; }
.hero-orb-2 { width: 400px; height: 400px; background: rgba(var(--secondary-rgb),0.1); bottom: -100px; right: 10%; animation-delay: -3s; }
.hero-orb-3 { width: 300px; height: 300px; background: rgba(var(--accent-rgb),0.08); top: 40%; right: -80px; animation-delay: -6s; }

@keyframes orbFloat {
  0%, 100% { transform: translateY(0) scale(1); }
  50%       { transform: translateY(-30px) scale(1.05); }
}

.hero-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: center;
  position: relative;
  z-index: 1;
}
.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  background: rgba(var(--primary-rgb),0.1);
  border: 1px solid rgba(var(--primary-rgb),0.2);
  color: var(--primary-soft);
  font-size: 0.8rem;
  font-weight: 600;
  padding: 0.4rem 1rem;
  border-radius: 100px;
  margin-bottom: 1.5rem;
}
.badge-dot {
  width: 7px; height: 7px;
  background: #10b981;
  border-radius: 50%;
  box-shadow: 0 0 0 3px rgba(16,185,129,0.2);
  animation: pulse 2s ease-in-out infinite;
}
@keyframes pulse { 0%,100%{opacity:1; box-shadow: 0 0 0 3px rgba(16,185,129,0.2)} 50%{opacity:0.7; box-shadow: 0 0 0 6px rgba(16,185,129,0.08)} }

/* Hero badge glow effect */
.hero-badge {
  animation: badgeGlow 3s ease-in-out infinite;
}
@keyframes badgeGlow {
  0%,100% { box-shadow: 0 0 12px rgba(var(--primary-rgb),0); }
  50%     { box-shadow: 0 0 20px rgba(var(--primary-rgb),0.12); }
}

.hero-title  { margin-bottom: 1.25rem; color: var(--heading); }
.hero-sub    { font-size: 1.1rem; max-width: 480px; margin-bottom: 2rem; }
.hero-actions{ display: flex; gap: 1rem; flex-wrap: wrap; margin-bottom: 2rem; }
.hero-trust  { display: flex; gap: 1.5rem; flex-wrap: wrap; }
.trust-item  { display: flex; align-items: center; gap: 0.4rem; font-size: 0.85rem; font-weight: 500; color: var(--text-muted); }
.trust-item svg { color: #10b981; flex-shrink: 0; }

/* ── Dashboard Mockup ─────────────────────── */
.hero-visual { position: relative; }

.dashboard-mockup {
  background: var(--dark-3);
  border: 1px solid var(--border);
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 24px 80px rgba(0,0,0,0.6), 0 0 0 1px rgba(var(--primary-rgb),0.1), inset 0 1px 0 var(--border);
  animation: mockupFloat 6s ease-in-out infinite;
}
@keyframes mockupFloat {
  0%,100% { transform: translateY(0) rotateX(1deg); }
  50%      { transform: translateY(-12px) rotateX(2deg); }
}
.mockup-topbar {
  display: flex; align-items: center; gap: 1rem;
  padding: 0.75rem 1rem;
  background: var(--dark-4);
  border-bottom: 1px solid var(--border);
}
.topbar-dots { display: flex; gap: 5px; }
.topbar-dots span { width: 10px; height: 10px; border-radius: 50%; }
.topbar-dots span:nth-child(1) { background: #ef4444; }
.topbar-dots span:nth-child(2) { background: #f59e0b; }
.topbar-dots span:nth-child(3) { background: #10b981; }
.topbar-title { flex: 1; font-size: 0.78rem; font-weight: 600; color: var(--text-muted); text-align: center; }
.status-online { font-size: 0.72rem; font-weight: 600; color: #10b981; }

.mockup-body { display: flex; }
.mockup-sidebar {
  width: 48px;
  background: var(--dark-4);
  border-right: 1px solid var(--border);
  padding: 0.75rem 0;
  display: flex; flex-direction: column; align-items: center; gap: 4px;
}
.sidebar-item {
  width: 32px; height: 32px;
  display: flex; align-items: center; justify-content: center;
  border-radius: 8px;
  color: var(--text-dim);
  transition: all 0.2s;
}
.sidebar-item.active { background: rgba(var(--primary-rgb),0.2); color: var(--primary); }
.sidebar-item:hover  { background: var(--glass); color: var(--text-muted); }

.mockup-main { flex: 1; padding: 1rem; display: flex; flex-direction: column; gap: 0.75rem; min-width: 0; }

.mockup-stats { display: grid; grid-template-columns: repeat(3,1fr); gap: 0.5rem; }
.stat-card {
  background: var(--dark-4);
  border: 1px solid var(--border);
  border-radius: 10px;
  padding: 0.6rem 0.75rem;
}
.stat-label { font-size: 0.65rem; color: var(--text-dim); font-weight: 500; margin-bottom: 0.25rem; }
.stat-value { font-size: 0.95rem; font-weight: 700; color: var(--heading); line-height: 1; }
.stat-change { font-size: 0.65rem; font-weight: 600; margin-top: 0.25rem; }
.stat-change.positive { color: #10b981; }
.stat-change.negative { color: #ef4444; }

.mockup-chart {
  background: var(--dark-4);
  border: 1px solid var(--border);
  border-radius: 10px;
  padding: 0.75rem;
}
.chart-label { font-size: 0.7rem; font-weight: 600; color: var(--text-muted); margin-bottom: 0.6rem; }
.chart-bars  { display: flex; align-items: flex-end; gap: 4px; height: 60px; }
.chart-bar   {
  flex: 1;
  background: rgba(var(--primary-rgb),0.25);
  border-radius: 4px 4px 2px 2px;
  display: flex; flex-direction: column-reverse;
  align-items: center;
  transition: background 0.2s;
  position: relative;
  overflow: visible;
}
.chart-bar span { font-size: 0.55rem; color: var(--text-dim); position: absolute; bottom: -14px; }
.chart-bar.active { background: linear-gradient(180deg, var(--primary), var(--secondary)); }
.chart-bar:hover  { background: rgba(var(--primary-rgb),0.45); }

.mockup-orders { background: var(--dark-4); border: 1px solid var(--border); border-radius: 10px; padding: 0.75rem; }
.orders-label  { font-size: 0.7rem; font-weight: 600; color: var(--text-muted); margin-bottom: 0.5rem; }
.order-row {
  display: flex; align-items: center; gap: 0.5rem;
  padding: 0.3rem 0;
  border-bottom: 1px solid var(--border);
  font-size: 0.68rem;
}
.order-row:last-child { border-bottom: none; }
.order-id   { color: var(--text-dim); font-weight: 600; width: 36px; flex-shrink: 0; }
.order-name { flex: 1; color: var(--text-muted); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.order-amt  { color: var(--text); font-weight: 600; flex-shrink: 0; }
.badge-paid    { background: rgba(16,185,129,0.15); color: #10b981; font-size: 0.6rem; font-weight: 600; padding: 2px 6px; border-radius: 4px; flex-shrink: 0; }
.badge-pending { background: rgba(245,158,11,0.15); color: #f59e0b; font-size: 0.6rem; font-weight: 600; padding: 2px 6px; border-radius: 4px; flex-shrink: 0; }

/* ── Floating Cards ────────────────────────── */
.float-card {
  position: absolute;
  display: flex; align-items: center; gap: 0.6rem;
  background: rgba(20,20,40,0.85);
  backdrop-filter: blur(20px); -webkit-backdrop-filter: blur(20px);
  border: 1px solid var(--border-light);
  border-radius: 14px;
  padding: 0.65rem 1rem;
  box-shadow: 0 8px 32px rgba(0,0,0,0.5);
  font-size: 0.8rem;
  white-space: nowrap;
  animation: floatCard 4s ease-in-out infinite;
  transition: transform 0.3s;
}
[data-theme="light"] .float-card {
  background: rgba(255,255,255,0.92);
  box-shadow: 0 4px 24px rgba(15,23,42,0.08);
}
.float-icon  { font-size: 1.1rem; }
.float-title { font-weight: 700; font-size: 0.8rem; color: var(--heading); }
.float-sub   { font-size: 0.7rem; color: var(--text-muted); }

.float-card-1 { bottom: 20%;  left: -50px; animation-delay: 0s; }
.float-card-2 { top: 18%;    right: -45px; animation-delay: -2s; }
.float-card-3 { bottom: -20px; right: 10%; animation-delay: -1s; }

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

/* ── Scroll hint ──────────────────────────── */
.hero-scroll-hint {
  position: absolute;
  bottom: 2rem; left: 50%;
  transform: translateX(-50%);
  display: flex; flex-direction: column; align-items: center; gap: 0.5rem;
  font-size: 0.75rem; color: var(--text-dim);
}
.scroll-line {
  width: 1px; height: 40px;
  background: linear-gradient(to bottom, transparent, var(--primary));
  animation: scrollPulse 2s ease-in-out infinite;
}
@keyframes scrollPulse { 0%,100%{opacity:0.4} 50%{opacity:1} }

/* ─────────────────────────────────────────────
   TRUST STRIP
───────────────────────────────────────────── */
.trust-strip {
  padding: 2rem 0;
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  background: var(--dark-2);
}
.trust-label {
  text-align: center;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: var(--text-dim);
  margin-bottom: 1rem;
}
.trust-logos {
  display: flex; flex-wrap: wrap;
  align-items: center; justify-content: center;
  gap: 0.5rem 2rem;
}
.trust-logo {
  display: flex; align-items: center; gap: 0.4rem;
  font-size: 0.9rem; font-weight: 600;
  color: var(--text-dim);
  transition: color 0.2s;
  white-space: nowrap;
}
.trust-logo:hover { color: var(--text-muted); }

/* ─────────────────────────────────────────────
   STATS
───────────────────────────────────────────── */
.stats-section { padding: 5rem 0; background: var(--dark-2); }
.stats-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 2rem;
}
.stat-block { text-align: center; }
.stat-number {
  font-size: clamp(2.5rem, 4vw, 3.5rem);
  font-weight: 900;
  line-height: 1;
  letter-spacing: -0.03em;
  margin-bottom: 0.5rem;
}
.stat-desc { font-size: 0.9rem; color: var(--text-muted); font-weight: 500; }

/* ─────────────────────────────────────────────
   PRODUCTS
───────────────────────────────────────────── */
.products-section { background: var(--dark); }

.product-card {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: center;
  background: var(--dark-2);
  border: 1px solid var(--border);
  border-radius: 24px;
  padding: 3.5rem;
  margin-bottom: 2rem;
  overflow: hidden;
  position: relative;
  transition: border-color 0.3s;
}
.product-card::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at top left, rgba(var(--primary-rgb),0.05), transparent 60%);
  pointer-events: none;
}
.product-card-reverse { direction: rtl; }
.product-card-reverse > * { direction: ltr; }
.product-card:hover { border-color: rgba(var(--primary-rgb),0.3); }

.product-icon  { font-size: 2.5rem; margin-bottom: 0.75rem; }
.product-badge {
  display: inline-block;
  background: rgba(var(--primary-rgb),0.12);
  border: 1px solid rgba(var(--primary-rgb),0.25);
  color: var(--primary);
  font-size: 0.72rem; font-weight: 700;
  letter-spacing: 0.08em; text-transform: uppercase;
  padding: 0.3rem 0.8rem; border-radius: 100px;
  margin-bottom: 1rem;
}
.product-badge-cyan { background: rgba(var(--accent-rgb),0.1); border-color: rgba(var(--accent-rgb),0.25); color: var(--accent); }
.product-title { margin-bottom: 0.75rem; color: var(--heading); }
.product-desc  { margin-bottom: 1.5rem; }

.product-features { list-style: none; display: flex; flex-direction: column; gap: 0.55rem; margin-bottom: 1.5rem; }
.product-features li {
  display: flex; align-items: center; gap: 0.6rem;
  font-size: 0.9rem; color: var(--text-muted);
}
.feat-dot {
  width: 6px; height: 6px; border-radius: 50%;
  background: var(--primary); flex-shrink: 0;
}
.feat-dot-cyan { background: var(--accent); }

.product-tech { display: flex; flex-wrap: wrap; gap: 0.5rem; margin-bottom: 1.5rem; }
.product-tech span {
  background: var(--glass);
  border: 1px solid var(--border);
  color: var(--text-muted);
  font-size: 0.75rem; font-weight: 600;
  padding: 0.3rem 0.75rem; border-radius: 6px;
}
.product-actions { display: flex; gap: 1rem; align-items: center; }

/* ── POS Mockup ─────────────────────────── */
.pos-mockup {
  background: var(--dark-3);
  border: 1px solid var(--border);
  border-radius: 14px;
  overflow: hidden;
  box-shadow: var(--shadow-lg);
}
.pos-header {
  display: flex; align-items: center; justify-content: space-between;
  padding: 0.75rem 1rem;
  background: var(--dark-4);
  border-bottom: 1px solid var(--border);
  font-size: 0.8rem; font-weight: 600;
}
.pos-title { color: var(--text); }
.pos-time  { color: var(--text-dim); font-size: 0.75rem; }
.pos-body  { display: grid; grid-template-columns: 1fr 0.8fr; gap: 0; min-height: 280px; }
.pos-menu  { padding: 0.75rem; border-right: 1px solid var(--border); display: flex; flex-direction: column; gap: 0.35rem; }
.menu-item {
  display: flex; align-items: center; justify-content: space-between; gap: 0.5rem;
  padding: 0.5rem 0.6rem;
  border-radius: 8px;
  font-size: 0.78rem;
  color: var(--text-muted);
  transition: background 0.2s;
  cursor: pointer;
}
.menu-item:hover   { background: var(--glass); }
.menu-item.selected{ background: rgba(var(--primary-rgb),0.1); color: var(--text); }
.menu-item span:nth-child(2) { color: var(--text-dim); flex-shrink: 0; }
.add-btn {
  width: 22px; height: 22px;
  background: var(--dark-4); border: 1px solid var(--border);
  color: var(--text-muted); border-radius: 6px;
  font-size: 0.75rem; font-weight: 700; flex-shrink: 0;
  display: flex; align-items: center; justify-content: center;
  cursor: pointer; transition: all 0.2s;
}
.add-btn.active { background: var(--primary); border-color: var(--primary); color: #fff; }

.pos-cart { padding: 0.75rem; display: flex; flex-direction: column; gap: 0.4rem; }
.cart-title { font-size: 0.75rem; font-weight: 700; color: var(--text-muted); margin-bottom: 0.25rem; }
.cart-item  {
  display: flex; justify-content: space-between;
  font-size: 0.75rem; color: var(--text-muted);
  padding: 0.25rem 0;
  border-bottom: 1px solid var(--border);
}
.cart-total {
  display: flex; justify-content: space-between;
  font-size: 0.85rem; font-weight: 700; color: var(--heading);
  padding: 0.4rem 0;
}
.pos-checkout {
  margin-top: auto;
  background: linear-gradient(135deg, var(--primary), var(--secondary));
  color: var(--heading); font-size: 0.8rem; font-weight: 700;
  padding: 0.6rem; border-radius: 8px;
  width: 100%; transition: opacity 0.2s, transform 0.2s;
}
.pos-checkout:hover { opacity: 0.9; transform: translateY(-1px); }

/* ── Inventory Mockup ─────────────────────── */
.inv-mockup {
  background: var(--dark-3);
  border: 1px solid var(--border);
  border-radius: 14px;
  overflow: hidden;
  box-shadow: var(--shadow-lg);
  padding: 1.25rem;
  display: flex; flex-direction: column; gap: 1rem;
}
.inv-header {
  display: flex; justify-content: space-between; align-items: center;
  font-size: 0.85rem; font-weight: 700; color: var(--text);
}
.inv-sync { font-size: 0.72rem; font-weight: 600; color: #10b981; }
.inv-stats { display: grid; grid-template-columns: repeat(3,1fr); gap: 0.75rem; }
.inv-stat  {
  background: var(--dark-4); border: 1px solid var(--border);
  border-radius: 10px; padding: 0.75rem; text-align: center;
}
.inv-num { font-size: 1.3rem; font-weight: 800; color: var(--primary); }
.inv-lbl { font-size: 0.68rem; color: var(--text-dim); margin-top: 0.2rem; }

.inv-table { background: var(--dark-4); border: 1px solid var(--border); border-radius: 10px; overflow: hidden; }
.inv-row {
  display: grid; grid-template-columns: 1fr auto auto;
  gap: 1rem; padding: 0.5rem 0.75rem;
  font-size: 0.75rem; color: var(--text-muted);
  border-bottom: 1px solid var(--border);
  align-items: center;
}
.inv-row:last-child { border-bottom: none; }
.inv-row-header { color: var(--text-dim); font-weight: 600; font-size: 0.68rem; }
.badge-ok  { background: rgba(16,185,129,0.12); color: #10b981; font-size: 0.65rem; font-weight: 700; padding: 2px 7px; border-radius: 4px; }
.badge-low { background: rgba(245,158,11,0.12); color: #f59e0b; font-size: 0.65rem; font-weight: 700; padding: 2px 7px; border-radius: 4px; }

.inv-bar-section { }
.inv-bar-label { font-size: 0.72rem; color: var(--text-muted); margin-bottom: 0.4rem; }
.inv-bar-track  { background: var(--dark-4); border-radius: 6px; height: 10px; overflow: hidden; border: 1px solid var(--border); }
.inv-bar-fill   {
  height: 100%; border-radius: 6px;
  background: linear-gradient(90deg, var(--primary), var(--accent));
  display: flex; align-items: center; justify-content: flex-end;
  padding-right: 6px; font-size: 0.6rem; font-weight: 700; color: var(--heading);
}

/* ─────────────────────────────────────────────
   SERVICES
───────────────────────────────────────────── */
.services-section { background: var(--dark-2); }

.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}
.service-card {
  background: var(--dark-3);
  border: 1px solid var(--border);
  border-radius: 16px;
  padding: 1.75rem;
  transition: transform 0.3s, border-color 0.3s, box-shadow 0.3s;
  position: relative;
  overflow: hidden;
}
.service-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0; height: 1px;
  background: linear-gradient(90deg, transparent, rgba(var(--primary-rgb),0.4), transparent);
  opacity: 0; transition: opacity 0.3s;
}
.service-card:hover { transform: translateY(-4px) scale(1.01); border-color: rgba(var(--primary-rgb),0.3); box-shadow: 0 12px 40px rgba(0,0,0,0.3); }
.service-card:hover::before { opacity: 1; }

.service-icon {
  width: 48px; height: 48px;
  background: rgba(var(--primary-rgb),0.1);
  border: 1px solid rgba(var(--primary-rgb),0.2);
  border-radius: 12px;
  display: flex; align-items: center; justify-content: center;
  color: var(--primary);
  margin-bottom: 1.25rem;
}
.service-icon-cyan   { background: rgba(var(--accent-rgb),0.1);   border-color: rgba(var(--accent-rgb),0.2);   color: var(--accent);    }
.service-icon-purple { background: rgba(var(--secondary-rgb),0.1);  border-color: rgba(var(--secondary-rgb),0.2);  color: var(--secondary); }

.service-card h3 { margin-bottom: 0.6rem; font-size: 1.05rem; }
.service-card p  { font-size: 0.875rem; margin-bottom: 1rem; }
.service-link    { font-size: 0.85rem; font-weight: 600; color: var(--primary); transition: gap 0.2s; display: inline-flex; align-items: center; gap: 0.25rem; }
.service-link:hover { gap: 0.5rem; }

/* ─────────────────────────────────────────────
   INDUSTRIES
───────────────────────────────────────────── */
.industries-section { background: var(--dark); }

.industries-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}
.industry-card {
  background: var(--dark-2);
  border: 1px solid var(--border);
  border-radius: 16px;
  padding: 2rem;
  text-align: center;
  transition: transform 0.3s, border-color 0.3s;
  cursor: default;
}
.industry-card:hover { transform: translateY(-4px); border-color: rgba(var(--primary-rgb),0.3); }
.industry-emoji { font-size: 2.5rem; margin-bottom: 0.75rem; }
.industry-card h4 { color: var(--heading); margin-bottom: 0.4rem; }
.industry-card p  { font-size: 0.85rem; }

/* ─────────────────────────────────────────────
   INTERNATIONAL CLIENTS
───────────────────────────────────────────── */
.intl-section { background: var(--dark); position: relative; overflow: hidden; }
.intl-bg-orb  { position: absolute; border-radius: 50%; filter: blur(100px); pointer-events: none; }
.intl-orb-1   { width: 500px; height: 500px; background: rgba(var(--primary-rgb),0.1); top: -100px; right: -100px; }
.intl-orb-2   { width: 400px; height: 400px; background: rgba(var(--accent-rgb),0.07); bottom: -100px; left: -100px; }

.intl-inner   { display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: start; position: relative; z-index: 1; }

.intl-flags   { display: flex; flex-wrap: wrap; gap: 0.6rem; margin: 1.5rem 0; }
.flag-item    {
  display: flex; align-items: center; gap: 0.4rem;
  background: var(--dark-2); border: 1px solid var(--border);
  border-radius: 100px; padding: 0.35rem 0.85rem;
  font-size: 0.82rem; font-weight: 500; color: var(--text-muted);
  transition: border-color 0.2s, color 0.2s;
}
.flag-item:hover { border-color: var(--primary); color: var(--text); }

.intl-benefits   { display: flex; flex-direction: column; gap: 1.1rem; }
.intl-benefit    { display: flex; gap: 1rem; align-items: flex-start; }
.intl-benefit-icon {
  width: 40px; height: 40px; flex-shrink: 0;
  background: rgba(var(--primary-rgb),0.1); border: 1px solid rgba(var(--primary-rgb),0.2);
  border-radius: 10px; display: flex; align-items: center; justify-content: center;
  font-size: 1.1rem;
}
.intl-benefit strong { display: block; color: var(--heading); font-size: 0.95rem; margin-bottom: 0.2rem; }
.intl-benefit p      { font-size: 0.85rem; margin: 0; }

/* Form card */
.intl-form-card {
  background: var(--dark-2);
  border: 1px solid var(--border-light);
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 24px 60px rgba(0,0,0,0.4), 0 0 0 1px rgba(var(--primary-rgb),0.1);
}
.intl-form-header {
  background: linear-gradient(135deg, rgba(var(--primary-rgb),0.15), rgba(var(--secondary-rgb),0.1));
  border-bottom: 1px solid var(--border);
  padding: 1.5rem 1.75rem;
}
.intl-form-title { font-size: 1.2rem; font-weight: 800; color: var(--heading); margin-bottom: 0.3rem; }
.intl-form-header p { font-size: 0.85rem; margin: 0; }

.intl-form     { padding: 1.5rem 1.75rem; display: flex; flex-direction: column; gap: 0.75rem; }
.form-row      { display: grid; grid-template-columns: 1fr 1fr; gap: 0.75rem; }
.intl-textarea {
  resize: vertical; min-height: 80px;
  font-family: inherit; line-height: 1.6;
}
.intl-submit   { justify-content: center; }

.intl-form-footer {
  display: flex; justify-content: center; gap: 2rem; flex-wrap: wrap;
  padding: 1rem 1.75rem;
  background: rgba(0,0,0,0.2);
  border-top: 1px solid var(--border);
  font-size: 0.78rem; color: var(--text-dim);
}

/* ─────────────────────────────────────────────
   WHY CHOOSE US
───────────────────────────────────────────── */
.why-section  { background: var(--dark-2); }
.why-inner    { display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: center; }
.why-list     { display: flex; flex-direction: column; gap: 1.25rem; margin-top: 2rem; }
.why-item     { display: flex; gap: 1rem; }
.why-check    {
  width: 28px; height: 28px; flex-shrink: 0;
  background: rgba(var(--primary-rgb),0.12); border: 1px solid rgba(var(--primary-rgb),0.25);
  border-radius: 8px; color: var(--primary); font-weight: 700; font-size: 0.85rem;
  display: flex; align-items: center; justify-content: center;
}
.why-item strong { display: block; color: var(--heading); margin-bottom: 0.2rem; font-size: 0.95rem; }
.why-item p { font-size: 0.875rem; margin: 0; }

.why-visual { position: relative; }
.why-card-stack { position: relative; height: 380px; }
.wcard {
  position: absolute;
  display: flex; align-items: center; gap: 0.75rem;
  background: var(--dark-3);
  border: 1px solid var(--border-light);
  border-radius: 14px;
  padding: 1rem 1.25rem;
  box-shadow: var(--shadow);
  transition: transform 0.3s;
}
.wcard:hover { transform: scale(1.03); }
.wcard-icon  { font-size: 1.5rem; }
.wcard-text  { display: flex; flex-direction: column; }
.wcard-text strong { font-size: 0.9rem; color: var(--heading); }
.wcard-text span   { font-size: 0.78rem; color: var(--text-muted); }
.wcard-1 { top: 0;   left: 10%; width: 260px; }
.wcard-2 { top: 80px; right: 0; width: 250px; }
.wcard-3 { top: 180px; left: 0; width: 255px; }
.wcard-4 { top: 260px; right: 5%; width: 240px; }

/* ─────────────────────────────────────────────
   PROCESS
───────────────────────────────────────────── */
.process-section { background: var(--dark); }

.process-timeline {
  position: relative;
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 1rem;
}
.process-line {
  display: none; /* hidden — handled by grid layout */
}
.process-step { position: relative; text-align: center; }
.step-num {
  font-size: 0.7rem; font-weight: 800; letter-spacing: 0.06em;
  color: var(--primary); margin-bottom: 0.6rem;
  background: rgba(var(--primary-rgb),0.1);
  border: 1px solid rgba(var(--primary-rgb),0.2);
  display: inline-block; padding: 0.2rem 0.6rem; border-radius: 6px;
}
.step-content {
  background: var(--dark-2);
  border: 1px solid var(--border);
  border-radius: 14px;
  padding: 1.25rem 1rem;
  height: 100%;
  transition: border-color 0.3s, transform 0.3s;
}
.step-content:hover { border-color: rgba(var(--primary-rgb),0.3); transform: translateY(-3px); }
.step-icon  { font-size: 1.5rem; margin-bottom: 0.6rem; }
.step-content h4 { font-size: 0.9rem; margin-bottom: 0.4rem; color: var(--heading); }
.step-content p  { font-size: 0.78rem; line-height: 1.5; }

/* ─────────────────────────────────────────────
   CASE STUDIES
───────────────────────────────────────────── */
.cases-section { background: var(--dark-2); }

.cases-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 1.5rem; }
.case-card {
  background: var(--dark-3);
  border: 1px solid var(--border);
  border-radius: 16px;
  padding: 2rem;
  display: flex; flex-direction: column; gap: 1rem;
  transition: transform 0.3s, border-color 0.3s;
}
.case-card:hover { transform: translateY(-4px); border-color: rgba(var(--primary-rgb),0.3); }
.case-industry { font-size: 0.8rem; font-weight: 600; color: var(--text-dim); }
.case-card h3   { font-size: 1.05rem; color: var(--heading); margin: 0; }
.case-section .case-label { font-size: 0.72rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.07em; color: var(--primary); margin-bottom: 0.3rem; }
.case-section p  { font-size: 0.85rem; margin: 0; }
.case-tech  { display: flex; flex-wrap: wrap; gap: 0.4rem; }
.case-tech span {
  background: var(--border); border: 1px solid var(--border);
  color: var(--text-dim); font-size: 0.72rem; font-weight: 600;
  padding: 0.25rem 0.6rem; border-radius: 5px;
}
.case-impact { display: grid; grid-template-columns: repeat(3,1fr); gap: 0.5rem; padding-top: 0.5rem; border-top: 1px solid var(--border); }
.impact-item { text-align: center; }
.impact-item strong { display: block; font-size: 1.1rem; font-weight: 800; background: linear-gradient(135deg,var(--primary),var(--accent)); -webkit-background-clip:text; -webkit-text-fill-color:transparent; background-clip:text; }
.impact-item span   { font-size: 0.68rem; color: var(--text-dim); }

/* ─────────────────────────────────────────────
   TESTIMONIALS
───────────────────────────────────────────── */
.testimonials-section { background: var(--dark); }

.testimonials-slider  { position: relative; overflow: hidden; }
.testimonials-track   {
  display: flex;
  transition: transform 0.5s cubic-bezier(0.4,0,0.2,1);
}
.testimonial-card {
  min-width: 100%;
  background: var(--dark-2);
  border: 1px solid var(--border);
  border-radius: 20px;
  padding: 3rem;
  display: flex; flex-direction: column; gap: 1.25rem;
  max-width: 800px;
  margin: 0 auto;
}
.testi-stars  { font-size: 1.2rem; color: #f59e0b; letter-spacing: 2px; }
.testimonial-card p {
  font-size: 1.05rem; line-height: 1.8; color: var(--text);
  font-style: italic; margin: 0;
  position: relative;
}
.testimonial-card p::before {
  content: '\201C';
  font-size: 3rem;
  font-family: Georgia, 'Times New Roman', serif;
  color: var(--primary);
  opacity: 0.3;
  position: absolute;
  top: -0.6rem;
  left: -0.2rem;
  line-height: 1;
}
.testi-author { display: flex; align-items: center; gap: 1rem; }
.testi-avatar {
  width: 44px; height: 44px;
  background: linear-gradient(135deg, var(--primary), var(--secondary));
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-weight: 800; font-size: 0.85rem; color: var(--heading); flex-shrink: 0;
}
.testi-author strong { display: block; color: var(--heading); font-size: 0.9rem; }
.testi-author span   { font-size: 0.8rem; color: var(--text-muted); }

.slider-controls { display: flex; align-items: center; justify-content: center; gap: 1rem; margin-top: 2rem; }
.slider-btn {
  width: 40px; height: 40px;
  background: var(--dark-2); border: 1px solid var(--border);
  border-radius: 50%; color: var(--text-muted);
  display: flex; align-items: center; justify-content: center;
  transition: all 0.2s;
}
.slider-btn:hover { border-color: var(--primary); color: var(--primary); }
.slider-dots { display: flex; gap: 0.4rem; }
.dot {
  width: 7px; height: 7px; border-radius: 50%;
  background: var(--dark-4); border: 1px solid var(--border);
  transition: all 0.3s; cursor: pointer;
}
.dot.active { background: var(--primary); border-color: var(--primary); width: 20px; border-radius: 4px; }

/* ─────────────────────────────────────────────
   BLOG
───────────────────────────────────────────── */
.blog-section { background: var(--dark-2); }

.blog-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1.5rem; }
.blog-card {
  background: var(--dark-3);
  border: 1px solid var(--border);
  border-radius: 16px;
  padding: 1.75rem;
  display: flex; flex-direction: column; gap: 0.75rem;
  transition: transform 0.3s, border-color 0.3s;
}
.blog-card:hover { transform: translateY(-4px); border-color: rgba(var(--primary-rgb),0.3); }
.blog-tag {
  display: inline-block;
  background: rgba(var(--primary-rgb),0.1); border: 1px solid rgba(var(--primary-rgb),0.2);
  color: var(--primary); font-size: 0.72rem; font-weight: 700;
  letter-spacing: 0.06em; text-transform: uppercase;
  padding: 0.25rem 0.65rem; border-radius: 6px; width: fit-content;
}
.blog-card h3 { font-size: 1rem; color: var(--heading); margin: 0; }
.blog-card p  { font-size: 0.875rem; margin: 0; flex: 1; }
.blog-meta    { display: flex; gap: 1rem; font-size: 0.78rem; color: var(--text-dim); font-weight: 500; }
.blog-link    { font-size: 0.85rem; font-weight: 600; color: var(--primary); margin-top: auto; display: inline-flex; align-items: center; gap: 0.25rem; transition: gap 0.2s; }
.blog-link:hover { gap: 0.5rem; }

/* ─────────────────────────────────────────────
   FAQ
───────────────────────────────────────────── */
.faq-section { background: var(--dark-2); }
.faq-grid    { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; max-width: 1000px; margin: 0 auto; }

.faq-item {
  background: var(--dark-3);
  border: 1px solid var(--border);
  border-radius: 14px;
  overflow: hidden;
  transition: border-color 0.3s;
}
.faq-item:hover { border-color: rgba(var(--primary-rgb),0.3); }
.faq-item.open  { border-color: rgba(var(--primary-rgb),0.4); }

.faq-question {
  width: 100%; display: flex;
  align-items: center; justify-content: space-between;
  gap: 1rem; padding: 1.25rem 1.5rem;
  text-align: left; color: var(--text);
  font-size: 0.95rem; font-weight: 600;
  cursor: pointer; background: none;
  transition: color 0.2s;
}
.faq-question:hover { color: var(--heading); }
.faq-icon { flex-shrink: 0; transition: transform 0.3s; color: var(--primary); }
.faq-item.open .faq-icon { transform: rotate(180deg); }

.faq-answer {
  max-height: 0; overflow: hidden;
  transition: max-height 0.45s cubic-bezier(0.4, 0, 0.2, 1), padding 0.35s ease;
  padding: 0 1.5rem;
}
.faq-item.open .faq-answer { max-height: 250px; padding: 0 1.5rem 1.25rem; }
.faq-answer p { font-size: 0.875rem; margin: 0; line-height: 1.7; }
.faq-answer strong { color: var(--text); }

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

/* ─────────────────────────────────────────────
   CTA
───────────────────────────────────────────── */
.cta-section {
  position: relative;
  padding: 7rem 0;
  background: var(--dark);
  overflow: hidden;
}
.cta-orb {
  position: absolute; border-radius: 50%;
  filter: blur(100px); pointer-events: none;
}
.cta-orb-1 { width: 600px; height: 600px; background: rgba(var(--primary-rgb),0.12); left: -200px; top: 50%; transform: translateY(-50%); }
.cta-orb-2 { width: 500px; height: 500px; background: rgba(var(--secondary-rgb),0.1);  right: -150px; top: 50%; transform: translateY(-50%); }

.cta-inner {
  position: relative; z-index: 1;
  max-width: 720px; margin: 0 auto; text-align: center;
}
.cta-badge {
  display: inline-block;
  background: rgba(var(--primary-rgb),0.1); border: 1px solid rgba(var(--primary-rgb),0.25);
  color: var(--primary); font-size: 0.78rem; font-weight: 700;
  letter-spacing: 0.07em; text-transform: uppercase;
  padding: 0.4rem 1rem; border-radius: 100px; margin-bottom: 1.25rem;
}
.cta-title { margin-bottom: 1rem; color: var(--heading); }
.cta-sub   { font-size: 1.05rem; margin-bottom: 2.5rem; }

.cta-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.75rem;
  margin-bottom: 1.5rem;
}
.cta-input {
  background: var(--dark-3);
  border: 1px solid var(--border-light);
  border-radius: 10px;
  padding: 0.8rem 1rem;
  font-size: 0.9rem;
  color: var(--text);
  font-family: inherit;
  transition: border-color 0.2s, box-shadow 0.2s;
  outline: none;
  width: 100%;
}
.cta-input::placeholder { color: var(--text-dim); }
.cta-input:focus { border-color: var(--primary); box-shadow: 0 0 0 3px rgba(var(--primary-rgb),0.15), 0 1px 3px rgba(0,0,0,0.1); }
[data-theme="light"] .cta-input {
  background: #fff;
  border-color: rgba(15,23,42,0.12);
}
[data-theme="light"] .cta-input:focus {
  box-shadow: 0 0 0 3px rgba(var(--primary-rgb),0.1), 0 1px 3px rgba(15,23,42,0.04);
}

option { background: var(--dark-3); }
.cta-select { appearance: none; cursor: pointer; }

.cta-submit { grid-column: 1 / -1; justify-content: center; }

.form-msg {
  grid-column: 1 / -1;
  font-size: 0.875rem;
  font-weight: 500;
  text-align: center;
  min-height: 1.2rem;
}

.cta-trust-row {
  display: flex; justify-content: center;
  gap: 2rem; flex-wrap: wrap;
  font-size: 0.82rem; color: var(--text-muted); font-weight: 500;
}

/* ─────────────────────────────────────────────
   FOOTER
───────────────────────────────────────────── */
.footer {
  background: var(--dark-2);
  border-top: 1px solid var(--border);
  padding: 4rem 0 2rem;
}
.footer-top {
  display: grid;
  grid-template-columns: 300px 1fr;
  gap: 4rem;
  margin-bottom: 3rem;
}
.footer-tagline { font-size: 0.875rem; margin: 1rem 0 1.5rem; max-width: 260px; }
.footer-socials { display: flex; gap: 0.75rem; }
.social-link {
  width: 36px; height: 36px;
  background: var(--dark-3); border: 1px solid var(--border);
  border-radius: 8px;
  display: flex; align-items: center; justify-content: center;
  color: var(--text-muted); transition: all 0.2s;
}
.social-link:hover { border-color: var(--primary); color: var(--primary); background: rgba(var(--primary-rgb),0.07); }

.footer-links { display: grid; grid-template-columns: repeat(4,1fr); gap: 2rem; }
.footer-col { display: flex; flex-direction: column; gap: 0.5rem; }
.footer-col h5 { margin-bottom: 0.75rem; }
.footer-col a  { font-size: 0.875rem; color: var(--text-muted); transition: color 0.2s; }
.footer-col a:hover { color: var(--text); }

.footer-newsletter { display: flex; gap: 0.4rem; margin-top: 1rem; }
.newsletter-input {
  flex: 1; background: var(--dark-3);
  border: 1px solid var(--border);
  border-radius: 8px; padding: 0.55rem 0.75rem;
  font-size: 0.8rem; color: var(--text); font-family: inherit; outline: none;
  transition: border-color 0.2s;
}
.newsletter-input::placeholder { color: var(--text-dim); }
.newsletter-input:focus { border-color: var(--primary); }
.newsletter-btn {
  background: var(--primary); color: #fff;
  border-radius: 8px; padding: 0.55rem 0.9rem;
  font-weight: 700; font-size: 0.9rem;
  transition: opacity 0.2s;
}
.newsletter-btn:hover { opacity: 0.85; }

.footer-bottom {
  display: flex; justify-content: space-between; align-items: center;
  padding-top: 2rem;
  border-top: 1px solid var(--border);
  font-size: 0.82rem; color: var(--text-dim);
}
.footer-legal { display: flex; gap: 1.5rem; }
.footer-legal a { color: var(--text-dim); transition: color 0.2s; }
.footer-legal a:hover { color: var(--text-muted); }

/* ─────────────────────────────────────────────
   PRICING
───────────────────────────────────────────── */
.pricing-section { background: var(--dark-2); }

.pricing-tabs {
  display: flex; justify-content: center;
  gap: 0.5rem; margin-bottom: 3rem;
  background: var(--dark-3); border: 1px solid var(--border);
  border-radius: 12px; padding: 0.4rem;
  width: fit-content; margin: 0 auto 3rem;
}
.ptab {
  padding: 0.55rem 1.25rem; border-radius: 8px;
  font-size: 0.875rem; font-weight: 600; color: var(--text-muted);
  transition: all 0.2s; cursor: pointer;
}
.ptab.active { background: var(--primary); color: #fff; box-shadow: 0 4px 12px rgba(var(--primary-rgb),0.35); }
.ptab:hover:not(.active) { color: var(--text); }

.pricing-plans {
  display: grid; grid-template-columns: repeat(3,1fr);
  gap: 1.5rem; margin-top: 2rem;
}
.pricing-plans.hidden { display: none; }

.plan-card {
  background: var(--dark-3); border: 1px solid var(--border);
  border-radius: 20px; padding: 2rem;
  display: flex; flex-direction: column; gap: 1rem;
  position: relative; transition: transform 0.3s, border-color 0.3s;
}
.plan-card:hover { transform: translateY(-4px); }
.plan-popular {
  border-color: rgba(var(--primary-rgb),0.5);
  box-shadow: 0 0 0 1px rgba(var(--primary-rgb),0.3), 0 16px 40px rgba(var(--primary-rgb),0.15);
}
.plan-badge-pop {
  position: absolute; top: -12px; left: 50%; transform: translateX(-50%);
  background: linear-gradient(135deg,var(--primary),var(--secondary));
  color: var(--heading); font-size: 0.72rem; font-weight: 700;
  letter-spacing: 0.05em; text-transform: uppercase;
  padding: 0.3rem 1rem; border-radius: 100px;
  white-space: nowrap;
}
.plan-name  { font-size: 1.1rem; font-weight: 800; color: var(--heading); }
.plan-desc  { font-size: 0.85rem; color: var(--text-muted); margin-top: -0.5rem; }
.plan-price {
  font-size: 2.2rem; font-weight: 900; color: var(--heading);
  letter-spacing: -0.03em; line-height: 1;
}
.plan-price span { font-size: 1rem; font-weight: 500; color: var(--text-muted); }
.plan-features {
  list-style: none; flex: 1;
  display: flex; flex-direction: column; gap: 0.55rem;
  margin-bottom: 0.5rem;
}
.plan-features li { font-size: 0.875rem; color: var(--text-muted); }
.plan-features li.dim { color: var(--text-dim); }

.pricing-note {
  text-align: center; margin-top: 2rem;
  font-size: 0.875rem; color: var(--text-dim);
}
.pricing-note a { color: var(--primary); text-decoration: underline; }

/* ─────────────────────────────────────────────
   COMPARISON TABLE
───────────────────────────────────────────── */
.compare-section      { background: var(--dark); }
.compare-table-wrap   { overflow-x: auto; border-radius: 16px; border: 1px solid var(--border); margin-bottom: 2rem; }

.compare-table {
  width: 100%; border-collapse: collapse;
  font-size: 0.9rem;
}
.compare-table th, .compare-table td {
  padding: 0.9rem 1.25rem;
  text-align: center; border-bottom: 1px solid var(--border);
}
.compare-table td:first-child { text-align: left; color: var(--text-muted); font-weight: 500; }
.compare-table th { font-size: 0.8rem; font-weight: 700; color: var(--text-muted); background: var(--dark-3); text-transform: uppercase; letter-spacing: 0.06em; }
.compare-table th.col-us { color: var(--primary); background: rgba(var(--primary-rgb),0.08); }
.compare-table td.col-us { background: rgba(var(--primary-rgb),0.04); font-weight: 600; color: var(--text); }
.compare-table tr:last-child td { border-bottom: none; }
.compare-table tr:hover td { background: rgba(255,255,255,0.02); }
.cyes  { color: #10b981; font-weight: 700; }
.cno   { color: var(--text-dim); }
.green { color: #10b981; font-weight: 700; }

.compare-cta { display: flex; justify-content: center; gap: 1rem; flex-wrap: wrap; }

/* ─────────────────────────────────────────────
   FLOATING ELEMENTS
───────────────────────────────────────────── */

/* WhatsApp FAB */
.whatsapp-fab {
  position: fixed; bottom: 5.5rem; right: 1.5rem; z-index: 900;
  display: flex; align-items: center; gap: 0.6rem;
  background: #25d366; color: #fff;
  padding: 0.7rem 1.1rem 0.7rem 0.8rem;
  border-radius: 100px;
  font-size: 0.85rem; font-weight: 700;
  box-shadow: 0 4px 20px rgba(37,211,102,0.4);
  transition: transform 0.2s, box-shadow 0.2s;
  text-decoration: none;
}
.whatsapp-fab:hover { transform: translateY(-3px); box-shadow: 0 8px 30px rgba(37,211,102,0.55); }
.wa-label { white-space: nowrap; }
.wa-pulse {
  position: absolute; top: 0; right: 0;
  width: 12px; height: 12px;
  background: #ff4444; border: 2px solid var(--dark);
  border-radius: 50%;
  animation: waPulse 2s ease-in-out infinite;
}
@keyframes waPulse { 0%,100%{transform:scale(1)} 50%{transform:scale(1.3)} }

/* Back to top */
.back-to-top {
  position: fixed; bottom: 1.5rem; right: 1.5rem; z-index: 900;
  width: 44px; height: 44px;
  background: var(--dark-3); border: 1px solid var(--border);
  border-radius: 50%; color: var(--text-muted);
  display: flex; align-items: center; justify-content: center;
  cursor: pointer; transition: all 0.3s;
  opacity: 0; transform: translateY(20px); pointer-events: none;
}
.back-to-top.show { opacity: 1; transform: translateY(0); pointer-events: auto; }
.back-to-top:hover { border-color: var(--primary); color: var(--primary); background: rgba(var(--primary-rgb),0.1); }

/* Mobile sticky CTA — hidden on desktop, visible only on mobile via media query */
.mobile-cta-bar {
  display: none !important;
  position: fixed; bottom: 0; left: 0; right: 0; z-index: 800;
  background: var(--dark-2); border-top: 1px solid var(--border);
  padding: 0.75rem 1rem;
  gap: 0.75rem; align-items: center;
  box-shadow: 0 -4px 20px rgba(0,0,0,0.4);
}
[data-theme="light"] .mobile-cta-bar {
  background: #fff;
  box-shadow: 0 -2px 16px rgba(15,23,42,0.06);
}
.mob-wa {
  display: flex; align-items: center; gap: 0.4rem;
  background: rgba(37,211,102,0.12); border: 1px solid rgba(37,211,102,0.3);
  color: #25d366; font-size: 0.875rem; font-weight: 700;
  padding: 0.65rem 1rem; border-radius: 10px;
  flex: 1; justify-content: center;
  transition: background 0.2s;
}
.mob-wa:hover { background: rgba(37,211,102,0.2); }
.mob-book { flex: 2; justify-content: center; }

/* Cookie consent */
.cookie-banner {
  position: fixed; bottom: 0; left: 0; right: 0; z-index: 2000;
  background: var(--dark-3);
  border-top: 1px solid var(--border);
  transform: translateY(100%);
  transition: transform 0.4s ease;
}
.cookie-banner.show { transform: translateY(0); }
.cookie-banner.hidden { display: none; }
.cookie-inner {
  max-width: 1200px; margin: 0 auto;
  padding: 1rem 1.5rem;
  display: flex; align-items: center; justify-content: space-between;
  gap: 1.5rem; flex-wrap: wrap;
}
.cookie-inner p { font-size: 0.875rem; margin: 0; }
.cookie-link    { color: var(--primary); text-decoration: underline; }
.cookie-btns    { display: flex; gap: 0.75rem; flex-shrink: 0; }

/* ─────────────────────────────────────────────
   AOS Animations (custom lightweight)
───────────────────────────────────────────── */
[data-aos] {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.65s ease, transform 0.65s ease;
}
[data-aos="fade-left"]  { transform: translateX(24px); }
[data-aos="fade-right"] { transform: translateX(-24px); }
[data-aos].aos-in {
  opacity: 1 !important;
  transform: translate(0) !important;
}

/* ─────────────────────────────────────────────
   RESPONSIVE
───────────────────────────────────────────── */
@media (max-width: 1024px) {
  .hero-inner { grid-template-columns: 1fr; gap: 3rem; }
  .hero-visual { display: none; }
  .stats-grid { grid-template-columns: repeat(3,1fr); }
  .product-card { grid-template-columns: 1fr; gap: 2.5rem; }
  .product-card-reverse { direction: ltr; }
  .process-timeline { grid-template-columns: repeat(4,1fr); }
  .why-inner { grid-template-columns: 1fr; }
  .why-card-stack { height: auto; display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
  .wcard { position: static; width: 100%; }
  .footer-top { grid-template-columns: 1fr; gap: 2.5rem; }
  .footer-links { grid-template-columns: repeat(2,1fr); }
}

@media (max-width: 1024px) {
  .intl-inner { grid-template-columns: 1fr; }
}

@media (max-width: 768px) {
  h1 { font-size: 2.2rem; }
  h2 { font-size: 1.85rem; }
  .section { padding: 4rem 0; }
  .nav-links {
    display: none; position: absolute; top: 100%; left: 0; right: 0;
    flex-direction: column;
    background: rgba(10,10,15,0.97);
    backdrop-filter: blur(24px); -webkit-backdrop-filter: blur(24px);
    padding: 1.5rem; border-bottom: 1px solid var(--border); gap: 0.25rem;
  }
  [data-theme="light"] .nav-links {
    background: rgba(248,250,252,0.97);
  }
  .nav-links.open { display: flex; }
  .nav-cta .btn-ghost { display: none; }
  .hamburger { display: flex; }
  .stats-grid { grid-template-columns: repeat(2,1fr); gap: 1.5rem; }
  .services-grid { grid-template-columns: 1fr; }
  .industries-grid { grid-template-columns: 1fr 1fr; }
  .cases-grid { grid-template-columns: 1fr; }
  .blog-grid  { grid-template-columns: 1fr; }
  .process-timeline { grid-template-columns: 1fr 1fr; }
  .form-row { grid-template-columns: 1fr; }
  .intl-form { padding: 1.25rem; }
  .intl-form-header { padding: 1.25rem; }
  .hero-actions { flex-direction: column; align-items: flex-start; }
  .hero-trust { gap: 1rem; }
  .product-card { padding: 2rem; }
  .cta-form { grid-template-columns: 1fr; }
  .cta-trust-row { gap: 1rem; font-size: 0.78rem; }
  .footer-links { grid-template-columns: 1fr 1fr; }
  .footer-bottom { flex-direction: column; gap: 1rem; text-align: center; }
  .why-card-stack { grid-template-columns: 1fr; }
  .testimonial-card { padding: 2rem; }
  .float-card-1, .float-card-2, .float-card-3 { display: none; }
}

@media (max-width: 768px) {
  .pricing-plans { grid-template-columns: 1fr; }
  .pricing-tabs  { flex-direction: column; width: 100%; }
  .ptab          { text-align: center; }
  .wa-label      { display: none; }
  .whatsapp-fab  { padding: 0.75rem; border-radius: 50%; }
  .compare-table th, .compare-table td { padding: 0.6rem 0.75rem; font-size: 0.78rem; }
  .cookie-inner  { flex-direction: column; align-items: flex-start; }
  .announcement-bar { font-size: 0.78rem; padding: 0.5rem 3rem 0.5rem 1rem; }
}

/* Mobile CTA bar — phones only */
@media (max-width: 640px) {
  .mobile-cta-bar{ display: flex !important; }
  .whatsapp-fab  { bottom: 5rem; }
  .back-to-top   { bottom: 5rem; right: 1rem; }
}

@media (max-width: 480px) {
  .container { padding: 0 1rem; }
  h1 { font-size: 1.9rem; }
  .stats-grid { grid-template-columns: 1fr 1fr; }
  .industries-grid { grid-template-columns: 1fr; }
  .process-timeline { grid-template-columns: 1fr; }
  .hero-actions { gap: 0.75rem; }
  .footer-links { grid-template-columns: 1fr; }
}

/* ─────────────────────────────────────────────
   THEME TOGGLE BUTTON
───────────────────────────────────────────── */
.theme-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  flex-shrink: 0;
  border-radius: 10px;
  background: var(--glass);
  border: 1px solid var(--border-light);
  color: var(--text-muted);
  cursor: pointer;
  transition: background 0.2s, color 0.2s, border-color 0.2s, transform 0.2s;
  position: relative;
  overflow: hidden;
}
.theme-toggle:hover {
  color: var(--primary);
  border-color: var(--primary);
  background: rgba(var(--primary-rgb), 0.08);
  transform: translateY(-1px);
}
.theme-toggle svg {
  width: 18px;
  height: 18px;
  transition: opacity 0.25s ease, transform 0.35s ease;
  position: absolute;
}
/* Default (dark theme): show sun (switches to light) */
.theme-toggle .icon-sun  { opacity: 1; transform: rotate(0deg) scale(1); }
.theme-toggle .icon-moon { opacity: 0; transform: rotate(-90deg) scale(0.6); }
/* Light theme: show moon (switches to dark) */
[data-theme="light"] .theme-toggle .icon-sun  { opacity: 0; transform: rotate(90deg) scale(0.6); }
[data-theme="light"] .theme-toggle .icon-moon { opacity: 1; transform: rotate(0deg) scale(1); }

@media (max-width: 768px) {
  .theme-toggle { width: 36px; height: 36px; }
}

/* ─────────────────────────────────────────────
   LIGHT-THEME REFINEMENTS
───────────────────────────────────────────── */
[data-theme="light"] .logo-text { color: var(--heading); }

[data-theme="light"] .hero {
  background: linear-gradient(180deg, var(--dark) 0%, #eef2ff 100%);
}
[data-theme="light"] .mockup-window {
  background: #fff;
  box-shadow: 0 24px 80px rgba(15,23,42,0.12), 0 0 0 1px rgba(var(--primary-rgb),0.08);
}
[data-theme="light"] .mockup-topbar,
[data-theme="light"] .mockup-sidebar,
[data-theme="light"] .mockup-stat,
[data-theme="light"] .mockup-chart,
[data-theme="light"] .mockup-orders {
  background: var(--dark-4);
}

[data-theme="light"] .product-card,
[data-theme="light"] .service-card,
[data-theme="light"] .industry-card,
[data-theme="light"] .case-card,
[data-theme="light"] .blog-card,
[data-theme="light"] .faq-item,
[data-theme="light"] .step-content,
[data-theme="light"] .pricing-card,
[data-theme="light"] .why-card {
  background: #ffffff;
}

[data-theme="light"] .section { background: var(--dark); }
[data-theme="light"] .footer  { background: var(--dark-2); }

[data-theme="light"] .hamburger { background: #fff; }
[data-theme="light"] .hamburger span { background: var(--primary); }

[data-theme="light"] .section-badge,
[data-theme="light"] .nav-hire {
  color: var(--primary) !important;
  background: rgba(var(--primary-rgb), 0.08) !important;
  border-color: rgba(var(--primary-rgb), 0.25) !important;
}

[data-theme="light"] .btn-outline {
  border-color: rgba(15,23,42,0.18);
  color: var(--text);
}

[data-theme="light"] ::-webkit-scrollbar { width: 12px; }
[data-theme="light"] ::-webkit-scrollbar-track { background: var(--dark-2); }
[data-theme="light"] ::-webkit-scrollbar-thumb {
  background: rgba(var(--primary-rgb), 0.3);
  border-radius: 6px;
}
[data-theme="light"] ::-webkit-scrollbar-thumb:hover { background: rgba(var(--primary-rgb), 0.5); }

/* ─────────────────────────────────────────────
   ADDITIONAL DESIGN POLISH
───────────────────────────────────────────── */

.compare-table tr:hover td {
  background: rgba(var(--primary-rgb), 0.03);
  transition: background 0.2s;
}
[data-theme="light"] .compare-table tr:hover td {
  background: rgba(var(--primary-rgb), 0.04);
}
[data-theme="light"] .compare-table td.col-us {
  background: rgba(var(--primary-rgb), 0.06);
}

.plan-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 40px rgba(0,0,0,0.2);
}
.plan-popular:hover {
  box-shadow: 0 0 0 1px rgba(var(--primary-rgb),0.4),
              0 20px 50px rgba(var(--primary-rgb),0.2);
}
[data-theme="light"] .plan-card {
  background: #fff;
}
[data-theme="light"] .plan-card:hover {
  box-shadow: 0 8px 32px rgba(15,23,42,0.08);
}

[data-theme="light"] .whatsapp-fab {
  box-shadow: 0 4px 20px rgba(37,211,102,0.3);
}
[data-theme="light"] .wa-pulse {
  border-color: #fff;
}

[data-theme="light"] .float-card {
  border-color: rgba(15,23,42,0.06);
}

[data-theme="light"] .industry-card:hover {
  box-shadow: 0 8px 30px rgba(15,23,42,0.06);
}

[data-theme="light"] .cta-orb-1 {
  background: rgba(var(--primary-rgb),0.06);
}
[data-theme="light"] .cta-orb-2 {
  background: rgba(var(--secondary-rgb),0.05);
}

.btn-primary:active {
  transform: translateY(0) scale(0.98);
  transition-duration: 0.1s;
}

[data-theme="light"] .blog-card:hover {
  box-shadow: 0 8px 30px rgba(15,23,42,0.06);
}

[data-theme="light"] .impact-item strong {
  filter: brightness(0.9) saturate(1.2);
}

[data-theme="light"] .intl-form-card {
  background: #fff;
  box-shadow: 0 12px 48px rgba(15,23,42,0.06), 0 0 0 1px rgba(var(--primary-rgb),0.06);
}
[data-theme="light"] .intl-form-header {
  background: linear-gradient(135deg, rgba(var(--primary-rgb),0.06), rgba(var(--secondary-rgb),0.04));
}
[data-theme="light"] .intl-form-footer {
  background: rgba(var(--primary-rgb),0.03);
}

[data-theme="light"] .step-content {
  background: #fff;
}
[data-theme="light"] .step-content:hover {
  box-shadow: 0 8px 24px rgba(15,23,42,0.05);
}

[data-theme="light"] .testimonial-card {
  background: #fff;
}

[data-theme="light"] .wcard {
  background: #fff;
  box-shadow: 0 4px 16px rgba(15,23,42,0.05);
}

.cta-select {
  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='%2394a3b8' stroke-width='2'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 1rem center;
  padding-right: 2.5rem;
}

[data-theme="light"] .dashboard-mockup {
  box-shadow: 0 24px 80px rgba(15,23,42,0.1), 0 0 0 1px rgba(var(--primary-rgb),0.06);
}
[data-theme="light"] .pos-mockup,
[data-theme="light"] .inv-mockup {
  box-shadow: 0 12px 40px rgba(15,23,42,0.08);
}

[data-theme="light"] .cookie-banner {
  background: #fff;
  box-shadow: 0 -2px 20px rgba(15,23,42,0.04);
}

[data-theme="light"] .back-to-top {
  background: #fff;
  box-shadow: 0 2px 12px rgba(15,23,42,0.06);
}


/* ── Project Types Section ──────────────────────────── */
.project-types-section { background: var(--bg-section); }
.project-types-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  margin-top: 3rem;
}
@media (max-width: 1024px) { .project-types-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 640px)  { .project-types-grid { grid-template-columns: 1fr; } }

.pt-card {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: 16px;
  padding: 1.75rem;
  transition: transform 0.2s, box-shadow 0.2s, border-color 0.2s;
}
.pt-card:hover {
  transform: translateY(-4px);
  border-color: rgba(var(--primary-rgb), 0.3);
  box-shadow: 0 12px 40px rgba(var(--primary-rgb), 0.08);
}
.pt-icon { font-size: 2rem; margin-bottom: 0.75rem; }
.pt-card h3 { font-size: 1rem; font-weight: 700; margin-bottom: 0.5rem; color: var(--text-heading); }
.pt-card p  { font-size: 0.875rem; color: var(--text-muted); line-height: 1.6; margin-bottom: 1rem; }
.pt-tags { display: flex; flex-wrap: wrap; gap: 0.4rem; margin-bottom: 1rem; }
.pt-tags span {
  font-size: 0.7rem; font-weight: 600; padding: 0.2rem 0.6rem;
  background: rgba(var(--primary-rgb), 0.1); color: var(--primary);
  border-radius: 100px; letter-spacing: 0.02em;
}
.pt-link { font-size: 0.875rem; font-weight: 600; color: var(--primary); text-decoration: none; }
.pt-link:hover { text-decoration: underline; }

[data-theme="light"] .pt-card { background: #fff; box-shadow: 0 2px 12px rgba(15,23,42,0.04); }

/* ── How to Hire Us Section ──────────────────────────── */
.hire-steps-section { background: var(--bg-body); }
.hire-steps-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  margin-top: 3rem;
  position: relative;
}
.hire-steps-grid::before {
  content: '';
  position: absolute;
  top: 2.5rem;
  left: 16%;
  right: 16%;
  height: 2px;
  background: linear-gradient(90deg, var(--primary), var(--secondary));
  opacity: 0.2;
}
@media (max-width: 768px) {
  .hire-steps-grid { grid-template-columns: 1fr; }
  .hire-steps-grid::before { display: none; }
}
.hire-step {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: 20px;
  padding: 2rem;
  position: relative;
  text-align: center;
}
.hs-num {
  font-size: 0.75rem; font-weight: 800; letter-spacing: 0.1em;
  color: var(--primary); opacity: 0.6; margin-bottom: 0.75rem;
}
.hs-icon { font-size: 2.5rem; margin-bottom: 1rem; }
.hire-step h3 { font-size: 1.1rem; font-weight: 700; margin-bottom: 0.75rem; color: var(--text-heading); }
.hire-step p  { font-size: 0.875rem; color: var(--text-muted); line-height: 1.7; margin-bottom: 1rem; }
.hs-time {
  font-size: 0.8rem; font-weight: 600; color: var(--accent);
  background: rgba(6, 182, 212, 0.1); border-radius: 100px;
  padding: 0.35rem 1rem; display: inline-block;
}
.hire-reassurance {
  display: flex; flex-wrap: wrap; gap: 1rem; justify-content: center;
  margin-top: 2.5rem; padding: 1.5rem 2rem;
  background: rgba(var(--primary-rgb), 0.05);
  border: 1px solid rgba(var(--primary-rgb), 0.1);
  border-radius: 16px;
}
.hire-reassurance span { font-size: 0.875rem; color: var(--text-body); font-weight: 500; }

[data-theme="light"] .hire-step { background: #fff; box-shadow: 0 2px 12px rgba(15,23,42,0.04); }
