/* ============================================================
   CALIFORNIA DIGITAL SOLUTIONS — ADVANCED HOMEPAGE ENHANCEMENTS
   advanced.css  |  v1.0  |  2026-09-08
   ============================================================ */

/* ── TOP ANNOUNCEMENT STRAP REMOVAL ── */
.ca-top-announcement { display: none !important; visibility: hidden !important; height: 0 !important; margin: 0 !important; padding: 0 !important; }

/* ── REVEAL & VISIBILITY GUARANTEES ── */
.reveal.visible,
.reveal.is-visible {
  opacity: 1 !important;
  transform: none !important;
  visibility: visible !important;
}
.timeline-step.visible,
.timeline-step.is-visible {
  opacity: 1 !important;
  transform: translateY(0) !important;
  visibility: visible !important;
}

/* ── HEADER NAVIGATION (CLEAN / SCENIC STYLE) ── */
#site-nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 80px;
  z-index: 1000;
  background: rgba(255, 255, 255, 0.94) !important;
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(226, 232, 240, 0.8) !important;
  transition: all 0.3s ease;
}

#site-nav.scrolled {
  background: rgba(6, 11, 24, 0.96) !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.35);
}

.nav-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 80px;
  gap: 2rem;
}

.nav-logo img {
  height: 52px;
  width: auto;
  object-fit: contain;
  transition: transform 0.25s ease;
}

#site-nav.scrolled .nav-logo {
  background: rgba(255, 255, 255, 0.96);
  padding: 4px 10px;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.18);
}

#site-nav.scrolled .nav-logo img {
  filter: none;
}

.cws-scenic-nav {
  display: flex;
  align-items: center;
  gap: 1.1rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.cws-scenic-nav-link {
  font-family: 'Plus Jakarta Sans', var(--font-display, sans-serif);
  font-size: 0.86rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #1e293b !important;
  text-decoration: none;
  padding: 0.4rem 0.2rem;
  transition: color 0.2s ease;
}

.cws-scenic-nav-link:hover {
  color: #0284c7 !important;
}

.cws-scenic-nav-sep {
  color: #cbd5e1;
  font-weight: 400;
  font-size: 0.85rem;
  user-select: none;
}

#site-nav.scrolled .cws-scenic-nav-link {
  color: #e2e8f0 !important;
}

#site-nav.scrolled .cws-scenic-nav-link:hover {
  color: #38bdf8 !important;
}

#site-nav.scrolled .cws-scenic-nav-sep {
  color: #475569;
}

.cws-nav-cta-btn {
  background: #0284c7;
  color: #ffffff !important;
  font-family: 'Plus Jakarta Sans', var(--font-display, sans-serif);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  padding: 0.6rem 1.25rem;
  border-radius: 8px;
  text-decoration: none;
  border: none;
  cursor: pointer;
  box-shadow: 0 4px 14px rgba(2, 132, 199, 0.3);
  transition: all 0.25s ease;
}

.cws-nav-cta-btn:hover {
  background: #0369a1;
  transform: translateY(-1px);
  box-shadow: 0 6px 18px rgba(2, 132, 199, 0.4);
}

.nav-phone {
  color: #334155 !important;
  font-weight: 700;
}

#site-nav.scrolled .nav-phone {
  color: #94a3b8 !important;
}

#site-nav.scrolled .nav-phone:hover {
  color: #38bdf8 !important;
}

/* ── SCENIC CALIFORNIA DESK HERO ── */
#hero.cws-scenic-hero, section#hero {
  position: relative;
  min-height: 94vh;
  padding-top: 105px;
  padding-bottom: 60px;
  display: flex;
  align-items: center;
  background: #ffffff url('../images/hero-california-desk.webp') no-repeat right center / cover !important;
  overflow: hidden;
}

/* Soft light gradient overlay on left for 100% crisp readability */
#hero.cws-scenic-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to right,
    #ffffff 0%,
    #ffffff 38%,
    rgba(255, 255, 255, 0.96) 48%,
    rgba(255, 255, 255, 0.75) 58%,
    rgba(255, 255, 255, 0.2) 72%,
    transparent 86%
  );
  pointer-events: none;
  z-index: 1;
}

#hero.cws-scenic-hero::after {
  display: none !important;
}

.cws-scenic-container {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 2rem;
}

.cws-scenic-content {
  max-width: 660px;
}

/* Eyebrow */
.cws-scenic-eyebrow {
  font-family: var(--font-body, 'Inter', sans-serif);
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: #64748b;
  margin-bottom: 1.15rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

/* Main Heading */
.cws-scenic-title {
  font-family: 'Plus Jakarta Sans', var(--font-display, sans-serif);
  font-size: clamp(2.4rem, 4.5vw, 4.1rem);
  font-weight: 900;
  line-height: 1.06;
  letter-spacing: -0.035em;
  color: #0b1528;
  margin-bottom: 1.35rem;
  text-transform: uppercase;
}

.cws-scenic-blue {
  color: #0284c7;
}

/* Subhead */
.cws-scenic-subhead {
  font-family: var(--font-body, 'Inter', sans-serif);
  font-size: clamp(1.05rem, 1.35vw, 1.2rem);
  line-height: 1.55;
  color: #334155;
  margin-bottom: 2.25rem;
  font-weight: 500;
  max-width: 580px;
}

/* 5 Circular Feature Icons */
.cws-scenic-pillars {
  display: flex;
  align-items: flex-start;
  gap: 1.35rem;
  margin-bottom: 2.5rem;
  flex-wrap: wrap;
}

.cws-pillar-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 0.6rem;
  text-decoration: none;
  width: 86px;
  transition: transform 0.25s cubic-bezier(0.16, 1, 0.3, 1);
}

.cws-pillar-item:hover {
  transform: translateY(-5px);
}

.cws-pillar-circle {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.12);
  transition: all 0.25s ease;
}

.cws-pillar-item:hover .cws-pillar-circle {
  box-shadow: 0 14px 26px rgba(0, 0, 0, 0.2);
  transform: scale(1.06);
}

.cws-pillar-blue {
  background: #0284c7;
}

.cws-pillar-green {
  background: #10b981;
}

.cws-pillar-red {
  background: #ef4444;
}

.cws-pillar-purple {
  background: #8b5cf6;
}

.cws-pillar-dark {
  background: #1e293b;
}

.cws-pillar-label {
  font-family: var(--font-body, 'Inter', sans-serif);
  font-size: 0.74rem;
  font-weight: 700;
  line-height: 1.25;
  color: #1e293b;
  letter-spacing: -0.01em;
  transition: color 0.2s ease;
}

.cws-pillar-item:hover .cws-pillar-label {
  color: #0284c7;
}

/* Action Buttons */
.cws-scenic-actions {
  display: flex;
  align-items: center;
  gap: 1.15rem;
  flex-wrap: wrap;
}

.cws-btn-get-consult {
  background: #0284c7;
  color: #ffffff !important;
  font-family: 'Plus Jakarta Sans', var(--font-display, sans-serif);
  font-size: 0.92rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  padding: 0.95rem 1.85rem;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  text-decoration: none;
  box-shadow: 0 10px 25px rgba(2, 132, 199, 0.35);
  transition: all 0.25s ease;
  border: none;
  cursor: pointer;
}

.cws-btn-get-consult:hover {
  background: #0369a1;
  transform: translateY(-2px);
  box-shadow: 0 14px 30px rgba(2, 132, 199, 0.45);
}

.cws-btn-view-work {
  background: #ffffff;
  color: #1e293b !important;
  font-family: 'Plus Jakarta Sans', var(--font-display, sans-serif);
  font-size: 0.92rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  padding: 0.95rem 1.85rem;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  border: 1.5px solid #cbd5e1;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.04);
  transition: all 0.25s ease;
}

.cws-btn-view-work:hover {
  border-color: #94a3b8;
  background: #f8fafc;
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
}

/* Mobile Responsiveness */
/* Mobile Hero Visual default (hidden on desktop) */
.cws-scenic-visual-mobile {
  display: none !important;
}
.nav-hamburger {
  display: none !important;
}

/* Mobile & Tablet Responsiveness */
@media (max-width: 991px) {
  #hero.cws-scenic-hero, section#hero {
    min-height: auto !important;
    padding-top: 105px !important;
    padding-bottom: 45px !important;
    background: linear-gradient(180deg, #f0f7ff 0%, #ffffff 45%, #f8fafc 100%) !important;
  }
  #hero.cws-scenic-hero::before {
    display: none !important;
  }
  /* Hide desktop menu bar and nav-right on mobile */
  .cws-scenic-nav,
  ul.nav-links.cws-scenic-nav,
  .nav-links,
  .cws-scenic-nav-sep,
  .nav-right {
    display: none !important;
  }

  html, body {
    overflow-x: hidden !important;
    max-width: 100vw !important;
  }
  #site-nav {
    padding: 0.5rem 0 !important;
    background: rgba(255, 255, 255, 0.96) !important;
    backdrop-filter: blur(12px) !important;
    -webkit-backdrop-filter: blur(12px) !important;
    border-bottom: 1px solid rgba(226, 232, 240, 0.8) !important;
  }
  #site-nav .container {
    padding: 0 1rem !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
  }
  .cws-scenic-container {
    padding: 0 1rem !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
  }
  .nav-inner {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    width: 100% !important;
  }
  .nav-logo {
    display: block !important;
    flex-shrink: 0 !important;
  }
  .nav-logo img {
    max-height: 40px !important;
    width: auto !important;
  }

  /* Sleek, interactive hamburger button */
  .nav-hamburger {
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 5px !important;
    width: 44px !important;
    height: 44px !important;
    padding: 8px !important;
    border-radius: 10px !important;
    background: rgba(2, 132, 199, 0.08) !important;
    border: 1px solid rgba(2, 132, 199, 0.2) !important;
    cursor: pointer !important;
    transition: all 0.25s ease !important;
    z-index: 1001 !important;
    margin-left: auto !important;
  }
  .nav-hamburger:hover, .nav-hamburger:active {
    background: rgba(2, 132, 199, 0.16) !important;
    border-color: rgba(2, 132, 199, 0.4) !important;
  }
  .nav-hamburger span {
    display: block !important;
    width: 22px !important;
    height: 2.5px !important;
    background: #0f172a !important;
    border-radius: 2px !important;
    transition: transform 0.3s ease, opacity 0.25s ease !important;
  }
  #site-nav.scrolled .nav-hamburger span {
    background: #0f172a !important;
  }
  /* Hamburger to X transition */
  .nav-hamburger.is-open span:nth-child(1),
  .nav-hamburger.open span:nth-child(1) {
    transform: translateY(7.5px) rotate(45deg) !important;
  }
  .nav-hamburger.is-open span:nth-child(2),
  .nav-hamburger.open span:nth-child(2) {
    opacity: 0 !important;
    transform: scaleX(0) !important;
  }
  .nav-hamburger.is-open span:nth-child(3),
  .nav-hamburger.open span:nth-child(3) {
    transform: translateY(-7.5px) rotate(-45deg) !important;
  }

  /* Mobile slide-in menu drawer */
  .mobile-menu {
    position: fixed !important;
    top: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    width: min(320px, 86vw) !important;
    background: #ffffff !important;
    border-left: 1px solid rgba(226, 232, 240, 0.9) !important;
    box-shadow: -10px 0 35px rgba(15, 23, 42, 0.2) !important;
    padding: 5rem 1.5rem 2.5rem !important;
    z-index: 1000 !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 0.35rem !important;
    transform: translateX(100%) !important;
    transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1) !important;
    overflow-y: auto !important;
  }
  .mobile-menu.is-open,
  .mobile-menu.open {
    transform: translateX(0) !important;
  }
  .mobile-menu a {
    font-family: 'Plus Jakarta Sans', var(--font-display, sans-serif) !important;
    font-size: 1.02rem !important;
    font-weight: 700 !important;
    color: #1e293b !important;
    text-decoration: none !important;
    padding: 0.7rem 0.85rem !important;
    border-radius: 8px !important;
    transition: all 0.2s ease !important;
    display: block !important;
  }
  .mobile-menu a:hover,
  .mobile-menu a.active {
    color: #0284c7 !important;
    background: rgba(2, 132, 199, 0.08) !important;
  }
  .mobile-cta {
    display: flex !important;
    flex-direction: column !important;
    gap: 0.75rem !important;
    margin-top: 1.25rem !important;
    padding-top: 1.25rem !important;
    border-top: 1px solid #e2e8f0 !important;
  }
  .mobile-cta .btn {
    width: 100% !important;
    justify-content: center !important;
    text-align: center !important;
    padding: 0.85rem 1.25rem !important;
    border-radius: 10px !important;
    font-weight: 700 !important;
    font-size: 0.95rem !important;
  }
  .mobile-cta .btn--primary {
    background: #0284c7 !important;
    color: #ffffff !important;
    box-shadow: 0 4px 14px rgba(2, 132, 199, 0.3) !important;
  }
  .mobile-cta .btn--secondary {
    background: #f8fafc !important;
    color: #0f172a !important;
    border: 1px solid #cbd5e1 !important;
  }
  .cws-scenic-content {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    text-align: left !important;
  }
  .cws-scenic-title {
    font-size: clamp(1.75rem, 6.5vw, 2.4rem) !important;
    line-height: 1.15 !important;
    color: #0f172a !important;
    margin-bottom: 1.25rem !important;
    word-break: break-word !important;
    overflow-wrap: break-word !important;
  }
  .cws-scenic-subhead {
    width: 100% !important;
    max-width: 100% !important;
    font-size: 1rem !important;
    line-height: 1.55 !important;
    color: #475569 !important;
    margin-bottom: 1.5rem !important;
  }
  .cws-scenic-pillars {
    display: grid !important;
    grid-template-columns: repeat(5, 1fr) !important;
    gap: 0.35rem !important;
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    margin-bottom: 1.75rem !important;
  }
  .cws-pillar-item {
    width: 100% !important;
    min-width: 0 !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    text-align: center !important;
  }
  .cws-pillar-circle {
    width: 44px !important;
    height: 44px !important;
    margin: 0 auto 0.35rem !important;
  }
  .cws-pillar-label {
    font-size: 0.62rem !important;
    line-height: 1.15 !important;
    color: #334155 !important;
    font-weight: 600 !important;
    text-align: center !important;
    word-break: break-word !important;
  }
  .cws-scenic-actions {
    display: flex !important;
    flex-direction: column !important;
    gap: 0.75rem !important;
    width: 100% !important;
    margin-bottom: 2rem !important;
  }
  .cws-btn-get-consult, .cws-btn-view-work {
    width: 100% !important;
    justify-content: center !important;
  }
  .cws-scenic-visual-mobile {
    display: block !important;
    width: 100% !important;
    margin-top: 1rem !important;
  }
  .cws-scenic-mobile-frame {
    position: relative !important;
    border-radius: 18px !important;
    overflow: hidden !important;
    border: 1px solid rgba(203, 213, 225, 0.9) !important;
    box-shadow: 0 16px 36px -6px rgba(15, 23, 42, 0.16) !important;
    background: #0f172a !important;
    aspect-ratio: 4 / 3 !important;
  }
  .cws-scenic-mobile-frame img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center !important;
    display: block !important;
  }
  .cws-scenic-mobile-badge {
    position: absolute !important;
    bottom: 12px !important;
    left: 12px !important;
    right: 12px !important;
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
    padding: 8px 14px !important;
    background: rgba(15, 23, 42, 0.88) !important;
    backdrop-filter: blur(12px) !important;
    -webkit-backdrop-filter: blur(12px) !important;
    border: 1px solid rgba(255, 255, 255, 0.15) !important;
    border-radius: 12px !important;
  }
  .cws-mobile-badge-icon {
    font-size: 1.1rem !important;
    flex-shrink: 0 !important;
  }
  .cws-mobile-badge-title {
    display: block !important;
    font-size: 0.78rem !important;
    font-weight: 700 !important;
    color: #ffffff !important;
  }
  .cws-mobile-badge-sub {
    display: block !important;
    font-size: 0.68rem !important;
    color: #94a3b8 !important;
  }
}

/* ── SCROLL PROGRESS BAR ── */
#scroll-progress {
  position: fixed; top: 0; left: 0; width: 0%; height: 2px;
  background: linear-gradient(90deg, #3b82f6, #06b6d4, #10b981);
  z-index: 9999; transition: width 0.1s linear;
}

/* ── CURSOR GLOW (desktop only) ── */
#cursor-glow {
  width: 300px; height: 300px; border-radius: 50%; position: fixed;
  pointer-events: none; transform: translate(-50%, -50%);
  background: radial-gradient(circle, rgba(59,130,246,0.04) 0%, transparent 70%);
  z-index: 0; display: none;
}
@media (hover: hover) { #cursor-glow { display: block; } }

/* ── SOCIAL PROOF BADGE IN HERO ── */
.hero-social-proof {
  display: inline-flex; align-items: center; gap: 0.75rem;
  background: rgba(13,21,38,0.8); border: 1px solid rgba(59,130,246,0.25);
  border-radius: 100px; padding: 0.5rem 1rem 0.5rem 0.5rem;
  margin-top: 1.5rem; backdrop-filter: blur(8px);
}
.hero-proof-avatars { display: flex; }
.hero-proof-avatar {
  width: 28px; height: 28px; border-radius: 50%; border: 2px solid var(--bg-base, #060b18);
  background: linear-gradient(135deg, #3b82f6, #10b981);
  display: flex; align-items: center; justify-content: center;
  font-size: 0.65rem; font-weight: 700; color: #fff; margin-left: -8px;
}
.hero-proof-avatar:first-child { margin-left: 0; }
.hero-proof-text { font-size: 0.78rem; color: rgba(148,163,184,1); line-height: 1.3; }
.hero-proof-text strong { color: #f1f5f9; }

/* ── TECH TICKER ── */
.tech-ticker-section {
  background: var(--bg-section, #080e1c); padding: 2rem 0;
  border-top: 1px solid rgba(30,41,59,1); border-bottom: 1px solid rgba(30,41,59,1);
  overflow: hidden; position: relative;
}
.tech-ticker-section::before, .tech-ticker-section::after {
  content: ''; position: absolute; top: 0; bottom: 0; width: 120px; z-index: 2;
}
.tech-ticker-section::before { left: 0; background: linear-gradient(to right, var(--bg-section, #080e1c), transparent); }
.tech-ticker-section::after { right: 0; background: linear-gradient(to left, var(--bg-section, #080e1c), transparent); }
.ticker-label {
  text-align: center; font-size: 0.68rem; font-weight: 600;
  letter-spacing: 0.2em; text-transform: uppercase; color: rgba(71,85,105,1); margin-bottom: 1rem;
}
.ticker-track {
  display: flex; gap: 3.5rem;
  animation: tickerScroll 30s linear infinite; width: max-content;
}
.ticker-track:hover { animation-play-state: paused; }
.ticker-item {
  display: flex; align-items: center; gap: 0.55rem;
  font-size: 0.82rem; font-weight: 600; color: rgba(100,116,139,1);
  white-space: nowrap; opacity: 0.75; transition: opacity 0.3s;
}
.ticker-item:hover { opacity: 1; }
.ticker-dot { width: 7px; height: 7px; border-radius: 50%; flex-shrink: 0; }
@keyframes tickerScroll { from { transform: translateX(0); } to { transform: translateX(-50%); } }

/* ── ADVANCED METRICS STRIP ── */
.metrics-strip-adv {
  background: linear-gradient(90deg, #080e1c 0%, rgba(13,21,38,0.9) 50%, #080e1c 100%);
  border-top: 1px solid rgba(30,41,59,1); border-bottom: 1px solid rgba(30,41,59,1);
  padding: 3.5rem 0; position: relative; overflow: hidden;
}
.metrics-strip-adv::before {
  content: ''; position: absolute; top: 0; left: 0; right: 0; height: 1px;
  background: linear-gradient(90deg, transparent, rgba(59,130,246,0.5), rgba(6,182,212,0.5), transparent);
}
.metrics-grid-adv { display: grid; grid-template-columns: repeat(5, 1fr); gap: 0; }
.metric-item-adv {
  text-align: center; padding: 1.5rem 1rem;
  border-right: 1px solid rgba(30,41,59,1); position: relative;
}
.metric-item-adv:last-child { border-right: none; }
.metric-item-adv::after {
  content: ''; position: absolute; bottom: 0; left: 50%; transform: translateX(-50%);
  width: 0; height: 2px; background: linear-gradient(90deg, #3b82f6, #06b6d4);
  transition: width 0.5s ease;
}
.metric-item-adv:hover::after { width: 60%; }
.metric-num-adv {
  font-family: var(--font-display, 'Plus Jakarta Sans', sans-serif);
  font-size: clamp(1.8rem, 3vw, 2.6rem); font-weight: 900;
  background: linear-gradient(135deg, #3b82f6 0%, #06b6d4 60%, #10b981 100%);
  -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
  line-height: 1; display: block; margin-bottom: 0.4rem;
}
.metric-label-adv { font-size: 0.76rem; color: rgba(71,85,105,1); font-weight: 500; line-height: 1.45; }

/* ── SERVICES BENTO GRID ── */
.services-bento { padding: 7rem 0; background: #060b18; }
.bento-eyebrow {
  display: inline-flex; align-items: center; gap: 0.5rem;
  font-size: 0.7rem; font-weight: 700; letter-spacing: 0.18em; text-transform: uppercase;
  color: #06b6d4; margin-bottom: 1rem;
}
.bento-eyebrow::before { content: ''; display: block; width: 20px; height: 2px; background: #06b6d4; border-radius: 2px; }
.bento-title {
  font-family: var(--font-display, 'Plus Jakarta Sans', sans-serif);
  font-size: clamp(2rem, 4vw, 3rem); font-weight: 800; color: #f1f5f9;
  margin-bottom: 1rem; line-height: 1.1;
}
.bento-subtitle { color: rgba(148,163,184,1); font-size: 1.05rem; max-width: 540px; line-height: 1.7; margin-bottom: 3.5rem; }
.bento-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.25rem;
}
.bento-card {
  background: #0d1526; border: 1px solid rgba(30,41,59,1);
  border-radius: 1.25rem; padding: 2rem; position: relative; overflow: hidden;
  transition: transform 0.35s cubic-bezier(0.23,1,0.32,1), border-color 0.35s, box-shadow 0.35s;
  display: flex; flex-direction: column;
}
.bento-card::before {
  content: ''; position: absolute; top: 0; left: 0; right: 0; height: 1px;
  background: linear-gradient(90deg, transparent, rgba(59,130,246,0.6), transparent);
  transform: scaleX(0); transition: transform 0.4s ease;
}
.bento-card:hover { transform: translateY(-5px); border-color: rgba(59,130,246,0.3); box-shadow: 0 20px 60px rgba(0,0,0,0.4), 0 0 0 1px rgba(59,130,246,0.1); }
.bento-card:hover::before { transform: scaleX(1); }
.bento-card--wide { grid-column: span 2; }

.bento-card-icon {
  width: 48px; height: 48px; border-radius: 12px;
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 1.25rem; font-size: 1.35rem;
}
.icon-bg-blue { background: rgba(59,130,246,0.15); }
.icon-bg-cyan { background: rgba(6,182,212,0.15); }
.icon-bg-emerald { background: rgba(16,185,129,0.15); }
.icon-bg-violet { background: rgba(139,92,246,0.15); }
.icon-bg-amber { background: rgba(245,158,11,0.15); }
.icon-bg-rose { background: rgba(239,68,68,0.15); }

.bento-card-label { font-size: 0.67rem; font-weight: 700; letter-spacing: 0.15em; text-transform: uppercase; color: #3b82f6; margin-bottom: 0.4rem; }
.bento-card-title { font-family: var(--font-display, 'Plus Jakarta Sans', sans-serif); font-size: 1.1rem; font-weight: 700; color: #f1f5f9; margin-bottom: 0.55rem; line-height: 1.3; }
.bento-card-desc { font-size: 0.86rem; color: rgba(148,163,184,1); line-height: 1.65; flex: 1; }
.bento-card-stat { display: inline-flex; align-items: baseline; gap: 0.3rem; margin-top: 1.25rem; }
.bento-stat-num {
  font-family: var(--font-display, 'Plus Jakarta Sans', sans-serif); font-size: 1.75rem; font-weight: 800;
  background: linear-gradient(135deg, #3b82f6, #06b6d4);
  -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}
.bento-stat-label { font-size: 0.76rem; color: rgba(71,85,105,1); }
.bento-tag-list { display: flex; flex-wrap: wrap; gap: 0.4rem; margin-top: 1rem; }
.bento-tag {
  font-size: 0.7rem; font-weight: 600; padding: 0.22rem 0.6rem; border-radius: 100px;
  background: rgba(59,130,246,0.1); color: #93c5fd; border: 1px solid rgba(59,130,246,0.2);
}
.bento-card--wide .bento-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 2rem; align-items: center; }
.bento-card--wide .bento-visual {
  background: rgba(59,130,246,0.05); border-radius: 0.75rem; padding: 1.5rem;
  text-align: center; border: 1px solid rgba(59,130,246,0.1);
}
.bento-metric-row { display: flex; gap: 1.5rem; margin-top: 1rem; flex-wrap: wrap; }
.bento-mini-metric { text-align: center; }
.bento-mini-num {
  font-family: var(--font-display, 'Plus Jakarta Sans', sans-serif); font-size: 1.35rem; font-weight: 800;
  background: linear-gradient(135deg, #10b981, #06b6d4);
  -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; display: block;
}
.bento-mini-lab { font-size: 0.68rem; color: rgba(71,85,105,1); }

/* ── WHY US COMPARISON ── */
.why-us-section { padding: 7rem 0; background: #080e1c; }
.comparison-grid { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 1.5rem; margin-top: 3.5rem; }
.comparison-card {
  border-radius: 1.25rem; padding: 2.5rem 2rem; border: 1px solid rgba(30,41,59,1);
  position: relative; overflow: hidden;
  transition: transform 0.35s, box-shadow 0.35s;
}
.comparison-card:hover { transform: translateY(-4px); box-shadow: 0 24px 60px rgba(0,0,0,0.35); }
.comparison-card--bad { background: rgba(239,68,68,0.04); border-color: rgba(239,68,68,0.15); }
.comparison-card--neutral { background: rgba(245,158,11,0.04); border-color: rgba(245,158,11,0.15); }
.comparison-card--us {
  background: linear-gradient(135deg, rgba(59,130,246,0.08), rgba(6,182,212,0.05));
  border-color: rgba(59,130,246,0.35);
  box-shadow: 0 0 0 1px rgba(59,130,246,0.15), 0 8px 40px rgba(59,130,246,0.1);
}
.comparison-card--us::after {
  content: '★ BEST CHOICE'; position: absolute; top: 0; right: 0;
  font-size: 0.58rem; font-weight: 800; letter-spacing: 0.12em; padding: 0.35rem 0.9rem;
  background: linear-gradient(135deg, #3b82f6, #06b6d4); color: #fff; border-bottom-left-radius: 0.75rem;
}
.comparison-icon { font-size: 2rem; margin-bottom: 1rem; display: block; }
.comparison-title { font-family: var(--font-display, 'Plus Jakarta Sans', sans-serif); font-size: 1.1rem; font-weight: 700; color: #f1f5f9; margin-bottom: 0.35rem; }
.comparison-sub { font-size: 0.8rem; color: rgba(71,85,105,1); margin-bottom: 1.5rem; }
.comparison-list { list-style: none; padding: 0; margin: 0; }
.comparison-list li {
  display: flex; align-items: flex-start; gap: 0.5rem;
  font-size: 0.84rem; color: rgba(148,163,184,1);
  padding: 0.4rem 0; border-bottom: 1px solid rgba(30,41,59,0.8);
}
.comparison-list li:last-child { border-bottom: none; }
.check-icon { font-size: 0.9rem; flex-shrink: 0; margin-top: 1px; }
.check-green { color: #10b981; }
.check-red { color: #ef4444; }
.check-yellow { color: #f59e0b; }

/* ── PROCESS TIMELINE ── */
.process-section { padding: 7rem 0; background: #060b18; overflow: hidden; }
.timeline-wrap { position: relative; margin-top: 4rem; }
.timeline-line { position: absolute; top: 38px; left: 0; right: 0; height: 2px; background: rgba(30,41,59,1); z-index: 0; }
.timeline-line-fill {
  height: 100%; width: 0%;
  background: linear-gradient(90deg, #3b82f6, #06b6d4, #10b981);
  border-radius: 2px; transition: width 1.5s cubic-bezier(0.23,1,0.32,1);
}
.timeline-steps {
  display: grid; grid-template-columns: repeat(5, 1fr); gap: 1rem;
  position: relative; z-index: 1;
}
.timeline-step {
  display: flex; flex-direction: column; align-items: center; text-align: center;
  opacity: 0; transform: translateY(20px);
  transition: opacity 0.5s ease, transform 0.5s ease;
}
.timeline-step.is-visible, .timeline-step.visible { opacity: 1 !important; transform: translateY(0) !important; }
.timeline-step:nth-child(1) { transition-delay: 0.1s; }
.timeline-step:nth-child(2) { transition-delay: 0.25s; }
.timeline-step:nth-child(3) { transition-delay: 0.4s; }
.timeline-step:nth-child(4) { transition-delay: 0.55s; }
.timeline-step:nth-child(5) { transition-delay: 0.7s; }
.timeline-node {
  width: 76px; height: 76px; border-radius: 50%;
  background: #0d1526; border: 2px solid rgba(30,41,59,1);
  display: flex; align-items: center; justify-content: center; font-size: 1.5rem;
  margin-bottom: 1.25rem; position: relative;
  transition: border-color 0.4s, box-shadow 0.4s, transform 0.4s;
}
.timeline-step:hover .timeline-node { border-color: #3b82f6; box-shadow: 0 0 0 6px rgba(59,130,246,0.1); transform: scale(1.08); }
.timeline-step-num {
  position: absolute; top: -6px; right: -6px; width: 22px; height: 22px;
  border-radius: 50%; background: linear-gradient(135deg, #3b82f6, #06b6d4);
  font-size: 0.62rem; font-weight: 800; color: #fff;
  display: flex; align-items: center; justify-content: center;
}
.timeline-step-title { font-family: var(--font-display, 'Plus Jakarta Sans', sans-serif); font-size: 0.88rem; font-weight: 700; color: #f1f5f9; margin-bottom: 0.35rem; }
.timeline-step-desc { font-size: 0.76rem; color: rgba(71,85,105,1); line-height: 1.55; max-width: 140px; }
.timeline-step-tag { font-size: 0.62rem; font-weight: 700; color: #06b6d4; text-transform: uppercase; letter-spacing: 0.1em; margin-top: 0.5rem; }

/* ── SOCIAL PROOF / REVIEWS TICKER ── */
.social-proof-section { padding: 5rem 0; background: #080e1c; overflow: hidden; }
.proof-header { text-align: center; margin-bottom: 3rem; }
.stars-row { display: flex; justify-content: center; gap: 0.25rem; margin-bottom: 0.75rem; font-size: 1.25rem; color: #f59e0b; }
.proof-rating-num {
  font-family: var(--font-display, 'Plus Jakarta Sans', sans-serif); font-size: 3rem; font-weight: 800;
  background: linear-gradient(135deg, #f59e0b, #fbbf24);
  -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
  line-height: 1; display: block; margin-bottom: 0.3rem;
}
.proof-rating-sub { font-size: 0.84rem; color: rgba(71,85,105,1); }
.reviews-ticker-wrap { overflow: hidden; }
.reviews-ticker {
  display: flex; gap: 1.25rem;
  animation: tickerScroll 40s linear infinite; width: max-content; padding: 0.5rem 0;
}
.reviews-ticker:hover { animation-play-state: paused; }
.review-card {
  background: #0d1526; border: 1px solid rgba(30,41,59,1);
  border-radius: 1rem; padding: 1.5rem 1.75rem; width: 310px; flex-shrink: 0;
  transition: transform 0.3s, border-color 0.3s;
}
.review-card:hover { transform: translateY(-3px); border-color: rgba(59,130,246,0.25); }
.review-stars { color: #f59e0b; font-size: 0.88rem; margin-bottom: 0.75rem; letter-spacing: 0.05em; }
.review-text { font-size: 0.84rem; color: rgba(148,163,184,1); line-height: 1.65; margin-bottom: 1rem; font-style: italic; }
.review-author { display: flex; align-items: center; gap: 0.75rem; }
.review-avatar {
  width: 36px; height: 36px; border-radius: 50%;
  background: linear-gradient(135deg, #3b82f6, #06b6d4);
  display: flex; align-items: center; justify-content: center;
  font-size: 0.78rem; font-weight: 700; color: #fff; flex-shrink: 0;
}
.review-name { font-size: 0.82rem; font-weight: 700; color: #f1f5f9; }
.review-role { font-size: 0.7rem; color: rgba(71,85,105,1); }

/* ── AURORA CTA ── */
#cta-main {
  position: relative; overflow: hidden;
  background: #060b18; padding: 8rem 0;
}
.cta-aurora { position: absolute; inset: 0; z-index: 0; pointer-events: none; }
.aurora-blob { position: absolute; border-radius: 50%; filter: blur(100px); animation: auroraMove 10s ease-in-out infinite; }
.aurora-blob-1 { width: 500px; height: 300px; background: rgba(59,130,246,0.18); top: -100px; left: 20%; animation-delay: 0s; }
.aurora-blob-2 { width: 400px; height: 400px; background: rgba(6,182,212,0.14); bottom: -120px; right: 15%; animation-delay: -4s; }
.aurora-blob-3 { width: 350px; height: 250px; background: rgba(139,92,246,0.1); top: 30%; left: 60%; animation-delay: -7s; }
@keyframes auroraMove {
  0%, 100% { transform: translate(0,0) scale(1); }
  40% { transform: translate(40px, -30px) scale(1.1); }
  70% { transform: translate(-30px, 20px) scale(0.95); }
}
#cta-main .container { position: relative; z-index: 1; }
.cta-inner-card {
  background: linear-gradient(135deg, rgba(13,21,38,0.92), rgba(8,14,28,0.96));
  border: 1px solid rgba(59,130,246,0.22); border-radius: 2rem; padding: 5rem 4rem; text-align: center;
  box-shadow: 0 0 0 1px rgba(59,130,246,0.1), 0 40px 120px rgba(0,0,0,0.5), inset 0 1px 0 rgba(255,255,255,0.04);
  backdrop-filter: blur(20px);
}
.cta-inner-card h2 { font-family: var(--font-display, 'Plus Jakarta Sans', sans-serif); font-size: clamp(1.9rem, 4vw, 3rem); font-weight: 800; color: #f1f5f9; margin-bottom: 1rem; line-height: 1.15; }
.cta-inner-card h2 span { background: linear-gradient(135deg, #3b82f6, #06b6d4); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
.cta-inner-card .lead { color: rgba(148,163,184,1); max-width: 560px; margin: 0 auto 2.5rem; font-size: 1.05rem; }
.cta-actions { display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; margin-bottom: 2rem; }
.cta-trust-row { display: flex; align-items: center; justify-content: center; gap: 2rem; flex-wrap: wrap; }
.cta-trust-item { display: flex; align-items: center; gap: 0.4rem; font-size: 0.8rem; color: rgba(71,85,105,1); }
.cta-trust-item::before { content: '✓'; color: #10b981; font-weight: 700; margin-right: 0.1rem; }

/* ── SECTION SECTION TITLE UTILITY ── */
.section-heading {
  font-family: var(--font-display, 'Plus Jakarta Sans', sans-serif);
  font-size: clamp(1.8rem, 3.5vw, 2.8rem); font-weight: 800; color: #f1f5f9;
  line-height: 1.1; margin-bottom: 0.75rem;
}
.section-heading span { background: linear-gradient(135deg, #3b82f6, #06b6d4); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
.section-eyebrow {
  display: inline-flex; align-items: center; gap: 0.5rem;
  font-size: 0.7rem; font-weight: 700; letter-spacing: 0.2em; text-transform: uppercase;
  color: #06b6d4; margin-bottom: 0.75rem;
}
.section-eyebrow::before { content: ''; display: block; width: 18px; height: 2px; background: #06b6d4; border-radius: 2px; }
.section-lead { color: rgba(148,163,184,1); font-size: 1rem; line-height: 1.7; max-width: 560px; margin-bottom: 3rem; }

/* ── RESPONSIVE ── */
@media (max-width: 1024px) {
  .bento-grid { grid-template-columns: repeat(2, 1fr); }
  .bento-card--wide { grid-column: span 2; }
  .comparison-grid { grid-template-columns: 1fr; max-width: 500px; margin-left: auto; margin-right: auto; }
  .timeline-steps { grid-template-columns: repeat(3, 1fr); }
  .metrics-grid-adv { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 768px) {
  .bento-grid { grid-template-columns: 1fr; }
  .bento-card--wide { grid-column: span 1; }
  .bento-card--wide .bento-inner { grid-template-columns: 1fr; }
  .timeline-steps { grid-template-columns: repeat(2, 1fr); }
  .timeline-line { display: none; }
  .metrics-grid-adv { grid-template-columns: repeat(2, 1fr); }
  .metric-item-adv { border-right: none !important; border-bottom: 1px solid rgba(30,41,59,1); }
  .metric-item-adv:last-child { border-bottom: none; }
  .cta-inner-card { padding: 3rem 1.5rem; }
  .services-bento { padding: 4.5rem 0; }
  .process-section { padding: 4.5rem 0; }
  .why-us-section { padding: 4.5rem 0; }
  .social-proof-section { padding: 3.5rem 0; }
}
@media (max-width: 480px) {
  .timeline-steps { grid-template-columns: 1fr; }
  .metrics-grid-adv { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 768px) {
  /* Fixes for Mobile Layout based on visual audit */
  .display-1 { font-size: clamp(2.2rem, 8vw, 3.5rem) !important; word-wrap: break-word; hyphens: auto; }
  .hero-actions { display: flex; flex-direction: column; width: 100%; gap: 1rem; }
  .hero-actions .btn { width: 100%; justify-content: center; }
  .hero-social-proof { flex-wrap: wrap; justify-content: center; text-align: center; }
  .timeline-steps { grid-template-columns: 1fr !important; }
}

/* ── DIGITAL PRESENCE SPOTLIGHT SECTION ── */
.cws-spotlight-section {
  padding: 5rem 0 2rem;
  background: #060b18;
  position: relative;
  overflow: hidden;
}
.cws-spotlight-card {
  background: linear-gradient(145deg, rgba(13, 21, 38, 0.95), rgba(7, 12, 26, 0.98));
  border: 1px solid rgba(59, 130, 246, 0.22);
  border-radius: 24px;
  padding: 3.5rem;
  box-shadow: 0 25px 60px -15px rgba(0, 0, 0, 0.7), 0 0 40px rgba(59, 130, 246, 0.08);
  position: relative;
  overflow: hidden;
}
.cws-spotlight-card::before {
  content: '';
  position: absolute;
  top: -120px;
  right: -120px;
  width: 350px;
  height: 350px;
  background: radial-gradient(circle, rgba(59, 130, 246, 0.15), transparent 70%);
  pointer-events: none;
}
.cws-spotlight-grid {
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  gap: 3.5rem;
  align-items: center;
}
.cws-spotlight-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 14px;
  border-radius: 999px;
  background: rgba(16, 185, 129, 0.1);
  border: 1px solid rgba(16, 185, 129, 0.3);
  color: #10b981;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-bottom: 1.25rem;
}
.spotlight-pulse {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #10b981;
  box-shadow: 0 0 0 0 rgba(16, 185, 129, 0.7);
  animation: pulse-green 2s infinite;
}
@keyframes pulse-green {
  0% { box-shadow: 0 0 0 0 rgba(16, 185, 129, 0.7); }
  70% { box-shadow: 0 0 0 8px rgba(16, 185, 129, 0); }
  100% { box-shadow: 0 0 0 0 rgba(16, 185, 129, 0); }
}
.cws-spotlight-title {
  font-size: clamp(1.85rem, 3.2vw, 2.75rem);
  font-weight: 800;
  line-height: 1.2;
  color: #fff;
  margin-bottom: 1.25rem;
  letter-spacing: -0.02em;
}
.cws-spotlight-title .text-gradient {
  background: linear-gradient(135deg, #60a5fa, #38bdf8, #34d399);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cws-spotlight-desc {
  font-size: 1.05rem;
  line-height: 1.7;
  color: #94a3b8;
  margin-bottom: 2rem;
}
.cws-spotlight-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  padding: 1.5rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  margin-bottom: 2rem;
}
.spotlight-stat-item {
  display: flex;
  flex-direction: column;
}
.spotlight-stat-num {
  font-size: 1.85rem;
  font-weight: 900;
  color: #fff;
  letter-spacing: -0.03em;
  line-height: 1.1;
  background: linear-gradient(135deg, #ffffff, #93c5fd);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.spotlight-stat-label {
  font-size: 0.8rem;
  font-weight: 600;
  color: #64748b;
  margin-top: 0.35rem;
  line-height: 1.35;
}
.cws-spotlight-features {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  margin-bottom: 2.25rem;
}
.spotlight-feat {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-size: 0.95rem;
  color: #cbd5e1;
  font-weight: 500;
}
.spotlight-feat svg {
  color: #10b981;
  flex-shrink: 0;
}
.cws-spotlight-media {
  position: relative;
}
.cws-spotlight-img-frame {
  position: relative;
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.6), 0 0 30px rgba(59, 130, 246, 0.15);
  background: #0d1526;
  aspect-ratio: 16 / 10;
}
.cws-spotlight-img-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}
.cws-spotlight-card:hover .cws-spotlight-img-frame img {
  transform: scale(1.03);
}
.cws-spotlight-floating-badge {
  position: absolute;
  bottom: 20px;
  left: 20px;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 18px;
  background: rgba(6, 11, 24, 0.88);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border: 1px solid rgba(59, 130, 246, 0.35);
  border-radius: 14px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
  z-index: 2;
}
.spotlight-badge-icon {
  width: 38px;
  height: 38px;
  border-radius: 10px;
  background: linear-gradient(135deg, rgba(59, 130, 246, 0.25), rgba(16, 185, 129, 0.25));
  border: 1px solid rgba(59, 130, 246, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.15rem;
}
.spotlight-badge-title {
  display: block;
  font-size: 0.88rem;
  font-weight: 700;
  color: #fff;
}
.spotlight-badge-sub {
  display: block;
  font-size: 0.74rem;
  color: #94a3b8;
}

@media (max-width: 992px) {
  .cws-spotlight-card { padding: 2rem 1.5rem; }
  .cws-spotlight-grid { grid-template-columns: 1fr; gap: 2.5rem; }
  .cws-spotlight-stats { grid-template-columns: 1fr; gap: 1rem; }
}

/* ── FAQ SECTION (SEO & RICH RESULTS) ── */
.cws-faq-section {
  padding: 6rem 0;
  background: #060b18;
  position: relative;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
}
.cws-faq-grid {
  max-width: 860px;
  margin: 3rem auto 0;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
.cws-faq-item {
  background: rgba(13, 21, 38, 0.7);
  border: 1px solid rgba(59, 130, 246, 0.18);
  border-radius: 16px;
  padding: 1.5rem 1.75rem;
  transition: all 0.3s ease;
}
.cws-faq-item[open] {
  background: rgba(13, 21, 38, 0.95);
  border-color: rgba(59, 130, 246, 0.45);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4), 0 0 20px rgba(59, 130, 246, 0.08);
}
.cws-faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 1.1rem;
  font-weight: 700;
  color: #fff;
  cursor: pointer;
  list-style: none;
  gap: 1.5rem;
}
.cws-faq-question::-webkit-details-marker {
  display: none;
}
.faq-icon {
  font-size: 1.5rem;
  font-weight: 300;
  color: #3b82f6;
  transition: transform 0.3s ease;
  flex-shrink: 0;
}
.cws-faq-item[open] .faq-icon {
  transform: rotate(45deg);
  color: #10b981;
}
.cws-faq-answer {
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  font-size: 0.98rem;
  line-height: 1.7;
  color: #94a3b8;
}



/* ============================================================
   SERVICES PAGE — FULL CSS (v20260909mob5)
   page-hero, stats-strip, service-catalog, solutions-grid
   ============================================================ */

/* ── PAGE HERO ─────────────────────────────────────────────── */
.page-hero {
  background: linear-gradient(135deg, #0a0e1a 0%, #0d1428 50%, #0a0e1a 100%);
  padding: 6rem 0 4rem;
  position: relative;
  overflow: hidden;
}
.page-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 60% 60% at 70% 50%, rgba(59,130,246,0.08) 0%, transparent 70%);
  pointer-events: none;
}
.page-hero-inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 1.5rem;
}
.page-hero-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: center;
}
.page-hero-body {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
.page-hero-img {
  border-radius: 1rem;
  overflow: hidden;
  box-shadow: 0 32px 80px rgba(0,0,0,0.5);
  aspect-ratio: 16/9;
}
.page-hero-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.breadcrumb {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.85rem;
  color: #64748b;
}
.breadcrumb a { color: #60a5fa; text-decoration: none; }
.breadcrumb a:hover { text-decoration: underline; }
.breadcrumb-sep { color: #334155; }

/* ── STATS STRIP ────────────────────────────────────────────── */
.stats-strip {
  background: rgba(15,23,42,0.95);
  border-top: 1px solid rgba(59,130,246,0.15);
  border-bottom: 1px solid rgba(59,130,246,0.15);
  padding: 2.5rem 0;
}
.stats-strip-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 1.5rem;
}
.stat-block { text-align: center; padding: 1rem; }
.stat-block-value {
  font-family: var(--font-display, 'Plus Jakarta Sans', sans-serif);
  font-size: clamp(1.8rem, 3vw, 2.5rem);
  font-weight: 900;
  background: linear-gradient(135deg, #60a5fa, #3b82f6);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  line-height: 1;
  margin-bottom: 0.5rem;
}
.stat-block-label { font-weight: 700; font-size: 0.9rem; color: #e2e8f0; margin-bottom: 0.25rem; }
.stat-block-desc { font-size: 0.78rem; color: #64748b; }

/* ── SERVICES QUICK SUBNAV ──────────────────────────────────── */
.services-quick-subnav-wrap {
  background: rgba(10,14,26,0.98);
  border-bottom: 1px solid rgba(59,130,246,0.12);
  position: sticky;
  top: 70px;
  z-index: 90;
}
.services-quick-subnav {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  overflow-x: auto;
  scrollbar-width: none;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0.6rem 1.5rem;
}
.services-quick-subnav::-webkit-scrollbar { display: none; }
.services-subnav-link {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.45rem 0.9rem;
  border-radius: 0.5rem;
  font-size: 0.82rem;
  font-weight: 600;
  color: #64748b;
  white-space: nowrap;
  transition: all 0.2s;
  text-decoration: none;
  border: 1px solid transparent;
}
.services-subnav-link:hover { color: #e2e8f0; background: rgba(59,130,246,0.08); }
.services-subnav-link.active { color: #60a5fa; background: rgba(59,130,246,0.12); border-color: rgba(59,130,246,0.25); }
.subnav-icon { font-size: 0.95rem; }

/* ── CATEGORY FILTER BAR ────────────────────────────────────── */
.category-filter-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  margin: 2rem 0 2.5rem;
  justify-content: center;
}
.subpage-category-btn {
  padding: 0.5rem 1.2rem;
  border-radius: 2rem;
  font-size: 0.85rem;
  font-weight: 600;
  cursor: pointer;
  border: 1px solid rgba(59,130,246,0.25);
  color: #64748b;
  background: rgba(15,23,42,0.6);
  transition: all 0.2s;
}
.subpage-category-btn:hover { color: #e2e8f0; border-color: rgba(59,130,246,0.5); background: rgba(59,130,246,0.08); }
.subpage-category-btn.active {
  background: linear-gradient(135deg, #3b82f6, #1d4ed8);
  border-color: transparent;
  color: #fff;
  box-shadow: 0 4px 15px rgba(59,130,246,0.3);
}

/* ── SERVICE CATALOG GRID ───────────────────────────────────── */
.service-catalog-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  margin-top: 1rem;
}
.service-catalog-item {
  background: rgba(15,23,42,0.7);
  border: 1px solid rgba(59,130,246,0.12);
  border-radius: 1rem;
  overflow: hidden;
  transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
}
.service-catalog-item:hover {
  transform: translateY(-6px);
  border-color: rgba(59,130,246,0.4);
  box-shadow: 0 20px 60px rgba(0,0,0,0.4);
}
.service-catalog-item.hidden { display: none; }
.service-catalog-img { width: 100%; aspect-ratio: 16/9; overflow: hidden; background: rgba(15,23,42,0.9); }
.service-catalog-img img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform 0.5s ease; }
.service-catalog-item:hover .service-catalog-img img { transform: scale(1.05); }
.service-catalog-body { padding: 1.5rem; display: flex; flex-direction: column; gap: 0.75rem; flex: 1; }
.service-catalog-body h3 { font-size: 1.05rem; font-weight: 700; color: #f1f5f9; margin: 0; }
.service-catalog-body p { font-size: 0.88rem; color: #64748b; line-height: 1.6; margin: 0; }
.service-link { color: #60a5fa; font-size: 0.85rem; font-weight: 600; text-decoration: none; display: inline-flex; align-items: center; gap: 0.25rem; margin-top: auto; transition: gap 0.2s; }
.service-link:hover { gap: 0.5rem; }

/* ── SOLUTIONS / WHY US SECTION ─────────────────────────────── */
.solutions-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: start; }
.solutions-visual { position: relative; border-radius: 1.25rem; overflow: hidden; }
.solutions-visual img { width: 100%; border-radius: 1.25rem; display: block; }
.solutions-intro { display: flex; flex-direction: column; gap: 1.25rem; }
.solutions-highlight { color: #60a5fa; }
.solutions-lead { color: #94a3b8; line-height: 1.75; }
.solutions-list { display: flex; flex-direction: column; gap: 1rem; margin-top: 0.5rem; }
.solution-item { display: flex; gap: 1rem; align-items: flex-start; }
.solution-icon { width: 36px; height: 36px; border-radius: 50%; background: rgba(59,130,246,0.12); border: 1px solid rgba(59,130,246,0.25); display: flex; align-items: center; justify-content: center; flex-shrink: 0; color: #60a5fa; }
.solution-text strong { display: block; color: #e2e8f0; font-weight: 700; margin-bottom: 0.25rem; }
.solution-text p { font-size: 0.875rem; color: #64748b; margin: 0; line-height: 1.6; }

/* ── CTA SECTION ─────────────────────────────────────────────── */
#cta-main { position: relative; padding: 6rem 0; overflow: hidden; }
.cta-bg { position: absolute; inset: 0; z-index: 0; }
.cta-bg img { width: 100%; height: 100%; object-fit: cover; display: block; }
.cta-overlay { position: absolute; inset: 0; background: linear-gradient(135deg, rgba(10,14,26,0.92) 0%, rgba(29,78,216,0.7) 100%); z-index: 1; }
#cta-main .container { position: relative; z-index: 2; }
.cta-body { text-align: center; max-width: 680px; margin: 0 auto; display: flex; flex-direction: column; gap: 1.25rem; }
.cta-body h2 { font-size: clamp(1.8rem, 3.5vw, 2.5rem); font-weight: 800; color: #fff; }
.cta-actions { display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; }
.cta-or { font-size: 0.9rem; color: rgba(255,255,255,0.6); margin: 0; }
.cta-or a { color: #93c5fd; text-decoration: none; }
.cta-or a:hover { text-decoration: underline; }
.btn--outline-light { background: transparent; border: 2px solid rgba(255,255,255,0.5); color: #fff; }
.btn--outline-light:hover { background: rgba(255,255,255,0.1); border-color: #fff; }
.btn--outline-dark { background: transparent; border: 2px solid rgba(59,130,246,0.4); color: #60a5fa; }
.btn--outline-dark:hover { background: rgba(59,130,246,0.1); border-color: #60a5fa; }

/* ── SERVICES PAGE RESPONSIVE ──────────────────────────────── */
@media (max-width: 1024px) {
  .service-catalog-grid { grid-template-columns: repeat(2, 1fr); }
  .solutions-grid { grid-template-columns: 1fr; gap: 2.5rem; }
  .page-hero-grid { grid-template-columns: 1fr; gap: 2.5rem; }
  .page-hero-img { display: none; }
}
@media (max-width: 767px) {
  .page-hero { padding: 5rem 0 2.5rem; }
  .stats-strip-grid { grid-template-columns: repeat(2, 1fr); gap: 1rem; }
  .service-catalog-grid { grid-template-columns: 1fr; }
  .category-filter-bar { gap: 0.4rem; }
  .subpage-category-btn { padding: 0.4rem 0.9rem; font-size: 0.8rem; }
  .services-quick-subnav-wrap { top: 60px; }
}
