/* ===========================
   CRMTION – Main Stylesheet
   =========================== */

/* Fallback font metrics — minimise CLS when Google Fonts swap in */
@font-face {
  font-family: 'Inter';
  src: local('Arial'), local('Helvetica Neue');
  font-weight: 100 900;
  font-display: swap;
  size-adjust: 107%;
  ascent-override: 90%;
  descent-override: 22%;
  line-gap-override: 0%;
}
@font-face {
  font-family: 'Space Grotesk';
  src: local('Arial'), local('Helvetica Neue');
  font-weight: 300 700;
  font-display: swap;
  size-adjust: 105%;
  ascent-override: 88%;
  descent-override: 20%;
  line-gap-override: 0%;
}

:root {
  --bg: #07070f;
  --bg2: #0d0d1a;
  --surface: #111122;
  --surface2: #16162a;
  --border: rgba(255,255,255,0.08);
  --accent: #7c3aed;
  --accent2: #06b6d4;
  --accent3: #10b981;
  --text: #f0f0ff;
  --text-muted: #8888aa;
  --gradient: linear-gradient(135deg, #7c3aed 0%, #06b6d4 100%);
  --gradient-text: linear-gradient(135deg, #a855f7 0%, #06b6d4 60%, #10b981 100%);
}

/* ===== LIGHT THEME (white + green, Salesforce-inspired) ===== */
[data-theme="light"] {
  --bg: #ffffff;
  --bg2: #f7fafc;
  --surface: #ffffff;
  --surface2: #f1f5f9;
  --border: rgba(15,23,42,0.08);
  --accent: #059669;
  --accent2: #10b981;
  --accent3: #047857;
  --text: #0f172a;
  --text-muted: #475569;
  --gradient: linear-gradient(135deg, #047857 0%, #10b981 100%);
  --gradient-text: linear-gradient(135deg, #047857 0%, #10b981 60%, #34d399 100%);
}

/* Light theme: override hardcoded dark colors used in hero/case studies */
[data-theme="light"] body { background: #ffffff; }
[data-theme="light"] .orb { opacity: 0.15; filter: blur(100px); }
[data-theme="light"] .orb-1 { background: radial-gradient(circle, #10b981 0%, transparent 70%); }
[data-theme="light"] .orb-2 { background: radial-gradient(circle, #34d399 0%, transparent 70%); }
[data-theme="light"] .orb-3 { background: radial-gradient(circle, #059669 0%, transparent 70%); }
[data-theme="light"] .grid-lines {
  background-image:
    linear-gradient(rgba(5,150,105,0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(5,150,105,0.05) 1px, transparent 1px);
}
[data-theme="light"] .nav { background: rgba(255,255,255,0.85); -webkit-backdrop-filter: blur(12px); backdrop-filter: blur(12px); border-bottom: 1px solid var(--border); box-shadow: 0 1px 3px rgba(0,0,0,.04); }
[data-theme="light"] .nav.scrolled { background: rgba(255,255,255,0.95); }
[data-theme="light"] .mobile-menu { background: #ffffff; border-top: 1px solid var(--border); }
[data-theme="light"] .hamburger span { background: var(--text); }
[data-theme="light"] .service-card, [data-theme="light"] .pricing-card, [data-theme="light"] .addon-card, [data-theme="light"] .faq-item { background: #ffffff; border-color: var(--border); box-shadow: 0 1px 3px rgba(15,23,42,.04), 0 1px 2px rgba(15,23,42,.03); }
[data-theme="light"] .service-card:hover, [data-theme="light"] .pricing-card:hover { box-shadow: 0 10px 25px rgba(5,150,105,.1), 0 4px 10px rgba(15,23,42,.05); border-color: rgba(5,150,105,.3); }
[data-theme="light"] .badge-pill { background: rgba(5,150,105,0.1); border-color: rgba(5,150,105,0.25); color: #047857; }
[data-theme="light"] .btn-ghost, [data-theme="light"] .btn-ghost-white { background: transparent; color: var(--text); border-color: var(--border); }
[data-theme="light"] .btn-ghost:hover { background: rgba(5,150,105,.08); border-color: var(--accent); }
[data-theme="light"] .btn-white { background: #ffffff; color: var(--accent); }
[data-theme="light"] .footer { background: #f7fafc; border-top: 1px solid var(--border); }
[data-theme="light"] .cta-box { background: linear-gradient(135deg, #047857, #10b981); color: #fff; }
[data-theme="light"] .cta-box h2, [data-theme="light"] .cta-box p { color: #fff; }

/* Case study deep-dark inline backgrounds become light cards in light mode */
[data-theme="light"] #results [style*="background:var(--surface)"] { background: #ffffff !important; box-shadow: 0 4px 12px rgba(15,23,42,.06); }
[data-theme="light"] #results [style*="background:var(--bg2)"] { background: #f1f5f9 !important; }
[data-theme="light"] [style*="background:rgba(255,255,255,.04)"] { background: rgba(5,150,105,.04) !important; }
[data-theme="light"] [style*="background:rgba(255,255,255,.05)"] { background: rgba(5,150,105,.05) !important; }
[data-theme="light"] [style*="background:#1a1f2e"] { background: #f8fafc !important; }
[data-theme="light"] [style*="background:#1a1f2e"] * { color: #0f172a !important; }
[data-theme="light"] [style*="background:#1a1f2e"] [style*="color:rgba(255,255,255"] { color: #475569 !important; }

/* Theme toggle button */
.theme-toggle {
  background: transparent;
  border: 1px solid var(--border);
  border-radius: 50%;
  width: 36px; height: 36px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--text-muted);
  margin-right: 12px;
  transition: all .2s ease;
  flex-shrink: 0;
}
.theme-toggle:hover { color: var(--accent2); border-color: var(--accent2); }
.theme-toggle svg { width: 18px; height: 18px; }
.theme-toggle .icon-sun { display: none; }
.theme-toggle .icon-moon { display: block; }
[data-theme="light"] .theme-toggle .icon-sun { display: block; }
[data-theme="light"] .theme-toggle .icon-moon { display: none; }
  --radius: 16px;
  --radius-sm: 8px;
  --shadow: 0 4px 40px rgba(124,58,237,0.15);
  --shadow-card: 0 2px 20px rgba(0,0,0,0.4);
  --font: 'Inter', sans-serif;
  --font-display: 'Space Grotesk', sans-serif;
}

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

html { scroll-behavior: smooth; }

body {
  font-family: var(--font);
  background: var(--bg);
  color: var(--text);
  line-height: 1.6;
  overflow-x: hidden;
}

a { color: inherit; text-decoration: none; }
img { max-width: 100%; }

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}

/* ---- Gradient Text ---- */
.gradient-text {
  background: var(--gradient-text);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* ---- Buttons ---- */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 24px;
  border-radius: 50px;
  font-weight: 600;
  font-size: 14px;
  cursor: pointer;
  border: none;
  transition: all .25s ease;
  white-space: nowrap;
  text-decoration: none;
}

.btn-primary {
  background: var(--gradient);
  color: #fff;
  box-shadow: 0 4px 20px rgba(124,58,237,0.4);
}
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 8px 30px rgba(124,58,237,0.5); }

.btn-ghost {
  background: rgba(255,255,255,0.06);
  color: var(--text);
  border: 1px solid var(--border);
}
.btn-ghost:hover { background: rgba(255,255,255,0.1); border-color: rgba(255,255,255,0.2); }

.btn-white {
  background: #fff;
  color: #0d0d1a;
  font-weight: 700;
}
.btn-white:hover { transform: translateY(-2px); box-shadow: 0 8px 30px rgba(255,255,255,0.2); }

.btn-ghost-white {
  background: transparent;
  color: #fff;
  border: 1px solid rgba(255,255,255,0.4);
}
.btn-ghost-white:hover { background: rgba(255,255,255,0.1); }

.btn-lg { padding: 16px 32px; font-size: 16px; }
.btn-sm { padding: 8px 16px; font-size: 13px; }

/* ============ NAV ============ */
.nav {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 1000;
  padding: 16px 0;
  transition: all .3s ease;
}
.nav.scrolled {
  background: rgba(7,7,15,0.9);
  backdrop-filter: blur(20px);
  padding: 12px 0;
  border-bottom: 1px solid var(--border);
}
.nav-inner {
  display: flex;
  align-items: center;
  gap: 40px;
}
.logo {
  font-family: var(--font-display);
  font-size: 24px;
  font-weight: 800;
  letter-spacing: -0.5px;
  color: #fff;
}
.logo span { color: var(--accent2); }

.nav-links {
  display: flex;
  list-style: none;
  gap: 32px;
  margin-left: auto;
}
.nav-links a {
  color: var(--text-muted);
  font-size: 14px;
  font-weight: 500;
  transition: color .2s;
}
.nav-links a:hover { color: var(--text); }

.nav-cta { margin-left: 16px; }

.hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  margin-left: auto;
  padding: 4px;
}
.hamburger span {
  display: block;
  width: 24px;
  height: 2px;
  background: var(--text);
  border-radius: 2px;
  transition: all .3s;
}

.mobile-menu {
  display: none;
  flex-direction: column;
  gap: 8px;
  padding: 16px 24px 24px;
  border-top: 1px solid var(--border);
  background: rgba(7,7,15,0.95);
  backdrop-filter: blur(20px);
}
.mobile-menu.open { display: flex; }
.mobile-menu a {
  padding: 10px 0;
  color: var(--text-muted);
  font-weight: 500;
  border-bottom: 1px solid var(--border);
}
.mobile-menu a:last-child { border: none; margin-top: 8px; }
.mobile-menu .btn { text-align: center; justify-content: center; }

/* ============ HERO ============ */
.hero {
  min-height: 100vh;
  display: flex;
  align-items: center;
  position: relative;
  padding: 120px 0 80px;
}
.hero-bg {
  position: absolute;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
}
.grid-lines {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(124,58,237,0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(124,58,237,0.06) 1px, transparent 1px);
  background-size: 60px 60px;
}
.orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
  opacity: 0.35;
}
.orb-1 {
  width: 600px; height: 600px;
  background: radial-gradient(circle, #7c3aed 0%, transparent 70%);
  top: -200px; left: -100px;
}
.orb-2 {
  width: 400px; height: 400px;
  background: radial-gradient(circle, #06b6d4 0%, transparent 70%);
  bottom: -100px; right: -50px;
}
.orb-3 {
  width: 300px; height: 300px;
  background: radial-gradient(circle, #10b981 0%, transparent 70%);
  top: 40%; right: 20%;
}

.hero-content {
  position: relative;
  z-index: 1;
  max-width: 800px;
}
.badge-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(124,58,237,0.15);
  border: 1px solid rgba(124,58,237,0.3);
  color: #a78bfa;
  padding: 6px 16px;
  border-radius: 50px;
  font-size: 13px;
  font-weight: 500;
  margin-bottom: 24px;
}
.pulse-dot {
  width: 8px; height: 8px;
  background: #10b981;
  border-radius: 50%;
  animation: pulse 2s infinite;
}
@keyframes pulse {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.5; transform: scale(1.4); }
}

.hero h1 {
  font-family: var(--font-display);
  font-size: clamp(40px, 6vw, 72px);
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: -2px;
  margin-bottom: 24px;
}
.hero-sub {
  font-size: 18px;
  color: var(--text-muted);
  max-width: 600px;
  line-height: 1.7;
  margin-bottom: 40px;
}
.hero-actions {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 60px;
}
.hero-stats {
  display: flex;
  align-items: center;
  gap: 32px;
  flex-wrap: wrap;
}
.stat { display: flex; flex-direction: column; gap: 4px; }
.stat-num {
  font-family: var(--font-display);
  font-size: 28px;
  font-weight: 700;
  background: var(--gradient-text);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.stat-label { font-size: 13px; color: var(--text-muted); }
.stat-divider {
  width: 1px; height: 40px;
  background: var(--border);
}
.hero-scroll {
  position: absolute;
  bottom: 40px; left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  color: var(--text-muted);
  font-size: 12px;
}
.scroll-line {
  width: 1px; height: 40px;
  background: linear-gradient(to bottom, transparent, var(--accent));
  animation: scrollDown 2s infinite;
}
@keyframes scrollDown {
  0% { opacity: 0; transform: scaleY(0); transform-origin: top; }
  50% { opacity: 1; transform: scaleY(1); transform-origin: top; }
  100% { opacity: 0; transform: scaleY(1); transform-origin: bottom; }
}

/* ============ INTEGRATIONS STRIP ============ */
.integrations-strip {
  padding: 48px 0;
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  overflow: hidden;
}
.strip-label {
  text-align: center;
  color: var(--text-muted);
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 24px;
}
.logo-scroll-track { overflow: hidden; }
.logo-scroll {
  display: flex;
  gap: 40px;
  width: max-content;
  animation: scrollTrack 20s linear infinite;
}
@keyframes scrollTrack {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}
.logo-item {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  min-width: 120px;
  opacity: 0.5;
  transition: opacity .2s;
  filter: grayscale(1);
}
.logo-item:hover { opacity: 1; filter: grayscale(0); }
.logo-text {
  color: var(--text-muted);
  font-weight: 700;
  font-size: 16px;
  white-space: nowrap;
}

/* ============ SECTION COMMON ============ */
.section-header {
  text-align: center;
  max-width: 640px;
  margin: 0 auto 64px;
}
.section-tag {
  display: inline-block;
  background: rgba(124,58,237,0.15);
  border: 1px solid rgba(124,58,237,0.3);
  color: #a78bfa;
  padding: 4px 14px;
  border-radius: 50px;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin-bottom: 16px;
}
.section-header h2 {
  font-family: var(--font-display);
  font-size: clamp(28px, 4vw, 44px);
  font-weight: 700;
  letter-spacing: -1px;
  line-height: 1.2;
  margin-bottom: 16px;
}
.section-header p {
  color: var(--text-muted);
  font-size: 16px;
  line-height: 1.7;
}

/* ============ SERVICES ============ */
.services { padding: 100px 0; }

.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.service-card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 32px;
  position: relative;
  transition: all .3s ease;
  overflow: hidden;
}
.service-card::before {
  content: '';
  position: absolute;
  inset: 0;
  background: var(--gradient);
  opacity: 0;
  transition: opacity .3s;
  border-radius: var(--radius);
  z-index: 0;
}
.service-card:hover { transform: translateY(-4px); border-color: rgba(124,58,237,0.4); box-shadow: 0 20px 60px rgba(124,58,237,0.2); }
.service-card > * { position: relative; z-index: 1; }

.featured-card {
  border-color: rgba(124,58,237,0.5);
  background: linear-gradient(135deg, rgba(124,58,237,0.1) 0%, rgba(6,182,212,0.05) 100%);
}
.featured-badge {
  position: absolute;
  top: 16px; right: 16px;
  background: var(--gradient);
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 4px 12px;
  border-radius: 50px;
}

.service-icon {
  width: 56px; height: 56px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
.service-icon svg { width: 28px; height: 28px; }

.whatsapp-icon { background: rgba(37,211,102,0.15); color: #25d366; }
.sms-icon { background: rgba(6,182,212,0.15); color: var(--accent2); }
.ai-icon { background: rgba(124,58,237,0.15); color: #a78bfa; }
.crm-icon { background: rgba(255,122,89,0.15); color: #ff7a59; }
.cloud-icon { background: rgba(16,185,129,0.15); color: var(--accent3); }
.roofing-icon { background: rgba(251,191,36,0.15); color: #fbbf24; }

.service-card h3 {
  font-family: var(--font-display);
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 12px;
}
.service-card p {
  color: var(--text-muted);
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 20px;
}
.service-features {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 24px;
}
.service-features li {
  font-size: 13px;
  color: var(--text-muted);
  display: flex;
  align-items: center;
  gap: 8px;
}
.service-features li::before {
  content: '';
  width: 6px; height: 6px;
  background: var(--gradient);
  border-radius: 50%;
  flex-shrink: 0;
}
.service-link {
  color: #a78bfa;
  font-size: 14px;
  font-weight: 600;
  transition: gap .2s;
  display: inline-flex;
  gap: 4px;
}
.service-link:hover { gap: 8px; }

/* ============ HOW IT WORKS ============ */
.how-it-works {
  padding: 100px 0;
  background: var(--bg2);
}
.steps {
  display: flex;
  align-items: flex-start;
  gap: 0;
}
.step {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 0 24px;
}
.step-num {
  font-family: var(--font-display);
  font-size: 48px;
  font-weight: 900;
  background: var(--gradient-text);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  line-height: 1;
  margin-bottom: 16px;
}
.step h3 {
  font-family: var(--font-display);
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 12px;
}
.step p { color: var(--text-muted); font-size: 14px; line-height: 1.6; }
.step-connector {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 24px;
  flex-shrink: 0;
}
.connector-line {
  width: 60px; height: 2px;
  background: linear-gradient(90deg, var(--accent), var(--accent2));
  opacity: 0.4;
}

/* ============ INTEGRATIONS SECTION ============ */
.integrations { padding: 100px 0; }
.integrations-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.int-card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  transition: all .3s;
  cursor: default;
}
.int-card:hover { border-color: rgba(124,58,237,0.4); transform: translateY(-2px); }
.int-icon {
  width: 60px; height: 60px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.int-card span {
  font-weight: 600;
  font-size: 14px;
  color: var(--text-muted);
}

/* ============ INDUSTRIES ============ */
.industries {
  padding: 100px 0;
  background: var(--bg2);
}
.industries-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.industry-card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 28px;
  transition: all .3s;
}
.industry-card:hover { border-color: rgba(124,58,237,0.4); transform: translateY(-2px); }
.industry-icon {
  font-size: 36px;
  margin-bottom: 16px;
}
.industry-card h4 {
  font-family: var(--font-display);
  font-size: 17px;
  font-weight: 700;
  margin-bottom: 8px;
}
.industry-card p { color: var(--text-muted); font-size: 14px; line-height: 1.5; }

/* ============ CTA ============ */
.cta-section { padding: 100px 0; }
.cta-box {
  background: linear-gradient(135deg, rgba(124,58,237,0.2) 0%, rgba(6,182,212,0.1) 100%);
  border: 1px solid rgba(124,58,237,0.3);
  border-radius: 24px;
  padding: 80px 60px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.cta-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(60px);
  pointer-events: none;
}
.cta-orb-1 {
  width: 300px; height: 300px;
  background: radial-gradient(circle, rgba(124,58,237,0.4), transparent);
  top: -100px; left: -100px;
}
.cta-orb-2 {
  width: 200px; height: 200px;
  background: radial-gradient(circle, rgba(6,182,212,0.3), transparent);
  bottom: -50px; right: -50px;
}
.cta-content { position: relative; z-index: 1; }
.cta-box h2 {
  font-family: var(--font-display);
  font-size: clamp(28px, 4vw, 44px);
  font-weight: 800;
  letter-spacing: -1px;
  margin-bottom: 16px;
}
.cta-box p { color: var(--text-muted); font-size: 17px; max-width: 520px; margin: 0 auto 40px; line-height: 1.7; }
.cta-actions { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; }

/* ============ FOOTER ============ */
.footer {
  background: var(--bg2);
  border-top: 1px solid var(--border);
  padding: 80px 0 40px;
}
.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 48px;
  margin-bottom: 60px;
}
.footer-brand p {
  color: var(--text-muted);
  font-size: 14px;
  line-height: 1.7;
  margin: 16px 0 24px;
  max-width: 260px;
}
.social-links {
  display: flex;
  gap: 12px;
}
.social-links a {
  width: 40px; height: 40px;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--text-muted);
  transition: all .2s;
}
.social-links a:hover { color: var(--text); border-color: rgba(124,58,237,0.4); }

.footer-col h5 {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 20px;
  color: var(--text);
}
.footer-col ul { list-style: none; display: flex; flex-direction: column; gap: 10px; }
.footer-col ul li a {
  color: var(--text-muted);
  font-size: 14px;
  transition: color .2s;
}
.footer-col ul li a:hover { color: var(--text); }

.footer-bottom {
  border-top: 1px solid var(--border);
  padding-top: 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px;
}
.footer-bottom p { color: var(--text-muted); font-size: 14px; }
.footer-legal { display: flex; gap: 24px; }
.footer-legal a {
  color: var(--text-muted);
  font-size: 14px;
  transition: color .2s;
}
.footer-legal a:hover { color: var(--text); }

/* ============ CONTACT PAGE ============ */
.page-hero {
  padding: 160px 0 80px;
  text-align: center;
  position: relative;
}
.page-hero h1 {
  font-family: var(--font-display);
  font-size: clamp(32px, 5vw, 56px);
  font-weight: 800;
  letter-spacing: -1.5px;
  margin-bottom: 16px;
}
.page-hero p {
  color: var(--text-muted);
  font-size: 18px;
  max-width: 520px;
  margin: 0 auto;
}

.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  padding: 60px 0 100px;
  align-items: start;
}
.contact-info { display: flex; flex-direction: column; gap: 24px; }
.contact-info h3 {
  font-family: var(--font-display);
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 8px;
}
.contact-info > p {
  color: var(--text-muted);
  line-height: 1.7;
  margin-bottom: 8px;
}

.contact-card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 20px 24px;
  display: flex;
  align-items: center;
  gap: 16px;
  transition: border-color .2s;
  text-decoration: none;
  color: inherit;
}
.contact-card:hover { border-color: rgba(124,58,237,0.4); }

.contact-card-icon {
  width: 48px; height: 48px;
  border-radius: 12px;
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.contact-card-icon svg { width: 24px; height: 24px; }

.cc-wa { background: rgba(37,211,102,0.15); color: #25d366; }
.cc-email { background: rgba(124,58,237,0.15); color: #a78bfa; }
.cc-cal { background: rgba(6,182,212,0.15); color: var(--accent2); }

.contact-card-text span {
  display: block;
  font-size: 12px;
  color: var(--text-muted);
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 2px;
}
.contact-card-text strong {
  font-size: 15px;
  font-weight: 600;
}

/* Contact Form */
.contact-form-box {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 20px;
  padding: 40px;
}
.contact-form-box h3 {
  font-family: var(--font-display);
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 28px;
}
.form-group { margin-bottom: 20px; }
.form-group label {
  display: block;
  font-size: 13px;
  font-weight: 600;
  color: var(--text-muted);
  margin-bottom: 8px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.form-group input,
.form-group select,
.form-group textarea {
  width: 100%;
  background: var(--bg);
  border: 1px solid var(--border);
  border-radius: var(--radius-sm);
  color: var(--text);
  font-family: var(--font);
  font-size: 15px;
  padding: 12px 16px;
  transition: border-color .2s;
  outline: none;
  -webkit-appearance: none;
}
.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus { border-color: var(--accent); }
.form-group textarea { resize: vertical; min-height: 120px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }

.form-submit { width: 100%; justify-content: center; font-size: 16px; padding: 16px; border-radius: var(--radius-sm); }

/* Calendly embed wrapper */
.calendly-section { padding: 0 0 100px; }
.calendly-section h2 {
  font-family: var(--font-display);
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 8px;
  text-align: center;
}
.calendly-section > .container > p {
  color: var(--text-muted);
  text-align: center;
  margin-bottom: 32px;
}
.calendly-wrapper {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 20px;
  overflow: hidden;
  min-height: 700px;
}

/* ============ ABOUT PAGE ============ */
.about-section { padding: 60px 0 100px; }
.about-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
  margin-bottom: 80px;
}
.about-text h2 {
  font-family: var(--font-display);
  font-size: clamp(28px, 3vw, 40px);
  font-weight: 700;
  letter-spacing: -1px;
  margin-bottom: 20px;
}
.about-text p {
  color: var(--text-muted);
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 16px;
}
.about-visual {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.about-stat-card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 24px;
  text-align: center;
}
.about-stat-card .num {
  font-family: var(--font-display);
  font-size: 36px;
  font-weight: 800;
  background: var(--gradient-text);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  display: block;
}
.about-stat-card .lbl {
  font-size: 13px;
  color: var(--text-muted);
  margin-top: 4px;
  display: block;
}
.team-section h2 {
  font-family: var(--font-display);
  font-size: 32px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 40px;
}
.team-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.team-card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 32px 24px;
  text-align: center;
}
.team-avatar {
  width: 80px; height: 80px;
  border-radius: 50%;
  margin: 0 auto 16px;
  display: flex; align-items: center; justify-content: center;
  font-size: 32px;
  border: 2px solid rgba(124,58,237,0.3);
}
.team-card h4 {
  font-family: var(--font-display);
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 4px;
}
.team-card .role { color: var(--accent2); font-size: 13px; font-weight: 600; margin-bottom: 12px; display: block; }
.team-card p { color: var(--text-muted); font-size: 14px; line-height: 1.6; }

/* ============ RESPONSIVE ============ */
@media (max-width: 1024px) {
  .services-grid { grid-template-columns: repeat(2, 1fr); }
  .integrations-grid { grid-template-columns: repeat(4, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 32px; }
}

@media (max-width: 768px) {
  .nav-links, .nav-cta { display: none; }
  .hamburger { display: flex; }

  .hero { padding: 100px 0 80px; }
  .hero h1 { letter-spacing: -1px; }
  .hero-stats { gap: 20px; }
  .stat-divider { display: none; }

  .services-grid { grid-template-columns: 1fr; }

  .steps {
    flex-direction: column;
    gap: 32px;
  }
  .step { align-items: flex-start; text-align: left; padding: 0; }
  .step-connector { display: none; }

  .integrations-grid { grid-template-columns: repeat(2, 1fr); }
  .industries-grid { grid-template-columns: repeat(2, 1fr); }

  .cta-box { padding: 48px 24px; }

  .footer-grid { grid-template-columns: 1fr; gap: 32px; }
  .footer-bottom { flex-direction: column; align-items: flex-start; }

  .contact-grid { grid-template-columns: 1fr; }
  .about-grid { grid-template-columns: 1fr; }
  .team-grid { grid-template-columns: 1fr; }
  .form-row { grid-template-columns: 1fr; }
}

@media (max-width: 480px) {
  .integrations-grid { grid-template-columns: repeat(2, 1fr); }
  .industries-grid { grid-template-columns: 1fr; }
  .hero-actions { flex-direction: column; }
  .cta-actions { flex-direction: column; }
  .about-visual { grid-template-columns: 1fr 1fr; }
}

/* ============ ANIMATIONS ============ */
.fade-in {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity .6s ease, transform .6s ease;
}
.fade-in.visible {
  opacity: 1;
  transform: translateY(0);
}

/* WhatsApp float button */
.wa-float {
  position: fixed;
  bottom: 28px;
  right: 28px;
  width: 60px;
  height: 60px;
  background: #25d366;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 24px rgba(37,211,102,0.4);
  z-index: 999;
  transition: all .3s;
  animation: waPulse 3s infinite;
}
.wa-float:hover { transform: scale(1.1); box-shadow: 0 8px 32px rgba(37,211,102,0.6); }
.wa-float svg { width: 32px; height: 32px; fill: white; }
@keyframes waPulse {
  0%, 100% { box-shadow: 0 4px 24px rgba(37,211,102,0.4); }
  50% { box-shadow: 0 4px 40px rgba(37,211,102,0.7), 0 0 0 12px rgba(37,211,102,0.1); }
}
