/* ─── FONT ─── */
@font-face {
  font-family: 'Cera Pro';
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

/* ─── RESET & BASE ─── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: auto; }

body {
  background-color: #0e1012;
  color: #A0AABA;
  font-family: 'Cera Pro', 'Nunito', system-ui, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}

body.bg-gray-dark { background-color: #0e1012; }

a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
ul { list-style: none; }

/* ─── TYPOGRAPHY ─── */
h1, h2, h3, h4, h5, h6 {
  color: #fff;
  font-family: 'Cera Pro', 'Nunito', system-ui, sans-serif;
  font-weight: 700;
  line-height: 1.15;
}
h1 { font-size: clamp(2rem, 5vw, 3.5rem); letter-spacing: -0.02em; }
h2 { font-size: clamp(1.6rem, 3.5vw, 2.5rem); letter-spacing: -0.02em; }
h3 { font-size: clamp(1.1rem, 2vw, 1.4rem); font-weight: 600; }
h4 { font-size: 1rem; font-weight: 600; text-transform: uppercase; letter-spacing: 0.1em; }

p { color: #A0AABA; line-height: 1.7; }

.eyebrow {
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: #007AFC;
  margin-bottom: 16px;
  display: block;
}

.text-muted { color: #7A8899; }
.text-white { color: #fff; }
.text-blue  { color: #007AFC; }

/* ─── LAYOUT ─── */
.container-full {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 40px;
}

section { padding-top: 64px; padding-bottom: 64px; }

/* ─── NAVIGATION ─── */
.nav-main {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 1000;
  height: 60px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid rgba(255,255,255,0.06);
  background: rgba(14,16,18,0.85);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  transition: background 0.25s ease, border-color 0.25s ease;
}

.nav-main.nav-scrolled {
  background: rgba(14,16,18,0.97);
}

/* ─── NAV WHITE ON HOVER ─── */
.nav-main.nav-lit {
  background: #fff;
  border-bottom-color: rgba(0,0,0,0.1);
}
.nav-main.nav-lit .nav-logo {
  color: #111;
}
.nav-main.nav-lit .nav-logo img {
  filter: brightness(0);
}
.nav-main.nav-lit .nav-links a {
  color: #111;
}
.nav-main.nav-lit .nav-links a:hover {
  color: #007AFC;
  opacity: 1;
}
.nav-main.nav-lit .nav-dropdown-trigger {
  color: #111;
}
.nav-main.nav-lit .nav-dropdown-trigger::after {
  border-top-color: #333;
}
.nav-main.nav-lit .nav-dropdown-trigger:hover {
  color: #007AFC;
}
.nav-main.nav-lit .btn-nav-outline {
  color: #111;
}
.nav-main.nav-lit .btn-nav-outline:hover {
  opacity: 0.6;
}

/* Blog dropdown inside white nav */
.nav-main.nav-lit .nav-dropdown-menu {
  background: #fff;
  border-color: rgba(0,0,0,0.1);
  box-shadow: 0 8px 24px rgba(0,0,0,0.1);
}
.nav-main.nav-lit .nav-dropdown-item {
  color: #111;
}
.nav-main.nav-lit .nav-dropdown-item:hover {
  background: rgba(0,0,0,0.04);
}
.nav-main.nav-lit .nav-dropdown-item-desc {
  color: #666;
}
.nav-main.nav-lit .nav-dropdown-view-all {
  border-top-color: rgba(0,0,0,0.08);
  color: #007AFC;
}
.nav-main.nav-lit .view-all-arrow {
  color: #007AFC;
}

/* Megamenu inside white nav */
.nav-main.nav-lit .nav-megamenu {
  background: #fff;
  border-bottom-color: rgba(0,0,0,0.1);
  box-shadow: 0 8px 24px rgba(0,0,0,0.08);
}
.nav-main.nav-lit .megamenu-solution-name {
  color: #111;
}
.nav-main.nav-lit .megamenu-solution-desc {
  color: #666;
}
.nav-main.nav-lit .megamenu-solution:hover {
  background: rgba(0,0,0,0.04);
}

.nav-inner {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.nav-logo {
  font-size: 0.95rem;
  font-weight: 700;
  color: #fff;
  letter-spacing: -0.01em;
  display: flex;
  align-items: center;
  gap: 8px;
}

.nav-logo-dot {
  display: inline-flex;
  align-items: center;
  flex-shrink: 0;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 32px;
  margin-left: 40px;
  margin-right: auto;
}

.nav-links a {
  font-size: 0.88rem;
  font-weight: 600;
  color: #fff;
  letter-spacing: 0.02em;
  transition: opacity 0.2s ease;
}

.nav-links a:hover { opacity: 0.65; }

.nav-cta {
  display: flex;
  align-items: center;
  gap: 12px;
}

.btn-nav {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  box-sizing: border-box;
  height: 40px;
  font-family: 'Cera Pro', 'Nunito', system-ui, sans-serif;
  font-size: 0.95rem;
  font-weight: 500;
  letter-spacing: 0;
  text-transform: none;
  padding: 0 20px;
  border-radius: 100px;
  cursor: pointer;
  transition: color 0.15s ease, background 0.15s ease, opacity 0.15s ease;
  border: none;
  text-decoration: none;
}

/* "Contact us" — plain text link */
.btn-nav-outline {
  background: transparent;
  color: #fff;
  padding: 0 10px;
}

.btn-nav-outline:hover {
  opacity: 0.7;
}

/* "Book a call" — solid filled button, like Mapbox "Sign up" */
.btn-nav-primary {
  background: #007AFC;
  color: #fff;
}

.btn-nav-primary:hover {
  background: #1a8afc;
}

/* ─── HERO SECTION ─── */
#section-hero {
  padding-top: 80px;
  padding-bottom: 0 !important;
  position: relative;
  overflow: visible;
}

.hero-content {
  position: relative;
  z-index: 2;
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}

.hero-eyebrow {
  font-size: 0.7rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: #7A8899;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.hero-eyebrow::before {
  content: '';
  display: inline-block;
  width: 20px;
  height: 1px;
  background: #566171;
}

.hero-headline {
  font-size: clamp(2.5rem, 5.5vw, 4rem);
  font-weight: 700;
  color: #fff;
  line-height: 1.1;
  letter-spacing: -0.03em;
  margin-bottom: 16px;
}

.hero-headline span { color: #007AFC; }

.hero-sub {
  font-size: 1rem;
  color: #A0AABA;
  max-width: 520px;
  line-height: 1.7;
  margin: 0 auto 24px;
}

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

.btn-primary {
  font-family: 'Cera Pro', 'Nunito', system-ui, sans-serif;
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 14px 28px;
  border-radius: 100px;
  background: #007AFC;
  color: #fff;
  border: none;
  cursor: pointer;
  transition: background 0.2s ease;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.btn-primary:hover { background: #1a8afc; color: #fff; }

.btn-secondary {
  font-family: 'Cera Pro', 'Nunito', system-ui, sans-serif;
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 14px 28px;
  border-radius: 100px;
  background: transparent;
  color: #A0AABA;
  border: 1px solid rgba(255,255,255,0.15);
  cursor: pointer;
  transition: all 0.2s ease;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.btn-secondary:hover {
  color: #fff;
  border-color: rgba(255,255,255,0.4);
}

/* ─── HERO CAROUSEL ─── */
.hero-carousel-section {
  margin-top: 24px;
  padding-bottom: 40px;
}

.carousel.home-carousel {
  height: 400px;
}

/* Materialize overrides for Mapbox-style carousel */
.carousel .carousel-item {
  width: 760px !important;
  height: 380px !important;
}

.home-carousel-slide {
  width: 760px;
  height: 380px;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 0 100px 50px #0e1012;
  position: relative;
  cursor: pointer;
}

body.bg-gray-dark .home-carousel-slide {
  box-shadow: 0 0 100px 50px #0e1012;
}

/* Strong bottom gradient overlay — Mapbox style */
.home-carousel-slide-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom,
    rgba(14,16,18,0) 20%,
    rgba(14,16,18,0.5) 55%,
    rgba(14,16,18,0.92) 100%
  );
  z-index: 2;
  pointer-events: none;
  border-radius: 12px;
}

.slide-inner {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 36px 36px 32px;
  background-size: cover;
  background-position: center;
  position: relative;
}

.slide-label {
  position: relative;
  z-index: 3;
}

/* Pill badge */
.slide-badge {
  display: inline-flex;
  align-items: center;
  padding: 5px 12px;
  border-radius: 100px;
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 14px;
  width: fit-content;
}

.slide-badge-blue   { background: #007AFC; color: #fff; }
.slide-badge-green  { background: #1db76e; color: #fff; }
.slide-badge-purple { background: #7c3aed; color: #fff; }
.slide-badge-orange { background: #e07b39; color: #fff; }
.slide-badge-teal   { background: #0d9488; color: #fff; }

.slide-label h3 {
  font-size: clamp(1.4rem, 2.5vw, 1.85rem);
  color: #fff;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 20px;
  letter-spacing: -0.02em;
  max-width: 420px;
}

.slide-learn-more {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 0.82rem;
  font-weight: 600;
  color: #fff;
  opacity: 0.85;
  transition: opacity 0.2s ease, gap 0.2s ease;
}

.slide-learn-more:hover { opacity: 1; gap: 10px; color: #fff; }
.slide-learn-more::after { content: '→'; }

/* Carousel nav */
.carousel-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 12px;
  padding-bottom: 8px;
}

.carousel-nav button {
  width: 40px; height: 40px;
  border-radius: 0;
  border: none;
  background: transparent;
  color: #3a4450;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  line-height: 1;
  transition: color 0.2s ease;
}

.carousel-nav button:hover {
  color: #A0AABA;
}

/* ─── LOGO PROOF GRID ─── */
.section-marquee {
  padding-top: 40px;
  padding-bottom: 40px;
  overflow: hidden;
}

.logo-proof_component {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}

.logo-proof_heading {
  font-size: 0.65rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #7A8899;
  margin-bottom: 48px;
}

.logo-proof_rows {
  display: flex;
  flex-direction: column;
  gap: 36px;
  margin-bottom: 48px;
}

.logo-proof_row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 56px;
  flex-wrap: wrap;
}

.logo-proof_link {
  font-size: 0.8rem;
  font-weight: 500;
  color: #007AFC;
  letter-spacing: 0.02em;
  transition: opacity 0.2s ease;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.logo-proof_link:hover { opacity: 0.75; }

.logo-proof_link::after {
  content: '→';
  display: inline-block;
  transition: transform 0.25s ease;
}

.logo-proof_link:hover::after { transform: translateX(5px); }

.logo-text {
  display: none !important;
}

.logo-img {
  height: 36px;
  width: auto;
  max-width: 160px;
  min-width: 60px;
  object-fit: contain;
  display: inline-block;
  filter: brightness(0) invert(1) opacity(0.22);
  transition: filter 0.2s ease;
  user-select: none;
}

.logo-img:hover { filter: brightness(0) invert(1) opacity(0.35); }
.logo-img.logo-img-lg { height: 56px; }

/* ─── STATS BAR ─── */
.stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.06);
  border-radius: 8px;
  overflow: hidden;
}

.stat-cell {
  background: #0e1012;
  padding: 40px 36px;
  position: relative;
}

.stat-number {
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 700;
  color: #fff;
  letter-spacing: -0.03em;
  line-height: 1;
  margin-bottom: 8px;
}

.stat-label {
  font-size: 0.75rem;
  color: #7A8899;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

/* ─── BORDER HIGHLIGHT SPOTLIGHT ─── */
.border-highlight_component {
  --spot-color: #707c8e;
  --spot-size: 440px;
  position: absolute;
  inset: -1px;
  padding: 1px;
  pointer-events: none;
  border-radius: inherit;
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  opacity: 0;
  transition: opacity 1s ease;
  overflow: hidden;
}

.border-highlight_component > * {
  position: absolute;
  width: var(--spot-size);
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  background: radial-gradient(circle closest-side at center, var(--spot-color) 0%, transparent 100%);
  transform: translate(var(--spot-x, -9999px), var(--spot-y, -9999px));
  will-change: transform;
}

/* ─── COLOUT SECTIONS ─── */
.colout-section {
  padding-top: 90px;
  padding-bottom: 90px;
}

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

.colout-grid.reverse { direction: rtl; }
.colout-grid.reverse > * { direction: ltr; }

.colout-copy { max-width: 460px; }
.colout-copy .eyebrow { margin-bottom: 16px; }
.colout-copy h2 { margin-bottom: 20px; }
.colout-copy p  { margin-bottom: 28px; }

.colout-media {
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.08);
  background: #131619;
  position: relative;
}

.colout-media-inner {
  aspect-ratio: 16/10;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #131619 0%, #1a1f24 100%);
  position: relative;
  overflow: hidden;
}

.media-glow {
  position: absolute;
  width: 300px; height: 300px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(0,122,252,0.15) 0%, transparent 70%);
  animation: float-glow 6s ease-in-out infinite;
}

@keyframes float-glow {
  0%, 100% { transform: translate(-20%, -20%) scale(1); }
  50%       { transform: translate(20%, 20%) scale(1.2); }
}

.media-icon {
  font-size: 3rem;
  position: relative;
  z-index: 2;
  opacity: 0.6;
}

.media-code-block {
  position: relative;
  z-index: 2;
  font-size: 0.7rem;
  color: #A0AABA;
  text-align: left;
  padding: 20px;
  background: rgba(14,16,18,0.8);
  border-radius: 6px;
  border: 1px solid rgba(255,255,255,0.08);
  max-width: 320px;
  width: 100%;
}

.media-code-block .line { margin-bottom: 4px; white-space: nowrap; }
.media-code-block .kw  { color: #007AFC; }
.media-code-block .str { color: #6edfaa; }
.media-code-block .fn  { color: #e8c96d; }
.media-code-block .cm  { color: #7A8899; }

.feature-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 0.8rem;
  font-weight: 600;
  color: #007AFC;
  letter-spacing: 0.04em;
  transition: color 0.2s ease, gap 0.2s ease;
}

.feature-link:hover { gap: 10px; }
.feature-link::after { content: '→'; display: inline-block; transition: transform 0.25s ease; }
.feature-link:hover::after { transform: translateX(5px); }

/* ─── FEATURES GRID ─── */
.features-header {
  text-align: center;
  max-width: 560px;
  margin: 0 auto 60px;
}

.features-header h2 { margin-bottom: 16px; }

.features-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.06);
  border-radius: 8px;
  overflow: hidden;
}

.feature-card {
  background: #0e1012;
  padding: 36px 32px;
  position: relative;
  overflow: hidden;
  transition: background 0.3s ease;
}

.feature-card:hover { background: #131619; }

.feature-card-icon {
  width: 40px; height: 40px;
  border-radius: 8px;
  background: rgba(0,122,252,0.1);
  border: 1px solid rgba(0,122,252,0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
.feature-card-icon svg {
  width: 20px; height: 20px;
  stroke: #007AFC;
  stroke-width: 2.25;
}

.feature-card h3 {
  font-size: 0.95rem;
  font-weight: 600;
  color: #fff;
  margin-bottom: 10px;
}

.feature-card p {
  font-size: 0.82rem;
  color: #7A8899;
  line-height: 1.6;
}

/* ─── CLIENT STORIES / TABS ─── */
.tabs-header {
  max-width: 560px;
  margin-bottom: 48px;
}

.tabs-header h2 { margin-bottom: 16px; }

.tabs-component {
  display: grid;
  grid-template-columns: 260px 1fr;
  gap: 1px;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.06);
  border-radius: 8px;
  overflow: hidden;
  min-height: 400px;
}

.tab-menu {
  background: #0e1012;
  border-right: 1px solid rgba(255,255,255,0.06);
}

.tab-item {
  padding: 20px 24px;
  cursor: pointer;
  border-bottom: 1px solid rgba(255,255,255,0.06);
  transition: background 0.2s ease;
  position: relative;
}

.tab-item:hover { background: #131619; }

.tab-item.active { background: #131619; }

.tab-item.active::before {
  content: '';
  position: absolute;
  left: 0; top: 0; bottom: 0;
  width: 2px;
  background: #007AFC;
}

.tab-item-name {
  font-size: 0.75rem;
  font-weight: 600;
  color: #fff;
  letter-spacing: 0.04em;
  margin-bottom: 4px;
}

.tab-item-desc {
  font-size: 0.7rem;
  color: #7A8899;
}

.tab-content {
  background: #0e1012;
  display: none;
}

.tab-content.active { display: flex; }

.tab-content-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: 100%;
}

.tab-content-image {
  background: linear-gradient(135deg, #131619, #1a1f24);
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 380px;
  position: relative;
  overflow: hidden;
  border-right: 1px solid rgba(255,255,255,0.06);
}

.tab-image-glow {
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 40% 50%, rgba(0,122,252,0.12) 0%, transparent 60%);
}

.tab-image-placeholder {
  font-size: 0.7rem;
  color: #7A8899;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  position: relative;
  z-index: 2;
  text-align: center;
}

.tab-image-placeholder-icon {
  font-size: 2.5rem;
  margin-bottom: 12px;
  opacity: 0.4;
}

.tab-content-copy {
  padding: 40px 36px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.tab-quote {
  font-size: 1rem;
  color: #fff;
  line-height: 1.6;
  margin-bottom: 24px;
  font-style: normal;
}

.tab-quote::before { content: '\201C'; color: #007AFC; }
.tab-quote::after  { content: '\201D'; color: #007AFC; }

.tab-attribution {
  font-size: 0.72rem;
  color: #7A8899;
  letter-spacing: 0.04em;
}

.tab-attribution strong {
  color: #A0AABA;
  display: block;
  margin-bottom: 2px;
  font-weight: 600;
}

/* ─── CUSTOMER STORIES ─── */
.stories-section {
  background: #15171B;
}

.stories-header {
  text-align: center !important;
  max-width: 560px;
  margin: 0 auto 48px !important;
  display: block;
  width: 100%;
}

.stories-header h2 { margin-bottom: 12px; }

.stories-header p {
  font-size: 1.15rem;
  font-weight: 500;
  color: #7A8899;
  text-align: center;
}

/* Tab pills */
.stories-tabs {
  display: flex !important;
  align-items: center;
  gap: 48px;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 56px;
}

.stories-tab {
  font-family: 'Cera Pro', 'Nunito', system-ui, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  color: #7A8899;
  background: transparent;
  border: none;
  border-radius: 100px;
  padding: 6px 18px;
  cursor: pointer;
  transition: color 0.2s ease, background 0.2s ease;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  user-select: none;
}

.stories-tab:hover {
  color: #A0AABA;
}

.stories-tab.active {
  background: #007AFC;
  color: #fff;
}

/* Story panels */
.stories-panels-wrapper {
  display: grid;
}

.stories-panel {
  grid-area: 1 / 1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 120px;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.18s ease;
}

.stories-panel.active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transition: opacity 0.28s ease 0.12s;
}

.stories-media {
  border-radius: 16px;
  overflow: hidden;
  background: #131619;
  aspect-ratio: 4/3;
}

.stories-media img,
.stories-media video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.stories-client-logo {
  height: 40px;
  width: auto;
  max-width: 140px;
  object-fit: contain;
  filter: brightness(0) invert(1) opacity(0.5);
  margin-bottom: 24px;
  display: block;
}

.stories-client-logo-lg {
  height: 40px;
  max-width: 240px;
  margin-bottom: 14px;
}

.stories-copy h3 {
  font-size: clamp(1.2rem, 2.2vw, 1.6rem);
  color: #fff;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: -0.02em;
  margin-bottom: 16px;
}

.stories-copy p {
  font-size: 0.9rem;
  color: #7A8899;
  line-height: 1.75;
  margin-bottom: 28px;
}

.stories-link {
  font-size: 0.85rem;
  font-weight: 600;
  color: #007AFC;
  letter-spacing: 0.02em;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  text-decoration: none;
  transition: color 0.2s ease, gap 0.2s ease;
}

.stories-link:hover { gap: 10px; }
.stories-link::after { content: '→'; display: inline-block; transition: transform 0.25s ease; }
.stories-link:hover::after { transform: translateX(5px); }

/* ─── APPROACH GRID (legacy — unused) ─── */
.approach-cell p {
  font-size: 0.82rem;
  color: #7A8899;
  line-height: 1.7;
}

/* ─── CTA SECTION ─── */
.cta-section {
  text-align: center;
  position: relative;
  overflow: hidden;
}

.cta-section .container-full { padding: 0 20px; }

.cta-inner {
  width: 100%;
  background: #15171B;
  border-radius: 24px;
  padding: 56px 60px;
}

.cta-inner h2 {
  font-size: clamp(2.2rem, 5vw, 3.6rem);
  margin-bottom: 20px;
}

.cta-inner p {
  font-size: 1.1rem;
  color: #A0AABA;
  margin-bottom: 36px;
}

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

.cta-bg-gradient { display: none; }

/* ─── FOOTER ─── */
.footer {
  border-top: 1px solid rgba(255,255,255,0.06);
  padding-top: 60px;
  padding-bottom: 40px;
}

.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr 1fr;
  gap: 60px;
  margin-bottom: 60px;
}

.footer-brand p {
  font-size: 0.8rem;
  color: #7A8899;
  margin-top: 16px;
  max-width: 260px;
  line-height: 1.7;
}

.footer-col h4 {
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #7A8899;
  margin-bottom: 16px;
}

.footer-col ul { list-style: none; padding: 0; }
.footer-col ul li { margin-bottom: 10px; }

.footer-col ul li a {
  font-size: 0.8rem;
  color: #7A8899;
  transition: color 0.2s ease, transform 0.2s ease;
  display: inline-block;
}

.footer-col ul li a:hover { color: #A0AABA; transform: translateX(3px); }

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

.footer-bottom p {
  font-size: 0.72rem;
  color: #7A8899;
}

.footer-bottom-links {
  display: flex;
  gap: 24px;
}

.footer-bottom-links a {
  font-size: 0.72rem;
  color: #7A8899;
  transition: color 0.2s ease;
}

.footer-bottom-links a:hover { color: #A0AABA; }

/* ─── SCROLL REVEAL ─── */
.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

.reveal-delay-1 { transition-delay: 0.1s; }
.reveal-delay-2 { transition-delay: 0.2s; }
.reveal-delay-3 { transition-delay: 0.3s; }
.reveal-delay-4 { transition-delay: 0.4s; }

/* ─── MICRO ANIMATIONS ─── */
.btn-primary  { transition: background 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease; }
.btn-secondary { transition: color 0.2s ease, border-color 0.2s ease, transform 0.2s ease; }
.btn-primary:hover  { transform: translateY(-2px); box-shadow: 0 8px 24px rgba(0,122,252,0.35); }
.btn-secondary:hover { transform: translateY(-2px); }

.btn-nav { transition: all 0.2s ease, transform 0.2s ease; }
.btn-nav:hover { transform: translateY(-1px); }

.nav-links a:hover { opacity: 1; color: #007AFC; }

.slide-learn-more::after { display: inline-block; transition: transform 0.25s ease; }
.slide-learn-more:hover { gap: 6px; }
.slide-learn-more:hover::after { transform: translateX(5px); }

/* ─── DIVIDER ─── */
.divider {
  height: 1px;
  background: rgba(255,255,255,0.06);
}

/* ─── RESPONSIVE ─── */
@media (max-width: 900px) {
  .stories-panel { grid-template-columns: 1fr; gap: 40px; }
  .stories-media { aspect-ratio: 16/9; }

  .container-full { padding: 0 24px; }
  .colout-grid, .colout-grid.reverse { grid-template-columns: 1fr; direction: ltr; gap: 48px; }
  .features-grid { grid-template-columns: 1fr 1fr; }
  .tabs-component { grid-template-columns: 1fr; }
  .tab-menu { display: grid; grid-template-columns: 1fr 1fr; }
  .tab-content-inner { grid-template-columns: 1fr; }
  .tab-content-image { min-height: 200px; }
  .approach-grid { grid-template-columns: 1fr; }
  .stats-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 40px; }
  .nav-links { display: none; }
}

@media (max-width: 600px) {
  h1 { font-size: 2rem; }
  .features-grid { grid-template-columns: 1fr; }
  .stats-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
}

/* ─── NAV DROPDOWN ─── */
.nav-dropdown {
  position: relative;
  display: inline-flex;
  align-items: center;
}

.nav-dropdown-trigger {
  font-size: 0.88rem;
  font-weight: 600;
  color: #fff;
  letter-spacing: 0.02em;
  transition: opacity 0.2s ease;
  cursor: pointer;
  position: relative;
  display: inline-flex;
  align-items: center;
}

.nav-dropdown-trigger::after {
  content: '';
  display: inline-block;
  width: 0; height: 0;
  border-left: 3.5px solid transparent;
  border-right: 3.5px solid transparent;
  border-top: 4px solid currentColor;
  margin-left: 5px;
  opacity: 0.6;
  vertical-align: middle;
  transition: transform 0.2s ease;
}

.nav-dropdown:hover .nav-dropdown-trigger::after { transform: rotate(180deg); }
.nav-dropdown-trigger:hover { opacity: 1; color: #007AFC; }

/* Suppress the generic nav-links a::after underline for the trigger */
.nav-dropdown .nav-dropdown-trigger::before,
.nav-links .nav-dropdown .nav-dropdown-trigger::after {
  /* The chevron ▾ is the ::after — underline effect doesn't apply cleanly here */
}

.nav-dropdown-menu {
  position: absolute;
  top: calc(100% + 8px);
  left: 50%;
  transform: translateX(-50%);
  background: #15171B;
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 12px;
  padding: 12px 8px 8px;
  min-width: 260px;
  z-index: 999;
  overflow: hidden;
  display: none;
}

.nav-dropdown-item {
  display: block;
  padding: 10px 16px;
  border-radius: 8px;
  font-size: 0.8rem;
  color: #A0AABA;
  transition: all 0.15s ease;
  text-decoration: none;
  line-height: 1.4;
}

.nav-dropdown-item:hover {
  background: rgba(255,255,255,0.06);
  color: #fff;
}

.nav-dropdown-item.view-all {
  color: #007AFC;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  transition: background 0.15s ease, color 0.15s ease, gap 0.2s ease;
}

.nav-dropdown-item.view-all::after {
  content: '→';
  display: inline-block;
  transition: transform 0.25s ease;
}

.nav-dropdown-item.view-all:hover { gap: 10px; }
.nav-dropdown-item.view-all:hover::after { transform: translateX(5px); }

.nav-dropdown-divider {
  height: 1px;
  background: rgba(255,255,255,0.06);
  margin: 6px 0;
}

/* ─── COMPANY DROPDOWN ─── */
.nav-company-menu {
  position: fixed;
  top: 60px;
  left: 0;
  right: 0;
  background: #15171B;
  border-bottom: 1px solid rgba(255,255,255,0.08);
  z-index: 998;
  overflow: hidden;
  display: none;
}

.company-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  padding: 20px 0 26px;
}

.company-col {
  border-right: 1px solid rgba(255,255,255,0.06);
  padding: 0 24px 0 0;
  margin-right: 24px;
}

.company-col:last-child {
  border-right: none;
  padding-right: 0;
  margin-right: 0;
}

.company-col-header {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 4px 8px 6px;
}

.company-col-hicon {
  display: flex;
  align-items: center;
}

.company-col-hicon svg {
  width: 16px; height: 16px;
  stroke: #007AFC;
  stroke-width: 2.25;
}

.company-col-label {
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #fff;
}

.company-link {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 3px;
  padding: 10px 8px;
  border-radius: 7px;
  text-decoration: none;
  transition: background 0.15s ease;
}

.company-link-name {
  font-size: 0.83rem;
  font-weight: 500;
  color: #fff;
  line-height: 1.2;
  transition: color 0.15s ease;
}

.company-link-desc {
  font-size: 0.76rem;
  font-weight: 400;
  color: #7A8899;
  line-height: 1.4;
  transition: color 0.15s ease;
}

.company-link:hover {
  background: rgba(255,255,255,0.05);
}

.company-link:hover .company-link-name {
  color: #fff;
}

.company-link:hover .company-link-desc {
  color: #A0AABA;
}

.company-social-link {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 56px;
  padding: 10px 8px;
  border-radius: 7px;
  text-decoration: none;
  font-size: 0.83rem;
  font-weight: 500;
  color: #A0AABA;
  transition: background 0.15s ease, color 0.15s ease;
}

.company-social-link:hover {
  background: rgba(255,255,255,0.05);
  color: #fff;
}

.company-social-link svg {
  width: 15px; height: 15px;
  stroke: #007AFC;
  stroke-width: 2.25;
  flex-shrink: 0;
}

/* nav-lit overrides */
.nav-main.nav-lit .nav-company-menu { background: #fff; border-bottom-color: rgba(0,0,0,0.1); box-shadow: 0 8px 24px rgba(0,0,0,0.08); }
.nav-main.nav-lit .company-col-label { color: #111; }
.nav-main.nav-lit .company-col { border-right-color: rgba(0,0,0,0.08); }
.nav-main.nav-lit .company-link-name { color: #444; }
.nav-main.nav-lit .company-link-desc { color: #9ca3af; }
.nav-main.nav-lit .company-link:hover { background: rgba(0,0,0,0.04); }
.nav-main.nav-lit .company-link:hover .company-link-name { color: #111; }
.nav-main.nav-lit .company-link:hover .company-link-desc { color: #555; }
.nav-main.nav-lit .company-social-link { color: #555; }
.nav-main.nav-lit .company-social-link:hover { background: rgba(0,0,0,0.04); color: #111; }

/* ─── MEGA MENU ─── */
.nav-megamenu-wrap {
  position: static;
  display: inline-flex;
  align-items: center;
}

.nav-megamenu {
  position: fixed;
  top: 60px;
  left: 0;
  right: 0;
  background: #15171B;
  border-bottom: 1px solid rgba(255,255,255,0.08);
  z-index: 998;
  overflow: hidden;
  display: none;
}

.megamenu-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 6px;
  padding: 24px 0 28px;
}

.megamenu-solution {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 18px 20px;
  border-radius: 10px;
  text-decoration: none;
  transition: background 0.15s ease;
}

.megamenu-solution:hover {
  background: rgba(255,255,255,0.05);
}

.megamenu-solution-icon {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  margin-top: 2px;
}
.megamenu-solution-icon svg {
  width: 22px; height: 22px;
  stroke: #007AFC;
  stroke-width: 2.25;
}

.blog-card-icon {
  display: block;
}
.blog-card-icon svg,
i.blog-card-icon svg {
  width: 40px; height: 40px;
  stroke: #007AFC;
  stroke-width: 2;
  opacity: 0.35;
}

.megamenu-solution-text {
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.megamenu-solution-name {
  font-size: 0.92rem;
  font-weight: 600;
  color: #fff;
  line-height: 1.2;
}

.megamenu-solution-desc {
  font-size: 0.8rem;
  font-weight: 400;
  color: #7A8899;
  line-height: 1.4;
}

/* ─── INNER PAGE HERO ─── */
.page-hero {
  padding-top: 100px;
  padding-bottom: 56px;
}

.page-hero h1 {
  font-size: clamp(1.8rem, 4vw, 3rem);
  margin-bottom: 20px;
}

.page-hero-meta {
  display: flex;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
  margin-top: 32px;
}

.page-hero-meta span {
  font-size: 0.8rem;
  color: #7A8899;
}

.page-hero-meta strong {
  color: #A0AABA;
}

/* ─── ARTICLE BODY ─── */
.article-body {
  max-width: 720px;
  margin: 0 auto;
  padding-top: 60px;
  padding-bottom: 90px;
}

.article-body h2 {
  font-size: clamp(1.4rem, 3vw, 2rem);
  margin-top: 56px;
  margin-bottom: 20px;
}

.article-body h3 {
  font-size: 1.2rem;
  margin-top: 40px;
  margin-bottom: 14px;
  color: #fff;
}

.article-body p {
  font-size: 1rem;
  line-height: 1.85;
  color: #A0AABA;
  margin-bottom: 24px;
}

.article-body ul,
.article-body ol {
  padding-left: 24px;
  margin-bottom: 24px;
}

.article-body li {
  font-size: 1rem;
  line-height: 1.85;
  color: #A0AABA;
  margin-bottom: 8px;
}

.article-body ul li { list-style: disc; }
.article-body ol li { list-style: decimal; }

.article-body strong {
  color: #fff;
  font-weight: 600;
}

.article-body a {
  color: #007AFC;
  text-decoration: underline;
  text-underline-offset: 3px;
}

/* ─── PULL QUOTE ─── */
.pull-quote {
  border-left: 3px solid #007AFC;
  padding: 20px 28px;
  margin: 40px 0;
  background: #131619;
  border-radius: 0 8px 8px 0;
}

.pull-quote p {
  font-size: 1.1rem;
  color: #fff;
  line-height: 1.6;
  margin: 0;
  font-style: italic;
}

/* ─── STAT HIGHLIGHT ─── */
.stat-highlight {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.06);
  border-radius: 8px;
  overflow: hidden;
  margin: 48px 0;
}

.stat-highlight-cell {
  background: #131619;
  padding: 32px 28px;
}

.stat-highlight-cell .stat-number {
  font-size: clamp(1.8rem, 3vw, 2.4rem);
  font-weight: 700;
  color: #fff;
  letter-spacing: -0.03em;
  line-height: 1;
  margin-bottom: 6px;
}

.stat-highlight-cell .stat-label {
  font-size: 0.72rem;
  color: #7A8899;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

/* ─── BLOG CARD ─── */
.blog-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.blog-card {
  background: #131619;
  border: 1px solid rgba(255,255,255,0.06);
  border-radius: 12px;
  overflow: hidden;
  transition: border-color 0.2s ease, transform 0.2s ease;
  display: flex;
  flex-direction: column;
  text-decoration: none;
}

.blog-card:hover {
  border-color: rgba(255,255,255,0.14);
  transform: translateY(-3px);
}

.blog-card-img {
  aspect-ratio: 16/9;
  background: #0e1012;
  overflow: hidden;
}

.blog-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.blog-card-body {
  padding: 24px;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.blog-card-tag {
  font-size: 0.68rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #007AFC;
  margin-bottom: 10px;
}

.blog-card-body h3 {
  font-size: 1rem;
  font-weight: 700;
  color: #fff;
  line-height: 1.35;
  margin-bottom: 10px;
}

.blog-card-body p {
  font-size: 0.82rem;
  color: #7A8899;
  line-height: 1.65;
  flex: 1;
  margin-bottom: 20px;
}

.blog-card-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 16px;
  border-top: 1px solid rgba(255,255,255,0.06);
}

.blog-card-date {
  font-size: 0.72rem;
  color: #7A8899;
}

.blog-card-link {
  font-size: 0.75rem;
  font-weight: 600;
  color: #007AFC;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  transition: gap 0.2s ease;
  text-decoration: none;
}

.blog-card-link:hover { gap: 8px; }
.blog-card-link::after { content: '→'; }

/* ─── CASE STUDY HERO IMAGE ─── */
.case-hero-media {
  width: 100%;
  aspect-ratio: 16/7;
  overflow: hidden;
  border-radius: 16px;
  background: #131619;
  margin-top: 48px;
  margin-bottom: 80px;
}

.case-hero-media img,
.case-hero-media video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* ─── RELATED POSTS ─── */
  .related-section {
  border-top: 1px solid rgba(255,255,255,0.06);
  padding-top: 56px;
}

.related-section h2 { margin-bottom: 40px; }

@media (max-width: 900px) {
  .blog-grid { grid-template-columns: 1fr 1fr; }
  .stat-highlight { grid-template-columns: 1fr; }
}

@media (max-width: 600px) {
  .blog-grid { grid-template-columns: 1fr; }
  .page-hero { padding-top: 80px; padding-bottom: 36px; }
}

/* ─── APPLICATION FORM ─── */
.form-group {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.form-label {
  font-size: 0.82rem;
  font-weight: 600;
  color: #A0AABA;
  letter-spacing: 0.01em;
}

.form-input {
  width: 100%;
  background: #131619;
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 8px;
  padding: 12px 16px;
  font-size: 0.9rem;
  color: #fff;
  font-family: inherit;
  outline: none;
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
  -webkit-appearance: none;
  appearance: none;
}

.form-input::placeholder { color: #566171; }

.form-input:focus {
  border-color: rgba(0,122,252,0.6);
  box-shadow: 0 0 0 3px rgba(0,122,252,0.1);
}

/* Materialize hides native selects — force them back */
select.form-select,
select.form-input,
select.browser-default.form-input {
  display: block !important;
}

.form-select {
  cursor: pointer;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%237A8899' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 14px center;
  padding-right: 40px;
}

.form-select option { background: #131619; color: #fff; }

.form-textarea { resize: vertical; min-height: 120px; line-height: 1.6; }

.form-file-label {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 16px;
  background: #131619;
  border: 1px dashed rgba(255,255,255,0.15);
  border-radius: 8px;
  color: #7A8899;
  font-size: 0.88rem;
  cursor: pointer;
  transition: border-color 0.15s ease, color 0.15s ease;
}

.form-file-label:hover {
  border-color: rgba(0,122,252,0.5);
  color: #A0AABA;
}

.form-file-label svg { flex-shrink: 0; stroke: #007AFC; }

.form-file-label.has-file {
  border-color: rgba(0,122,252,0.4);
  color: #fff;
}

@media (max-width: 600px) {
  #careers-form > div:first-child { grid-template-columns: 1fr; }
}

/* ═══════════════════════════════════════════
   MOBILE NAV
═══════════════════════════════════════════ */

/* Hamburger button — hidden on desktop */
.nav-hamburger {
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
  width: 36px;
  height: 36px;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 4px;
  border-radius: 8px;
  flex-shrink: 0;
  transition: background 0.2s ease;
}
.nav-hamburger:hover { background: rgba(255,255,255,0.08); }
.nav-hamburger span {
  display: block;
  width: 20px;
  height: 1.5px;
  background: #fff;
  border-radius: 2px;
  transform-origin: center;
  transition: transform 0.25s ease, opacity 0.25s ease;
}
.nav-hamburger.open span:nth-child(1) { transform: translateY(6.5px) rotate(45deg); }
.nav-hamburger.open span:nth-child(2) { opacity: 0; transform: scaleX(0); }
.nav-hamburger.open span:nth-child(3) { transform: translateY(-6.5px) rotate(-45deg); }
.nav-lit .nav-hamburger span { background: #111; }

/* Logo suffix — " Group" hidden on mobile */
.logo-suffix { transition: none; }

/* Overlay backdrop */
.mobile-nav-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.55);
  z-index: 1100;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}
.mobile-nav-overlay.open {
  opacity: 1;
  pointer-events: auto;
}

/* Drawer panel */
.mobile-nav-drawer {
  position: absolute;
  top: 0; right: 0;
  width: 300px;
  max-width: 88vw;
  height: 100%;
  background: #0B0E12 !important;
  border-left: 1px solid rgba(255,255,255,0.07) !important;
  transform: translateX(100%);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  display: flex;
  flex-direction: column;
  overflow-y: auto;
}
.mobile-nav-overlay.open .mobile-nav-drawer {
  transform: translateX(0);
}

/* Drawer header */
.mobile-nav-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px;
  height: 60px;
  border-bottom: 1px solid rgba(255,255,255,0.07);
  flex-shrink: 0;
}
.mobile-nav-header-logo {
  font-size: 0.9rem;
  font-weight: 700;
  color: #fff;
  letter-spacing: -0.01em;
}
.mobile-nav-close {
  width: 32px;
  height: 32px;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.09);
  border-radius: 8px;
  color: #A0AABA;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s;
  flex-shrink: 0;
}
.mobile-nav-close:hover { background: rgba(255,255,255,0.12); }

/* Nav link list */
.mobile-nav-links {
  flex: 1;
  padding: 8px 0;
  display: flex;
  flex-direction: column;
}
.mobile-nav-links > a {
  font-size: 0.92rem;
  font-weight: 500;
  color: #CBD2DC;
  padding: 12px 20px;
  display: block;
  text-decoration: none;
  transition: color 0.15s, background 0.15s;
  border-radius: 0;
}
.mobile-nav-links > a:hover { color: #fff; background: rgba(255,255,255,0.04); }

/* Accordion trigger */
.mobile-nav-accordion {
  font-size: 0.92rem;
  font-weight: 500;
  color: #CBD2DC;
  padding: 12px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  background: transparent;
  border: none;
  cursor: pointer;
  text-align: left;
  transition: color 0.15s, background 0.15s;
  font-family: inherit;
}
.mobile-nav-accordion:hover { color: #fff; background: rgba(255,255,255,0.04); }
.mobile-nav-accordion.open { color: #fff; }
.mobile-nav-accordion .mob-chevron {
  width: 0; height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 5px solid currentColor;
  opacity: 0.5;
  transition: transform 0.25s ease;
  flex-shrink: 0;
}
.mobile-nav-accordion.open .mob-chevron { transform: rotate(180deg); opacity: 1; }

/* Accordion content */
.mobile-nav-acc-content {
  display: none;
  background: rgba(255,255,255,0.02);
  border-top: 1px solid rgba(255,255,255,0.05);
  border-bottom: 1px solid rgba(255,255,255,0.05);
}
.mobile-nav-acc-content.open { display: block; }
.mobile-nav-acc-content a {
  font-size: 0.87rem;
  color: #8A97A8;
  padding: 10px 20px 10px 34px;
  display: block;
  text-decoration: none;
  transition: color 0.15s, background 0.15s;
}
.mobile-nav-acc-content a:hover { color: #fff; background: rgba(255,255,255,0.04); }

/* CTA section at bottom */
.mobile-nav-cta {
  padding: 16px 20px 28px;
  border-top: 1px solid rgba(255,255,255,0.07);
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex-shrink: 0;
}
.mob-btn-primary {
  background: #007AFC;
  color: #fff !important;
  border-radius: 100px;
  padding: 13px 20px;
  font-size: 0.9rem;
  font-weight: 500;
  text-align: center;
  text-decoration: none !important;
  display: block;
  transition: background 0.2s;
}
.mob-btn-primary:hover { background: #1a8afc; }
.mob-btn-secondary {
  background: transparent;
  color: #A0AABA !important;
  border: 1px solid rgba(255,255,255,0.15);
  border-radius: 100px;
  padding: 13px 20px;
  font-size: 0.9rem;
  font-weight: 500;
  text-align: center;
  text-decoration: none !important;
  display: block;
  transition: border-color 0.2s, color 0.2s;
}
.mob-btn-secondary:hover { border-color: rgba(255,255,255,0.3); color: #fff !important; }

/* Mobile breakpoint overrides */
@media (max-width: 900px) {
  .nav-hamburger { display: flex !important; }
  .nav-cta { display: none !important; }
  .logo-suffix { display: none !important; }
  .nav-links { display: none !important; }
  .nav-inner { padding: 0 20px; }

  /* ── Keep nav dark on mobile regardless of scroll position ── */
  .nav-main.nav-lit {
    background: rgba(11,14,18,0.92) !important;
    border-bottom-color: rgba(255,255,255,0.07) !important;
  }
  .nav-main.nav-lit .nav-logo { color: #fff !important; }
  .nav-main.nav-lit .nav-logo img { filter: none !important; }
  .nav-lit .nav-hamburger span { background: #fff !important; }

  /* ── Section & component spacing on mobile ── */
  section { padding-top: 80px; padding-bottom: 80px; }
  .section-marquee { padding-top: 48px; padding-bottom: 48px; }
  .page-hero { padding-top: 96px; padding-bottom: 48px; }

  /* More breathing room inside sections */
  .features-header { margin-bottom: 36px; }
  .features-grid { gap: 16px; }
  .stories-header { margin-bottom: 28px; }
  .stories-tabs { margin-bottom: 28px; }
  .cta-inner { padding: 48px 28px; }
  .container-full { padding: 0 20px; }

  /* ── Service colout sections: tighter on mobile ── */
  .colout-section { padding-top: 28px; padding-bottom: 28px; }
  .colout-grid, .colout-grid.reverse { gap: 20px; }

  /* ── E-com graphic: don't clip on mobile ── */
  .colout-media-inner { aspect-ratio: unset; height: auto; padding-bottom: 16px; }

  /* ── Industry logos: add horizontal breathing room ── */
  .logo-proof_component { padding: 0 24px; }
  .logo-proof_row { gap: 28px; }
  .logo-proof_heading { margin-bottom: 28px; }
  .logo-proof_rows { gap: 24px; margin-bottom: 28px; }
  .logo-img { max-width: 120px; }
  .logo-img.logo-img-lg { height: 44px; }

  /* ── Mobile carousel — horizontal scroll track ── */
  .hero-carousel-section {
    margin-top: 16px;
    padding-bottom: 24px;
    overflow: hidden;
  }
  .carousel.home-carousel {
    height: auto !important;
    overflow-x: auto !important;
    overflow-y: visible !important;
    display: flex !important;
    flex-direction: row !important;
    gap: 12px !important;
    padding: 0 20px 12px !important;
    scroll-snap-type: x mandatory !important;
    -webkit-overflow-scrolling: touch !important;
    transform: none !important;
    /* Hide scrollbar */
    scrollbar-width: none;
  }
  .carousel.home-carousel::-webkit-scrollbar { display: none; }
  .carousel.home-carousel .carousel-item {
    position: static !important;
    left: auto !important;
    transform: none !important;
    opacity: 1 !important;
    visibility: visible !important;
    display: block !important;
    width: 280px !important;
    min-width: 280px !important;
    height: 220px !important;
    scroll-snap-align: start !important;
    flex-shrink: 0 !important;
  }
  .home-carousel-slide {
    width: 100% !important;
    height: 220px !important;
    box-shadow: none !important;
  }
  .slide-label h3 {
    font-size: 0.95rem !important;
    margin-bottom: 10px !important;
  }
  .slide-inner {
    padding: 18px 18px 16px !important;
  }
  .carousel-nav {
    margin-top: 4px;
  }
  .carousel-nav button {
    color: rgba(255,255,255,0.55) !important;
  }
  .carousel-nav button:hover,
  .carousel-nav button:active {
    color: #fff !important;
  }

  /* ── Tap target minimum (Google: 48px) ── */
  .footer-col ul li a {
    display: inline-block;
    padding-top: 10px;
    padding-bottom: 10px;
    min-height: 44px;
    line-height: 1.4;
  }
  .footer-bottom-links a {
    display: inline-block;
    padding: 10px 6px;
    min-height: 44px;
    line-height: 1.4;
  }
  .slide-tag,
  .slide-learn {
    min-height: 44px;
    display: inline-flex;
    align-items: center;
  }
  .nav-logo {
    min-height: 48px;
    display: flex;
    align-items: center;
  }
}
