/* Skip-to-main link — hidden until keyboard focus (WCAG 2.4.1) */
.skip-to-main,
.skip-link {
  position: absolute;
  top: -100%;
  left: 0;
  padding: 0.75rem 1.5rem;
  background: #1a1a2e;
  color: #fff;
  font-weight: 600;
  z-index: 10000;
  border-radius: 0 0 4px 0;
  text-decoration: none;
  transition: top 0.2s;
}

.skip-to-main:focus,
.skip-link:focus {
  top: 0;
}

/* Fix overlapping in animated circle timeline section */
.careers-black-section-inner h2 {
  font-size: 3.6rem;
  font-weight: 800;
  margin: 0 0 18px 0;
  line-height: 1.08;
  letter-spacing: -0.01em;
  background: none;
}

:root {
  --site-header-height: 84px;
}

/* =================== HERO VIDEO FULL SECTION =================== */
.hero-video-full {
  position: relative;
  width: 100vw;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: #000;
}

.hero-video-element {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

.hero-video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    135deg,
    rgba(10, 23, 71, 0.55) 0%,
    rgba(10, 23, 71, 0.45) 25%,
    rgba(10, 23, 71, 0.35) 50%,
    rgba(10, 23, 71, 0.45) 75%,
    rgba(10, 23, 71, 0.60) 100%
  );
  z-index: 2;
  pointer-events: none;
}

.hero-video-content {
  position: relative;
  z-index: 3;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  padding: 0 24px;
}

.hero-video-inner {
  max-width: 900px;
  width: 100%;
  text-align: center;
  animation: fadeInUp 1.2s cubic-bezier(0.23, 1, 0.32, 1) forwards;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(60px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.hero-video-title {
  font-size: clamp(2.5rem, 8vw, 4.5rem);
  font-weight: 900;
  color: #fff;
  margin-bottom: 32px;
  line-height: 1.1;
  letter-spacing: -0.02em;
  font-family: 'Barlow', Arial, sans-serif;
}

.hero-video-subtitle {
  font-size: clamp(1rem, 2vw, 1.5rem);
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 48px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.6;
  font-weight: 400;
}

.hero-video-ctas {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 80px;
}

.hero-video-ctas .btn {
  font-size: 1.1rem;
  padding: 16px 42px;
  border-radius: 32px;
  font-weight: 600;
  transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
}

.hero-video-ctas .btn-primary {
  background: #fff;
  color: #0a1740;
}

.hero-video-ctas .btn-primary:hover {
  background: #f0f0f0;
  transform: translateY(-2px);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.3);
}

.hero-video-ctas .btn-outline {
  border: 2px solid #fff;
  color: #fff;
  background: transparent;
}

.hero-video-ctas .btn-outline:hover {
  background: rgba(255, 255, 255, 0.1);
  transform: translateY(-2px);
}

/* Scroll indicator */
.scroll-indicator {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  animation: float 3s ease-in-out infinite;
}

.scroll-text {
  font-size: 0.95rem;
  color: rgba(255, 255, 255, 0.8);
  letter-spacing: 0.05em;
  text-transform: uppercase;
  font-weight: 500;
}

.scroll-arrow {
  color: rgba(255, 255, 255, 0.8);
  animation: bounce 2s ease-in-out infinite;
}

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

@keyframes bounce {
  0%, 100% {
    transform: translateY(0);
    opacity: 0.8;
  }
  50% {
    transform: translateY(8px);
    opacity: 1;
  }
}

/* Responsive hero video */
@media (max-width: 768px) {
  .hero-video-full {
    height: 80vh;
  }

  .hero-video-title {
    margin-bottom: 24px;
  }

  .hero-video-subtitle {
    font-size: 1.1rem;
    margin-bottom: 32px;
  }

  .hero-video-ctas {
    flex-direction: column;
    align-items: center;
    gap: 12px;
    margin-bottom: 60px;
  }

  .hero-video-ctas .btn {
    font-size: 1rem;
    padding: 14px 36px;
    width: 100%;
    max-width: 280px;
  }

  .scroll-indicator {
    display: none;
  }
}

/* =================== CASE STUDIES SECTION =================== */
.case-stories-section {
  background: linear-gradient(135deg, #f8f9fb 0%, #ffffff 100%);
  padding: 80px 24px;
  margin-bottom: 0;
}

.case-studies-header {
  text-align: center;
  margin-bottom: 64px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.case-studies-title {
  font-family: "Barlow", sans-serif;
  font-size: clamp(2rem, 5vw, 2.8rem);
  font-weight: 600;
  color: #0a1740;
  margin-bottom: 16px;
  line-height: 1.2;
}

/* Override .leadsonline h1 for case studies title */
.leadsonline .case-studies-title,
.leadsonline h1.case-studies-title {
  font-weight: 600;
}

.case-studies-subtitle {
  font-family: "Barlow", sans-serif;
  font-size: clamp(1rem, 2vw, 1.2rem);
  color: #666;
  line-height: 1.6;
  margin: 0;
}

.case-studies-carousel {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  max-width: 1200px;
  margin: 0 auto;
}

.case-study-card {
  background: #ffffff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 16px rgba(10, 23, 71, 0.08);
  transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  display: flex;
  flex-direction: column;
  height: 100%;
  animation: fadeInUp 0.8s cubic-bezier(0.23, 1, 0.32, 1);
}

.case-study-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 32px rgba(10, 23, 71, 0.15);
}

.case-study-image {
  width: 100%;
  height: 240px;
  background: #e8ecf1;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.case-study-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.case-study-content {
  padding: 28px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.case-study-agency {
  font-family: "Barlow", sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  color: #3575e2;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 12px;
  display: block;
}

.case-study-title {
  font-family: "Barlow", sans-serif;
  font-size: clamp(1.2rem, 3vw, 1.6rem);
  font-weight: 900;
  color: #0a1740;
  margin-bottom: 16px;
  line-height: 1.3;
}

.case-study-desc {
  font-family: "Barlow", sans-serif;
  font-size: 0.95rem;
  color: #666;
  line-height: 1.6;
  margin-bottom: 24px;
  flex-grow: 1;
}

.case-study-link {
  font-family: "Barlow", sans-serif;
  font-size: 0.9rem;
  font-weight: 600;
  color: #3575e2;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: all 0.3s ease;
}

.case-study-link:hover {
  color: #0a1740;
  gap: 12px;
}

.case-study-link::after {
  content: "→";
  display: inline-block;
  transition: transform 0.3s ease;
}

.case-study-link:hover::after {
  transform: translateX(4px);
}

@media (max-width: 1024px) {
  .case-studies-carousel {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }

  .case-stories-section {
    padding: 60px 24px;
  }
}

@media (max-width: 768px) {
  .case-studies-carousel {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .case-studies-header {
    margin-bottom: 48px;
  }

  .case-studies-title {
    font-size: 1.8rem;
    margin-bottom: 12px;
  }

  .case-studies-subtitle {
    font-size: 1rem;
  }

  .case-study-card {
    animation-delay: 0.1s;
  }

  .case-study-image {
    height: 200px;
  }

  .case-study-content {
    padding: 20px;
  }

  .case-stories-section {
    padding: 48px 16px;
  }
}

.contact-left {
  flex: 1;
  background: rgba(255,255,255,0.04);
  border-radius: 24px;
  padding: 48px 40px;
  color: #fff;
}
.contact-title {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 18px;
  color: #fff;
}
.contact-desc {
  font-size: 1.1rem;
  margin-bottom: 32px;
  color: #fff;
}
.careers-black-section-inner h2 {
  font-size: 3.6rem;
  font-weight: 800;
  margin: 0 0 18px 0;
  line-height: 1.08;
  letter-spacing: -0.01em;
  background: none;
}
.contact-checkbox {
  width: 18px;
  height: 18px;
}
.contact-recaptcha {
  margin-bottom: 8px;
}
.contact-input-recaptcha {
  width: 100%;
  padding: 12px;
  border-radius: 8px;
  border: 1px dashed #60a5fa;
  background: #f3f4f6;
  font-size: 1rem;
}
.contact-submit-btn {
  background: linear-gradient(90deg,#2563eb,#1e40af);
  color: #fff;
  font-weight: 600;
  border: none;
  border-radius: 24px;
  padding: 14px 0;
  font-size: 1.1rem;
  box-shadow: 0 2px 8px rgba(30,64,175,0.10);
  cursor: pointer;
}

.nav-cta .btn-primary {
  margin-top: 6px;
}
/* Nav Search Icon Style */
.nav-search-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  position: relative;
  overflow: hidden;
  width: 32px;
  height: 32px;
  background: linear-gradient(135deg, #007AFF 0%, #0051D5 100%);
  border-radius: 50%;
  margin-right: 10px;
  transition: box-shadow 0.18s, transform 0.18s;
  box-shadow: 0 4px 16px rgba(0, 122, 255, 0.4), inset 0 1px 0 rgba(255,255,255,0.2);
  cursor: pointer;
}

.nav-search-icon svg {
  width: 60%;
  height: 60%;
  display: block;
  margin: auto;
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  inset: 0;
  stroke: #fff;
}
.nav-search-icon:hover, .nav-search-icon:focus {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(0, 122, 255, 0.5), inset 0 1px 0 rgba(255,255,255,0.3);
}
.nav-search-icon svg {
  stroke: #fff;
  display: block;
  margin: auto;
}
/* Search icon hover effect in mega menu header */
.mega-header-actions .search-icon {
  border-radius: 50%;
  transition: background 0.18s, box-shadow 0.18s;
}
.clearcase-intro {
  background: #000;
  color: #fff;
  width: 100%;
}
.clearcase-intro-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 48px 20px;
  text-align: center;
}
.clearcase-intro-title {
  color: #fff;
  font-size: 2.4rem;
  font-weight: 800;
  margin: 0 0 12px 0;
}
.clearcase-intro-lead {
  color: #ffffffdd;
  font-size: 1.05rem;
  max-width: 900px;
  margin: 0 auto;
}
@media (max-width: 900px) {
  .clearcase-intro-title { font-size: 1.6rem; }
  .clearcase-intro-lead { font-size: 0.98rem; }
  .clearcase-intro-inner { padding: 36px 16px; }
}

/* Ensure ClearCase intro heading and lead are centered (higher specificity) */
.clearcase-intro .clearcase-intro-title,
.clearcase-intro .clearcase-intro-lead,
.clearcase-intro .clearcase-intro-inner {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.leadership-team {
  background: #005587; /* solid requested color */
  color: #fff;
  padding: 64px 0;
}
.leadership-team__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.leadsonline .leadership-team__title {
  color: #fff;
  font-size: 2.4rem;
  margin-bottom: 28px;
  text-align: center;
}
.leadsonline .leadership-team__intro {
  color: rgba(255,255,255,0.92);
  margin-top: 4px;
  margin-bottom: 48px;
  text-align: center;
  font-size: 1.05rem;
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
  opacity: 0.95;
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 760px) {
  .leadership-team__intro { text-align: center; margin-top: 6px; padding: 0 12px; }
}
.leadership-team__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
}
.profile {
  text-align: center;
}
.profile__img {
  width: 160px;
  height: 160px;
  margin: 0 auto 12px auto;
  border-radius: 50%;
  overflow: hidden;
  background: rgba(255,255,255,0.06);
  display: flex;
  align-items: center;
  justify-content: center;
}
.profile__img img { width: 100%; height: 100%; object-fit: cover; object-position: center 15%; display: block; }
.profile__img img.profile-img-top { object-position: center 0%; }
.profile__name { color: #fff; font-weight: 700; margin-top: 8px; }
.profile__title { color: rgba(255,255,255,0.85); font-size: 0.95rem; margin-top: 6px; }

/* Mobile-first: picture-only grid on small devices */
@media (max-width: 760px) {
  .leadership-team__grid { grid-template-columns: repeat(4, 1fr); gap: 18px; justify-items: center; }
  .profile__img { width: 120px; height: 120px; margin: 0 auto 8px; }
  .leadership-team__grid .profile__name,
  .leadership-team__grid .profile__title,
  .leadership-team__grid .profile__bio { display: none; }
  .leadsonline .leadership-team__title { text-align: center; }
}
@media (max-width: 480px) {
  /* smaller phones: 3 avatars per row */
  .leadership-team__grid { grid-template-columns: repeat(3, 1fr); }
  .leadsonline .leadership-team__title { font-size: 1.6rem; }
}


/* ClearCase product section: two-column, black background */
.product-section {
  background: #000;
  color: #fff;
  width: 100%;
  padding: 56px 20px;
}
.product-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: start;
}
.product-col--left { grid-column: 2; }
.product-col--right { grid-column: 1; }
.product-col--right { display:flex; align-items:flex-start; justify-content:center; }
.product-title {
  color: #fff;
  font-size: 1.8rem;
  margin: 0 0 12px 0;
  font-weight: 700;
}
.product-copy {
  color: #e6e6e6;
  font-size: 1.05rem;
  line-height: 1.5;
  max-width: 540px;
}
.product-graphic {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
  box-shadow: 0 8px 30px rgba(0,0,0,0.6);
}
@media (max-width: 900px) {
  .product-inner {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .product-title { font-size: 1.4rem; }
  .product-copy { font-size: 0.98rem; }
}

/* LeadsOnline-specific solution card sizing & spacing tweaks
   Scoped to the page via .leadsonline to avoid changing ClearCase defaults. */
.leadsonline .clearcase-solution.leads-soukltion .clearcase-solution__grid {
  gap: 56px; /* increased spacing between the two left cards and the copy */
  padding-top: 40px;
  padding-bottom: 40px;
}

/* Decorative network-style background for LeadsOnline solution section
   Uses an inline SVG for crisp network lines/dots and a soft overlay vignette.
   Scoped to `.leadsonline` so ClearCase remains unaffected. */
.leadsonline .leads-soukltion-deco {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0; /* base layer */
  background-color: #021026; /* deep blue base */
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='1600' height='800' viewBox='0 0 1600 800'><defs><linearGradient id='g' x1='0' x2='1'><stop offset='0' stop-color='%2300aaff' stop-opacity='0.15'/><stop offset='1' stop-color='%2300d4ff' stop-opacity='0.08'/></linearGradient></defs><g fill='none' stroke='%2300d4ff' stroke-opacity='0.12' stroke-width='1'><path d='M120 80 L260 140 L360 40'/><path d='M420 220 L560 300 L720 240'/><path d='M900 120 L1040 200 L1180 120'/><path d='M1400 300 L1500 240 L1540 360'/></g><g fill='%23ffffff' fill-opacity='0.12'><circle cx='120' cy='80' r='2.4'/><circle cx='260' cy='140' r='2.4'/><circle cx='360' cy='40' r='2.4'/><circle cx='420' cy='220' r='2.4'/><circle cx='560' cy='300' r='2.4'/><circle cx='720' cy='240' r='2.4'/><circle cx='900' cy='120' r='2.4'/><circle cx='1040' cy='200' r='2.4'/><circle cx='1180' cy='120' r='2.4'/><circle cx='1400' cy='300' r='2.4'/><circle cx='1500' cy='240' r='2.4'/><circle cx='1540' cy='360' r='2.4'/></g></svg>");
  background-repeat: repeat-x;
  background-position: center top;
  background-size: cover;
  filter: contrast(1.05) saturate(1.05) blur(0.5px);
  animation: networkPulse 8s ease-in-out infinite;
  will-change: filter, opacity;
}

/* Ensure section has positioning context */
.leadsonline .clearcase-solution.leads-soukltion {
  position: relative;
}

/* Background particles canvas for solution section */
.leadsonline .solution-particles-canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 0;
  opacity: 0.6;
  display: block;
}

/* Smooth pulsing animation for the network graphic */
@keyframes networkPulse {
  0%, 100% { 
    filter: contrast(1.05) saturate(1.05) blur(0.5px);
    opacity: 1;
  }
  50% { 
    filter: contrast(1.15) saturate(1.2) blur(0.3px);
    opacity: 0.85;
  }
}

/* Soft overlay to darken and vignette the decoration for legibility */
.leadsonline .leads-soukltion-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: radial-gradient(60% 40% at 20% 30%, rgba(0,18,34,0.0) 0%, rgba(0,12,24,0.28) 45%, rgba(0,6,12,0.6) 100%), linear-gradient(180deg, rgba(0,8,20,0.12), rgba(0,4,10,0.22));
  mix-blend-mode: multiply;
}

/* Ensure solution content sits above decorations */
.leadsonline .clearcase-solution__inner,
.leadsonline .clearcase-solution__grid,
.leadsonline .solution-card,
.leadsonline .solution-copy { position: relative; z-index: 2; }

/* NightHawk Solution card styling - matches Why it matters card */
.solution-copy.callout {
  background: rgba(255, 255, 255, 0.05);
  padding: 40px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  margin-left: -20px; /* Move closer to video */
}

.solution-copy.callout .solution-copy__p {
  max-width: 55ch; /* Wider paragraph */
}


/* LeadsOnline typography polish (page-scoped) --------------------------------------------------
   Goals:
   - Improve base measure and line-height for paragraphs
   - Tighten and scale headings for a clearer hierarchy
   - Improve legibility (font-smoothing, slightly larger base size)
   - Keep changes scoped to `.leadsonline` so other pages are unaffected
*/
.leadsonline {
  --lead-font: 'Barlow', system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
}
.leadsonline body, .leadsonline {
  font-family: var(--lead-font);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-size: 16px; /* comfortable base */
  line-height: 1.6;
  color: rgba(255,255,255,0.94);
}
.leadsonline p {
  font-size: 1.03rem;
  line-height: 1.65;
  margin: 0 0 1.1rem 0;
  max-width: 68ch; /* limit measure for easier reading */
  color: rgba(255,255,255,0.92);
}

/* Enforce Barlow Regular for all body copy on the LeadsOnline page */
.leadsonline body, .leadsonline, .leadsonline p, .leadsonline li, .leadsonline dd, .leadsonline dt,
.leadsonline .solution-copy__p, .leadsonline .highlight-card__copy, .leadsonline .clearcase-intro__p,
.leadsonline .product-copy, .leadsonline .ibis-copy {
  font-family: 'Barlow', system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
  font-weight: 500; /* Medium */
}
.leadsonline h1, .leadsonline h2, .leadsonline h3, .leadsonline h4 { margin: 0 0 .6rem 0; color: #ffffff; }
.leadsonline h1 { font-size: 2.4rem; line-height: 1.06; font-weight: 800; letter-spacing: -0.02em; }
/* Match index page H1 scale for a stronger hero presence */
.leadsonline h1 { font-size: 3.2rem; line-height: 1.1; font-weight: 600; }

/* Make the two-column intro heading match the index H1 scale (LeadsOnline page only) */
.leadsonline .clearcase-intro__h {
  font-size: 3.2rem;
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: -0.02em;
  margin-bottom: 18px;
}

/* Mobile: reduce hero title font size for readability on smaller screens */
@media (max-width: 768px) {
  .leadsonline .clearcase-intro__h {
    font-size: 2rem;
    line-height: 1.15;
    margin-bottom: 16px;
  }
}

/* LeadsOnline: make the two-column intro taller on this page only */
body.leadsonline .clearcase-intro {
  padding-top: 80px;
  padding-bottom: 80px;
}
body.leadsonline .clearcase-intro__inner {
  min-height: 360px; /* taller visual block */
  display: flex;
  align-items: center;
}
@media (max-width: 900px) {
  body.leadsonline .clearcase-intro { padding-top: 36px; padding-bottom: 36px; }
  body.leadsonline .clearcase-intro__inner { min-height: auto; align-items: stretch; }
}
/* Enlarge intro image and adjust columns for LeadsOnline page only */
body.leadsonline .clearcase-intro__grid {
  grid-template-columns: 1fr 1fr; /* baseline */
  gap: 48px;
}
body.leadsonline .clearcase-intro__col--right .clearcase-intro__media,
body.leadsonline .intro-side-card__media {
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  background-image: none;
  box-shadow: none;
}
body.leadsonline .clearcase-intro__media img,
body.leadsonline .intro-side-card__media img {
  width: 100%;
  max-width: 100%;
  height: auto;
  border-radius: 0;
  display: block;
  box-shadow: none;
}
/* Give the right column slightly more visual weight on wider screens */
@media (min-width: 1100px) {
  body.leadsonline .clearcase-intro__grid { grid-template-columns: 1.05fr 0.95fr; }
}
@media (max-width: 900px) {
  body.leadsonline .clearcase-intro__media img { max-width: 100%; }
}
.leadsonline h2 { font-size: 1.95rem; line-height: 1.08; font-weight: 600; letter-spacing: -0.02em; }
.leadsonline h3 { font-size: 1.1rem; line-height: 1.18; font-weight: 700; }
.leadsonline .solution-copy__h { font-size: 1.2rem; }

/* Highlights title and card kicker treatments */
.leadsonline .clearcase-highlights__title { font-size: 2.25rem; font-weight: 600; letter-spacing: -0.015em; }
.leadsonline .highlight-card__kicker { font-size: 1.25rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.06em; margin-bottom: 8px; }
.leadsonline .highlight-card__copy { font-size: 1.02rem; color: rgba(255,255,255,0.95); }

/* Small utilities */
.leadsonline ul, .leadsonline ol { margin: 0 0 1rem 1.25rem; line-height: 1.6; }
.leadsonline small, .leadsonline .muted { font-size: 0.9rem; color: rgba(255,255,255,0.72); }

@media (max-width: 900px) {
  .leadsonline h1 { font-size: 1.9rem; }
  .leadsonline h2 { font-size: 1.4rem; }
  .leadsonline p { font-size: 1rem; max-width: 100%; }
  .leadsonline .clearcase-highlights__title { font-size: 1.6rem; }
}

/* Particle canvas overlay for LeadsOnline hero (lightweight, page-scoped) */
.leadsonline .leadsonline-particles-canvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 2; /* sits above video (z-index 0-1) but beneath hero content (higher z-index) */
  opacity: 0.95;
}
.leadsonline .careers-hero-inner { position: relative; z-index: 3; }

/* Disable particle overlay on small screens and reduced motion */
@media (max-width: 900px), (prefers-reduced-motion: reduce) {
  .leadsonline .leadsonline-particles-canvas { display: none !important; }
}

/* Section reveal animations (LeadsOnline only) ----------------------------------
   Applies a subtle upward fade on each <section> and staggers child elements.
   Respects prefers-reduced-motion and disables on touch devices for perf.
*/
.leadsonline .section-animate { opacity: 1; transform: none; }
.leadsonline .section-animate > * {
  opacity: 0;
  transform: translateY(12px);
  transition: opacity 560ms cubic-bezier(0.22,1,0.36,1), transform 560ms cubic-bezier(0.22,1,0.36,1);
  transition-delay: var(--child-delay, 0ms);
}
.leadsonline .section-animate.in-view > * {
  opacity: 1;
  transform: none;
}

/* Slight initial pull so stacked sections don't jump the layout */
.leadsonline .section-animate { will-change: transform, opacity; }

@media (prefers-reduced-motion: reduce), (max-width: 900px) {
  /* Disable entrance animations for reduced motion and small screens */
  .leadsonline .section-animate > * { opacity: 1 !important; transform: none !important; transition: none !important; }
}


.leadsonline .clearcase-solution.leads-soukltion .solution-card {
  min-height: 300px; /* force 300px tall cards on desktop */
  height: 300px;
  max-width: 420px; /* constrain card width so they feel narrower */
  border-radius: 12px;
  padding: 14px; /* keep padding consistent */
  /* allow notes positioned outside the card to be visible */
  overflow: visible; 
}
.leadsonline .clearcase-solution.leads-soukltion .solution-card .solution-card__inner { padding: 14px; }
.leadsonline .clearcase-solution.leads-soukltion .solution-note { position: absolute; top: calc(100% + 14px); }

/* Strong LeadsOnline override: cancel ClearCase equal-height grid and force compact cards.
   Uses page-scoped selectors with so these win even though `clearcase.css` loads after. */
.leadsonline .clearcase-solution__grid {
  grid-auto-rows: auto; /* stop forcing equal-height rows */
  align-items: start; /* allow cards to size to content */
}
.leadsonline .clearcase-solution__grid .solution-card,
.leadsonline .leads-soukltion .solution-card {
  min-height: 300px; /* enforce 300px on this page */
  height: 300px;
  padding: 12px;
  overflow: visible; /* ensure absolutely-positioned notes can appear below */
}
.leadsonline .clearcase-solution__grid .solution-card .solution-card__inner {
  padding: 8px; /* keep inner padding modest so content fits */
}
.leadsonline .clearcase-solution__grid .solution-card--two .solution-card__media img {
  height: 180px; /* allow image a sensible size within 300px card */
  max-width: 92px;
}

@media (max-width: 900px) {
  .leadsonline .clearcase-solution.leads-soukltion .solution-card { min-height: auto; height: auto; }
  .leadsonline .clearcase-solution__grid .solution-card--two .solution-card__media img { height: auto; max-width: 92px; }
}

/* Neutralize any remaining white stroke/outline on LeadsOnline cards (scoped so ClearCase is untouched) */
.leadsonline .solution-card,
.leadsonline .solution-card--white,
.leadsonline .highlight-card,
.leadsonline .solution-card::before,
.leadsonline .solution-card::after,
.leadsonline .solution-card__media::before,
.leadsonline .highlight-card::before,
.leadsonline .highlight-card::after {
  border: none;
  box-shadow: none;
  outline: none;
}

/* In case a subtle stroke is applied via background-clip or ring styles, ensure the visual edge is clean */
.leadsonline .solution-card, .leadsonline .highlight-card { background-clip: padding-box; }

/* Full-bleed background images for solution cards (LeadsOnline only) */
.leadsonline .solution-card__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0; /* let the card container control radius */
  display: block;
  z-index: 0;
}

/* Remove white frame and make image fully cover the card (LeadsOnline only) */
.leadsonline .solution-card,
.leadsonline .solution-card--white {
  background: transparent;
  border: none;
  box-shadow: none;
  padding: 0;
  overflow: hidden;
  border-radius: 12px; /* card radius remains */
}

.leadsonline .solution-card__inner { position: relative; overflow: hidden; padding: 0; border-radius: inherit; }
.leadsonline .solution-card__media { position: relative; z-index: 1; }

/* Ensure any default outlines/strokes are cleared */
.leadsonline .solution-card::before,
.leadsonline .solution-card::after,
.leadsonline .solution-card__media::before {
  display: none;
  border: none;
  box-shadow: none;
}

/* Ensure decorative overlays in the hero sit beneath the hero content on LeadsOnline only.
   ClearCase uses similar classes but must remain untouched; this rule is intentionally scoped. */
.leadsonline .careers-hero-overlay {
  position: absolute; /* keep absolute but ensure stacking is lower */
  z-index: 1; /* beneath hero inner (z-index: 3) */
}
/* Add a subtle dark overlay to improve text readability */
.leadsonline .careers-hero-overlay::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.55) 50%, rgba(0, 0, 0, 0.65) 100%);
  z-index: 1;
  pointer-events: none;
}
.leadsonline .careers-hero-overlay::after {
  z-index: 0; /* decorative pseudo-elements under the overlay wrapper */
}
.leadsonline .leadsonline-particles-canvas {
  z-index: 0; /* particles sit under the overlay and content */
}
.leadsonline .careers-hero-inner {
  position: relative; z-index: 4; /* ensure hero content stays on top */
}

/* Smooth scroll-reveal animations for NightHawk page */
.leadsonline .fade-in-element {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94), 
              transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.leadsonline .fade-in-view {
  opacity: 1;
  transform: translateY(0);
}

/* Smooth scrolling for the entire page */
.leadsonline {
  scroll-behavior: smooth;
}

/* Remove any jarring transforms on scroll */
.leadsonline section,
.leadsonline .animate-card {
  will-change: opacity, transform;
}

/* Disable animations for users who prefer reduced motion */
@media (prefers-reduced-motion: reduce) {
  .leadsonline .leads-soukltion-deco {
    animation: none !important;
  }
}

@media (max-width: 900px) {
  .leadsonline .clearcase-solution.leads-soukltion .clearcase-solution__grid { gap: 28px; }
  .leadsonline .clearcase-solution.leads-soukltion .solution-card { min-height: auto; max-width: 100%; padding: 12px; }
  .leadsonline .clearcase-solution.leads-soukltion .solution-note { position: static; margin-top: 12px; }
}

/* Desktop: position the note outside the card, below the 300px card height */
@media (min-width: 901px) {
  body.leadsonline .leads-soukltion .solution-card > .solution-note,
  body.leadsonline .leads-soukltion .solution-card .solution-note {
    position: absolute;
    left: 0;
    right: 0;
    top: calc(100% + 14px); /* place the note beneath the fixed 300px card */
    margin-top: 0;
    z-index: 4;
    color: rgba(255,255,255,0.95);
    display: block;
    pointer-events: auto;
    text-align: left;
  }
  /* ensure the grid rows allow space for the positioned notes (adds bottom padding to grid) */
  body.leadsonline .clearcase-solution__grid { padding-bottom: 72px; }
}

/* Restore solution-note under full-bleed cards on desktop: ensure notes flow after cards and are visible.
   We place the note as static below the card wrapper if overflow:hidden clipped it. */
.leadsonline .clearcase-solution__grid .solution-note {
  position: relative; /* keep in document flow */
  margin-top: 12px;
  z-index: 2; /* above background images */
  color: rgba(255,255,255,0.95);
}

/* Stronger override: clearcase.css loads after styles.css, so add a higher-specificity
   selector with to ensure the note is not absolutely positioned/hidden
   or clipped by the full-bleed card container on the LeadsOnline page. */
body.leadsonline .leads-soukltion .solution-card > .solution-note,
body.leadsonline .leads-soukltion .solution-card .solution-note,
body.leadsonline .clearcase-solution__grid > article.solution-card > .solution-note {
  position: relative;
  display: block;
  margin-top: 12px;
  top: auto;
  left: auto;
  right: auto;
  z-index: 3;
  color: rgba(255,255,255,0.95);
  pointer-events: auto;
}

/* Moved from inline leadsonline.html: force 300px card height and ensure full-bleed image fills the card */
@media (min-width: 901px) {
  body.leadsonline article.solution-card {
    min-height: 300px;
    height: 300px;
    max-width: 420px;
    overflow: visible; /* allow notes to sit outside the card */
    padding: 0;
    border-radius: 12px;
  }
  body.leadsonline article.solution-card .solution-card__inner {
    position: relative;
    height: 100%; /* make inner fill the 300px card */
    overflow: hidden;
    padding: 0;
    border-radius: inherit;
  }
  body.leadsonline article.solution-card .solution-card__bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    z-index: 0;
  }
  body.leadsonline .leads-soukltion .solution-card > .solution-note,
  body.leadsonline .clearcase-solution__Grid > article.solution-card > .solution-note,
  body.leadsonline .clearcase-solution__grid > article.solution-card > .solution-note {
    position: absolute;
    left: 0;
    right: 0;
    top: calc(100% + 16px);
    margin-top: 0;
    z-index: 5;
    color: #ffffff;
    display: block;
  }

  /* Apple-like polish for the LeadsOnline solution section */
  .leadsonline .clearcase-solution.leads-soukltion {
    padding: 64px 0 88px 0;
    background: linear-gradient(180deg, rgba(2,12,28,0.88), rgba(1,6,18,0.94));
  }
  .leadsonline .clearcase-solution__grid {
    max-width: 1200px;
    margin: 0 auto;
    gap: 56px;
    align-items: start;
  }
  .leadsonline article.solution-card {
    background: linear-gradient(180deg, rgba(255,255,255,0.03), rgba(255,255,255,0.015));
    border-radius: 14px;
    box-shadow: 0 8px 30px rgba(2,6,23,0.45), inset 0 1px 0 rgba(255,255,255,0.02);
    transition: transform 220ms cubic-bezier(.2,.9,.26,1), box-shadow 220ms;
    overflow: visible;
  }
  .leadsonline article.solution-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 26px 64px rgba(2,6,23,0.6), inset 0 1px 0 rgba(255,255,255,0.02);
  }
  .leadsonline .solution-card__inner { border-radius: 12px; overflow: hidden; }
  .leadsonline .solution-card__bg { transition: transform 600ms ease; }
  .leadsonline article.solution-card:hover .solution-card__bg { transform: scale(1.03); }

  /* Typographic polish */
  .leadsonline .solution-note__line { font-size: 1.05rem; line-height: 1.6; color: rgba(255,255,255,0.92); font-weight: 500; }
  .leadsonline .solution-note__subh { font-size: 1.15rem; font-weight: 700; margin-bottom: 12px; color: #fff; opacity: 0.95; }
  .leadsonline .solution-copy__h { font-size: 1.6rem; font-weight: 800; margin-bottom: 12px; color: #fff; }
  .leadsonline .solution-copy__subh { font-size: 1.15rem; font-weight: 700; margin-top: 12px; margin-bottom: 20px; color: #fff; opacity: 0.95; }
  .leadsonline .solution-copy__p { font-size: 1.03rem; color: rgba(255,255,255,0.9); max-width: 40ch; }

  /* Subtle divider between cards and copy column for visual separation */
  .leadsonline .clearcase-solution__grid > .solution-copy { padding-top: 12px; }
  .leadsonline .clearcase-solution__grid > article.solution-card { padding: 0; }

  /* Video container styling for solution section */
  .solution-left-column {
    display: flex;
    flex-direction: column;
    gap: 30px;
  }

  .solution-video-container {
    background: #000;
    border-radius: 12px;
    overflow: hidden;
    aspect-ratio: 16 / 9;
    width: 100%;
    min-height: 450px;
  }

  .solution-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }

  .solution-why-matters {
    background: rgba(255, 255, 255, 0.05);
    padding: 30px;
    border-radius: 12px;
  }

  .solution-why-title {
    font-size: 1.1rem;
    font-weight: 700;
    color: #ffffff;
    margin: 0 0 15px 0;
  }

  .solution-why-text {
    font-size: 0.95rem;
    color: rgba(255, 255, 255, 0.85);
    line-height: 1.6;
    margin: 0;
  }

  /* Make the Highlights title match the LeadsOnline solution H1 styling on this page */
  body.leadsonline .clearcase-highlights__title {
    font-family: 'Barlow', Arial, sans-serif;
    font-size: 1.6rem;
    font-weight: 800;
    color: #ffffff;
    margin: 0 0 12px 0;
    letter-spacing: 0;
  }

/* Ensure the rule is loaded late and specific enough to win over clearcase.css */
@media all {
  body.leadsonline .clearcase-highlights__title { font-size: 1.6rem; font-weight: 800; }
}

/* Final override: make the Highlights title larger on LeadsOnline to match hero H1 scale */
body.leadsonline .container .clearcase-highlights__head > .clearcase-highlights__title,
body.leadsonline .clearcase-highlights__title {
  font-size: 3.2rem;
  line-height: 1.06;
  font-weight: 600;
  letter-spacing: -0.02em;
}


  @media (max-width: 900px) {
    .leadsonline .clearcase-solution.leads-soukltion { padding: 40px 0; }
    .leadsonline .clearcase-solution__grid { gap: 28px; grid-template-columns: 1fr; }
    .leadsonline article.solution-card { height: auto; min-height: auto; }
    .leadsonline .solution-note__line { font-size: 1rem; }
  }
}
@media (max-width: 900px) {
  /* mobile: restore static flow */
  body.leadsonline article.solution-card { height: auto; min-height: auto; max-width: 100%; }
  body.leadsonline .leads-soukltion .solution-card > .solution-note { position: static; margin-top: 12px; }
}

/* Features Flow Section - 5-step workflow diagram */
.features-flow-section {
  background: linear-gradient(135deg, #0A2B5C 0%, #143A6F 100%);
  padding: 100px 0;
  position: relative;
  overflow: hidden;
}

.features-flow-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: 
    radial-gradient(circle at 20% 30%, rgba(43, 108, 176, 0.15) 0%, transparent 50%),
    radial-gradient(circle at 80% 70%, rgba(43, 108, 176, 0.1) 0%, transparent 50%);
  pointer-events: none;
  z-index: 0;
}

.features-flow-section::after {
  content: '';
  position: absolute;
  top: 10%;
  left: 5%;
  width: 300px;
  height: 300px;
  background: radial-gradient(circle, rgba(0, 170, 255, 0.1) 0%, transparent 70%);
  border-radius: 50%;
  filter: blur(60px);
  animation: floatBlob1 12s ease-in-out infinite;
  pointer-events: none;
  z-index: 0;
}

.blob {
  position: absolute;
  border-radius: 50%;
  filter: blur(60px);
  pointer-events: none;
  z-index: 0;
}

.blob-1 {
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, rgba(0, 170, 255, 0.25) 0%, transparent 70%);
  top: 5%;
  left: -150px;
  animation: floatBlob1 15s ease-in-out infinite;
}

.blob-2 {
  width: 450px;
  height: 450px;
  background: radial-gradient(circle, rgba(43, 108, 176, 0.3) 0%, transparent 70%);
  top: 50%;
  right: -130px;
  animation: floatBlob2 18s ease-in-out infinite;
}

.blob-3 {
  width: 420px;
  height: 420px;
  background: radial-gradient(circle, rgba(0, 170, 255, 0.2) 0%, transparent 70%);
  bottom: 10%;
  left: 15%;
  animation: floatBlob3 16s ease-in-out infinite;
}

.features-flow-inner {
  position: relative;
  z-index: 1;
}

.features-flow-title {
  font-size: 1.6rem;
  font-weight: 800;
  color: #ffffff;
  text-align: left;
  margin: 0 0 30px 0;
  letter-spacing: -0.02em;
  line-height: 1.1;
}

.features-flow-subtitle {
  font-size: 1.2rem;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.9);
  text-align: left;
  margin: 0 0 180px 0;
  max-width: 800px;
  line-height: 1.6;
}

.flow-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 30px;
  width: 100%;
  padding-top: 60px;
}

.flow-step {
  text-align: center;
  opacity: 0;
  animation: fadeInUp 0.8s ease forwards;
}

.flow-step:nth-child(1) { animation-delay: 0s; }
.flow-step:nth-child(2) { animation-delay: 0.2s; }
.flow-step:nth-child(3) { animation-delay: 0.4s; }
.flow-step:nth-child(4) { animation-delay: 0.6s; }
.flow-step:nth-child(5) { animation-delay: 0.8s; }

.flow-icon {
  margin: 0 auto 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 140px;
  height: 140px;
  transition: transform 0.3s ease;
}

.flow-icon img {
  width: 100px;
  height: 100px;
  object-fit: contain;
}

.flow-number {
  background: #00AAFF;
  color: #0A2B5C;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3rem;
  font-weight: 700;
  margin: 0 auto 16px;
  box-shadow: 0 4px 12px rgba(0, 170, 255, 0.4);
  transition: all 0.3s ease;
}

.flow-card {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(0, 170, 255, 0.2);
  border-radius: 16px;
  padding: 32px 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: all 0.3s ease;
  backdrop-filter: blur(10px);
  height: 100%;
}

.flow-step:hover .flow-card {
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(0, 170, 255, 0.4);
  box-shadow: 0 12px 32px rgba(0, 170, 255, 0.15);
  transform: translateY(-4px);
}

.flow-step:hover .flow-icon {
  transform: scale(1.08);
}

.flow-step:hover .flow-number {
  box-shadow: 0 8px 24px rgba(0, 170, 255, 0.6);
  transform: scale(1.1);
}

.flow-description {
  font-size: 0.9rem;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.85);
  margin: 0;
  font-weight: 500;
}

.flow-step:hover .flow-description {
  color: rgba(255, 255, 255, 1);
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes floatBlob1 {
  0%, 100% {
    transform: translate(0, 0);
  }
  33% {
    transform: translate(30px, -30px);
  }
  66% {
    transform: translate(-20px, 30px);
  }
}

@keyframes floatBlob2 {
  0%, 100% {
    transform: translate(0, 0);
  }
  33% {
    transform: translate(-40px, 20px);
  }
  66% {
    transform: translate(30px, -40px);
  }
}

@keyframes floatBlob3 {
  0%, 100% {
    transform: translate(0, 0);
  }
  33% {
    transform: translate(20px, 40px);
  }
  66% {
    transform: translate(-30px, -20px);
  }
}

/* Responsive breakpoints */
@media (max-width: 1400px) {
  .features-flow {
    max-width: 1200px;
  }
  
  .flow-icon svg {
    width: 100px;
    height: 80px;
  }
  
  .flow-arrow svg {
    width: 50px;
  }
}

@media (max-width: 1100px) {
  .features-flow {
    flex-wrap: wrap;
    max-width: 900px;
    gap: 40px 60px;
  }
  
  .flow-arrow {
    display: none;
  }
  
  .flow-item {
    width: calc(33.333% - 40px);
  }
  
  .features-flow-section {
    padding: 80px 0;
  }
}

@media (max-width: 768px) {
  .features-flow {
    flex-direction: column;
    gap: 60px;
  }
  
  .flow-item {
    width: 100%;
    max-width: 300px;
  }
  
  .features-flow-title {
    font-size: 1.6rem;
    margin-bottom: 60px;
  }
  
  .features-flow-section {
    padding: 60px 0;
  }
  
  .flow-description {
    font-size: 1.1rem;
  }
}

@media (min-width: 769px) {
  .features-flow {
    flex-direction: row;
  }
}

/* Align solution-note horizontally to each card (moved from inline leadsonline.html) */
@media (min-width: 901px) {
  body.leadsonline .clearcase-solution__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr); /* ensure grid columns are predictable */
    gap: 56px;
    align-items: start;
  }
  /* ensure articles occupy first two columns and the copy stays in third column */
  body.leadsonline .clearcase-solution__grid > article.solution-card:nth-child(1) { grid-column: 1 / 2; }
  body.leadsonline .clearcase-solution__grid > article.solution-card:nth-child(2) { grid-column: 2 / 3; }
  body.leadsonline .clearcase-solution__grid > .solution-copy { grid-column: 3 / 4; }

  /* Make notes align exactly under their article by matching the article's width and left offset */
  body.leadsonline article.solution-card { position: relative; }
  body.leadsonline article.solution-card .solution-note {
    width: calc(100% - 0px); /* same width as card */
    left: 0;
    right: auto;
    box-sizing: border-box;
    padding-left: 14px; /* match card padding */
    padding-right: 14px;
  }
}

  /* IBIS product section: image left, copy right */
  .ibis-product {
    background: #000;
    color: #fff;
    width: 100%;
    padding: 56px 20px;
  }
  .ibis-inner {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: center;
  }
  .ibis-col--image { grid-column: 1; display:flex; align-items:flex-start; justify-content:center; }
  .ibis-col--copy { grid-column: 2; }
  .ibis-image { width: 100%; max-width: 520px; height: auto; display:block; border-radius:8px; }
  .ibis-title { color:#fff; font-size:1.6rem; margin:0 0 12px 0; font-weight:700; }
  .ibis-copy { color:#e6e6e6; font-size:1.05rem; line-height:1.5; }
  @media (max-width:900px) {
    .ibis-inner { grid-template-columns:1fr; }
    .ibis-image { max-width:100%; }
    .ibis-title { font-size:1.3rem; }
  }

  /* Animated subtle gradient + blurred vignette for IBIS section */
  .ibis-product {
    position: relative;
    overflow: hidden;
  }
  .ibis-product::before {
    content: '';
    position: absolute;
    inset: 0;
  background: linear-gradient(120deg, rgba(18,8,64,0.62), rgba(6,13,23,0.78));
    z-index: 0;
  }
  .ibis-product::after {
    /* animated low-contrast gradient */
    content: '';
    position: absolute;
  inset: -12% -12% -12% -12%;
  background-image: repeating-linear-gradient(45deg, rgba(255,255,255,0.035) 0 1px, rgba(0,0,0,0.035) 1px 2px), radial-gradient(720px 420px at 20% 30%, rgba(140,60,200,0.20), transparent 30%), radial-gradient(600px 380px at 80% 70%, rgba(60,140,200,0.18), transparent 30%);
  background-size: 3px 3px, auto, auto;
  background-repeat: repeat, no-repeat, no-repeat;
  mix-blend-mode: overlay;
  filter: blur(22px);
  opacity: 0.85;
    z-index: 0;
    animation: ibisGradientShift 18s linear infinite;
  }
  @keyframes ibisGradientShift {
    0% { transform: translate3d(0,0,0) scale(1); }
    50% { transform: translate3d(-6%,4%,0) scale(1.06); }
    100% { transform: translate3d(0,0,0) scale(1); }
  }
  @media (prefers-reduced-motion: reduce) {
    .ibis-product::after { animation: none; }
  }
  /* Keep content above background layers */
  .ibis-product > .container,
  .ibis-product .ibis-inner,
  .ibis-product .ibis-col { position: relative; z-index: 2; }

  /* subtle vignette to darken edges */
  .ibis-product .vignette {
    pointer-events: none;
    position: absolute;
    inset: 0;
    background: radial-gradient(60% 60% at 50% 40%, rgba(0,0,0,0) 40%, rgba(0,0,0,0.45) 100%);
    z-index: 1;
  }

  /* Add a subtle noise overlay to product-section as well */
  .product-section { position: relative; overflow: hidden; }
  .product-section::after {
    content: '';
    position: absolute;
    inset: 0;
  background-image: repeating-linear-gradient(45deg, rgba(255,255,255,0.055) 0 1px, rgba(0,0,0,0.055) 1px 2px);
  background-size: 2px 2px;
  opacity: 0.22;
    pointer-events: none;
    z-index: 1;
  }
  .product-section > .container { position: relative; z-index: 2; }

  /* Apply the same animated gradient + noise to the combined clearcase-product section */
  .clearcase-product { position: relative; overflow: hidden; }
  .clearcase-product::before {
    content: '';
    position: absolute;
    inset: 0;
  background: linear-gradient(120deg, rgba(18,8,64,0.62), rgba(6,13,23,0.78));
    z-index: 0;
  }
  .clearcase-product::after {
  content: '';
  position: absolute;
  inset: -12% -12% -12% -12%;
  background-image: repeating-linear-gradient(45deg, rgba(255,255,255,0.035) 0 1px, rgba(0,0,0,0.035) 1px 2px), radial-gradient(720px 420px at 20% 30%, rgba(140,60,200,0.20), transparent 30%), radial-gradient(600px 380px at 80% 70%, rgba(60,140,200,0.18), transparent 30%);
  background-size: 3px 3px, auto, auto;
  background-repeat: repeat, no-repeat, no-repeat;
  mix-blend-mode: overlay;
  filter: blur(22px);
  opacity: 0.85;
  z-index: 0;
  animation: ibisGradientShift 18s linear infinite;
  }
  .clearcase-product > .container, .clearcase-product .ibis-inner { position: relative; z-index: 2; }
  .clearcase-product .vignette { pointer-events: none; position: absolute; inset: 0; background: radial-gradient(60% 60% at 50% 40%, rgba(0,0,0,0) 40%, rgba(0,0,0,0.45) 100%); z-index: 1; }

.mega-header-actions .search-icon:hover, .mega-header-actions .search-icon:focus {
  background: #eaf2fd;
  box-shadow: 0 2px 8px rgba(53,117,226,0.10);
}
.mega-header-actions .search-icon:hover svg, .mega-header-actions .search-icon:focus svg {
  stroke: #3575e2;
}
/* Add spacing between search icon and buttons in mega menu header */
.mega-header-actions {
  display: flex;
  align-items: center;
  gap: 1.3rem;
}
/* Search Modal Styles */
.search-modal {
  position: fixed;
  top: 0; left: 0; width: 100vw; height: 100vh;
  z-index: 4000;
  display: flex;
  align-items: center;
  justify-content: center;
}
.search-modal-backdrop {
  position: absolute;
  top: 0; left: 0; width: 100vw; height: 100vh;
  background: rgba(0,0,0,0.45);
  z-index: 1;
}
.search-modal-content {
  position: relative;
  z-index: 2;
  background: #fff;
  border-radius: 32px;
  box-shadow: 0 8px 32px rgba(0,0,0,0.18);
  padding: 3.5rem 2.5rem 2.5rem 2.5rem;
  min-width: 420px;
  max-width: 98vw;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.search-modal-input {
  width: 100%;
  font-size: 2rem;
  padding: 1.2rem 1.5rem;
  border-radius: 2em;
  border: 2.5px solid #a259e6;
  outline: none;
  background: #fafafd;
  margin-top: 2.5rem;
  margin-bottom: 0.2rem;
  color: #888;
  box-shadow: 0 2px 16px rgba(162,89,230,0.07);
}
.search-modal-input:focus {
  border: 1.5px solid #a259e6;
}
.search-modal-close {
  background: linear-gradient(135deg, #3575e2 0%, #2566d6 100%);
  border: none;
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  cursor: pointer;
  position: absolute;
    top: 1.2rem;
  right: 1.7rem;
  z-index: 10;
  transition: background 0.18s, color 0.18s, box-shadow 0.18s, transform 0.18s;
  padding: 0.5em 2.5em;
  border-radius: 999px;
  box-shadow: 0 6px 32px 0 rgba(53,117,226,0.25);
  line-height: 1.2;
  letter-spacing: 0.01em;
  display: inline-block;
  min-width: 3.5em;
  min-height: 3.5em;
  transform: translateY(-50%);
}
.search-modal-close:hover, .search-modal-close:focus {
  background: #2456b3;
  color: #fff;
  box-shadow: 0 4px 18px rgba(53,117,226,0.18);
}
/* Adidas-style Mega Menu Demo Styles */
.mega-header {
  width: 100vw;
  background: #fff;
  box-shadow: 0 2px 16px rgba(0,0,0,0.07);
  position: sticky;
  top: 0;
  z-index: 3000;
}

/* Page-scoped pagination for LeadsOnline highlights (avoid touching clearcase.css)
   Scoped by the body class `.leadsonline` so ClearCase remains untouched. */
.leadsonline .clearcase-highlights__dots-wrap {
  display: flex;
  justify-content: center;
  margin-top: 32px; /* increased spacing between scroller and pagination */
}
 .leadsonline .clearcase-highlights__dots,
 .leadsonline #highlightsDots {
  display: inline-flex;
  gap: 10px;
  padding: 8px 14px;
  /* darker gray pill for more visual weight */
  background: rgba(60,66,74,0.92); /* medium-dark neutral */
  border-radius: 999px;
  align-items: center;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.02), 0 6px 28px rgba(2,6,23,0.45);
  -webkit-backdrop-filter: blur(4px) saturate(1.02);
  backdrop-filter: blur(4px) saturate(1.02);
  width: max-content;
  position: static;
  transform: none;
}
 
 /* Ensure the pagination sits above other decorative layers and receives pointer events */
 body.leadsonline .clearcase-highlights__dots-wrap,
 body.leadsonline .clearcase-highlights__dots,
 body.leadsonline #highlightsDots {
   z-index: 2200;
   pointer-events: auto;
}
 
 body.leadsonline .clearcase-highlights__dots button,
 body.leadsonline #highlightsDots > button {
   z-index: 2201;
   pointer-events: auto;
}
 
 /* User request: disable micro-animation on LeadsOnline page only */
 body.leadsonline .clearcase-highlights__dots button,
 body.leadsonline .clearcase-highlights__dots button:hover,
 body.leadsonline .clearcase-highlights__dots button:focus {
   animation: none;
   transition: none;
   transform: none;
   box-shadow: none;
}
 .leadsonline .clearcase-highlights__dots button,
 .leadsonline #highlightsDots > button {
   display: inline-block;
   width: 12px;
   height: 12px;
   min-width: 12px;
   min-height: 12px;
   border-radius: 50%;
   /* lighter inactive dots to contrast the darker pill */
   background: rgba(255,255,255,0.12);
   border: none;
   padding: 0;
   margin: 0;
   cursor: pointer;
   box-sizing: border-box;
   pointer-events: auto;
   position: relative;
   z-index: 2202;
   transition: transform 160ms ease, background-color 160ms ease, box-shadow 160ms ease;
}
 .leadsonline .clearcase-highlights__dots button.active,
 .leadsonline #highlightsDots > button.active { 
   background: #fff; 
   transform: scale(1.16); 
   box-shadow: 0 10px 26px rgba(2,6,23,0.12); 
}
 
 /* Micro hover animation (subtle pop) for pagination dots */
 @keyframes pill-pop {
   0% { transform: translateY(0) scale(1); }
   50% { transform: translateY(-4px) scale(1.08); }
   100% { transform: translateY(0) scale(1); }
 }
 
 .leadsonline .clearcase-highlights__dots button:hover,
 .leadsonline .clearcase-highlights__dots button:focus {
   outline: none;
   transform: translateY(-2px) scale(1.06);
   box-shadow: 0 8px 20px rgba(2,6,23,0.08);
   animation: pill-pop 260ms cubic-bezier(.2,.9,.2,1) 1;
 }
 
 @media (prefers-reduced-motion: reduce) {
   .leadsonline .clearcase-highlights__dots button,
   .leadsonline .clearcase-highlights__dots button:hover,
   .leadsonline .clearcase-highlights__dots button:focus {
     transition: none !important;
     animation: none !important;
     transform: none !important;
     box-shadow: none !important;
   }
 }
 
 @media (max-width: 900px) {
   .leadsonline .clearcase-highlights__dots { 
     gap: 8px !important; 
     padding: 6px 10px !important; 
   }
   .leadsonline .clearcase-highlights__dots button { 
     width: 10px !important; 
     height: 10px !important; 
   }
 }
 
.leadsonline .clearcase-highlights__dots,
.leadsonline #highlightsDots {
  display: inline-flex !important;
  gap: 10px !important;
  padding: 8px 14px !important;
  /* darker gray pill for more visual weight */
  background: rgba(60,66,74,0.92) !important; /* medium-dark neutral */
  border-radius: 999px !important;
  align-items: center !important;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.02), 0 6px 28px rgba(2,6,23,0.45) !important;
  -webkit-backdrop-filter: blur(4px) saturate(1.02);
  backdrop-filter: blur(4px) saturate(1.02);
  width: max-content !important;
  position: static !important;
  transform: none !important;
}

/* Ensure the pagination sits above other decorative layers and receives pointer events */
body.leadsonline .clearcase-highlights__dots-wrap,
body.leadsonline .clearcase-highlights__dots,
body.leadsonline #highlightsDots {
  z-index: 2200;
  pointer-events: auto;
}

body.leadsonline .clearcase-highlights__dots button,
body.leadsonline #highlightsDots > button {
  z-index: 2201;
  pointer-events: auto;
}

/* User request: disable micro-animation on LeadsOnline page only */
body.leadsonline .clearcase-highlights__dots button,
body.leadsonline .clearcase-highlights__dots button:hover,
body.leadsonline .clearcase-highlights__dots button:focus {
  animation: none;
  transition: none;
  transform: none;
  box-shadow: none;
}
.leadsonline .clearcase-highlights__dots button,
.leadsonline #highlightsDots > button {
  all: unset;
  display: inline-block;
  width: 12px;
  height: 12px;
  min-width: 12px;
  min-height: 12px;
  border-radius: 50%;
  /* lighter inactive dots to contrast the darker pill */
  background: rgba(255,255,255,0.12);
  border: none;
  padding: 0;
  cursor: pointer;
  box-sizing: border-box;
  transition: transform 160ms ease, background-color 160ms ease, box-shadow 160ms ease;
}
.leadsonline .clearcase-highlights__dots button.active,
.leadsonline #highlightsDots > button.active { background: #fff; transform: scale(1.16); box-shadow: 0 10px 26px rgba(2,6,23,0.12); }

/* Micro hover animation (subtle pop) for pagination dots */
@keyframes pill-pop {
  0% { transform: translateY(0) scale(1); }
  50% { transform: translateY(-4px) scale(1.08); }
 100% { transform: translateY(0) scale(1); }
}

.leadsonline .clearcase-highlights__dots button:hover,
.leadsonline .clearcase-highlights__dots button:focus {
  outline: none;
  transform: translateY(-2px) scale(1.06);
  box-shadow: 0 8px 20px rgba(2,6,23,0.08);
  animation: pill-pop 260ms cubic-bezier(.2,.9,.2,1) 1;
}

@media (prefers-reduced-motion: reduce) {
  .leadsonline .clearcase-highlights__dots button,
  .leadsonline .clearcase-highlights__dots button:hover,
  .leadsonline .clearcase-highlights__dots button:focus {
    transition: none !important;
    animation: none !important;
    transform: none !important;
    box-shadow: none !important;
  }
}

@media (max-width: 900px) {
  .leadsonline .clearcase-highlights__dots { gap: 8px; padding: 6px 10px; }
  .leadsonline .clearcase-highlights__dots button { width: 10px; height: 10px; }
}

/* Strong override placed late in the stylesheet to beat clearcase.css rules that load after styles.css */
body.leadsonline .clearcase-highlights__dots button:hover,
body.leadsonline .clearcase-highlights__dots button:focus {
  transform: translateY(-2px) scale(1.06);
  box-shadow: 0 8px 20px rgba(2,6,23,0.08);
  animation: pill-pop 260ms cubic-bezier(.2,.9,.2,1) 1;
}

/* Ensure active state still wins visually */
body.leadsonline .clearcase-highlights__dots button.active {
  transform: scale(1.16);
  background: #fff;
}
/* Ensuring hover animation applies even if clearcase.css rules are present later */
body.leadsonline .clearcase-highlights__dots button:hover,
body.leadsonline .clearcase-highlights__dots button:focus {
  transform: translateY(-2px) scale(1.06);
  box-shadow: 0 8px 20px rgba(2,6,23,0.08);
  animation: pill-pop 260ms cubic-bezier(.2,.9,.2,1) 1;
}
.mega-header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1600px;
  margin: 0 auto;
  padding: 0.7rem 2.5rem 0.7rem 2.5rem;
}
.mega-logo img {
  height: 40px;
  width: auto;
  display: block;
}
.mega-main-nav ul {
  display: flex;
  gap: 2.2rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
.mega-main-nav a {
  font-size: 1.18rem;
  font-weight: 400;
  color: #181818;
  text-decoration: none;
  letter-spacing: 0.04em;
  padding: 0.3rem 0.2rem 0.3rem 0.2rem;
  transition: color 0.18s, border-bottom 0.18s;
  border-bottom: 2.5px solid transparent;
}
.mega-main-nav a:hover, .mega-main-nav a:focus {
  color: #3575e2;
  border-bottom: 2.5px solid #3575e2;
  font-weight: 700;
}
.mega-search {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.mega-search input[type="text"] {
  font-size: 1.08rem;
  padding: 0.45rem 1.1rem;
  border-radius: 2em;
  border: 1.5px solid #ececec;
  outline: none;
  background: #fafafd;
  transition: border 0.18s;
}
.mega-search input[type="text"]:focus {
  border: 1.5px solid #a259e6;
}
.mega-search button {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0.2rem 0.3rem;
  display: flex;
  align-items: center;
}
/* Mega menu hidden by default, shown on nav hover */
.mega-menu-bar {
  width: 100vw;
  background: rgba(255,255,255,0.22);
  box-shadow: 0 8px 32px rgba(53,117,226,0.10), 0 2px 16px rgba(0,0,0,0.04);
  border-top: 1.5px solid rgba(255,255,255,0.35);
  border-left: 1.5px solid rgba(255,255,255,0.18);
  border-right: 1.5px solid rgba(255,255,255,0.18);
  padding: 2.2rem 0 2.7rem 0;
  display: none;
  justify-content: center;
  position: absolute;
  left: 0;
  top: 70px;
  z-index: 3100;
  border-radius: 0 0 32px 32px;
  backdrop-filter: blur(24px) saturate(180%);
  -webkit-backdrop-filter: blur(24px) saturate(180%);
  transition: background 0.22s, box-shadow 0.22s, border 0.22s;
  overflow: hidden;
}
.mega-menu-panel {
  display: flex;
  gap: 3.5rem;
  max-width: 1400px;
  width: 100%;
  justify-content: center;
  padding: 0 2.5rem;
}
.mega-main-nav:hover ~ .mega-menu-bar,
.mega-main-nav:focus-within ~ .mega-menu-bar,
.mega-menu-bar:hover,
.mega-menu-bar:focus-within {
  display: flex;
}

.mega-header-inner {
  position: relative;
}
.mega-menu-col {
  min-width: 220px;
  max-width: 280px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 1.2rem 1.2rem 1.2rem 0.5rem;
}
.mega-menu-col-title {
  font-size: 1.08rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  color: #222;
  margin-bottom: 1.1rem;
  text-transform: uppercase;
}
.mega-menu-img {
  width: 100%;
  max-width: 220px;
  border-radius: 12px;
  margin-bottom: 1.1rem;
  box-shadow: 0 2px 12px rgba(0,0,0,0.07);
  object-fit: cover;
  aspect-ratio: 4/3;
}
.mega-menu-col ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.mega-menu-col ul li {
  margin-bottom: 0.5rem;
}
.mega-menu-col ul li a {
  color: #222;
  font-size: 1.13rem;
  text-decoration: none;
  font-weight: 500;
  border-radius: 8px;
  padding: 0.45rem 0.8rem;
  transition: color 0.16s, background 0.16s, box-shadow 0.16s;
}
.mega-menu-col ul li a:hover, .mega-menu-col ul li a:focus {
  color: #fff;
  background: linear-gradient(90deg, #3575e2 0%, #2566d6 100%);
  box-shadow: 0 2px 12px rgba(53,117,226,0.10);
  text-decoration: none;
}
@media (max-width: 1200px) {
  .mega-header-inner, .mega-menu-panel {
    max-width: 98vw;
    padding-left: 1vw;
    padding-right: 1vw;
  }
  .mega-menu-panel {
    gap: 1.2rem;
  }
}
@media (max-width: 900px) {
  .mega-header-inner {
    flex-direction: column;
    gap: 1.2rem;
    align-items: flex-start;
    padding: 1.2rem 1vw;
  }
  .mega-menu-panel {
    flex-wrap: wrap;
    gap: 1.2rem;
  }
  .mega-menu-col {
    min-width: 160px;
    max-width: 98vw;
  }
}
/* Standalone Mega Menu Demo Styles */
.side-mega-menu-demo {
  position: fixed;
  top: 120px;
  left: 0;
  z-index: 2000;
  width: 340px;
  background: none;
  padding: 0 0 0 18px;
}
.mega-menu-demo {
  background: #fff;
  border-radius: 24px;
  box-shadow: 0 8px 32px rgba(0,0,0,0.10);
  padding: 1.5rem 1.2rem 1.5rem 1.2rem;
  font-family: 'Barlow', Arial, Helvetica, sans-serif;
  width: 320px;
}
.mega-menu-demo-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.mega-menu-demo-parent {
  margin-bottom: 1.2rem;
  position: relative;
}
.mega-menu-demo-link {
  display: block;
  font-size: 1.18rem;
  font-weight: 700;
  color: #181818;
  text-decoration: none;
  padding: 0.7rem 1rem;
  border-radius: 12px;
  transition: background 0.18s, color 0.18s;
}
.mega-menu-demo-link:hover, .mega-menu-demo-link:focus {
  background: #f5f5fa;
  color: #a259e6;
}
.mega-menu-demo-panel {
  display: none;
  position: absolute;
  left: 100%;
  top: 0;
  min-width: 320px;
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 8px 32px rgba(0,0,0,0.13);
  padding: 1.2rem 1.2rem 1.2rem 1.2rem;
  margin-left: 1.2rem;
  z-index: 2100;
  animation: fadeInUpApple 0.5s cubic-bezier(0.23, 1, 0.32, 1) both;
}
.mega-menu-demo-parent:hover > .mega-menu-demo-panel,
.mega-menu-demo-parent:focus-within > .mega-menu-demo-panel {
  display: block;
}
.mega-menu-demo-heading {
  font-size: 1.12rem;
  font-weight: 700;
  color: #a259e6;
  margin-bottom: 0.7rem;
}
.mega-menu-demo-columns {
  display: flex;
  gap: 2.2rem;
}
.mega-menu-demo-col {
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
}
.mega-menu-demo-sublink {
  color: #181818;
  text-decoration: none;
  font-size: 1.05rem;
  font-weight: 500;
  padding: 0.4rem 0.2rem;
  border-radius: 8px;
  transition: background 0.16s, color 0.16s;
}
.mega-menu-demo-sublink:hover, .mega-menu-demo-sublink:focus {
  background: #f5f5fa;
  color: #ff5e3a;
}
@keyframes fadeInUpMicro {
  0% {
    opacity: 0;
    transform: translateY(32px) scale(0.98);
  }
  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
/* Careers Values Card Grid (Black Section) */
.careers-values-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2.5rem;
  margin: 3.5rem auto 0 auto;
  justify-content: center;
  width: max-content;
  max-width: 100%;
}
/* leadership styles removed */
/* leaders removed */
.careers-value-card {
  box-shadow: 0 8px 32px rgba(255,255,255,0.10);
  transform: translateY(-2px) scale(1.03);
}
.careers-value-icon {
  font-size: 2.8rem;
  margin-bottom: 1.5rem;
  color: #fff;
}
.careers-value-title {
  font-size: 1.45rem;
  font-weight: 800;
  margin-bottom: 1.1rem;
  color: #fff;
}
.careers-value-desc {
  font-size: 1.18rem;
  color: #fff;
  font-weight: 400;
  line-height: 1.5;
}
@media (max-width: 1100px) {
  .careers-values-grid {
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
  }
}
@media (max-width: 700px) {
  .careers-values-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
  .careers-value-card {
    padding: 1.5rem 1rem;
    min-height: 0;
  }
}
@keyframes fadeInUpApple {
  0% {
    opacity: 0;
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(0, 122, 255, 0.5), inset 0 1px 0 rgba(255,255,255,0.3);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
    box-shadow: none;
  }
}
.cs-main {
  animation: fadeInUpApple 1.1s cubic-bezier(0.23, 1, 0.32, 1) 0.1s both;
}
.cs-sidebar {
  animation: fadeInUpApple 1.1s cubic-bezier(0.23, 1, 0.32, 1) 0.25s both;
}
.cs-content {
  animation: fadeInUpApple 1.1s cubic-bezier(0.23, 1, 0.32, 1) 0.35s both;
}
/* Delay first content section until hero scrolls out */
.cs-content h2:first-of-type,
.cs-content h2:first-of-type + p {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s cubic-bezier(0.23, 1, 0.32, 1),
              transform 0.8s cubic-bezier(0.23, 1, 0.32, 1);
}
.cs-content h2:first-of-type.visible,
.cs-content h2:first-of-type + p.visible {
  opacity: 1;
  transform: translateY(0);
}
/* Apple-style enhancements for Customer Stories */
.cs-main {
  display: flex;
  gap: 3.5rem;
  max-width: 1400px;
  margin: 0 auto 5rem auto;
  padding: 0 2.5rem;
  padding-bottom: 4rem;
}
.cs-sidebar {
  background: rgba(255,255,255,0.85);
  border-radius: 32px;
  box-shadow: 0 8px 32px rgba(0,0,0,0.10);
  padding: 2.5rem 2rem 2rem 2rem;
  min-width: 520px;
  max-width: 600px;
  margin-top: 2.5rem;
  font-size: 1.13rem;
}
.cs-section {
  margin-bottom: 2.2rem;
  padding-bottom: 1.2rem;
  border-bottom: 1px solid #ececec;
}
.cs-section:last-child {
  border-bottom: none;
}
.cs-label {
  display: block;
  font-size: 1.05rem;
  font-weight: 600;
  color: #a259e6;
  margin-bottom: 0.3rem;
  letter-spacing: 0.01em;
}
.cs-quote-block {
  background: linear-gradient(120deg, #f8f8fa 60%, #e9e6f7 100%);
  border-radius: 24px;
  box-shadow: 0 4px 24px rgba(162,89,230,0.08);
  padding: 2rem 1.5rem 1.5rem 1.5rem;
  margin: 2.5rem 0 2rem 0;
  font-size: 1.18rem;
  color: #222;
}
.cs-quote {
  font-size: 1.35rem;
  font-weight: 500;
  margin-bottom: 1.1rem;
  color: #181818;
}
.cs-quote-author {
  font-size: 1.05rem;
  color: #666;
}
.cs-cards {
  display: flex;
  gap: 1.2rem;
  margin-top: 2.2rem;
}
.cs-card {
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 2px 16px rgba(0,0,0,0.08);
  padding: 1.2rem 1.1rem;

  flex: 1 1 0;
  min-width: 140px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  transition: box-shadow 0.18s, transform 0.18s;
}
.cs-card:hover {
  box-shadow: 0 8px 32px rgba(162,89,230,0.13);
  transform: translateY(-2px) scale(1.03);
}
.cs-card-title {
  font-size: 1.18rem;
  font-weight: 700;
  margin-bottom: 0.7rem;
}
.cs-card-link {
  color: #a259e6;
  font-weight: 600;
  text-decoration: none;
  font-size: 1.05rem;
  margin-top: 0.2rem;
  transition: color 0.18s;
}
.cs-card-link:hover {
  color: #ff5e3a;
}
.cs-content {
  flex: 1 1 0;
  background: #fff;
  border-radius: 32px;
  box-shadow: 0 8px 32px rgba(0,0,0,0.10);
  padding: 3.5rem 4.5rem 2.5rem 4.5rem;
  margin-top: 2.5rem;
  font-size: 1.18rem;
  line-height: 1.7;
  min-width: 0;
  max-width: 950px;
}
.cs-content h2 {
  font-size: 2.5rem;
  font-weight: 800;
  margin: 3.5rem 0 2.2rem 0;
  letter-spacing: -0.01em;
  color: #181818;
}
.cs-content p {
  font-size: 1.18rem;
  color: #222;
  margin-bottom: 2.5rem;
  padding-bottom: 0.7rem;
  margin-top: 1.2rem;
}
.cs-video-block img {
  border-radius: 18px;
  box-shadow: 0 4px 32px rgba(0,0,0,0.10);
  margin: 2.5rem 0 1.5rem 0;
  max-width: 100%;
  display: block;
}
.careers-black-section {
  width: 100vw;
  background: #111;
  color: #fff;
  padding: 5rem 0 4rem 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.careers-black-section-inner {
  max-width: 900px;
  width: 100%;
  text-align: center;
}
.careers-black-section-inner h2,
.main-product-blank-section {
  width: 100%;
  background: #000;
  color: #fff;
}
.main-product-blank-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 48px;
  padding-bottom: 48px;
}
.main-product-blank-inner .blank-row-1 {
  display: block;
  margin-bottom: 24px;
}
.main-product-blank-inner .blank-row-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
@media (max-width: 900px) {
  .main-product-blank-inner .blank-row-2 {
    grid-template-columns: 1fr;
  }
}


/* ClearCase blank section content styles */
.clearcase-blank-headline {
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.08;
}
.clearcase-blank-lead {
  font-size: 1.05rem;
  color: #ffffffcc;
}
.clearcase-blank-image {
  max-width: 360px;
  width: 50%;
  height: auto;
}
/* replacement for inline centering and spacing */
.blank-col-centered {
  text-align: center;
}
.main-product-blank-section {
  background: #000;
  color: #fff;
}
.main-product-blank-inner .clearcase-blank-lead {
  max-width: 800px;
  margin: 0 auto 18px auto;
}
.main-product-blank-inner .clearcase-blank-image {
  display: block;
  margin: 18px auto 0 auto;
}
@media (max-width: 900px) {
  .clearcase-blank-headline { font-size: 1.6rem; }
  .clearcase-blank-lead { font-size: 0.98rem; }
  .clearcase-blank-image { width: 70%; max-width: 260px; }
}

.careers-black-section-inner p,
.careers-black-section-inner li,
.careers-black-section-inner span,
.careers-black-section-inner a {
  color: #fff;
}
.careers-black-section h2 {
  font-size: 3.6rem;
  font-weight: 800;
  margin: 0 0 18px 0;
  line-height: 1.08;
  letter-spacing: -0.01em;
  background: none;
}
.careers-black-section p {
  font-size: 1.25rem;
  font-weight: 400;
  margin: 0 auto;
  max-width: 600px;
}
.video-bg-alt2 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 1;
  opacity: 0;
  pointer-events: none;
}
.video-bg-alt2.active {
  opacity: 1;
  pointer-events: auto;
}
.video-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 10000;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0,0,0,0.7);
}
.video-modal[aria-hidden="true"] {
  opacity: 0;
  pointer-events: none;
}
.video-modal-backdrop {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0,0,0,0.7);
  z-index: 1;
}
.video-modal-content {
  position: relative;
  z-index: 2;
  background: #111;
  border-radius: 16px;
  box-shadow: 0 8px 40px rgba(0,0,0,0.35);
  padding: 1.5rem;
  max-width: 90vw;
  max-height: 80vh;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.video-modal-content video {
  width: 70vw;
  max-width: 900px;
  max-height: 60vh;
  border-radius: 10px;
  background: #000;
  margin-top: 2.5rem;
}
.video-modal-close,
#video-modal-close {
  width: 40px;
  height: 40px;
  min-width: 40px;
  min-height: 40px;
  background: rgba(0, 0, 0, 0.7);
  border: 2px solid rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  color: #fff;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1;
  padding: 0;
  cursor: pointer;
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 100000;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
}
.video-modal-close:hover, .video-modal-close:focus,
#video-modal-close:hover, #video-modal-close:focus {
  background: rgba(255, 94, 58, 0.9);
  border-color: rgba(255, 94, 58, 0.9);
  color: #fff;
}
.careers-hero-btn {
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.careers-hero-btn::before {
  content: '';
  position: absolute;
  top: 0;
  left: -60%;
  width: 120%;
  height: 100%;
  background: linear-gradient(120deg, rgba(255,255,255,0.0) 0%, rgba(255,255,255,0.55) 50%, rgba(255,255,255,0.0) 100%);
  transform: skewX(-20deg);
  pointer-events: none;
  /* modal animations removed intentionally */
  /* The following styles are no longer needed */
  /* modal animations removed intentionally */
}
.careers-hero-btn:hover::before, .careers-hero-btn:focus::before {
  animation: none;
  animation: sweep 0.7s cubic-bezier(0.23, 1, 0.32, 1);
}
@keyframes sweep {
  0% {
    left: -75%;
  }
  60% {
    left: 110%;
  }
  100% {
    left: 110%;
  }
}
.careers-hero-btn {
  margin-top: 2.2rem;
  padding: 0.85em 2.2em;
  font-size: 1.25rem;
  font-family: 'Barlow', Arial, Helvetica, sans-serif;
  font-weight: 600;
  color: #fff;
  background: linear-gradient(90deg, #3ec6ff 0%, #a259e6 50%, #ff5e3a 100%);
  border: none;
  border-radius: 2em;
  box-shadow: 0 2px 16px rgba(0,0,0,0.10);
  cursor: pointer;
  transition: background 0.2s, transform 0.2s;
  outline: none;
}
.careers-hero-btn:hover, .careers-hero-btn:focus {
  background: linear-gradient(90deg, #ff5e3a 0%, #a259e6 50%, #3ec6ff 100%);
  transform: translateY(-2px) scale(1.04);
}
.video-bg-alt {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 1;
  opacity: 0;
  pointer-events: none;
}
.video-bg-alt.active {
  opacity: 1;
  pointer-events: auto;
}
/* Careers Large Hero Message Overlay */
.careers-large-hero-message {
  position: relative;
  width: 100vw;
  min-height: 70vh;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
  margin: 0;
  pointer-events: auto;
}

.careers-large-hero-message-inner {
  background: none;
  border-radius: 0;
  padding: 0;
  max-width: 900px;
  margin: 0 auto;
  box-shadow: none;
  text-align: center;
}

.careers-large-hero-message-inner p {
  color: #fff;
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1.16;
  margin: 0;
  letter-spacing: -0.01em;
  word-break: break-word;
  font-family: 'Barlow', Arial, Helvetica, sans-serif;
  opacity: 0;
  transform: translateY(40px);
  animation: fadeInUp 1.1s cubic-bezier(0.23, 1, 0.32, 1) 0.2s forwards;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(40px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 700px) {
  .careers-large-hero-message-inner {
    padding: 2rem 1rem;
  }
  .careers-large-hero-message-inner p {
    font-size: 1.5rem;
    line-height: 1.18;
  }
}
/* Apple-style Join Hero Block for Careers Page */
.careers-join-hero {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 56vh;
  width: 100vw;
  position: relative;
  z-index: 2;
  margin-bottom: 0;
}
.careers-join-hero-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}
.careers-join-eyebrow {
  color: #fff;
  font-size: 1.35rem;
  font-weight: 700;
  margin-bottom: 22px;
  letter-spacing: 0.01em;
  text-shadow: 0 2px 24px rgba(10,23,71,0.18), 0 1px 2px rgba(0,0,0,0.10);
}
.careers-join-headline {
  font-size: 3.6rem;
  font-weight: 800;
  margin: 0 0 18px 0;
  line-height: 1.08;
  letter-spacing: -0.01em;
  background: none;
}
.careers-join-headline .gradient-text {
  background: linear-gradient(90deg, #3ec6ff 0%, #a259e6 50%, #ff5e3a 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.careers-join-subhead {
  color: #fff;
  font-size: 1.35rem;
  font-weight: 400;
  margin-bottom: 36px;
  text-shadow: 0 2px 24px rgba(10,23,71,0.18), 0 1px 2px rgba(0,0,0,0.10);
}
.careers-join-btn {
  display: inline-block;
  background: #fff;
  color: #181818;
  font-size: 1.18rem;
  font-weight: 600;
  border-radius: 32px;
  padding: 16px 38px;
  text-decoration: none;
  box-shadow: 0 2px 16px rgba(10,31,68,0.10);
  transition: background 0.18s, color 0.18s, box-shadow 0.18s;
  margin-top: 8px;
}
.careers-join-btn:hover, .careers-join-btn:focus {
  background: #f2f2f2;
  color: #3575e2;
  box-shadow: 0 4px 32px rgba(53,117,226,0.13);
}
@media (max-width: 900px) {
  .careers-join-headline {
    font-size: 2.2rem;
  }
  .careers-join-hero-inner {
    max-width: 98vw;
  }
  .careers-join-subhead {
    font-size: 1.1rem;
  }
}
@media (max-width: 600px) {
  .careers-join-headline {
    font-size: 1.25rem;
  }
  .careers-join-subhead {
    font-size: 1rem;
    padding: 0 2vw;
  }
  .careers-join-btn {
    font-size: 1rem;
    padding: 12px 18px;
  }
}
/* Careers Hero Message Gradient Block (matches Apple style) */
.careers-hero-message {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 48vh;
  width: 100vw;
  position: relative;
  z-index: 2;
  background: linear-gradient(90deg, #ff5e3a 0%, #a259e6 100%);
  margin-bottom: 0;
}
.careers-hero-message-inner {
  color: #fff;
  font-family: 'Barlow', Arial, sans-serif;
  font-size: 2.8rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.13;
  max-width: 1100px;
  margin: 0 auto;
  text-shadow: 0 2px 24px rgba(10,23,71,0.18), 0 1px 2px rgba(0,0,0,0.10);
  letter-spacing: -0.01em;
}
@media (max-width: 900px) {
  .careers-hero-message-inner {
    font-size: 2rem;
    max-width: 98vw;
  }
}
@media (max-width: 600px) {
  .careers-hero-message-inner {
    font-size: 1.15rem;
    padding: 0 2vw;
  }
}
/* Lock footer to bottom for careers page only */
.careers-footer-fixed {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  width: 100vw;
  box-shadow: 0 -2px 24px rgba(10,23,71,0.10);
  background: rgba(255,255,255,0.97);
  backdrop-filter: blur(2px);
}
@media (max-width: 700px) {
  .careers-footer-fixed {
    font-size: 0.98rem;
    padding-bottom: 8px;
  }
}
/* Careers Join Hero Block (Apple-style) */
.careers-join-hero {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 56vh;
  width: 100vw;
  position: relative;
  z-index: 2;
  margin-bottom: 0;
}
.careers-join-hero-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}
.careers-join-eyebrow {
  color: #fff;
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 18px;
  letter-spacing: 0.01em;
  text-shadow: 0 2px 24px rgba(10,23,71,0.18), 0 1px 2px rgba(0,0,0,0.10);
}
.careers-join-headline {
  font-size: 3.2rem;
  font-weight: 800;
  margin: 0 0 18px 0;
  line-height: 1.08;
  letter-spacing: -0.01em;
  background: none;
}
.careers-join-headline .gradient-text {
  background: linear-gradient(90deg, #3ec6ff 0%, #a259e6 50%, #ff5e3a 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  /* fallback text-fill handled by -webkit-text-fill-color */
}
.careers-join-subhead {
  color: #fff;
  font-size: 1.25rem;
  font-weight: 400;
  margin-bottom: 32px;
  text-shadow: 0 2px 24px rgba(10,23,71,0.18), 0 1px 2px rgba(0,0,0,0.10);
}
.careers-join-btn {
  display: inline-block;
  background: #fff;
  color: #181818;
  font-size: 1.18rem;
  font-weight: 600;
  border-radius: 32px;
  padding: 14px 36px;
  text-decoration: none;
  box-shadow: 0 2px 16px rgba(10,31,68,0.10);
  transition: background 0.18s, color 0.18s, box-shadow 0.18s;
  margin-top: 8px;
}
.careers-join-btn:hover, .careers-join-btn:focus {
  background: #f2f2f2;
  color: #3575e2;
  box-shadow: 0 4px 32px rgba(53,117,226,0.13);
}
@media (max-width: 900px) {
  .careers-join-headline {
    font-size: 2.2rem;
  }
  .careers-join-hero-inner {
    max-width: 98vw;
  }
}
@media (max-width: 600px) {
  .careers-join-headline {
    font-size: 1.25rem;
  }
  .careers-join-subhead {
    font-size: 1rem;
    padding: 0 2vw;
  }
  .careers-join-btn {
    font-size: 1rem;
    padding: 12px 18px;
  }
}
/* Careers Hero Message Floating Over Video */
.careers-hero-message {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 48vh;
  width: 100vw;
  position: relative;
  z-index: 2;
}
.careers-hero-message-inner {
  color: #fff;
  font-family: 'Barlow', Arial, sans-serif;
  font-size: 2.6rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.15;
  max-width: 900px;
  margin: 0 auto;
  text-shadow: 0 2px 24px rgba(10,23,71,0.18), 0 1px 2px rgba(0,0,0,0.10);
}
@media (max-width: 900px) {
  .careers-hero-message-inner {
    font-size: 2rem;
    max-width: 98vw;
  }
}
@media (max-width: 600px) {
  .careers-hero-message-inner {
    font-size: 1.25rem;
    padding: 0 2vw;
  }
}
/* ===== Video Backgrounds for Careers Page ===== */
.video-bg {
  position: fixed;
  left: 0; top: 0; width: 100vw; height: 100vh;
  z-index: -2;
  overflow: hidden;
  pointer-events: none;
}
.video-bg video {
  width: 100vw;
  height: 100vh;
  object-fit: cover;
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  left: 0; top: 0;
}
.video-bg-header {
  z-index: -3;
}
.video-bg-main {
  z-index: -2;
}
.video-bg-overlay {
  position: absolute;
  left: 0; top: 0; width: 100vw; height: 100vh;
  background: linear-gradient(180deg,rgba(10,23,71,0.18) 0%,rgba(10,23,71,0.32) 100%);
  z-index: 1;
}
.floating-content {
  position: relative;
  z-index: 10;
  background: rgba(255,255,255,0.85);
  backdrop-filter: blur(2.5px);
  border-radius: 18px;
  box-shadow: 0 4px 32px rgba(10,31,68,0.10);
  margin: 24px auto 24px auto;
  padding: 0 0.5vw;
}
@media (max-width: 700px) {
  .floating-content {
    margin: 8px 0;
    border-radius: 8px;
    padding: 0 0.5vw;
  }
}
/* leadership rules removed */
/* ===== OUR VALUES SECTION (About Page) ===== */
/* Add more space above the value section */
.about-values-cards {
  margin-top: 72px;
  margin-bottom: 64px;
}
.about-values-cards .intel-product-cards-header {
  color: #181818;
  text-align: left;
  margin-bottom: 18px;
}
.about-values-cards p {
  font-size: 1.18rem;
  color: #222;
  max-width: 700px;
  margin: 0 0 56px 0;
  line-height: 1.5;
}
.values-cards-grid {
  display: flex;
  gap: 32px;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap;
  margin: 0 auto;
  max-width: 1100px;
}
.value-card {
  background: #fff;
  border-radius: 24px;
  box-shadow: 0 2px 16px 0 rgba(53,117,226,0.07);
  padding: 40px 32px 36px 32px;
  min-width: 260px;
  max-width: 340px;
  flex: 1 1 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  transition: box-shadow 0.18s cubic-bezier(.4,0,.2,1), transform 0.18s cubic-bezier(.4,0,.2,1);
}
.value-card:hover {
  box-shadow: 0 8px 32px rgba(25,84,156,0.13);
  transform: translateY(-2px) scale(1.025);
  z-index: 2;
}
.value-card-icon {
  width: 88px;
  height: 88px;
  border-radius: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 24px auto;
  box-shadow: 0 2px 8px rgba(53,117,226,0.10);
  background: linear-gradient(135deg,#3575e2 60%,#19549c 100%);
}
.value-card-title {
  font-size: 1.35rem;
  font-weight: 800;
  color: #2360c4;
  margin-bottom: 16px;
  margin-top: 0;
  letter-spacing: -0.01em;
}
.value-card-desc {
  font-size: 1.13rem;
  color: #6b7a90;
  margin-bottom: 0;
  margin-top: 0;
  line-height: 1.5;
}
@media (max-width: 900px) {
  .values-cards-grid {
    flex-direction: column;
    gap: 24px;
    align-items: stretch;
  }
  .value-card {
    max-width: 100%;
    min-width: 0;
  }
}
/* Product Cards Large Header */
.intel-product-cards-header {
  font-family: 'Barlow', Arial, sans-serif;
  font-size: 2.8rem;
  font-weight: 800;
  color: #1a2747;
  text-align: center;
  margin-bottom: 40px;
  margin-top: 64px;
  letter-spacing: -0.01em;
}

/* Team / Careers cards section */
.team-cards-section {
  background: transparent;
  padding: 48px 0 72px 0;
}
.team-cards-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
  text-align: center;
}
.team-cards-title {
  font-size: 2.4rem;
  font-weight: 800;
  margin-bottom: 8px;
}
.team-cards-desc {
  color: #555;
  margin-bottom: 28px;
  font-size: 1.05rem;
}
.team-cards-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 28px;
  align-items: start;
}
.team-card {
  background: #cfc9ca; /* soft grey backdrop similar to attachment */
  border-radius: 16px;
  padding: 36px 20px 28px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  min-height: 320px;
}
.team-card-avatar {
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background: #ddd;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
}
.team-card-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.team-card-name {
  font-weight: 700;
  color: #fff;
  margin-bottom: 6px;
}
.team-card-title {
  font-size: 0.95rem;
  color: rgba(255,255,255,0.9);
}

@media (max-width: 1100px) {
  .team-cards-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 700px) {
  .team-cards-grid { grid-template-columns: 1fr; }
  .team-card { min-height: auto; }
}
/* Override default h2 styles for .intel-ecosystem-title to ensure the header is much larger and bold */
.intel-ecosystem-title {
  font-size: 4.5rem;
  font-weight: 900;
  line-height: 1.05;
  text-align: center;
  color: #004B87;
}
/* Override default h2 styles for .intel-ecosystem-title to ensure the header is much larger and bold */
.intel-ecosystem-title {
  font-size: 4.5rem;
  font-weight: 900;
  line-height: 1.05;
  text-align: center;
  color: #004B87;
}

/* Highly specific selector to force .intel-ecosystem-title to be extra large and bold */
.intel-ecosystem-section .intel-ecosystem-title {
  font-size: 5rem;
  font-weight: 900;
  line-height: 1.05;
  text-align: center;
  color: #004B87;
  letter-spacing: -2px;
}
/* 3D Tilt Effect for Product Cards */
.intel-product-card {
  will-change: transform;
  transition: box-shadow 0.2s, transform 0.18s cubic-bezier(.77,0,.175,1), background 0.18s;
}
.intel-product-card.tilted {
  box-shadow: 0 12px 32px 0 rgba(33, 50, 80, 0.18), 0 2px 12px 0 rgba(33, 50, 80, 0.06);
}
/* Product Cards Animation */
.intel-product-card {
  opacity: 0;
  transform: translateY(40px);
}
.intel-product-card.animated {
  animation: card-fade-rise 0.8s cubic-bezier(.77,0,.175,1) forwards;
}
@keyframes card-fade-rise {
  0% { opacity: 0; transform: translateY(40px); }
  100% { opacity: 1; transform: translateY(0); }
}
/* Product Cards Section */
.intel-product-cards-section {
  width: 100%;
  background: #fafbfc;
  padding: 48px 0 32px 0;
  display: flex;
  justify-content: center;
}

/* === Styles moved from clearcase.html (laptop section & clearcase-product) === */
/* Laptop section: 2-column layout with responsive stacking */
.laptop-section{background:#000;color:#fff;padding:48px 0}
.laptop-inner{display:grid;grid-template-columns:1fr 560px;gap:32px;align-items:center}
.laptop-col{min-height:160px}
.laptop-video{width:100%;height:100%;object-fit:cover;border-radius:6px;display:block}
@media (max-width:880px){.laptop-inner{grid-template-columns:1fr;}.laptop-col--right{order:2}}

/* Inline background for clearcase-product: dominant black with subtle gray accents */
#clearcase-product{position:relative;overflow:hidden;background:transparent}
/* strong near-black base so the section reads black first */
#clearcase-product::before{content:"";position:absolute;inset:0;background:linear-gradient(120deg, rgba(0,0,0,0.98), rgba(6,6,8,0.98));z-index:0}
/* small, subtle gray radial highlights + fine gray noise (low opacity) */
#clearcase-product::after{content:"";position:absolute;inset:-6% -6% -6% -6%;background-image:radial-gradient(420px 260px at 18% 34%, rgba(220,220,224,0.03), transparent 22%), radial-gradient(360px 240px at 82% 66%, rgba(200,200,204,0.025), transparent 24%), repeating-linear-gradient(45deg, rgba(255,255,255,0.02) 0 1px, rgba(0,0,0,0.025) 1px 2px);background-size:auto,auto,2px 2px;background-repeat:no-repeat,no-repeat,repeat;mix-blend-mode:screen;filter:blur(8px);opacity:0.28;z-index:0;animation:ibisGradientShift 26s linear infinite}
@keyframes ibisGradientShift{0%{transform:translate3d(0,0,0) scale(1)}50%{transform:translate3d(-3%,2%,0) scale(1.02)}100%{transform:translate3d(0,0,0) scale(1)}}
#clearcase-product > .container,#clearcase-product .ibis-inner{position:relative;z-index:2}
@media (prefers-reduced-motion: reduce){#clearcase-product::after{animation:none}}

/* End moved styles */
.intel-product-cards-grid {
  display: flex;
  gap: 32px;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  max-width: 1440px;
}
.intel-product-card {
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 2px 12px 0 rgba(33, 50, 80, 0.06);
  padding: 32px 24px 32px 24px;
  min-width: 300px;
  max-width: 340px;
  flex: 1 1 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  transition: box-shadow 0.2s;
}
.intel-product-card:hover {
  box-shadow: 0 6px 24px 0 rgba(33, 50, 80, 0.13);
}
.intel-product-card-title {
  font-family: 'Barlow', Arial, sans-serif;
  font-size: 2.1rem;
  font-weight: 700;
  color: #1a2747;
  letter-spacing: 0.04em;
  margin-bottom: 18px;
}
.intel-product-card-title span {
  font-weight: 400;
  letter-spacing: 0.01em;
}
.intel-product-card-desc {
  font-size: 1.13rem;
  color: #222;
  margin-bottom: 32px;
}
.intel-product-card-btn {
  display: inline-block;
  background: #3575e2;
  color: #fff;
  font-size: 1.08rem;
  font-weight: 500;
  border-radius: 24px;
  padding: 12px 36px;
  text-decoration: none;
  box-shadow: 0 2px 8px 0 rgba(53,117,226,0.10);
  transition: background 0.18s, box-shadow 0.18s, color 0.18s;
  position: relative;
  overflow: hidden;
}

.intel-product-card-btn::before {
  content: '';
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;
  background: linear-gradient(120deg, rgba(255,255,255,0.13) 0%, rgba(255,255,255,0.55) 60%, rgba(255,255,255,0.13) 100%);
  transform: skewX(-24deg);
  pointer-events: none;
  transition: none;
}
.intel-product-card-btn:hover::before {
  animation: shine-btn 0.85s cubic-bezier(.77,0,.175,1);
}

@keyframes shine-btn {
  0% {
    left: -75%;
  }
  60% {
    left: 110%;
  }
  100% {
    left: 110%;
  }
}
.intel-product-card-btn:hover {
  background: #19549c;
  box-shadow: 0 4px 16px 0 rgba(53,117,226,0.18);
}
/* Timeline Intro Section (left of circle) */
.apple-timeline-section {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 56px;
}
.apple-timeline-intro-left {
  max-width: 420px;
  flex: 0 0 420px;
  margin-right: 0;
  margin-left: -240px;
  padding-right: 16px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  z-index: 2;
}
.apple-timeline-intro-headline {
  font-family: 'Barlow', Arial, sans-serif;
  font-size: 3.2rem;
  font-weight: 900;
  line-height: 1.05;
  margin: 0 0 24px 0;
  color: #111;
  letter-spacing: -0.03em;
}
.apple-timeline-intro-desc {
  font-family: 'Barlow', Arial, sans-serif;
  font-size: 1.15rem;
  font-weight: 400;
  line-height: 1.32;
  color: #222;
  margin: 0;
  max-width: 420px;
}
/* Pulsating center circle for the main timeline */
.apple-timeline-center-pulse {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 32px;
  height: 32px;
  background: linear-gradient(135deg, #3575e2 60%, #19549c 100%);
  border-radius: 50%;
  box-shadow: 0 0 0 0 rgba(33,118,255,0.18);
  border: 3px solid #fff;
  transform: translate(-50%, -50%);
  z-index: 2;
  animation: pulse-center-dot 1.8s infinite cubic-bezier(.77,0,.175,1);
}
@keyframes pulse-center-dot {
  0%, 100% { box-shadow: 0 0 0 0 rgba(33,118,255,0.18); }
  50% { box-shadow: 0 0 0 32px rgba(33,118,255,0.10); }
}
/* Animated gradient waves background for timeline section */
.timeline-bg-waves {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
  overflow: hidden;
}
.timeline-bg-waves::before, .timeline-bg-waves::after {
  content: '';
  position: absolute;
  left: 0;
  width: 200%;
  height: 120%;
  background: linear-gradient(120deg, #e3eafc 0%, #3575e2 60%, #19549c 100%);
  opacity: 0.18;
  border-radius: 40% 60% 60% 40% / 60% 40% 60% 40%;
  filter: blur(32px);
  animation: wave-move 12s linear infinite alternate;
}
.timeline-bg-waves::after {
  top: 40%;
  left: -30%;
  background: linear-gradient(100deg, #b3d4fc 0%, #3575e2 80%, #e3eafc 100%);
  opacity: 0.13;
  animation-delay: 4s;
  filter: blur(48px);
}
@keyframes wave-move {
  0% { transform: translateX(0) scaleX(1.1) scaleY(1); }
  100% { transform: translateX(-25%) scaleX(1.2) scaleY(1.05); }
}
/* Removed duplicate .apple-timeline-section with padding-top/bottom, see unified rule below */
/* Timeline Descriptions Outside the Circle */
.apple-timeline-desc-outside {
  position: absolute;
  width: 220px;
  font-size: 1.01rem;
  color: #222;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
  opacity: 0;
  pointer-events: none;
  z-index: 3;
  transition: opacity 1.2s cubic-bezier(.77,0,.175,1);
}
.apple-timeline-desc0 { left: 50%; top: -100px; transform: translateX(-50%); margin-top: 0; animation: fade-in-desc 2.2s cubic-bezier(.77,0,.175,1) forwards; }
.apple-timeline-desc1 { left: calc(100% + 20px); top: 50%; transform: translateY(-50%); margin-left: 0; animation: fade-in-desc 2.2s cubic-bezier(.77,0,.175,1) forwards; text-align: left; }
.apple-timeline-desc2 { left: 50%; top: calc(100% + 20px); transform: translateX(-50%); margin-top: 0; animation: fade-in-desc 2.2s cubic-bezier(.77,0,.175,1) forwards; text-align: center; }
.apple-timeline-desc3 { left: -250px; top: 50%; transform: translateY(-50%); margin: 0; animation: fade-in-desc 2.2s cubic-bezier(.77,0,.175,1) forwards; text-align: right; }
@keyframes fade-in-desc {
  to { opacity: 1; }
}
.apple-timeline-step .apple-timeline-header {
  margin-bottom: 0;
}
.apple-timeline-content, .apple-timeline-desc {
  display: none;
}
/* ========== APPLE-STYLE FULL CIRCLE TIMELINE ========== */
/* Removed duplicate .apple-timeline-section with different padding, see unified rule below */
.apple-timeline-circle-container {
  width: 320px;
  height: 320px;
  max-width: 100vw;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin-left: 192px;
}
.apple-timeline-circle {
  width: 240px;
  height: 240px;
  position: relative;
  margin: 0 auto;
  display: block;
}
.apple-timeline-svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 240px;
  height: 240px;
  pointer-events: none;
  z-index: 1;
}
.apple-timeline-ring {
  stroke: #e3eafc;
  stroke-width: 8;
}
.apple-timeline-ring-animate {
  stroke: #3575e2;
  stroke-width: 8;
  stroke-linecap: round;
  stroke-dasharray: 1005;
  stroke-dashoffset: 1005;
  animation: draw-timeline-ring 4s cubic-bezier(.77,0,.175,1) forwards;
}
@keyframes draw-timeline-ring {
  to { stroke-dashoffset: 0; }
}
.apple-timeline-step {
  position: absolute;
  width: 160px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 2;
  opacity: 0;
  animation: fade-in-timeline-step 0.8s forwards;
}
.apple-timeline-step0 { transform: translate(-50%, -50%) rotate(270deg) translate(0, -160px) rotate(-270deg); animation-delay: 0.3s; }
.apple-timeline-step1 { transform: translate(-50%, -50%) rotate(0deg) translate(0, -160px) rotate(0deg); animation-delay: 1.2s; }
.apple-timeline-step2 { transform: translate(-50%, -50%) rotate(90deg) translate(0, -160px) rotate(-90deg); animation-delay: 2.1s; }
.apple-timeline-step3 { transform: translate(-50%, -50%) rotate(180deg) translate(0, -160px) rotate(-180deg); animation-delay: 3.0s; }
@keyframes fade-in-timeline-step {
  to { opacity: 1; }
}
.apple-timeline-dot {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: linear-gradient(135deg, #3575e2 60%, #19549c 100%);
  box-shadow: 0 4px 16px rgba(33,118,255,0.13);
  border: 4px solid #fff;
  margin-bottom: 18px;
  position: relative;
  animation: pulse-dot 1.6s infinite cubic-bezier(.77,0,.175,1);
  transition: box-shadow 0.3s;
  cursor: pointer;
}

/* Hover/active effects for timeline dots and descriptions */
.apple-timeline-circle .timeline-dot:hover,
.apple-timeline-circle .timeline-dot.active {
  box-shadow: 0 0 0 12px rgba(53,117,226,0.18), 0 4px 24px rgba(33,118,255,0.22);
  background: linear-gradient(135deg, #19549c 60%, #3575e2 100%);
  transform: scale(1.12);
  z-index: 3;
}

/* Highlight corresponding description and plotter dot on dot hover */
.apple-timeline-circle .timeline-dot0:hover ~ .apple-timeline-desc-outside.apple-timeline-desc0,
.apple-timeline-circle .timeline-dot0.active ~ .apple-timeline-desc-outside.apple-timeline-desc0,
.apple-timeline-circle .timeline-dot1:hover ~ .apple-timeline-desc-outside.apple-timeline-desc1,
.apple-timeline-circle .timeline-dot1.active ~ .apple-timeline-desc-outside.apple-timeline-desc1,
.apple-timeline-circle .timeline-dot2:hover ~ .apple-timeline-desc-outside.apple-timeline-desc2,
.apple-timeline-circle .timeline-dot2.active ~ .apple-timeline-desc-outside.apple-timeline-desc2,
.apple-timeline-circle .timeline-dot3:hover ~ .apple-timeline-desc-outside.apple-timeline-desc3,
.apple-timeline-circle .timeline-dot3.active ~ .apple-timeline-desc-outside.apple-timeline-desc3 {
  color: #19549c;
  font-weight: 600;
  text-shadow: 0 2px 12px rgba(53,117,226,0.10);
  opacity: 1;
}
.apple-timeline-circle .timeline-dot0:hover ~ .apple-timeline-desc-outside.apple-timeline-desc0 .plotter-dot,
.apple-timeline-circle .timeline-dot0.active ~ .apple-timeline-desc-outside.apple-timeline-desc0 .plotter-dot,
.apple-timeline-circle .timeline-dot1:hover ~ .apple-timeline-desc-outside.apple-timeline-desc1 .plotter-dot,
.apple-timeline-circle .timeline-dot1.active ~ .apple-timeline-desc-outside.apple-timeline-desc1 .plotter-dot,
.apple-timeline-circle .timeline-dot2:hover ~ .apple-timeline-desc-outside.apple-timeline-desc2 .plotter-dot,
.apple-timeline-circle .timeline-dot2.active ~ .apple-timeline-desc-outside.apple-timeline-desc2 .plotter-dot,
.apple-timeline-circle .timeline-dot3:hover ~ .apple-timeline-desc-outside.apple-timeline-desc3 .plotter-dot,
.apple-timeline-circle .timeline-dot3.active ~ .apple-timeline-desc-outside.apple-timeline-desc3 .plotter-dot {
  box-shadow: 0 0 0 8px rgba(53,117,226,0.18), 0 2px 12px rgba(33,118,255,0.18);
  background: linear-gradient(135deg, #19549c 60%, #3575e2 100%);
  border-color: #3575e2;
}

/* Hovering the description also highlights the dot and plotter dot */
.apple-timeline-desc-outside.apple-timeline-desc0:hover,
.apple-timeline-desc-outside.apple-timeline-desc0.active {
  color: #19549c;
  font-weight: 600;
  text-shadow: 0 2px 12px rgba(53,117,226,0.10);
  opacity: 1;
}
.apple-timeline-desc-outside.apple-timeline-desc0:hover .plotter-dot,
.apple-timeline-desc-outside.apple-timeline-desc0.active .plotter-dot {
  box-shadow: 0 0 0 8px rgba(53,117,226,0.18), 0 2px 12px rgba(33,118,255,0.18);
  background: linear-gradient(135deg, #19549c 60%, #3575e2 100%);
  border-color: #3575e2;
}

/* ------------------------------------------------------------------
   Key Benefits styles (apply class `key-benefits` to the Highlights section)
   ------------------------------------------------------------------ */
.key-benefits {
  background: #ffffff;
  color: #111111;
  padding: 48px 0;
}
.key-benefits .container { position: relative; z-index: 2; }
/* Header above the cards should be black */
.key-benefits h2, .key-benefits h3, .key-benefits p { color: #000000; }
.key-benefits .clearcase-highlights__title, .key-benefits .clearcase-highlights__head { color: #000000; }
.key-benefits .clearcase-highlights__scroller { background: transparent; }
.key-benefits .highlight-card {
  /* make cards dark so white copy is legible */
  background: #0b1220;
  color: #ffffff;
  /* remove stroke/border and shadows per request */
  border: none;
  box-shadow: none;
}
.key-benefits .highlight-card__kicker { color: #63a0ff; font-weight: 700; text-shadow: none; }
.key-benefits .highlight-card__copy { color: #ffffff; }
.key-benefits .highlight-card__video { opacity: 0.98; }

@media (max-width: 900px) {
  .key-benefits { padding: 28px 0; }
  .key-benefits .highlight-card { box-shadow: none; border: none; }
}

/* Strong overrides to ensure header above cards is black and card copy is white
   (these selectors match the section and increase specificity without using
   inline styles). If clearcase.css later forces a different color, move the
   following rules into clearcase.css which loads after styles.css. */
section.clearcase-highlights.key-benefits > .container .clearcase-highlights__head,
section.clearcase-highlights.key-benefits > .container .clearcase-highlights__head * {
  color: #000000;
}
section.clearcase-highlights.key-benefits .clearcase-highlights__title,
section.clearcase-highlights.key-benefits .clearcase-highlights__link,
section.clearcase-highlights.key-benefits .clearcase-highlights__note-text {
  color: #000000;
}
section.clearcase-highlights.key-benefits .highlight-card__copy,
section.clearcase-highlights.key-benefits .highlight-card__title {
  color: #ffffff;
}

/* Neutralize any remaining shadow or drop-shadow effects on highlight cards
   when the section is using .key-benefits */
section.clearcase-highlights.key-benefits .highlight-card,
section.clearcase-highlights.key-benefits .highlight-card * {
  box-shadow: none;
  text-shadow: none;
  filter: none;
}

/* LeadsOnline: make the Highlights story cards narrower (scoped to this page only)
   - set a fixed flex-basis / max-width so the scroller items don't span too wide
   - keep a responsive fallback for smaller viewports
*/
body.leadsonline section.clearcase-highlights.key-benefits .clearcase-highlights__scroller {
  gap: 20px; /* slightly tighter gap for narrower cards */
}

/* LeadsOnline: show the first cards first by aligning the scroller to the left */
body.leadsonline .clearcase-highlights__scroller {
  /* make the scroller full-bleed like other site scrollers, but keep items left-aligned */
  width: 100vw;
  margin-left: calc(-50vw + 50%); /* center the full-bleed scroller */
  justify-content: flex-start;
  padding-left: 0.5rem;
  scroll-padding-left: 24px; /* ensure snap aligns correctly */
  margin-bottom: 18px; /* give room for pagination pill */
}

/* Ensure items snap to start so the first card is visible on load */
body.leadsonline .clearcase-highlights__scroller { scroll-snap-type: x proximity; }
body.leadsonline .clearcase-highlights__scroller .highlight-card { scroll-snap-align: start; }

/* Peek the next card slightly so users know there's more content */
body.leadsonline .clearcase-highlights__scroller {
  padding-right: 40%; /* allow next card to peek in (adjust as needed) */
}

@media (max-width: 900px) {
  body.leadsonline .clearcase-highlights__scroller { padding-right: 8%; }
}

body.leadsonline section.clearcase-highlights.key-benefits .clearcase-highlights__scroller .highlight-card,
body.leadsonline section.clearcase-highlights.key-benefits .highlight-card {
  max-width: 640px;
  flex: 0 0 640px;
  width: 640px;
}

/* Also apply the same narrower sizing on LeadsOnline when the section does not
   include the `.key-benefits` modifier (some pages use plain .clearcase-highlights). */
body.leadsonline .clearcase-highlights .clearcase-highlights__scroller .highlight-card,
body.leadsonline .clearcase-highlights .highlight-card {
  max-width: 640px;
  flex: 0 0 640px;
  width: 640px;
}

@media (max-width: 900px) {
  /* On narrower screens the scroller should allow full-width cards again */
  body.leadsonline section.clearcase-highlights.key-benefits .clearcase-highlights__scroller .highlight-card,
  body.leadsonline section.clearcase-highlights.key-benefits .highlight-card {
    max-width: 100%;
    flex: 0 0 100%;
    width: 100%;
  }
}

/* LeadsOnline: ensure the Highlights pagination UI is visible on this page
   (previously hidden; restored so ClearCase-style dots JS can wire up). */
body.leadsonline .clearcase-highlights__dots-wrap,
body.leadsonline .clearcase-highlights__dots {
  /* Center the pagination container under the scroller */
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  visibility: visible;
  height: auto;
  margin: 0;
  padding: 0;
}

.apple-timeline-circle .timeline-dot0,
.apple-timeline-desc-outside.apple-timeline-desc0:hover ~ .timeline-dot0,
.apple-timeline-desc-outside.apple-timeline-desc0.active ~ .timeline-dot0 {
  /* No-op for now, for future accessibility JS */
  --no-op: 0;
}
.apple-timeline-desc-outside.apple-timeline-desc1:hover,
.apple-timeline-desc-outside.apple-timeline-desc1.active {
  color: #19549c;
  font-weight: 600;
  text-shadow: 0 2px 12px rgba(53,117,226,0.10);
  opacity: 1;
}
.apple-timeline-desc-outside.apple-timeline-desc1:hover .plotter-dot,
.apple-timeline-desc-outside.apple-timeline-desc1.active .plotter-dot {
  box-shadow: 0 0 0 8px rgba(53,117,226,0.18), 0 2px 12px rgba(33,118,255,0.18);
  background: linear-gradient(135deg, #19549c 60%, #3575e2 100%);
  border-color: #3575e2;
}
.apple-timeline-desc-outside.apple-timeline-desc2:hover,
.apple-timeline-desc-outside.apple-timeline-desc2.active {
  color: #19549c;
  font-weight: 600;
  text-shadow: 0 2px 12px rgba(53,117,226,0.10);
  opacity: 1;
}
.apple-timeline-desc-outside.apple-timeline-desc2:hover .plotter-dot,
.apple-timeline-desc-outside.apple-timeline-desc2.active .plotter-dot {
  box-shadow: 0 0 0 8px rgba(53,117,226,0.18), 0 2px 12px rgba(33,118,255,0.18);
  background: linear-gradient(135deg, #19549c 60%, #3575e2 100%);
  border-color: #3575e2;
}
.apple-timeline-desc-outside.apple-timeline-desc3:hover,
.apple-timeline-desc-outside.apple-timeline-desc3.active {
  color: #19549c;
  font-weight: 600;
  text-shadow: 0 2px 12px rgba(53,117,226,0.10);
  opacity: 1;
}
.apple-timeline-desc-outside.apple-timeline-desc3:hover .plotter-dot,
.apple-timeline-desc-outside.apple-timeline-desc3.active .plotter-dot {
  box-shadow: 0 0 0 8px rgba(53,117,226,0.18), 0 2px 12px rgba(33,118,255,0.18);
  background: linear-gradient(135deg, #19549c 60%, #3575e2 100%);
  border-color: #3575e2;
}
.apple-timeline-step:hover .apple-timeline-dot {
  box-shadow: 0 0 0 8px rgba(33,118,255,0.13), 0 4px 16px rgba(33,118,255,0.18);
}
.apple-timeline-content {
  text-align: center;
}
.apple-timeline-header {
  font-size: 1.08rem;
  font-weight: 700;
  color: #19549c;
  margin-bottom: 8px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  font-family: 'Barlow', Arial, sans-serif;
}
.apple-timeline-desc {
  font-size: 1.01rem;
  color: #222;
  font-weight: 400;
  line-height: 1.5;
  max-width: 200px;
  margin: 0 auto;
}
@keyframes pulse-dot {
  0%, 100% { box-shadow: 0 0 0 0 rgba(33,118,255,0.18); }
  50% { box-shadow: 0 0 0 12px rgba(33,118,255,0.10); }
}
/* ========== APPLE-STYLE ANIMATED CIRCLE TIMELINE ========== */
.apple-timeline-section {
  width: 100%;
  background: #f7f9fc;
  padding: 200px 0 200px 0;
  display: flex;
  justify-content: center;
  margin-top: 48px; /* Adds space above the timeline section */
  align-items: center;
  position: relative;
}
.apple-timeline-container {
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.apple-timeline {
  display: flex;
  align-items: flex-start;
  gap: 0;
  position: relative;
  width: 100%;
  justify-content: space-between;
}
.apple-timeline-step {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1 1 0;
  min-width: 120px;
  max-width: 200px;
  position: relative;
  z-index: 2;
}
.apple-timeline-dot {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: linear-gradient(135deg, #3575e2 60%, #19549c 100%);
  box-shadow: 0 4px 16px rgba(33,118,255,0.13);
  border: 4px solid #fff;
  margin-bottom: 18px;
  position: relative;
  animation: pulse-dot 1.6s infinite cubic-bezier(.77,0,.175,1);
  transition: box-shadow 0.3s;
}
.apple-timeline-step:hover .apple-timeline-dot {
  box-shadow: 0 0 0 8px rgba(33,118,255,0.13), 0 4px 16px rgba(33,118,255,0.18);
}
.apple-timeline-content {
  text-align: center;
}
.apple-timeline-header {
  font-size: 1.08rem;
  font-weight: 700;
  color: #19549c;
  margin-bottom: 8px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  font-family: 'Barlow', Arial, sans-serif;
}
.apple-timeline-desc {
  font-size: 1.01rem;
  color: #222;
  font-weight: 400;
  line-height: 1.5;
  max-width: 200px;
  margin: 0 auto;
}
.apple-timeline-connector {
  width: 80px;
  height: 6px;
  background: linear-gradient(90deg, #3575e2 60%, #19549c 100%);
  border-radius: 3px;
  margin: 0 0px;
  position: relative;
  z-index: 1;
  animation: grow-connector 1.2s cubic-bezier(.77,0,.175,1) forwards;
}
@keyframes pulse-dot {
  0%, 100% { box-shadow: 0 0 0 0 rgba(33,118,255,0.18); }
  50% { box-shadow: 0 0 0 12px rgba(33,118,255,0.10); }
}
@keyframes grow-connector {
  0% { width: 0; opacity: 0.2; }
  100% { width: 80px; opacity: 1; }
}
.custom-section-inside-intel .leadsonline-section-grid {
  position: relative;
  z-index: 2;
}
.custom-section-inside-intel .apple-style-card {
  position: relative;
  z-index: 2;
}
.custom-section-inside-intel .leadsonline-section-left,
.custom-section-inside-intel .leadsonline-section-right {
  position: relative;
  z-index: 2;
}
.custom-section-inside-intel .line-network-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
}
/* Apple-style swoosh shine for custom-section-inside-intel cards */
.custom-section-inside-intel .apple-style-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;
  background: linear-gradient(120deg, rgba(255,255,255,0.0) 0%, rgba(255,255,255,0.25) 50%, rgba(255,255,255,0.0) 100%);
  transform: skewX(-24deg);
  pointer-events: none;
  transition: none;
  z-index: 2;
}
.custom-section-inside-intel .apple-style-card:hover::before {
  animation: shine-apple-card 0.9s cubic-bezier(.77,0,.175,1);
}
/* Make the icon in the third intel overview card white */
.intel-feature-cards-row .stat-card:last-child .stat-card-icon img {
  filter: brightness(0) invert(1);
.apple-style-card {
  position: relative;
  overflow: hidden;
}
.apple-style-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;
  background: linear-gradient(120deg, rgba(255,255,255,0.0) 0%, rgba(255,255,255,0.25) 50%, rgba(255,255,255,0.0) 100%);
  transform: skewX(-24deg);
  pointer-events: none;
  transition: none;
  z-index: 2;
}
.apple-style-card:hover::before {
  animation: shine-apple-card 0.9s cubic-bezier(.77,0,.175,1);
}
@keyframes shine-apple-card {
  0% { left: -75%; }
  100% { left: 125%; }
}
/* Interactive hover effects for main cards */
.leadsonline-section-left {
  transition: box-shadow 0.35s cubic-bezier(.77,0,.175,1), transform 0.35s cubic-bezier(.77,0,.175,1);
}
.leadsonline-section-left:hover {
  box-shadow: 0 12px 48px 0 rgba(33,118,255,0.13), 0 1.5px 8px 0 rgba(25,84,156,0.10);
  transform: scale(1.025);
}
/* Shine effect on hover for apple-style-card */
.apple-style-card {
  position: relative;
  overflow: hidden;
}
.apple-style-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;
  background: linear-gradient(120deg, rgba(255,255,255,0.0) 0%, rgba(255,255,255,0.25) 50%, rgba(255,255,255,0.0) 100%);
  transform: skewX(-24deg);
  pointer-events: none;
  transition: none;
  z-index: 2;
}
.apple-style-card:hover::before {
  animation: shine-apple-card 0.9s cubic-bezier(.77,0,.175,1);
}
@keyframes shine-apple-card {
  0% { left: -75%; }
  100% { left: 125%; }
}
section {
  padding-top: 48px;
  padding-bottom: 48px;
}
.custom-section-header {
  margin: 0 auto 24px auto;
  padding-left: 0;
  font-size: 2.8rem;
  font-weight: 800;
  color: #222;
  font-family: 'Barlow', Arial, sans-serif;
  line-height: 1.1;
  text-align: center;
}
.leadsonline-left-inner {
  width: 100%;
  padding-left: 0;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
/* Fade/slide-in animation for product card section */
.product-card-section {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.7s cubic-bezier(.77,0,.175,1), transform 0.7s cubic-bezier(.77,0,.175,1);
}
.product-card-section.visible {
  opacity: 1;
  transform: translateY(0);
}
/* CellHawk Section Styles */
.cellhawk-section {
  width: 100%;
  background: none;
  padding: 64px 0 72px 0;
}
.cellhawk-container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 32px;
}
.cellhawk-grid {
  display: flex;
  gap: 64px;
  align-items: center;
  justify-content: center;
}
.cellhawk-image {
  flex: 0 0 340px;
  max-width: 340px;
  min-width: 220px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cellhawk-image img {
  width: 100%;
  max-width: 520px;
  border-radius: 8px;
  box-shadow: 0 4px 24px rgba(33,118,255,0.08);
  object-fit: cover;
}
.cellhawk-content {
  flex: 1 1 480px;
  min-width: 320px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding-left: 24px;
}
.cellhawk-title {
  font-family: 'Barlow', Arial, sans-serif;
  font-size: 2.4rem;
  font-weight: 800;
  color: #1a2a4a;
  letter-spacing: 0.04em;
  margin-bottom: 24px;
}
.cellhawk-desc {
  font-size: 1.08rem;
  color: #222;
  margin-bottom: 24px;
  max-width: 600px;
}
.cellhawk-list {
  font-size: 1.08rem;
  color: #222;
  margin-bottom: 32px;
  padding-left: 18px;
  max-width: 600px;
}
.cellhawk-list li {
  margin-bottom: 8px;
  line-height: 1.6;
}
.cellhawk-btn {
  display: inline-block;
  background: #3575e2;
  color: #fff;
  font-size: 1.08rem;
  font-weight: 500;
  border-radius: 24px;
  padding: 12px 32px;
  text-decoration: none;
  box-shadow: 0 2px 8px rgba(33,118,255,0.08);
  transition: background 0.2s;
  margin-top: 8px;
  position: relative;
  overflow: hidden;
}
.cellhawk-btn:hover {
  background: #19549c;
}
.cellhawk-btn::before {
  content: '';
  position: absolute;
  top: 0; left: -60%;
  width: 60%; height: 100%;
  background: linear-gradient(120deg, rgba(255,255,255,0.0) 0%, rgba(255,255,255,0.5) 50%, rgba(255,255,255,0.0) 100%);
  transform: skewX(-24deg);
  transition: none;
}
.cellhawk-btn:hover::before {
  animation: shine-btn 0.9s cubic-bezier(.77,0,.175,1);
}
.product-card-header {
  font-size: 3rem;
  font-weight: 900;
  color: #222;
  margin-bottom: 44px;
  text-align: center;
  letter-spacing: -0.02em;
  line-height: 1.08;
}
/* Product Card Section Styles */
.product-card-section {
  width: 100%;
  background: none;
  padding: 48px 0 56px 0;
}
.product-card-container {
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 32px;
}
.product-card-row {
  display: flex;
  gap: 40px;
  justify-content: center;
  align-items: stretch;
  flex-wrap: nowrap;
}
.product-card {
  background: #fafbfc;
  border-radius: 24px;
  box-shadow: 0 4px 24px rgba(33,118,255,0.08);
  padding: 38px 32px 32px 32px;
  min-width: 280px;
  max-width: 320px;
  width: 100%;
  flex: 0 1 320px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  text-align: center;
}
.product-card-title {
  font-family: 'Barlow', Arial, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  color: #1a2a4a;
  letter-spacing: 0.04em;
  margin-bottom: 18px;
}
.product-card-desc {
  font-size: 2.8rem;
  font-weight: 800;
  color: #222;
  font-family: 'Barlow', Arial, sans-serif;
  line-height: 1.1;
}
.product-card-btn {
  display: inline-block;
  background: #3575e2;
  color: #fff;
  font-size: 1.08rem;
  font-weight: 500;
  border-radius: 24px;
  padding: 12px 32px;
  text-decoration: none;
  box-shadow: 0 2px 8px rgba(33,118,255,0.08);
  transition: background 0.2s;
  margin-top: 8px;
  position: relative;
  overflow: hidden;
}
.product-card-btn::before {
  content: '';
  position: absolute;
  top: 0; left: -60%;
  width: 60%; height: 100%;
  background: linear-gradient(120deg, rgba(255,255,255,0.0) 0%, rgba(255,255,255,0.5) 50%, rgba(255,255,255,0.0) 100%);
  transform: skewX(-24deg);
  transition: none;
}
.product-card-btn:hover::before {
  animation: shine-btn 0.9s cubic-bezier(.77,0,.175,1);
}
@keyframes shine-btn {
  0% { left: -60%; }
  100% { left: 120%; }
}
}
.product-card-btn:hover {
  background: #19549c;
}
.leadsonline-section-left {
  background: #fff;
  border-radius: 32px;
  padding: 48px 32px 48px 48px;
  box-shadow: 0 8px 32px rgba(25,84,156,0.10);
  flex: 1 1 380px;
  min-width: 320px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  margin-left: 180px;
  padding-left: 0;
}
.sticky-animate-section {
  position: sticky;
  top: 0;
  z-index: 10;
  background: #fff;
  transition: box-shadow 0.3s, transform 0.7s cubic-bezier(.77,0,.175,1), opacity 0.7s;
  box-shadow: none;
  opacity: 0;
  transform: translateY(-40px) scale(0.98);
}
.sticky-animate-section.animate-in {
  box-shadow: 0 8px 32px rgba(25,84,156,0.10);
  opacity: 1;
  transform: translateY(0) scale(1);
}
.apple-style-card {
  position: relative;
  width: 100%;
  max-width: 420px;
  aspect-ratio: 4/3;
  border-radius: 32px;
  overflow: hidden;
  box-shadow: 0 8px 32px rgba(25,84,156,0.18);
  display: flex;
  align-items: stretch;
  justify-content: center;
}
.apple-card-bg {
  position: absolute;
  top: 0; left: 0; width: 100%; height: 100%;
  object-fit: cover;
  z-index: 1;
}
.apple-card-overlay {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 32px 32px 36px 32px;
}
.apple-card-icon {
  margin-bottom: 24px;
  display: block;
}
.apple-card-text {
  color: #fff;
  font-size: 2.1rem;
  font-weight: 700;
  line-height: 1.15;
  text-shadow: 0 2px 16px rgba(0,0,0,0.18);
}
.apple-card-title {
  color: #fff;
  font-size: 2.1rem;
  font-weight: 700;
  line-height: 1.15;
  text-shadow: 0 2px 16px rgba(0,0,0,0.18);
}
.leadsonline-section-left {
  flex: 1 1 380px;
  min-width: 320px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.leadsonline-logo-small {
  width: 220px;
  height: auto;
  margin-bottom: 18px;
  padding: 20px;
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 2px 8px rgba(33,118,255,0.08);
  flex-shrink: 0;
  align-self: flex-start;
}

.leadsonline-blurb-text {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 100%;
  padding: 0 0 0 12px;
}
.dummy-card {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 4px 24px rgba(33,118,255,0.08);
  padding: 32px 28px;
  max-width: 320px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.dummy-card h3 {
  font-size: 1.3rem;
  font-weight: 700;
  color: #19549c;
  margin-bottom: 12px;
}
.dummy-card p {
  font-size: 1.08rem;
  color: #222;
  margin: 0;
}
/* LeadsOnline Section Two-Column Layout */
.leadsonline-section-container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 64px 0 72px 0;
  border-radius: 40px;
  background: #fff;
  box-shadow: 0 8px 32px rgba(25,84,156,0.08);
  overflow: hidden;
}
.leadsonline-section-title {
  font-size: 2.2rem;
  font-weight: 700;
  color: #19549c;
  margin-bottom: 40px;
  text-align: left;
}
.leadsonline-section-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
.leadsonline-section-left {
  flex: 1 1 380px;
  min-width: 320px;
  display: flex;
  align-items: center;
}
.leadsonline-section-paragraph {
  font-size: 1.25rem;
  line-height: 1.7;
  color: #222;
  margin: 0;
  padding: 28px 32px 28px 32px;
}
.leadsonline-section-right {
  flex: 1 1 320px;
  min-width: 260px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.leadsonline-section-image {
  max-width: 340px;
  width: 100%;
  height: auto;
  border-radius: 18px;
  box-shadow: 0 4px 24px rgba(33,118,255,0.08);
  background: #f7f9fc;
}
/* Apple-style FAQ Section */
.faq-section.apple-faq {
  background: #f7f9fc;
  padding: 64px 0 72px 0;
  width: 100%;
}
.faq-container {
  max-width: 700px;
  margin: 0 auto;
  padding: 0 24px;
}
.faq-title {
  font-size: 2.4rem;
  font-weight: 800;
  color: #19549c;
  margin-bottom: 40px;
  text-align: left;
}
.faq-list {
  display: flex;
  flex-direction: column;
  gap: 0px;
}
.faq-item {
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 4px 24px rgba(33,118,255,0.08);
  padding: 0;
  overflow: hidden;
}
.faq-item.open {
  box-shadow: 0 8px 32px rgba(33,118,255,0.14);
}
.faq-question {
  width: 100%;
  background: none;
  border: none;
  outline: none;
  font-size: 1.18rem;
  font-weight: 700;
  color: #19549c;
  padding: 1.4rem 2rem 1.4rem 2rem;
  text-align: left;
  cursor: pointer;
  transition: background 0.2s;
}
.faq-question:hover {
  background: #f0f6ff;
}
.faq-answer {
  max-height: 0;
  overflow: hidden;
  background: #f7f9fc;
  color: #222;
  font-size: 1.08rem;
  padding: 0 2rem;
  transition: max-height 0.4s cubic-bezier(.77,0,.175,1), padding 0.3s;
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  transition: opacity 1.2s cubic-bezier(0.77, 0, 0.175, 1), visibility 1.2s cubic-bezier(0.77, 0, 0.175, 1);
  opacity: 1;
  visibility: visible;
  pointer-events: none;
}

.careers-large-hero-message-inner {
  /* layout hook for hero message inner content */
  --no-op: 0;
}
.faq-item.open .faq-answer {
  max-height: 300px;
  padding: 1.2rem 2rem 2rem 2rem;
}
/* Pagination Dots for Intel Feature Cards */
.intel-feature-pagination {
  display: flex;
}
.careers-large-hero-message--alt {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.careers-large-hero-message.active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transition: opacity 1.2s cubic-bezier(0.77, 0, 0.175, 1), visibility 1.2s cubic-bezier(0.77, 0, 0.175, 1);
}

.careers-large-hero-message.inactive {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
/* Pagination dots - small white circles */
.pagination-dot {
  all: unset;
  display: inline-block;
  width: 10px;
  height: 10px;
  min-width: 10px;
  max-width: 10px;
  min-height: 10px;
  max-height: 10px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
  background-color: rgba(255, 255, 255, 0.5);
  transition: all 0.3s ease;
  cursor: pointer;
  border: none;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
.pagination-dot.active {
  background: #ffffff;
  background-color: #ffffff;
}
.case-studies-pagination {
  background: none;
  background-color: transparent;
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}

/* Override leadsonline pill-shaped pagination container for case studies */
body.leadsonline .case-studies-pagination {
  display: flex;
  background: none;
  background-color: transparent;
  padding: 0;
  border-radius: 0;
  box-shadow: none;
  gap: 12px;
  margin-top: 48px;
}

body.leadsonline .case-studies-pagination:not(.benefits-pagination) .pagination-dot {
  all: unset;
  display: inline-block;
  width: 10px;
  height: 10px;
  min-width: 10px;
  max-width: 10px;
  min-height: 10px;
  max-height: 10px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
  background-color: rgba(255, 255, 255, 0.5);
  border: none;
  padding: 0;
  margin: 0;
  cursor: pointer;
  box-sizing: border-box;
  transition: all 0.3s ease;
}

body.leadsonline .case-studies-pagination:not(.benefits-pagination) .pagination-dot.active {
  background: #ffffff;
  background-color: #ffffff;
  transform: scale(1);
}

body.leadsonline .case-studies-pagination:not(.benefits-pagination) .pagination-dot:hover {
  background: rgba(255, 255, 255, 0.8);
  background-color: rgba(255, 255, 255, 0.8);
  transform: scale(1.1);
}
/* Stat Card Styles for Intel Feature Section */
.stat-card {
  background: #fafbfc;
  border-radius: 24px;
  box-shadow: 0 4px 24px rgba(33,118,255,0.08);
  padding: 38px 32px 32px 32px;
  min-width: 280px;
  max-width: 320px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  text-align: center;
  transition: box-shadow 0.6s cubic-bezier(.4,0,.2,1), transform 0.6s cubic-bezier(.4,0,.2,1);
  will-change: transform, box-shadow;
}
.product-card:hover {
  box-shadow: 0 12px 40px rgba(25,84,156,0.18), 0 2px 8px rgba(33,118,255,0.10);
  transform: scale(1.045) translateY(-6px);
  z-index: 2;
}
.stat-card:hover {
  box-shadow: 0 12px 40px rgba(25,84,156,0.18);
}
.stat-card-icon {
  width: 80px;
  height: 80px;
  margin: 0 auto 24px auto;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #2176ff 0%, #4264e4 100%);
  border-radius: 20px;
  box-shadow: 0 2px 8px rgba(10,31,68,0.08);
}
.stat-card-icon img {
  width: 32px;
  height: 32px;
  stroke: #fff;
  fill: none;
  display: block;
}
.stat-card-content h3 {
  font-size: 1.25rem;
  font-weight: 700;
  color: #19549c;
  margin-bottom: 0.7rem;
}
.stat-card-content p {
  font-size: 1.08rem;
  color: #222;
  margin-bottom: 0;
}
/* Intel Feature Cards Row Styles */
.intel-feature-cards-row {
  display: flex;
  gap: 32px;
  margin-top: 32px;
  margin-bottom: 64px;
  justify-content: flex-start;
}
.intel-feature-card {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 4px 16px rgba(33,118,255,0.08);
  padding: 2rem 1.5rem;
  min-width: 220px;
  max-width: 260px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
    transition: transform 0.3s cubic-bezier(.34,1.56,.64,1);
}
  /* Apple-style bounce animation on card hover */
  /* Apple-style bounce effect on icon only */
  .intel-feature-card:hover {
    transform: scale(1.05);
    z-index: 2;
  }
  .intel-feature-card:hover .stat-card-icon img {
    animation: apple-bounce 0.6s cubic-bezier(.34,1.56,.64,1);
  }
  @keyframes apple-bounce {
    0% { transform: scale(1); }
    20% { transform: scale(1.18); }
    40% { transform: scale(0.92); }
    60% { transform: scale(1.10); }
    80% { transform: scale(0.98); }
    100% { transform: scale(1); }
  }
.intel-feature-card h3 {
  font-size: 1.25rem;
  font-weight: 700;
  color: #19549c;
  margin-bottom: 0.7rem;
}
.intel-feature-card p {
  font-size: 1.08rem;
  color: #222;
  margin-bottom: 0;
}
/* Animated Line Network Overlay for Hero Section */
.line-network-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  padding-left: 56px;
  pointer-events: none;
  z-index: 1;
  overflow: hidden;
}

.line-network-overlay::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: repeating-linear-gradient(120deg, rgba(33,118,255,0.12) 0px, rgba(33,118,255,0.12) 2px, transparent 2px, transparent 80px),
              repeating-linear-gradient(60deg, rgba(66,100,228,0.12) 0px, rgba(66,100,228,0.12) 2px, transparent 2px, transparent 80px);
  animation: networkMove 12s linear infinite;
/* Animated Dots for Line Network Overlay */
.line-network-dot {
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: radial-gradient(circle, #2176ff 60%, #4264e4 100%);
  opacity: 0.7;
  animation: dotMove 8s ease-in-out infinite;
}

@keyframes dotMove {
  0% { transform: translateY(0) scale(1); opacity: 0.7; }
  40% { transform: translateY(20px) scale(1.15); opacity: 0.85; }
  60% { transform: translateY(35px) scale(1.25); opacity: 1; }
  80% { transform: translateY(20px) scale(1.15); opacity: 0.85; }
  100% { transform: translateY(0) scale(1); opacity: 0.7; }
}
}

@keyframes networkMove {
  0% { background-position: 0 0, 0 0; }
  100% { background-position: 80px 40px, -80px -40px; }
}
/* Refactored hero section for intelligence overview */
.isolated-intel-hero .parallax-content {
  padding: 0;
  margin: 0 auto;
  width: 100%;
  max-width: 700px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: none;
  border: none;
  box-shadow: none;
  border-radius: 0;
}
.isolated-intel-hero .intel-hero-heading {
  font-size: 3.2rem;
  font-weight: 900;
  color: #fff;
  margin-bottom: 24px;
  letter-spacing: -2px;
  text-align: left;
  margin-left: 0;
}
.isolated-intel-hero .intel-hero-desc {
  font-size: 1.18rem;
  color: #fff;
  margin-bottom: 32px;
  line-height: 1.5;
  text-align: left;
  margin-left: 0;
}
.isolated-intel-hero .intel-hero-btn {
  font-size: 1.15rem;
  font-weight: 600;
  padding: 0.85em 2.2em;
  border-radius: 32px;
  background: linear-gradient(90deg, #2176ff 0%, #4264e4 100%);
  color: #fff;
  box-shadow: 0 2px 16px rgba(33,118,255,0.12);
  border: none;
  transition: background 0.2s, box-shadow 0.2s;
  text-align: left;
  margin-left: 0;
  display: inline-block;
}
.isolated-intel-hero .intel-hero-btn:hover {
  background: linear-gradient(90deg, #4264e4 0%, #2176ff 100%);
  box-shadow: 0 4px 24px rgba(33,118,255,0.18);
}
/* Glassmorphism hero card for intelligence overview page */
.isolated-intel-hero .parallax-content {
  /* removed duplicate legacy rules */
.isolated-intel-hero .parallax-content header h2 {
  font-size: 4rem;
  font-weight: 900;
  color: #fff;
  margin-bottom: 32px;
  letter-spacing: 0.01em;
  text-align: left;
}
}
.intel-feature-isolated .intel-card-icon {
  width: 64px;
  height: 64px;
  margin: 0 auto 24px auto;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #2176ff 0%, #4264e4 100%);
  border-radius: 20px;
  box-shadow: 0 2px 8px rgba(10,31,68,0.08);
}
.intel-feature-isolated .intel-card-icon svg {
  width: 32px;
  height: 32px;
  stroke: #fff;
  fill: none;
  display: block;
}
.intel-feature-isolated .intel-card-stat {
  font-size: 4rem;
  font-weight: 900;
  color: #232323;
  margin-bottom: 0.5rem;
  font-family: 'Barlow', sans-serif;
  letter-spacing: -2px;
}
.intel-feature-isolated .intel-card-subtitle {
  font-size: 1.25rem;
  font-weight: 800;
  color: #111;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  margin-bottom: 0.5rem;
}
.intel-feature-isolated .intel-card-desc {
  font-size: 1.1rem;
  color: #86868b;
  font-weight: 400;
  margin-bottom: 0;
}
/* Isolated INTEL OVERVIEW FEATURE SECTION styles */
.intel-feature-isolated-title {
  font-size: 3.2rem;
  font-weight: 900;
  color: #111;
  margin-bottom: 32px;
  font-family: 'Barlow', sans-serif;
  text-align: left;
  width: 100%;
}
/* Apple-style card and slider for intel overview */
.intel-slider {
  position: relative;
  width: 100%;
  max-width: 700px;
  margin: 0 auto 32px auto;
  /* overflow: hidden; */
  background: none;
}
.intel-slider-track {
  display: flex;
  transition: transform 0.7s cubic-bezier(.77,.2,.32,1);
  gap: 32px;
}
.intel-card.apple-card {
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 8px 32px rgba(0,0,0,0.10);
  padding: 2.2rem 2rem 1.6rem 2rem;
  min-width: 280px;
  max-width: 320px;
  flex: 0 0 48%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  font-family: 'Barlow', Arial, sans-serif;
  margin-bottom: 0;
  transition: box-shadow 0.3s;
}
.intel-card.apple-card:hover {
  box-shadow: 0 12px 40px rgba(25,84,156,0.18);
}
.intel-card-icon {
  margin-bottom: 18px;
}
.intel-card h3 {
  font-size: 1.25rem;
  font-weight: 700;
  color: #19549c;
  margin-bottom: 0.7rem;
}
.intel-card p {
  font-size: 1.08rem;
  color: #222;
  margin-bottom: 0;
}
.intel-slider-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  margin-top: 18px;
}
.intel-slider-dots .dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #e0e0e0;
  transition: background 0.3s;
  cursor: pointer;
}
.intel-slider-dots .dot.active {
  background: #19549c;
}
/* White headers above dynamic paragraphs */
.dynamic-header {
  color: #fff;
  font-size: 1.25rem;
  font-weight: 700;
  margin: 2.2rem 0 0.5rem 0;
  text-align: center;
}
/* Staggered fade-in for dynamic paragraphs */
.dynamic-para {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 2.2s cubic-bezier(.77,0,.175,1), transform 2.2s cubic-bezier(.77,0,.175,1);
  font-size: 1.35rem;
  color: #fff;
  margin: 1.2rem auto;
  max-width: 600px;
  text-align: center;
}
.dynamic-para.visible {
  opacity: 1;
  transform: translateY(0);
}
/* Extra large h2 for dynamic product section */
.dynamic-product-h2 {
  font-size: 3.2rem;
  font-weight: 900;
  line-height: 1.1;
  color: #fff;
  margin-bottom: 1.2rem;
  font-family: 'Barlow', sans-serif;
}

/* Hero Section Specific Styles */
.hero-main-image,
.dynamic-section-image {
  width: 100%;
  height: auto;
}

.hero-main-title {
  font-size: 3.2rem;
  font-weight: 800;
  color: #fff;
  margin-bottom: 18px;
  line-height: 1.1;
  font-family: 'Barlow', sans-serif;
}

.hero-main-description,
.dynamic-section-description {
  font-size: 1.18rem;
  color: #fff;
  max-width: 520px;
  margin-bottom: 24px;
}

.dynamic-section-description {
  margin-bottom: 0;
}

.hero-main-btn,
.hero-cta-btn {
  margin-top: 0;
  font-size: 1.15rem;
  padding: 0.85em 2.2em;
}

/* Call to Action Block Styles */
.hero-cta-block .product-copy {
  flex: 1 1 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.hero-cta-title {
  font-size: 3.2rem;
  font-weight: 800;
  color: #fff;
  margin-bottom: 18px;
  line-height: 1.1;
  font-family: 'Barlow', sans-serif;
}

.hero-cta-description {
  font-size: 1.18rem;
  color: #fff;
  margin-bottom: 32px;
  max-width: 520px;
}

.hero-cta-actions {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  justify-content: center;
}

.hero-cta-btn-outline {
  margin-top: 0;
  font-size: 1.15rem;
  padding: 0.85em 2.2em;
  background: rgba(255, 255, 255, 0.1);
  border: 2px solid #fff;
  color: #fff;
  box-shadow: none;
}
.hero-cta-btn-outline:hover {
  background: rgba(255, 255, 255, 0.2);
  transform: translateY(-1px);
}

/* Responsive Hero Styles */
@media (max-width: 1024px) {
  .hero-main-title {
    font-size: 2.8rem;
  }
  
  .hero-cta-title {
    font-size: 2.8rem;
  }
  
  .dynamic-product-h2 {
    font-size: 2.8rem;
  }
}

@media (max-width: 768px) {
  .hero-main-title {
    font-size: 2.4rem;
  }
  
  .hero-cta-title {
    font-size: 2.4rem;
  }
  
  .dynamic-product-h2 {
    font-size: 2.4rem;
  }
  
  .hero-main-description,
  .dynamic-section-description,
  .hero-cta-description {
    font-size: 1rem;
  }
  
  .hero-cta-actions {
    flex-direction: column;
    align-items: center;
    gap: 12px;
  }
  
  .hero-main-btn,
  .hero-cta-btn,
  .hero-cta-btn-outline {
    font-size: 1rem;
    padding: 0.75em 1.8em;
  }
}

@media (max-width: 480px) {
  .hero-main-title {
    font-size: 2rem;
  }
  
  .hero-cta-title {
    font-size: 2rem;
  }
  
  .dynamic-product-h2 {
    font-size: 2rem;
  }
}
/* Dynamic Product Section Styles */
.dynamic-product-section {
  position: relative;
  width: 100vw;
  min-height: 100vh;
  /* overflow: hidden; */
  display: block;
}
/* Timeline dynamic content block styles */
.dynamic-product-timeline-flex {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 80vw;
  max-width: 1200px;
  margin: 0 auto;
}
.timeline-container {
  background: rgba(30, 40, 60, 0.85);
  border-radius: 18px;
  padding: 2.5rem 2rem;
  box-shadow: 0 8px 32px rgba(0,0,0,0.18);
  width: 100%;
  max-width: 900px;
}
.timeline-list {
  list-style: none;
  padding: 0;
  margin: 2rem 0 0 0;
}
.timeline-item {
  position: relative;
  padding-left: 0;
  margin-bottom: 2.2rem;
  color: #fff;
  font-size: 1.25rem;
}
.timeline-item:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.7rem;
  width: 16px;
  height: 16px;
  background: #4fc3f7;
  border-radius: 50%;
  box-shadow: 0 2px 8px rgba(0,0,0,0.12);
}
/* Fade-in-up animation for timeline */
.fade-in-up {
  opacity: 0;
  transform: translateY(60px);
  transition: opacity 0.8s cubic-bezier(.77,0,.175,1), transform 0.8s cubic-bezier(.77,0,.175,1);
}
.fade-in-up.visible {
  opacity: 1;
  transform: translateY(0);
}
.dynamic-product-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.dynamic-product-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  z-index: 1;
}
.dynamic-product-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 2;
  pointer-events: none;
}
.dynamic-product-content {
  position: relative;
  z-index: 3;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  margin-top: 2vh;
}
.dynamic-product-flex {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 4vw;
  width: 80vw;
  max-width: 1200px;
  margin: 0 auto;
}
.product-image {
  flex: 1 1 30%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  max-width: 600px;
}
.dynamic-img {
  width: 100%;
  height: auto;
  border-radius: 0;
  box-shadow: none;
}
.product-title {
  font-size: 3.2rem;
  font-weight: 800;
  margin-bottom: 2.2rem;
  color: #fff;
}
.product-copy {
  flex: 1 1 60%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  color: #fff;
  background: none;
  padding: 0;
  border-radius: 0;
  box-shadow: none;
  min-width: 320px;
  max-width: 600px;
}
/* Animation classes */
/* Enhanced fade-in for dynamic product section */
.fade-in-left {
  opacity: 0;
  transform: translateX(-120vw) scale(0.92) rotate(-6deg);
  filter: blur(8px);
  box-shadow: 0 0 0 rgba(0,0,0,0);
  transition:
    opacity 1.2s cubic-bezier(.77,.2,.32,1),
    transform 1.2s cubic-bezier(.77,.2,.32,1),
    filter 1.2s cubic-bezier(.77,.2,.32,1),
    box-shadow 1.2s cubic-bezier(.77,.2,.32,1);
}
.fade-in-right {
  opacity: 0;
  transform: translateX(120vw) scale(0.92) rotate(6deg);
  filter: blur(8px);
  box-shadow: 0 0 0 rgba(0,0,0,0);
  transition:
    opacity 1.2s cubic-bezier(.77,.2,.32,1),
    transform 1.2s cubic-bezier(.77,.2,.32,1),
    filter 1.2s cubic-bezier(.77,.2,.32,1),
    box-shadow 1.2s cubic-bezier(.77,.2,.32,1);
}
.visible.fade-in-left {
  opacity: 1;
  transform: translateX(0) scale(1) rotate(0deg);
  filter: blur(0);
  box-shadow: none;
}
.visible.fade-in-right {
  opacity: 1;
  transform: translateX(0) scale(1) rotate(0deg);
  filter: blur(0);
  box-shadow: none;
}

/* Dynamic Mobile App Header Animation */
.mobile-app-header {
  opacity: 1;
  transform: translateY(0) scale(1);
  animation: headerPulse 3s ease-in-out infinite;
}

@keyframes headerPulse {
  0%, 100% { 
    text-shadow: 0 0 10px rgba(255,255,255,0.3), 0 0 20px rgba(255,255,255,0.2); 
    transform: scale(1);
  }
  50% { 
    text-shadow: 0 0 20px rgba(255,255,255,0.5), 0 0 30px rgba(255,255,255,0.3), 0 0 40px rgba(255,255,255,0.1); 
    transform: scale(1.02);
  }
}

/* Dynamic Mobile App Paragraph Animation */
.mobile-app-paragraph {
  opacity: 1;
  transform: translateY(0);
  animation: textGlow 4s ease-in-out infinite;
}

@keyframes textGlow {
  0%, 100% { 
    color: #fff;
  }
  50% { 
    color: #f0f8ff;
    text-shadow: 0 0 8px rgba(255,255,255,0.4);
  }
}
/* Hide overlay content in particles video section until scroll up */
.particles-hide-overlay {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.5s cubic-bezier(.4,0,.2,1);
}
.particles-show-overlay {
  opacity: 1;
  pointer-events: auto;
}
/* Logo above hero copy in particles video section */
.particles-clearcase-logo {
  width: 220px;
  max-width: 90vw;
  margin-bottom: 18px;
  display: block;
}
/* Fade-in-up animation for scroll */
.fade-in-up {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.7s cubic-bezier(.4,0,.2,1), transform 0.7s cubic-bezier(.4,0,.2,1);
}
.fade-in-up.visible {
  opacity: 1;
  transform: none;
}
/* Right-side hero content for particles video section */
.particles-clearcase-hero {
  color: #fff;
  max-width: 480px;
  margin-left: 3vw;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.particles-clearcase-title {
  font-family: 'Barlow', Arial, sans-serif;
  font-size: 2.8rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  margin-bottom: 18px;
  color: #fff;
}
.particles-clearcase-desc {
  font-size: 1.18rem;
  margin-bottom: 32px;
  color: #fff;
  line-height: 1.4;
}
.particles-clearcase-btn {
  display: inline-block;
  background: #2563eb;
  color: #fff;
  font-size: 1.18rem;
  font-weight: 600;
  padding: 16px 38px;
  border-radius: 32px;
  text-decoration: none;
  box-shadow: 0 4px 16px rgba(10,31,68,0.13);
  transition: background 0.2s;
}
.particles-clearcase-btn:hover {
  background: #1741a6;
}
/* Layout for particles video section with left image */
.particles-video-inner {
  display: flex;
  width: 100%;
  height: 100vh;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  z-index: 2;
}
.particles-video-left {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 100%;
  padding-left: 5vw;
}
.particles-clearcase-img {
  max-height: 70vh;
  width: auto;
  display: block;
  box-shadow: 0 8px 32px rgba(10,31,68,0.18);
}
.particles-video-right {
  flex: 1 1 0;
  /* Add right-side content styles here if needed */
}
/* Full width and height particles video section */
.particles-video-section {
  position: relative;
  width: 100vw;
  min-height: 100vh;
  /* overflow: hidden; */
  margin: 0;
  padding: 0;
  display: flex;
  align-items: stretch;
  justify-content: center;
}
.particles-video-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  /* height: 100vh; */
  z-index: 0;
  /* overflow: hidden; */
}
.particles-video {
  width: 100vw;
  height: 100vh;
  object-fit: cover;
  display: block;
}
.particles-video-content {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
/* ClearCase hero copy image style */
.clearcase-copy-img {
  max-width: 32vw;
  width: 100%;
  height: auto;
  display: block;
  margin-left: 0;
  margin-right: auto;
}
/* ClearCase hero overlay two-column layout */
.clearcase-hero-columns {
  display: flex;
  flex-direction: row;
  width: 100vw;
  height: 100vh;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 10;
}
.clearcase-hero-col {
  flex: 1 1 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-width: 0;
  height: 100%;
}
.clearcase-hero-img-col {
  align-items: flex-end;
  justify-content: center;
}
.clearcase-hero-copy-col {
  align-items: flex-start;
  justify-content: center;
  padding-left: 2vw;
}
/* ClearCase hero two-stage scroll animation */
.clearcase-img {
  position: absolute;
  left: 6vw;
  top: 50%;
  max-width: 48vw;
  max-height: 75vh;
  transform: translateY(-50%) scale(0.8);
  opacity: 0;
  pointer-events: none;
  transition: opacity 1.1s cubic-bezier(.4,0,.2,1), transform 1.1s cubic-bezier(.4,0,.2,1);
  z-index: 3;
}
.clearcase-img.fadein-visible {
  opacity: 1;
  transform: translateY(-50%) scale(1);
  pointer-events: auto;
/* --- ClearCase hero animation new classes --- */
.clearcase-img.clearcase-visible {
  opacity: 1;
  transform: translateY(-50%) scale(1);
  pointer-events: auto;
  z-index: 4;
}
.clearcase-img.clearcase-fadeout {
  opacity: 0;
  transform: translateY(-80%) scale(1);
  pointer-events: none;
  transition: opacity 0.7s, transform 0.7s;
}
.clearcase-copy.clearcase-visible {
  opacity: 1;
  transform: translateY(0);
}
.clearcase-copy.clearcase-fadeout {
  opacity: 0;
  transform: translateY(-60%);
  pointer-events: none;
  transition: opacity 0.7s, transform 0.7s;
}
.clearcase-hidden {
  opacity: 0;
  pointer-events: none;
}
  transform: translateY(-60%);
  pointer-events: none;
  transition: opacity 0.7s, transform 0.7s;
}
.fadein-hidden {
  opacity: 0;
  pointer-events: none;
}
body.lock-scroll {
  overflow: auto;
  height: auto;
}
.machine-section {
  text-align: center;
  padding: 80px 0 60px 0;
}
.machine-img-wrap {
  width: 100%;
  max-width: 520px;
  margin: 0 auto 32px auto;
  position: relative;
  height: auto;
}
#machine-img {
  transition: transform 1.2s cubic-bezier(.4, 0, .2, 1);
  will-change: transform;
}
/* Material-style textarea for contact form */
.intel-contact-form .material-textarea {
  position: relative;
  margin-bottom: 24px;
  width: 100%;
}
.intel-contact-form .material-textarea textarea {
  width: 100%;
  border: none;
  border-bottom: 2px solid #e3eaf3;
  background: transparent;
  font-size: 1.15rem;
  color: #42526e;
  padding: 1.1em 0 0.5em 0;
  font-family: inherit;
  font-weight: 500;
  outline: none;
  min-height: 80px;
  resize: vertical;
  transition: border-color 0.2s;
}
.intel-contact-form .material-textarea textarea:focus {
  border-bottom: 2px solid #4da3ff;
}
.intel-contact-form .material-textarea label {
  position: absolute;
  left: 0;
  top: 1.1em;
  color: #90a4ae;
  font-size: 1.1rem;
  font-weight: 500;
  pointer-events: none;
  transition: 0.2s cubic-bezier(.4,0,.2,1);
}
.intel-contact-form .material-textarea textarea:focus + label,
.intel-contact-form .material-textarea textarea:not(:placeholder-shown) + label {
  top: -0.7em;
  left: 0;
  font-size: 0.95rem;
  color: #4da3ff;
  background: #fff;
  padding: 0 4px;
}
/* Enhanced Material-style text fields for contact form */
.intel-contact-form .material-textfield {
  position: relative;
  margin-bottom: 28px;
  width: 100%;
}

.intel-contact-form .material-textfield input {
  width: 100%;
  border: none;
  border-bottom: 2px solid #e3eaf3;
  background: transparent;
  font-size: 1.15rem;
  color: #42526e;
  padding: 1.2em 0 0.7em 0;
  font-family: inherit;
  font-weight: 500;
  outline: none;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.intel-contact-form .material-textfield input:focus {
  border-bottom: 2px solid #007aff;
  transform: translateY(-1px);
}

.intel-contact-form .material-textfield input:focus::placeholder {
  opacity: 0;
}

.intel-contact-form .material-textfield label {
  position: absolute;
  left: 0;
  top: 1.2em;
  color: #90a4ae;
  font-size: 1.1rem;
  font-weight: 500;
  pointer-events: none;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transform-origin: left top;
}

.intel-contact-form .material-textfield input:focus + label,
.intel-contact-form .material-textfield input:not(:placeholder-shown) + label {
  top: -0.5em;
  left: 0;
  font-size: 0.9rem;
  color: #007aff;
  background: rgba(255, 255, 255, 0.9);
  padding: 0 6px;
  border-radius: 4px;
  font-weight: 600;
}

/* Enhanced material textarea */
.intel-contact-form .material-textarea {
  position: relative;
  margin-bottom: 28px;
  width: 100%;
}

.intel-contact-form .material-textarea textarea {
  width: 100%;
  border: 2px solid #e3eaf3;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.9);
  font-size: 1.1rem;
  color: #42526e;
  padding: 1.2em 1em 0.7em 1em;
  font-family: inherit;
  font-weight: 500;
  outline: none;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  resize: vertical;
  min-height: 120px;
}

.intel-contact-form .material-textarea textarea:focus {
  border-color: #007aff;
  background: rgba(255, 255, 255, 1);
  box-shadow: 0 0 0 4px rgba(0, 122, 255, 0.1);
  transform: translateY(-1px);
}

.intel-contact-form .material-textarea label {
  position: absolute;
  left: 1em;
  top: 1.2em;
  color: #90a4ae;
  font-size: 1.1rem;
  font-weight: 500;
  pointer-events: none;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transform-origin: left top;
}

.intel-contact-form .material-textarea textarea:focus + label,
.intel-contact-form .material-textarea textarea:not(:placeholder-shown) + label {
  top: -0.5em;
  left: 0.7em;
  font-size: 0.9rem;
  color: #007aff;
  background: rgba(255, 255, 255, 0.95);
  padding: 0 6px;
  border-radius: 4px;
  font-weight: 600;
}
/* Enhanced custom dropdown menu */
.custom-select {
  position: relative;
  width: 100%;
  font-family: inherit;
  margin-bottom: 24px;
}

.custom-select-selected {
  background: rgba(255, 255, 255, 0.9);
  border: 2px solid #e3eaf3;
  border-radius: 12px;
  padding: 16px 3em 16px 18px;
  min-height: 48px;
  font-size: 1rem;
  color: #42526e;
  font-weight: 500;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  backdrop-filter: blur(10px);
}

.custom-select-selected.open,
.custom-select-selected:focus,
.custom-select:focus .custom-select-selected {
  border-color: #007aff;
  background: rgba(255, 255, 255, 1);
  box-shadow: 0 0 0 4px rgba(0, 122, 255, 0.1);
  transform: translateY(-1px);
}

.custom-select-arrow {
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
  width: 1.2em;
  height: 1.2em;
  pointer-events: none;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  color: #90a4ae;
  font-size: 1.2em;
}

.custom-select-selected.open .custom-select-arrow {
  transform: translateY(-50%) rotate(180deg);
  color: #007aff;
}

.custom-select-options {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.98);
  backdrop-filter: blur(20px);
  border: 2px solid #e3eaf3;
  border-top: none;
  border-radius: 0 0 12px 12px;
  max-height: 200px;
  overflow-y: auto;
  z-index: 100;
  opacity: 0;
  transform: translateY(-10px);
  visibility: hidden;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 8px 25px rgba(10, 31, 68, 0.15);
}

.custom-select-selected.open + .custom-select-options {
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
  border-color: #007aff;
}

.custom-select-option {
  padding: 14px 18px;
  font-size: 1rem;
  color: #42526e;
  cursor: pointer;
  transition: all 0.2s ease;
  font-weight: 500;
  border-bottom: 1px solid rgba(227, 234, 243, 0.5);
}

.custom-select-option:last-child {
  border-bottom: none;
}

.custom-select-option:hover {
  background: rgba(0, 122, 255, 0.1);
  color: #007aff;
  transform: translateX(4px);
}

.custom-select-option.selected {
  background: rgba(0, 122, 255, 0.15);
  color: #007aff;
  font-weight: 600;
}

.custom-select-option.selected::after {
  content: '✓';
  float: right;
  color: #007aff;
  font-weight: bold;
}
.custom-select-options {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 110%;
  background: #fff;
  border: 2px solid #e3eaf3;
  border-radius: 10px;
  box-shadow: 0 4px 24px rgba(77,163,255,0.07);
  z-index: 10;
  margin-top: 2px;
  padding: 0;
}
.custom-select.open .custom-select-options {
  display: block;
}
.custom-select-option {
  padding: 0.6em 1em;
  font-size: 1.13rem;
  color: #42526e;
  cursor: pointer;
  transition: background 0.18s, color 0.18s;
}
.custom-select-option.selected,
.custom-select-option:hover {
  background: #4da3ff;
  color: #fff;
}
.custom-select-option:first-child {
  font-weight: 700;
}
/* Material-style select for contact section */
.intel-contact-form select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: #fff url('data:image/svg+xml;utf8,<svg fill="none" height="24" viewBox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M7 10l5 5 5-5" stroke="%2390A4AE" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>') no-repeat right 1.2rem center/1.5em;
  border: 2px solid #e3eaf3;
  border-radius: 12px;
  padding: 0.9em 2.5em 0.9em 1.2em;
  font-size: 1.15rem;
  color: #42526e;
  font-family: inherit;
  font-weight: 500;
  box-shadow: none;
  transition: border-color 0.2s, box-shadow 0.2s;
  outline: none;
  margin-bottom: 18px;
}
.intel-contact-form select:hover {
  border-color: #b3c7e6;
}
.intel-contact-form select:focus {
  border-color: #4da3ff;
  box-shadow: 0 0 0 2px #e3f0ff;
}
.intel-contact-form select:active {
  border-color: #4da3ff;
}
.intel-contact-form select:disabled {
  background: #f5f7fa;
  color: #b0b8c1;
  cursor: not-allowed;
}
/* Remove default arrow in IE */
.intel-contact-form select::-ms-expand {
  display: none;
}
/* Fade-in animation for sections on scroll */
.fade-in-section {
  opacity: 0;
  transform: translateY(32px);
  transition: opacity 1.8s cubic-bezier(.4,0,.2,1), transform 1.8s cubic-bezier(.4,0,.2,1);
  will-change: opacity, transform;
}
.fade-in-section.visible {
  opacity: 1;
  transform: none;
}
/* Hover effect for additional news cards */
.newsroom-additional-card {
  transition: transform 0.18s cubic-bezier(.4,0,.2,1), box-shadow 0.18s cubic-bezier(.4,0,.2,1);
}
.newsroom-additional-card:hover {
  transform: translateY(-4px) scale(1.025);
  box-shadow: 0 8px 32px rgba(25,84,156,0.13);
  z-index: 2;
}
/* Center pagination at the bottom */
.newsroom-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin: 36px auto 0 auto;
  width: fit-content;
}
/* Hover effect for Survive First image link */
.newsroom-newest-img a img {
  transition: transform 0.25s cubic-bezier(.4,0,.2,1), box-shadow 0.25s cubic-bezier(.4,0,.2,1);
}
.newsroom-newest-img a:hover img {
  transform: scale(1.04) translateY(-2px);
  box-shadow: 0 8px 32px rgba(25,84,156,0.18);
  cursor: pointer;
}
/* === BLUE ROW SECTION === */
.newsroom-blue-row {
  width: 100%;
  margin: 0;
  padding: 0;
}
.newsroom-blue-fill {
  width: 100%;
  height: 250px;
  background: #25477b;
}
/* === ADDITIONAL HEADLINES SECTION === */
.newsroom-additional-headlines {
  width: 100%;
  margin: 0 0 40px 0;
  background: #fff;
}
.newsroom-additional-row {
  display: flex;
  gap: 56px;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 24px;
}
@media (max-width: 900px) {
  .newsroom-additional-row {
    flex-direction: column;
    gap: 24px;
  }
}
.newsroom-additional-col {
  flex: 1 1 0;
  min-width: 0;
  display: flex;
  justify-content: flex-start;
}
.newsroom-additional-card {
  display: flex;
  align-items: flex-start;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(10,31,68,0.07);
  overflow: hidden;
  width: 100%;
  min-width: 0;
  max-width: 520px;
  min-height: 90px;
}
.newsroom-additional-img {
  flex: 0 0 150px;
  max-width: 150px;
  min-width: 100px;
  height: 140px;
  overflow: hidden;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  background: #e6eef7;
}
.newsroom-additional-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.newsroom-additional-content {
  flex: 1;
  min-width: 0;
  padding: 20px 18px 16px 24px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.newsroom-additional-title {
  color: #19549c;
  font-size: 1rem;
  font-weight: 800;
  margin-bottom: 5px;
  line-height: 1.15;
}
.newsroom-additional-date {
  color: #222;
  font-size: 0.92rem;
  font-weight: 700;
  margin-bottom: 8px;
  margin-top: 0;
  display: flex;
  align-items: center;
  gap: 6px;
}
.newsroom-additional-date-hr {
  flex: 1;
  border: none;
  border-top: 2px solid #e6e6e6;
  margin: 0 0 0 6px;
  height: 0;
}
.newsroom-additional-desc p {
  margin: 0 0 6px 0;
  font-size: 0.92rem;
  color: #222;
}
.newsroom-additional-readmore {
  color: #19549c;
  font-weight: 600;
  font-size: 0.92rem;
  text-decoration: underline;
  margin-top: 4px;
  display: inline-block;
}
@media (max-width: 1100px) {
  .newsroom-additional-row {
    flex-direction: column;
    gap: 24px;
  }
  .newsroom-additional-img {
    min-width: 0;
    max-width: 100%;
    width: 100%;
    height: 220px;
    margin-bottom: 0;
  }
  .newsroom-additional-content {
    padding: 24px 16px 16px 24px;
  }
}
/* === NEWEST HEADLINE SECTION === */
.newsroom-newest-headline {
  width: 100%;
  margin: 0 0 40px 0;
  background: #fff;
}
.newsroom-newest-container {
  display: flex;
  align-items: flex-start;
  gap: 48px;
  max-width: 1400px;
  margin: 48px auto 0 auto;
  padding: 0 24px;
}
.newsroom-newest-img {
  background: none;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 600px;
  max-width: 600px;
  height: 320px;
  box-sizing: border-box;
  margin-right: 0;
}
.newsroom-newest-img img {
  max-width: 90%;
  max-height: 80%;
  display: block;
}
.newsroom-newest-content {
  flex: 1;
  min-width: 320px;
  max-width: 700px;
  display: block;
  padding-top: 0;
}
.newsroom-newest-title {
  color: #19549c;
  font-size: 2rem;
  font-weight: 800;
  margin-bottom: 8px;
  line-height: 1.18;
}
.newsroom-newest-date {
  color: #222;
  font-size: 1.08rem;
  font-weight: 700;
  margin-bottom: 16px;
  margin-top: 0;
  display: flex;
  align-items: center;
  gap: 12px;
}
.newsroom-newest-date-hr {
  flex: 1;
  border: none;
  border-top: 4px solid #e6e6e6;
  margin: 0 0 0 12px;
  height: 0;
}
.newsroom-newest-desc p {
  margin: 0 0 12px 0;
  font-size: 1.08rem;
  color: #222;
}
.newsroom-newest-readmore {
  color: #19549c;
  font-weight: 600;
  font-size: 1.08rem;
  text-decoration: underline;
  margin-top: 8px;
  display: inline-block;
}
@media (max-width: 1100px) {
  .newsroom-newest-container {
    flex-direction: column;
    gap: 24px;
    align-items: stretch;
  }
  .newsroom-newest-img {
    min-width: 0;
    max-width: 100%;
    width: 100%;
    height: 220px;
    margin-bottom: 0;
  }
}
.newsroom-feature-desc {
  margin-bottom: 32px;
}

/* Read more arrow styles for featured news */
.news-featured-readmore {
  margin-top: 10px;
}
.readmore-link {
  display: inline-flex;
  align-items: center;
  font-size: 1.08rem;
  font-weight: 500;
  color: #2563eb;
  text-decoration: none;
  transition: color 0.18s;
}
.readmore-link:hover {
  color: #1741a6;
  text-decoration: underline;
}
.readmore-arrow {
  font-size: 1.2em;
  margin-left: 6px;
}

.newsroom-card {
  /* ...existing code... */
  margin-bottom: 28px;
}
.newsroom-row-cards .newsroom-card:last-child {
  margin-bottom: 0;
}
/* NEWSROOM PAGE STYLES */
.newsroom-main {
  max-width: 1200px;
  margin: 0 auto 48px auto;
  padding: 32px 16px 0 16px;
  font-family: 'Barlow', Arial, sans-serif;
}

/* Newsroom mini cards */
/* Add more padding between main news cards and mini card row */
.news-mini-row {
  grid-column: 1 / 3;
  display: flex;
  gap: 24px;
  margin-top: 40px;
}
.news-mini-card {
  flex: 1;
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 2px 12px rgba(0,0,0,0.04);
  display: flex;
  flex-direction: column;
}
.news-mini-img {
  width: 100%;
  min-height: 90px;
  object-fit: cover;
  background: #111;
}
.news-mini-card-content {
  padding: 16px 14px 14px 14px;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.news-mini-card-label {
  font-size: 0.85rem;
  font-weight: 700;
  color: #6b7280;
  letter-spacing: 1px;
  margin-bottom: 6px;
  text-transform: uppercase;
}
.news-mini-card-title {
  font-size: 1.01rem;
  font-weight: 800;
  color: #18181b;
  margin-bottom: 8px;
  line-height: 1.18;
}
.news-mini-card-meta {
  font-size: 0.93rem;
  color: #6b7280;
}
@media (max-width: 900px) {
  .news-mini-row { flex-direction: column; gap: 18px; }
}
.newsroom-page {
  background: #f6f7fa;
  font-family: 'Barlow', Arial, sans-serif;
}
.newsroom-page .newsroom-container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 48px 0 64px 0;
}
.newsroom-page .newsroom-title {
  font-size: 2.4rem;
  font-weight: 800;
  margin-bottom: 32px;
  color: #222;
}
.newsroom-page .news-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
}
.newsroom-page .news-featured {
  grid-column: 1 / 3;
  display: flex;
  background: #fff;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 2px 16px rgba(0,0,0,0.04);
  margin-bottom: 24px;
}
.newsroom-page .news-featured-img { width:50%; object-fit:cover; min-height:260px; }
.newsroom-page .news-featured-content { padding:32px 32px 32px 24px; display:flex; flex-direction:column; justify-content:center; width:50%; }
.newsroom-page .news-featured-label { font-size:0.95rem; font-weight:700; color:#6b7280; letter-spacing:1px; margin-bottom:8px; text-transform:uppercase; }
.newsroom-page .news-featured-title { font-size:1.6rem; font-weight:500; color:#18181b; margin-bottom:16px; line-height:1.2; }
.newsroom-page .news-featured-readmore { margin-top:8px; }
.newsroom-page .news-featured-readmore .readmore-link { font-size:0.95rem; color:#2563eb; text-decoration:none; }
.newsroom-page .news-featured-readmore .readmore-arrow { margin-left:4px; font-size:1.2rem; }
.newsroom-page .news-featured-meta { font-size:0.98rem; color:#6b7280; display:flex; align-items:center; gap:8px; }
.newsroom-page .news-card { background:#fff; border-radius:24px; overflow:hidden; box-shadow:0 2px 16px rgba(0,0,0,0.04); display:flex; flex-direction:column; }
.newsroom-page .news-card-img { width:100%; object-fit:cover; min-height:180px; background:#111; }
.newsroom-page .news-card-content { padding:28px 24px 24px 24px; flex:1; display:flex; flex-direction:column; justify-content:flex-end; }
.newsroom-page .news-card-label { font-size:0.92rem; font-weight:700; color:#6b7280; letter-spacing:1px; margin-bottom:8px; text-transform:uppercase; }
.newsroom-page .news-card-title { font-size:1.18rem; font-weight:800; color:#18181b; margin-bottom:12px; line-height:1.22; }
.newsroom-page .news-card-meta { font-size:0.98rem; color:#6b7280; display:flex; align-items:center; gap:8px; }
@media (max-width:900px) {
  .newsroom-page .news-grid { grid-template-columns:1fr; }
  .newsroom-page .news-featured { flex-direction:column; }
  .newsroom-page .news-featured-img, .newsroom-page .news-featured-content { width:100%; }
}
@media (max-width:600px) {
  .newsroom-page .newsroom-container { padding:24px 0 32px 0; }
  .newsroom-page .news-featured-content, .newsroom-page .news-card-content { padding:18px 12px 16px 12px; }
  .newsroom-page .news-title { font-size:2rem; }
}
.newsroom-row {
  display: flex;
  gap: 32px;
  margin-bottom: 32px;
}
.newsroom-row-top {
  align-items: flex-start;
}
.newsroom-feature-img {
  flex: 0 0 420px;
  max-width: 420px;
  min-width: 260px;
  margin-right: 24px;
}
.newsroom-feature-img img {
  width: 100%;
  border-radius: 4px;
  display: block;
}
.newsroom-feature-content {
  flex: 1;
  min-width: 0;
}
.newsroom-feature-title {
  color: #19549c;
  font-size: 1.35rem;
  font-weight: 800;
  margin-bottom: 8px;
  line-height: 1.2;
}

/* Make featured news title less bold and use Barlow Medium */
.news-featured-title {
  font-family: 'Barlow', Arial, sans-serif;
  font-weight: 200;
}
.newsroom-date {
  color: #222;
  font-size: 0.98rem;
  font-weight: 600;
  margin-bottom: 8px;
  margin-top: 2px;
  border-bottom: 3px solid #e6e6e6;
  display: inline-block;
  padding-bottom: 2px;
}
.newsroom-feature-desc p {
  margin: 0 0 8px 0;
  font-size: 1rem;
  color: #222;
}
.newsroom-feature-content a.newsroom-readmore {
  color: #19549c;
  font-weight: 600;
  font-size: 1rem;
  text-decoration: underline;
  margin-top: 4px;
  display: inline-block;
}
.newsroom-row-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  margin-bottom: 32px;
  align-items: start;
}
.newsroom-col {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.newsroom-card {
  min-width: 0;
  max-width: 100%;
  flex-direction: column;
}
@media (max-width: 1000px) {
  .newsroom-row-cards {
    grid-template-columns: 1fr 1fr;
    gap: 24px;
  }
}
@media (max-width: 700px) {
  .newsroom-row-cards {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}
.newsroom-card {
  display: flex;
  flex: 1 1 0;
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 2px 8px rgba(10,31,68,0.07);
  overflow: hidden;
  min-width: 320px;
  max-width: 520px;
}
.newsroom-card-img {
  flex: 0 0 110px;
  max-width: 110px;
  min-width: 90px;
  height: 110px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #e6eef7;
}
.newsroom-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.newsroom-card-content {
  flex: 1;
  padding: 10px 14px 8px 14px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.newsroom-card-title {
  color: #19549c;
  font-size: 1.1rem;
  font-weight: 800;
  margin-bottom: 4px;
  line-height: 1.2;
}
.newsroom-card-desc p {
  margin: 0 0 8px 0;
  font-size: 1rem;
  color: #222;
}
.newsroom-card a.newsroom-readmore {
  color: #19549c;
  font-weight: 600;
  font-size: 1rem;
  text-decoration: underline;
  margin-top: 4px;
  display: inline-block;
}
@media (max-width: 1000px) {
  .newsroom-main {
    padding: 24px 4vw 0 4vw;
  }
  .newsroom-row, .newsroom-row-cards {
    flex-direction: column;
    gap: 24px;
  }
  .newsroom-feature-img, .newsroom-card-img {
    max-width: 100%;
    width: 100%;
    min-width: 0;
    height: auto;
  }
  .newsroom-card {
    flex-direction: row;
    min-width: 0;
    max-width: 100%;
  }
}
@media (max-width: 700px) {
  .newsroom-main {
    padding: 12px 0 0 0;
  }
  .newsroom-row, .newsroom-row-cards {
    flex-direction: column;
    gap: 16px;
  }
  .newsroom-card {
    flex-direction: column;
    min-width: 0;
    max-width: 100%;
  }
  .newsroom-card-img {
    width: 100%;
    height: 180px;
    max-width: 100%;
    min-width: 0;
  }
}
/* Customer Stories Comp Styles */
body {
  background: #f7fafd;
  font-family: 'Barlow', Arial, sans-serif;
}
.cs-main {
  display: flex;
  max-width: 1200px;
  margin: 0 auto;
  padding: 32px 0 0 0;
}
.cs-sidebar {
  width: 300px;
  background: #e6eef7;
  border-radius: 6px;
  padding: 18px 18px 18px 18px;
  font-size: 15px;
  margin-right: 32px;
}
.cs-sidebar strong, .cs-sidebar b {
  font-weight: 700;
}
.cs-sidebar ul {
  margin: 8px 0 0 18px;
  padding: 0;
}
.cs-sidebar li {
  margin-bottom: 6px;
}
.cs-sidebar .cs-label {
  color: #19549c;
  font-weight: 700;
  font-size: 13px;
  display: block;
  margin-bottom: 2px;
}
.cs-sidebar .cs-section {
  margin-bottom: 18px;
}
.cs-sidebar .cs-section:last-child {
  margin-bottom: 0;
}
.cs-quote-block {
  background: #fff;
  border-radius: 6px;
  box-shadow: 0 2px 8px rgba(10,31,68,0.07);
  padding: 24px 20px;
  margin-bottom: 24px;
  font-size: 1.1rem;
}
.cs-quote-block .cs-quote {
  font-size: 1.15rem;
  font-style: italic;
  margin-bottom: 12px;
}
.cs-quote-block .cs-quote-author {
  color: #19549c;
  font-weight: 700;
  font-size: 1rem;
}
.cs-content {
  flex: 1;
  min-width: 0;
}
.cs-content h2 {
  color: #19549c;
  font-size: 1.5rem;
  font-weight: 800;
  margin-top: 0;
  margin-bottom: 8px;
  letter-spacing: 0.01em;
}
.cs-content h3 {
  color: #19549c;
  font-size: 1.2rem;
  font-weight: 800;
  margin-top: 32px;
  margin-bottom: 8px;
  letter-spacing: 0.01em;
}
.cs-content p {
  margin-top: 0;
  margin-bottom: 18px;
  font-size: 1rem;
  line-height: 1.6;
}
.cs-content .cs-section {
  margin-bottom: 18px;
}
.cs-cards {
  margin: 32px 0 0 0;
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.cs-card {
  background: #fff;
  border-radius: 6px;
  box-shadow: 0 2px 8px rgba(10,31,68,0.07);
  padding: 16px 18px;
  display: flex;
  align-items: center;
}
.cs-card .cs-card-img {
  width: 60px;
  height: 60px;
  object-fit: cover;
  border-radius: 4px;
  margin-right: 16px;
}
.cs-card .cs-card-content {
  flex: 1;
}
.cs-card .cs-card-title {
  font-size: 1rem;
  font-weight: 700;
  color: #19549c;
  margin-bottom: 2px;
}
.cs-card .cs-card-link {
  color: #19549c;
  font-size: 0.95rem;
  text-decoration: underline;
}
.cs-video-block {
  margin: 32px 0 0 0;
  text-align: center;
}
.cs-video-block img {
  width: 320px;
  max-width: 100%;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(10,31,68,0.13);
}
@media (max-width: 1000px) {
  .cs-main {
    flex-direction: column;
  }
  .cs-sidebar {
    width: 100%;
    margin-right: 0;
    margin-bottom: 24px;
  }
}
/* Related Resources Section */
.related-resources-section {
  background: #f1f9fd;
  padding: 32px 0 32px 0;
}
.related-resources-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}
.related-resources-title {
  font-size: 1.15rem;
  font-weight: 700;
  color: #19549c;
  margin-bottom: 18px;
}
.related-resources-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 36px 32px;
  background: none;
}
.related-resource-item {
  background: #ddd;
  border-radius: 12px;
  min-height: 120px;
  min-width: 180px;
  aspect-ratio: 4/3;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.related-resource-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
  display: block;
}
.related-resource-item.placeholder {
  background: #e5e8ea;
}
@media (max-width: 900px) {
  .related-resources-grid {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: repeat(3, 1fr);
  }
}
@media (max-width: 600px) {
  .related-resources-grid {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(6, 1fr);
  }
}
/* Feature Section Animation */
.feature-animate {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.7s cubic-bezier(.4,0,.2,1), transform 0.7s cubic-bezier(.4,0,.2,1);
}
.feature-animate.visible {
  opacity: 1;
  transform: none;
}
/* Parallax Hero Video Background */
.parallax-video-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 0;
}
.parallax-video-bg video {
  width: 100vw;
  height: 100vh;
  object-fit: cover;
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  opacity: 0.7;
  pointer-events: none;
}
/* Hero Video Background and Overlay */
.hero-video-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 0;
}
.hero-video-bg video {
  width: 100vw;
  height: 100vh;
  object-fit: cover;
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  opacity: 0.7;
  pointer-events: none;
}
.hero {
  position: relative;
  overflow: hidden;
}
.hero-overlay {
  position: relative;
  z-index: 2;
}
/* FAQ Section */
.faq-section {
  background: #fff;
  padding: 56px 0 48px 0;
  position: relative;
  overflow: hidden;
}

.intel-feature-section::before {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 24px;
}
.faq-title {
  color: #19549c;
  font-size: 2rem;
  font-weight: 800;
  margin-bottom: 32px;
}
.faq-list {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.faq-item {
  background: #f7fafd;
  border-radius: 12px;
  box-shadow: none;
  padding: 0;
  overflow: hidden;
}
.faq-question {
  width: 100%;
  background: none;
  border: none;
  color: #19549c;
  font-size: 1.1rem;
  font-weight: 700;
  text-align: left;
  padding: 18px 24px 12px 24px;
  cursor: pointer;
  outline: none;
  transition: background 0.2s;
}
.faq-question[aria-expanded="true"] {
  background: #eaf3ff;
}
.faq-answer {
  display: none;
  color: #222;
  font-size: 1rem;
  padding: 0 24px 18px 24px;
}
.faq-question[aria-expanded="true"] + .faq-answer {
  display: block;
}
/* Related Resources Section */
.related-resources-section {
  background: #eef8fd;
  padding: 48px 0 32px 0;
}
.related-resources-container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 24px;
}
.related-resources-title {
  color: #19549c;
  font-size: 2rem;
  font-weight: 800;
  margin-bottom: 32px;
}
.related-resources-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 40px 32px;
}
.resource-card {
  background: #fff;
  border-radius: 16px;
  min-height: 170px;
  box-shadow: none;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0;
  overflow: hidden;
}
.resource-card.placeholder {
  background: #dbdbdb;
  border-radius: 16px;
}
.resource-thumb {
  width: 100%;
  aspect-ratio: 16/9;
  overflow: hidden;
  border-radius: 16px 16px 0 0;
}
.resource-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.resource-title {
  font-size: 1.1rem;
  font-weight: 700;
  color: #19549c;
  margin: 16px 0 0 0;
  padding: 0 0 0 4px;
}
@media (max-width: 900px) {
  .related-resources-grid {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: repeat(3, 1fr);
    gap: 28px 18px;
  }
}
@media (max-width: 600px) {
  .related-resources-grid {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(6, 1fr);
    gap: 18px 0;
  }
}
/* Tighter spacing between H4 and paragraphs in 2-column section */
.clearcase-3col-related h4 {
  margin-bottom: 6px;
}
.clearcase-3col-related h4 + p {
  margin-top: 0;
}

/* Custom 2-column section below mobile app */
.custom-2col-section {
  padding: 64px 0;
  background: #f7fafd;
}
.custom-2col-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
}
.custom-2col-left, .custom-2col-right {
  background: none;
  padding: 0 16px;
}
.custom-2col-left h2, .custom-2col-right h2 {
  font-size: 2rem;
  margin-bottom: 18px;
}
.custom-2col-left p, .custom-2col-right p {
  color: #222;
}
@media (max-width: 900px) {
  .custom-2col-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}
/* Light blue background for related products column in mobile app section */
.mobile-app-3col-grid > .mobile-app-content {
  background: none;
  border-radius: 0;
  padding: 0;
}
/* Style for left column copy in mobile app section */
.mobile-app-left-col, .mobile-app-left-col h3, .mobile-app-left-col p {
  color: #fff;
}
/* Make only the phone.png image in the mobile app section much smaller */
/* 3-column grid for mobile app section */
.mobile-app-3col-grid {
  display: grid;
  grid-template-columns: 1fr 1.1fr 1.1fr;
  align-items: center;
  gap: 0 16px;
  min-height: 420px;
  position: relative;
  z-index: 2;
}
.mobile-app-image-col.mobile-app-phone-full {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  padding: 0;
}
.mobile-app-content {
  max-width: 540px;
  margin-bottom: 32px;
  text-align: left;
  padding-left: 0;
  margin-left: 0;
}
@media (max-width: 1000px) {
  .mobile-app-3col-grid {
    grid-template-columns: 1fr 1.2fr;
  }
  .mobile-app-3col-grid > div:first-child {
    display: none;
  }
}
@media (max-width: 700px) {
  .mobile-app-3col-grid {
    display: flex;
    flex-direction: column;
    gap: 24px;
    min-height: unset;
  }
  .mobile-app-content {
    text-align: center;
    max-width: 100%;
  }
  .mobile-app-phone { max-width: 220px; }
}
/* Mobile App Section with Full Video Background */
.mobile-app-section {
  position: relative;
  padding: 0;
  min-height: 340px;
  display: flex;
  align-items: stretch;
  color: #fff;
  overflow: hidden;
}
.mobile-app-bg-video-wrap {
  position: absolute;
  top: 0; left: 0; width: 100%; height: 100%;
  min-height: 340px;
  overflow: hidden;
  z-index: 0;
}
.mobile-app-bg-video {
  position: absolute;
  top: 0; left: 0; width: 100%; height: 100%;
  object-fit: cover;
  z-index: 0;
}
/* Flex row for phone left, copy right */
.mobile-app-container {
  position: relative;
  z-index: 2;
  min-height: 340px;
  width: 100%;
}
.mobile-app-flex {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 48px;
}
.mobile-app-content {
  max-width: 540px;
  margin-bottom: 32px;
  text-align: left;
}
.mobile-app-image-col {
  display: flex;
  justify-content: center;
  align-items: center;
}
.mobile-app-content {
  max-width: 540px;
  margin-bottom: 32px;
}
.mobile-app-title {
  font-size: 2.2rem;
  font-weight: 800;
  margin-bottom: 18px;
  color: #fff;
}

.mobile-app-left-title {
  font-size: 2.2rem;
  font-weight: 800;
  margin-bottom: 18px;
  color: #fff;
}
.mobile-app-desc {
  font-size: 1.15rem;
  margin-bottom: 24px;
  color: #eaf3ff;
}
.mobile-app-stores {
  display: block;
  margin-top: 18px;
  margin-bottom: 0;
  margin-left: 0;
  padding-left: 0;
  text-align: left;
}
.mobile-app-stores a {
  display: inline-block;
  margin-right: 12px;
  vertical-align: middle;
}
.mobile-app-image-col {
  display: flex;
  justify-content: center;
  width: 100%;
  margin: 0 auto;
  background: none;
  position: relative;
  z-index: 2;
  display: inline-block;
  margin-right: 18px;
  vertical-align: middle;
}
.mobile-app-phone {
  width: 100%;
  max-width: 250px;
  padding-top: 32px;
  padding-bottom: 32px;
  height: auto;
  display: block;
  margin: 0 auto 0 auto;
  border-radius: 24px;
  box-shadow: 0 8px 32px rgba(10,31,68,0.25);
}
/* Full width phone image below video */
.mobile-app-phone-full {
  width: 100vw;
  max-width: 100vw;
  margin: 0 auto 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: none;
  position: relative;
  z-index: 2;
  padding-top: 48px;
  padding-bottom: 32px;
}
@media (max-width: 900px) {
  .mobile-app-flex {
    flex-direction: column;
    gap: 24px;
  }
  .mobile-app-content {
    text-align: center;
    max-width: 100%;
  }
  .mobile-app-phone { max-width: 220px; }
}
/* Mobile App Section with Full Background */
.mobile-app-section {
  position: relative;
  color: #fff;
  overflow: hidden;
}
.mobile-app-container {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.mobile-app-content {
  max-width: 540px;
  margin-bottom: 32px;
}
.mobile-app-title {
  font-size: 2.2rem;
  font-weight: 800;
  margin-bottom: 18px;
  color: #fff;
}
.mobile-app-desc {
  font-size: 1.15rem;
  margin-bottom: 24px;
  color: #eaf3ff;
}
.mobile-app-stores {
  display: flex;
  gap: 18px;
  justify-content: center;
  margin-bottom: 18px;
}
.mobile-app-image-col {
  display: flex;
  justify-content: center;
}
@media (max-width: 700px) {
  .mobile-app-content { max-width: 100%; }
  .mobile-app-phone { max-width: 250px; }
}
/* Animation for ClearCase 3-Column Section */
.fade-in-up {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1.8s cubic-bezier(.4,0,.2,1), transform 1.8s cubic-bezier(.4,0,.2,1);
}
.fade-in-up.visible {
  opacity: 1;
  transform: none;
}
/* IBIS ClearCase 3-Column Section Layout */
.clearcase-3col-section {
  margin-top: 64px;
  margin-bottom: 64px;
}
.clearcase-3col-grid {
  display: grid;
  grid-template-columns: 1.1fr 1.2fr 1fr;
  gap: 48px;
  align-items: flex-start;
}
.clearcase-3col-features {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.clearcase-3col-feature h3 {
  color: #19549c;
  font-size: 1.15rem;
  font-weight: 700;
  margin-bottom: 6px;
}
.clearcase-3col-feature p {
  color: #222;
  font-size: 1rem;
  margin: 0;
}
.clearcase-3col-image-col {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.clearcase-3col-image {
  width: 100%;
  max-width: 480px;
  height: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
  border-radius: 0;
  box-shadow: none;
}

.clearcase-3col-dots {
  display: flex;
  gap: 8px;
  justify-content: center;
  margin-top: 8px;
}
.clearcase-3col-dots .dot {
  width: 210px;
  height: auto;
  margin-bottom: 18px;
  flex-shrink: 0;
  align-self: unset;
  padding-left: 32px;
}
.clearcase-3col-dots .dot.active {
  background: #2176ff;
}
.clearcase-3col-related {
  background: #eef8fd;
  background: #fff;
  border-radius: 18px;
  padding: 32px 24px 24px 24px;
  box-shadow: none;
  min-width: 0;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
}
/* Make related product images larger and remove card effect */
.related-product-img {
  width: 100%;
  max-width: 140px;
  height: auto;
  display: block;
  margin: 0 auto 12px auto;
  background: none;
  box-shadow: none;
  border-radius: 0;
}
.clearcase-3col-related .related-products-title {
  color: #19549c;
  font-size: 1.15rem;
  font-weight: 700;
  margin-bottom: 18px;
}
.clearcase-3col-related .related-product {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 18px;
  background: none;
  box-shadow: none;
  border: none;
  padding: 0;
}
.clearcase-3col-related .related-product:last-child {
  margin-bottom: 0;
}
.clearcase-3col-related .related-product-img {
  width: 56px;
  height: 56px;
  object-fit: contain;
  border-radius: 0;
  background: none;
  box-shadow: none;
  border: none;
  background: none;
  box-shadow: none;
}
.clearcase-3col-related .related-product h4 {
  color: #19549c;
  font-size: 1rem;
  margin: 0 0 2px 0;
  font-weight: 700;
}
.clearcase-3col-related .related-product p {
  color: #222;
  font-size: 0.97rem;
  margin: 0;
}
@media (max-width: 1020px) {
  .clearcase-3col-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .clearcase-3col-related {
    margin-top: 24px;
  }
}
/* Padding above the Giving Investigators section */
/* Padding above the Giving Investigators section - forced with */
.investigators-time-section {
  margin-top: 0;
  padding-top: 120px;
  padding-bottom: 32px;
}
/* === ClearCase Overview Section Layout === */
.clearcase-overview-section {
  background: #fff;
  padding: 96px 0 32px 0;
  font-size: 14pt;
  font-family: 'Barlow', Arial, sans-serif;
}
.clearcase-overview-title {
  font-size: 2.1rem;
}
.clearcase-overview-desc {
  font-size: 1.1rem;
}
.clearcase-feature h3 {
  font-size: 1.1rem;
}
.clearcase-feature p {
  font-size: 1rem;
}

.clearcase-overview-rows {
  display: flex;
  flex-direction: column;
  gap: 128px;
}
.clearcase-overview-row1 {
  max-width: 900px;
  margin: 0 auto 0 auto;
  text-align: left;
}
.clearcase-overview-title {
  color: #19549c;
  font-size: 2.1rem;
  font-weight: 800;
  margin-bottom: 12px;
}
.clearcase-overview-desc {
  color: #222;
  font-size: 1.1rem;
  margin-bottom: 0;
}
.clearcase-overview-row2 {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1.1fr;
  gap: 40px;
  align-items: flex-start;
  max-width: 1200px;
  margin: 0 auto;
}
.clearcase-overview-row2 > .clearcase-features-list,
.clearcase-overview-row2 > .clearcase-features-list * {
  text-align: left;
}
.clearcase-feature h3 {
  color: #19549c;
  font-size: 1.1rem;
  margin-bottom: 4px;
  font-weight: 700;
}
.clearcase-feature p {
  color: #222;
  font-size: 1rem;
  margin-bottom: 0;
}
.clearcase-overview-image-col {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}
.clearcase-product-img {
  max-width: 420px;
  width: 100%;
  display: block;
  margin: 0 auto 18px auto;
}
.clearcase-slider-dots {
  display: flex;
  gap: 8px;
  justify-content: center;
  margin-top: 8px;
}
.clearcase-slider-dots .dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #d3d7df;
  display: inline-block;
}
.clearcase-slider-dots .dot.active {
  background: #2176ff;
}
.clearcase-media-resources {
  /* Page-scoped media/resources styling for ClearCase (master CSS) */
  background: #000000;
  background-image: none;
  border-radius: 12px;
  padding: 24px 18px;
  box-shadow: 0 2px 12px rgba(33,118,255,0.07);
}

/* Override for leadsonline/nighthawk page - solid black background */
.leadsonline .clearcase-media-resources {
  background: #000000;
  background-image: none;
  background-color: #000000;
}

/* Hide the overlay pseudo-element */
.leadsonline .clearcase-media-resources::before {
  display: none;
  content: none;
}
.related-products-title {
  color: #19549c;
  font-size: 1.15rem;
  font-weight: 700;
  margin-bottom: 18px;
}
.related-product {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 18px;
}
.related-product:last-child {
  margin-bottom: 0;
}
.related-product-img {
  width: 56px;
  height: 56px;
  object-fit: contain;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 2px 8px rgba(10,31,68,.07);
}
.related-product h4 {
  color: #19549c;
  font-size: 1rem;
  margin: 0 0 2px 0;
  font-weight: 700;
}
.related-product p {
  color: #222;
  font-size: 0.97rem;
  margin: 0;
}
@media (max-width: 1020px) {
  .clearcase-overview-row2 {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  /* migrated to .clearcase-media-resources */
  .clearcase-media-resources { margin-top: 24px; }
}
/* Uniform image sizing for feature section - TEMPORARILY DISABLED */
/*
.features .media img:not(.feature-card .media img) {
  width: 100%;
  max-width: 100%;
  height: 180px;
  object-fit: cover;
  display: block;
  margin: 0 0 18px 0;
  border-radius: 0;
  aspect-ratio: unset;
}
*/

/* Override for feature cards - maintain aspect ratio */
.features .feature-card .media img {
  height: auto;
  aspect-ratio: 16/9;
  margin: 0;
}
/* Quote mark in top left corner of testimonial card */
.success-quote-mark-corner {
  font-size: 2.8rem;
  color: #eaf0fa;
  font-weight: 800;
  opacity: 0.7;
  position: absolute;
  top: 32px;
  left: 32px;
  z-index: 2;
  user-select: none;
.success-stories-content {
  position: relative;
}
}
/* =================== ENHANCED TESTIMONIALS SECTION =================== */
.testimonials-modern {
  background: linear-gradient(135deg, #f6fbff 0%, #eef7ff 100%);
  padding: 140px 0;
  position: relative;
  overflow: hidden;
}

.testimonials-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
}

.testimonials-gradient {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: 
    radial-gradient(circle at 25% 25%, rgba(33, 118, 255, 0.04) 0%, transparent 50%),
    radial-gradient(circle at 75% 75%, rgba(25, 84, 156, 0.03) 0%, transparent 50%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.8) 0%, rgba(246, 251, 255, 0.9) 100%);
}

/* Floating Quote Particles Animation */
.floating-quotes {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  overflow: hidden;
}

.quote-particle {
  position: absolute;
  font-size: 2rem;
  color: rgba(33, 118, 255, 0.1);
  animation: floatQuote 20s infinite linear;
  opacity: 0;
}

.quote-particle:nth-child(1) {
  left: 10%;
  animation-delay: 0s;
  animation-duration: 18s;
}

.quote-particle:nth-child(2) {
  left: 25%;
  animation-delay: 3s;
  animation-duration: 22s;
}

.quote-particle:nth-child(3) {
  left: 50%;
  animation-delay: 6s;
  animation-duration: 20s;
}

.quote-particle:nth-child(4) {
  left: 70%;
  animation-delay: 9s;
  animation-duration: 24s;
}

.quote-particle:nth-child(5) {
  left: 85%;
  animation-delay: 12s;
  animation-duration: 19s;
}

.quote-particle:nth-child(6) {
  left: 35%;
  animation-delay: 15s;
  animation-duration: 21s;
}

@keyframes floatQuote {
  0% {
    transform: translateY(100vh) rotate(0deg);
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    transform: translateY(-100px) rotate(360deg);
    opacity: 0;
  }
}

/* Enhanced Header with Staggered Animations */
.testimonials-header {
  text-align: center;
  margin-bottom: 100px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.animate-in {
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.animate-in.visible {
  opacity: 1;
  transform: translateY(0);
}

.testimonials-eyebrow {
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #2176ff;
  margin-bottom: 16px;
}

.testimonials-header h2 {
  font-size: clamp(3rem, 6vw, 5rem);
  font-weight: 700;
  color: #000000;
  margin-bottom: 24px;
  line-height: 1.1;
}

.testimonials-header p {
  font-size: 1.25rem;
  line-height: 1.6;
  color: #86868b;
  margin: 0;
}

/* Grid Layout */
.testimonials-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  max-width: 1400px;
  margin: 0 auto 80px auto;
  align-items: start;
}

/* Enhanced Card Animations */
.animate-card {
  opacity: 0;
  transform: translateY(60px) scale(0.95);
  transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.animate-card.visible {
  opacity: 1;
  transform: translateY(0) scale(1);
}

/* Featured Testimonial */
.testimonial-featured {
  grid-row: span 2;
}

.testimonial-card-large {
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 32px;
  padding: 60px;
  box-shadow: 
    0 24px 48px rgba(0, 0, 0, 0.08),
    0 8px 16px rgba(0, 0, 0, 0.04);
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  position: relative;
  min-height: 500px;
  display: flex;
  flex-direction: column;
}

.testimonial-card-large:hover {
  transform: translateY(-12px);
  box-shadow: 
    0 32px 64px rgba(0, 0, 0, 0.12),
    0 12px 24px rgba(0, 0, 0, 0.06);
  border-color: rgba(33, 118, 255, 0.2);
}

.testimonial-quote-large {
  flex: 1;
  margin-bottom: 40px;
}

/* Typewriter Animation - Fixed to Keep Text Visible */
.typewriter-text {
  position: relative;
  display: block;
  width: 100%;
  white-space: normal;
  opacity: 1;
  transition: opacity 0.3s ease;
}

.typewriter-text.typing {
  opacity: 1;
}

.typewriter-text.typing::after {
  content: '|';
  color: #2176ff;
  animation: blink-caret 1s step-end infinite;
  font-weight: normal;
  margin-left: 2px;
}

.typewriter-text.finished {
  opacity: 1;
}

.typewriter-text.finished::after {
  display: none;
}

@keyframes typewriter {
  0% {
    max-width: 0;
  }
  100% {
    max-width: 100%;
  }
}

@keyframes blink-caret {
  0%, 50% {
    opacity: 1;
  }
  51%, 100% {
    opacity: 0;
  }
}

/* Animated Star Ratings */
.animated-stars {
  display: flex;
  gap: 4px;
}

.animated-stars .star {
  color: #ddd;
  font-size: 1.2rem;
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transform: scale(0.8);
  opacity: 0.3;
}

.animated-stars.animate .star {
  color: #ffd700;
  transform: scale(1);
  opacity: 1;
}

.animated-stars.animate .star:nth-child(1) {
  animation: starFill 0.5s ease-out 0.2s forwards;
}

.animated-stars.animate .star:nth-child(2) {
  animation: starFill 0.5s ease-out 0.4s forwards;
}

.animated-stars.animate .star:nth-child(3) {
  animation: starFill 0.5s ease-out 0.6s forwards;
}

.animated-stars.animate .star:nth-child(4) {
  animation: starFill 0.5s ease-out 0.8s forwards;
}

.animated-stars.animate .star:nth-child(5) {
  animation: starFill 0.5s ease-out 1s forwards;
}

@keyframes starFill {
  0% {
    transform: scale(0.8);
    color: #ddd;
  }
  50% {
    transform: scale(1.2);
    color: #ffd700;
  }
  100% {
    transform: scale(1);
    color: #ffd700;
  }
}

/* Pulsing Avatar Effects */
.pulse-avatar {
  position: relative;
  display: inline-block;
}

.avatar-ring {
  position: absolute;
  top: -4px;
  left: -4px;
  right: -4px;
  bottom: -4px;
  border: 2px solid rgba(33, 118, 255, 0.3);
  border-radius: 50%;
  animation: avatarPulse 2s infinite;
}

@keyframes avatarPulse {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(1.1);
    opacity: 0;
  }
}

/* Floating Badge Animation */
.floating-badge {
  animation: floatBadge 3s ease-in-out infinite;
}

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

/* Enhanced Quote Mark */
.quote-mark {
  font-size: 4rem;
  color: rgba(33, 118, 255, 0.2);
  position: absolute;
  top: -20px;
  left: -10px;
  line-height: 1;
  font-family: Georgia, serif;
  animation: quoteFloat 4s ease-in-out infinite;
}

@keyframes quoteFloat {
  0%, 100% {
    transform: translateY(0px) rotate(0deg);
    opacity: 0.2;
  }
  50% {
    transform: translateY(-5px) rotate(2deg);
    opacity: 0.3;
  }
}

/* Small Testimonial Cards Enhancement */
.testimonial-card-small {
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(15px);
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 24px;
  padding: 32px;
  margin-bottom: 24px;
  box-shadow: 
    0 12px 24px rgba(0, 0, 0, 0.05),
    0 4px 8px rgba(0, 0, 0, 0.03);
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  position: relative;
  overflow: hidden;
}

.testimonial-card-small::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(33, 118, 255, 0.1), transparent);
  transition: left 0.6s;
}

.testimonial-card-small:hover::before {
  left: 100%;
}

.testimonial-card-small:hover {
  transform: translateY(-8px) scale(1.02);
  box-shadow: 
    0 20px 40px rgba(0, 0, 0, 0.08),
    0 8px 16px rgba(0, 0, 0, 0.04);
  border-color: rgba(33, 118, 255, 0.3);
}

.quote-mark {
  font-size: 6rem;
  color: #2176ff;
  opacity: 0.2;
  line-height: 1;
  font-family: Georgia, serif;
  display: block;
  margin-bottom: 24px;
}

.testimonial-quote-large h3 {
  font-size: clamp(1.5rem, 3vw, 2rem);
  font-weight: 600;
  color: #1d1d1f;
  line-height: 1.4;
  margin: 0;
}

.testimonial-author-large {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-bottom: 24px;
}

.author-avatar {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
}

.author-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.author-name {
  font-size: 1.25rem;
  font-weight: 700;
  color: #1d1d1f;
  margin-bottom: 4px;
}

.author-title {
  font-size: 1rem;
  color: #86868b;
  margin-bottom: 4px;
}

.author-stats {
  font-size: 0.875rem;
  color: #2176ff;
  font-weight: 500;
}

.testimonial-badge {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 20px;
  background: rgba(33, 118, 255, 0.1);
  border-radius: 24px;
  margin-top: auto;
  width: fit-content;
}

.testimonial-badge img {
  width: 20px;
  height: 20px;
}

.testimonial-badge span {
  font-size: 0.875rem;
  font-weight: 600;
  color: #2176ff;
}

/* Supporting Testimonials */
.testimonials-supporting {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.testimonial-card-small {
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 24px;
  padding: 32px;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.06);
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  opacity: 0;
  transform: translateY(30px);
  animation: slideInCard 0.8s ease-out forwards;
  animation-delay: calc(var(--delay, 0) * 1ms + 1000ms);
}

.testimonial-card-small[data-delay="200"] { --delay: 200; }
.testimonial-card-small[data-delay="400"] { --delay: 400; }
.testimonial-card-small[data-delay="600"] { --delay: 600; }

.testimonial-card-small:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
  border-color: rgba(33, 118, 255, 0.15);
}

.testimonial-rating {
  margin-bottom: 20px;
}

.stars {
  color: #FFD700;
  font-size: 1.2rem;
  letter-spacing: 2px;
}

.testimonial-card-small blockquote {
  font-size: 1.1rem;
  line-height: 1.5;
  color: #1d1d1f;
  margin: 0 0 24px 0;
  font-style: italic;
  font-weight: 500;
}

.testimonial-author-small {
  display: flex;
  align-items: center;
  gap: 12px;
}

.author-avatar-small {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.author-avatar-small img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.author-name-small {
  font-size: 1rem;
  font-weight: 700;
  color: #1d1d1f;
  margin-bottom: 2px;
}

.author-title-small {
  font-size: 0.875rem;
  color: #86868b;
}

/* Trust Indicators */
.trust-indicators {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 48px;
  max-width: 800px;
  margin: 0 auto;
  padding: 60px 0 0 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.trust-stat {
  text-align: center;
  opacity: 0;
  transform: translateY(20px);
  animation: fadeInUp 0.6s ease-out forwards;
  animation-delay: calc(var(--index, 0) * 0.1s + 1.2s);
}

.trust-stat:nth-child(1) { --index: 0; }
.trust-stat:nth-child(2) { --index: 1; }
.trust-stat:nth-child(3) { --index: 2; }
.trust-stat:nth-child(4) { --index: 3; }

.trust-number {
  font-size: 2.5rem;
  font-weight: 800;
  color: #2176ff;
  margin-bottom: 8px;
  font-family: 'Barlow', sans-serif;
}

.trust-label {
  font-size: 0.875rem;
  font-weight: 600;
  color: #86868b;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

/* Responsive Design */
@media (max-width: 1024px) {
  .testimonials-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  
  .testimonial-featured {
    grid-row: span 1;
  }
  
  .testimonials-supporting {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    display: grid;
  }
}

@media (max-width: 768px) {
  .testimonials-modern {
    padding: 100px 0;
  }
  
  .testimonials-header {
    margin-bottom: 60px;
  }
  
  .testimonial-card-large {
    padding: 40px;
    min-height: auto;
  }
  
  .testimonial-card-small {
    padding: 24px;
  }
  
  .trust-indicators {
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
  }
  
  .trust-number {
    font-size: 2rem;
  }
}

.hero-parallax-top .parallax-content {
  text-align: left;
  align-items: flex-start;
  justify-content: flex-start;
  max-width: none;
  margin: 0;
  padding-left: 200px;
  width: 100%;
  box-sizing: border-box;
}
.hero-parallax-top .parallax-content .btn,
.hero-parallax-top .parallax-content .btn-primary,
.hero-parallax-top .parallax-content .hero-button {
  width: auto;
  min-width: 120px;
  display: inline-block;
  box-sizing: border-box;
}
/* Remove center alignment and max-width for top hero parallax section */
.hero-parallax-top .parallax-content {
  align-items: flex-start;
  justify-content: flex-start;
  max-width: none;
  margin: 0;
  padding-left: 48px;
}
/* Force left justification for top hero parallax section */
.hero-parallax-top .parallax-content,
.hero-parallax-top .parallax-content * {
  text-align: left;
  align-items: flex-start;
  justify-content: flex-start;
}
/* Related Products Card Hover Animation */
.related-product-card {
  transition: transform 0.35s cubic-bezier(.4,0,.2,1), box-shadow 0.35s cubic-bezier(.4,0,.2,1);
}
.related-product-card:hover {
  transform: translateY(-10px) scale(1.04);
  box-shadow: 0 8px 32px rgba(33,118,255,0.13), 0 2px 8px rgba(10,31,68,.07);
  z-index: 2;
}
/* Our Partners Section Slider */
.partners-section {
  background: #fff;
  padding: 48px 0 32px 0;
}
.partners-logos {
  position: relative;
  min-height: 120px;
  overflow: hidden;
}
.partners-logos-slider {
  position: relative;
  min-height: 60px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.partners-logos-page {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  pointer-events: none;
  transform: translateX(100%);
  transition: transform 0.6s cubic-bezier(.4,0,.2,1), opacity 0.6s cubic-bezier(.4,0,.2,1);
  display: flex;
  gap: 48px;
  justify-content: center;
  align-items: center;
}
.partners-logos-page.active {
  opacity: 1;
  pointer-events: auto;
  transform: translateX(0);
  z-index: 2;
}
.partners-logos-page.slide-out-left {
  transform: translateX(-100%);
  opacity: 0;
  z-index: 1;
}
.partners-logos-page.slide-in-right {
  transform: translateX(100%);
  opacity: 0;
  z-index: 1;
}
.partners-logos-page.slide-in-left {
  transform: translateX(-100%);
  opacity: 0;
  z-index: 1;
}
.partners-logos-page.slide-out-right {
  transform: translateX(100%);
  opacity: 0;
  z-index: 1;
}
.partners-pagination {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-top: 8px;
}
.partners-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #c3d6e9;
  border: none;
  cursor: pointer;
  transition: background 0.2s;
}
.partners-dot.active {
  background: #19549c;
}
.partners-dot {
  transition: background 0.2s;
}
/* Core Capabilities scroll-in animation */
.animate-on-scroll {
  opacity: 0;
  transform: translateY(48px);
  transition: opacity 1.8s cubic-bezier(.4,0,.2,1), transform 1.8s cubic-bezier(.4,0,.2,1);
}
.animate-on-scroll.visible {
  opacity: 1;
  transform: none;
}
.problem-solution-section .us-map-svg {
  margin-top: 32px;
}
.ps-stat-hidden {
  opacity: 0;
  transform: translateY(60px) scale(0.92);
  transition: opacity 0.7s cubic-bezier(.4,0,.2,1), transform 0.7s cubic-bezier(.4,0,.2,1);
}
.ps-stat-animate {
  opacity: 1;
  transform: translateY(0) scale(1);
}
.ps-stat-number {
  font-size: 7vw;
  font-weight: 900;
  color: #19549c;
  line-height: 1;
  letter-spacing: -2px;
}
/* ========== PROBLEM & SOLUTION SECTION ========== */
.problem-solution-section {
  background: #fff;
  padding: 64px 0 48px 0;
}
.problem-solution-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 48px;
  max-width: 1200px;
  margin: 0 auto;
  align-items: flex-start;
}
.problem-solution-left {
  flex: 2 1 520px;
  min-width: 320px;
  position: relative;
}
.problem-title {
  font-size: 2.4rem;
  font-weight: 700;
  color: #19549c;
  margin-bottom: 18px;
}
.problem-desc {
  font-size: 1.08rem;
  color: #222;
  margin-bottom: 32px;
  max-width: 600px;
}
.us-map-stats {
  position: relative;
  width: 100%;
  max-width: 500px;
  margin-bottom: 0;
}
.us-map-svg {
  width: 100%;
  height: auto;
  display: block;
}
.us-map-overlay {
  position: absolute;
  top: 0; left: 0; width: 100%; height: 100%;
  pointer-events: none;
}
.us-map-overlay .stat {
  position: absolute;
  font-family: 'Barlow', Arial, sans-serif;
  font-weight: 700;
  color: #19549c;
  text-align: center;
  line-height: 1.1;
  font-size: 1.25rem;
}
.us-map-overlay .stat span {
  display: block;
  font-size: 1rem;
  font-weight: 400;
  color: #7a8ca7;
}
/* Positioning for each stat (approximate, adjust as needed) */
.stat-1billion { left: 7%; top: 38%; font-size: 1.1rem; color: #0082ba; }
.stat-62million { left: 28%; top: 18%; font-size: 2rem; }
.stat-2billion { left: 38%; top: 48%; font-size: 2.2rem; }
.stat-75 { left: 77%; top: 32%; font-size: 1.1rem; color: #0082ba; }
.stat-300k { left: 18%; top: 70%; font-size: 1.1rem; color: #0082ba; }
.stat-50states { left: 48%; top: 75%; font-size: 1.3rem; }
.problem-solution-right {
  flex: 1 1 320px;
  min-width: 260px;
  display: flex;
  flex-direction: column;
  gap: 36px;
  align-items: flex-start;
  justify-content: flex-start;
  margin-top: 18px;
}
.ps-stat {
  margin-bottom: 0;
}
.ps-stat-number {
  font-size: 6rem;
  font-weight: 800;
  color: #19549c;
  line-height: 1;
  letter-spacing: -2px;
}
.ps-stat-label {
  font-size: 1.08rem;
  color: #222;
  margin-top: 6px;
  line-height: 1.3;
}
@media (max-width: 900px) {
  .problem-solution-grid {
    flex-direction: column;
    gap: 32px;
  }
  .problem-solution-left, .problem-solution-right {
    min-width: 0;
    width: 100%;
  }
  .us-map-stats, .us-map-svg {
    max-width: 100%;
  }
  .us-map-overlay .stat {
    font-size: 1.1rem;
  }
}
:root {
  --primary: #0082BA;
}
/* global header height used by sticky/pinned sections and full-viewport heroes */
:root {
  --site-header-height: 84px;
}
/* Compact parallax for non-fullscreen section */
/* removed stray closing brace */
.compact-parallax {
  min-height: 220px;
  height: 32vh;
  padding-top: 32px;
  padding-bottom: 32px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
/* Move logo and nav for more right-aligned navigation */
.logo {
  display: inline-block;
}
@media (max-width: 720px) {
  .intel-contact-grid {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 0 8px;
  }
  .intel-contact-info {
    padding: 28px 12px 18px 12px;
    font-size: 1rem;
  }
  .intel-contact-form {
    padding: 24px 8px 24px 8px;
    max-width: 100%;
    font-size: 1rem;
  }
  .form-row {
    flex-direction: column;
    gap: 10px;
  }
}
@media (max-width: 720px) {
  .testimonial-section,
  .testimonial-slider,
  .testimonial-content {
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
  .testimonial-content {
    flex-direction: column;
    gap: 18px;
  }
}
@media (max-width: 720px) {
  .footer-main {
    flex-direction: column;
    gap: 18px;
    padding-bottom: 18px;
    align-items: center;
  }
  .footer-left, .footer-col, .footer-logo, .footer-mission {
    min-width: 0;
    max-width: 100%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
  .custom-footer {
  padding: 28px 0 0 0;
  position: relative;
  z-index: 1100; /* ensure footer sits above contact section */
  }
  .site-footer .container {
    padding: 12px 0;
  }
}
@media (max-width: 720px) {
  .testimonial-section, .testimonial-slider, .testimonial-content {
    align-items: center;
    justify-content: center;
    text-align: center;
  }
  .testimonial-content {
    flex-direction: column;
    gap: 18px;
  }
}
@media (max-width: 720px) {
  .stats {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}
/* ======= Enhanced Mobile Responsiveness ======= */
@media (max-width: 720px) {
  .parallax-hero {
    min-height: 340px;
    height: 38vh;
    padding: 0 0 32px 0;
    flex-direction: column;
  }
  .isolated-intel-hero .parallax-content {
    background: none;
    box-shadow: none;
    border-radius: 0;
    padding: 48px 32px 32px 32px;
    max-width: 900px;
    margin: 48px 0 0 48px;
    text-align: left;
    border: none;
  }
  .isolated-intel-hero .parallax-content header h2 {
    font-size: 5rem;
    font-weight: 900;
    color: #fff;
    margin-bottom: 32px;
    letter-spacing: 0.01em;
    text-align: left;
  }
  .isolated-intel-hero .parallax-content p {
    font-size: 1.5rem;
    color: #fff;
    margin-bottom: 40px;
    line-height: 1.5;
    text-align: left;
  }
  .isolated-intel-hero .parallax-content .btn.btn-primary {
    font-size: 1.25rem;
    font-weight: 600;
    padding: 16px 48px;
    border-radius: 32px;
    background: linear-gradient(90deg, #2176ff 0%, #4264e4 100%);
    color: #fff;
    box-shadow: 0 2px 16px rgba(33,118,255,0.12);
    border: none;
    transition: background 0.4s cubic-bezier(.77,0,.175,1), box-shadow 0.4s cubic-bezier(.77,0,.175,1);
    text-align: left;
    display: inline-block;
  }
  .isolated-intel-hero .parallax-content .btn.btn-primary:hover {
    background: linear-gradient(90deg, #4264e4 0%, #2176ff 100%);
    box-shadow: 0 4px 24px rgba(33,118,255,0.18);
  }
  .site-header {
    padding: 0 8px;
  }
  .container, .nav-wrap {
    padding-left: 8px;
    padding-right: 8px;
  }
  .main-nav {
    display: flex;
  }
  .nav-toggle {
    display: inline-block;
    font-size: 2.5rem;
    background: none;
    border: none;
    color: #19549c;
    margin-left: auto;
  }
  .stats-header {
    margin-bottom: 24px;
  }
}
.parallax-hero {
  min-height: 520px;
  height: 48vh;
  display: flex;
  align-items: center;
}
.parallax-hero .parallax-bg::after {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  width: 100%; height: 100%;
  background: linear-gradient(to bottom, rgba(10,31,68,0.65) 0%, rgba(10,31,68,0.92) 100%);
  z-index: 1;
  pointer-events: none;
}
.parallax-hero .parallax-content {
  position: relative;
  z-index: 2;
}
/* Testimonial card animation */
.testimonial-card {
  opacity: 0;
  transform: translateY(32px) scale(0.98);
  transition: opacity 0.45s cubic-bezier(.4,0,.2,1), transform 0.45s cubic-bezier(.4,0,.2,1);
  position: absolute;
  left: 0; right: 0; top: 0;
  margin: 0 auto;
  z-index: 1;
}
.testimonial-card.active {
  opacity: 1;
  transform: none;
  z-index: 2;
  position: relative;
}
/* ============ Fade-in Animation ============ */
.fade-in {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.7s cubic-bezier(.4,0,.2,1), transform 0.7s cubic-bezier(.4,0,.2,1);
}
.fade-in.visible {
  opacity: 1;
  transform: none;
}
/* ============ Apple-Style Mega Menu ============ */
.mega-menu {
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translateX(-50%) translateY(20px);
  width: 680px;
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  box-shadow: 
    0 32px 64px rgba(0, 0, 0, 0.12),
    0 8px 24px rgba(0, 0, 0, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.8);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 24px;
  padding: 32px 40px 40px 40px;
  z-index: 9999;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  margin-top: 8px;
}
.main-nav li.mega-menu-parent:hover .mega-menu,
.main-nav li.mega-menu-parent:focus-within .mega-menu {
  display: block;
  opacity: 1;
  pointer-events: auto;
  transform: translateX(-50%) translateY(0);
}
.main-nav li.mega-menu-parent:hover .mega-menu,
.main-nav li.mega-menu-parent:focus-within .mega-menu {
  display: block;
}
.mega-menu-heading {
  font-family: 'Barlow', -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: 600;
  font-size: 1.4rem;
  color: #1d1d1f;
  margin-bottom: 12px;
  letter-spacing: -0.02em;
  display: flex;
  align-items: center;
  gap: 12px;
}
.mega-menu-underline {
  height: 1px;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.05) 50%, rgba(0, 0, 0, 0.1) 100%);
  margin-bottom: 24px;
  border: none;
}
.mega-menu-columns {
  display: flex;
  gap: 40px;
}
.mega-menu-col {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.mega-menu-link {
  color: #424245;
  text-decoration: none;
  font-family: 'Barlow', -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: 400;
  font-size: 1rem;
  padding: 12px 16px;
  border-radius: 12px;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  display: flex;
  align-items: center;
  gap: 12px;
  position: relative;
  overflow: hidden;
  letter-spacing: -0.01em;
}
.mega-menu-link::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(0, 122, 255, 0.08) 0%, rgba(88, 86, 214, 0.06) 100%);
  opacity: 0;
  transition: opacity 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  border-radius: 12px;
}
.mega-menu-link:hover {
  background: rgba(0, 122, 255, 0.04);
  color: #007AFF;
  transform: translateY(-1px);
  text-decoration: none;
  border-bottom: none;
  box-shadow: 
    0 8px 16px rgba(0, 122, 255, 0.1),
    0 2px 4px rgba(0, 122, 255, 0.08);
}
.mega-menu-link:hover::before {
  opacity: 1;
}
.mega-menu-link img {
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  filter: grayscale(0.3);
}
.mega-menu-link:hover img {
  transform: scale(1.05);
  filter: grayscale(0);
}
/* Enhanced hover animation */
.mega-menu-link:active {
  transform: translateY(0) scale(0.98);
  transition: all 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
/* Dropdown Navigation Styles (Restored) */
.nav-dropdown {
  position: relative;
}
.dropdown-toggle {
  background: none;
  border: none;
  font: inherit;
  color: #2b3a4f;
  transition: color .18s, font-weight .18s;
}
.dropdown-toggle:hover {
  color: var(--primary); font-weight:700;
}
.nav-dropdown.open .dropdown-toggle {
  color: var(--primary);
  font-weight: 800;
  font-weight: 500;
  cursor: pointer;
  padding: 0;
  font-size: 1.08rem;
  transition: font-weight .18s;
}
.nav-dropdown.open .dropdown-toggle {
  font-weight: 800;
}
.dropdown-toggle:after {
  content: "\25BC";
  font-size: 0.7em;
  margin-left: 6px;
  vertical-align: middle;
  color: #6B7A90;
}
.dropdown-menu {
  opacity: 0;
  pointer-events: none;
  transform: translateY(8px) scale(0.98);
  transition: opacity 0.22s cubic-bezier(.4,0,.2,1), transform 0.22s cubic-bezier(.4,0,.2,1);
  position: absolute;
  left: 0;
  top: 100%;
  min-width: 480px;
  background: #fff;
  box-shadow: 0 6px 24px rgba(10,31,68,.12);
  border-radius: 16px;
  padding: 0 0 18px 0;
  z-index: 100;
  border: 1px solid #e6ecf5;
}
.nav-dropdown.open .dropdown-menu {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0) scale(1);
}
.intelligence-dropdown {
  min-width: 540px;
  padding: 0 0 18px 0;
}
.dropdown-header {
  display: flex;
  align-items: center;
  gap: 12px;
  font-weight: 500;
  font-family: 'Barlow', Arial, sans-serif;
  color: #19549c;
  font-size: 0.8rem;
  padding: 20px 32px 0 32px;
}
.dropdown-header-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.dropdown-header-title {
  font-weight: 800;
  font-size: 1.35rem;
  color: #19549c;
  letter-spacing: 0.01em;
}
.dropdown-divider {
  height: 2px;
  background: #e6ecf5;
  margin: 18px 32px 18px 32px;
}
.dropdown-columns {
  display: flex;
  flex-direction: row;
  gap: 32px;
  padding: 0 32px;
}
.dropdown-columns ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.dropdown-link {
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 12px 0;
  color: #19549c;
  text-decoration: none;
  font-weight: 500;
  font-size: inherit;
  border-radius: 8px;
  transition: background .15s, color .15s;
}
.dropdown-link:hover, .dropdown-link:focus {
  background: #f6f8fb;
  color: #004B87;
}
.dropdown-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 8px;
  background: #eaf3ff;
  color: #19549c;
  font-weight: 800;
  font-size: 1.25rem;
  flex-shrink: 0;
  border: 2px solid #19549c;
  box-sizing: border-box;
}
.eq-icon { background: #eaf3ff; color: #19549c; border: 2px solid #19549c; }
.lo-icon, .nh-icon, .ch-icon, .ls-icon {
  background: #eaf3ff;
  color: #19549c;
  font-weight: 800;
  font-size: 1.25rem;
  border: 2px solid #19549c;
}
.dropdown-label {
  font-size: 1.18rem;
  color: #19549c;
  font-weight: 500;
}
/* Make all feature icons 24px */
.intel-feature-icon svg {
  width: 24px;
  height: 24px;
}
.flipped-info-section {
  background: #f7fafd;
  padding: 56px 0 48px 0;
}
.flipped-info-section .leads-info-grid {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 12px;
  align-items: center;
  max-width: 1100px;
  margin: 0 auto;
}
.flipped-info-section .leads-info-right {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.flipped-info-section .leads-info-left {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
/* Parallax background for leads-info-section */
.leads-info-section {
  position: relative;
  overflow: hidden;
}
.leads-parallax-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('images/network.png'); /* Change to your preferred image */
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  opacity: 0.18;
  z-index: 0;
}
.leads-info-section .container {
  position: relative;
  z-index: 1;
}
/* ============ LeadsOnline Info Section ============ */
.leads-info-section {
  background: #f7fafd;
  padding: 56px 0 48px 0;
}
.leads-info-grid {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 48px;
  align-items: center;
  max-width: 1100px;
  margin: 0 auto;
}
.leads-info-left {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.leads-logo {
  display: block;
}
.leads-learn-more {
  display: inline-block;
  margin-top: 1.5rem;
  background: #2176ff;
  color: #fff;
  font-size: 1rem;
  padding: 10px 10px;
  border-radius: 24px;
  text-decoration: none;
  font-weight: 500;
  box-shadow: 0 2px 8px rgba(33, 118, 255, 0.10);
  transition: background 0.2s;
  text-align: center;
}
.leads-learn-more:hover {
  background: #174ea6;
}
.leads-info-right {
  display: flex;
  align-items: center;
  justify-content: center;
}
.leads-image {
  max-width: 320px;
  width: 100%;
  border-radius: 8px;
  box-shadow: 0 4px 24px rgba(0,0,0,0.08);
}
@media (max-width: 900px) {
  .leads-info-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .leads-info-right {
    justify-content: flex-start;
  }
}
.hero-description {
  font-family: 'Barlow', Arial, sans-serif;
  font-weight: 400;
}
.hero-section {
  font-size: 14pt;
}
body, html {
  font-size: 14pt;
}

body, html, p, li, ul, ol, td, th, span, div {
  font-size: 14pt;
}
.image-placeholder {
  width: 463px;
  height: 526px;
  background: #e0e7ef;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #7a8ca3;
  font-size: 1.5rem;
  font-weight: 500;
  box-shadow: 0 4px 24px rgba(0,0,0,0.08);
}
.hero-section {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 80vh;
  padding: 40px 0;
  overflow: hidden;
  background-image: url('assets/hero-bg.jpg'); /* Updated to new hero background image */
  background-size: cover;
  background-position: center;
}

.hero-art-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
  opacity: 0.25;
  pointer-events: none;
}

.hero-content {
  position: relative;
  z-index: 1;
  flex: 1;
  max-width: 600px;
  margin-right: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 230px;
}

.hero-image {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
}
.hero-content {
  flex: 1;
  max-width: 600px;
  margin-right: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 150px;
}
/* Hero Section Styles */
.hero-section {
  display: flex;
  align-items: left;
  justify-content: center;
  min-height: 80vh;
  padding: 40px 0;
}

.hero-content {
  flex: 1;
  max-width: 600px;
  margin-right: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.hero-logo {
  width: 320px;
  margin-bottom: 24px;
}

.hero-subtext {
  color: #444;
  font-size: 1.1rem;
  margin-bottom: 24px;
  line-height: 1.4;
}

.hero-description {
  color: #222;
  font-size: 1.35rem;
  font-weight: 500;
  margin-bottom: 32px;
  line-height: 1.4;
}

.hero-button {
  display: inline-block;
  background: #2176ff;
  color: #fff;
  font-size: 1rem;
  padding: 8px 0;
  width: 120px;
  border-radius: 32px;
  text-decoration: none;
  font-weight: 500;
  box-shadow: 0 2px 8px rgba(33, 118, 255, 0.12);
  transition: background 0.2s;
  text-align: center;
}
.hero-button:hover {
  background: #174ea6;
}

.hero-image {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hero-image img {
  width: 463px;
  height: 526px;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: 0 4px 24px rgba(0,0,0,0.08);
}
.white-logo {
  filter: brightness(0) invert(1);
}
.footer-columns {
  flex: 3;
  display: flex;
  flex-direction: column;
  gap: 0;
  justify-content: flex-end;
}
.footer-row-cols {
  display: flex;
  gap: 36px;
  margin-bottom: 0;
  justify-content: flex-end;
}
.footer-col {
  min-width: 160px;
  margin-bottom: 24px;
}
.footer-columns {
  flex: 3;
  display: flex;
  flex-direction: column;
  gap: 0;
  justify-content: flex-start;
}
.footer-row-cols {
  display: flex;
  gap: 36px;
  margin-bottom: 0;
}
.footer-stack-cols {
  display: flex;
  gap: 36px;
  margin-top: 0;
}
.footer-col {
  min-width: 160px;
  margin-bottom: 24px;
}
.footer-columns {
  flex: 3;
  display: flex;
  gap: 64px;
  justify-content: flex-start;
}
.footer-row-group {
  display: flex;
  gap: 64px;
}
.footer-row-cols {
  display: flex;
  gap: 36px;
}
.footer-stack-cols {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.footer-col {
  min-width: 160px;
  margin-bottom: 24px;
}
.footer-columns {
  flex: 3;
  display: flex;
  gap: 64px;
  justify-content: space-between;
}
.footer-col-group {
  display: flex;
  flex-direction: column;
  gap: 0;
  min-width: 340px;
}
.footer-col {
  min-width: 160px;
  margin-bottom: 24px;
}
/* ============ Base / Reset ============ */
:root {
  --primary: #0082BA;
  --footer: #002855;
  --text: #0B1230;
  --muted: #6B7A90;
  --surface: #F6F8FB;
  --radius: 999px;
  --container: 1200px;
}

* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
body {
  font-family: "Barlow", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  font-size: 14pt;
  color: var(--text);
  background:#fff;
  line-height: 1.5;
}

img { max-width: 100%; display: block; }

.container {
  width: min(var(--container), 100% - 2rem);
  margin-inline: auto;
}

.section-pad { padding: 56px 0; }
h1,h2,h3 { margin: 0 0 .5rem; line-height:1.15; }
h1 { font-weight:800; font-size: clamp(28px, 4.2vw, 40px); color:#fff; }
h2 { font-weight:700; font-size: 1.5rem; color: #004B87;}
h3 { font-weight:700; font-size: 20px; color: #004B87;}
p  { color: var(--muted); max-width:65ch; }

/* =================== APPLE-STYLE BUTTONS (GLOBAL) =================== */
.btn {
  background: linear-gradient(135deg, #007AFF 0%, #0051D5 100%);
  color: #fff;
  padding: 16px 40px;
  font-size: 1.1rem;
  font-weight: 600;
  border: none;
  border-radius: 50px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  box-shadow: 
    0 4px 16px rgba(0, 122, 255, 0.4),
    inset 0 1px 0 rgba(255, 255, 255, 0.2);
  position: relative;
  overflow: hidden;
  cursor: pointer;
  border: none;
  font-family: inherit;
}

.btn::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  transition: left 0.6s ease;
}

.btn:hover::before {
  left: 100%;
}

.btn:hover {
  transform: translateY(-2px);
  box-shadow: 
    0 8px 24px rgba(0, 122, 255, 0.5),
    inset 0 1px 0 rgba(255, 255, 255, 0.3);
  text-decoration: none;
  color: #fff;
}

.btn:active {
  transform: translateY(0);
  box-shadow: 
    0 2px 8px rgba(0, 122, 255, 0.4),
    inset 0 1px 0 rgba(255, 255, 255, 0.2);
}

/* Primary Button - Same as default .btn */
.btn-primary { 
  background: linear-gradient(135deg, #007AFF 0%, #0051D5 100%);
  color: #fff;
  box-shadow: 
    0 4px 16px rgba(0, 122, 255, 0.4),
    inset 0 1px 0 rgba(255, 255, 255, 0.2);
}

.btn-primary:hover { 
  transform: translateY(-2px);
  box-shadow: 
    0 8px 24px rgba(0, 122, 255, 0.5),
    inset 0 1px 0 rgba(255, 255, 255, 0.3);
  color: #fff;
}

/* Outline Button - Apple-style secondary */
.btn-outline { 
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 2px solid rgba(0, 122, 255, 0.3);
  color: #007AFF;
  box-shadow: 
    0 4px 16px rgba(0, 122, 255, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.btn-outline::before {
  background: linear-gradient(90deg, transparent, rgba(0, 122, 255, 0.1), transparent);
}

.btn-outline:hover { 
  background: rgba(0, 122, 255, 0.1);
  border-color: rgba(0, 122, 255, 0.5);
  transform: translateY(-2px);
  box-shadow: 
    0 8px 24px rgba(0, 122, 255, 0.2),
    inset 0 1px 0 rgba(255, 255, 255, 0.2);
  color: #007AFF;
}

/* Form buttons — use .btn class for pill-style gradient buttons */
input[type="submit"] {
  background: linear-gradient(135deg, #007AFF 0%, #0051D5 100%);
  color: #fff;
  border: none;
  padding: 16px 40px;
  font-size: 1.1rem;
  font-weight: 600;
  border-radius: 50px;
  box-shadow:
    0 4px 16px rgba(0, 122, 255, 0.4),
    inset 0 1px 0 rgba(255, 255, 255, 0.2);
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  cursor: pointer;
  position: relative;
  overflow: hidden;
}

input[type="submit"]:hover {
  transform: translateY(-2px);
  box-shadow:
    0 8px 24px rgba(0, 122, 255, 0.5),
    inset 0 1px 0 rgba(255, 255, 255, 0.3);
}

/* Apple-style Scroll to Top Button */
#scrollToTopBtn {
  position: fixed;
  bottom: 32px;
  right: 32px;
  z-index: 999;
  background: linear-gradient(135deg, #007AFF 0%, #0051D5 100%);
  color: #fff;
  border: none;
  border-radius: 50%;
  width: 56px;
  height: 56px;
  box-shadow: 
    0 8px 24px rgba(0, 122, 255, 0.3),
    inset 0 1px 0 rgba(255, 255, 255, 0.2);
  display: none;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  padding: 0;
}

#scrollToTopBtn:hover {
  transform: translateY(-4px) scale(1.1);
  box-shadow: 
    0 12px 32px rgba(0, 122, 255, 0.4),
    inset 0 1px 0 rgba(255, 255, 255, 0.3);
}
.w-full { 
  width: 100%; 
  justify-content: center;
}

/* =================== RESPONSIVE BUTTON ADJUSTMENTS =================== */
@media (max-width: 768px) {
  .btn {
    padding: 14px 32px;
    font-size: 1rem;
  }
  
  .btn-outline {
    padding: 14px 32px;
    font-size: 1rem;
  }
  
  button:not(.video-pause-fab):not(.pagination-dot):not(.media-dot):not(.stats-dot):not(.nav-toggle):not(.lang-dropdown__toggle):not(.return-to-top), input[type="submit"] {
    padding: 14px 32px;
    font-size: 1rem;
  }
  
  #scrollToTopBtn {
    width: 48px;
    height: 48px;
    bottom: 20px;
    right: 20px;
    font-size: 1.2rem;
  }
}

@media (max-width: 480px) {
  .btn {
    padding: 12px 24px;
    font-size: 0.95rem;
  }
}



/* ============ Enhanced Intelligence Contact Section ============ */
.intel-contact-section {
  background: linear-gradient(135deg, #19549c 0%, #1e5da8 50%, #2366b4 100%);
  padding: 80px 0 96px 0;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

/* Add subtle background pattern */
.intel-contact-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: 
    radial-gradient(circle at 20% 30%, rgba(255, 255, 255, 0.05) 0%, transparent 40%),
    radial-gradient(circle at 80% 70%, rgba(255, 255, 255, 0.03) 0%, transparent 40%);
  pointer-events: none;
  z-index: 0;
}

.intel-contact-grid {
  display: grid;
  grid-template-columns: 1.1fr 1.3fr;
  gap: 0;
  max-width: 1200px;
  margin: 0 auto;
  align-items: stretch;
  position: relative;
  z-index: 1;
}

.intel-contact-info {
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.05) 100%);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: #fff;
  padding: 56px 48px 56px 48px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-radius: 24px 0 0 24px;
}

.intel-contact-info h2 {
  font-size: 2.4rem;
  font-weight: 800;
  margin-bottom: 16px;
  color: #fff;
  line-height: 1.2;
  background: linear-gradient(135deg, #fff 0%, #e3f0ff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.contact-intro {
  color: #e3f0ff;
  font-size: 1.15rem;
  line-height: 1.6;
  margin-bottom: 32px;
  max-width: 460px;
  font-weight: 400;
}

.contact-divider {
  border: none;
  height: 2px;
  background: linear-gradient(90deg, transparent 0%, rgba(255, 255, 255, 0.6) 50%, transparent 100%);
  margin: 32px 0 40px 0;
  border-radius: 1px;
}

.intel-contact-info h3 {
  font-size: 1.3rem;
  font-weight: 700;
  margin-bottom: 24px;
  color: #fff;
}


.contact-process {
  margin-top: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  justify-content: center;
  align-items: flex-start;
}

.contact-step {
  margin-bottom: 0;
  padding-left: 24px;
  position: relative;
  background: rgba(25, 84, 156, 0.92);
  border-radius: 18px;
  width: 200px;
  min-width: 200px;
  max-width: 200px;
  height: 180px;
  min-height: 180px;
  flex: 0 0 200px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  box-shadow: 0 2px 12px rgba(25,84,156,0.08);
  box-sizing: border-box;
  overflow: hidden;
}

.contact-step::before {
  content: '';
  position: absolute;
  left: 0;
  top: 8px;
  width: 8px;
  height: 8px;
  background: linear-gradient(135deg, #007aff, #00d4ff);
  border-radius: 50%;
  box-shadow: 0 0 12px rgba(0, 122, 255, 0.4);
}

.contact-step h4 {
  font-size: 1.08rem;
  font-weight: 700;
  margin: 0 0 8px 0;
  color: #fff;
  white-space: normal;
  overflow: hidden;
  text-overflow: ellipsis;
}

.contact-step p {
  color: #c9d5ea;
  font-size: 0.98rem;
  margin: 0;
  line-height: 1.5;
  white-space: normal;
  overflow: hidden;
  text-overflow: ellipsis;
}
.intel-contact-form {
  background: rgba(255, 255, 255, 0.98);
  backdrop-filter: blur(20px);
  padding: 56px 48px 56px 48px;
  border-radius: 0 24px 24px 0;
  box-shadow: 
    0 20px 60px rgba(10, 31, 68, 0.15),
    0 8px 32px rgba(10, 31, 68, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.8);
  display: flex;
  flex-direction: column;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.2);
  position: relative;
}

.intel-contact-form::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, transparent 50%);
  border-radius: 0 24px 24px 0;
  pointer-events: none;
}

.intel-contact-form h2 {
  color: #19549c;
  font-size: 1.8rem;
  font-weight: 800;
  margin-bottom: 32px;
  position: relative;
  z-index: 1;
}

/* Backwards-compatible contact selectors (map .contact-* to .intel-contact- styles) */
.contact-section {
  background: linear-gradient(135deg, #19549c 0%, #1e5da8 50%, #2366b4 100%);
  padding: 80px 0 96px 0;
  position: relative;
  overflow: hidden;
}
.contact-bg-network { position: absolute; inset: 0; z-index: 0; pointer-events: none; }
.contact-bg-particles { position: absolute; inset: 0; z-index: 0; pointer-events: none; }
.contact-bg-gradient { position: absolute; inset: 0; z-index: 0; pointer-events: none; }
.contact-container {
  display: grid;
  grid-template-columns: 1.1fr 1.3fr;
  gap: 0;
  max-width: 1200px;
  margin: 0 auto;
  align-items: stretch;
  position: relative;
  z-index: 1;
}
.contact-left {
  /* prefer intel look but keep earlier lightweight fallback */
  background: linear-gradient(145deg, rgba(255,255,255,0.08) 0%, rgba(255,255,255,0.04) 100%);
  backdrop-filter: blur(8px);
  border: 1px solid rgba(255,255,255,0.08);
  color: #fff;
  padding: 56px 48px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-radius: 24px 0 0 24px;
}
.contact-left .contact-title { color: #fff; font-size: 2.4rem; font-weight:800; margin-bottom:16px; }
.contact-desc { color: #e3f0ff; font-size: 1.15rem; line-height: 1.6; margin-bottom: 32px; max-width: 460px; }
.contact-divider { border: none; height: 2px; background: linear-gradient(90deg, transparent 0%, rgba(255,255,255,0.6) 50%, transparent 100%); margin: 32px 0 40px 0; border-radius: 1px; }
.contact-process { margin-top: 0; display:flex; flex-wrap:wrap; gap:32px; justify-content:center; align-items:flex-start; }
.contact-step { padding-left:24px; position: relative; background: rgba(25,84,156,0.92); border-radius:18px; width:200px; min-width:200px; max-width:200px; height:180px; display:flex; flex-direction:column; justify-content:flex-start; box-shadow:0 2px 12px rgba(25,84,156,0.08); box-sizing:border-box; }
.contact-step::before { content: ''; position:absolute; left:0; top:8px; width:8px; height:8px; background: linear-gradient(135deg, #007aff, #00d4ff); border-radius:50%; box-shadow:0 0 12px rgba(0,122,255,0.4); }
.contact-step h4 { font-size:1.08rem; font-weight:700; margin:0 0 8px 0; color:#fff; }
.contact-step p { color:#c9d5ea; font-size:0.98rem; margin:0; line-height:1.5; }
.contact-right {
  background: rgba(255,255,255,0.98);
  backdrop-filter: blur(20px);
  padding: 56px 48px;
  border-radius: 0 24px 24px 0;
  box-shadow: 0 20px 60px rgba(10,31,68,0.15), 0 8px 32px rgba(10,31,68,0.1), inset 0 1px 0 rgba(255,255,255,0.8);
  display:flex; flex-direction:column; justify-content:center; border:1px solid rgba(255,255,255,0.2); position:relative; }
.contact-right h2 { color: #19549c; font-size: 1.8rem; font-weight: 800; margin-bottom: 32px; }
.contact-form .contact-input,
.contact-form .contact-input-recaptcha { width: 100%; padding: 16px 18px; font-size: 1rem; border: 2px solid #e3eaf3; border-radius:12px; background: rgba(255,255,255,0.9); color:#19549c; transition: all 0.3s; font-weight:500; }
.contact-form .contact-input:focus,
.contact-form .contact-input-recaptcha:focus { border-color:#007aff; background: rgba(255,255,255,1); box-shadow:0 0 0 4px rgba(0,122,255,0.1); outline:none; transform: translateY(-1px); }
.contact-form .contact-textarea { width:100%; padding:16px 18px; border:2px solid #e3eaf3; border-radius:12px; background: rgba(255,255,255,0.9); color:#19549c; min-height:120px; resize:vertical; margin-bottom:24px; }
.contact-checkbox-label { display:flex; gap:12px; align-items:center; color:#42526e; }
.contact-recaptcha { margin-bottom: 16px; }
.contact-submit-btn { min-width:140px; font-size:1.1rem; font-weight:700; border-radius:50px; padding:14px 28px; background: linear-gradient(135deg, #007aff 0%, #0056cc 100%); border:none; color:#fff; cursor:pointer; box-shadow:0 4px 16px rgba(0,122,255,0.3); float:right; }

@media (max-width: 900px) {
  .contact-container { grid-template-columns: 1fr; }
  .contact-left { border-radius: 24px 24px 0 0; padding:48px 32px; }
  .contact-right { border-radius: 0 0 24px 24px; padding:48px 32px; }
}


.form-row {
  display: flex;
  gap: 24px;
  margin-bottom: 24px;
}

.form-row input,
.form-row select {
  flex: 1;
  padding: 16px 18px;
  font-size: 1rem;
  border: 2px solid #e3eaf3;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.9);
  color: #19549c;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  font-weight: 500;
}

.form-row input:focus,
.form-row select:focus {
  border-color: #007aff;
  background: rgba(255, 255, 255, 1);
  box-shadow: 0 0 0 4px rgba(0, 122, 255, 0.1);
  outline: none;
  transform: translateY(-1px);
}

.form-row select {
  min-width: 120px;
  cursor: pointer;
}

.intel-contact-form textarea {
  width: 100%;
  padding: 16px 18px;
  font-size: 1rem;
  border: 2px solid #e3eaf3;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.9);
  color: #19549c;
  margin-bottom: 24px;
  resize: vertical;
  min-height: 120px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  font-weight: 500;
  font-family: inherit;
}

.intel-contact-form textarea:focus {
  border-color: #007aff;
  background: rgba(255, 255, 255, 1);
  box-shadow: 0 0 0 4px rgba(0, 122, 255, 0.1);
  outline: none;
  transform: translateY(-1px);
}

.form-checkbox-row {
  align-items: center;
  margin-bottom: 20px;
}

.form-checkbox-row label {
  font-size: 1rem;
  color: #42526e;
  display: flex;
  align-items: center;
  gap: 12px;
  cursor: pointer;
  line-height: 1.4;
}

.form-checkbox-row input[type="checkbox"] {
  accent-color: #007aff;
  width: 18px;
  height: 18px;
  cursor: pointer;
}

.form-captcha-row {
  margin-bottom: 24px;
  display: flex;
  justify-content: center;
  padding: 16px;
  background: rgba(0, 122, 255, 0.05);
  border-radius: 12px;
  border: 1px dashed rgba(0, 122, 255, 0.2);
}

.intel-contact-form button[type="submit"] {
  min-width: 140px;
  font-size: 1.1rem;
  font-weight: 700;
  border-radius: 50px;
  float: right;
  padding: 14px 28px;
  background: linear-gradient(135deg, #007aff 0%, #0056cc 100%);
  border: none;
  color: white;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 4px 16px rgba(0, 122, 255, 0.3);
  position: relative;
  z-index: 1;
}

.intel-contact-form button[type="submit"]:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(0, 122, 255, 0.4);
  background: linear-gradient(135deg, #0056cc 0%, #004399 100%);
}
/* Enhanced mobile responsiveness for contact section */
@media (max-width: 900px) {
  .intel-contact-grid {
    grid-template-columns: 1fr;
    gap: 0;
  }
  
  .intel-contact-info {
    border-radius: 24px 24px 0 0;
    padding: 48px 32px 48px 32px;
  }
  
  .intel-contact-form {
    border-radius: 0 0 24px 24px;
    padding: 48px 32px 48px 32px;
  }
  
  .intel-contact-info::before {
    border-radius: 24px 24px 0 0;
  }
  
  .intel-contact-form::before {
    border-radius: 0 0 24px 24px;
  }
}

@media (max-width: 768px) {
  .intel-contact-section {
    padding: 60px 0 80px 0;
  }
  
  .intel-contact-info,
  .intel-contact-form {
    padding: 40px 24px 40px 24px;
  }
  
  .intel-contact-info h2 {
    font-size: 2rem;
  }
  
  .contact-intro {
    font-size: 1.1rem;
  }
  
  .form-row {
    flex-direction: column;
    gap: 16px;
  }
  
  .intel-contact-form button[type="submit"] {
    float: none;
    width: 100%;
    margin-top: 16px;
  }
}

@media (max-width: 480px) {
  .intel-contact-info,
  .intel-contact-form {
    padding: 32px 20px 32px 20px;
  }
  
  .intel-contact-info h2 {
    font-size: 1.8rem;
  }
  
  .intel-contact-form h2 {
    font-size: 1.6rem;
  }
}
.intel-feature-section {
  background: #fff;
  padding: 56px 0 48px 0;
  position: relative;
  overflow: hidden;
}

.intel-feature-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  pointer-events: none;
  background-image:
    linear-gradient(to right, rgba(33,118,255,0.07) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(33,118,255,0.07) 1px, transparent 1px);
  background-size: 40px 40px;
  opacity: 0.7;
}
.intel-feature-grid {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 48px;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
}
.intel-feature-image img {
  width: 100%;
  max-width: 340px;
  border-radius: 8px;
  box-shadow: 0 6px 32px rgba(10,31,68,.10);
  object-fit: cover;
}
.intel-feature-content {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.intel-feature-title {
  color: #19549c;
  font-size: 2rem;
  font-weight: 800;
  margin-bottom: 10px;
}
.intel-feature-intro {
  color: #6B7A90;
  font-size: 1.08rem;
  margin-bottom: 32px;
  max-width: 600px;
}
.intel-feature-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px 32px;
}
.intel-feature-card {
  display: flex;
  align-items: flex-start;
  gap: 18px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 2px 12px rgba(10,31,68,.06);
  padding: 18px 18px 18px 18px;
}
.intel-feature-card h3 {
  color: #19549c;
  font-size: 1.18rem;
  font-weight: 700;
  margin: 0 0 6px 0;
}
.intel-feature-card p {
  color: #6B7A90;
  font-size: 1rem;
  margin: 0;
}
.intel-feature-icon {
  width: 48px;
  height: 48px;
  display: block;
  background: #eaf3ff;
  border-radius: 50%;
  margin-top: 2px;
  flex-shrink: 0;
}
@media (max-width: 900px) {
  .intel-feature-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .intel-feature-cards {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .intel-feature-image img {
    max-width: 100%;
  }
}
.site-header {
  /* fixed global header so navigation stays at the top of the viewport */
  --site-header-height: 84px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: var(--site-header-height);
  z-index: 2000;
  background: #fff;
  box-shadow: 0 1px 0 rgba(10,31,68,.08);
  transition: box-shadow 0.22s cubic-bezier(.4,0,.2,1), background 0.22s cubic-bezier(.4,0,.2,1);
  backdrop-filter: none;
}
.site-header.scrolled {
  box-shadow: 0 6px 24px rgba(10,31,68,.13), 0 1px 0 rgba(10,31,68,.08);
  background: rgba(255,255,255,0.85);
  backdrop-filter: blur(18px);
}

/* push page content below the fixed header to avoid overlap */
/* push page content below the fixed header to avoid overlap */
body {
  /* !important needed: JS sets inline padding-top during scroll; this must win */
  padding-top: var(--site-header-height, 72px) !important;
}

/* Defensive: ensure contact section sits above background elements and is not clipped */
.intel-contact-section {
  position: relative;
  z-index: 1;
}
.main-nav {
  margin-left: 16px;
}
.nav-wrap {
  display:flex; align-items:center; gap: 0.5rem; padding: 0.75rem 0 1.25rem 0; /* extra padding for more breathing room */
}
.main-nav ul {
  list-style: none;
  display: flex;
  gap: 1rem;
  padding: 0;
  margin: 0;
  font-family: 'Barlow', Arial, sans-serif;
  font-weight: 400;
}
/* Make logo smaller in nav */
.logo img { width: 200px; height: auto; }
.main-nav a {
  text-decoration: none;
  color: #2b3a4f;
  font-family: 'Barlow', Arial, sans-serif;
  font-weight: 400;
  transition: color .18s, font-weight .18s, border-bottom .18s;
  border-bottom: 2px solid transparent;
  padding-bottom: 2px;
  font-size: 1rem;
}
.main-nav a:hover {
  color: var(--primary);
  font-family: 'Barlow', Arial, sans-serif;
  font-weight: 500;
  border-bottom: 2px solid var(--primary);
}
.nav-cta { margin-left:auto; display:flex; gap:.5rem; align-items:center; }

/* Language Dropdown */
.lang-dropdown {
  position: relative;
  display: inline-flex;
  align-items: center;
}
.lang-dropdown__toggle {
  -webkit-appearance: none;
  appearance: none;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: transparent;
  border: none;
  border-radius: 0;
  padding: 8px 4px;
  color: #1a1a2e;
  font-size: 0.95rem;
  font-weight: 500;
  cursor: pointer;
  transition: opacity 0.2s ease;
  box-shadow: none;
  width: auto;
  min-width: auto;
  flex-shrink: 0;
  height: auto;
}
.lang-dropdown__toggle:hover {
  background: transparent;
  box-shadow: none;
  opacity: 0.7;
}
.lang-dropdown__label {
  font-size: 0.95rem;
  letter-spacing: 0.02em;
  color: #1a1a2e;
}
.lang-dropdown__menu {
  position: absolute;
  top: calc(100% + 10px);
  right: 0;
  min-width: 200px;
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.15);
  list-style: none;
  padding: 10px 0;
  margin: 0;
  z-index: 9999;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.05);
}
.lang-dropdown__menu[hidden] {
  display: none;
}
.lang-dropdown__item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 18px;
  color: #1a1a2e;
  text-decoration: none;
  font-size: 0.95rem;
  font-weight: 500;
  transition: background 0.15s;
}
.lang-dropdown__item:hover {
  background: #f5f5f5;
}
.lang-dropdown__item.active {
  background: #f5f5f5;
  font-weight: 600;
}
.lang-dropdown__item-flag {
  font-size: 1.2rem;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .lang-dropdown__toggle { padding: 4px 10px; font-size: 0.8rem; }
  .lang-dropdown__toggle span.lang-dropdown__label { display: none; }
}

/* Make top-right header CTA buttons slightly smaller and add internal spacing to avoid being flush to bottom */
.nav-cta .btn {
  font-size: 1.12rem; /* tiny bit larger */
  padding: 13px 20px; /* slightly increased vertical + horizontal padding for better tap/click area */
  border-radius: 24px;
  line-height: 1;
}
.nav-cta .btn.btn-outline {
  padding: 11px 16px;
}
.nav-cta .btn.btn-register {
  background: transparent;
  border: 2px solid rgba(255, 255, 255, 0.55);
  color: #fff;
  box-shadow: none;
  padding: 11px 16px;
}
.nav-cta .btn.btn-register:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: #fff;
  color: #fff;
  box-shadow: none;
  transform: translateY(-1px);
}
.nav-toggle { display:none; -webkit-appearance:none; appearance:none; background:transparent; border:0; box-shadow:none; padding:.25rem .5rem; cursor:pointer; color:#1e1f21; }
.mobile-menu { background:#fff; border-top:1px solid #e6ecf5; padding:.75rem 1rem; }
.mobile-menu ul { list-style:none; margin:0; padding:0; display:grid; gap:.5rem; }

/* ============ Hero ============ */
.hero {
  background: radial-gradient(1000px 520px at 10% -10%, rgba(0,130,186,.35), transparent 60%),
              linear-gradient(180deg, #0a2c47 0%, #083154 60%, #082a4a 100%);
  color:#fff;
}
.hero-grid {
  display:grid; grid-template-columns: 1.1fr .9fr; gap: 2rem; align-items:center; padding: 80px 0 96px;
}
.hero-copy p { color:#d7e6f5; }
.hero-actions { margin-top: 1rem; }
.hero-art img { border-radius: 16px; box-shadow: 0 30px 80px rgba(0,0,0,.35); }

.dots { display:flex; gap:.5rem; margin-top: 28px; }
.dot { width:8px; height:8px; border-radius:50%; background:#9ec9e4; opacity:.6; }
.dot:first-child { opacity:1; background:#fff; }

/* ============ Features ============ */
.features {
  background: #f8f9fa;
  position: relative;
  overflow: hidden;
}

.features::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: 
    radial-gradient(circle at 20% 80%, rgba(120, 119, 198, 0.3) 0%, transparent 50%),
    radial-gradient(circle at 80% 20%, rgba(255, 255, 255, 0.15) 0%, transparent 50%);
  pointer-events: none;
}

.features-grid {
  display: grid;
  grid-template-columns: 1.1fr 1fr 1fr;
  gap: 32px;
  align-items: stretch;
  position: relative;
  z-index: 2;
}

/* Apple-style feature intro */
.feature-intro {
  background: transparent;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  border: none;
  border-radius: 0;
  padding: 48px 40px;
  box-shadow: none;
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  position: relative;
  overflow: visible;
}

.feature-intro::before {
  display: none;
}

.feature-intro:hover::before {
  display: none;
}

.feature-intro:hover {
  transform: none;
  box-shadow: none;
}

/* Make features section header as large as hero headers */
.features .feature-intro h2 {
  font-size: 3.2rem;
  font-weight: 900;
  line-height: 1.1;
  background: linear-gradient(135deg, #1a1a1a 0%, #2d3748 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: 1.2rem;
  font-family: 'Barlow', sans-serif;
}

.feature-intro p {
  margin: .5rem 0 1rem;
  color: rgba(26, 26, 26, 0.8);
  font-size: 1.1rem;
  line-height: 1.5;
}

/* Feature intro buttons inherit global Apple-style .btn styling */

/* Apple-style enhanced feature cards for Customer Stories */
.feature-card {
  background: rgba(255, 255, 255, 0.35);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 
    0 8px 32px rgba(31, 38, 135, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.25);
  display: flex;
  flex-direction: column;
  height: 100%;
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  position: relative;
  perspective: 1000px;
  transform-style: preserve-3d;
}

/* Enhanced card image styling */
.feature-card .media {
  overflow: hidden;
  border-radius: 16px 16px 0 0;
  position: relative;
}

.feature-card .media::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, transparent 50%);
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 1;
  pointer-events: none;
}

.feature-card:hover .media::before {
  opacity: 1;
}

.features .feature-card .media img {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  object-fit: cover;
  display: block;
  transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  margin: 0;
  border-radius: 0;
}

/* Enhanced glassmorphism hover effect */
.feature-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, transparent 50%);
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
  z-index: 1;
}

.feature-card:hover::before {
  opacity: 1;
}

.feature-card:hover, .feature-card:focus-within {
  transform: translateY(-12px) scale(1.02);
  box-shadow: 
    0 20px 60px rgba(31, 38, 135, 0.2),
    inset 0 1px 0 rgba(255, 255, 255, 0.4);
  border-color: rgba(255, 255, 255, 0.3);
}
/* Updated to be more specific than .features .media img */
.features .feature-card .media img {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  object-fit: cover;
  display: block;
}
.feature-card .card-body { padding: 28px 24px 32px; }
.feature-card .card-body {
  padding: 28px 24px 32px;
  display: flex;
  flex-direction: column;
  height: 100%;
  position: relative;
}

.feature-card .card-body h3 {
  font-size: 1.5rem;
  font-weight: 700;
  color: rgba(26, 26, 26, 0.9);
  margin-bottom: 12px;
  line-height: 1.3;
  font-family: 'Barlow', sans-serif;
}

.feature-card .card-body p {
  color: rgba(26, 26, 26, 0.7);
  line-height: 1.5;
  margin-bottom: 20px;
  font-size: 1rem;
}

.feature-card .read-more {
  font-weight: 600;
  text-decoration: none;
  color: #007AFF;
  margin-top: auto;
  font-size: 0.95rem;
  transition: all 0.3s ease;
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

.feature-card .read-more::after {
  content: '→';
  transition: transform 0.3s ease;
}

.feature-card .read-more:hover {
  color: #0051D5;
}

.feature-card .read-more:hover::after {
  transform: translateX(4px);
}

/* ============ Apple-Style Stats Band ============ */
.stats-band {
  position: relative;
  background: linear-gradient(180deg, #f8f9fa 0%, #ffffff 100%);
  padding: 140px 0;
  overflow: hidden;
}

/* Custom Digital Network Background */
.stats-network-background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  overflow: hidden;
}

.network-grid {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: 
    linear-gradient(rgba(59, 130, 246, 0.3) 1px, transparent 1px),
    linear-gradient(90deg, rgba(59, 130, 246, 0.3) 1px, transparent 1px);
  background-size: 40px 40px;
  animation: gridMove 15s linear infinite;
}

@keyframes gridMove {
  0% { transform: translate(0, 0); }
  100% { transform: translate(40px, 40px); }
}

.floating-particles {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.floating-particles::before,
.floating-particles::after {
  content: '';
  position: absolute;
  width: 6px;
  height: 6px;
  background: rgba(59, 130, 246, 0.8);
  border-radius: 50%;
  box-shadow: 0 0 10px rgba(59, 130, 246, 0.5);
  animation: float1 8s infinite ease-in-out;
}

.floating-particles::before {
  left: 20%;
  top: 30%;
  animation-delay: 0s;
}

.floating-particles::after {
  right: 25%;
  bottom: 40%;
  animation-delay: 4s;
}

@keyframes float1 {
  0%, 100% { 
    transform: translateY(0) translateX(0) scale(1); 
    opacity: 0.8;
  }
  25% { 
    transform: translateY(-40px) translateX(30px) scale(1.3); 
    opacity: 1;
  }
  50% { 
    transform: translateY(-80px) translateX(-20px) scale(0.7); 
    opacity: 0.5;
  }
  75% { 
    transform: translateY(-40px) translateX(-40px) scale(1.2); 
    opacity: 0.9;
  }
}

/* Add more visible particles */
.network-grid::before,
.network-grid::after {
  content: '';
  position: absolute;
  width: 5px;
  height: 5px;
  background: rgba(59, 130, 246, 0.8);
  border-radius: 50%;
  box-shadow: 0 0 8px rgba(59, 130, 246, 0.4);
  animation: float2 12s infinite ease-in-out;
}

.network-grid::before {
  right: 30%;
  top: 20%;
  animation-delay: 2s;
}

.network-grid::after {
  left: 40%;
  bottom: 25%;
  animation-delay: 6s;
}

@keyframes float2 {
  0%, 100% { 
    transform: translateY(0) translateX(0) scale(1); 
    opacity: 0.7;
  }
  33% { 
    transform: translateY(50px) translateX(-35px) scale(1.4); 
    opacity: 1;
  }
  66% { 
    transform: translateY(100px) translateX(25px) scale(0.6); 
    opacity: 0.4;
  }
}

.stats-background-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.1);
  z-index: 2;
}

/* Individual Particle Elements - More Visible */
.particle {
  position: absolute;
  border-radius: 50%;
  box-shadow: 0 0 15px rgba(59, 130, 246, 0.8);
  z-index: 1;
}
.p-big1 {
  width: 32px;
  height: 32px;
  background: rgba(59,130,246,0.18);
  left: 30%;
  top: 40%;
  animation: float1 14s infinite ease-in-out;
  animation-delay: 2s;
  box-shadow: 0 0 32px 8px rgba(59,130,246,0.18);
}
.p-big2 {
  width: 40px;
  height: 40px;
  background: rgba(59,130,246,0.22);
  left: 70%;
  top: 70%;
  animation: float2 16s infinite ease-in-out;
  animation-delay: 4s;
  box-shadow: 0 0 40px 12px rgba(59,130,246,0.22);
}

.p1 { width: 8px; height: 8px; background: rgba(59, 130, 246, 1); left: 10%; top: 20%; animation: float1 8s infinite ease-in-out; animation-delay: 0s; }
.p2 { width: 10px; height: 10px; background: rgba(59, 130, 246, 1); left: 85%; top: 15%; animation: float2 10s infinite ease-in-out; animation-delay: 1s; }
.p3 { width: 6px; height: 6px; background: rgba(59, 130, 246, 1); left: 25%; top: 70%; animation: float3 12s infinite ease-in-out; animation-delay: 2s; }
.p4 { width: 9px; height: 9px; background: rgba(59, 130, 246, 1); left: 70%; top: 80%; animation: float4 9s infinite ease-in-out; animation-delay: 3s; }
.p5 { width: 7px; height: 7px; background: rgba(59, 130, 246, 1); left: 60%; top: 30%; animation: float1 11s infinite ease-in-out; animation-delay: 4s; }
.p6 { width: 11px; height: 11px; background: rgba(59, 130, 246, 1); left: 45%; top: 85%; animation: float2 13s infinite ease-in-out; animation-delay: 5s; }
.p7 { width: 5px; height: 5px; background: rgba(59, 130, 246, 1); left: 90%; top: 60%; animation: float3 8s infinite ease-in-out; animation-delay: 6s; }
.p8 { width: 8px; height: 8px; background: rgba(59, 130, 246, 1); left: 15%; top: 90%; animation: float4 14s infinite ease-in-out; animation-delay: 7s; }
.p9 { width: 7px; height: 7px; background: rgba(59, 130, 246, 1); left: 80%; top: 25%; animation: float1 10s infinite ease-in-out; animation-delay: 8s; }
.p10 { width: 9px; height: 9px; background: rgba(59, 130, 246, 1); left: 35%; top: 45%; animation: float2 9s infinite ease-in-out; animation-delay: 9s; }
.p11 { width: 6px; height: 6px; background: rgba(59, 130, 246, 1); left: 55%; top: 65%; animation: float3 11s infinite ease-in-out; animation-delay: 10s; }
.p12 { width: 8px; height: 8px; background: rgba(59, 130, 246, 1); left: 20%; top: 50%; animation: float4 12s infinite ease-in-out; animation-delay: 11s; }
.p13 { width: 7px; height: 7px; background: rgba(59, 130, 246, 1); left: 75%; top: 10%; animation: float1 13s infinite ease-in-out; animation-delay: 12s; }
.p14 { width: 10px; height: 10px; background: rgba(59, 130, 246, 1); left: 40%; top: 75%; animation: float2 8s infinite ease-in-out; animation-delay: 13s; }
.p15 { width: 8px; height: 8px; background: rgba(59, 130, 246, 1); left: 65%; top: 55%; animation: float3 14s infinite ease-in-out; animation-delay: 14s; }

.stats-overlay {
  position: relative;
  z-index: 3;
}

/* Floating particles background */
.stats-floating-particles {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  opacity: 0.4;
  overflow: hidden;
}

.stats-floating-particles::before,
.stats-floating-particles::after {
  content: '';
  position: absolute;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(33, 118, 255, 0.15), rgba(52, 199, 89, 0.15));
  animation: float 15s ease-in-out infinite;
}

.stats-floating-particles::before {
  width: 120px;
  height: 120px;
  top: 15%;
  left: 8%;
  animation-delay: -3s;
}

.stats-floating-particles::after {
  width: 80px;
  height: 80px;
  top: 65%;
  right: 12%;
  animation-delay: -8s;
}

/* Additional particles using CSS-only approach */
.stats-band::after {
  content: '';
  position: absolute;
  width: 60px;
  height: 60px;
  top: 25%;
  right: 20%;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(255, 45, 85, 0.12), rgba(33, 118, 255, 0.12));
  animation: float 18s ease-in-out infinite;
  animation-delay: -12s;
  pointer-events: none;
  z-index: 1;
}

/* Create more particles with box-shadow */
.stats-floating-particles {
  box-shadow: 
    100px 200px 0 -20px rgba(33, 118, 255, 0.08),
    300px 80px 0 -25px rgba(52, 199, 89, 0.08),
    500px 150px 0 -15px rgba(255, 45, 85, 0.06),
    700px 300px 0 -30px rgba(33, 118, 255, 0.06),
    200px 400px 0 -20px rgba(52, 199, 89, 0.08),
    600px 50px 0 -25px rgba(255, 45, 85, 0.06),
    800px 250px 0 -20px rgba(33, 118, 255, 0.08),
    150px 100px 0 -15px rgba(52, 199, 89, 0.06);
  animation: floatShadows 20s ease-in-out infinite;
}

@keyframes float {
  0%, 100% { 
    transform: translateY(0px) translateX(0px) rotate(0deg); 
    opacity: 0.4;
  }
  25% { 
    transform: translateY(-30px) translateX(15px) rotate(90deg); 
    opacity: 0.6;
  }
  50% { 
    transform: translateY(-15px) translateX(-20px) rotate(180deg); 
    opacity: 0.3;
  }
  75% { 
    transform: translateY(20px) translateX(10px) rotate(270deg); 
    opacity: 0.5;
  }
}

@keyframes floatShadows {
  0%, 100% { 
    transform: translateY(0px) translateX(0px);
  }
  33% { 
    transform: translateY(-20px) translateX(10px);
  }
  66% { 
    transform: translateY(15px) translateX(-15px);
  }
}

.stats-band::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: 
    radial-gradient(circle at 30% 20%, rgba(0, 122, 255, 0.04) 0%, transparent 50%),
    radial-gradient(circle at 70% 80%, rgba(52, 199, 89, 0.04) 0%, transparent 50%),
    radial-gradient(circle at 50% 50%, rgba(255, 45, 85, 0.02) 0%, transparent 60%);
  pointer-events: none;
}

.stats-overlay { 
  background: none;
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  text-align: center;
}

/* Apple-style stats container */
.stats-wrap {
  width: 100%;
  max-width: 1200px;
  padding: 0 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  text-align: center;
  margin: 0 auto;
}

/* Enhanced Apple-style header */
.stats-eyebrow {
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #007AFF;
  margin-bottom: 16px;
  opacity: 0;
  transform: translateY(20px);
  animation: fadeInUp 0.8s ease-out 0.2s forwards;
}

.stats-header {
  text-align: center;
  margin-bottom: 100px;
  max-width: 800px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
}

.stats-header h2 {
  font-size: clamp(2.5rem, 5vw, 4rem);
  font-weight: 700;
  line-height: 1.1;
  color: #000000;
  margin-bottom: 24px;
  font-family: 'Barlow', sans-serif;
  text-align: center;
  width: 100%;
  opacity: 0;
  transform: translateY(30px);
  animation: fadeInUp 0.8s ease-out 0.4s forwards;
}

.stats-header p { 
  font-size: 1.25rem;
  line-height: 1.6;
  color: #86868b;
  margin: 0;
  font-weight: 400;
  text-align: center;
  max-width: 100%;
  width: 100%;
  opacity: 0;
  transform: translateY(20px);
  animation: fadeInUp 0.8s ease-out 0.6s forwards;
}

@keyframes fadeInUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Apple-style stats grid with cards */
.stats-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 40px;
  width: 100%;
  max-width: 1000px;
}

.stat-card {
  opacity: 0;
  transform: translateY(60px) scale(0.9);
  animation: slideInCard 1s ease-out forwards;
  animation-delay: calc(var(--delay, 0) * 1ms + 800ms);
}

.stat-card[data-delay="0"] { --delay: 0; }
.stat-card[data-delay="200"] { --delay: 200; }
.stat-card[data-delay="400"] { --delay: 400; }

@keyframes slideInCard {
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

.stat-card-inner {
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 24px;
  padding: 48px 32px;
  text-align: center;
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  position: relative;
  overflow: hidden;
  box-shadow: 
    0 8px 32px rgba(0, 0, 0, 0.06),
    0 1px 2px rgba(0, 0, 0, 0.08);
}

.stat-card-inner::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, 
    rgba(255, 255, 255, 0.1) 0%, 
    rgba(255, 255, 255, 0.05) 100%);
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.stat-card:hover .stat-card-inner {
  transform: translateY(-8px);
  box-shadow: 
    0 20px 60px rgba(0, 0, 0, 0.12),
    0 8px 25px rgba(0, 0, 0, 0.08);
  border-color: rgba(0, 122, 255, 0.2);
}

.stat-card:hover .stat-card-inner::before {
  opacity: 1;
}

/* Apple-style stat icons */
.stat-icon {
  width: 48px;
  height: 48px;
  margin: 0 auto 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #007AFF 0%, #5856D6 100%);
  border-radius: 16px;
  color: white;
  transition: all 0.3s ease;
}

.stat-card:hover .stat-icon {
  transform: scale(1.1) rotate(5deg);
  background: #2176ff;
}

/* Enhanced animated numbers */
.stats-grid .num {
  font-weight: 800;
  font-size: 4.5rem;
  color: #1d1d1f;
  line-height: 0.85;
  margin-bottom: 16px;
  font-family: 'Barlow', sans-serif;
  background: linear-gradient(135deg, #1d1d1f 0%, #515154 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  text-align: center;
  display: block;
}

.stat-card:hover .num {
  transform: scale(1.05);
  color: #2176ff;
  background: none;
  -webkit-background-clip: unset;
  -webkit-text-fill-color: unset;
  background-clip: unset;
}

.stats-grid .label { 
  font-weight: 700; 
  font-size: 1rem;
  letter-spacing: 0.05em; 
  color: #1d1d1f;
  text-transform: uppercase;
  font-family: 'Barlow', sans-serif;
  text-align: center;
  margin-bottom: 8px;
}

.stat-description {
  font-size: 0.875rem;
  color: #86868b;
  font-weight: 400;
  line-height: 1.4;
}

/* Pulse animation for counting numbers */
@keyframes numberPulse {
  0% { transform: scale(1); }
  50% { transform: scale(1.05); }
  100% { transform: scale(1); }
}

.num.counting {
  animation: numberPulse 0.6s ease-in-out;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .stats-band {
    padding: 100px 0;
  }
  
  .nav-cta .btn { display:none; }
  /* Ensure mobile menu toggle stays vertically centered with new nav-wrap padding */
  .nav-toggle { padding: .25rem .5rem; }

  .stats-header {
    margin-bottom: 60px;
  }
  
  .stats-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  
  .stat-card-inner {
    padding: 36px 24px;
  }
  
  .stats-grid .num {
    font-size: 3.5rem;
  }
}


/* ============ Footer ============ */
.site-footer { background: var(--footer); color:#c9d5ea; }
.site-footer .container { padding: 24px 0; }
.site-footer a { color:#eaf3ff; }

/* LeadsOnline: page-scoped footer fixes (restore layout & colors on this page only) */
body.leadsonline .site-footer {
  background: #071226; /* slightly darker, page-specific */
  color: #c9d5ea;
}
body.leadsonline .site-footer .container { padding: 28px 0; }
body.leadsonline .site-footer a { color: #eaf3ff; }

body.leadsonline .site-footer .footer-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(255,255,255,0.04);
}

body.leadsonline .site-footer .footer-main {
  display: flex;
  gap: 48px;
  align-items: flex-start;
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px 0;
}

body.leadsonline .site-footer .footer-left { flex: 1; max-width: 360px; }
body.leadsonline .site-footer .footer-logo img { max-height: 40px; display: block; }
body.leadsonline .site-footer .footer-cta .btn { margin-left: 12px; }

body.leadsonline .site-footer .footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 12px;
  border-top: 1px solid rgba(255,255,255,0.04);
}

@media (max-width: 768px) {
  body.leadsonline .site-footer .footer-main { flex-direction: column; gap: 28px; }
  body.leadsonline .site-footer .footer-left { max-width: 100%; text-align: center; }
  body.leadsonline .site-footer .footer-bottom { flex-direction: column; gap: 12px; text-align: center; }
}

/* Careers page header — display like the index (solid white header with dark nav text) */
.careers-page .site-header {
  /* match global header appearance: solid white background and sit above content */
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2100;
  background: #fff;
  box-shadow: 0 1px 0 rgba(10,31,68,.08);
}
.careers-page .site-header .nav-cta .btn:not(.btn-outline) {
  /* allow global .btn / .btn-primary styles to apply so CTA matches the index header */
  color: inherit;
}
.careers-page .site-header .nav-cta .btn.btn-outline {
  color: #007AFF;
  border-color: rgba(0, 122, 255, 0.3);
}
.careers-page .site-header .main-nav a {
  color: #2b3a4f; /* same as main nav color on index */
}
.careers-page .site-header .logo img { filter: none; }
.careers-page .nav-toggle { color: #19549c; }
.careers-page .site-header.scrolled { background: rgba(255,255,255,0.95); box-shadow: 0 6px 24px rgba(10,31,68,.13); }

/* Careers video hero stacking and layout
   - video sits at the back of the hero section
   - overlay sits above the video and contains the heading + CTA
   - header remains in normal flow above the hero (not absolutely positioned over the video) */
.careers-video-hero {
  position: relative;
  width: 100%;
  /* fill the viewport below the fixed header so no page content shows until the user scrolls */
  height: calc(100vh - var(--site-header-height, 0px));
  min-height: calc(480px - var(--site-header-height, 0px));
  overflow: hidden;
}
/* ensure no default bottom margin creates a gap */
.careers-video-hero { margin-bottom: 0; }
.careers-hero-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1; /* video at the back */
}
.careers-hero-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 20; /* above the video so heading + CTA are visible */
  pointer-events: none; /* allow clicks to pass through except where explicitly enabled */
}

/* subtle dark overlay that sits above the video but below the text inside .careers-hero-overlay */
.careers-hero-overlay::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.32); /* tweak this to taste (0.0 - 0.6) */
  z-index: 10; /* placed below the overlay inner content (which is z-index: auto inside) */
  pointer-events: none;
}
.careers-hero-inner { position: relative; z-index: 20; }
.careers-hero-inner {
  text-align: center;
  color: #ffffff;
  pointer-events: auto; /* enable clicks on the inner content (buttons/links) */
  padding: 2rem 1.25rem;
}
.careers-hero-title {
  font-family: 'Barlow', Arial, sans-serif;
  font-size: 3.2rem;
  font-weight: 600;
  margin: 0;
  text-shadow: 0 6px 30px rgba(10,23,71,0.35);
}
.careers-hero-sub {
  margin-top: 0.6rem;
  color: rgba(255,255,255,0.9);
  font-size: 1.15rem;
}
.careers-hero-cta {
  margin-top: 1.6rem;
}

/* When used as the main product video on ClearCase page, make the hero less tall */
.main-product-video.careers-video-hero {
  height: 50vh; /* slightly taller */
  min-height: 300px;
  max-height: 560px;
}
.main-product-video.careers-video-hero .careers-hero-video {
  object-position: center top; /* keep focal point higher */
}

@media (max-width: 900px) {
  .main-product-video.careers-video-hero { height: 40vh; min-height: 220px; }
}


/* Scoped override: when careers hero is used as main product video, left-align content */
.main-product-video .careers-hero-inner {
  text-align: left;
  /* move content further left for main product presentation */
  padding-left: 1.5rem;
  padding-right: 1rem;
  margin-left: -0.5rem; /* slight left shift */
}
.main-product-video .careers-hero-sub,
.main-product-video .careers-hero-cta {
  margin-left: 0;
}

@media (min-width: 1200px) {
  .main-product-video .careers-hero-inner {
  padding-left: 0.5rem;
  margin-left: -6rem; /* much stronger left pull on very wide screens */
  transform: translateX(calc(-2.5rem - 150px)) translateY(0);
  }
}

@media (max-width: 900px) {
  .main-product-video .careers-hero-inner { padding-left: 1rem; margin-left: 0; }
}


@media (max-width: 900px) {
  /* On smaller screens, still fill the viewport under the header but allow a smaller min-height */
  .careers-video-hero { height: calc(100vh - var(--site-header-height, 0px)); min-height: calc(360px - var(--site-header-height, 0px)); }
  .careers-hero-title { font-size: 2.25rem; }
}


/* Enhanced Custom Footer */
.custom-footer {
  background: linear-gradient(135deg, #0a1f44 0%, #0a2a5c 50%, #1a3666 100%);
  color: #fff;
  padding: 64px 32px 0 32px;
  font-family: 'Barlow', Arial, sans-serif;
  position: relative;
  overflow: hidden;
}

/* New Video Feature Section */
.video-feature-section {
  background: #f7fbff;
  /* remove bottom padding so section sits flush with next section */
  padding: 0;
  position: relative;
  overflow: hidden;
}

/* Stage that pins while the user scrolls the blocks */
.video-feature-stage {
  position: relative;
  width: 100%;
}
.video-feature-stage-inner {
  /* taller visual stage for video feature; avoids full viewport lock but gives ample vertical space */
  position: relative;
  min-height: 72vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 36px 0 0 0;
}

/* Fixed lock state (applied via JS) to avoid sticky quirks and ensure full lock */
.video-feature-stage.is-locked .video-feature-stage-inner {
  position: fixed;
  left: 0;
  right: 0;
  top: var(--site-header-height, 72px);
  z-index: 8000;
}

.video-feature-container {
  display: grid;
  /* two-column layout: left = copy content area (main), right = visual/copy column */
  grid-template-columns: 1fr 420px;
  gap: 24px;
  align-items: center;
}

/* Dynamic blocks removed — styles reduced to avoid leftover spacing */
/* If blocks are reintroduced later, re-add their styles in a focused block. */

@media (max-width: 900px) {
  .video-feature-container { grid-template-columns: 1fr; }
  .video-feature-stage-inner { height: auto; position: relative; padding: 20px 0; }
}
.video-feature-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}
.video-feature-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.28);
  z-index: 1;
}
.video-feature-container {
  position: relative;
  z-index: 2;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
  display: grid;
  grid-template-columns: 1fr 420px; /* main area + right copy column */
  gap: 24px;
  align-items: center;
}
.video-feature-copy {
  color: #fff;
  padding: 8px 8px;
  /* place copy in the right column */
  grid-column: 2 / 3;
  align-self: center;
  justify-self: start;
}

/* Left column icon cards */
.video-feature-left {
  grid-column: 1 / 2;
  align-self: center;
}
.video-feature-icons {
  display: grid;
  /* use fixed column width so each card is 200px */
  grid-template-columns: repeat(auto-fit, 200px);
  justify-content: start;
  gap: 20px 18px;
  padding-top: 10px;
  align-items: start;
}
.video-feature-left-header {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 800;
  margin: 0 0 28px 6px;
  text-align: left;
}

@media (max-width: 900px) {
  .video-feature-left-header { font-size: 1.4rem; margin-left: 0; }
}
.vf-card {
  background: rgba(255,255,255,0.04);
  border-radius: 8px;
  padding: 18px 14px;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: flex-start;
  box-shadow: 0 4px 12px rgba(0,0,0,0.22);
  box-sizing: border-box;
  height: 290px; /* requested card height */
  min-height: 290px;
  max-height: 290px;
  overflow: hidden;
  width: 200px; /* fixed width requested */
}
.vf-icon svg { color: #fff; display: block; width: 28px; height: 28px; }
.vf-title { font-size: 0.95rem; font-weight: 800; margin: 0; color: #fff; }
.vf-desc { margin: 0; color: rgba(255,255,255,0.92); line-height: 1.3; font-size: 0.82rem; }

/* Glass/frosted look inspired by index page */
.vf-card {
  background: linear-gradient(180deg, rgba(255,255,255,0.06), rgba(255,255,255,0.03));
  border: 1px solid rgba(255,255,255,0.08);
  backdrop-filter: blur(8px) saturate(120%);
  -webkit-backdrop-filter: blur(8px) saturate(120%);
  border-radius: 18px;
  align-items: center; /* center icon and texts */
  text-align: center;
  padding: 18px 14px; /* breathing room */
  gap: 10px;
}

.vf-card .vf-icon { display: flex; align-items: center; justify-content: center; margin-bottom: 6px; width: 100%; }
.vf-card .vf-title { text-align: center; width: 100%; font-size: 0.88rem; margin-bottom: 4px; }
.vf-card .vf-desc { text-align: center; opacity: 0.95; font-size: 0.76rem; line-height: 1.25; }

/* Pill CTA */
/* .vf-cta removed — buttons intentionally deleted from HTML */

/* Small screens: allow card content to scroll vertically if needed and relax fixed height slightly */
@media (max-width: 480px) {
  .vf-card {
  height: auto;
  max-height: 520px;
  overflow-y: auto;
  }
}

@media (max-width: 1100px) {
  .video-feature-icons { grid-template-columns: repeat(auto-fit, minmax(160px, 1fr)); gap: 18px; }
}
@media (max-width: 700px) {
  .video-feature-container { grid-template-columns: 1fr; }
  .video-feature-left { grid-column: 1 / -1; margin-bottom: 20px; }
  .video-feature-icons { grid-template-columns: 1fr; }
  .video-feature-copy { grid-column: 1 / -1; }
}

/* Dynamic blocks inside the video feature section */
.video-feature-blocks { display: none; }
.video-feature-block { display: none; }
.video-feature-title {
  font-size: clamp(2.6rem, 4.5vw, 4rem);
  font-weight: 800;
  color: #ffffff;
  margin: 0 0 18px 0;
}
.video-feature-lead {
  font-size: 1.05rem;
  line-height: 1.6;
  color: rgba(255,255,255,0.95);
}

/* Career Opportunities Section */
.career-opportunities {
  background: transparent;
  color: #fff;
  padding: 64px 0;
  margin-top: 0;
}
.careers-hero-band {
  position: relative;
  background-image: url('images/fiber.jpg');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.careers-hero-band::before {
  content: '';
  position: absolute;
  inset: 0;
  /* base subtle overlay to improve legibility, plus a stronger top gradient */
  background:
    linear-gradient(180deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0.9) 18%, rgba(0,0,0,0.45) 45%, rgba(0,0,0,0) 80%),
    rgba(0,0,0,0.20);
  z-index: 1; /* sit above background image */
  pointer-events: none;
}
.careers-hero-band > * { position: relative; z-index: 3; }

/* CSS-only overlay particles (accessible, no JS) */
@keyframes drift1 {
  0% { transform: translate3d(0,0,0) scale(1); }
  50% { transform: translate3d(18px,-12px,0) scale(1.03); }
  100% { transform: translate3d(0,0,0) scale(1); }
}
@keyframes drift2 {
  0% { transform: translate3d(0,0,0) scale(1); }
  50% { transform: translate3d(-24px,14px,0) scale(1.02); }
  100% { transform: translate3d(0,0,0) scale(1); }
}
@keyframes drift3 {
  0% { transform: translate3d(0,0,0) scale(1); }
  50% { transform: translate3d(10px,22px,0) scale(1.01); }
  100% { transform: translate3d(0,0,0) scale(1); }
}
@keyframes drift4 {
  0% { transform: translate3d(0,0,0) scale(1); }
  50% { transform: translate3d(-18px,-6px,0) scale(1.02); }
  100% { transform: translate3d(0,0,0) scale(1); }
}
.careers-hero-band > * { position: relative; z-index: 3; }
.career-opportunities .career-opportunities-inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 24px;
  text-align: center;
}
.career-opportunities h2 {
  font-size: 3.2rem;
  font-weight: 700;
  margin-bottom: 12px;
  color: #fff;
}
.career-opportunities p {
  font-size: 1.05rem;
  margin-bottom: 18px;
  color: rgba(255,255,255,0.92);
}
.career-opportunities .career-opportunities-inner p { text-align: center; }
/* constrain paragraph width so lines are centered under the heading */
.career-opportunities .career-opportunities-inner p {
  max-width: 780px;
  margin-left: auto;
  margin-right: auto;
}
.career-opportunities a,
.career-opportunities a:visited,
.career-opportunities a:active {
  color: #fff; /* force links white inside this black section */
}

.career-opportunities .btn-primary {
  /* keep button readable on black: use white text and a subtle light-outline instead of brand blue */
  background: linear-gradient(135deg, #007AFF 0%, #0051D5 100%);
  color: #fff;
  box-shadow: 0 4px 16px rgba(0, 122, 255, 0.4), inset 0 1px 0 rgba(255, 255, 255, 0.2);
}
.career-opportunities .btn-primary { display: inline-block; margin-top: 8px; }

/* Benefits section (horizontal scroller) */
.benefits-section {
  background: #002855;
  color: #fff;
  padding: 64px 0 36px 0;
}
.benefits-inner { max-width: 1200px; margin: 0 auto; padding: 0 24px; }
.benefits-title {
  font-size: 3.2rem;
  font-weight: 700;
  margin: 0 0 28px 0;
  color: #fff;
}
@media (max-width: 768px) {
  .benefits-title {
    font-size: 1.6rem;
  }
}
.benefits-scroller-wrap { position: relative; }
.benefits-scroller {
  display: flex;
  gap: 24px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  padding-bottom: 18px;
}
.benefit-card {
  flex: 0 0 380px;
  min-width: 380px;
  height: 280px;
  background: linear-gradient(180deg, rgba(255,255,255,0.04), rgba(255,255,255,0.02));
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 16px;
  padding: 32px 24px;
  box-sizing: border-box;
  color: #fff;
  scroll-snap-align: start;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  backdrop-filter: blur(10px) saturate(120%);
  -webkit-backdrop-filter: blur(10px) saturate(120%);
  box-shadow: 0 10px 30px rgba(0,0,0,0.55), inset 0 1px 0 rgba(255,255,255,0.02);
  transition: transform 220ms ease, box-shadow 220ms ease;
}
/* subtle glossy sheen */
.benefit-card::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 48%;
  background: linear-gradient(180deg, rgba(255,255,255,0.12), rgba(255,255,255,0.04));
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  pointer-events: none;
}
.benefit-card:hover {
  transform: translateY(-8px) scale(1.01);
  box-shadow: 0 18px 40px rgba(0,0,0,0.6), inset 0 1px 0 rgba(255,255,255,0.03);
}
.benefit-card h3 { margin: 0 0 8px 0; font-size: 1.2rem; font-weight: 700; }
.benefit-card p { margin: 0 0 12px 0; color: rgba(255,255,255,0.9); font-size: 0.95rem; }
.benefit-card a { color: #1e88ff; font-weight:600; text-decoration: none; }

.benefit-card h3 { color: #fff; }



/* hide native scrollbar but keep functionality on desktop */
.benefits-scroller::-webkit-scrollbar { height: 6px; }
.benefits-scroller::-webkit-scrollbar-thumb {
  background: rgba(255,255,255,0.95);
  border-radius: 6px;
  border: 1px solid rgba(0,0,0,0.08);
  height: 6px;
}
.benefits-scroller::-webkit-scrollbar-thumb:hover {
  background: rgba(255,255,255,1);
  height: 8px;
}
.benefits-scroller::-webkit-scrollbar-track { background: rgba(255,255,255,0.02); }

/* Firefox scrollbar */
.benefits-scroller { scrollbar-color: rgba(255,255,255,0.95) rgba(255,255,255,0.02); scrollbar-width: thin; }

@media (max-width: 900px) {
  .benefit-card { flex: 0 0 260px; min-width: 260px; }
  .benefits-nav { bottom: -14px; }
}


@media (max-width: 900px) {
  .video-feature-container { grid-template-columns: 1fr; }
  .video-feature-title { font-size: 2rem; }
}

/* Add subtle background pattern */
.custom-footer::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: 
    radial-gradient(circle at 20% 20%, rgba(255, 255, 255, 0.02) 0%, transparent 40%),
    radial-gradient(circle at 80% 80%, rgba(255, 255, 255, 0.03) 0%, transparent 40%),
    radial-gradient(circle at 40% 60%, rgba(0, 122, 255, 0.03) 0%, transparent 40%);
  pointer-events: none;
  z-index: 0;
}

.footer-main {
  display: flex;
  max-width: 1400px;
  margin: 0 auto;
  gap: 48px;
  align-items: flex-start;
  padding-bottom: 48px;
  position: relative;
  z-index: 1;
}

.footer-left {
  flex: 1;
  max-width: 340px;
}

.footer-logo {
  display: block;
  margin-bottom: 18px;
  transition: transform 0.3s ease, filter 0.3s ease;
}

.footer-logo:hover {
  transform: scale(1.05);
  filter: brightness(1.1);
}

.footer-mission {
  font-size: 16px;
  line-height: 1.6;
  color: #c9d5ea;
  margin: 24px 0 32px 0;
  font-weight: 400;
}

.footer-social {
  display: flex;
  gap: 16px;
  align-items: center;
}

.footer-social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.1);
}
/* Enhanced fade-in for dynamic product section */
.fade-in-left {
  opacity: 0;
  transform: translateX(-60px) scale(0.96);
  filter: blur(8px);
  transition:
    opacity 1.2s cubic-bezier(.77,.2,.32,1),
    transform 1.2s cubic-bezier(.77,.2,.32,1),
    filter 1.2s cubic-bezier(.77,.2,.32,1);
}
.fade-in-right {
  opacity: 0;
  transform: translateX(60px) scale(0.96);
  filter: blur(8px);
  transition:
    opacity 1.2s cubic-bezier(.77,.2,.32,1),
    transform 1.2s cubic-bezier(.77,.2,.32,1),
    filter 1.2s cubic-bezier(.77,.2,.32,1);
}
.visible.fade-in-left {
  opacity: 1;
  transform: translateX(0) scale(1);
  filter: blur(0);
}
.visible.fade-in-right {
  opacity: 1;
  transform: translateX(0) scale(1);
  filter: blur(0);
}
.footer-social a:hover {
  background: rgba(255, 255, 255, 0.15);
  transform: translateY(-2px) scale(1.05);
  border-color: rgba(255, 255, 255, 0.2);
  box-shadow: 0 8px 25px rgba(0, 122, 255, 0.3);
}

.footer-social img {
  width: 20px;
  height: 20px;
  filter: brightness(0) invert(1);
  transition: all 0.3s ease;
}

.footer-social a:hover img {
  filter: brightness(0) invert(1);
  transform: scale(1.1);
}

.footer-columns {
  flex: 2;
  display: flex;
  gap: 40px;
  justify-content: space-between;
}

.footer-row-cols {
  display: flex;
  gap: 40px;
  flex: 1;
}

.footer-col {
  min-width: 160px;
  flex: 1;
}

.footer-col h4,
.footer-col h3 {
  font-size: 17px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #fff;
  position: relative;
  padding-bottom: 8px;
}

.footer-col h4::after,
.footer-col h3::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 24px;
  height: 2px;
  background: linear-gradient(90deg, #007aff, #00d4ff);
  border-radius: 1px;
}

.footer-col ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-col li {
  margin-bottom: 12px;
  transform: translateX(0);
  transition: transform 0.2s ease;
}

.footer-col li:hover {
  transform: translateX(4px);
}

.footer-col a {
  color: #c9d5ea;
  text-decoration: none;
  font-size: 15px;
  font-weight: 400;
  transition: all 0.3s ease;
  position: relative;
  display: inline-block;
}

.footer-col a::before {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 1px;
  background: linear-gradient(90deg, #007aff, #00d4ff);
  transition: width 0.3s ease;
}

.footer-col a:hover {
  color: #ffffff;
  transform: translateX(2px);
}

.footer-col a:hover::before {
  width: 100%;
}
.footer-divider {
  border: none;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  margin: 48px 0 0 0;
  background: linear-gradient(90deg, transparent 0%, rgba(255, 255, 255, 0.2) 50%, transparent 100%);
  height: 1px;
}

.footer-bottom {
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 24px 0 32px 0;
  font-size: 15px;
  color: #9bb0d0;
  position: relative;
  z-index: 1;
}

.footer-privacy {
  color: #9bb0d0;
  text-decoration: none;
  font-size: 15px;
  margin-left: 24px;
  padding: 8px 16px;
  border-radius: 20px;
  transition: all 0.3s ease;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-privacy:hover {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.2);
  transform: translateY(-1px);
}

/* ============ Apple-Style Polished Parallax Hero ============ */
.parallax-hero {
  position: relative;
  width: 100vw;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  min-height: 80vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: #000;
}

.parallax-hero .parallax-bg {
  background-image: url('images/hero-bg.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  width: 100%;
  height: 120%;
  z-index: 0;
  opacity: 0.9;
  filter: contrast(1.1) brightness(0.85) saturate(1.2);
  transform: scale(1.1);
  transition: transform 0.5s ease-out, opacity 0.3s ease;
}

.parallax-hero .parallax-bg::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background: 
    radial-gradient(circle at 30% 20%, rgba(0, 122, 255, 0.15) 0%, transparent 40%),
    radial-gradient(circle at 70% 80%, rgba(255, 255, 255, 0.08) 0%, transparent 40%);
  z-index: 1;
  pointer-events: none;
}

.parallax-hero .parallax-bg::after {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  width: 100%; height: 100%;
  background: linear-gradient(
    135deg, 
    rgba(0, 0, 0, 0.4) 0%, 
    rgba(0, 0, 0, 0.2) 25%,
    rgba(0, 0, 0, 0.1) 50%,
    rgba(0, 0, 0, 0.3) 75%,
    rgba(0, 0, 0, 0.6) 100%
  );
  z-index: 2;
  pointer-events: none;
}

/* Apple-style content container with glassmorphism */
.parallax-content {
  position: relative;
  z-index: 3;
  color: #fff;
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
  padding: 64px 48px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 24px;
  box-shadow: 
    0 8px 32px rgba(0, 0, 0, 0.3),
    inset 0 1px 0 rgba(255, 255, 255, 0.1);
  transform: translateY(0);
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.parallax-content:hover {
  transform: translateY(-8px);
  box-shadow: 
    0 16px 48px rgba(0, 0, 0, 0.4),
    inset 0 1px 0 rgba(255, 255, 255, 0.15);
  border-color: rgba(255, 255, 255, 0.15);
}

.parallax-content h2,
.parallax-content p,
.parallax-content a,
.parallax-content .btn-primary {
  color: #fff;
}

.parallax-content h2 {
  font-size: clamp(2.5rem, 5vw, 3.8rem);
  font-weight: 800;
  margin-bottom: 24px;
  line-height: 1.1;
  font-family: 'Barlow', sans-serif;
  background: linear-gradient(135deg, #ffffff 0%, #e2e8f0 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-shadow: none;
}

.parallax-content p {
  font-size: 1.2rem;
  font-weight: 400;
  margin-bottom: 32px;
  line-height: 1.6;
  opacity: 0.95;
  max-width: 600px;
}

/* Apple-style CTA button */
.parallax-content .btn-primary {
  background: linear-gradient(135deg, #007AFF 0%, #0051D5 100%);
  color: #fff;
  padding: 16px 40px;
  font-size: 1.1rem;
  font-weight: 600;
  border: none;
  border-radius: 50px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  box-shadow: 
    0 4px 16px rgba(0, 122, 255, 0.4),
    inset 0 1px 0 rgba(255, 255, 255, 0.2);
  position: relative;
  overflow: hidden;
}

.parallax-content .btn-primary::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  transition: left 0.6s ease;
}

.parallax-content .btn-primary:hover::before {
  left: 100%;
}

.parallax-content .btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 
    0 8px 24px rgba(0, 122, 255, 0.5),
    inset 0 1px 0 rgba(255, 255, 255, 0.3);
}

/* Responsive parallax styles */
@media (max-width: 1024px) {
  .parallax-hero {
    min-height: 70vh;
  }
  
  .parallax-content {
    padding: 48px 32px;
    border-radius: 20px;
  }
  
  .parallax-content h2 {
    font-size: clamp(2.2rem, 4.5vw, 3.2rem);
  }
}

/* Strong override: ensure Leadership Team shows 4 columns on desktop
   Use high-specificity and to avoid cascade issues with other page CSS. */
@media (min-width: 761px) {
  .leadership-team, .leadership-team__inner, .leadership-team__grid {
    /* ensure grid is applied and not accidentally overridden */
    display: block;
  }
  .leadership-team__inner > .leadership-team__grid,
  .leadership-team__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 32px;
    align-items: start;
  }
  /* Ensure each profile occupies a single grid cell and doesn't collapse */
  .leadership-team__grid > .profile {
    display: block;
    width: auto;
  }
}


@media (max-width: 768px) {
  .parallax-hero {
    min-height: 60vh;
  }
  
  .parallax-hero .parallax-bg {
    background-attachment: scroll;
    transform: scale(1.05);
  }
  
  .parallax-content {
    padding: 40px 24px;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.12);
  }
  
  .parallax-content h2 {
    font-size: clamp(2rem, 6vw, 2.8rem);
    margin-bottom: 20px;
  }
  
  .parallax-content p {
    font-size: 1.1rem;
    margin-bottom: 28px;
  }
  
  .parallax-content .btn-primary {
    padding: 14px 32px;
    font-size: 1rem;
  }
}

/* ============ Customer Stories Section (Single Row with Left-Justified Header) ============ */
.customer-stories-section {
  background: #f5f5f7;
  padding: 80px 0;
  position: relative;
}

.customer-stories-title {
  font-size: clamp(2.5rem, 4vw, 3.2rem);
  font-weight: 700;
  color: #000;
  letter-spacing: -0.03em;
  line-height: 1.1;
  margin: 0 0 60px 0;
  text-align: left;
  background: none;
  -webkit-background-clip: unset;
  -webkit-text-fill-color: unset;
  background-clip: unset;
  position: relative;
  max-width: 1400px;
  padding-left: 24px;
}

.customer-stories-title::after {
  display: none;
}

.customer-stories-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 24px;
}

/* Customer Story Cards - Simple approach */
.customer-stories-section .customer-story-card {
  border-radius: 24px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  min-height: 500px;
}

/* New animation system */
.animate-card {
  opacity: 0;
  transform: translateX(-100px);
  transition: all 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.animate-card.visible {
  opacity: 1;
  transform: translateX(0);
}

.customer-stories-section .customer-story-card:hover {
  transform: translateY(-8px) scale(1.02);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.card-background-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
  transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

/* Background image placeholders with actual images */
.intelligence-bg {
  background-image: url('images/law_enforcement.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.productivity-bg {
  background-image: url('images/command_center.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.creativity-bg {
  background-image: url('images/detective_LO.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.card-content {
  position: relative;
  z-index: 2;
  padding: 32px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.3) 70%, rgba(0, 0, 0, 0.7) 100%);
}

.card-category {
  font-size: 0.9rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 12px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

.card-title {
  font-size: 1.8rem;
  font-weight: 700;
  color: #fff;
  line-height: 1.2;
  margin-bottom: 50px;
  letter-spacing: -0.02em;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.7);
}

.card-expand-btn {
  position: absolute;
  bottom: 32px;
  left: 0;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #2563eb;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 300;
  color: #fff;
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  cursor: pointer;
  z-index: 3;
  box-shadow: 0 4px 12px rgba(37, 99, 235, 0.3);
}

.customer-story-card:hover .card-expand-btn {
  background: #1d4ed8;
  transform: scale(1.1);
  box-shadow: 0 6px 16px rgba(37, 99, 235, 0.4);
}

/* Enhanced hover effects for full image cards */
.customer-story-card:hover .card-background-image {
  transform: scale(1.05);
}

.customer-story-card:hover .card-content {
  background: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.4) 60%, rgba(0, 0, 0, 0.8) 100%);
}

/* Responsive Design */
@media (max-width: 1024px) {
  .customer-stories-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  
  .customer-story-card {
    min-height: 450px;
  }
  
  .customer-stories-title {
    text-align: center;
    margin-bottom: 40px;
  }
}

@media (max-width: 768px) {
  .customer-stories-section {
    padding: 60px 0;
  }
  
  .customer-stories-grid {
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 0 20px;
  }
  
  .customer-story-card {
    min-height: 400px;
  }
  
  .card-title {
    font-size: 1.5rem;
  }
  
  .customer-stories-title {
    font-size: 2.5rem;
    text-align: center;
    margin-bottom: 40px;
  }
}

/* Special case: Third card spans full width on 2-column tablet layout */
@media (min-width: 769px) and (max-width: 1024px) {
  .customer-stories-grid .customer-story-card:nth-child(3) {
    grid-column: 1 / -1;
    max-width: 400px;
    margin: 0 auto;
  }
}

/* ============ Testimonial Section ============ */
.testimonial-section {
  width: 100vw;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  background: #eaf6fc;
  padding: 48px 0 48px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: left;
  background: #f6fbff;
}
.testimonial-slider {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.testimonial-slide {
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 6px 32px rgba(33,118,255,0.10), 0 2px 8px rgba(10,31,68,.07);
  padding: 32px 36px;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: flex-start;
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
}
.testimonial-content {
  display: flex;
  flex-direction: row;
  gap: 24px;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
}
.testimonial-quote {
  flex: 2;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  min-width: 0;
}
.quote-mark {
  font-size: 3.5rem;
  color: #eaf0fa;
  font-weight: 800;
  margin-bottom: 12px;
  opacity: 0.45;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  user-select: none;
}
.testimonial-quote p {
  font-size: 1.35rem;
  color: #222e44;
  font-weight: 500;
  margin-bottom: 32px;
  position: relative;
  z-index: 1;
}
.testimonial-author {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 12px;
  position: relative;
  z-index: 1;
}
.testimonial-author-img {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #19549c;
}
.testimonial-author-name {
  color: #0070c9;
  font-weight: 800;
  font-size: 1.08rem;
}
.testimonial-author-title {
  color: #6B7A90;
  font-size: 0.98rem;
}
.testimonial-photo {
  flex: 1;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  min-width: 180px;
}
.testimonial-img {
  width: 200px;
  height: 260px;
  object-fit: cover;
  border-radius: 18px;
  background: #eee;
  box-shadow: 0 2px 12px rgba(33,118,255,0.08);
}
.testimonial-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-top: 28px;
  width: 100%;
}
.dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #dbe6f7;
  display: inline-block;
  transition: background 0.2s;
}
.dot.active {
  background: #19549c;
}
@media (max-width: 900px) {
  .testimonial-content {
    flex-direction: column;
    gap: 24px;
  }
  .testimonial-img {
    width: 100%;
    height: 220px;
  }
}

/* ============ Responsive ============ */
@media (max-width: 1024px) {
  .hero-grid { grid-template-columns: 1fr; padding: 28px 0 36px; }
  .features-grid { grid-template-columns: 1fr 1fr; gap: 24px; }
  .feature-intro { grid-column: 1/-1; padding: 40px 32px; }
  
  /* Responsive features header */
  .features .feature-intro h2 {
    font-size: 2.8rem;
  }
  
  /* Responsive feature cards */
  .feature-card .card-body {
    padding: 24px 20px 28px;
  }
}
@media (max-width: 720px) {
  .main-nav { display:none; }
  .nav-toggle { display:inline-block; }
  .stats { grid-template-columns: repeat(2,1fr); gap: 40px; }
  .features-grid { grid-template-columns: 1fr; gap: 20px; }
  .nav-cta .btn { display:none; }
  
  /* Responsive features header */
  .features .feature-intro h2 {
    font-size: 2.4rem;
  }
  
  /* Mobile feature intro */
  .feature-intro {
    padding: 32px 24px;
    border-radius: 20px;
  }
  
  /* Mobile feature cards */
  .feature-card .card-body {
    padding: 20px 16px 24px;
  }
  
  .feature-card .card-body h3 {
    font-size: 1.3rem;
  }
  
  /* Apple-style stats mobile */
  .stats-band {
    padding: 80px 0;
  }
  
  .stats-wrap {
    padding: 0 24px;
  }
  
  .stats-header {
    margin-bottom: 60px;
  }
  
  .stats-header h2 {
    font-size: 2.8rem;
  }
  
  .stats-header p {
    font-size: 1.1rem;
  }
  
  .stats .num {
    font-size: clamp(2.5rem, 12vw, 4rem);
  }
}

/* Accessibility helper */
.sr-only {
  position: absolute; width:1px; height:1px; padding:0; margin:-1px; overflow:hidden; clip:rect(0,0,0,0); border:0;
}

/* Parallax Section (Custom) */
.custom-parallax {
  position: relative;
  background: url('assets/parallax-hardware.jpg') center center / cover no-repeat;
  min-height: 320px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 48px 0;
}
.custom-parallax.parallax-alt-bg {
  background: url('assets/ballistic.png') center center / cover no-repeat;
}
.parallax-overlay {
  width: 100%;
  height: 100%;
  background: rgba(10, 31, 68, 0.45);
  display: flex;
  align-items: center;
  justify-content: center;
}
.parallax-content {
  color: #fff;
  text-align: center;
  max-width: 600px;
  margin: 0 auto;
  padding: 48px 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.parallax-content h2 {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 18px;
}
.parallax-content p {
  font-size: 1.08rem;
  margin-bottom: 28px;
}
.parallax-content .btn-primary {
  background: linear-gradient(135deg, #007AFF 0%, #0051D5 100%);
  color: #fff;
  padding: 16px 40px;
  border-radius: 50px;
  font-size: 1.1rem;
  font-weight: 600;
  text-decoration: none;
  box-shadow: 
    0 4px 16px rgba(0, 122, 255, 0.4),
    inset 0 1px 0 rgba(255, 255, 255, 0.2);
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  position: relative;
  overflow: hidden;
}
.parallax-content .btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 
    0 8px 24px rgba(0, 122, 255, 0.5),
    inset 0 1px 0 rgba(255, 255, 255, 0.3);
}

/* Force Cash and eBay logos to be larger in Our Partners section */
.partners-logos img[alt="Cash"],
.partners-logos img[alt="eBay"] {
  height: 80px;
  max-height: 80px;
}
.network-hero-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 16px;
  box-shadow: 0 30px 80px rgba(0,0,0,.35);
  display: block;
}
.hero-art {
  position: relative;
  min-height: 320px;
  max-width: 520px;
  margin: 0 auto;
  overflow: hidden;
}

/* =================== DEMO MODAL STYLES =================== */
.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  backdrop-filter: blur(8px);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}

.modal-overlay.active {
  opacity: 1;
  visibility: visible;
}

.modal-container {
  background: #fff;
  border-radius: 16px;
  width: 90%;
  max-width: 600px;
  height: auto;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
  transform: translateY(30px) scale(0.95);
  transition: all 0.3s ease;
  font-family: 'Barlow', sans-serif;
}

.modal-overlay.active .modal-container {
  transform: translateY(0) scale(1);
}

.modal-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 32px 32px 0 32px;
  margin-bottom: 24px;
  position: relative;
}

.modal-header h2 {
  font-size: 2rem;
  font-weight: 700;
  color: #1f2937;
  margin: 0;
  font-family: 'Barlow', sans-serif;
}

.modal-close {
  background: none;
  border: none;
  font-size: 2rem;
  color: #6b7280;
  cursor: pointer;
  padding: 0;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 32px;
  right: 32px;
  transition: all 0.2s ease;
  border-radius: 50%;
}

.modal-close:hover {
  color: #374151;
  background: none;
  transform: scale(1.1);
}

.modal-content {
  padding: 24px 32px 0 32px;
  font-family: 'Barlow', sans-serif;
}

.modal-content p {
  font-size: 1.1rem;
  color: #6b7280;
  margin-bottom: 32px;
  line-height: 1.6;
  font-family: 'Barlow', sans-serif;
}

/* Video modal styles (moved from inline in careers.html) */
.video-modal { 
  display: none;
  position: fixed;
  inset: 0;
  z-index: 99999;
}
.video-modal.video-modal--visible {
  display: block;
}
#careers-modal-video { width:100%; height:auto; display:block; background:#000; }

/* Animated modal: visible class controls animation state */
.video-modal.video-modal--visible .video-modal-backdrop { opacity: 1; pointer-events: auto; }
.video-modal.video-modal--visible .video-modal-panel { opacity: 1; transform: translate(-50%, -50%) scale(1); pointer-events: auto; }
.video-modal-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.85);
  z-index: 99998;
}
.video-modal-panel {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 99999;
  max-width: 1000px;
  width: 92%;
  background: #000;
  border-radius: 12px;
  overflow: visible;
  transform-origin: center center;
}
.video-modal-panel .video-modal-header {
  display:flex;
  justify-content:flex-end;
  padding: 6px 8px;
  background: transparent;
}
#careers-modal-video { width:100%; height:auto; display:block; background:#000; }

.demo-form {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

/* =================== MATERIAL DESIGN INPUTS =================== */
.material-input,
.material-textarea {
  position: relative;
  margin-bottom: 12px;
}

/* Add extra top margin for inputs in tab context to prevent label cutoff */
.tab-panel .material-input:first-child,
.tab-panel .form-row:first-child .material-input {
  margin-top: 16px;
}

.material-input input,
.material-textarea textarea {
  width: 100%;
  padding: 12px 0 8px 0;
  font-size: 16px;
  border: none;
  border-bottom: 2px solid #e0e0e0;
  background: transparent;
  outline: none;
  font-family: 'Barlow', sans-serif;
  transition: all 0.3s ease;
}

.material-input input:focus,
.material-textarea textarea:focus {
  border-bottom-color: #2563eb;
}

.material-input label,
.material-textarea label {
  position: absolute;
  top: 12px;
  left: 0;
  font-size: 16px;
  color: #9e9e9e;
  pointer-events: none;
  transition: all 0.3s ease;
  font-weight: 400;
  font-family: 'Barlow', sans-serif;
}

.material-input input:focus + label,
.material-input input:valid + label,
.material-input input:not(:placeholder-shown) + label,
.material-input input.has-value + label,
.material-textarea textarea:focus + label,
.material-textarea textarea:valid + label,
.material-textarea textarea:not(:placeholder-shown) + label,
.material-textarea textarea.has-value + label {
  top: -8px;
  font-size: 12px;
  color: #2563eb;
  font-weight: 600;
}

.material-input.focused label,
.material-textarea.focused label {
  color: #2563eb;
}

.material-input input:focus + label,
.material-textarea textarea:focus + label {
  color: #2563eb;
}

.input-line {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: #2563eb;
  transition: width 0.3s ease;
}

.material-input input:focus ~ .input-line,
.material-textarea textarea:focus ~ .input-line {
  width: 100%;
}

/* Required field indicator */
.material-input input:required + label::after,
.material-textarea textarea:required + label::after {
  content: "";
}

.material-input input:invalid:not(:placeholder-shown),
.material-textarea textarea:invalid:not(:placeholder-shown) {
  border-bottom-color: #f44336;
}

.material-input input:invalid:not(:placeholder-shown) + label,
.material-textarea textarea:invalid:not(:placeholder-shown) + label {
  color: #f44336;
}

.material-input input:invalid:not(:placeholder-shown) ~ .input-line,
.material-textarea textarea:invalid:not(:placeholder-shown) ~ .input-line {
  background: #f44336;
}

/* Textarea specific styles */
.material-textarea textarea {
  resize: vertical;
  min-height: 80px;
  padding-top: 20px;
}

.material-textarea label {
  top: 20px;
}

.form-actions {
  display: flex;
  gap: 16px;
  justify-content: flex-end;
  margin-top: 12px;
  padding-bottom: 16px;
}

.form-actions .btn {
  padding: 12px 24px;
  border-radius: 8px;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease;
  border: 2px solid transparent;
  font-family: 'Barlow', sans-serif;
}

.form-actions .btn-primary {
  background: #0082BA;
  color: #fff;
  border-color: #0082BA;
  box-shadow: 0 6px 16px rgba(0,130,186,.22);
  border-radius: 25px;
}

.form-actions .btn-primary:hover {
  background: #0082BA;
  border-color: #0082BA;
  transform: translateY(-1px);
}

.form-actions .btn-outline {
  background: transparent;
  color: #0082BA;
  border: 2px solid #0082BA;
  border-radius: 25px;
}

.form-actions .btn-outline:hover {
  background: rgba(0,130,186,.06);
  color: #0082BA;
  border-color: #0082BA;
}

/* Material Design Tab Navigation Styling */
.tab-navigation {
  display: flex;
  margin-bottom: 32px;
  border-bottom: 1px solid #e0e0e0;
  background: #fafafa;
  border-radius: 4px 4px 0 0;
}

.tab-btn {
  flex: 1;
  padding: 16px 24px;
  font-family: 'Barlow', sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  border: none;
  background: transparent;
  color: #757575;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.4, 0.0, 0.2, 1);
  border-bottom: 2px solid transparent;
  position: relative;
  min-height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.tab-btn:hover {
  color: #0082BA;
  background: rgba(0,130,186,.04);
}

.tab-btn.active {
  color: #0082BA;
  border-bottom-color: #0082BA;
  background: white;
}

.tab-btn.active::before {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  height: 2px;
  background: #0082BA;
  transform: scaleX(1);
  transition: transform 0.3s cubic-bezier(0.4, 0.0, 0.2, 1);
}

.tab-content {
  position: relative;
  height: 480px;
  background: white;
  border-radius: 0 0 4px 4px;
  padding: 24px 24px 16px 24px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}

.tab-panel {
  display: none;
  animation: materialFadeIn 0.3s cubic-bezier(0.4, 0.0, 0.2, 1);
  height: 100%;
}

.tab-panel.active {
  display: block;
}

@keyframes materialFadeIn {
  from {
    opacity: 0;
    transform: translateY(16px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Update datetime-selection to remove borders in tab context */
.tab-panel .datetime-selection {
  margin: 0;
  padding: 0;
  border: none;
}

.tab-panel .datetime-selection h3 {
  display: none; /* Hide h3 since tab title serves this purpose */
}

/* Adjust modal content padding for Material tabs */
.modal-content {
  padding: 24px 32px 32px 32px;
}

.modal-content > p {
  margin-bottom: 24px;
  color: #616161;
  line-height: 1.5;
}

/* Date and Time Selection Styling */
.datetime-selection {
  margin: 24px 0;
  padding: 20px 0;
  border-top: 1px solid #e5e7eb;
  border-bottom: 1px solid #e5e7eb;
}

.datetime-selection h3 {
  font-family: 'Barlow', sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  color: #1f2937;
  margin-bottom: 20px;
}

.date-picker-section {
  margin-bottom: 24px;
}

.date-picker-section label {
  display: block;
  font-family: 'Barlow', sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #374151;
  margin-bottom: 8px;
}

.date-picker-section input[type="date"] {
  width: 100%;
  padding: 12px;
  font-size: 16px;
  font-family: 'Barlow', sans-serif;
  border: 2px solid #e0e0e0;
  border-radius: 8px;
  background: white;
  outline: none;
  transition: border-color 0.3s ease;
}

.date-picker-section input[type="date"]:focus {
  border-color: #0082BA;
}

.time-slots-section label {
  display: block;
  font-family: 'Barlow', sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #374151;
  margin-bottom: 12px;
}

.time-slots-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  gap: 12px;
  margin-bottom: 16px;
}

.time-slot {
  padding: 12px 16px;
  font-family: 'Barlow', sans-serif;
  font-size: 14px;
  font-weight: 500;
  border: 2px solid #e0e0e0;
  border-radius: 8px;
  background: white;
  color: #374151;
  cursor: pointer;
  transition: all 0.3s ease;
}

.time-slot:hover {
  border-color: #0082BA;
  background: rgba(0,130,186,.06);
  color: #0082BA;
}

.time-slot.selected {
  border-color: #0082BA;
  background: #0082BA;
  color: white;
}

.time-slot.unavailable {
  border-color: #e5e7eb;
  background: #f9fafb;
  color: #9ca3af;
  cursor: not-allowed;
}

.time-slot.unavailable:hover {
  border-color: #e5e7eb;
  background: #f9fafb;
  color: #9ca3af;
}

/* Mobile responsiveness */
@media (max-width: 768px) {
  .modal-container {
    width: 95%;
    margin: 20px;
  }
  
  .modal-header,
  .modal-content {
    padding-left: 24px;
    padding-right: 24px;
  }
  
  .form-row {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  
  .form-actions {
    flex-direction: column-reverse;
  }
  
  .form-actions .btn {
    width: 100%;
  }
}

/* =================== KEY BENEFITS SECTION =================== */
.key-benefits-section {
  background: #ffffff;
  padding: 120px 20px;
  min-height: 100vh;
  display: flex;
  align-items: center;
  position: relative;
}

.key-benefits-section .container {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.benefits-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}

.benefits-header-col {
  display: flex;
  align-items: center;
  justify-content: center;
}

.benefits-content-col {
  display: flex;
  flex-direction: column;
  gap: 60px;
}

/* Benefits Product Image */
.benefits-image-container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  transform: translateY(60px);
  opacity: 0;
  transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.benefits-image-container.animate-in {
  transform: translateY(0);
  opacity: 1;
}

.benefits-product-image {
  width: 100%;
  max-width: 400px;
  height: auto;
  border-radius: 16px;
  box-shadow: 0 12px 40px rgba(26, 123, 216, 0.15);
  transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transform: scale(0.95);
}

.benefits-image-container.animate-in .benefits-product-image {
  transform: scale(1);
}

.benefits-product-image:hover {
  transform: scale(1.05);
  box-shadow: 0 20px 60px rgba(26, 123, 216, 0.25);
}

/* Apple-style Benefit Items */
.benefit-item {
  display: flex;
  align-items: flex-start;
  padding: 32px;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 20px;
  backdrop-filter: blur(20px);
  border: 1px solid rgba(26, 123, 216, 0.1);
  transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transform: translateY(60px);
  opacity: 0;
  box-shadow: 0 8px 32px rgba(26, 123, 216, 0.08);
  position: relative;
  overflow: hidden;
}

.benefit-item::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(26, 123, 216, 0.1), transparent);
  transition: left 0.8s ease;
}

.benefit-item:hover::before {
  left: 100%;
}

.benefit-item.animate-in {
  transform: translateY(0);
  opacity: 1;
}

.benefit-item:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 60px rgba(26, 123, 216, 0.15);
  border-color: rgba(26, 123, 216, 0.2);
}

/* Content Animations */
.benefit-content {
  flex: 1;
  transform: translateX(20px);
  opacity: 0;
  transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.benefit-item.animate-in .benefit-content {
  transform: translateX(0);
  opacity: 1;
}

.benefit-title {
  font-size: 2.6rem;
  font-weight: 900;
  color: #1a1a1a;
  margin-bottom: 12px;
  font-family: 'Barlow', sans-serif;
  line-height: 1.2;
  transition: color 0.3s ease;
}

.benefit-item:hover .benefit-title {
  color: #1a7bd8;
}

.benefit-description {
  font-size: 1.1rem;
  color: #666;
  line-height: 1.6;
  margin: 0;
  transition: color 0.3s ease;
}

.benefit-item:hover .benefit-description {
  color: #555;
}

/* Staggered Animation Delays */
.benefit-item[data-benefit="1"] {
  animation-delay: 0.1s;
}

.benefit-item[data-benefit="2"] {
  animation-delay: 0.3s;
}

.benefit-item[data-benefit="3"] {
  animation-delay: 0.5s;
}

.benefit-item[data-benefit="4"] {
  animation-delay: 0.7s;
}

/* Responsive Design */
@media (max-width: 1024px) {
  .benefits-grid {
    gap: 60px;
  }
  
  .benefit-item {
    padding: 24px;
  }
  
  .benefits-product-image {
    max-width: 350px;
  }
}

@media (max-width: 768px) {
  .benefits-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  
  .benefit-item {
    text-align: center;
    padding: 24px;
  }
  
  .benefit-title {
    font-size: 2.2rem;
  }
  
  .key-benefits-section {
    padding: 80px 20px;
  }
  
  .benefits-product-image {
    max-width: 300px;
  }
}

/* Force Our Story section height on desktop while remaining responsive */
.our-story {
  min-height: 400px;
  height: 400px;
  display: flex;
  align-items: center;
}

/* Leadership desktop tweaks: avatar size, spacing, grid alignment */
@media (min-width: 761px) {
  .leadership-team__inner { padding-left: 20px; padding-right: 20px; }
  .leadership-team__grid > .profile { padding-bottom: 18px; }
  .leadership-team__grid .profile__img {
    width: 144px;
    height: 144px;
    margin: 0 0 14px 0;
  }
  .leadership-team__grid .profile__img img { width: 100%; height: 100%; object-fit: cover; }
  .leadership-team__grid { justify-items: start; }
  .leadership-team__grid .profile { text-align: left; }
  .leadership-team__grid > .profile:nth-child(-n+4) { margin-bottom: 28px; }
}

@media (max-width: 760px) {
  .leadership-team__grid { grid-template-columns: repeat(4, 1fr); gap: 18px; justify-items: center; }
  .leadership-team__grid .profile { text-align: center; }
  .leadership-team__grid .profile__img { width: 96px; height: 96px; margin: 0 auto 8px; }
  .leadership-team__grid .profile__name,
  .leadership-team__grid .profile__title,
  .leadership-team__grid .profile__bio { display: none; }
}

/* 'Read Bio' link styling (white pill-like) */
/* Make each grid cell equal height and layout profile content in a column so the "Read Bio" link can sit flush to the bottom */
.leadership-team__grid { grid-auto-rows: 1fr; }
.leadership-team__grid > .profile { display: flex; flex-direction: column; }

.leadership-team .profile__bio {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #ffffff;
  text-decoration: none;
  font-weight: 700;
  margin-top: auto; /* push to bottom of the profile cell */
  font-size: 1rem;
}
.leadership-team .profile__bio:hover,
.leadership-team .profile__bio:focus { text-decoration: underline; }
.leadership-team .profile__chev {
  display: inline-block;
  transform: translateY(-1px);
  font-size: 1.1rem;
  line-height: 1;
  color: #ffffff;
}

/* Micro hover animation: scale/lift the whole circular container (not just the image) */
.leadership-team__grid .profile__img {
  transition: transform 220ms cubic-bezier(.2,.9,.24,1), box-shadow 220ms ease;
  will-change: transform;
  transform-origin: center;
  border-radius: 50%;
  overflow: hidden; /* keep image clipped while container scales */
}
@media (hover: hover) and (pointer: fine) {
  .leadership-team__grid .profile:hover .profile__img,
  .leadership-team__grid .profile:focus-within .profile__img {
    transform: translateY(-6px) scale(1.08);
    box-shadow: 0 18px 48px rgba(0,0,0,0.28), 0 6px 18px rgba(0,0,0,0.12);
  }
}

/* Ensure the image remains circular inside the container and doesn't add its own transform */
.leadership-team__grid .profile__img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}

@media (prefers-reduced-motion: reduce) {
  .leadership-team__grid .profile__img,
  .leadership-team__grid .profile:hover .profile__img,
  .leadership-team__grid .profile:focus-within .profile__img {
    transition: none !important;
    transform: none !important;
    box-shadow: none !important;
  }
}

/* Subtle noise texture overlay for leadership background (CSS-only, no external asset) */
.leadership-team { position: relative; overflow: hidden; }
.leadership-team::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  /* layered tiny radial gradients emulate film grain */
  background-image:
    radial-gradient(rgba(255,255,255,0.03) 1px, transparent 1px),
    radial-gradient(rgba(0,0,0,0.02) 1px, transparent 1px);
  background-size: 3px 3px, 6px 6px;
  opacity: 0.06;
  mix-blend-mode: overlay;
  z-index: 0;
}
.leadership-team > .leadership-team__inner { position: relative; z-index: 1; }

@media (max-width: 760px) {
  .leadership-team::after { opacity: 0.04; background-size: 4px 4px, 8px 8px; }
}

@media (prefers-reduced-motion: reduce) {
  .leadership-team::after { display: none !important; }
}

/* Leadership modal styles */
.leadership-modal {
  position: fixed;
  inset: 0;
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 6000;
}
.leadership-modal.is-open { display: flex; }
.leadership-modal__overlay {
  position: absolute; inset: 0; background: rgba(0,0,0,0.45); backdrop-filter: blur(4px);
  z-index: 1000;
}
.leadership-modal__panel {
  position: relative;
  max-width: 1100px;
  width: calc(100% - 48px);
  background: #fff;
  border-radius: 6px;
  box-shadow: 0 30px 80px rgba(0,0,0,0.35);
  overflow: visible; /* allow button to sit at edge without being clipped */
  z-index: 1100; /* sit above overlay */
}

/* Mobile: constrain modal height and enable internal scrolling for long bios */
@media (max-width: 900px) {
  .leadership-modal__panel {
    max-height: calc(100vh - 48px);
    width: calc(100% - 24px);
    overflow: auto;
    border-radius: 8px;
  }
  .leadership-modal__content { padding: 20px; }
  .leadership-modal__avatar { width: 160px; height: 160px; }
}
.leadership-modal__close {
  position: absolute; /* inside the panel */
  right: 18px;
  top: 18px;
  z-index: 9999;
  background: #fff;
  border: 0;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  box-shadow: 0 6px 18px rgba(0,0,0,0.18);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  cursor: pointer;
}

/* Strong override: ensure the close button can't be pushed to the left by other global rules */
.leadership-modal__panel > .leadership-modal__close,
.leadership-modal .leadership-modal__panel > .leadership-modal__close {
  right: 18px;
  left: auto;
  top: 18px;
  float: none;
  margin-left: 0;
  transform: none;
  display: inline-flex;
  background: #fff;
  box-shadow: 0 6px 18px rgba(0,0,0,0.18);
}

/* Strongest override with ID selector to beat any global rules */
#leadership-modal .leadership-modal__panel > .leadership-modal__close {
  right: 18px;
  left: auto;
  inset-inline-end: 18px;
  inset-inline-start: auto;
  top: 18px;
  transform: none;
  float: none;
  margin: 0;
  display: inline-flex;
  z-index: 99999;
}

/* Final safety net: absolutely force the visual/top-right placement and remove any global button styles */
#leadership-modal.leadership-modal .leadership-modal__panel > .leadership-modal__close,
#leadership-modal .leadership-modal__panel > .leadership-modal__close {
  position: absolute;
  right: 18px;
  left: auto;
  top: 18px;
  inset-inline-end: 18px;
  inset-inline-start: auto;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 0;
  background: #fff;
  background-image: none;
  color: #07173a;
  border-radius: 50%;
  box-shadow: 0 8px 22px rgba(0,0,0,0.22);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transform: none;
  -webkit-transform: none;
  float: none;
  margin: 0;
  z-index: 999999;
}



@media (max-width: 900px) {
  .leadership-modal__close { right: 12px; top: 12px; width: 40px; height: 40px; }
}
.leadership-modal__content { display: flex; gap: 34px; padding: 42px; align-items: flex-start; }
.leadership-modal__media { flex: 0 0 360px; }
.leadership-modal__avatar { width: 360px; height: 360px; border-radius: 50%; overflow: hidden; background: #f3f4f6; display: flex; align-items: center; justify-content: center; }
.leadership-modal__avatar img { width: 100%; height: 100%; object-fit: cover; display: block; }
.leadership-modal__copy { flex: 1 1 auto; padding-right: 18px; }
.leadsonline .leadership-modal__name { font-family: 'Barlow', sans-serif; font-size: 48px; margin: 0 0 6px 0; color: #07173a; font-weight: 600; }
.leadsonline .leadership-modal__title { font-size: 28px; color: #333; margin-bottom: 18px; font-weight: 700; }
.leadership-modal__body { color: #222; font-size: 18px; line-height: 1.6; }

@media (max-width: 900px) {
  .leadership-modal__content { flex-direction: column; padding: 24px; }
  .leadership-modal__media { flex: 0 0 auto; }
  .leadership-modal__avatar { width: 180px; height: 180px; margin: 0 auto 14px auto; }
  .leadership-modal__name { text-align: center; font-size: 28px; }
  .leadership-modal__copy { text-align: center; }
}



@media (max-width: 900px) {
  .our-story { height: auto; min-height: auto; padding: 48px 0; }
}

/* Our Story title - larger and black */
.our-story__title {
  font-size: 3.6rem;
  line-height: 1.02;
  font-weight: 800;
  color: #000;
  margin-bottom: 18px;
}

@media (max-width: 900px) {
  .our-story__title { font-size: 2.2rem; }
}

@media (max-width: 480px) {
  .benefit-title {
    font-size: 1.8rem;
  }
  
  .benefit-description {
    font-size: 1rem;
  }
  
  /* Responsive features header */
  .features .feature-intro h2 {
    font-size: 2rem;
  }
  
  /* Small mobile adjustments */
  .feature-intro {
    padding: 28px 20px;
    border-radius: 16px;
  }
  
  .feature-intro .btn {
    padding: 12px 24px;
    font-size: 0.95rem;
  }
  
  /* Small mobile stats */
  .stats {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  
  .stats-band {
    padding: 60px 0;
  }
  
  .stats-wrap {
    padding: 0 20px;
  }
  
  .stats-header h2 {
    font-size: 2.2rem;
  }
  
  .stats-header p {
    font-size: 1rem;
  }
}

/* Force fix for ballistic image clipping issue - OUTSIDE MEDIA QUERY */
.features .feature-card .media img {
  height: auto;
  aspect-ratio: 16/9;
  object-fit: cover;
  width: 100%;
  display: block;
  margin: 0;
}

/* Enhanced Footer Mobile Responsiveness */
@media (max-width: 768px) {
  .custom-footer {
    padding: 48px 20px 0 20px;
  }
  
  .footer-main {
    flex-direction: column;
    gap: 40px;
  }
  
  .footer-left {
    max-width: 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  
  .footer-left img,
  .footer-logo {
    margin-left: auto;
    margin-right: auto;
  }
  
  .footer-social {
    justify-content: center;
    width: 100%;
  }
  
  .footer-mission {
    text-align: center;
  }
  
  .footer-columns {
    flex-direction: column;
    gap: 32px;
  }
  
  .footer-row-cols {
    flex-direction: column;
    gap: 32px;
  }
  
  .footer-col {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  
  .footer-columns {
    flex-direction: column;
    gap: 32px;
    align-items: center;
    width: 100%;
  }
  
  .footer-row-cols {
    flex-direction: column;
    gap: 32px;
    align-items: center;
    width: 100%;
  }
  
  .footer-col {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  
  .footer-col ul {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding: 0;
    margin: 0;
  }
  
  .footer-col li {
    text-align: center;
    width: 100%;
    display: flex;
    justify-content: center;
  }
  
  .footer-col li:hover {
    transform: none;
  }
  
  .footer-col a {
    display: inline-block;
    text-align: center;
  }

  .footer-col h4::after,
  .footer-col h3::after {
    left: 50%;
    transform: translateX(-50%);
  }
  
  .footer-bottom {
    flex-direction: column;
    gap: 16px;
    text-align: center;
    padding: 24px 0 32px 0;
  }
  
  .footer-privacy {
    margin-left: 0;
  }
}

/* =================== PRODUCT PAGE MOBILE OVERRIDES =================== */
@media (max-width: 768px) {
  /* All intro/overview sections - text centered, image below */
  .clearcase-intro.leadsonline-overview .clearcase-intro__grid {
    display: flex;
    flex-direction: column;
  }
  
  .clearcase-intro.leadsonline-overview .clearcase-intro__col--left {
    text-align: center;
    max-width: 100%;
    width: 100%;
  }
  
  .clearcase-intro.leadsonline-overview .clearcase-intro__col--right {
    display: block;
    text-align: center;
    max-width: 100%;
    width: 100%;
    margin-top: 24px;
  }
  
  /* Remove card and shadow background from image */
  .clearcase-intro.leadsonline-overview .clearcase-intro__media {
    display: flex;
    justify-content: center;
    background: transparent;
    box-shadow: none;
  }
  
  .clearcase-intro.leadsonline-overview .intro-side-card__media {
    background: transparent;
    box-shadow: none;
    border: none;
    padding: 0;
  }
  
  .clearcase-intro.leadsonline-overview .intro-side-card__media img {
    box-shadow: none;
    filter: drop-shadow(0 0 0);
  }
  
  .clearcase-intro.leadsonline-overview .intro-side-card {
    margin: 0 auto;
  }
  
  .clearcase-intro.leadsonline-overview .clearcase-intro__h {
    text-align: center;
  }
  
  .clearcase-intro.leadsonline-overview .clearcase-intro__p {
    text-align: center;
  }
  
  /* Center the blue underline */
  .clearcase-intro.leadsonline-overview .clearcase-intro__col--left::after {
    margin-left: auto;
    margin-right: auto;
  }
  
  /* Image-left layout (Challenge sections) - reverse order so text is on top */
  .clearcase-intro--image-left .clearcase-intro__grid {
    display: flex;
    flex-direction: column-reverse;
  }
  
  .clearcase-intro--image-left .clearcase-intro__col--left {
    display: block;
    text-align: center;
    max-width: 100%;
    width: 100%;
    margin-top: 24px;
  }
  
  .clearcase-intro--image-left .clearcase-intro__media {
    display: flex;
    justify-content: center;
  }
  
  .clearcase-intro--image-left .intro-side-card {
    margin: 0 auto;
  }
  
  .clearcase-intro--image-left .clearcase-intro__col--right {
    text-align: center;
    max-width: 100%;
    width: 100%;
  }
  
  .clearcase-intro--image-left .clearcase-intro__h {
    text-align: center;
  }
  
  .clearcase-intro--image-left .clearcase-intro__p {
    text-align: center;
  }
  
  .clearcase-intro--image-left .clearcase-intro__col--right::after {
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 480px) {
  .footer-row-cols {
    gap: 24px;
  }
  
  .footer-social {
    justify-content: center;
  }
  
  .footer-col h4,
  .footer-col h3 {
    font-size: 16px;
  }
}

/* =================== RETURN TO TOP BUTTON =================== */
.return-to-top {
  position: fixed;
  bottom: 32px;
  right: 32px;
  left: auto;
  top: auto;
  padding: 14px 24px;
  background: linear-gradient(135deg, #2563EB 0%, #1D4ED8 100%);
  border: 2px solid rgba(255,255,255,0.25);
  border-radius: 50px;
  color: #fff;
  cursor: pointer;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-family: 'Barlow', sans-serif;
  font-size: 0.9rem;
  font-weight: 600;
  box-shadow: 0 8px 32px rgba(37, 99, 235, 0.4), 0 4px 12px rgba(0, 0, 0, 0.15);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  z-index: 9999;
}

.return-to-top.visible {
  opacity: 1;
  visibility: visible;
}

.return-to-top:hover {
  background: linear-gradient(135deg, #3B82F6 0%, #2563EB 100%);
  transform: translateY(-4px);
  box-shadow: 0 12px 40px rgba(37, 99, 235, 0.5), 0 6px 16px rgba(0, 0, 0, 0.2);
}

.return-to-top:active {
  transform: translateY(-2px);
}

.return-to-top:focus-visible {
  outline: 3px solid #ffffff;
  outline-offset: 3px;
}

.return-to-top svg {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}

.return-to-top span {
  white-space: nowrap;
}

/* =================== EMAIL FAB BUTTON =================== */
.email-fab {
  position: fixed;
  bottom: 96px;
  right: 32px;
  left: auto;
  top: auto;
  width: 52px;
  height: 52px;
  background: linear-gradient(135deg, #2563EB 0%, #1D4ED8 100%);
  border: 2px solid rgba(255,255,255,0.25);
  border-radius: 50%;
  color: #fff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 32px rgba(37, 99, 235, 0.4), 0 4px 12px rgba(0, 0, 0, 0.15);
  opacity: 1;
  visibility: visible;
  transition: all 0.3s ease;
  z-index: 10000;
  text-decoration: none;
}

.email-fab:hover {
  background: linear-gradient(135deg, #3B82F6 0%, #2563EB 100%);
  transform: translateY(-4px);
  box-shadow: 0 12px 40px rgba(37, 99, 235, 0.5), 0 6px 16px rgba(0, 0, 0, 0.2);
}

.email-fab:active {
  transform: translateY(-2px);
}

.email-fab:focus-visible {
  outline: 3px solid #ffffff;
  outline-offset: 3px;
}

.email-fab svg {
  width: 22px;
  height: 22px;
  flex-shrink: 0;
}

/* =================== VIDEO PAUSE FAB (WCAG 2.2.2) =================== */
.video-pause-fab {
  position: fixed;
  bottom: 160px;
  right: 32px;
  left: auto;
  top: auto;
  width: 52px;
  height: 52px;
  min-width: 52px;
  min-height: 52px;
  flex-shrink: 0;
  background: linear-gradient(135deg, #2563EB 0%, #1D4ED8 100%);
  border: 2px solid rgba(255,255,255,0.25);
  border-radius: 50%;
  color: #fff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 32px rgba(37, 99, 235, 0.4), 0 4px 12px rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease;
  z-index: 10000;
}

.video-pause-fab:hover {
  background: linear-gradient(135deg, #3B82F6 0%, #2563EB 100%);
  transform: translateY(-4px);
  box-shadow: 0 12px 40px rgba(37, 99, 235, 0.5), 0 6px 16px rgba(0, 0, 0, 0.2);
}

.video-pause-fab:active {
  transform: translateY(-2px);
}

.video-pause-fab:focus-visible {
  outline: 3px solid #ffffff;
  outline-offset: 3px;
}

.video-pause-fab svg {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}

/* =================== MICRO-INTERACTIONS & ANIMATIONS =================== */

/* Scroll-triggered fade-in animations */
.fade-in-up {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94), 
              transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.fade-in-up.visible {
  opacity: 1;
  transform: translateY(0);
}

.fade-in-left {
  opacity: 0;
  transform: translateX(-40px);
  transition: opacity 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94), 
              transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.fade-in-left.visible {
  opacity: 1;
  transform: translateX(0);
}

.fade-in-right {
  opacity: 0;
  transform: translateX(40px);
  transition: opacity 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94), 
              transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.fade-in-right.visible {
  opacity: 1;
  transform: translateX(0);
}

.fade-in-scale {
  opacity: 0;
  transform: scale(0.95);
  transition: opacity 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94), 
              transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.fade-in-scale.visible {
  opacity: 1;
  transform: scale(1);
}

/* Staggered children animation */
.stagger-children > * {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94), 
              transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.stagger-children.visible > *:nth-child(1) { transition-delay: 0s; }
.stagger-children.visible > *:nth-child(2) { transition-delay: 0.1s; }
.stagger-children.visible > *:nth-child(3) { transition-delay: 0.2s; }
.stagger-children.visible > *:nth-child(4) { transition-delay: 0.3s; }
.stagger-children.visible > *:nth-child(5) { transition-delay: 0.4s; }
.stagger-children.visible > *:nth-child(6) { transition-delay: 0.5s; }
.stagger-children.visible > *:nth-child(7) { transition-delay: 0.6s; }
.stagger-children.visible > *:nth-child(8) { transition-delay: 0.7s; }

.stagger-children.visible > * {
  opacity: 1;
  transform: translateY(0);
}

/* Enhanced Card Hover Effects */
.card-hover {
  transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94),
              box-shadow 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.card-hover:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12), 0 8px 16px rgba(0, 0, 0, 0.08);
}

/* Subtle glow effect on hover */
.glow-hover {
  position: relative;
  transition: all 0.3s ease;
}

.glow-hover::before {
  content: '';
  position: absolute;
  inset: -2px;
  background: linear-gradient(135deg, rgba(0, 170, 255, 0.4), rgba(0, 122, 255, 0.2));
  border-radius: inherit;
  opacity: 0;
  z-index: -1;
  transition: opacity 0.3s ease;
  filter: blur(12px);
}

.glow-hover:hover::before {
  opacity: 1;
}

/* Button micro-interactions */
.btn {
  position: relative;
  overflow: hidden;
}

.btn::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  transition: width 0.6s ease, height 0.6s ease;
}

.btn:hover::after {
  width: 300px;
  height: 300px;
}

.btn:active {
  transform: scale(0.98);
}

/* Link underline animation */
.animated-underline {
  position: relative;
  text-decoration: none;
}

.animated-underline::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 2px;
  background: linear-gradient(90deg, #00AAFF, #007AFF);
  transition: width 0.3s ease;
}

.animated-underline:hover::after {
  width: 100%;
}

/* Image reveal effect */
.img-reveal {
  position: relative;
  overflow: hidden;
}

.img-reveal img {
  transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.img-reveal:hover img {
  transform: scale(1.05);
}

/* Floating animation for icons */
@keyframes float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-10px); }
}

.float-animation {
  animation: float 3s ease-in-out infinite;
}

/* Pulse animation for CTAs */
@keyframes pulse-glow {
  0%, 100% { box-shadow: 0 4px 16px rgba(0, 122, 255, 0.4); }
  50% { box-shadow: 0 4px 24px rgba(0, 122, 255, 0.6), 0 0 40px rgba(0, 170, 255, 0.2); }
}

.pulse-cta {
  animation: pulse-glow 2s ease-in-out infinite;
}

/* Text reveal animation */
@keyframes text-reveal {
  0% { 
    opacity: 0;
    transform: translateY(20px);
    filter: blur(10px);
  }
  100% { 
    opacity: 1;
    transform: translateY(0);
    filter: blur(0);
  }
}

.text-reveal {
  animation: text-reveal 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
}

/* Smooth section transitions */
section {
  transition: background-color 0.5s ease;
}

/* Focus states for accessibility (WCAG 2.1 SC 2.4.7)
   !important is required here: many earlier rules use outline:none on :focus
   selectors with higher specificity. This block applies ONLY during keyboard
   navigation (:focus-visible), so mouse/touch users see no change. */
a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible,
select:focus-visible,
summary:focus-visible,
[tabindex]:focus-visible {
  outline: 2px solid #0057ff !important;
  outline-offset: 3px !important;
  border-radius: 4px;
}

/* Smooth scrolling */
html {
  scroll-behavior: smooth;
}

/* Enhanced Form Input Styling */
.contact-form input,
.contact-form textarea,
.contact-form select {
  transition: border-color 0.3s ease, box-shadow 0.3s ease, transform 0.2s ease;
}

.contact-form input:focus,
.contact-form textarea:focus,
.contact-form select:focus {
  border-color: #00AAFF;
  box-shadow: 0 0 0 4px rgba(0, 170, 255, 0.15);
  transform: translateY(-2px);
}

.contact-form input:hover,
.contact-form textarea:hover {
  border-color: rgba(0, 170, 255, 0.5);
}

/* Submit button enhancement */
.contact-form button[type="submit"],
.contact-submit {
  position: relative;
  overflow: hidden;
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.contact-form button[type="submit"]:hover,
.contact-submit:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 24px rgba(0, 122, 255, 0.4);
}

/* FAQ smooth open/close */
.faq-item {
  transition: all 0.3s ease;
}

.faq-item summary {
  transition: color 0.3s ease, background-color 0.3s ease;
  cursor: pointer;
}

.faq-item summary:hover {
  color: #00AAFF;
}

.faq-item[open] summary {
  color: #00AAFF;
  font-weight: 600;
}

.faq-item__a {
  animation: faq-expand 0.3s ease-out;
}

@keyframes faq-expand {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Reduce motion for accessibility */
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
  
  .fade-in-up,
  .fade-in-left,
  .fade-in-right,
  .fade-in-scale,
  .stagger-children > * {
    opacity: 1;
    transform: none;
  }
}

/* =================== NEWS SECTION STYLES =================== */
.news-section {
  background: #f8f9fa;
  padding: 80px 0;
  min-height: 60vh;
}

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

.news-section__page-title {
  font-size: 2.75rem;
  font-weight: 800;
  color: #000;
  margin-bottom: 80px;
  text-align: left;
}

/* Featured Article */
.news-featured {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.08);
  margin-bottom: 48px;
}

.news-featured__image {
  height: 100%;
  min-height: 400px;
  background: linear-gradient(135deg, #0a1f44 0%, #1a3666 100%);
  display: flex;
  align-items: center;
  justify-content: center;
}

.news-featured__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.news-featured__content {
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.news-featured__date {
  font-size: 0.875rem;
  color: #666;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 12px;
}

.news-featured__title {
  font-size: 1.75rem;
  font-weight: 700;
  color: #000;
  line-height: 1.3;
  margin-bottom: 16px;
}

.news-featured__description {
  font-size: 1.1rem;
  color: #000;
  font-weight: 500;
  margin-bottom: 16px;
  line-height: 1.5;
}

.news-featured__copy {
  font-size: 1rem;
  color: #000;
  line-height: 1.7;
  margin-bottom: 24px;
}

.news-featured__link {
  background: linear-gradient(135deg, #007AFF 0%, #0051D5 100%);
  color: #fff;
  padding: 16px 40px;
  font-size: 1.1rem;
  font-weight: 600;
  border: none;
  border-radius: 50px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  box-shadow:
    0 4px 16px rgba(0, 122, 255, 0.4),
    inset 0 1px 0 rgba(255, 255, 255, 0.2);
  position: relative;
  overflow: hidden;
  cursor: pointer;
  font-family: inherit;
  margin-top: 8px;
}

.news-featured__link::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  transition: left 0.6s ease;
}

.news-featured__link:hover::before {
  left: 100%;
}

.news-featured__link:hover {
  transform: translateY(-2px);
  box-shadow:
    0 8px 24px rgba(0, 122, 255, 0.5),
    inset 0 1px 0 rgba(255, 255, 255, 0.3);
  text-decoration: none;
  color: #fff;
}

.news-featured__link:active {
  transform: translateY(0);
  box-shadow:
    0 2px 8px rgba(0, 122, 255, 0.4),
    inset 0 1px 0 rgba(255, 255, 255, 0.2);
}

/* News Grid */
.news-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.news-card {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.06);
  transition: transform 0.2s, box-shadow 0.2s;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.news-card__image {
  height: 200px;
  overflow: hidden;
}

.news-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.news-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12);
}

.news-card__content {
  padding: 28px;
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 400px;
}

.news-card__date {
  font-size: 0.8rem;
  color: #666;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 12px;
  display: block;
}

.news-card__title {
  font-size: 1.25rem;
  font-weight: 700;
  color: #000;
  line-height: 1.4;
  margin-bottom: 12px;
}

.news-card__copy {
  font-size: 0.95rem;
  color: #000;
  line-height: 1.6;
  margin-bottom: 16px;
}

.news-card__link {
  background: linear-gradient(135deg, #007AFF 0%, #0051D5 100%);
  color: #fff;
  padding: 12px 16px;
  font-size: 1rem;
  font-weight: 600;
  border: none;
  border-radius: 50px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  box-shadow:
    0 4px 16px rgba(0, 122, 255, 0.4),
    inset 0 1px 0 rgba(255, 255, 255, 0.2);
  position: relative;
  overflow: hidden;
  cursor: pointer;
  font-family: inherit;
  margin-top: auto;
}

.news-card__link::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  transition: left 0.6s ease;
}

.news-card__link:hover::before {
  left: 100%;
}

.news-card__link:hover {
  transform: translateY(-2px);
  box-shadow:
    0 8px 24px rgba(0, 122, 255, 0.5),
    inset 0 1px 0 rgba(255, 255, 255, 0.3);
  text-decoration: none;
  color: #fff;
}

.news-card__link:active {
  transform: translateY(0);
  box-shadow:
    0 2px 8px rgba(0, 122, 255, 0.4),
    inset 0 1px 0 rgba(255, 255, 255, 0.2);
}

/* News Section Mobile Responsive */
@media (max-width: 992px) {
  .news-featured {
    grid-template-columns: 1fr;
  }
  
  .news-featured__image {
    min-height: 250px;
  }
  
  .news-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

@media (max-width: 768px) {
  .news-section {
    padding: 48px 0;
  }
  
  .news-section__page-title {
    font-size: 2rem;
    margin-bottom: 32px;
    text-align: center;
  }
  
  .news-featured__content {
    padding: 24px;
  }
  
  .news-featured__title {
    font-size: 1.4rem;
  }
  
  .news-card__content {
    padding: 20px;
  }
  
  .news-card__title {
    font-size: 1.1rem;
  }
}

/* =================== COMPANY VALUES SECTION =================== */
.company-values {
  padding: 80px 0;
  background: linear-gradient(135deg, #0a1628 0%, #0d2847 50%, #0a1628 100%);
  overflow: hidden;
  position: relative;
}

.company-values::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('images/confident-successful-business-team-2026-01-07-07-03-38-utc.jpg') center/cover no-repeat;
  mix-blend-mode: multiply;
  opacity: 0.45;
  pointer-events: none;
}

.company-values::after {
  content: '';
  position: absolute;
  bottom: -50%;
  right: -20%;
  width: 60%;
  height: 200%;
  background: radial-gradient(ellipse, rgba(59, 130, 246, 0.06) 0%, transparent 60%);
  pointer-events: none;
}

.company-values__inner {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.company-values__header {
  text-align: center;
  margin-bottom: 60px;
}

html body.leadsonline .company-values__subtitle {
  color: rgba(255, 255, 255, 0.85);
  font-size: 1.15rem;
  line-height: 1.7;
  max-width: 700px;
  margin: 16px auto 0;
  text-align: center;
}

.company-values__header .clearcase-intro__h {
  color: #fff;
}

.company-values__title {
  font-size: 3.2rem;
  font-weight: 800;
  margin: 0 0 16px 0;
  line-height: 1.1;
  color: #fff;
}

.company-values__subtitle {
  font-size: 1.1rem;
  color: rgba(255, 255, 255, 0.7);
  margin: 0;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.company-values__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.value-card {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  padding: 32px 28px;
  border-radius: 12px;
  text-align: center;
  transition: all 0.3s ease;
  box-shadow: none;
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

.value-card:hover {
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(59, 130, 246, 0.3);
  transform: translateY(-4px);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.3);
}

.value-card__icon {
  width: 64px;
  height: 64px;
  margin: 0 auto 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border-radius: 12px;
  color: white;
}

.value-card__icon svg {
  width: 48px;
  height: 48px;
}

.value-card__title {
  font-size: 1.25rem;
  font-weight: 600;
  margin: 0 0 12px 0;
  color: #fff;
  line-height: 1.3;
}

.value-card__desc {
  font-size: 0.95rem;
  color: rgba(255, 255, 255, 0.7);
  margin: 0;
  line-height: 1.6;
}

@media (max-width: 1024px) {
  .company-values__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }
}

@media (max-width: 768px) {
  .company-values {
    padding: 60px 0;
  }

  .company-values__title {
    font-size: 2.2rem;
  }

  .company-values__grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .value-card {
    padding: 24px 20px;
  }

  .value-card__title {
    font-size: 1.2rem;
  }
}

/* =================== MEDIA & RESOURCES MODULE =================== */
.media-resources-section {
  background: #F5F9FF;
}

.media-resources-section::before,
.media-resources-section::after {
  display: none;
}
.media-resources__grid {
  display: flex;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  gap: 20px;
  padding-bottom: 12px;
  scrollbar-width: thin;
  scrollbar-color: rgba(0,0,0,0.15) transparent;
}

.media-resources__grid::-webkit-scrollbar {
  height: 6px;
}

.media-resources__grid::-webkit-scrollbar-track {
  background: transparent;
}

.media-resources__grid::-webkit-scrollbar-thumb {
  background: rgba(0,0,0,0.15);
  border-radius: 3px;
}

.media-resource-card {
  text-decoration: none;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 220px;
  flex: 0 0 220px;
  scroll-snap-align: start;
}

.media-resource-card:hover {
  text-decoration: none;
}

/* Light-background overrides for media-resources cards */
.media-resources-section .value-card {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
}

.media-resources-section .value-card:hover {
  background: #fff;
  border-color: rgba(59, 130, 246, 0.3);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12);
}

.media-resources-section .value-card__icon {
  color: #005587;
}

.media-resources-section .value-card__title {
  color: #000;
}

.media-resources-section .value-card__desc {
  color: #555;
}

.media-resources-section .clearcase-intro__h {
  color: #000;
}

@media (max-width: 768px) {
  .media-resource-card {
    min-width: 200px;
    flex: 0 0 200px;
  }
}

/* =================== CONTACT PAGE =================== */
.contact-page-section {
  padding-top: 120px;
  padding-bottom: 80px;
  position: relative;
  overflow: hidden;
}

/* --- Animated network background --- */
.network-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}

.network-svg {
  width: 100%;
  height: 100%;
}

/* Nodes - floating movement */
.net-node {
  fill: rgba(255, 255, 255, 0.18);
}

.net-node--1  { animation: nodeFloat1  12s ease-in-out infinite; }
.net-node--2  { animation: nodeFloat2  14s ease-in-out infinite; }
.net-node--3  { animation: nodeFloat3  10s ease-in-out infinite; fill: rgba(100, 180, 255, 0.3); }
.net-node--4  { animation: nodeFloat4  13s ease-in-out infinite; }
.net-node--5  { animation: nodeFloat5  11s ease-in-out infinite; }
.net-node--6  { animation: nodeFloat6  15s ease-in-out infinite; }
.net-node--7  { animation: nodeFloat7  12s ease-in-out infinite; fill: rgba(100, 180, 255, 0.3); }
.net-node--8  { animation: nodeFloat8  14s ease-in-out infinite; }
.net-node--9  { animation: nodeFloat9  11s ease-in-out infinite; }
.net-node--10 { animation: nodeFloat10 16s ease-in-out infinite; }
.net-node--11 { animation: nodeFloat11 13s ease-in-out infinite; }

@keyframes nodeFloat1 {
  0%, 100% { transform: translate(0, 0); opacity: 0.5; }
  25%      { transform: translate(20px, -15px); opacity: 1; }
  50%      { transform: translate(-10px, 25px); opacity: 0.6; }
  75%      { transform: translate(15px, 10px); opacity: 0.9; }
}
@keyframes nodeFloat2 {
  0%, 100% { transform: translate(0, 0); opacity: 0.6; }
  25%      { transform: translate(-25px, 20px); opacity: 1; }
  50%      { transform: translate(15px, -10px); opacity: 0.5; }
  75%      { transform: translate(-10px, -20px); opacity: 0.8; }
}
@keyframes nodeFloat3 {
  0%, 100% { transform: translate(0, 0); opacity: 0.7; }
  33%      { transform: translate(30px, 20px); opacity: 1; }
  66%      { transform: translate(-20px, -15px); opacity: 0.5; }
}
@keyframes nodeFloat4 {
  0%, 100% { transform: translate(0, 0); opacity: 0.5; }
  25%      { transform: translate(-15px, -25px); opacity: 0.9; }
  50%      { transform: translate(25px, 15px); opacity: 0.6; }
  75%      { transform: translate(10px, -20px); opacity: 1; }
}
@keyframes nodeFloat5 {
  0%, 100% { transform: translate(0, 0); opacity: 0.6; }
  33%      { transform: translate(-20px, 15px); opacity: 1; }
  66%      { transform: translate(15px, -25px); opacity: 0.4; }
}
@keyframes nodeFloat6 {
  0%, 100% { transform: translate(0, 0); opacity: 0.4; }
  25%      { transform: translate(20px, 20px); opacity: 0.8; }
  50%      { transform: translate(-15px, -10px); opacity: 1; }
  75%      { transform: translate(-25px, 15px); opacity: 0.6; }
}
@keyframes nodeFloat7 {
  0%, 100% { transform: translate(0, 0); opacity: 0.7; }
  33%      { transform: translate(-30px, -20px); opacity: 1; }
  66%      { transform: translate(20px, 25px); opacity: 0.5; }
}
@keyframes nodeFloat8 {
  0%, 100% { transform: translate(0, 0); opacity: 0.5; }
  25%      { transform: translate(15px, -20px); opacity: 0.9; }
  50%      { transform: translate(-20px, 10px); opacity: 0.6; }
  75%      { transform: translate(25px, 20px); opacity: 1; }
}
@keyframes nodeFloat9 {
  0%, 100% { transform: translate(0, 0); opacity: 0.6; }
  33%      { transform: translate(-15px, 25px); opacity: 1; }
  66%      { transform: translate(20px, -15px); opacity: 0.4; }
}
@keyframes nodeFloat10 {
  0%, 100% { transform: translate(0, 0); opacity: 0.4; }
  50%      { transform: translate(25px, -20px); opacity: 0.8; }
}
@keyframes nodeFloat11 {
  0%, 100% { transform: translate(0, 0); opacity: 0.4; }
  50%      { transform: translate(-20px, 15px); opacity: 0.8; }
}

/* Lines - gentle drift */
.net-line {
  stroke: rgba(255, 255, 255, 0.06);
  stroke-width: 1;
  stroke-dasharray: 8 6;
  animation: netLineDash 20s linear infinite, netLineFade 6s ease-in-out infinite;
}

@keyframes netLineFade {
  0%, 100% { opacity: 0.5; }
  50%      { opacity: 1; }
}

.net-line--1  { animation-delay: 0s, 0s; }
.net-line--2  { animation-delay: -2s, -1s; }
.net-line--3  { animation-delay: -4s, -2s; }
.net-line--4  { animation-delay: -6s, -3s; }
.net-line--5  { animation-delay: -8s, -0.5s; }
.net-line--6  { animation-delay: -10s, -1.5s; }
.net-line--7  { animation-delay: -12s, -2.5s; }
.net-line--8  { animation-delay: -1s, -3.5s; stroke: rgba(255, 255, 255, 0.04); }
.net-line--9  { animation-delay: -3s, -4s; stroke: rgba(255, 255, 255, 0.04); }
.net-line--10 { animation-delay: -5s, -0.8s; stroke: rgba(255, 255, 255, 0.04); }
.net-line--11 { animation-delay: -7s, -1.8s; stroke: rgba(255, 255, 255, 0.05); }
.net-line--12 { animation-delay: -9s, -2.8s; stroke: rgba(255, 255, 255, 0.05); }
.net-line--13 { animation-delay: -11s, -4.5s; stroke: rgba(255, 255, 255, 0.03); }
.net-line--14 { animation-delay: -13s, -5s; stroke: rgba(255, 255, 255, 0.03); }
.net-line--15 { animation-delay: -14s, -3s; stroke: rgba(255, 255, 255, 0.04); }

/* Pulse rings */
.net-pulse {
  fill: none;
  stroke: rgba(100, 180, 255, 0.3);
  stroke-width: 1.5;
  animation: netRingPulse 3s ease-out infinite;
}

.net-pulse--1 { animation-delay: 0s; }
.net-pulse--2 { animation-delay: -1s; }
.net-pulse--3 { animation-delay: -2s; }

@keyframes netRingPulse {
  0%   { r: 6; opacity: 0.6; stroke-width: 1.5; }
  100% { r: 28; opacity: 0; stroke-width: 0.5; }
}

/* Ensure content sits above the network bg */
.contact-page-section .clearcase-contact__inner {
  position: relative;
  z-index: 1;
}

.contact-page-section .clearcase-contact__heading {
  margin-bottom: 32px;
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
}

.contact-page-section .clearcase-contact__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  align-items: stretch;
}

@media (max-width: 900px) {
  .contact-page-section .clearcase-contact__grid {
    grid-template-columns: 1fr;
  }
}
