/* ================================================================
   Qimora — Complete Stylesheet
   Exact replica of the React design: dark/light themes,
   all component styles, animations, responsive design.
   ================================================================ */

/* ──────────────────────────────────────────────────────────────
   0. CSS VARIABLES / DESIGN TOKENS
   ────────────────────────────────────────────────────────────── */

:root {
  /* Fonts */
  --font: 'Manrope', sans-serif;

  /* Brand colors */
  --blue: #3B5BFF;
  --blue-dark: #1D2BD8;
  --orange: #FF9F43;
  --orange-dark: #e8880a;
  --orange-light: #ffbe76;
  --green: #22c55e;

  /* Dark theme (default) */
  --bg-primary: #0B0F1A;
  --bg-secondary: #121826;
  --bg-card: #0F172A;
  --text-primary: #E5E7EB;
  --text-secondary: #94A3B8;
  --text-muted: rgba(148,163,184,0.4);
  --border-subtle: rgba(255,255,255,0.04);
  --border-blue: rgba(59,91,255,0.15);
  --border-blue-strong: rgba(59,91,255,0.25);
  --shadow-card: 0 4px 24px rgba(0,0,0,0.3);
  --badge-blue-bg: rgba(59,91,255,0.12);
  --badge-blue-border: rgba(59,91,255,0.25);
  --badge-blue-color: #3B5BFF;
  --badge-orange-bg: rgba(255,159,67,0.1);
  --badge-orange-border: rgba(255,159,67,0.25);
  --badge-orange-color: #FF9F43;
  --hero-gradient: linear-gradient(135deg, #0B0F1A 0%, #121826 40%, #0f1535 100%);
  --cta-gradient: linear-gradient(135deg, #0B0F1A 0%, #0d1230 50%, #0B0F1A 100%);
  --btn-cta-bg: linear-gradient(135deg, #3B5BFF, #1D2BD8);
  --btn-cta-shadow: 0 0 20px rgba(59,91,255,0.4);
  --theme-btn-bg: rgba(59,91,255,0.12);
  --theme-btn-border: 1px solid rgba(59,91,255,0.2);
  --navbar-bg: #0B0F1A;
  --navbar-bg-scroll: rgba(11,15,26,0.92);
  --navbar-border-scroll: 1px solid rgba(59,91,255,0.15);
  --navbar-shadow-scroll: 0 4px 32px rgba(0,0,0,0.4);
  --logo-filter: none;
  --features-bg: #121826;
  --how-it-works-bg: #0B0F1A;
  --benefits-bg: #121826;
  --testimonials-bg: #0B0F1A;
  --team-bg: #0B0F1A;
  --glow-blue: rgba(59,91,255,0.15);
  --glow-orange: rgba(255,159,67,0.08);
  --step-circle-bg: linear-gradient(135deg, #121826, #0F172A);
  --step-circle-border: 1px solid rgba(59,91,255,0.2);
  --step-circle-shadow: 0 0 24px rgba(59,91,255,0.15), inset 0 1px 0 rgba(255,255,255,0.05);
  --step-color: #3B5BFF;
  --chart-bar: linear-gradient(to top, rgba(59,91,255,0.5), rgba(59,91,255,0.2));
  --hero-subtitle: rgba(229,231,235,0.75);
  --hero-bottom-fade: linear-gradient(to bottom, transparent, #0B0F1A);
  --line-gradient: linear-gradient(to right, transparent, rgba(59,91,255,0.4) 20%, rgba(59,91,255,0.4) 80%, transparent);
  --cta-icon-bg: rgba(59,91,255,0.15);
  --cta-icon-border: 1px solid rgba(59,91,255,0.3);
  --cta-icon-color: #3B5BFF;
  --cta-subtitle: rgba(229,231,235,0.7);
  --cta-badge-color: rgba(229,231,235,0.5);
  --team-cta-bg: linear-gradient(135deg, rgba(59,91,255,0.08), rgba(255,159,67,0.05));
  --team-cta-border: 1px solid rgba(59,91,255,0.15);
  --footer-social-bg: rgba(255,255,255,0.04);
  --footer-social-border: 1px solid rgba(255,255,255,0.07);
  --footer-bottom-border: 1px solid rgba(255,255,255,0.06);
  --dashboard-bg: #0F172A;
  --dashboard-border: 1px solid rgba(59,91,255,0.15);
  --dashboard-shadow: 0 0 60px rgba(59,91,255,0.12), 0 24px 80px rgba(0,0,0,0.5);
  --dashboard-titlebar-bg: #121826;
  --dashboard-titlebar-border: rgba(255,255,255,0.05);
  --dashboard-url-bg: rgba(255,255,255,0.05);
  --dashboard-metric-bg: rgba(255,255,255,0.03);
  --dashboard-metric-border: 1px solid rgba(255,255,255,0.05);
  --dashboard-chart-bg: rgba(255,255,255,0.02);
  --dashboard-chart-border: 1px solid rgba(255,255,255,0.04);
  --dashboard-service-border: rgba(255,255,255,0.04);
  --testimonial-card-bg: #0F172A;
  --testimonial-card-border: 1px solid rgba(255,255,255,0.04);
  --testimonial-card-shadow: 0 4px 24px rgba(0,0,0,0.3);
  --testimonial-author-border: rgba(255,255,255,0.05);
  --logo-banner-border-top: 1px solid rgba(255,255,255,0.04);
  --mockup-glow: radial-gradient(ellipse at center, rgba(59,91,255,0.12) 0%, transparent 70%);
  --mobile-menu-border: 1px solid rgba(59,91,255,0.1);

  /* Navbar pill */
  --nav-pill-bg: rgba(255,255,255,0.03);
  --nav-pill-border: 1px solid rgba(255,255,255,0.06);
  --nav-link-hover-bg: rgba(255,255,255,0.06);
  --navbar-mobile-bg: rgba(11,15,26,0.95);

  /* Footer */
  --footer-bg: #080C16;
  --footer-logo-color: #E5E7EB;
  --footer-heading-color: #E5E7EB;
  --footer-text-muted: #94A3B8;
  --footer-divider: linear-gradient(to right, transparent, rgba(255,255,255,0.06) 20%, rgba(255,255,255,0.06) 80%, transparent);
  --footer-newsletter-bg: rgba(255,255,255,0.02);
  --footer-newsletter-border: 1px solid rgba(255,255,255,0.06);
  --footer-input-bg: rgba(255,255,255,0.04);
  --footer-input-border: 1px solid rgba(255,255,255,0.08);
  --footer-status-bg: rgba(34,197,94,0.08);
  --footer-status-border: 1px solid rgba(34,197,94,0.15);

  /* Step pulse */
  --pulse-color: rgba(59,91,255,0.08);
}

/* ──────────────────────────────────────────────────────────────
   LIGHT THEME
   ────────────────────────────────────────────────────────────── */
body.light {
  --bg-primary: #ffffff;
  --bg-secondary: #F4F6FA;
  --bg-card: #ffffff;
  --text-primary: #0F172A;
  --text-secondary: #64748B;
  --text-muted: rgba(100,116,139,0.35);
  --border-subtle: rgba(0,0,0,0.06);
  --border-blue: rgba(29,43,216,0.08);
  --border-blue-strong: rgba(29,43,216,0.15);
  --shadow-card: 0 4px 20px rgba(0,0,0,0.05);
  --badge-blue-bg: rgba(29,43,216,0.08);
  --badge-blue-border: rgba(29,43,216,0.15);
  --badge-blue-color: #1D2BD8;
  --badge-orange-bg: rgba(255,159,67,0.1);
  --badge-orange-border: rgba(255,159,67,0.3);
  --badge-orange-color: #FF9F43;
  --hero-gradient: linear-gradient(135deg, #1D2BD8 0%, #2d5be3 50%, #3B82F6 100%);
  --cta-gradient: linear-gradient(135deg, #1D2BD8 0%, #2d5be3 50%, #3B82F6 100%);
  --btn-cta-bg: linear-gradient(135deg, #1D2BD8, #3B5BFF);
  --btn-cta-shadow: 0 4px 12px rgba(29,43,216,0.25);
  --theme-btn-bg: rgba(29,43,216,0.06);
  --theme-btn-border: 1px solid rgba(29,43,216,0.1);
  --navbar-bg: #ffffff;
  --navbar-bg-scroll: rgba(255,255,255,0.92);
  --navbar-border-scroll: 1px solid rgba(29,43,216,0.08);
  --navbar-shadow-scroll: 0 4px 24px rgba(29,43,216,0.06);
  --logo-filter: brightness(0);
  --features-bg: #F4F6FA;
  --how-it-works-bg: #ffffff;
  --benefits-bg: #F4F6FA;
  --testimonials-bg: #ffffff;
  --team-bg: #ffffff;
  --glow-blue: rgba(255,255,255,0.12);
  --glow-orange: rgba(255,159,67,0.15);
  --step-circle-bg: linear-gradient(135deg, #F4F6FA, #ffffff);
  --step-circle-border: 1px solid rgba(29,43,216,0.12);
  --step-circle-shadow: 0 8px 24px rgba(0,0,0,0.06);
  --step-color: #1D2BD8;
  --chart-bar: linear-gradient(to top, rgba(29,43,216,0.4), rgba(29,43,216,0.15));
  --hero-subtitle: rgba(255,255,255,0.82);
  --hero-bottom-fade: linear-gradient(to bottom, transparent, #ffffff);
  --line-gradient: linear-gradient(to right, transparent, rgba(29,43,216,0.15) 20%, rgba(29,43,216,0.15) 80%, transparent);
  --cta-icon-bg: rgba(255,255,255,0.15);
  --cta-icon-border: 1px solid rgba(255,255,255,0.3);
  --cta-icon-color: #ffffff;
  --cta-subtitle: rgba(255,255,255,0.8);
  --cta-badge-color: rgba(255,255,255,0.6);
  --team-cta-bg: linear-gradient(135deg, rgba(29,43,216,0.04), rgba(255,159,67,0.04));
  --team-cta-border: 1px solid rgba(29,43,216,0.1);
  --footer-social-bg: rgba(255,255,255,0.04);
  --footer-social-border: 1px solid rgba(255,255,255,0.07);
  --footer-bottom-border: 1px solid rgba(255,255,255,0.06);
  --dashboard-bg: #ffffff;
  --dashboard-border: 1px solid rgba(0,0,0,0.08);
  --dashboard-shadow: 0 24px 80px rgba(0,0,0,0.12), 0 8px 24px rgba(0,0,0,0.06);
  --dashboard-titlebar-bg: #F4F6FA;
  --dashboard-titlebar-border: rgba(0,0,0,0.06);
  --dashboard-url-bg: rgba(0,0,0,0.05);
  --dashboard-metric-bg: #F4F6FA;
  --dashboard-metric-border: 1px solid rgba(0,0,0,0.05);
  --dashboard-chart-bg: #F4F6FA;
  --dashboard-chart-border: 1px solid rgba(0,0,0,0.05);
  --dashboard-service-border: rgba(0,0,0,0.04);
  --testimonial-card-bg: #F4F6FA;
  --testimonial-card-border: 1px solid rgba(0,0,0,0.05);
  --testimonial-card-shadow: 0 4px 16px rgba(0,0,0,0.04);
  --testimonial-author-border: rgba(0,0,0,0.06);
  --logo-banner-border-top: 1px solid rgba(0,0,0,0.05);
  --mockup-glow: radial-gradient(ellipse at center, rgba(29,43,216,0.06) 0%, transparent 70%);
  --mobile-menu-border: 1px solid rgba(0,0,0,0.06);

  /* Navbar pill */
  --nav-pill-bg: rgba(0,0,0,0.04);
  --nav-pill-border: 1px solid rgba(0,0,0,0.06);
  --nav-link-hover-bg: rgba(0,0,0,0.05);
  --navbar-mobile-bg: rgba(255,255,255,0.95);

  /* Footer */
  --footer-bg: #0B0F1A;
  --footer-logo-color: #E5E7EB;
  --footer-heading-color: #E5E7EB;
  --footer-text-muted: #94A3B8;
  --footer-divider: linear-gradient(to right, transparent, rgba(255,255,255,0.06) 20%, rgba(255,255,255,0.06) 80%, transparent);
  --footer-newsletter-bg: rgba(255,255,255,0.02);
  --footer-newsletter-border: 1px solid rgba(255,255,255,0.06);
  --footer-input-bg: rgba(255,255,255,0.04);
  --footer-input-border: 1px solid rgba(255,255,255,0.08);
  --footer-status-bg: rgba(34,197,94,0.08);
  --footer-status-border: 1px solid rgba(34,197,94,0.15);

  --pulse-color: rgba(29,43,216,0.06);
}


/* ──────────────────────────────────────────────────────────────
   1. GLOBAL RESET & BASE
   ────────────────────────────────────────────────────────────── */

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

html {
  scroll-behavior: smooth;
}

body {
  font-family: var(--font);
  background: var(--bg-primary);
  color: var(--text-primary);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  min-height: 100vh;
  transition: background 0.4s ease, color 0.4s ease;
  overflow-x: hidden;
}

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


/* ──────────────────────────────────────────────────────────────
   2. UTILITY & SHARED CLASSES
   ────────────────────────────────────────────────────────────── */

.section-title {
  font-family: var(--font);
  font-weight: 800;
  font-size: clamp(2rem, 4vw, 3rem);
  letter-spacing: -0.02em;
  line-height: 1.15;
  color: var(--text-primary);
}
.section-title--left { text-align: left; }

.section-subtitle {
  font-family: var(--font);
  font-weight: 400;
  font-size: 1.05rem;
  line-height: 1.7;
  color: var(--text-secondary);
  max-width: 560px;
  margin: 0 auto;
}
.section-subtitle--left { text-align: left; margin: 0; }

.gradient-text--blue {
  background: linear-gradient(135deg, #1D2BD8, #3B82F6);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.gradient-text--orange {
  background: linear-gradient(135deg, #FF9F43, #e8880a);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* Badges */
.badge {
  display: inline-block;
  padding: 6px 16px;
  border-radius: 9999px;
  font-family: var(--font);
  font-weight: 600;
  font-size: 0.875rem;
  margin-bottom: 16px;
}
.badge--blue {
  background: var(--badge-blue-bg);
  border: 1px solid var(--badge-blue-border);
  color: var(--badge-blue-color);
}
.badge--orange {
  background: var(--badge-orange-bg);
  border: 1px solid var(--badge-orange-border);
  color: var(--badge-orange-color);
}

/* Buttons */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: none;
  border-radius: 12px;
  font-family: var(--font);
  font-weight: 700;
  font-size: 1rem;
  padding: 16px 32px;
  cursor: pointer;
  transition: all 0.2s ease;
}
.btn svg, .btn i { width: 18px; height: 18px; }

.btn--primary {
  color: #fff;
  background: linear-gradient(135deg, #FF9F43, #e8880a);
}
.btn--glow-orange {
  box-shadow: 0 0 30px rgba(255,159,67,0.5), 0 4px 20px rgba(255,159,67,0.3);
}
.btn--glow-orange:hover {
  box-shadow: 0 0 50px rgba(255,159,67,0.7), 0 8px 30px rgba(255,159,67,0.4);
  transform: translateY(-2px);
}
.btn--lg { padding: 16px 40px; }

.btn--ghost {
  color: #ffffff;
  background: rgba(255,255,255,0.08);
  border: 1.5px solid rgba(255,255,255,0.3);
  backdrop-filter: blur(8px);
  font-weight: 600;
}
.btn--ghost:hover {
  background: rgba(255,255,255,0.15);
  border-color: rgba(255,255,255,0.5);
}
.btn__icon-fill svg { fill: currentColor; }


/* ──────────────────────────────────────────────────────────────
   3. ANIMATION CLASSES (Intersection Observer driven)
   ────────────────────────────────────────────────────────────── */

.anim-fade-up,
.anim-fade-in,
.anim-slide-right,
.anim-slide-left,
.anim-scale-in {
  opacity: 0;
  transition: opacity 0.7s ease, transform 0.7s ease;
  will-change: opacity, transform;
}
.anim-fade-up     { transform: translateY(40px); }
.anim-fade-in     { transform: none; }
.anim-slide-right { transform: translateX(-50px); }
.anim-slide-left  { transform: translateX(50px); }
.anim-scale-in    { transform: scale(0.8); }

.anim-fade-up.visible,
.anim-fade-in.visible,
.anim-slide-right.visible,
.anim-slide-left.visible,
.anim-scale-in.visible {
  opacity: 1;
  transform: translate(0) scale(1);
}


/* ──────────────────────────────────────────────────────────────
   4. NAVBAR — Premium Glassmorphism
   ────────────────────────────────────────────────────────────── */

.navbar {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 100;
  padding: 12px 0;
  transition: padding 0.4s cubic-bezier(0.4,0,0.2,1), background 0.4s, border-color 0.4s, box-shadow 0.4s;
  background: transparent;
  animation: navbar-slide-in 0.7s cubic-bezier(0.4,0,0.2,1) forwards;
}
@keyframes navbar-slide-in {
  from { transform: translateY(-100%); opacity: 0; }
  to   { transform: translateY(0);     opacity: 1; }
}

.navbar.scrolled {
  padding: 6px 0;
  background: var(--navbar-bg-scroll);
  backdrop-filter: blur(20px) saturate(1.4);
  -webkit-backdrop-filter: blur(20px) saturate(1.4);
  border-bottom: var(--navbar-border-scroll);
  box-shadow: var(--navbar-shadow-scroll);
}

.navbar__container {
  max-width: 80rem;
  margin: 0 auto;
  padding: 0 1.25rem;
}
@media (min-width: 1024px) { .navbar__container { padding: 0 2rem; } }

.navbar__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 56px;
}

/* ---------- Logo ---------- */
.navbar__logo {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
}
.navbar__logo-img {
  height: 32px;
  width: auto;
  filter: var(--logo-filter);
  transition: filter 0.3s ease, transform 0.3s ease;
}
.navbar__logo:hover .navbar__logo-img {
  transform: rotate(-5deg) scale(1.08);
}
.navbar__logo-text {
  font-family: var(--font);
  font-weight: 800;
  font-size: 1.2rem;
  letter-spacing: -0.03em;
  color: var(--text-primary);
  display: none;
}
@media (min-width: 768px) { .navbar__logo-text { display: block; } }

/* ---------- Center Navigation Pill ---------- */
.navbar__center-pill {
  display: none;
  position: relative;
  align-items: center;
  gap: 2px;
  padding: 4px;
  border-radius: 14px;
  background: var(--nav-pill-bg);
  border: var(--nav-pill-border);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}
@media (min-width: 768px) { .navbar__center-pill { display: flex; } }

.navbar__link {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 6px;
  background: none;
  border: none;
  font-family: var(--font);
  font-weight: 500;
  font-size: 0.825rem;
  color: var(--text-secondary);
  cursor: pointer;
  padding: 8px 14px;
  border-radius: 10px;
  transition: color 0.25s, background 0.25s;
  white-space: nowrap;
}
.navbar__link-icon {
  width: 14px;
  height: 14px;
  opacity: 0.5;
  transition: opacity 0.25s;
}
.navbar__link:hover {
  color: var(--text-primary);
  background: var(--nav-link-hover-bg);
}
.navbar__link:hover .navbar__link-icon { opacity: 0.9; }

.navbar__link.active {
  color: var(--text-primary);
  font-weight: 600;
}
.navbar__link.active .navbar__link-icon { opacity: 1; }

/* Sliding indicator under active link */
.navbar__link-indicator {
  position: absolute;
  bottom: 4px;
  height: 2px;
  background: linear-gradient(90deg, var(--blue), var(--orange));
  border-radius: 99px;
  transition: left 0.35s cubic-bezier(0.4,0,0.2,1), width 0.35s cubic-bezier(0.4,0,0.2,1);
  pointer-events: none;
  opacity: 0;
}
.navbar__link-indicator.visible { opacity: 1; }

/* ---------- Right actions ---------- */
.navbar__actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.navbar__theme-btn {
  width: 38px; height: 38px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--theme-btn-bg);
  border: var(--theme-btn-border);
  color: var(--text-secondary);
  transition: background 0.25s, transform 0.25s, box-shadow 0.25s;
  position: relative;
  overflow: hidden;
}
.navbar__theme-btn:hover {
  transform: rotate(15deg) scale(1.05);
  box-shadow: 0 0 16px var(--glow-blue);
}
.navbar__icon { width: 16px; height: 16px; }

body.dark .navbar__icon--moon { display: none; }
body.light .navbar__icon--sun { display: none; }

.navbar__cta {
  display: none;
  align-items: center;
  gap: 8px;
  padding: 9px 22px;
  border-radius: 10px;
  font-family: var(--font);
  font-weight: 600;
  font-size: 0.85rem;
  color: #fff;
  background: var(--btn-cta-bg);
  box-shadow: var(--btn-cta-shadow);
  border: none;
  transition: all 0.3s cubic-bezier(0.4,0,0.2,1);
  position: relative;
  overflow: hidden;
}
.navbar__cta::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(255,255,255,0.15), transparent);
  opacity: 0;
  transition: opacity 0.3s;
}
.navbar__cta:hover::before { opacity: 1; }
.navbar__cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 0 30px rgba(59,91,255,0.5), 0 8px 24px rgba(59,91,255,0.25);
}
.navbar__cta-icon { width: 14px; height: 14px; transition: transform 0.3s; }
.navbar__cta:hover .navbar__cta-icon { transform: translateX(3px); }
@media (min-width: 768px) { .navbar__cta { display: flex; } }

/* ---------- Mobile toggle ---------- */
.navbar__mobile-btn {
  display: flex;
  width: 38px; height: 38px;
  border-radius: 10px;
  align-items: center;
  justify-content: center;
  background: var(--theme-btn-bg);
  border: var(--theme-btn-border);
  color: var(--text-secondary);
  transition: transform 0.3s;
}
.navbar__mobile-btn:hover { transform: scale(1.05); }
@media (min-width: 768px) { .navbar__mobile-btn { display: none; } }

body:not(.mobile-open) .navbar__icon--close { display: none; }
body.mobile-open .navbar__icon--menu { display: none; }

/* ---------- Mobile Menu ---------- */
.navbar__mobile-menu {
  display: none;
  overflow: hidden;
  background: var(--navbar-mobile-bg);
  backdrop-filter: blur(24px) saturate(1.4);
  -webkit-backdrop-filter: blur(24px) saturate(1.4);
  border-top: var(--mobile-menu-border);
}
body.mobile-open .navbar__mobile-menu {
  display: block;
  animation: mobile-slide 0.35s cubic-bezier(0.4,0,0.2,1) forwards;
}
@keyframes mobile-slide {
  from { opacity: 0; max-height: 0; transform: translateY(-8px); }
  to   { opacity: 1; max-height: 500px; transform: translateY(0); }
}

.navbar__mobile-inner {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 16px 20px 20px;
}
.navbar__mobile-link {
  display: flex;
  align-items: center;
  gap: 12px;
  background: none;
  border: none;
  text-align: left;
  padding: 14px 16px;
  border-radius: 12px;
  font-family: var(--font);
  font-weight: 500;
  font-size: 0.95rem;
  color: var(--text-secondary);
  cursor: pointer;
  transition: background 0.2s, color 0.2s;
}
.navbar__mobile-link svg, .navbar__mobile-link i { width: 18px; height: 18px; opacity: 0.5; }
.navbar__mobile-link:hover {
  background: var(--nav-link-hover-bg);
  color: var(--text-primary);
}
.navbar__mobile-divider {
  height: 1px;
  background: var(--border-subtle);
  margin: 8px 0;
}
.navbar__mobile-cta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 14px;
  border-radius: 12px;
  color: #fff;
  font-family: var(--font);
  font-weight: 700;
  font-size: 0.95rem;
  background: linear-gradient(135deg, #FF9F43, #e8880a);
  box-shadow: 0 0 24px rgba(255,159,67,0.35);
  border: none;
  transition: all 0.3s;
}
.navbar__mobile-cta:hover {
  box-shadow: 0 0 40px rgba(255,159,67,0.5);
  transform: translateY(-1px);
}
.navbar__mobile-cta svg, .navbar__mobile-cta i { width: 16px; height: 16px; }


/* ──────────────────────────────────────────────────────────────
   5. HERO SECTION — Premium Wide Layout
   ────────────────────────────────────────────────────────────── */

.hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: var(--hero-gradient);
  padding: 120px 0 80px;
}

.hero__canvas {
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.8;
}

/* Subtle grid pattern overlay */
.hero__grid-overlay {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(59,91,255,0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(59,91,255,0.03) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: radial-gradient(ellipse 80% 60% at 50% 40%, black 20%, transparent 70%);
  -webkit-mask-image: radial-gradient(ellipse 80% 60% at 50% 40%, black 20%, transparent 70%);
}
body.light .hero__grid-overlay { opacity: 0; }

.hero__glow {
  position: absolute;
  pointer-events: none;
  border-radius: 50%;
  filter: blur(40px);
}
.hero__glow--top {
  width: 700px; height: 700px;
  top: -200px; right: -120px;
  background: radial-gradient(circle, var(--glow-blue) 0%, transparent 70%);
}
.hero__glow--bottom {
  width: 500px; height: 500px;
  bottom: -50px; left: -100px;
  background: radial-gradient(circle, var(--glow-orange) 0%, transparent 70%);
}
.hero__glow--center {
  width: 900px; height: 500px;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  background: radial-gradient(ellipse, rgba(59,91,255,0.06) 0%, transparent 70%);
}

.hero__content {
  position: relative;
  z-index: 10;
  max-width: 76rem;
  width: 100%;
  margin: 0 auto;
  padding: 0 1.5rem;
  text-align: center;
}

/* ---------- Badge ---------- */
.hero__badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 7px 18px 7px 12px;
  border-radius: 9999px;
  font-family: var(--font);
  font-weight: 500;
  font-size: 0.82rem;
  color: #fff;
  text-decoration: none;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  margin-bottom: 36px;
  transition: all 0.3s ease;
}
body.dark .hero__badge {
  background: rgba(59,91,255,0.12);
  border: 1px solid rgba(59,91,255,0.25);
}
body.light .hero__badge {
  background: rgba(255,255,255,0.18);
  border: 1px solid rgba(255,255,255,0.35);
}
.hero__badge:hover {
  border-color: rgba(255,159,67,0.5);
  box-shadow: 0 0 20px rgba(255,159,67,0.15);
}
.hero__badge-dot {
  width: 7px; height: 7px;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 8px rgba(34,197,94,0.7);
  animation: hero-dot-pulse 2s ease-in-out infinite;
}
@keyframes hero-dot-pulse {
  0%, 100% { opacity: 1; }
  50%      { opacity: 0.4; }
}
.hero__badge-sep { opacity: 0.3; }
.hero__badge-highlight {
  color: var(--orange);
  font-weight: 600;
}
.hero__badge-arrow {
  width: 13px; height: 13px;
  opacity: 0.5;
  transition: transform 0.3s, opacity 0.3s;
}
.hero__badge:hover .hero__badge-arrow {
  transform: translateX(3px);
  opacity: 1;
}

/* ---------- Title ---------- */
.hero__title {
  font-family: var(--font);
  font-weight: 800;
  font-size: clamp(2.8rem, 7vw, 5.5rem);
  line-height: 1.05;
  letter-spacing: -0.03em;
  color: #ffffff;
  margin-bottom: 0;
}
body.dark .hero__title { text-shadow: 0 0 80px rgba(59,91,255,0.25); }
.hero__title--accent {
  background: linear-gradient(135deg, #FF9F43 20%, #ffbe76 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  filter: drop-shadow(0 0 20px rgba(255,159,67,0.2));
}

/* ---------- Subtitle ---------- */
.hero__subtitle {
  margin-top: 28px;
  margin-bottom: 44px;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
  font-family: var(--font);
  font-weight: 400;
  font-size: clamp(1rem, 2.2vw, 1.2rem);
  line-height: 1.8;
  color: var(--hero-subtitle);
}

/* ---------- CTA Buttons ---------- */
.hero__buttons {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
}
@media (min-width: 640px) { .hero__buttons { flex-direction: row; gap: 20px; } }

.btn--hero {
  padding: 16px 36px;
  font-size: 1rem;
  border-radius: 14px;
}

/* ---------- Trust Line ---------- */
.hero__trust {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-top: 32px;
}
.hero__trust-item {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: var(--font);
  font-weight: 500;
  font-size: 0.78rem;
  letter-spacing: 0.01em;
}
body.dark .hero__trust-item { color: rgba(229,231,235,0.45); }
body.light .hero__trust-item { color: rgba(255,255,255,0.6); }
.hero__trust-icon { width: 14px; height: 14px; opacity: 0.6; }
.hero__trust-sep {
  width: 4px; height: 4px;
  border-radius: 50%;
  background: currentColor;
  opacity: 0.2;
}

/* ---------- Stats ---------- */
.hero__stats {
  margin-top: 56px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 32px;
  padding: 32px 40px;
  border-radius: 20px;
  max-width: 56rem;
  margin-left: auto;
  margin-right: auto;
}
body.dark .hero__stats {
  background: rgba(255,255,255,0.02);
  border: 1px solid rgba(255,255,255,0.05);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}
body.light .hero__stats {
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.15);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}
@media (min-width: 640px) {
  .hero__stats { flex-direction: row; gap: 0; padding: 36px 48px; }
}

.hero__stat {
  text-align: center;
  flex: 1;
}
.hero__stat-value {
  font-family: var(--font);
  font-weight: 800;
  font-size: clamp(1.6rem, 3vw, 2rem);
  color: #FF9F43;
  text-shadow: 0 0 24px rgba(255,159,67,0.35);
  letter-spacing: -0.02em;
}
.hero__stat-plus, .hero__stat-unit {
  font-weight: 700;
  font-size: 0.75em;
  opacity: 0.7;
}
.hero__stat-label {
  font-family: var(--font);
  font-weight: 400;
  font-size: 0.8rem;
  margin-top: 4px;
  letter-spacing: 0.01em;
}
body.dark .hero__stat-label { color: rgba(229,231,235,0.45); }
body.light .hero__stat-label { color: rgba(255,255,255,0.6); }

.hero__stat-divider {
  display: none;
}
@media (min-width: 640px) {
  .hero__stat-divider {
    display: block;
    width: 1px;
    height: 48px;
    margin: 0 8px;
  }
  body.dark .hero__stat-divider { background: linear-gradient(to bottom, transparent, rgba(255,255,255,0.08), transparent); }
  body.light .hero__stat-divider { background: linear-gradient(to bottom, transparent, rgba(255,255,255,0.15), transparent); }
}

.hero__bottom-fade {
  position: absolute;
  bottom: 0; left: 0; right: 0;
  height: 128px;
  pointer-events: none;
  background: var(--hero-bottom-fade);
}


/* ──────────────────────────────────────────────────────────────
   6. LOGO BANNER
   ────────────────────────────────────────────────────────────── */

.logo-banner {
  padding: 56px 24px;
  overflow: hidden;
  background: var(--bg-primary);
  border-top: var(--logo-banner-border-top);
  border-bottom: var(--logo-banner-border-top);
}
.logo-banner__container {
  max-width: 64rem;
  margin: 0 auto;
}
.logo-banner__label {
  text-align: center;
  margin-bottom: 32px;
  font-family: var(--font);
  font-weight: 500;
  font-size: 0.8rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--text-secondary);
}
.logo-banner__logos {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 16px 40px;
}
.logo-banner__name {
  font-family: var(--font);
  font-weight: 700;
  font-size: 1rem;
  color: var(--text-muted);
  letter-spacing: -0.01em;
  cursor: default;
  transition: color 0.2s;
}
.logo-banner__name:hover {
  color: var(--text-primary);
}


/* ──────────────────────────────────────────────────────────────
   7. FEATURES SECTION
   ────────────────────────────────────────────────────────────── */

.features {
  padding: 112px 24px;
  background: var(--features-bg);
}
.features__container {
  max-width: 80rem;
  margin: 0 auto;
}
.features__header {
  text-align: center;
  margin-bottom: 64px;
}
.features__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}
@media (min-width: 768px) { .features__grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1024px) { .features__grid { grid-template-columns: repeat(3, 1fr); } }

.feature-card {
  position: relative;
  padding: 28px;
  border-radius: 12px;
  background: var(--bg-card);
  border: 1px solid var(--border-subtle);
  box-shadow: var(--shadow-card);
  cursor: default;
  transition: all 0.3s ease;
  overflow: hidden;
}
.feature-card:hover {
  transform: translateY(-6px);
}
body.dark .feature-card:hover {
  box-shadow: 0 12px 40px rgba(0,0,0,0.4);
}
body.light .feature-card:hover {
  box-shadow: 0 16px 40px rgba(0,0,0,0.1);
}

.feature-card__icon {
  width: 48px; height: 48px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
.feature-card__icon svg,
.feature-card__icon i { width: 22px; height: 22px; }

.feature-card__title {
  font-family: var(--font);
  font-weight: 700;
  font-size: 1.05rem;
  color: var(--text-primary);
  margin-bottom: 12px;
}
.feature-card__desc {
  font-family: var(--font);
  font-weight: 400;
  font-size: 0.9rem;
  line-height: 1.65;
  color: var(--text-secondary);
}

.feature-card__glow {
  position: absolute;
  top: 0; right: 0;
  width: 96px; height: 96px;
  border-radius: 12px;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.3s;
}
.feature-card:hover .feature-card__glow { opacity: 1; }


/* ──────────────────────────────────────────────────────────────
   8. HOW IT WORKS SECTION
   ────────────────────────────────────────────────────────────── */

.how-it-works {
  padding: 112px 24px;
  overflow: hidden;
  background: var(--how-it-works-bg);
}
.how-it-works__container {
  max-width: 80rem;
  margin: 0 auto;
}
.how-it-works__header {
  text-align: center;
  margin-bottom: 80px;
}

.how-it-works__steps-wrapper {
  position: relative;
}
.how-it-works__line {
  display: none;
  position: absolute;
  top: 48px; left: 0; right: 0;
  height: 1px;
  background: var(--line-gradient);
}
body.dark .how-it-works__line { box-shadow: 0 0 10px rgba(59,91,255,0.3); }
@media (min-width: 1024px) { .how-it-works__line { display: block; } }

.how-it-works__steps {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
  position: relative;
  z-index: 10;
}
@media (min-width: 768px) { .how-it-works__steps { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1024px) { .how-it-works__steps { grid-template-columns: repeat(4, 1fr); } }

.step {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.step__circle-wrapper {
  position: relative;
  margin-bottom: 24px;
}
.step__circle {
  width: 96px; height: 96px;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: var(--step-circle-bg);
  border: var(--step-circle-border);
  box-shadow: var(--step-circle-shadow);
}
.step__number {
  font-family: var(--font);
  font-weight: 800;
  font-size: 0.65rem;
  color: var(--step-color);
  letter-spacing: 0.05em;
  margin-bottom: 4px;
  opacity: 0.7;
}
.step__icon {
  width: 26px; height: 26px;
  color: var(--step-color);
}

/* Pulse ring animation */
.step__pulse {
  position: absolute;
  inset: 0;
  border-radius: 16px;
  animation: pulse-ring 2.5s infinite;
}
@keyframes pulse-ring {
  0%   { box-shadow: 0 0 0 0 var(--pulse-color); }
  50%  { box-shadow: 0 0 0 8px var(--pulse-color); }
  100% { box-shadow: 0 0 0 0 var(--pulse-color); }
}

.step__title {
  font-family: var(--font);
  font-weight: 700;
  font-size: 1.05rem;
  color: var(--text-primary);
  margin-bottom: 12px;
}
.step__desc {
  font-family: var(--font);
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.65;
  color: var(--text-secondary);
}


/* ──────────────────────────────────────────────────────────────
   9. BENEFITS SECTION
   ────────────────────────────────────────────────────────────── */

.benefits {
  padding: 112px 24px;
  overflow: hidden;
  background: var(--benefits-bg);
  position: relative;
}
.benefits__container {
  max-width: 80rem;
  margin: 0 auto;
}
.benefits__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 64px;
  align-items: center;
}
@media (min-width: 1024px) { .benefits__grid { grid-template-columns: 1fr 1fr; } }

.benefits__list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 40px;
}
.benefits__item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-family: var(--font);
  font-weight: 500;
  font-size: 0.9rem;
  color: var(--text-primary);
}
.benefits__check {
  color: #FF9F43;
  flex-shrink: 0;
  margin-top: 2px;
  width: 18px; height: 18px;
}

.benefits__cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font);
  font-weight: 700;
  font-size: 0.9rem;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  transition: gap 0.2s;
}
body.dark .benefits__cta { color: #3B5BFF; }
body.light .benefits__cta { color: #1D2BD8; }
.benefits__cta:hover { gap: 12px; }
.benefits__cta svg, .benefits__cta i { width: 16px; height: 16px; }

/* Dashboard Mockup */
.benefits__mockup {
  position: relative;
}
.benefits__mockup-glow {
  position: absolute;
  inset: -32px;
  border-radius: 24px;
  pointer-events: none;
  background: var(--mockup-glow);
  filter: blur(20px);
}

.dashboard {
  position: relative;
  width: 100%;
  border-radius: 16px;
  overflow: hidden;
  background: var(--dashboard-bg);
  border: var(--dashboard-border);
  box-shadow: var(--dashboard-shadow);
}

.dashboard__titlebar {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 16px;
  background: var(--dashboard-titlebar-bg);
  border-bottom: 1px solid var(--dashboard-titlebar-border);
}
.dashboard__dots { display: flex; gap: 6px; }
.dashboard__dot {
  width: 12px; height: 12px;
  border-radius: 50%;
  opacity: 0.8;
}
.dashboard__dot--red    { background: #f87171; }
.dashboard__dot--yellow { background: #facc15; }
.dashboard__dot--green  { background: #4ade80; }

.dashboard__url {
  flex: 1;
  margin: 0 16px;
  height: 20px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--dashboard-url-bg);
}
.dashboard__url span {
  font-family: var(--font);
  font-size: 0.65rem;
  color: var(--text-secondary);
}

.dashboard__body { padding: 20px; }

.dashboard__header-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.dashboard__heading {
  font-family: var(--font);
  font-weight: 700;
  font-size: 0.9rem;
  color: var(--text-primary);
  margin-bottom: 4px;
}
.dashboard__subheading {
  font-family: var(--font);
  font-size: 0.7rem;
  color: var(--text-secondary);
}
.dashboard__status-badge {
  padding: 6px 12px;
  border-radius: 8px;
  background: rgba(255,159,67,0.1);
  border: 1px solid rgba(255,159,67,0.25);
  color: #FF9F43;
  font-family: var(--font);
  font-size: 0.7rem;
  font-weight: 600;
}

.dashboard__metrics {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-bottom: 20px;
}
.dashboard__metric {
  padding: 12px;
  border-radius: 12px;
  background: var(--dashboard-metric-bg);
  border: var(--dashboard-metric-border);
}
.dashboard__metric-value {
  font-family: var(--font);
  font-weight: 800;
  font-size: 1.15rem;
}
.dashboard__metric-label {
  font-family: var(--font);
  font-size: 0.65rem;
  color: var(--text-secondary);
  margin-top: 2px;
}

.dashboard__chart {
  border-radius: 12px;
  padding: 16px;
  margin-bottom: 16px;
  background: var(--dashboard-chart-bg);
  border: var(--dashboard-chart-border);
}
.dashboard__chart-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
  font-family: var(--font);
  font-size: 0.7rem;
  font-weight: 600;
  color: var(--text-secondary);
}
.dashboard__bars {
  display: flex;
  align-items: flex-end;
  gap: 6px;
  height: 64px;
}
.dashboard__bar {
  flex: 1;
  border-radius: 2px;
  background: var(--chart-bar);
  transform-origin: bottom;
  transition: height 0.5s ease;
}
.dashboard__bar--accent {
  background: linear-gradient(to top, #FF9F43, #ffbe76) !important;
  box-shadow: 0 0 8px rgba(255,159,67,0.4);
}

.dashboard__services {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.dashboard__service {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 0;
  border-bottom: 1px solid var(--dashboard-service-border);
}
.dashboard__service:last-child { border-bottom: none; }
.dashboard__service-left { display: flex; align-items: center; gap: 8px; }
.dashboard__service-dot {
  width: 8px; height: 8px;
  border-radius: 50%;
  background: #22c55e;
  box-shadow: 0 0 6px rgba(34,197,94,0.6);
}
.dashboard__service-name {
  font-family: var(--font);
  font-size: 0.75rem;
  color: var(--text-primary);
}
.dashboard__service-uptime {
  font-family: var(--font);
  font-size: 0.7rem;
  font-weight: 600;
  color: var(--text-secondary);
}


/* ──────────────────────────────────────────────────────────────
   10. TESTIMONIALS SECTION
   ────────────────────────────────────────────────────────────── */

.testimonials {
  padding: 112px 24px;
  background: var(--testimonials-bg);
}
.testimonials__container {
  max-width: 80rem;
  margin: 0 auto;
}
.testimonials__header {
  text-align: center;
  margin-bottom: 64px;
}
.testimonials__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}
@media (min-width: 768px) { .testimonials__grid { grid-template-columns: repeat(3, 1fr); } }

.testimonial-card {
  padding: 28px;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  background: var(--testimonial-card-bg);
  border: var(--testimonial-card-border);
  box-shadow: var(--testimonial-card-shadow);
  transition: all 0.3s ease;
}
.testimonial-card:hover {
  transform: translateY(-4px);
}
body.dark .testimonial-card:hover {
  box-shadow: 0 0 24px rgba(59,91,255,0.12), 0 12px 40px rgba(0,0,0,0.4);
}
body.light .testimonial-card:hover {
  box-shadow: 0 12px 40px rgba(0,0,0,0.08);
}

.testimonial-card__stars {
  display: flex;
  gap: 4px;
}
.testimonial-card__star {
  width: 14px; height: 14px;
  color: #FF9F43;
  fill: #FF9F43;
}

.testimonial-card__quote {
  font-family: var(--font);
  font-weight: 400;
  font-size: 0.9rem;
  line-height: 1.7;
  color: var(--text-secondary);
  flex: 1;
}

.testimonial-card__author {
  display: flex;
  align-items: center;
  gap: 12px;
  padding-top: 8px;
  border-top: 1px solid var(--testimonial-author-border);
}
.testimonial-card__avatar {
  width: 36px; height: 36px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-family: var(--font);
  font-weight: 700;
  font-size: 0.7rem;
  border: 1.5px solid;
}
.testimonial-card__name {
  font-family: var(--font);
  font-weight: 600;
  font-size: 0.85rem;
  color: var(--text-primary);
}
.testimonial-card__role {
  font-family: var(--font);
  font-weight: 400;
  font-size: 0.75rem;
  color: var(--text-secondary);
}


/* ──────────────────────────────────────────────────────────────
   11. TEAM SECTION
   ────────────────────────────────────────────────────────────── */

.team {
  padding: 112px 24px;
  background: var(--team-bg);
}
.team__container {
  max-width: 80rem;
  margin: 0 auto;
}
.team__header {
  text-align: center;
  margin-bottom: 64px;
}
.team__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 28px;
}
@media (min-width: 640px) { .team__grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1024px) { .team__grid { grid-template-columns: repeat(3, 1fr); } }

.team-card {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  background: var(--bg-card);
  border: 1px solid var(--border-subtle);
  box-shadow: var(--shadow-card);
  transition: all 0.3s ease;
}
.team-card:hover { transform: translateY(-6px); }
body.dark .team-card:hover {
  box-shadow: 0 20px 50px rgba(0,0,0,0.45);
}
body.light .team-card:hover {
  box-shadow: 0 20px 50px rgba(0,0,0,0.1);
}

.team-card__photo-wrap {
  position: relative;
  height: 260px;
  overflow: hidden;
}
.team-card__photo {
  width: 100%; height: 100%;
  object-fit: cover;
  object-position: top;
  transition: transform 0.5s ease;
}
.team-card:hover .team-card__photo {
  transform: scale(1.05);
}

.team-card__gradient {
  position: absolute;
  inset: 0;
}
body.dark .team-card__gradient {
  background: linear-gradient(to bottom, transparent 40%, rgba(15,23,42,0.95) 100%);
}
body.light .team-card__gradient {
  background: linear-gradient(to bottom, transparent 40%, rgba(244,246,250,0.98) 100%);
}

/* Social icons */
.team-card__socials {
  position: absolute;
  top: 16px; right: 16px;
  display: flex;
  gap: 8px;
  opacity: 0;
  transform: translateY(-4px);
  transition: all 0.3s ease;
}
.team-card:hover .team-card__socials {
  opacity: 1;
  transform: translateY(0);
}
.team-card__social {
  width: 32px; height: 32px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0,0,0,0.5);
  backdrop-filter: blur(8px);
  border: 1px solid rgba(255,255,255,0.15);
  color: #ffffff;
  transition: all 0.2s;
}
.team-card__social svg, .team-card__social i { width: 13px; height: 13px; }
.team-card__social:hover {
  box-shadow: 0 0 12px currentColor;
}

.team-card__accent-bar {
  position: absolute;
  bottom: 16px; left: 20px;
  width: 36px; height: 3px;
  border-radius: 2px;
}

.team-card__content {
  padding: 24px;
  padding-top: 16px;
}
.team-card__name {
  font-family: var(--font);
  font-weight: 700;
  font-size: 1.05rem;
  color: var(--text-primary);
  margin-bottom: 2px;
}
.team-card__role {
  font-family: var(--font);
  font-weight: 600;
  font-size: 0.78rem;
  margin-bottom: 10px;
  letter-spacing: 0.01em;
}
.team-card__bio {
  font-family: var(--font);
  font-weight: 400;
  font-size: 0.85rem;
  line-height: 1.65;
  color: var(--text-secondary);
}

/* Join CTA */
.team__cta-wrap {
  margin-top: 64px;
  text-align: center;
}
.team__cta-box {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  padding: 24px 32px;
  border-radius: 16px;
  background: var(--team-cta-bg);
  border: var(--team-cta-border);
}
@media (min-width: 640px) {
  .team__cta-box { flex-direction: row; }
}
.team__cta-text { text-align: left; }
.team__cta-heading {
  font-family: var(--font);
  font-weight: 700;
  font-size: 1rem;
  color: var(--text-primary);
  margin-bottom: 2px;
}
.team__cta-sub {
  font-family: var(--font);
  font-weight: 400;
  font-size: 0.875rem;
  color: var(--text-secondary);
}


/* ──────────────────────────────────────────────────────────────
   12. CTA SECTION
   ────────────────────────────────────────────────────────────── */

.cta-section {
  position: relative;
  padding: 128px 24px;
  overflow: hidden;
  background: var(--cta-gradient);
}

.cta-section__canvas {
  position: absolute;
  inset: 0;
  width: 100%; height: 100%;
  pointer-events: none;
}
body.light .cta-section__canvas { display: none; }

.cta-section__glow {
  position: absolute;
  pointer-events: none;
  border-radius: 50%;
  filter: blur(60px);
}
.cta-section__glow--center {
  width: 500px; height: 500px;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
}
body.dark .cta-section__glow--center {
  background: radial-gradient(circle, rgba(59,91,255,0.18) 0%, transparent 70%);
}
body.light .cta-section__glow--center {
  background: radial-gradient(circle, rgba(255,255,255,0.1) 0%, transparent 70%);
}

.cta-section__glow--right {
  width: 300px; height: 300px;
  bottom: 0; right: 10%;
  filter: blur(40px);
}
body.dark .cta-section__glow--right {
  background: radial-gradient(circle, rgba(255,159,67,0.1) 0%, transparent 70%);
}
body.light .cta-section__glow--right {
  background: radial-gradient(circle, rgba(255,159,67,0.15) 0%, transparent 70%);
}

.cta-section__content {
  position: relative;
  z-index: 10;
  max-width: 56rem;
  margin: 0 auto;
  text-align: center;
}

.cta-section__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px; height: 56px;
  border-radius: 16px;
  margin-bottom: 24px;
  background: var(--cta-icon-bg);
  border: var(--cta-icon-border);
  backdrop-filter: blur(10px);
  color: var(--cta-icon-color);
}
.cta-section__icon svg, .cta-section__icon i { width: 24px; height: 24px; }

.cta-section__title {
  font-family: var(--font);
  font-weight: 800;
  font-size: clamp(2rem, 4.5vw, 3.5rem);
  letter-spacing: -0.03em;
  line-height: 1.1;
  color: #ffffff;
  margin-bottom: 24px;
}
body.dark .cta-section__title { text-shadow: 0 0 60px rgba(59,91,255,0.3); }

.cta-section__subtitle {
  font-family: var(--font);
  font-weight: 400;
  font-size: 1.05rem;
  line-height: 1.7;
  color: var(--cta-subtitle);
  max-width: 32rem;
  margin: 0 auto 40px;
}

.cta-section__buttons {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
}
@media (min-width: 640px) { .cta-section__buttons { flex-direction: row; } }

.cta-section__badges {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 24px;
}
.cta-section__badge {
  display: flex;
  align-items: center;
  gap: 6px;
  font-family: var(--font);
  font-weight: 600;
  font-size: 0.75rem;
  color: var(--cta-badge-color);
}
.cta-section__badge-check {
  color: #FF9F43;
  font-size: 0.8rem;
}


/* ──────────────────────────────────────────────────────────────
   13. FOOTER — Premium Professional
   ────────────────────────────────────────────────────────────── */

.footer {
  position: relative;
  background: var(--footer-bg);
  color: #94A3B8;
  overflow: hidden;
}

/* Animated gradient border */
.footer__gradient-border {
  height: 2px;
  width: 100%;
  background: linear-gradient(90deg, transparent, var(--blue) 20%, var(--orange) 50%, var(--blue) 80%, transparent);
  background-size: 200% 100%;
  animation: footer-border-shimmer 4s ease-in-out infinite;
}
@keyframes footer-border-shimmer {
  0%   { background-position: -200% 0; }
  100% { background-position: 200% 0; }
}

/* Decorative background glow */
.footer__bg-glow {
  position: absolute;
  bottom: -120px;
  left: 50%;
  transform: translateX(-50%);
  width: 600px;
  height: 300px;
  background: radial-gradient(ellipse, rgba(59,91,255,0.06) 0%, transparent 70%);
  pointer-events: none;
}

.footer__container {
  max-width: 80rem;
  margin: 0 auto;
  padding: 60px 24px 32px;
}
@media (min-width: 1024px) { .footer__container { padding: 72px 32px 32px; } }

/* ---------- Top Section: Brand + Newsletter ---------- */
.footer__top {
  display: grid;
  grid-template-columns: 1fr;
  gap: 48px;
  margin-bottom: 48px;
}
@media (min-width: 1024px) {
  .footer__top { grid-template-columns: 1fr 1.2fr; gap: 64px; }
}

.footer__logo {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
}
.footer__logo-img {
  height: 30px;
  width: auto;
}
.footer__logo-text {
  font-family: var(--font);
  font-weight: 800;
  font-size: 1.15rem;
  letter-spacing: -0.03em;
  color: var(--footer-logo-color);
}
.footer__tagline {
  font-family: var(--font);
  font-weight: 400;
  font-size: 0.9rem;
  line-height: 1.75;
  color: var(--footer-text-muted);
  max-width: 300px;
  margin-bottom: 28px;
}

/* Social buttons */
.footer__socials {
  display: flex;
  gap: 10px;
}
.footer__social-btn {
  width: 40px; height: 40px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--footer-social-bg);
  border: var(--footer-social-border);
  color: var(--footer-text-muted);
  transition: all 0.3s cubic-bezier(0.4,0,0.2,1);
  text-decoration: none;
}
.footer__social-btn svg, .footer__social-btn i { width: 16px; height: 16px; }
.footer__social-btn:hover {
  transform: translateY(-3px) scale(1.05);
  box-shadow: 0 6px 20px rgba(0,0,0,0.15);
}

/* Newsletter */
.footer__newsletter {
  background: var(--footer-newsletter-bg);
  border: var(--footer-newsletter-border);
  border-radius: 16px;
  padding: 28px;
}
.footer__newsletter-title {
  font-family: var(--font);
  font-weight: 700;
  font-size: 1.1rem;
  color: var(--footer-heading-color);
  margin-bottom: 8px;
}
.footer__newsletter-desc {
  font-family: var(--font);
  font-size: 0.85rem;
  color: var(--footer-text-muted);
  line-height: 1.6;
  margin-bottom: 20px;
}
.footer__newsletter-form {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.footer__newsletter-input-wrap {
  flex: 1;
  min-width: 200px;
  position: relative;
  display: flex;
  align-items: center;
}
.footer__newsletter-icon {
  position: absolute;
  left: 14px;
  width: 16px; height: 16px;
  color: var(--footer-text-muted);
  pointer-events: none;
}
.footer__newsletter-input {
  width: 100%;
  padding: 12px 14px 12px 40px;
  border-radius: 10px;
  font-family: var(--font);
  font-size: 0.875rem;
  color: var(--footer-heading-color);
  background: var(--footer-input-bg);
  border: var(--footer-input-border);
  outline: none;
  transition: border-color 0.3s, box-shadow 0.3s;
}
.footer__newsletter-input::placeholder { color: var(--footer-text-muted); }
.footer__newsletter-input:focus {
  border-color: var(--blue);
  box-shadow: 0 0 0 3px rgba(59,91,255,0.15);
}
.footer__newsletter-btn {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 12px 24px;
  border-radius: 10px;
  font-family: var(--font);
  font-weight: 600;
  font-size: 0.875rem;
  color: #fff;
  background: linear-gradient(135deg, var(--orange), var(--orange-dark));
  border: none;
  cursor: pointer;
  transition: all 0.3s;
  white-space: nowrap;
}
.footer__newsletter-btn svg, .footer__newsletter-btn i { width: 14px; height: 14px; }
.footer__newsletter-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 0 24px rgba(255,159,67,0.4);
}
.footer__newsletter-note {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-top: 12px;
  font-family: var(--font);
  font-size: 0.75rem;
  color: var(--footer-text-muted);
  opacity: 0.7;
}
.footer__newsletter-note-icon { width: 13px; height: 13px; color: var(--green); }

/* ---------- Divider ---------- */
.footer__divider {
  height: 1px;
  width: 100%;
  background: var(--footer-divider);
  margin: 0 0 40px;
}

/* ---------- Link Columns ---------- */
.footer__links-section {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
  margin-bottom: 48px;
}
@media (min-width: 640px) { .footer__links-section { grid-template-columns: repeat(4, 1fr); } }

.footer__link-heading {
  font-family: var(--font);
  font-weight: 700;
  font-size: 0.78rem;
  color: var(--footer-heading-color);
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.footer__link-col {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.footer__link {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font);
  font-weight: 400;
  font-size: 0.85rem;
  color: var(--footer-text-muted);
  padding: 6px 0;
  transition: color 0.2s, transform 0.2s;
  text-decoration: none;
}
.footer__link-icon {
  width: 14px; height: 14px;
  opacity: 0.4;
  transition: opacity 0.2s;
}
.footer__link:hover {
  color: var(--footer-heading-color);
  transform: translateX(4px);
}
.footer__link:hover .footer__link-icon { opacity: 0.8; }

/* ---------- Bottom Bar ---------- */
.footer__bottom {
  padding-top: 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}
@media (min-width: 768px) {
  .footer__bottom {
    flex-direction: row;
    justify-content: space-between;
  }
}

.footer__bottom-left, .footer__bottom-center, .footer__bottom-right {
  display: flex;
  align-items: center;
}
.footer__copyright {
  font-family: var(--font);
  font-weight: 400;
  font-size: 0.78rem;
  color: var(--footer-text-muted);
  opacity: 0.7;
}
.footer__status {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font);
  font-weight: 500;
  font-size: 0.78rem;
  color: var(--footer-text-muted);
  background: var(--footer-status-bg);
  padding: 6px 14px;
  border-radius: 99px;
  border: var(--footer-status-border);
}
.footer__status-dot {
  width: 7px; height: 7px;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 10px rgba(34,197,94,0.6);
  animation: status-pulse 2s ease-in-out infinite;
}
@keyframes status-pulse {
  0%, 100% { opacity: 1; box-shadow: 0 0 10px rgba(34,197,94,0.6); }
  50%      { opacity: 0.6; box-shadow: 0 0 20px rgba(34,197,94,0.8); }
}

.footer__bottom-right {
  gap: 6px;
}
.footer__bottom-link {
  font-family: var(--font);
  font-size: 0.78rem;
  color: var(--footer-text-muted);
  text-decoration: none;
  transition: color 0.2s;
}
.footer__bottom-link:hover { color: var(--footer-heading-color); }
.footer__bottom-sep {
  color: var(--footer-text-muted);
  opacity: 0.3;
  font-size: 0.78rem;
}


/* ──────────────────────────────────────────────────────────────
   14. ERROR PAGES
   ────────────────────────────────────────────────────────────── */

.error-page {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--bg-primary);
}
.error-page__inner { text-align: center; }
.error-page__code {
  font-family: var(--font);
  font-weight: 800;
  font-size: 6rem;
  background: linear-gradient(135deg, #3B5BFF, #FF9F43);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.error-page__text {
  font-family: var(--font);
  font-size: 1.1rem;
  color: var(--text-secondary);
  margin-top: 8px;
}
.error-page__text a {
  color: #3B5BFF;
  text-decoration: underline;
}


/* ──────────────────────────────────────────────────────────────
   15. SMOOTH THEME TRANSITION
   ────────────────────────────────────────────────────────────── */

*, *::before, *::after {
  transition-property: background-color, border-color, color, box-shadow, fill, stroke;
  transition-duration: 0.35s;
  transition-timing-function: ease;
}
/* Exclude transform and layout from global transition */
