/* ============================================================
   NEW HOPE TECHNOLOGY — Public Website Stylesheet
   Mobile-first, enterprise-grade, premium responsive design
   ============================================================ */

/* ── Variables ───────────────────────────────────────────── */
:root {
  --brand-primary:      #4f46e5;
  --brand-primary-dark: #3730a3;
  --brand-secondary:    #7c3aed;
  --brand-accent:       #06b6d4;
  --brand-dark:         #1e1b4b;
  --brand-gradient:     linear-gradient(135deg, #4f46e5 0%, #7c3aed 100%);
  --text-dark:          #1f2937;
  --text-muted:         #6b7280;
  --bg-light:           #f8f9fb;
  --border-color:       #e5e7eb;
  --shadow-sm:          0 1px 3px rgba(0,0,0,0.08);
  --shadow-md:          0 4px 16px rgba(0,0,0,0.10);
  --shadow-lg:          0 20px 60px rgba(0,0,0,0.13);
  --radius:             12px;
  --radius-lg:          20px;
  --transition:         0.3s ease;
  --navbar-h:           72px;
  --announce-h:         44px;
  --sms-green:          #059669;
  --sms-teal:           #0d9488;
  --sms-cyan:           #0891b2;
}

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

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  color: var(--text-dark);
  background: #fff;
  overflow-x: hidden;
  width: 100%;
  margin: 0;
  padding: 0;
}

img { max-width: 100%; }

p, li, td, th, blockquote,
.card-text, .lead, .section-subtitle,
.hero-subtitle, .process-desc, .faq-answer,
.testimonial-text, .footer-desc, .page-hero-subtitle,
.service-desc, .about-text, .why-desc, .contact-text,
.pricing-desc, .proof-text {
  text-align: justify;
  hyphens: auto;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
}

/* ============================================================
   NAVBAR
   ============================================================ */
.site-navbar {
  transition: all var(--transition);
  padding: 0;
  height: var(--navbar-h);
  z-index: 1050;
}

.site-navbar .container {
  height: 100%;
  display: flex;
  align-items: center;
}

.site-navbar.scrolled {
  background: rgba(255,255,255,0.97) !important;
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  box-shadow: 0 2px 20px rgba(0,0,0,0.08);
}

/* Transparent state text */
.site-navbar:not(.scrolled) .nav-link-custom,
.site-navbar:not(.scrolled) .navbar-toggler-icon-wrap {
  color: rgba(255,255,255,0.9) !important;
}
.site-navbar:not(.scrolled) .navbar-toggler-icon-wrap i {
  color: rgba(255,255,255,0.9);
}

/* Scrolled state text */
.site-navbar.scrolled .nav-link-custom { color: var(--text-dark) !important; }
.site-navbar.scrolled .navbar-toggler-icon-wrap i { color: var(--text-dark); }

/* Brand */
.navbar-brand-text {
  font-size: 1.3rem;
  font-weight: 800;
  background: var(--brand-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  line-height: 1;
}
.site-navbar:not(.scrolled) .navbar-brand-text {
  background: linear-gradient(135deg, #c7d2fe, #e9d5ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* Nav links */
.nav-link-custom {
  font-weight: 500;
  font-size: 0.92rem;
  padding: 0.5rem 1rem !important;
  border-radius: 8px;
  transition: all var(--transition);
  white-space: nowrap;
}

.site-navbar.scrolled .nav-link-custom:hover,
.site-navbar.scrolled .nav-link-custom.active {
  color: var(--brand-primary) !important;
  background: rgba(79,70,229,0.07);
}
.site-navbar:not(.scrolled) .nav-link-custom:hover,
.site-navbar:not(.scrolled) .nav-link-custom.active {
  background: rgba(255,255,255,0.12);
  color: #fff !important;
}

/* CTA button */
.btn-get-started {
  background: #fff;
  color: var(--brand-primary) !important;
  font-weight: 700;
  font-size: 0.82rem;
  padding: 0.5rem 1.3rem;
  border-radius: 50px;
  border: none;
  transition: all var(--transition);
  box-shadow: 0 4px 15px rgba(0,0,0,0.15);
  text-decoration: none;
  white-space: nowrap;
}
.site-navbar.scrolled .btn-get-started {
  background: var(--brand-gradient);
  color: #fff !important;
  box-shadow: 0 4px 15px rgba(79,70,229,0.3);
}
.btn-get-started:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(79,70,229,0.35);
}

/* ── Hamburger toggle button ─────────────────────────────── */
.navbar-toggler {
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
  padding: 6px 8px;
  border-radius: 8px;
  background: transparent;
  transition: background var(--transition);
  flex-shrink: 0;
}
.site-navbar.scrolled .navbar-toggler:hover { background: rgba(79,70,229,0.07); }
.site-navbar:not(.scrolled) .navbar-toggler:hover { background: rgba(255,255,255,0.1); }

.navbar-toggler-icon-wrap { display: flex; align-items: center; justify-content: center; }
.navbar-toggler-icon-wrap i { font-size: 1.55rem; transition: all 0.2s ease; }

/* ── Mobile dropdown menu (< 1200px = hamburger) ─────────── */
@media (max-width: 1199.98px) {

  .site-navbar { height: auto; min-height: var(--navbar-h); }
  .site-navbar .container { flex-wrap: wrap; padding-top: 0.875rem; padding-bottom: 0.875rem; }

  #navMenu {
    width: 100%;
    border-radius: 16px;
    margin-top: 0.5rem;
    overflow: hidden;
  }

  /* Dark overlay menu (on hero / transparent state) */
  .site-navbar:not(.scrolled) #navMenu.show,
  .site-navbar:not(.scrolled) #navMenu.collapsing {
    background: linear-gradient(180deg, rgba(15,12,50,0.98) 0%, rgba(20,17,70,0.98) 100%);
    border: 1px solid rgba(255,255,255,0.1);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    box-shadow: 0 20px 60px rgba(0,0,0,0.4);
    padding: 0.75rem;
  }

  /* White menu (on scrolled state) */
  .site-navbar.scrolled #navMenu.show,
  .site-navbar.scrolled #navMenu.collapsing {
    background: #fff;
    border: 1px solid var(--border-color);
    box-shadow: 0 12px 40px rgba(0,0,0,0.12);
    padding: 0.75rem;
  }

  /* Nav items in mobile */
  #navMenu .navbar-nav { gap: 0 !important; padding: 0 !important; }

  #navMenu .nav-item { width: 100%; }

  #navMenu .nav-link-custom {
    display: block;
    width: 100%;
    padding: 0.75rem 1rem !important;
    border-radius: 10px;
    font-size: 0.925rem;
    margin-bottom: 2px;
  }
  .site-navbar:not(.scrolled) #navMenu .nav-link-custom {
    color: rgba(255,255,255,0.88) !important;
  }
  .site-navbar:not(.scrolled) #navMenu .nav-link-custom.active,
  .site-navbar:not(.scrolled) #navMenu .nav-link-custom:hover {
    background: rgba(255,255,255,0.1);
    color: #fff !important;
  }
  .site-navbar.scrolled #navMenu .nav-link-custom { color: var(--text-dark) !important; }
  .site-navbar.scrolled #navMenu .nav-link-custom.active,
  .site-navbar.scrolled #navMenu .nav-link-custom:hover {
    background: rgba(79,70,229,0.07);
    color: var(--brand-primary) !important;
  }

  /* Bottom action row in mobile menu */
  #navMenu .d-flex.align-items-center {
    flex-direction: column !important;
    width: 100%;
    gap: 0.5rem !important;
    border-top: 1px solid rgba(255,255,255,0.08);
    margin-top: 0.5rem;
    padding-top: 0.75rem !important;
  }
  .site-navbar.scrolled #navMenu .d-flex.align-items-center {
    border-top-color: var(--border-color);
  }

  #navMenu .d-flex .nav-link-custom {
    width: 100%;
    padding: 0.75rem 1rem !important;
    text-align: center;
    border-radius: 10px;
  }

  #navMenu .btn-get-started {
    width: 100%;
    text-align: center;
    padding: 0.75rem 1rem;
    border-radius: 10px;
    display: block;
  }
  .site-navbar:not(.scrolled) #navMenu .btn-get-started {
    background: var(--brand-gradient);
    color: #fff !important;
  }
}

/* ============================================================
   HERO SLIDER SYSTEM
   ============================================================ */
.hs-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  overflow: hidden;
}
.hs-slide {
  position: absolute;
  inset: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  opacity: 0;
  z-index: 0;
}

/* Active slide — Ken Burns plays after the entry effect completes */
.hs-slide.hs-active {
  opacity: 1;
  z-index: 1;
  animation: hs-ken-burns 9s ease-in-out both;
}

/* Ken Burns — subtle vertical pan */
@keyframes hs-ken-burns {
  0%   { background-position: 50% 40%; }
  100% { background-position: 50% 60%; }
}

.hs-overlay {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 1;
}
/* Pure dark vignette — neutral black, no blue/purple tint, images show true */
.hero-section .hs-overlay {
  background: linear-gradient(
    to bottom,
    rgba(0,0,0,0.06) 0%,
    rgba(0,0,0,0.28) 55%,
    rgba(0,0,0,0.62) 100%
  );
}
/* Inner page hero overlay — clean dark, no coloured tint */
.hs-overlay-brand {
  background: linear-gradient(
    to bottom,
    rgba(0,0,0,0.12) 0%,
    rgba(0,0,0,0.42) 60%,
    rgba(0,0,0,0.70) 100%
  );
}
/* Portfolio header overlay — neutral dark */
.portfolio-header .hs-overlay {
  background: linear-gradient(
    to bottom,
    rgba(0,0,0,0.12) 0%,
    rgba(0,0,0,0.42) 60%,
    rgba(0,0,0,0.70) 100%
  );
}

/* Slide navigation dots — raised above wave */
.hs-dots {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 7;
  display: flex;
  gap: .4rem;
  align-items: center;
  bottom: calc(100px + 0.75rem);
}
.hero-inner .hs-dots       { bottom: calc(50px + 0.5rem); }
.portfolio-header .hs-dots { bottom: calc(50px + 0.5rem); }

.hs-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: rgba(255,255,255,.45);
  border: none;
  padding: 0;
  cursor: pointer;
  transition: background .3s, transform .3s;
  flex-shrink: 0;
}
.hs-dot.hs-dot-active {
  background: #fff;
  transform: scale(1.5);
  box-shadow: 0 0 6px rgba(255,255,255,0.7);
}

/* Hero wave bottom divider — multi-layer rolling hills */
.hero-wave-bottom {
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  pointer-events: none;
  line-height: 0;
  z-index: 5;
}
.hero-wave-bottom svg {
  display: block;
  width: 100%;
  height: 100px;
}

/* Footer wave — sits between content and footer */
.footer-wave-top {
  line-height: 0;
  overflow: hidden;
  margin-bottom: -2px;
}
.footer-wave-top svg {
  display: block;
  width: 100%;
  height: 100px;
}
.site-footer { padding-top: 2.5rem !important; }

/* Inner page hero — compact banner */
.hero-inner {
  position: relative;
  overflow: hidden;
  background: #080808;
  min-height: 20vh;
  padding: 4rem 0 50px;
}
/* Ensure inner hero text is readable over any slide image */
.hero-inner h1,
.hero-inner h2,
.hero-inner p,
.portfolio-header h1,
.portfolio-header p {
  text-shadow: 0 2px 22px rgba(0,0,0,0.65), 0 1px 6px rgba(0,0,0,0.45);
}

/* Premium editorial font for all hero/inner-page headings */
.hero-inner h1,
.portfolio-header h1 {
  font-family: 'Playfair Display', 'Georgia', 'Times New Roman', serif;
  font-weight: 700;
  letter-spacing: -0.01em;
}

/* ============================================================
   HERO
   ============================================================ */
.hero-section {
  min-height: 72vh;
  width: 100%;
  margin: 0;
  background: #080808; /* neutral dark fallback — no blue, slider provides real bg */
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 90px; /* reserve space for wave */
}

/* Clean hero — pure slider, no content overlay */
.hero-clean {
  min-height: 65vh !important;
  padding-bottom: 90px;
  align-items: stretch;
}
.hero-clean .hs-bg,
.hero-clean .hs-slide { position: absolute; inset: 0; }

/* On mobile keep clean hero proportional */
@media (max-width: 767.98px) {
  .hero-clean { min-height: 55vh !important; padding-bottom: 70px; }
}
@media (max-width: 575.98px) {
  .hero-clean { min-height: 50vh !important; }
}

.hero-bg-grid {
  position: absolute;
  inset: 0;
  background-image: radial-gradient(rgba(255,255,255,0.055) 1px, transparent 1px);
  background-size: 30px 30px;
  pointer-events: none;
  z-index: 2;
}

.hero-glow {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  z-index: 2;
}
.hero-glow-1 {
  width: 650px; height: 650px;
  background: radial-gradient(circle, rgba(99,82,255,0.28) 0%, transparent 65%);
  top: -180px; right: -100px;
  filter: blur(80px);
}
.hero-glow-2 {
  width: 450px; height: 450px;
  background: radial-gradient(circle, rgba(6,182,212,0.18) 0%, transparent 65%);
  bottom: -80px; left: -60px;
  filter: blur(70px);
}

/* Hero quick-action chips (Contact / SMS / Login) */
.hero-quick-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.65rem;
  margin-bottom: 1.5rem;
  flex-wrap: wrap;
}
.hql-chip {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.42rem 1.1rem;
  border-radius: 50px;
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  text-decoration: none;
  border: 1.5px solid rgba(255,255,255,0.22);
  background: rgba(255,255,255,0.1);
  color: #fff;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  transition: background 0.2s, border-color 0.2s, transform 0.2s;
}
.hql-chip:hover {
  background: rgba(255,255,255,0.2);
  border-color: rgba(255,255,255,0.5);
  color: #fff;
  transform: translateY(-2px);
}
.hql-chip--sms {
  background: rgba(16,185,129,0.18);
  border-color: rgba(16,185,129,0.45);
  color: #6ee7b7;
}
.hql-chip--sms:hover {
  background: rgba(16,185,129,0.3);
  border-color: #10b981;
  color: #fff;
}
.hql-chip--login {
  background: rgba(99,102,241,0.18);
  border-color: rgba(99,102,241,0.45);
  color: #c7d2fe;
}
.hql-chip--login:hover {
  background: rgba(99,102,241,0.35);
  border-color: #6366f1;
  color: #fff;
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: rgba(255,255,255,0.10);
  color: rgba(255,255,255,0.92);
  padding: 0.38rem 1.05rem;
  border-radius: 50px;
  font-size: 0.77rem;
  font-weight: 600;
  margin-bottom: 1.15rem;
  border: 1px solid rgba(255,255,255,0.18);
  letter-spacing: 0.04em;
  text-transform: uppercase;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.hero-badge-dot {
  width: 7px; height: 7px;
  border-radius: 50%;
  background: #34d399;
  flex-shrink: 0;
  box-shadow: 0 0 8px rgba(52,211,153,0.7);
}

.hero-highlight {
  display: inline;
  font-style: italic;
  background: linear-gradient(135deg, #fde68a 0%, #fbbf24 45%, #f59e0b 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  filter: drop-shadow(0 0 16px rgba(251,191,36,0.28));
}

.hero-title {
  font-family: 'Playfair Display', 'Georgia', 'Times New Roman', serif;
  font-size: clamp(2rem, 5vw, 3.6rem);
  font-weight: 700;
  color: #fff;
  line-height: 1.10;
  margin-bottom: 1rem;
  letter-spacing: -0.01em;
  text-shadow: 0 2px 28px rgba(0,0,0,0.55), 0 1px 6px rgba(0,0,0,0.4);
  max-width: 600px;
}

.hero-subtitle {
  font-size: 1rem;
  color: rgba(255,255,255,0.78);
  line-height: 1.70;
  margin-bottom: 1.75rem;
  max-width: 480px;
  text-align: center;
  hyphens: none;
  -webkit-hyphens: none;
}

/* Service chips row — replaces long subtitle paragraph */
.hero-services {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 1.75rem;
}
.hero-services span {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  background: rgba(255,255,255,0.12);
  border: 1px solid rgba(255,255,255,0.2);
  color: rgba(255,255,255,0.9);
  font-size: 0.8rem;
  font-weight: 500;
  padding: 0.35rem 0.85rem;
  border-radius: 50px;
  letter-spacing: 0.01em;
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
}
.hero-services span i { font-size: 0.78rem; opacity: 0.85; }

.hero-cta-group {
  display: flex;
  gap: 0.875rem;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 0;
}

.btn-hero-primary {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: #fff;
  color: var(--brand-primary) !important;
  font-weight: 700;
  padding: 0.85rem 1.75rem;
  border-radius: 50px;
  border: none;
  font-size: 0.925rem;
  transition: all var(--transition);
  box-shadow: 0 8px 30px rgba(0,0,0,0.2);
  text-decoration: none;
  white-space: nowrap;
}
.btn-hero-primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 15px 40px rgba(0,0,0,0.3);
}

.btn-hero-secondary {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: transparent;
  color: #fff !important;
  font-weight: 600;
  padding: 0.85rem 1.75rem;
  border-radius: 50px;
  border: 2px solid rgba(255,255,255,0.4);
  font-size: 0.925rem;
  transition: all var(--transition);
  text-decoration: none;
  white-space: nowrap;
}
.btn-hero-secondary:hover {
  background: rgba(255,255,255,0.1);
  border-color: #fff;
  transform: translateY(-3px);
}

/* Hero proof */
.hero-proof {
  display: flex;
  align-items: center;
  gap: 0.875rem;
  margin-top: 1.75rem;
}
.proof-avatars { display: flex; }
.proof-av {
  width: 34px; height: 34px;
  border-radius: 50%;
  background: linear-gradient(135deg, #a5b4fc, #c4b5fd);
  border: 2.5px solid rgba(255,255,255,0.2);
  display: flex; align-items: center; justify-content: center;
  font-size: 0.68rem; font-weight: 700; color: #4338ca;
  margin-left: -9px;
}
.proof-av:first-child { margin-left: 0; }
.proof-details { display: flex; flex-direction: column; gap: 0.1rem; }
.proof-stars i { color: #fbbf24; font-size: 0.78rem; }
.proof-stars strong { color: #fbbf24; font-size: 0.8rem; margin-left: 3px; }
.proof-text { font-size: 0.78rem; color: rgba(255,255,255,0.58); margin: 0; }

/* Hero dashboard mockup */
.hero-mockup {
  background: rgba(255,255,255,0.04);
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 50px 100px rgba(0,0,0,0.5), 0 0 0 1px rgba(255,255,255,0.06) inset;
}

.mockup-topbar {
  background: rgba(255,255,255,0.04);
  border-bottom: 1px solid rgba(255,255,255,0.07);
  padding: 0.875rem 1.25rem;
  display: flex;
  align-items: center;
  gap: 1rem;
}
.mockup-dots { display: flex; gap: 7px; align-items: center; }
.dot-red       { width:11px;height:11px;border-radius:50%;background:#ff5f57; }
.dot-yellow    { width:11px;height:11px;border-radius:50%;background:#febc2e; }
.dot-green-dot { width:11px;height:11px;border-radius:50%;background:#28c840; }
.mockup-url {
  flex: 1; text-align: center; font-size: 0.7rem;
  color: rgba(255,255,255,0.38);
  background: rgba(255,255,255,0.06);
  padding: 0.22rem 0.875rem;
  border-radius: 50px;
  border: 1px solid rgba(255,255,255,0.07);
  max-width: 190px; margin: 0 auto;
}
.mockup-live {
  font-size: 0.7rem; color: rgba(255,255,255,0.45);
  display: flex; align-items: center; gap: 4px; white-space: nowrap;
}
.mockup-body { padding: 1.25rem; color: #fff; }

.mkp-card {
  background: rgba(255,255,255,0.07);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 14px;
  padding: 1.25rem;
  height: 100%;
}
.mkp-revenue {
  background: linear-gradient(135deg, rgba(79,70,229,0.5) 0%, rgba(124,58,237,0.4) 100%);
  border-color: rgba(255,255,255,0.18);
  margin-bottom: 0.875rem;
}
.mkp-label { font-size: 0.66rem; text-transform: uppercase; letter-spacing: 0.09em; color: rgba(255,255,255,0.48); margin-bottom: 0.3rem; }
.mkp-value { font-size: 1.9rem; font-weight: 800; line-height: 1.1; letter-spacing: -0.02em; }
.mkp-trend { font-size: 0.72rem; margin-top: 0.35rem; }
.mkp-trend.up { color: #34d399; }
.mkp-icon-box {
  width: 44px; height: 44px;
  background: rgba(52,211,153,0.2); border-radius: 12px;
  display: flex; align-items: center; justify-content: center;
  font-size: 1.2rem; color: #34d399; flex-shrink: 0;
}
.mkp-bar-track { height: 4px; background: rgba(255,255,255,0.1); border-radius: 2px; overflow: hidden; }
.mkp-bar-fill { height: 100%; border-radius: 2px; background: linear-gradient(90deg, #34d399, #10b981); }
.mkp-status-dot { width: 8px; height: 8px; border-radius: 50%; background: #34d399; flex-shrink: 0; }
.mkp-small { font-size: 0.7rem; color: rgba(255,255,255,0.5); }
.mkp-stars i { color: #fbbf24; font-size: 0.7rem; }
.mkp-badges {
  display: flex; flex-wrap: wrap; gap: 0.4rem 1rem;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.07);
  border-radius: 10px; padding: 0.75rem 1rem; margin-top: 0.875rem;
}
.mkp-badges span { display: inline-flex; align-items: center; gap: 0.35rem; font-size: 0.76rem; color: rgba(255,255,255,0.7); }
.mkp-badges i { color: #34d399; }

/* Hero trust strip */
.hero-trust-strip {
  display: flex;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
  padding: 1rem 0 1.75rem;
  border-top: 1px solid rgba(255,255,255,0.07);
  margin-top: 0.5rem;
}
.trust-label { font-size: 0.68rem; color: rgba(255,255,255,0.28); text-transform: uppercase; letter-spacing: 0.12em; white-space: nowrap; }
.trust-chips { display: flex; gap: 0.5rem; flex-wrap: wrap; }
.trust-chips span {
  display: inline-flex; align-items: center; gap: 0.35rem;
  font-size: 0.76rem; color: rgba(255,255,255,0.42);
  padding: 0.27rem 0.75rem;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 50px;
  transition: all var(--transition);
}
.trust-chips span:hover { color: rgba(255,255,255,0.75); background: rgba(255,255,255,0.09); }

/* ============================================================
   HERO V2 — SPLIT LAYOUT WITH DASHBOARD MOCKUP
   ============================================================ */

/* Background mesh gradient — sits above slider images, below content */
.hero-v2-bg {
  position: absolute; inset: 0; z-index: 1;
  background:
    radial-gradient(ellipse 80% 60% at 60% -10%, rgba(99,82,255,0.35) 0%, transparent 60%),
    radial-gradient(ellipse 50% 50% at -5% 60%, rgba(6,182,212,0.22) 0%, transparent 55%),
    radial-gradient(ellipse 60% 70% at 100% 100%, rgba(124,58,237,0.2) 0%, transparent 55%),
    linear-gradient(160deg, #07051a 0%, #0d0b2e 40%, #080620 100%);
}

/* Animated grid lines */
.hero-v2-grid {
  position: absolute; inset: 0; z-index: 2;
  background-image:
    linear-gradient(rgba(255,255,255,0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.04) 1px, transparent 1px);
  background-size: 60px 60px;
}

/* Extra glow for V2 */
.hero-glow-3 {
  width: 350px; height: 350px;
  background: radial-gradient(circle, rgba(16,185,129,0.12) 0%, transparent 70%);
  bottom: 20px; right: 30%;
  filter: blur(60px);
  position: absolute; border-radius: 50%; pointer-events: none; z-index: 2;
}

/* ── Right-side visual wrapper ───────────────────────────── */
.hero-v2-visual {
  position: relative;
  padding: 20px 20px 20px 0;
}

/* ── Browser / app window mockup ────────────────────────── */
.hv2-browser {
  background: rgba(15,12,40,0.75);
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 18px;
  overflow: hidden;
  box-shadow:
    0 40px 80px rgba(0,0,0,0.6),
    0 0 0 1px rgba(255,255,255,0.06) inset,
    0 0 80px rgba(99,82,255,0.12);
  transform: perspective(1200px) rotateY(-4deg) rotateX(2deg);
  transition: transform 0.4s ease;
}
.hv2-browser:hover {
  transform: perspective(1200px) rotateY(-1deg) rotateX(1deg);
}

.hv2-topbar {
  background: rgba(255,255,255,0.04);
  border-bottom: 1px solid rgba(255,255,255,0.08);
  padding: 10px 16px;
  display: flex; align-items: center; gap: 10px;
}
.hv2-url {
  flex: 1; text-align: center;
  font-size: 0.68rem; color: rgba(255,255,255,0.35);
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 50px; padding: 3px 14px;
  max-width: 220px; margin: 0 auto;
}
.hv2-secure { font-size: 0.75rem; color: #34d399; }

/* ── Dashboard body ─────────────────────────────────────── */
.hv2-body { display: flex; height: 310px; overflow: hidden; }

.hv2-sidebar {
  width: 44px; flex-shrink: 0;
  background: rgba(255,255,255,0.03);
  border-right: 1px solid rgba(255,255,255,0.06);
  padding: 14px 8px; display: flex; flex-direction: column; gap: 8px;
}
.hv2-nav-dot {
  width: 28px; height: 28px; border-radius: 8px;
  background: rgba(255,255,255,0.07);
}
.hv2-nav-dot.active {
  background: linear-gradient(135deg, #4f46e5, #7c3aed);
  box-shadow: 0 4px 12px rgba(79,70,229,0.45);
}

.hv2-main { flex: 1; padding: 14px; overflow: hidden; }

/* ── Top stat cards ─────────────────────────────────────── */
.hv2-stats { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 8px; margin-bottom: 12px; }
.hv2-stat {
  border-radius: 10px; padding: 10px;
  border: 1px solid rgba(255,255,255,0.1);
}
.hv2-stat-blue   { background: linear-gradient(135deg, rgba(79,70,229,0.4), rgba(99,102,241,0.2)); }
.hv2-stat-green  { background: linear-gradient(135deg, rgba(16,185,129,0.35), rgba(5,150,105,0.15)); }
.hv2-stat-orange { background: linear-gradient(135deg, rgba(245,158,11,0.35), rgba(217,119,6,0.15)); }
.hv2-stat-lbl { font-size: 0.55rem; color: rgba(255,255,255,0.45); text-transform: uppercase; letter-spacing: 0.07em; }
.hv2-stat-val { font-size: 0.95rem; font-weight: 800; color: #fff; line-height: 1.2; margin-top: 2px; }
.hv2-stat-up  { font-size: 0.58rem; color: #34d399; margin-top: 2px; }

/* ── Bar chart ──────────────────────────────────────────── */
.hv2-chart { margin-bottom: 12px; }
.hv2-chart-head { display: flex; justify-content: space-between; align-items: center; margin-bottom: 8px; }
.hv2-chart-title { font-size: 0.65rem; font-weight: 700; color: rgba(255,255,255,0.6); }
.hv2-chart-legend { display: flex; gap: 8px; }
.hv2-leg { display: flex; align-items: center; gap: 3px; font-size: 0.55rem; color: rgba(255,255,255,0.4); }
.hv2-leg-dot { width: 6px; height: 6px; border-radius: 50%; }
.hv2-bars { display: flex; align-items: flex-end; gap: 5px; height: 60px; }
.hv2-bar-group { display: flex; flex-direction: column; align-items: center; gap: 3px; flex: 1; }
.hv2-bar {
  width: 100%; border-radius: 4px 4px 0 0;
  background: linear-gradient(180deg, #4f46e5, #6366f1);
  animation: hv2-grow 1.2s ease both;
}
.hv2-bar.b2 { background: linear-gradient(180deg, #06b6d4, #22d3ee); }
.hv2-bar-lbl { font-size: 0.5rem; color: rgba(255,255,255,0.3); }
@keyframes hv2-grow {
  from { transform: scaleY(0); transform-origin: bottom; }
  to   { transform: scaleY(1); transform-origin: bottom; }
}

/* ── Mini table ─────────────────────────────────────────── */
.hv2-table { border: 1px solid rgba(255,255,255,0.07); border-radius: 8px; overflow: hidden; }
.hv2-table-row {
  display: flex; align-items: center; gap: 8px;
  padding: 6px 10px;
  border-bottom: 1px solid rgba(255,255,255,0.05);
  font-size: 0.6rem; color: rgba(255,255,255,0.55);
}
.hv2-table-row:last-child { border-bottom: none; }
.hv2-table-row.head { background: rgba(255,255,255,0.04); font-weight: 700; color: rgba(255,255,255,0.35); font-size: 0.55rem; text-transform: uppercase; letter-spacing: 0.07em; }
.hv2-tr-dot { width: 6px; height: 6px; border-radius: 50%; flex-shrink: 0; }
.hv2-tr-name { flex: 1; font-weight: 600; color: rgba(255,255,255,0.8); }
.hv2-tr-amt  { font-weight: 700; color: #34d399; }
.hv2-tr-badge {
  font-size: 0.5rem; padding: 1px 6px; border-radius: 20px; font-weight: 700;
  background: rgba(52,211,153,0.15); color: #34d399; border: 1px solid rgba(52,211,153,0.3);
}
.hv2-tr-badge.pending { background: rgba(251,191,36,0.15); color: #fbbf24; border-color: rgba(251,191,36,0.3); }

/* ── Floating notification cards ────────────────────────── */
.hv2-float {
  position: absolute;
  background: rgba(15,12,40,0.85);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(255,255,255,0.14);
  border-radius: 12px;
  padding: 10px 14px;
  display: flex; align-items: center; gap: 9px;
  font-size: 0.76rem; font-weight: 700; color: #fff;
  box-shadow: 0 12px 40px rgba(0,0,0,0.45);
  white-space: nowrap;
  z-index: 10;
}
.hv2-float-icon {
  width: 32px; height: 32px; border-radius: 9px;
  display: flex; align-items: center; justify-content: center;
  font-size: 1rem; flex-shrink: 0;
}
.hv2-float-meta { font-size: 0.62rem; color: rgba(255,255,255,0.45); font-weight: 500; }

.hv2-f1 {
  top: -12px; right: 0px;
  animation: hv2-float-bob 3.5s ease-in-out infinite;
}
.hv2-f2 {
  bottom: 60px; right: -16px;
  animation: hv2-float-bob 4s ease-in-out infinite 0.8s;
}
.hv2-f3 {
  bottom: 0px; left: -14px;
  animation: hv2-float-bob 3.8s ease-in-out infinite 1.5s;
}

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

/* ── Pulsing online indicator ────────────────────────────── */
.hv2-online-badge {
  position: absolute; top: 20px; left: -18px;
  background: rgba(15,12,40,0.9);
  border: 1px solid rgba(52,211,153,0.4);
  border-radius: 50px; padding: 5px 12px;
  display: flex; align-items: center; gap: 6px;
  font-size: 0.7rem; font-weight: 700; color: #34d399;
  box-shadow: 0 4px 20px rgba(0,0,0,0.4);
  animation: hv2-float-bob 4.2s ease-in-out infinite 0.4s;
  white-space: nowrap;
}
.hv2-pulse-dot {
  width: 8px; height: 8px; border-radius: 50%;
  background: #34d399;
  animation: hv2-pulse 1.8s ease-in-out infinite;
  flex-shrink: 0;
}
@keyframes hv2-pulse {
  0%, 100% { box-shadow: 0 0 0 0 rgba(52,211,153,0.6); }
  50%       { box-shadow: 0 0 0 6px rgba(52,211,153,0); }
}

/* Left content alignment override for V2 */
.hero-v2 .hero-title { text-align: left; }
.hero-v2 .hero-subtitle { text-align: left; }
.hero-v2 .hero-services { justify-content: flex-start; }
.hero-v2 .hero-cta-group { justify-content: flex-start; }
.hero-v2 .hero-proof { justify-content: flex-start; }
.hero-v2 .hero-badge { text-align: left; }

/* Mobile: hide mockup, re-center text */
@media (max-width: 991.98px) {
  .hero-v2-visual { display: none !important; }
  .hero-v2 .hero-title,
  .hero-v2 .hero-subtitle,
  .hero-v2 .hero-services,
  .hero-v2 .hero-cta-group,
  .hero-v2 .hero-proof { text-align: center; justify-content: center; }
}

/* ============================================================
   STATS SECTION
   ============================================================ */
.stats-section {
  background: #fff;
  border-bottom: 1px solid var(--border-color);
  padding: 0;
}

.stat-card {
  text-align: center;
  padding: 2.75rem 1.25rem;
  border-right: 1px solid var(--border-color);
  transition: background var(--transition);
  width: 100%;
}
.stat-card:hover { background: rgba(79,70,229,0.025); }
.stat-card-last  { border-right: none; }

.stat-icon-wrap { font-size: 1.5rem; color: var(--brand-primary); margin-bottom: 0.65rem; opacity: 0.7; }
.stat-num {
  font-size: 2.6rem; font-weight: 800; color: var(--text-dark);
  line-height: 1; margin-bottom: 0.35rem; letter-spacing: -0.03em;
}
.stat-slash { font-size: 1.6rem; color: var(--brand-primary); }
.stat-lbl { font-size: 0.72rem; color: var(--text-muted); font-weight: 600; letter-spacing: 0.06em; text-transform: uppercase; }

/* ============================================================
   SECTION COMMON
   ============================================================ */
.section-padding    { padding: 3.5rem 0; }
.section-padding-sm { padding: 2.5rem 0; }

.section-header { text-align: center; margin-bottom: 3rem; }

.section-badge {
  display: inline-block;
  background: rgba(79,70,229,0.1);
  color: var(--brand-primary);
  padding: 0.32rem 0.95rem;
  border-radius: 50px;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 0.875rem;
}

.section-title {
  font-size: clamp(1.6rem, 4vw, 2.4rem);
  font-weight: 800;
  color: var(--text-dark);
  line-height: 1.25;
  margin-bottom: 0.875rem;
  letter-spacing: -0.02em;
}

.section-subtitle {
  font-size: 1rem;
  color: var(--text-muted);
  max-width: 560px;
  margin: 0 auto;
  line-height: 1.75;
}

/* ============================================================
   SERVICE CARDS
   ============================================================ */
.service-card {
  background: #fff;
  border: 1.5px solid var(--border-color);
  border-radius: var(--radius);
  padding: 1.75rem 1.5rem;
  transition: all var(--transition);
  height: 100%;
  position: relative;
  overflow: hidden;
}
.service-card::before {
  content: '';
  position: absolute; top: 0; left: 0; right: 0;
  height: 4px;
  background: var(--brand-gradient);
  transform: scaleX(0); transform-origin: left;
  transition: transform var(--transition);
}
.service-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); border-color: transparent; }
.service-card:hover::before { transform: scaleX(1); }

.service-icon {
  width: 54px; height: 54px;
  border-radius: 13px;
  background: rgba(79,70,229,0.08);
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 1.1rem; font-size: 1.4rem;
  color: var(--brand-primary); transition: all var(--transition);
}
.service-card:hover .service-icon { background: var(--brand-gradient); color: #fff; transform: rotate(-5deg) scale(1.05); }

.service-card h4 { font-size: 1rem; font-weight: 700; color: var(--text-dark); margin-bottom: 0.625rem; }
.service-card p { font-size: 0.875rem; color: var(--text-muted); line-height: 1.75; margin-bottom: 1.25rem; }

.service-link {
  color: var(--brand-primary); font-weight: 600; font-size: 0.85rem;
  text-decoration: none; display: inline-flex; align-items: center; gap: 0.35rem;
  transition: gap var(--transition);
}
.service-link:hover { gap: 0.7rem; color: var(--brand-primary-dark); }

/* Service colour variants */
.si-indigo  { background: rgba(79,70,229,0.09)  !important; color: #4f46e5 !important; }
.si-cyan    { background: rgba(6,182,212,0.1)   !important; color: #0891b2 !important; }
.si-emerald { background: rgba(16,185,129,0.1)  !important; color: #059669 !important; }
.si-amber   { background: rgba(245,158,11,0.1)  !important; color: #d97706 !important; }

.service-card:hover .si-indigo  { background: #4f46e5 !important; color: #fff !important; }
.service-card:hover .si-cyan    { background: #0891b2 !important; color: #fff !important; }
.service-card:hover .si-emerald { background: #059669 !important; color: #fff !important; }
.service-card:hover .si-amber   { background: #d97706 !important; color: #fff !important; }

/* ============================================================
   HOW IT WORKS
   ============================================================ */
.how-it-works-section { background: var(--bg-light); }

.process-connector {
  position: absolute;
  top: 68px;
  left: calc(16.67% + 2rem);
  right: calc(16.67% + 2rem);
  height: 2px;
  background: linear-gradient(90deg, transparent 0%, var(--brand-primary) 30%, var(--brand-secondary) 70%, transparent 100%);
  opacity: 0.18;
  z-index: 0;
  pointer-events: none;
}

.process-card {
  background: #fff;
  border: 1.5px solid var(--border-color);
  border-radius: var(--radius-lg);
  padding: 2.25rem 1.75rem;
  text-align: center;
  position: relative;
  z-index: 1;
  height: 100%;
  transition: all var(--transition);
}
.process-card:hover,
.process-card-featured {
  border-color: var(--brand-primary);
  box-shadow: 0 20px 50px rgba(79,70,229,0.12);
  transform: translateY(-6px);
}
.process-step-num {
  position: absolute; top: 1rem; right: 1.25rem;
  font-size: 3.75rem; font-weight: 900; line-height: 1;
  background: var(--brand-gradient);
  -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
  opacity: 0.12; pointer-events: none; letter-spacing: -0.04em;
}
.process-icon-ring {
  width: 72px; height: 72px; border-radius: 50%;
  background: rgba(79,70,229,0.08);
  border: 2px solid rgba(79,70,229,0.14);
  display: flex; align-items: center; justify-content: center;
  font-size: 1.75rem; color: var(--brand-primary);
  margin: 0 auto 1.25rem;
  transition: all var(--transition);
}
.process-card:hover .process-icon-ring,
.process-card-featured .process-icon-ring {
  background: var(--brand-gradient); border-color: transparent; color: #fff;
  box-shadow: 0 10px 30px rgba(79,70,229,0.35); transform: scale(1.05);
}
.process-title { font-size: 1.05rem; font-weight: 700; color: var(--text-dark); margin-bottom: 0.625rem; }
.process-desc { font-size: 0.875rem; color: var(--text-muted); line-height: 1.78; margin: 0; }

/* ============================================================
   WHY CHOOSE US
   ============================================================ */
.why-card {
  display: flex;
  gap: 0.875rem;
  align-items: flex-start;
  background: #fff;
  border: 1.5px solid var(--border-color);
  border-radius: var(--radius);
  padding: 1.2rem;
  height: 100%;
  transition: all var(--transition);
}
.why-card:hover {
  border-color: var(--brand-primary);
  box-shadow: 0 8px 30px rgba(79,70,229,0.1);
  transform: translateY(-3px);
}
.why-icon-wrap {
  width: 44px; height: 44px; border-radius: 10px;
  display: flex; align-items: center; justify-content: center;
  font-size: 1.15rem; flex-shrink: 0; transition: all var(--transition);
}
.why-ic-indigo { background: rgba(79,70,229,0.09); color: #4f46e5; }
.why-ic-emerald{ background: rgba(16,185,129,0.1); color: #059669; }
.why-ic-amber  { background: rgba(245,158,11,0.1); color: #d97706; }
.why-ic-red    { background: rgba(239,68,68,0.1);  color: #dc2626; }
.why-ic-violet { background: rgba(139,92,246,0.1); color: #7c3aed; }
.why-card:hover .why-icon-wrap { background: var(--brand-gradient); color: #fff; box-shadow: 0 4px 14px rgba(79,70,229,0.3); }
.why-title { font-size: 0.9rem; font-weight: 700; color: var(--text-dark); margin-bottom: 0.25rem; }
.why-desc { font-size: 0.81rem; color: var(--text-muted); line-height: 1.65; margin: 0; }

/* ============================================================
   PRICING CARDS
   ============================================================ */
.pricing-section { background: var(--bg-light); }

.pricing-card {
  background: #fff;
  border: 2px solid var(--border-color);
  border-radius: var(--radius-lg);
  padding: 2rem 1.625rem;
  transition: all var(--transition);
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.pricing-card.popular {
  border-color: var(--brand-primary);
  box-shadow: 0 12px 40px rgba(79,70,229,0.15);
  transform: translateY(-6px);
}
.pricing-card:hover { border-color: var(--brand-primary); box-shadow: 0 20px 60px rgba(79,70,229,0.15); }

.popular-badge {
  position: absolute; top: -13px; left: 50%; transform: translateX(-50%);
  background: var(--brand-gradient); color: #fff;
  padding: 0.28rem 1.2rem; border-radius: 50px;
  font-size: 0.7rem; font-weight: 700; white-space: nowrap;
  letter-spacing: 0.06em; text-transform: uppercase;
}

.pricing-name { font-size: 1.05rem; font-weight: 700; color: var(--text-dark); margin-bottom: 0.35rem; }
.pricing-desc { font-size: 0.82rem; color: var(--text-muted); margin-bottom: 0; line-height: 1.5; }

.pricing-price {
  margin: 1.25rem 0;
  padding: 1.1rem 0;
  border-top: 1px solid var(--border-color);
  border-bottom: 1px solid var(--border-color);
}
.pricing-currency { font-size: 0.9rem; font-weight: 600; color: var(--text-muted); vertical-align: top; margin-top: 0.3rem; display: inline-block; }
.pricing-amount { font-size: 2rem; font-weight: 800; color: var(--brand-primary); line-height: 1; letter-spacing: -0.02em; }
.pricing-period { font-size: 0.78rem; color: var(--text-muted); display: block; margin-top: 0.35rem; }

.pricing-features { list-style: none; padding: 0; margin: 1.1rem 0 1.75rem; flex: 1; }
.pricing-features li {
  padding: 0.45rem 0; font-size: 0.86rem; color: var(--text-dark);
  display: flex; align-items: flex-start; gap: 0.55rem;
  border-bottom: 1px solid var(--border-color);
}
.pricing-features li:last-child { border-bottom: none; }
.pricing-features li i { color: #10b981; font-size: 0.95rem; flex-shrink: 0; margin-top: 1px; }
.pricing-features li.not-included i { color: #d1d5db; }
.pricing-features li.not-included span { color: var(--text-muted); }

.btn-pricing {
  display: block; width: 100%; padding: 0.8rem;
  border-radius: 50px; font-weight: 700; font-size: 0.86rem;
  text-align: center; text-decoration: none; transition: all var(--transition);
  border: 2px solid var(--brand-primary);
  color: var(--brand-primary); background: transparent;
}
.btn-pricing:hover {
  background: var(--brand-gradient); border-color: transparent; color: #fff;
  transform: translateY(-2px); box-shadow: 0 8px 25px rgba(79,70,229,0.3);
}
.pricing-card.popular .btn-pricing {
  background: var(--brand-gradient); border-color: transparent; color: #fff;
  box-shadow: 0 8px 25px rgba(79,70,229,0.3);
}
.pricing-card.popular .btn-pricing:hover { transform: translateY(-2px); box-shadow: 0 12px 35px rgba(79,70,229,0.4); }

/* Package tabs */
.package-tabs-wrapper { display: flex; justify-content: center; gap: 0.5rem; margin-bottom: 2.5rem; flex-wrap: wrap; }
.package-tab {
  padding: 0.6rem 1.75rem; border-radius: 50px;
  border: 2px solid var(--brand-primary); color: var(--brand-primary);
  background: transparent; font-weight: 600; font-size: 0.875rem;
  cursor: pointer; transition: all var(--transition);
}
.package-tab.active,
.package-tab:hover {
  background: var(--brand-gradient); border-color: transparent; color: #fff;
}

/* ============================================================
   TESTIMONIALS
   ============================================================ */
.testimonials-section { background: #fff; }

.testimonial-card {
  background: #fff; border: 1.5px solid var(--border-color);
  border-radius: var(--radius); padding: 1.75rem;
  height: 100%; position: relative; transition: all var(--transition);
}
.testimonial-card:hover { border-color: var(--brand-primary); box-shadow: var(--shadow-md); }
.testimonial-quote-mark {
  font-size: 4rem; font-family: Georgia, 'Times New Roman', serif; line-height: 1;
  color: var(--brand-primary); opacity: 0.12; display: block;
  margin-bottom: -1.35rem; font-weight: 900;
}
.testimonial-featured {
  border-color: var(--brand-primary); box-shadow: 0 12px 40px rgba(79,70,229,0.12);
  transform: translateY(-6px);
}
.testimonial-featured .testimonial-quote-mark { opacity: 0.2; }
.testimonial-stars { color: #f59e0b; font-size: 0.82rem; margin-bottom: 0.875rem; letter-spacing: 0.1em; }
.testimonial-text { font-size: 0.9rem; color: var(--text-muted); line-height: 1.8; font-style: italic; margin-bottom: 1.25rem; }
.testimonial-author { display: flex; align-items: center; gap: 0.75rem; }
.testimonial-avatar {
  width: 44px; height: 44px; border-radius: 50%;
  background: var(--brand-gradient); display: flex; align-items: center; justify-content: center;
  color: #fff; font-weight: 700; font-size: 0.95rem; flex-shrink: 0;
}
.testimonial-name { font-weight: 700; color: var(--text-dark); font-size: 0.875rem; }
.testimonial-role { color: var(--text-muted); font-size: 0.78rem; }

/* ============================================================
   PARTNERS LOGO TICKER
   ============================================================ */
.pt-section {
  background: #fff;
  border-top: 1px solid #e8eaf0;
  border-bottom: 1px solid #e8eaf0;
  padding: 0;
  overflow: hidden;
  position: relative;
}
/* Fade edges */
.pt-section::before,
.pt-section::after {
  content: '';
  position: absolute; top: 0; bottom: 0; width: 120px; z-index: 2;
  pointer-events: none;
}
.pt-section::before { left: 0;  background: linear-gradient(to right, #fff 0%, transparent 100%); }
.pt-section::after  { right: 0; background: linear-gradient(to left,  #fff 0%, transparent 100%); }

.pt-label {
  text-align: center;
  padding: 18px 0 0;
  font-size: .7rem; font-weight: 700;
  letter-spacing: .9px; text-transform: uppercase;
  color: #94a3b8;
}

.pt-viewport {
  overflow: hidden;
  padding: 16px 0 20px;
}

/* Infinite scroll track — translateX(-50%) = scroll one full copy width */
.pt-track {
  display: flex;
  width: max-content;
  animation: pt-scroll 32s linear infinite;
  gap: 0;
}
.pt-track:hover { animation-play-state: paused; }

@keyframes pt-scroll {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}

/* Each logo card */
.pt-item {
  display: inline-flex; flex-direction: column;
  align-items: center; justify-content: center;
  gap: 8px;
  padding: 12px 28px;
  cursor: default;
  min-width: 150px;
  transition: opacity .2s;
  border-right: 1px solid #f0f2f5;
}
.pt-track:hover .pt-item           { opacity: .45; }
.pt-track:hover .pt-item:hover     { opacity: 1; }

/* Real logo image */
.pt-item img {
  height: 44px; max-width: 120px;
  object-fit: contain; object-position: center;
  filter: grayscale(55%) opacity(.72);
  transition: filter .25s, transform .2s;
  display: block;
}
.pt-item:hover img {
  filter: grayscale(0%) opacity(1);
  transform: scale(1.1);
}

/* Text-only badge fallback */
.pt-badge {
  height: 40px; min-width: 80px;
  display: inline-flex; align-items: center; justify-content: center;
  border-radius: 10px;
  font-size: .82rem; font-weight: 900;
  letter-spacing: .5px; padding: 0 14px;
  transition: transform .2s, box-shadow .2s;
}
.pt-item:hover .pt-badge { transform: scale(1.07); box-shadow: 0 4px 14px rgba(0,0,0,.1); }
.pt-badge-government    { background: #eef2ff; color: #3730a3; }
.pt-badge-bank          { background: #f0fdf4; color: #166534; }
.pt-badge-telecom       { background: #fef3c7; color: #92400e; }
.pt-badge-ngo           { background: #fff7ed; color: #9a3412; }
.pt-badge-international { background: #eff6ff; color: #1e40af; }
.pt-badge-tech          { background: #fdf4ff; color: #7e22ce; }
.pt-badge-other         { background: #f8fafc; color: #475569; }

/* Name below logo */
.pt-item-name {
  font-size: .68rem; font-weight: 600;
  color: #94a3b8; text-align: center;
  white-space: nowrap; max-width: 130px;
  overflow: hidden; text-overflow: ellipsis;
  transition: color .2s;
}
.pt-item:hover .pt-item-name { color: #4f46e5; }

/* Mobile */
@media (max-width: 767px) {
  .pt-item           { padding: 10px 18px; min-width: 120px; }
  .pt-item img       { height: 36px; max-width: 100px; }
  .pt-section::before,
  .pt-section::after { width: 50px; }
}

/* ============================================================
   CTA SECTION — WHITE PROFESSIONAL
   ============================================================ */
.cta-section {
  background: #fff;
  padding: 5.5rem 0 6rem;
  position: relative;
  overflow: hidden;
  border-top: 1px solid #f1f5f9;
}

/* Subtle ambient light orbs — visible on white */
.cta-orb { position: absolute; border-radius: 50%; pointer-events: none; z-index: 0; }
.cta-orb-1 {
  width: 700px; height: 700px;
  background: radial-gradient(circle, rgba(79,70,229,0.07) 0%, transparent 60%);
  top: -300px; right: -200px; filter: blur(90px);
}
.cta-orb-2 {
  width: 500px; height: 500px;
  background: radial-gradient(circle, rgba(6,182,212,0.06) 0%, transparent 60%);
  bottom: -200px; left: -150px; filter: blur(80px);
}

/* Branded icon circle */
.cta-icon-circle {
  width: 68px; height: 68px;
  background: var(--brand-gradient);
  border-radius: 22px;
  display: flex; align-items: center; justify-content: center;
  font-size: 1.6rem; color: #fff;
  box-shadow: 0 10px 30px rgba(79,70,229,0.32);
}

/* Badge */
.cta-badge {
  display: inline-flex; align-items: center; gap: 0.45rem;
  background: linear-gradient(135deg, #ede9fe, #e0e7ff);
  color: #4338ca;
  border: 1px solid rgba(99,102,241,0.22);
  border-radius: 50px;
  padding: 0.4rem 1.1rem;
  font-size: 0.74rem; font-weight: 700;
  letter-spacing: 0.06em; text-transform: uppercase;
  margin-bottom: 1.1rem;
}

/* Title */
.cta-title {
  font-size: clamp(1.75rem, 4.2vw, 2.75rem);
  font-weight: 800; color: #1e1b4b;
  margin-bottom: 1rem; letter-spacing: -0.03em; line-height: 1.2;
}
.cta-gradient-text {
  background: var(--brand-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* Subtitle */
.cta-subtitle {
  font-size: 1.05rem; color: #64748b;
  max-width: 520px; margin: 0 auto 2.5rem;
  line-height: 1.68;
}

/* Primary action button (new) */
.btn-cta-primary {
  display: inline-flex; align-items: center; gap: 0.5rem;
  background: var(--brand-gradient);
  color: #fff;
  padding: 0.9rem 2.1rem; border-radius: 50px;
  font-weight: 700; font-size: 0.96rem;
  text-decoration: none;
  box-shadow: 0 6px 22px rgba(79,70,229,0.38);
  border: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.btn-cta-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 32px rgba(79,70,229,0.5);
  color: #fff; text-decoration: none;
}

/* Outline action button (new) */
.btn-cta-outline {
  display: inline-flex; align-items: center; gap: 0.5rem;
  background: transparent;
  color: #4338ca;
  padding: 0.9rem 2.1rem; border-radius: 50px;
  font-weight: 700; font-size: 0.96rem;
  text-decoration: none;
  border: 2px solid rgba(79,70,229,0.28);
  transition: background 0.2s, border-color 0.2s, color 0.2s;
}
.btn-cta-outline:hover {
  background: rgba(79,70,229,0.06);
  border-color: #4f46e5;
  color: #4f46e5; text-decoration: none;
}

/* Fallback: override btn-hero-secondary when inside a cta-section (other pages) */
.cta-section .btn-hero-secondary {
  background: transparent !important;
  color: #4338ca !important;
  border: 2px solid rgba(79,70,229,0.28) !important;
  box-shadow: none !important; text-shadow: none !important;
}
.cta-section .btn-hero-secondary:hover {
  background: rgba(79,70,229,0.06) !important;
  border-color: #4f46e5 !important;
  color: #4f46e5 !important;
}

/* Trust indicators */
.cta-trust-row {
  display: flex; align-items: center; justify-content: center;
  gap: 1.1rem; flex-wrap: wrap;
  font-size: 0.82rem; color: #64748b;
}
.cta-trust-row span { display: flex; align-items: center; gap: 0.4rem; }
.cta-trust-row i { color: #10b981; }
.cta-trust-dot {
  width: 4px; height: 4px; border-radius: 50%;
  background: #cbd5e1; flex-shrink: 0;
}

/* ============================================================
   PAGE HERO (inner pages)
   ============================================================ */
.page-hero {
  background: var(--brand-gradient);
  padding: 3.5rem 0 2.25rem;
  position: relative;
  overflow: hidden;
}
.page-hero::before {
  content: '';
  position: absolute; inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg width='80' height='80' viewBox='0 0 80 80' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23ffffff' fill-opacity='0.025'%3E%3Cpath d='M40 40h40v40H40zm-40 0h40v40H0zm0-40h40v40H0zm40 0h40v40H40z'/%3E%3C/g%3E%3C/svg%3E");
  pointer-events: none;
}
.page-hero-title { font-size: clamp(1.75rem, 4.5vw, 2.75rem); font-weight: 800; color: #fff; margin-bottom: 0.875rem; letter-spacing: -0.02em; }
.page-hero-subtitle { font-size: 1rem; color: rgba(255,255,255,0.82); max-width: 560px; line-height: 1.75; }

.breadcrumb-web .breadcrumb-item,
.breadcrumb-web .breadcrumb-item a { color: rgba(255,255,255,0.65); text-decoration: none; font-size: 0.85rem; }
.breadcrumb-web .breadcrumb-item.active { color: #fff; }
.breadcrumb-web .breadcrumb-item + .breadcrumb-item::before { color: rgba(255,255,255,0.4); }

/* ============================================================
   ABOUT PAGE
   ============================================================ */
.value-card {
  background: #fff; border: 1.5px solid var(--border-color);
  border-radius: var(--radius); padding: 1.75rem 1.25rem;
  text-align: center; transition: all var(--transition); height: 100%;
}
.value-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-md); border-color: var(--brand-primary); }
.value-icon {
  width: 64px; height: 64px; border-radius: 50%;
  background: rgba(79,70,229,0.09);
  display: flex; align-items: center; justify-content: center;
  margin: 0 auto 1.1rem; font-size: 1.65rem; color: var(--brand-primary); transition: all var(--transition);
}
.value-card:hover .value-icon { background: var(--brand-gradient); color: #fff; }
.team-card { text-align: center; padding: 1.25rem; }
.team-avatar {
  width: 82px; height: 82px; border-radius: 50%;
  background: var(--brand-gradient);
  display: flex; align-items: center; justify-content: center;
  margin: 0 auto 0.875rem; font-size: 1.65rem; color: #fff; font-weight: 700;
  box-shadow: 0 8px 25px rgba(79,70,229,0.3);
}

/* ============================================================
   SERVICES PAGE
   ============================================================ */
.service-detail-card {
  background: #fff; border: 1.5px solid var(--border-color);
  border-radius: var(--radius); padding: 1.75rem;
  height: 100%; transition: all var(--transition);
}
.service-detail-card:hover { border-color: var(--brand-primary); box-shadow: var(--shadow-md); }
.process-step { text-align: center; padding: 1.25rem 0.875rem; }
.step-number {
  width: 52px; height: 52px; border-radius: 50%;
  background: var(--brand-gradient); color: #fff;
  font-size: 1.25rem; font-weight: 800;
  display: flex; align-items: center; justify-content: center;
  margin: 0 auto 0.875rem;
  box-shadow: 0 6px 20px rgba(79,70,229,0.3);
}

/* ============================================================
   CONTACT PAGE
   ============================================================ */
.contact-info-card {
  background: var(--brand-dark); border-radius: var(--radius-lg);
  padding: 2.25rem 1.75rem; color: rgba(255,255,255,0.8); height: 100%;
}
.contact-info-card h3 { color: #fff; font-size: 1.4rem; font-weight: 700; margin-bottom: 0.4rem; }
.contact-detail { display: flex; align-items: flex-start; gap: 0.875rem; margin-bottom: 1.25rem; }
.contact-detail-icon {
  width: 42px; height: 42px; border-radius: 10px;
  background: rgba(255,255,255,0.1);
  display: flex; align-items: center; justify-content: center;
  font-size: 1.05rem; color: #a5b4fc; flex-shrink: 0;
}
.contact-detail-text strong { display: block; color: #fff; font-size: 0.8rem; font-weight: 600; margin-bottom: 0.15rem; text-transform: uppercase; letter-spacing: 0.05em; }
.contact-detail-text span { font-size: 0.875rem; color: rgba(255,255,255,0.72); line-height: 1.5; }
.contact-form-card {
  background: #fff; border-radius: var(--radius-lg);
  padding: 2.25rem; box-shadow: var(--shadow-md);
  border: 1.5px solid var(--border-color);
}
.form-label-custom { font-size: 0.83rem; font-weight: 600; color: var(--text-dark); margin-bottom: 0.35rem; display: block; }
.form-control-custom,
.form-select-custom {
  border: 1.5px solid var(--border-color) !important;
  border-radius: 8px !important;
  padding: 0.72rem 1rem !important;
  font-size: 0.875rem !important;
  transition: all var(--transition) !important;
  color: var(--text-dark) !important;
  background-color: #fff !important;
}
.form-control-custom:focus,
.form-select-custom:focus {
  border-color: var(--brand-primary) !important;
  box-shadow: 0 0 0 3px rgba(79,70,229,0.1) !important;
}
.btn-submit {
  display: inline-flex; align-items: center; gap: 0.55rem;
  background: var(--brand-gradient); color: #fff; font-weight: 700;
  padding: 0.85rem 2.25rem; border-radius: 50px; border: none;
  font-size: 0.925rem; cursor: pointer; transition: all var(--transition);
  width: 100%; justify-content: center;
}
.btn-submit:hover { transform: translateY(-2px); box-shadow: 0 10px 30px rgba(79,70,229,0.35); }
.btn-submit:disabled { opacity: 0.7; transform: none; }

/* ============================================================
   FOOTER
   ============================================================ */
.site-footer { background: var(--brand-dark); color: rgba(255,255,255,0.65); padding: 4.5rem 0 0; }
.footer-brand { font-size: 1.25rem; font-weight: 800; color: #fff; margin-bottom: 0.875rem; display: flex; align-items: center; gap: 0.55rem; }
.footer-desc { font-size: 0.85rem; line-height: 1.8; color: rgba(255,255,255,0.52); margin-bottom: 1.25rem; }
.footer-social { display: flex; gap: 0.5rem; flex-wrap: wrap; }
.social-btn {
  width: 36px; height: 36px; border-radius: 9px;
  background: rgba(255,255,255,0.08);
  display: flex; align-items: center; justify-content: center;
  color: rgba(255,255,255,0.65); font-size: 0.9rem;
  text-decoration: none; transition: all var(--transition);
}
.social-btn:hover { background: var(--brand-primary); color: #fff; transform: translateY(-3px); }
.footer-heading { font-size: 0.7rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.12em; color: rgba(255,255,255,0.33); margin-bottom: 1.1rem; }
.footer-link { display: block; color: rgba(255,255,255,0.58); text-decoration: none; font-size: 0.85rem; padding: 0.28rem 0; transition: all var(--transition); }
.footer-link:hover { color: #fff; padding-left: 0.5rem; }
.footer-contact-item { display: flex; align-items: flex-start; gap: 0.7rem; margin-bottom: 0.875rem; font-size: 0.85rem; color: rgba(255,255,255,0.58); }
.footer-contact-item i { color: #818cf8; font-size: 0.9rem; margin-top: 2px; flex-shrink: 0; }
.footer-divider {
  border-top: 1px solid rgba(255,255,255,0.08);
  margin-top: 3.5rem; padding: 1.25rem 0;
  display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 0.5rem;
}
.footer-divider p { margin: 0; font-size: 0.8rem; color: rgba(255,255,255,0.36); }

/* ============================================================
   UTILITY BUTTON
   ============================================================ */
.btn-brand-pill {
  display: inline-flex; align-items: center; gap: 0.5rem;
  background: var(--brand-gradient); color: #fff !important;
  border: none; border-radius: 50px;
  padding: 0.85rem 2.1rem; font-weight: 700; font-size: 0.925rem;
  text-decoration: none; transition: all var(--transition);
}
.btn-brand-pill:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 30px rgba(79,70,229,0.35);
  color: #fff !important;
}

/* ============================================================
   ANIMATIONS
   ============================================================ */
@keyframes fadeInUp {
  from { opacity: 0; transform: translateY(24px); }
  to   { opacity: 1; transform: translateY(0); }
}
@keyframes floatY {
  0%, 100% { transform: translateY(0); }
  50%       { transform: translateY(-10px); }
}
.animate-fade-up { animation: fadeInUp 0.6s ease both; }
.animate-delay-1 { animation-delay: 0.1s; }
.animate-delay-2 { animation-delay: 0.22s; }
.animate-delay-3 { animation-delay: 0.34s; }
.animate-delay-4 { animation-delay: 0.46s; }
.float-anim      { animation: floatY 3.5s ease-in-out infinite; }

.text-brand         { color: var(--brand-primary) !important; }
.bg-gradient-brand  { background: var(--brand-gradient) !important; }

/* Hero row sizing — replaced by hero-center-content */
.hero-row {
  width: 100%;
  min-height: 44vh;
  padding-top: 2rem;
  padding-bottom: 1.5rem;
}

/* New centered content wrapper for hero */
.hero-center-content {
  width: 100%;
  min-height: 44vh;
  padding-top: 2.5rem;
  padding-bottom: 2rem;
  gap: 0;
}

/* Floating action chips — right-side column */
.hero-float-chips {
  position: absolute;
  right: 1.25rem;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
  z-index: 5;
  align-items: flex-end;
}

/* Secondary line of hero title (for Tanzania) */
.hero-title-sub {
  display: block;
  font-size: 0.82em;
  line-height: 1.15;
  margin-top: 0.08em;
}

/* Scroll reveal */
.reveal-on-scroll {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.55s ease, transform 0.55s ease;
}
.reveal-on-scroll.revealed { opacity: 1 !important; transform: translateY(0) !important; }

/* ============================================================
   RESPONSIVE — TABLET (≤ 991px)
   ============================================================ */
@media (max-width: 991.98px) {

  /* Hero */
  .hero-section { min-height: 60vh; padding: 1rem 0 90px; }
  .hero-visual   { display: none !important; }
  .hero-float-chips { right: 0.75rem; }
  .hero-center-content { min-height: 40vh; padding-top: 2rem; padding-bottom: 1.5rem; }

  /* Pricing */
  .pricing-card.popular   { transform: none; }
  .testimonial-featured   { transform: none; }

  /* Process connector */
  .process-connector { display: none !important; }

  /* Stats */
  .stat-card { border-right: none; border-bottom: 1px solid var(--border-color); text-align: center !important; width: 100% !important; }
  .stat-card-last { border-bottom: none; }

  /* Package tabs */
  .package-tab { padding: 0.5rem 1.25rem; font-size: 0.83rem; }

  /* Section padding */
  .section-padding    { padding: 3rem 0; }
  .section-padding-sm { padding: 2rem 0; }
  .section-header     { margin-bottom: 2.5rem; }
}

/* ============================================================
   RESPONSIVE — MOBILE (≤ 767px)
   ============================================================ */
@media (max-width: 767.98px) {

  /* Section spacing */
  .section-padding    { padding: 2.5rem 0; }
  .section-padding-sm { padding: 1.75rem 0; }
  .section-header     { margin-bottom: 1.75rem; }

  /* Hero — well-sized on phones, not full screen */
  .hero-section       { min-height: 68vh; padding: 0 0 80px; }
  .hero-wave-bottom svg,
  .footer-wave-top svg { height: 70px; }
  .hero-section .hs-dots { bottom: calc(70px + 0.5rem); }
  .hero-inner .hs-dots,
  .portfolio-header .hs-dots { bottom: calc(36px + 0.4rem); }
  .hero-inner { padding: 2.5rem 0 36px; min-height: 14vh; }
  .hero-row   { min-height: 0 !important; padding-top: 1.5rem !important; padding-bottom: 1rem !important; }
  /* On phones: chips move to top-right below navbar — no content overlap */
  .hero-float-chips {
    top: calc(var(--navbar-h) + 0.6rem);
    transform: none;
    right: 0.65rem;
    gap: 0.4rem;
  }
  .hero-float-chips .hql-chip { font-size: 0.74rem; padding: 0.34rem 0.8rem; }
  /* Push center content down so it clears the chips area */
  .hero-center-content {
    min-height: 0 !important;
    padding-top: 5.5rem !important;
    padding-bottom: 1rem !important;
    align-items: center !important;
  }
  .hero-badge { font-size: 0.68rem; padding: 0.3rem 0.8rem; margin-bottom: 0.7rem; }
  .hero-subtitle { font-size: 0.88rem; margin-bottom: 1.4rem; }
  .hero-title { max-width: 90%; }
  .hero-row > div:first-child { text-align: center; }
  .hero-badge         { font-size: 0.68rem; padding: 0.28rem 0.75rem; margin-bottom: 0.7rem; max-width: 80%; }
  .hero-title         { font-size: clamp(1.7rem, 6.5vw, 2.2rem) !important; margin-bottom: 0.75rem !important; max-width: 88%; }
  .hero-subtitle      { max-width: 85%; }
  .hero-subtitle      { font-size: 0.875rem; line-height: 1.65; margin-bottom: 1rem; max-width: 100%; hyphens: none; -webkit-hyphens: none; }
  .hero-services      { justify-content: center; gap: 0.4rem; margin-bottom: 1.25rem; }
  .hero-services span { font-size: 0.76rem; padding: 0.3rem 0.7rem; }
  .hero-cta-group     { flex-direction: column; align-items: center; gap: 0.55rem; }
  .btn-hero-primary,
  .btn-hero-secondary { width: 100%; max-width: 270px; justify-content: center; padding: 0.75rem 1.25rem; }
  .hero-proof         { justify-content: center; margin-top: 0.9rem; }
  .hero-trust-strip   { display: none; }

  /* Stats: 2×2 grid — fix Bootstrap col-6 width inside grid cells */
  .stats-section .row { display: grid !important; grid-template-columns: 1fr 1fr; }
  .stats-section .row > * { width: 100% !important; max-width: 100% !important; padding: 0 !important; }
  .stat-card {
    width: 100% !important;
    text-align: center !important;
    padding: 1.75rem 0.875rem !important;
    border-right: 1px solid var(--border-color) !important;
    border-bottom: 1px solid var(--border-color) !important;
  }
  /* Remove right border on even columns, bottom border on last row */
  .stat-card:nth-child(2n)   { border-right: none !important; }
  .stat-card:nth-child(3),
  .stat-card:nth-child(4)    { border-bottom: none !important; }
  .stat-card-last            { border-right: none !important; border-bottom: none !important; }
  .stat-num                  { font-size: 2rem; text-align: center !important; }
  .stat-icon-wrap            { font-size: 1.3rem; margin-bottom: 0.5rem; text-align: center !important; }
  .stat-lbl                  { text-align: center !important; }

  /* Process cards: stacked, arrow between them */
  .process-card       { padding: 1.75rem 1.25rem; }
  .process-icon-ring  { width: 62px; height: 62px; font-size: 1.5rem; }

  /* Why choose us full width cards */
  .why-card           { padding: 1rem; }
  .why-icon-wrap      { width: 40px; height: 40px; font-size: 1.05rem; }

  /* Pricing: remove popular lift on mobile */
  .pricing-card.popular { transform: none; }

  /* Testimonial: remove featured lift */
  .testimonial-featured { transform: none; }

  /* CTA section */
  .cta-section        { padding: 4rem 0 4.5rem; }
  .cta-trust-row      { gap: 0.9rem; font-size: 0.76rem; }
  .cta-subtitle       { font-size: 0.95rem; }

  /* Page hero inner pages */
  .page-hero          { padding: 6.5rem 0 3rem; }

  /* Contact form card */
  .contact-form-card  { padding: 1.5rem; }
  .contact-info-card  { padding: 1.75rem 1.25rem; margin-bottom: 0; }

  /* Footer */
  .site-footer        { padding-top: 3rem; }
  .footer-divider     { flex-direction: column; text-align: center; margin-top: 2.5rem; }
  .footer-divider p   { font-size: 0.76rem; }
  .footer-social      { justify-content: flex-start; }
}

/* ============================================================
   RESPONSIVE — SMALL PHONES (≤ 575px)
   ============================================================ */
@media (max-width: 575.98px) {

  /* Hero */
  .hero-section       { min-height: 65vh; }
  .hero-row           { padding-top: 2.5rem !important; padding-bottom: 0.75rem !important; }
  .hero-center-content { padding-top: 4.75rem !important; padding-bottom: 0.75rem !important; }
  .hero-title         { font-size: clamp(1.5rem, 7.5vw, 1.9rem) !important; line-height: 1.12; margin-bottom: 0.55rem !important; max-width: 88%; }
  .hero-float-chips   { right: 0.5rem; top: calc(var(--navbar-h) + 0.5rem); transform: none; gap: 0.36rem; }
  .hero-float-chips .hql-chip { font-size: 0.7rem; padding: 0.28rem 0.65rem; gap: 0.28rem; }
  .hero-services span { font-size: 0.72rem; padding: 0.25rem 0.6rem; }
  .hero-cta-group     { gap: 0.5rem; }
  .btn-hero-primary,
  .btn-hero-secondary { max-width: 255px; padding: 0.72rem 1rem; font-size: 0.875rem; }
  .hero-proof         { gap: 0.55rem; margin-top: 0.75rem; }
  .proof-text         { font-size: 0.72rem; }

  /* Section titles */
  .section-title      { font-size: 1.5rem; }
  .section-subtitle   { font-size: 0.9rem; }

  /* Stats */
  .stat-card      { text-align: center !important; width: 100% !important; }
  .stat-num       { font-size: 1.75rem; text-align: center !important; }
  .stat-lbl       { font-size: 0.68rem; text-align: center !important; }
  .stat-icon-wrap { text-align: center !important; }

  /* Service cards */
  .service-card       { padding: 1.375rem 1.1rem; }
  .service-card h4    { font-size: 0.95rem; }
  .service-card p     { font-size: 0.83rem; }

  /* Process */
  .process-card       { padding: 1.5rem 1rem; }
  .process-step-num   { font-size: 3rem; top: 0.75rem; right: 0.875rem; }
  .process-icon-ring  { width: 56px; height: 56px; font-size: 1.35rem; margin-bottom: 1rem; }
  .process-title      { font-size: 0.975rem; }

  /* Why cards */
  .why-card           { gap: 0.75rem; padding: 0.875rem; }

  /* Pricing */
  .pricing-card       { padding: 1.625rem 1.25rem; }
  .pricing-amount     { font-size: 1.75rem; }
  .package-tab        { padding: 0.45rem 1rem; font-size: 0.8rem; }

  /* Testimonials */
  .testimonial-card   { padding: 1.375rem; }
  .testimonial-quote-mark { font-size: 3.25rem; }

  /* CTA section buttons */
  .cta-section .d-flex { flex-direction: column !important; }
  .cta-section .btn-hero-primary,
  .cta-section .btn-hero-secondary,
  .btn-cta-primary, .btn-cta-outline { width: 100%; max-width: 280px; justify-content: center; }

  /* CTA trust row */
  .cta-trust-row      { flex-direction: column; gap: 0.6rem; }
  .cta-trust-dot      { display: none; }

  /* Contact */
  .contact-form-card  { padding: 1.25rem; }
  .btn-submit         { padding: 0.8rem 1.5rem; font-size: 0.875rem; }

  /* Footer */
  .footer-brand       { font-size: 1.1rem; }
  .footer-desc        { font-size: 0.82rem; }
  .footer-link        { font-size: 0.82rem; }
  .footer-contact-item { font-size: 0.82rem; }

  /* Page hero */
  .page-hero          { padding: 6rem 0 2.5rem; }
  .page-hero-title    { font-size: 1.625rem; }
  .page-hero-subtitle { font-size: 0.9rem; }

  /* Brand pill button full width in some contexts */
  .btn-brand-pill     { padding: 0.8rem 1.75rem; font-size: 0.875rem; }

  /* Why section CTA buttons */
  .why-section-cta { flex-direction: column !important; }
  .why-section-cta .btn-brand-pill,
  .why-section-cta .btn { width: 100% !important; justify-content: center; text-align: center; }
}

/* ============================================================
   ANNOUNCEMENT BAR — NewHope SMS Platform
   ============================================================ */
.announce-bar {
  position: fixed;
  top: 0; left: 0; right: 0;
  height: var(--announce-h);
  background: linear-gradient(90deg, #047857 0%, var(--sms-teal) 50%, var(--sms-cyan) 100%);
  z-index: 1060;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.announce-bar::before {
  content: '';
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(
    90deg,
    rgba(255,255,255,0.03) 0px,
    rgba(255,255,255,0.03) 1px,
    transparent 1px,
    transparent 40px
  );
  pointer-events: none;
}
.announce-inner {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-size: 0.845rem;
  font-weight: 600;
  color: #fff;
  letter-spacing: 0.01em;
  padding: 0 3rem;
  white-space: nowrap;
  overflow: hidden;
}
.announce-badge {
  background: rgba(255,255,255,0.2);
  border: 1px solid rgba(255,255,255,0.4);
  border-radius: 100px;
  padding: 0.18rem 0.7rem;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  flex-shrink: 0;
  animation: pulse-badge 2.5s infinite;
}
@keyframes pulse-badge {
  0%,100% { opacity: 1; }
  50%      { opacity: 0.7; }
}
.announce-text {
  overflow: hidden;
  text-overflow: ellipsis;
}
.announce-link {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  color: #fff;
  font-weight: 700;
  font-size: 0.82rem;
  text-decoration: none;
  background: rgba(255,255,255,0.18);
  border: 1px solid rgba(255,255,255,0.45);
  border-radius: 100px;
  padding: 0.22rem 0.9rem;
  transition: background var(--transition), transform var(--transition);
  flex-shrink: 0;
  white-space: nowrap;
}
.announce-link:hover {
  background: rgba(255,255,255,0.3);
  color: #fff;
  transform: translateX(2px);
  text-decoration: none;
}
.announce-close {
  position: absolute;
  right: 1rem;
  top: 50%; transform: translateY(-50%);
  background: none;
  border: none;
  color: rgba(255,255,255,0.7);
  font-size: 1rem;
  cursor: pointer;
  padding: 0.3rem;
  line-height: 1;
  transition: color var(--transition);
  z-index: 2;
}
.announce-close:hover { color: #fff; }

/* Push navbar below the bar */
body.has-announce .site-navbar         { top: var(--announce-h); }
body.has-announce .hero-row            { padding-top: calc(2rem + var(--announce-h)); }
body.has-announce .hero-center-content { padding-top: calc(2.5rem + var(--announce-h)); }
body.has-announce .page-hero           { padding-top: calc(7.5rem + var(--announce-h)); }

/* Navbar SMS pill button */
.btn-sms-nav {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  background: linear-gradient(135deg, var(--sms-green), var(--sms-teal));
  color: #fff !important;
  font-size: 0.8rem;
  font-weight: 700;
  padding: 0.35rem 0.9rem;
  border-radius: 100px;
  text-decoration: none;
  transition: opacity var(--transition), transform var(--transition);
  border: none;
}
.btn-sms-nav:hover {
  opacity: 0.9;
  transform: translateY(-1px);
  color: #fff !important;
}
.btn-sms-nav .sms-nav-dot {
  width: 6px; height: 6px;
  background: #86efac;
  border-radius: 50%;
  display: inline-block;
  animation: pulse-badge 1.8s infinite;
}

/* ============================================================
   SMS PROMO SECTION
   ============================================================ */
.sms-promo-section { background: var(--bg-light); }

.sms-promo-card {
  background: linear-gradient(135deg, #0a1628 0%, #0f2d40 40%, #0c2233 100%);
  border-radius: var(--radius-lg);
  padding: 3.5rem;
  position: relative;
  overflow: hidden;
  box-shadow: var(--shadow-lg);
}
.sms-promo-card::before {
  content: '';
  position: absolute;
  top: -80px; right: -80px;
  width: 400px; height: 400px;
  background: radial-gradient(circle, rgba(5,150,105,0.18) 0%, transparent 70%);
  pointer-events: none;
}
.sms-promo-card::after {
  content: '';
  position: absolute;
  bottom: -60px; left: -60px;
  width: 300px; height: 300px;
  background: radial-gradient(circle, rgba(8,145,178,0.15) 0%, transparent 70%);
  pointer-events: none;
}

.sms-promo-badge {
  display: inline-flex;
  align-items: center;
  background: linear-gradient(135deg, rgba(5,150,105,0.25), rgba(13,148,136,0.2));
  border: 1px solid rgba(52,211,153,0.35);
  color: #6ee7b7;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  padding: 0.28rem 0.8rem;
  border-radius: 100px;
  margin-bottom: 1.5rem;
}

.sms-promo-platform {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: #34d399;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  margin-bottom: 1rem;
}
.sms-promo-platform i { font-size: 1rem; }

.sms-promo-title {
  font-size: 2.4rem;
  font-weight: 800;
  color: #fff;
  line-height: 1.15;
  letter-spacing: -0.03em;
  margin-bottom: 1rem;
}
.sms-promo-highlight {
  background: linear-gradient(135deg, #34d399, #22d3ee);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.sms-promo-desc {
  color: rgba(255,255,255,0.65);
  font-size: 0.975rem;
  line-height: 1.75;
  margin-bottom: 1.75rem;
  max-width: 480px;
  text-align: left !important;
}

.sms-promo-features {
  list-style: none;
  padding: 0;
  margin: 0 0 2rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.6rem;
}
.sms-promo-features li {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: rgba(255,255,255,0.8);
  font-size: 0.875rem;
  font-weight: 500;
  text-align: left !important;
}
.sms-promo-features li i {
  color: #34d399;
  font-size: 1rem;
  flex-shrink: 0;
}

.sms-promo-cta {
  display: flex;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
}

.btn-sms-primary {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: linear-gradient(135deg, #059669, #0d9488);
  color: #fff;
  font-size: 0.925rem;
  font-weight: 700;
  padding: 0.8rem 1.75rem;
  border-radius: 100px;
  text-decoration: none;
  transition: opacity var(--transition), transform var(--transition), box-shadow var(--transition);
  box-shadow: 0 4px 20px rgba(5,150,105,0.4);
}
.btn-sms-primary:hover {
  opacity: 0.92;
  transform: translateY(-2px);
  box-shadow: 0 8px 28px rgba(5,150,105,0.5);
  color: #fff;
  text-decoration: none;
}

.btn-sms-secondary {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  color: rgba(255,255,255,0.75);
  font-size: 0.875rem;
  font-weight: 600;
  text-decoration: none;
  border: 1px solid rgba(255,255,255,0.2);
  padding: 0.75rem 1.5rem;
  border-radius: 100px;
  transition: all var(--transition);
}
.btn-sms-secondary:hover {
  color: #fff;
  border-color: rgba(255,255,255,0.45);
  background: rgba(255,255,255,0.07);
  text-decoration: none;
}

/* ============================================================
   NEW HOPE PORTAL — PHONE MOCKUP
   ============================================================ */
.nh-phone-wrap {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2rem 2rem 3rem;
}

.nh-phone-frame {
  position: relative;
  width: 272px;
  height: 560px;
  background: #0a0a0a;
  border-radius: 46px;
  padding: 10px;
  box-shadow:
    0 0 0 2px #1c1c1c,
    0 0 0 5px #080808,
    0 40px 90px rgba(0,0,0,0.55),
    0 10px 30px rgba(0,0,0,0.3),
    inset 0 0 0 1px rgba(255,255,255,0.07);
  transform: perspective(1000px) rotateY(-6deg) rotateX(2deg);
  transition: transform .4s ease;
}
.nh-phone-frame:hover {
  transform: perspective(1000px) rotateY(0deg) rotateX(0deg);
}

/* Volume + power side buttons */
.nh-phone-btn-vol {
  position: absolute;
  left: -4px;
  top: 108px;
  width: 4px;
  height: 36px;
  background: #1a1a1a;
  border-radius: 3px 0 0 3px;
  box-shadow: 0 50px 0 #1a1a1a;
}
.nh-phone-btn-power {
  position: absolute;
  right: -4px;
  top: 148px;
  width: 4px;
  height: 48px;
  background: #1a1a1a;
  border-radius: 0 3px 3px 0;
}

/* Screen */
.nh-phone-screen {
  width: 100%;
  height: 100%;
  border-radius: 38px;
  background: #f8fafc;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

/* Status bar */
.nh-status-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 7px 18px 0;
  font-size: 0.58rem;
  font-weight: 700;
  color: #0f172a;
  background: #f8fafc;
  flex-shrink: 0;
}
.nh-time { letter-spacing: 0.03em; }
.nh-status-icons {
  display: flex;
  gap: 3px;
  align-items: center;
  font-size: 0.62rem;
}

/* Notch */
.nh-notch {
  width: 88px;
  height: 18px;
  background: #0a0a0a;
  border-radius: 0 0 16px 16px;
  margin: 0 auto;
  flex-shrink: 0;
}

/* App header bar */
.nh-app-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 9px 13px 8px;
  background: #fff;
  border-bottom: 1px solid #f1f5f9;
  flex-shrink: 0;
}
.nh-app-logo {
  display: flex;
  align-items: center;
  gap: 5px;
  font-weight: 800;
  font-size: 0.78rem;
  color: #4f46e5;
  letter-spacing: -0.01em;
}
.nh-app-logo i { font-size: 0.85rem; }
.nh-app-header-actions { display: flex; align-items: center; gap: 8px; }
.nh-notif-bell { position: relative; font-size: 0.78rem; color: #64748b; }
.nh-notif-dot {
  position: absolute;
  top: -2px; right: -2px;
  width: 5px; height: 5px;
  border-radius: 50%;
  background: #ef4444;
  border: 1px solid #fff;
}
.nh-avatar {
  width: 22px; height: 22px;
  border-radius: 50%;
  background: linear-gradient(135deg, #4f46e5, #7c3aed);
  color: #fff;
  font-size: 0.58rem;
  font-weight: 800;
  display: flex; align-items: center; justify-content: center;
}

/* Welcome gradient strip */
.nh-welcome {
  background: linear-gradient(135deg, #4f46e5 0%, #7c3aed 100%);
  padding: 9px 13px;
  flex-shrink: 0;
}
.nh-welcome-title { font-size: 0.7rem; font-weight: 700; color: #fff; }
.nh-welcome-sub   { font-size: 0.58rem; color: rgba(255,255,255,0.65); margin-top: 1px; }

/* Stats row */
.nh-stats-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 5px;
  padding: 9px 9px 5px;
  flex-shrink: 0;
}
.nh-stat-card {
  border-radius: 10px;
  padding: 7px 5px;
  text-align: center;
}
.nh-stat-purple { background: #ede9fe; }
.nh-stat-green  { background: #dcfce7; }
.nh-stat-blue   { background: #dbeafe; }
.nh-stat-val    { font-size: 0.88rem; font-weight: 900; line-height: 1.15; }
.nh-stat-purple .nh-stat-val { color: #4338ca; }
.nh-stat-green  .nh-stat-val { color: #15803d; }
.nh-stat-blue   .nh-stat-val { color: #1d4ed8; }
.nh-stat-lbl {
  font-size: 0.52rem; font-weight: 700;
  color: #64748b; text-transform: uppercase; letter-spacing: .05em; margin-top: 2px;
}

/* Activity section */
.nh-section-title {
  font-size: 0.58rem; font-weight: 700;
  text-transform: uppercase; letter-spacing: .07em;
  color: #94a3b8;
  padding: 5px 13px 3px;
  flex-shrink: 0;
}
.nh-activity-list { padding: 0 9px; flex: 1; overflow: hidden; }
.nh-activity-item {
  display: flex; align-items: center; gap: 7px;
  padding: 6px 3px;
  border-bottom: 1px solid #f1f5f9;
}
.nh-activity-item:last-child { border-bottom: none; }
.nh-act-icon {
  width: 26px; height: 26px;
  border-radius: 8px;
  display: flex; align-items: center; justify-content: center;
  font-size: 0.68rem; flex-shrink: 0;
}
.nh-act-invoice { background: #ede9fe; color: #7c3aed; }
.nh-act-order   { background: #dcfce7; color: #15803d; }
.nh-act-sms     { background: #dbeafe; color: #1d4ed8; }
.nh-act-body    { flex: 1; min-width: 0; }
.nh-act-title {
  font-size: 0.62rem; font-weight: 700; color: #0f172a;
  white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}
.nh-act-sub { font-size: 0.55rem; color: #94a3b8; margin-top: 1px; }
.nh-act-badge {
  font-size: 0.48rem; font-weight: 800;
  padding: 2px 6px; border-radius: 20px;
  text-transform: uppercase; letter-spacing: .04em; flex-shrink: 0;
}
.nh-badge-paid { background: #dcfce7; color: #15803d; }
.nh-badge-new  { background: #ede9fe; color: #7c3aed; }
.nh-badge-sms  { background: #dbeafe; color: #1d4ed8; }

/* Bottom navigation */
.nh-bottom-nav {
  display: flex; justify-content: space-around; align-items: center;
  padding: 6px 4px 2px;
  background: #fff; border-top: 1px solid #f1f5f9; flex-shrink: 0;
}
.nh-nav-item {
  display: flex; flex-direction: column; align-items: center; gap: 1px;
  font-size: 0.48rem; color: #94a3b8;
  padding: 2px 5px; border-radius: 8px; cursor: default;
}
.nh-nav-item i { font-size: 0.85rem; }
.nh-nav-item.active       { color: #4f46e5; }
.nh-nav-item.active i     { color: #4f46e5; }

/* Android home indicator */
.nh-home-indicator {
  width: 70px; height: 3px; border-radius: 2px;
  background: #0f172a; margin: 3px auto 5px;
  opacity: 0.18; flex-shrink: 0;
}

/* Floating badges */
.nh-float-badge {
  position: absolute;
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 30px;
  padding: 6px 13px;
  font-size: 0.7rem; font-weight: 600; color: #0f172a;
  box-shadow: 0 6px 20px rgba(0,0,0,0.1);
  white-space: nowrap;
}
.nh-float-1 { bottom: 80px;  left: 0px;  }
.nh-float-2 { top: 130px;   right: -5px; }

/* ============================================================
   SMS Dashboard Mockup (kept for backward compat)
   ============================================================ */
/* SMS Dashboard Mockup */
.sms-mockup {
  position: relative;
  padding: 1rem;
}

.sms-mockup-screen {
  background: #0f172a;
  border-radius: 14px;
  border: 1px solid rgba(255,255,255,0.1);
  overflow: hidden;
  box-shadow: 0 25px 60px rgba(0,0,0,0.5);
}

.sms-screen-header {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  background: #1e293b;
  padding: 0.65rem 1rem;
  border-bottom: 1px solid rgba(255,255,255,0.07);
}
.sms-screen-dots {
  display: flex;
  gap: 5px;
}
.sms-screen-dots span {
  width: 9px; height: 9px;
  border-radius: 50%;
  background: #475569;
}
.sms-screen-dots span:first-child { background: #f87171; }
.sms-screen-dots span:nth-child(2) { background: #fbbf24; }
.sms-screen-dots span:nth-child(3) { background: #34d399; }
.sms-screen-url {
  font-size: 0.72rem;
  color: rgba(255,255,255,0.45);
  font-family: monospace;
}

.sms-screen-body { padding: 1.25rem; }

.sms-stat-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.75rem;
  margin-bottom: 1rem;
}
.sms-stat {
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 10px;
  padding: 0.75rem;
  text-align: center;
}
.sms-stat-num {
  font-size: 1.05rem;
  font-weight: 800;
  color: #34d399;
  line-height: 1.2;
}
.sms-stat-label {
  font-size: 0.65rem;
  color: rgba(255,255,255,0.45);
  margin-top: 0.2rem;
}

.sms-compose {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(52,211,153,0.2);
  border-radius: 10px;
  padding: 0.875rem;
  margin-bottom: 0.75rem;
}
.sms-compose-label {
  font-size: 0.65rem;
  font-weight: 700;
  color: #34d399;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
}
.sms-compose-to {
  font-size: 0.72rem;
  color: rgba(255,255,255,0.4);
  margin-bottom: 0.5rem;
}
.sms-compose-to span {
  color: rgba(255,255,255,0.7);
  font-weight: 600;
}
.sms-compose-msg {
  font-size: 0.75rem;
  color: rgba(255,255,255,0.6);
  line-height: 1.55;
  font-style: italic;
  margin-bottom: 0.65rem;
  text-align: left !important;
}
.sms-compose-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.sms-chars { font-size: 0.65rem; color: rgba(255,255,255,0.3); }
.sms-send-btn {
  background: linear-gradient(135deg, #059669, #0d9488);
  color: #fff;
  border: none;
  border-radius: 100px;
  padding: 0.28rem 0.85rem;
  font-size: 0.72rem;
  font-weight: 700;
  cursor: default;
}

.sms-delivery-row {
  display: flex;
  gap: 0.5rem;
}
.sms-delivery-item {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 0.35rem;
  font-size: 0.7rem;
  font-weight: 600;
  padding: 0.4rem 0.6rem;
  border-radius: 8px;
}
.sms-delivery-item.delivered {
  background: rgba(52,211,153,0.1);
  color: #34d399;
  border: 1px solid rgba(52,211,153,0.2);
}
.sms-delivery-item.pending {
  background: rgba(251,191,36,0.08);
  color: #fbbf24;
  border: 1px solid rgba(251,191,36,0.18);
}

/* Floating accent cards on mockup */
.sms-float-card {
  position: absolute;
  background: rgba(15,23,42,0.92);
  border: 1px solid rgba(52,211,153,0.25);
  border-radius: 40px;
  padding: 0.4rem 0.95rem;
  font-size: 0.75rem;
  font-weight: 600;
  color: #fff;
  display: flex;
  align-items: center;
  box-shadow: 0 8px 24px rgba(0,0,0,0.3);
  backdrop-filter: blur(8px);
  animation: floatY 3s ease-in-out infinite;
  white-space: nowrap;
}
.sms-float-1 {
  top: 0.5rem; right: -0.5rem;
  animation-delay: 0s;
}
.sms-float-2 {
  bottom: 2rem; left: -0.5rem;
  animation-delay: 1.2s;
}

/* Responsive adjustments */
@media (max-width: 991.98px) {
  body.has-announce .hero-row  { padding-top: calc(5.5rem + var(--announce-h)) !important; }
  body.has-announce .page-hero { padding-top: calc(6.5rem + var(--announce-h)); }
  .sms-promo-card              { padding: 2.5rem; }
  .sms-promo-title             { font-size: 1.9rem; }
}
@media (max-width: 767.98px) {
  body.has-announce .hero-row  { padding-top: calc(3.5rem + var(--announce-h)) !important; }
  .announce-badge              { display: none; }
  .announce-inner              { font-size: 0.78rem; gap: 0.5rem; padding: 0 2.5rem; }
  .sms-promo-card              { padding: 1.75rem 1.25rem; }
  .sms-promo-title             { font-size: 1.6rem; }
  .sms-promo-features          { grid-template-columns: 1fr; }
}
@media (max-width: 575.98px) {
  body.has-announce .hero-row  { padding-top: calc(3rem + var(--announce-h)) !important; }
  body.has-announce .page-hero { padding-top: calc(6rem + var(--announce-h)); }
  .announce-text               { display: none; }
  .sms-promo-cta               { flex-direction: column; align-items: flex-start; }
  .btn-sms-primary,
  .btn-sms-secondary           { width: 100%; justify-content: center; }
}

/* ============================================================
   TOUCH — minimum tap targets & hover suppression on touch
   ============================================================ */
@media (hover: none) and (pointer: coarse) {
  .service-card:hover   { transform: none; box-shadow: var(--shadow-sm); border-color: var(--border-color); }
  .service-card:hover::before { transform: scaleX(0); }
  .pricing-card:hover   { transform: none; }
  .testimonial-card:hover { border-color: var(--border-color); box-shadow: none; }
  .why-card:hover       { transform: none; box-shadow: none; border-color: var(--border-color); }
  .process-card:hover   { transform: none; box-shadow: none; border-color: var(--border-color); }
  .value-card:hover     { transform: none; box-shadow: none; border-color: var(--border-color); }
  .btn-hero-primary:hover,
  .btn-hero-secondary:hover { transform: none; }
  .btn-brand-pill:hover { transform: none; box-shadow: none; }
  .social-btn:hover     { transform: none; }
  .footer-link:hover    { padding-left: 0; }
  /* ensure all interactive links/buttons are min 44px tall */
  .nav-link-custom      { min-height: 44px; display: flex; align-items: center; }
  .btn-get-started,
  .btn-hero-primary,
  .btn-hero-secondary,
  .btn-brand-pill,
  .btn-submit,
  .btn-pricing          { min-height: 44px; }
}

/* ── Breadcrumbs ─────────────────────────────────────────────────────────── */
.breadcrumb-wrap {
  background: #f5f5ff;
  border-bottom: 1px solid rgba(79,70,229,.08);
  padding: .55rem 0;
  margin-top: calc(var(--navbar-h) + var(--announce-h, 0px));
}
.breadcrumb-wrap .breadcrumb {
  margin: 0;
  padding: 0;
  background: transparent;
  font-size: .8rem;
}
.breadcrumb-wrap .breadcrumb-item a {
  color: var(--primary);
  text-decoration: none;
  font-weight: 500;
}
.breadcrumb-wrap .breadcrumb-item a:hover { text-decoration: underline; }
.breadcrumb-wrap .breadcrumb-item.active  { color: var(--muted); }
.breadcrumb-wrap .breadcrumb-item + .breadcrumb-item::before {
  color: var(--muted);
  content: "›";
  font-size: .9rem;
}

/* adjust inner page headers that already account for navbar — breadcrumb adds ~2.5rem */
.breadcrumb-wrap + section { /* compensate: page headers use padding-top:7rem already */ }

/* ── Portfolio Page Header ───────────────────────────────────────────────── */
.portfolio-header {
  position: relative;
  background: #080808;
  padding: 3.5rem 0 50px;
  overflow: hidden;
  min-height: 20vh;
}
@media (max-width: 767.98px) {
  .portfolio-header { padding: 2.5rem 0 36px; min-height: 14vh; }
}
.portfolio-header-bg {
  position: absolute; inset: 0;
  background: none; /* removed blue gradient — slider image fills this */
  pointer-events: none;
  z-index: 2;
}

/* ── Category Filter Tabs ────────────────────────────────────────────────── */
.portfolio-filter-bar {
  background: #fff;
  border-bottom: 1px solid var(--border-color);
  padding: .75rem 0;
  position: sticky;
  top: var(--navbar-h);
  z-index: 90;
}
.pf-tabs {
  display: flex;
  gap: .5rem;
  flex-wrap: wrap;
  align-items: center;
}
.pf-tab {
  padding: .4rem 1.1rem;
  border-radius: 100px;
  font-size: .82rem;
  font-weight: 600;
  color: var(--text-muted);
  background: var(--light-bg);
  border: 1px solid var(--border-color);
  text-decoration: none;
  transition: all .2s;
  white-space: nowrap;
}
.pf-tab:hover {
  background: #ede9fe;
  color: var(--primary);
  border-color: #c4b5fd;
}
.pf-tab.active {
  background: var(--brand-gradient);
  color: #fff;
  border-color: transparent;
  box-shadow: 0 2px 8px rgba(79,70,229,.3);
}

/* ── Portfolio Grid ──────────────────────────────────────────────────────── */
.portfolio-grid-section {
  padding: 3.5rem 0 5rem;
  background: var(--light-bg);
}
.pf-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(340px, 1fr));
  gap: 1.75rem;
}

/* ── Portfolio Card ──────────────────────────────────────────────────────── */
.pf-card {
  background: #fff;
  border-radius: 18px;
  border: 1px solid var(--border-color);
  box-shadow: var(--shadow-sm);
  text-decoration: none;
  color: inherit;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  transition: transform .25s, box-shadow .25s, border-color .25s;
}
.pf-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 48px rgba(79,70,229,.14);
  border-color: #c4b5fd;
  color: inherit;
}
.pf-card-img-wrap {
  position: relative;
  aspect-ratio: 16/10;
  overflow: hidden;
  background: #f1f5f9;
}
.pf-card-img {
  width: 100%; height: 100%;
  object-fit: cover;
  object-position: top;
  transition: transform .4s;
}
.pf-card:hover .pf-card-img { transform: scale(1.04); }
.pf-card-img-placeholder {
  width: 100%; height: 100%;
  display: flex; align-items: center; justify-content: center;
  background: linear-gradient(135deg, #eef2ff 0%, #e0e7ff 100%);
}
.pf-placeholder-inner {
  display: flex; flex-direction: column; align-items: center; gap: 10px;
  text-align: center; padding: 1rem;
}
.pf-placeholder-domain {
  font-size: .75rem; font-weight: 600; color: #6366f1;
  background: rgba(99,102,241,.1); border-radius: 20px;
  padding: 4px 12px; word-break: break-all; max-width: 200px;
}
.pf-card-overlay {
  position: absolute; inset: 0;
  background: rgba(79,70,229,.72);
  display: flex; align-items: center; justify-content: center;
  opacity: 0; transition: opacity .25s;
}
.pf-card:hover .pf-card-overlay { opacity: 1; }
.pf-visit-btn {
  background: #fff;
  color: var(--primary);
  font-weight: 700;
  font-size: .9rem;
  padding: .55rem 1.4rem;
  border-radius: 100px;
  display: flex; align-items: center; gap: .35rem;
}
.pf-cat-badge {
  position: absolute;
  top: .75rem; left: .75rem;
  padding: .25rem .75rem;
  border-radius: 100px;
  font-size: .72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .03em;
  display: flex; align-items: center;
}
.pf-cat-website  { background: #dbeafe; color: #1d4ed8; }
.pf-cat-system   { background: #d1fae5; color: #065f46; }
.pf-cat-sms      { background: #d1fae5; color: #065f46; }
.pf-cat-mobile   { background: #ede9fe; color: #5b21b6; }
.pf-cat-other    { background: #fef3c7; color: #92400e; }

.pf-card-body {
  padding: 1.25rem 1.4rem 1.4rem;
  display: flex; flex-direction: column; flex: 1;
}
.pf-card-client {
  font-size: .75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .08em;
  color: var(--primary);
  margin-bottom: .3rem;
}
.pf-card-title {
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--text-dark);
  margin-bottom: .4rem;
  line-height: 1.35;
}
.pf-card-desc {
  font-size: .85rem;
  color: var(--text-muted);
  line-height: 1.55;
  margin-bottom: .75rem;
  flex: 1;
}
.pf-tags {
  display: flex; flex-wrap: wrap; gap: .35rem;
  margin-bottom: .75rem;
}
.pf-tag {
  background: #ede9fe;
  color: #5b21b6;
  font-size: .72rem;
  font-weight: 600;
  padding: .2rem .65rem;
  border-radius: 100px;
}
.pf-card-footer {
  display: flex; align-items: center; justify-content: space-between;
  border-top: 1px solid var(--border-color);
  padding-top: .75rem;
  margin-top: auto;
}
.pf-url-text {
  font-size: .75rem;
  color: var(--text-muted);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  flex: 1;
  min-width: 0;
}
.pf-arrow {
  width: 28px; height: 28px;
  background: var(--light-bg);
  border: 1px solid var(--border-color);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  color: var(--primary);
  font-size: .8rem;
  flex-shrink: 0;
  margin-left: .6rem;
  transition: background .2s, color .2s;
}
.pf-card:hover .pf-arrow {
  background: var(--primary);
  color: #fff;
  border-color: transparent;
}

/* ── Empty state ─────────────────────────────────────────────────────────── */
.pf-empty {
  text-align: center;
  padding: 5rem 1rem;
  display: flex; flex-direction: column; align-items: center; gap: 1rem;
}
.pf-empty h3 { font-size: 1.25rem; font-weight: 700; color: var(--text-dark); margin: 0; }
.pf-empty p  { color: var(--text-muted); margin: 0; }

/* ── Portfolio CTA ───────────────────────────────────────────────────────── */
.portfolio-cta-section { padding: 3.5rem 0 5rem; background: #fff; }
.portfolio-cta-card {
  background: var(--brand-gradient);
  border-radius: 20px;
  padding: 2.5rem 2.5rem;
}
.portfolio-cta-title {
  font-size: clamp(1.4rem,3vw,1.9rem);
  font-weight: 800;
  color: #fff;
  margin: 0 0 .5rem;
}
.portfolio-cta-sub {
  color: rgba(255,255,255,.85);
  margin: 0;
  font-size: .95rem;
}

/* ── Homepage Portfolio Showcase ─────────────────────────────────────────── */
.portfolio-showcase-section { background: #fff; }
.pf-showcase-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  gap: 1.5rem;
}
.pf-showcase-card {
  background: #fff;
  border-radius: 16px;
  border: 1px solid var(--border-color);
  box-shadow: var(--shadow-sm);
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  transition: transform .25s, box-shadow .25s;
}
.pf-showcase-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 14px 40px rgba(79,70,229,.13);
  color: inherit;
}
.pf-showcase-img-wrap {
  position: relative;
  aspect-ratio: 16/10;
  overflow: hidden;
  background: #f1f5f9;
}
.pf-showcase-img {
  width: 100%; height: 100%;
  object-fit: cover;
  object-position: top;
  transition: transform .4s;
}
.pf-showcase-card:hover .pf-showcase-img { transform: scale(1.04); }
.pf-showcase-img-placeholder {
  width: 100%; height: 100%;
  display: flex; align-items: center; justify-content: center;
  font-size: 2.5rem; color: #c7d2fe;
}
.pf-showcase-overlay {
  position: absolute; inset: 0;
  background: rgba(79,70,229,.7);
  display: flex; align-items: center; justify-content: center;
  opacity: 0; transition: opacity .25s;
}
.pf-showcase-card:hover .pf-showcase-overlay { opacity: 1; }
.pf-showcase-visit {
  background: #fff;
  color: var(--primary);
  font-weight: 700;
  font-size: .85rem;
  padding: .45rem 1.2rem;
  border-radius: 100px;
}
.pf-showcase-badge {
  position: absolute;
  top: .65rem; left: .65rem;
  padding: .2rem .65rem;
  border-radius: 100px;
  font-size: .7rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .04em;
}
.pf-showcase-body {
  padding: 1rem 1.2rem 1.2rem;
}
.pf-showcase-client {
  font-size: .7rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .08em;
  color: var(--primary);
  margin-bottom: .2rem;
}
.pf-showcase-title {
  font-size: .95rem;
  font-weight: 700;
  color: var(--text-dark);
  margin-bottom: .3rem;
}
.pf-showcase-desc {
  font-size: .82rem;
  color: var(--text-muted);
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* ── Responsive portfolio ────────────────────────────────────────────────── */
@media (max-width: 767px) {
  .pf-grid              { grid-template-columns: 1fr; }
  .pf-showcase-grid     { grid-template-columns: 1fr; }
  .portfolio-cta-card   { padding: 1.75rem 1.25rem; }
  .pf-showcase-card:hover,
  .pf-card:hover        { transform: none; }
}
@media (min-width: 768px) and (max-width:1023px) {
  .pf-grid              { grid-template-columns: repeat(2,1fr); }
  .pf-showcase-grid     { grid-template-columns: repeat(2,1fr); }
}
