/* Aivonic kit tokens — Elementor globals from reference (post-6 / post-92) */
.aiv-page {
  --aiv-kit-navy: #001726;
  --aiv-kit-primary: #0099ff;
  --aiv-kit-accent: #00ff99;
  --aiv-kit-cyan: #00ccff;
  --aiv-kit-text: #727272;
  --aiv-kit-link: #9900ff;
  --aiv-kit-white: #ffffff;
  --aiv-hero-overlay: linear-gradient(180deg, #001726 0%, rgba(0, 23, 38, 0.55) 60%);
  /* Elementor kit-6 primary button: transparent bg + image; secondary #001726; 165deg accent→cyan */
  --e-kit-btn-grad: linear-gradient(165deg, var(--aiv-kit-accent) 40%, var(--aiv-kit-cyan) 100%);
  --e-kit-btn-grad-hover: linear-gradient(165deg, var(--aiv-kit-link) 40%, var(--aiv-kit-cyan) 100%);
  --aiv-grad-cta: var(--e-kit-btn-grad);
  --aiv-grad-service-featured: linear-gradient(165deg, var(--aiv-kit-accent) 40%, var(--aiv-kit-cyan) 100%);
  --aiv-radius-card: 12px;
  --aiv-radius-pill: 9999px;
  --aiv-font-display: "Rajdhani", system-ui, sans-serif;
}

/* Light header — glass / transparent bar, larger type, gradient wordmark */
body.theme-robotics.aiv-page {
  font-family: "Roboto", system-ui, sans-serif;
}
body.theme-robotics.aiv-page h1,
body.theme-robotics.aiv-page h2,
body.theme-robotics.aiv-page h3,
body.theme-robotics.aiv-page h4,
body.theme-robotics.aiv-page h5,
body.theme-robotics.aiv-page h6 {
  font-family: "Rajdhani", system-ui, sans-serif;
  font-weight: 700;
}
/* body… selector wins over inline theme .ft-navbar (loaded before this file) */
body.theme-robotics.aiv-page .aiv-navbar,
.aiv-page .aiv-navbar {
  --aiv-nav-h: 92px;
  position: sticky;
  top: 0;
  z-index: 1000;
  min-height: var(--aiv-nav-h);
  height: auto;
  background: rgba(255, 255, 255, 0.04) !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12) !important;
  backdrop-filter: blur(22px) saturate(1.25);
  -webkit-backdrop-filter: blur(22px) saturate(1.25);
  box-shadow: none;
  transition: background 0.35s ease, border-color 0.35s ease, box-shadow 0.35s ease;
}
body.theme-robotics.aiv-page .aiv-navbar.scrolled,
.aiv-page .aiv-navbar.scrolled {
  background: rgba(255, 255, 255, 0.88) !important;
  border-bottom: 1px solid rgba(15, 23, 42, 0.08) !important;
  box-shadow: 0 8px 32px -12px rgba(15, 23, 42, 0.12);
}
.aiv-page .aiv-navbar .ft-navbar-inner {
  min-height: var(--aiv-nav-h);
  padding-top: 0.35rem;
  padding-bottom: 0.35rem;
}
.aiv-page .aiv-navbar .ft-brand {
  color: transparent !important;
  font-family: "Rajdhani", system-ui, sans-serif;
  font-weight: 800;
  font-size: 1.15rem;
  line-height: 1.15;
  gap: 0.2rem;
  max-width: min(560px, 52vw);
  white-space: normal;
}
/* Large gradient logo / wordmark (title + optional second line) */
.aiv-page .aiv-navbar .ft-brand-title,
.aiv-page .aiv-navbar .ft-brand-title span {
  font-size: clamp(1.2rem, 2.1vw, 1.65rem);
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.12;
  background-image: linear-gradient(125deg, #00ff99 0%, #00ccff 45%, #0099ff 85%, #7c3aed 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent !important;
}
.aiv-page .aiv-navbar .ft-brand-subtitle {
  color: rgba(15, 23, 42, 0.72) !important;
  font-family: "Roboto", system-ui, sans-serif;
  font-weight: 600;
  font-size: 0.82rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  max-width: min(480px, 44vw);
}
.aiv-page .aiv-navbar.scrolled .ft-brand-subtitle {
  color: #64748b !important;
}
.aiv-page .aiv-navbar .ft-nav-links > li > a,
.aiv-page .aiv-navbar .ft-nav-links > li > button {
  color: #0f172a !important;
  font-weight: 600;
  font-family: "Roboto", system-ui, sans-serif;
  font-size: 1.05rem !important;
  height: var(--aiv-nav-h);
  padding: 0 0.85rem;
}
.aiv-page .aiv-navbar .ft-nav-links .ft-caret {
  font-size: 0.72rem !important;
}
.aiv-page .aiv-navbar .ft-nav-links > li > a:hover,
.aiv-page .aiv-navbar .ft-nav-links > li > button:hover,
.aiv-page .aiv-navbar .ft-nav-links > li.active > a {
  color: #0099ff !important;
}
.aiv-page .aiv-navbar .ft-dropdown {
  background: rgba(255, 255, 255, 0.96) !important;
  border: 1px solid rgba(226, 232, 240, 0.95) !important;
  border-top: 3px solid #0099ff !important;
  box-shadow: 0 20px 48px rgba(15, 23, 42, 0.14) !important;
  backdrop-filter: blur(12px);
}
.aiv-page .aiv-navbar .ft-dropdown a {
  color: #0f172a !important;
  background: transparent !important;
  font-family: "Roboto", system-ui, sans-serif;
  font-size: 1rem !important;
  padding: 0.65rem 1.25rem !important;
}
.aiv-page .aiv-navbar .ft-dropdown a:hover {
  color: #0099ff !important;
  background: #f1f5f9 !important;
  border-left-color: #0099ff !important;
}
.aiv-page .aiv-navbar .ft-btn-primary {
  background-color: transparent !important;
  background-image: var(--e-kit-btn-grad) !important;
  color: var(--aiv-kit-navy) !important;
  font-family: "Roboto", system-ui, sans-serif !important;
  font-size: 1.05rem !important;
  font-weight: 600 !important;
  line-height: 1.45 !important;
  text-transform: none !important;
  border: none !important;
  border-radius: 5px !important;
  padding: 0.62rem 1.5rem !important;
  letter-spacing: normal;
  box-shadow: 0 4px 18px rgba(0, 255, 153, 0.22);
  transition: color 0.2s ease, background-image 0.2s ease, box-shadow 0.2s ease;
}
.aiv-page .aiv-navbar .ft-btn-primary:hover,
.aiv-page .aiv-navbar .ft-btn-primary:focus {
  background-color: transparent !important;
  background-image: var(--e-kit-btn-grad-hover) !important;
  color: var(--aiv-kit-white) !important;
  box-shadow: 0 6px 22px rgba(153, 0, 255, 0.25);
}
.aiv-page .aiv-navbar .ft-btn-outline {
  border: 1px solid rgba(15, 23, 42, 0.18) !important;
  color: #0f172a !important;
  background: rgba(255, 255, 255, 0.45) !important;
  border-radius: 8px !important;
  padding: 0.55rem 1.2rem !important;
  font-size: 1rem !important;
  font-weight: 700 !important;
  font-family: "Roboto", system-ui, sans-serif;
}
.aiv-page .aiv-navbar .ft-btn-outline:hover {
  border-color: #0099ff !important;
  color: #0f172a !important;
  background: rgba(255, 255, 255, 0.75) !important;
}
.aiv-page .aiv-navbar.scrolled .ft-btn-outline {
  background: #ffffff !important;
}
.aiv-page .aiv-navbar .ft-hamburger span {
  background: #0f172a !important;
}
.aiv-page .ft-assoc-bar {
  background: #f1f5f9 !important;
  color: #475569 !important;
  border-bottom: 1px solid #e2e8f0;
  font-family: "Roboto", system-ui, sans-serif;
}
.aiv-page .ft-assoc-bar a {
  color: #0f172a !important;
  font-weight: 600;
}
.aiv-page .ft-mobile-nav {
  background: #ffffff;
  border-left: 1px solid #e2e8f0;
  box-shadow: -8px 0 32px rgba(0, 0, 0, 0.08);
}
.aiv-page .ft-mobile-nav .ft-mobile-close {
  color: #0f172a;
  font-size: 1.25rem;
}
.aiv-page .ft-mobile-nav ul li a,
.aiv-page .ft-mobile-nav button {
  color: #0f172a !important;
  font-family: "Roboto", system-ui, sans-serif;
  font-size: 1.05rem !important;
}
body.theme-robotics.aiv-page .aiv-navbar .ft-hamburger span {
  background: #0f172a !important;
}

/* -----------------------------------------------------------------
   Home: navbar must sit ON TOP of the hero. Otherwise “transparent”
   only reveals the page body (light grey), not the dark hero.
   (Specificity ≥ body.theme-robotics.aiv-page .aiv-navbar)
   ----------------------------------------------------------------- */
body.theme-robotics.aiv-page.aiv-body-home .aiv-navbar {
  position: absolute !important;
  left: 0;
  right: 0;
  width: 100%;
  top: 0;
  background: none !important;
  background-color: transparent !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2) !important;
  box-shadow: none !important;
}
body.theme-robotics.aiv-page.aiv-body-home.aiv-has-assoc .aiv-navbar {
  top: var(--ft-assoc-h, 40px);
}
/* Light nav chrome on dark hero (until user scrolls) */
body.theme-robotics.aiv-page.aiv-body-home .aiv-navbar:not(.scrolled) .ft-nav-links > li > a,
body.theme-robotics.aiv-page.aiv-body-home .aiv-navbar:not(.scrolled) .ft-nav-links > li > button {
  color: #ffffff !important;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.5);
}
body.theme-robotics.aiv-page.aiv-body-home .aiv-navbar:not(.scrolled) .ft-nav-links > li > a:hover,
body.theme-robotics.aiv-page.aiv-body-home .aiv-navbar:not(.scrolled) .ft-nav-links > li > button:hover,
body.theme-robotics.aiv-page.aiv-body-home .aiv-navbar:not(.scrolled) .ft-nav-links > li.active > a {
  color: #7dd3fc !important;
}
body.theme-robotics.aiv-page.aiv-body-home .aiv-navbar:not(.scrolled) .ft-nav-links .ft-caret {
  color: rgba(255, 255, 255, 0.85) !important;
}
body.theme-robotics.aiv-page.aiv-body-home .aiv-navbar:not(.scrolled) .ft-brand-subtitle {
  color: rgba(255, 255, 255, 0.88) !important;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.45);
}
body.theme-robotics.aiv-page.aiv-body-home .aiv-navbar:not(.scrolled) .ft-hamburger span {
  background: #ffffff !important;
}
body.theme-robotics.aiv-page.aiv-body-home .aiv-navbar:not(.scrolled) .ft-btn-outline {
  border: 1px solid rgba(255, 255, 255, 0.5) !important;
  color: #ffffff !important;
  background: rgba(0, 0, 0, 0.22) !important;
}
body.theme-robotics.aiv-page.aiv-body-home .aiv-navbar:not(.scrolled) .ft-btn-outline:hover {
  background: rgba(255, 255, 255, 0.12) !important;
  border-color: #ffffff !important;
  color: #ffffff !important;
}
/* After scroll: solid light bar (readable on any content) */
body.theme-robotics.aiv-page.aiv-body-home .aiv-navbar.scrolled {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  width: 100% !important;
  background: rgba(255, 255, 255, 0.95) !important;
  background-color: rgba(255, 255, 255, 0.95) !important;
  backdrop-filter: blur(16px) saturate(1.2) !important;
  -webkit-backdrop-filter: blur(16px) saturate(1.2) !important;
  border-bottom: 1px solid rgba(15, 23, 42, 0.08) !important;
  box-shadow: 0 8px 32px -12px rgba(15, 23, 42, 0.12) !important;
}
body.theme-robotics.aiv-page.aiv-body-home .aiv-navbar.scrolled .ft-nav-links > li > a,
body.theme-robotics.aiv-page.aiv-body-home .aiv-navbar.scrolled .ft-nav-links > li > button {
  color: #0f172a !important;
  text-shadow: none !important;
}
body.theme-robotics.aiv-page.aiv-body-home .aiv-navbar.scrolled .ft-nav-links > li > a:hover,
body.theme-robotics.aiv-page.aiv-body-home .aiv-navbar.scrolled .ft-nav-links > li > button:hover,
body.theme-robotics.aiv-page.aiv-body-home .aiv-navbar.scrolled .ft-nav-links > li.active > a {
  color: #0099ff !important;
}
body.theme-robotics.aiv-page.aiv-body-home .aiv-navbar.scrolled .ft-brand-subtitle {
  color: #64748b !important;
  text-shadow: none !important;
}
body.theme-robotics.aiv-page.aiv-body-home .aiv-navbar.scrolled .ft-hamburger span {
  background: #0f172a !important;
}
body.theme-robotics.aiv-page.aiv-body-home .aiv-navbar.scrolled .ft-btn-outline {
  background: #ffffff !important;
  color: #0f172a !important;
  border: 1px solid #cbd5e1 !important;
}

/* ——— Hero ——— */
.aiv-hero {
  position: relative;
  min-height: 88vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  margin-top: 0;
}
.aiv-hero__media {
  position: absolute;
  inset: 0;
  z-index: 0;
  background: var(--aiv-kit-navy);
}
.aiv-hero__slides,
.aiv-hero__slide {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
}
.aiv-hero__slide {
  opacity: 0;
  transform: scale(1.06);
  transition: opacity 1.2s ease, transform 7s ease-out;
}
.aiv-hero__slide.is-active {
  opacity: 1;
  transform: scale(1);
}
.aiv-hero__video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.aiv-hero__overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: var(--aiv-hero-overlay);
  pointer-events: none;
}
.aiv-hero__inner {
  position: relative;
  z-index: 2;
  max-width: 920px;
  margin: 0 auto;
  padding: 4rem 1.5rem 6rem;
  text-align: center;
}
.aiv-hero h1 {
  font-family: var(--aiv-font-display);
  font-size: clamp(2rem, 4.2vw, 3.4rem);
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -0.02em;
  color: #fff !important;
  text-transform: capitalize;
  text-shadow: 0 2px 40px rgba(0, 0, 0, 0.45);
  margin-bottom: 1rem;
}
.aiv-hero p.aiv-hero__lead {
  color: rgba(255, 255, 255, 0.88);
  font-size: 1.05rem;
  max-width: 640px;
  margin: 0 auto 1.75rem;
  line-height: 1.65;
}
.aiv-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  text-decoration: none;
  border: 0;
  cursor: pointer;
  transition: color 0.2s ease, background-image 0.2s ease, box-shadow 0.2s ease, filter 0.2s, transform 0.2s;
}
.aiv-btn--grad {
  /* elementor-kit-6 button */
  background-color: transparent;
  background-image: var(--e-kit-btn-grad);
  color: var(--aiv-kit-navy);
  font-family: "Roboto", system-ui, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-transform: none;
  border-radius: 5px;
  border-style: none;
  padding: 0.85rem 2rem;
  box-shadow: 0 8px 28px rgba(0, 255, 136, 0.28);
}
.aiv-btn--grad:hover,
.aiv-btn--grad:focus {
  background-color: transparent;
  color: var(--aiv-kit-white);
  background-image: var(--e-kit-btn-grad-hover);
  box-shadow: 0 10px 32px rgba(153, 0, 255, 0.28);
}
.aiv-btn--grad i {
  font-size: 1rem;
}
.aiv-btn--ghost {
  background: rgba(0, 0, 0, 0.2);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.45);
  padding: 0.75rem 1.5rem;
  margin-left: 0.5rem;
  font-size: 0.85rem;
  font-weight: 700;
}
.aiv-btn--ghost:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.12);
}

/* Overlap band under hero — single shell, 3 columns (gradient | highlight | links) */
.aiv-float-wrap {
  position: relative;
  z-index: 5;
  max-width: 1200px;
  margin: -3.5rem auto 0;
  padding: 0 1.25rem 3rem;
}
@media (max-width: 991px) {
  .aiv-float-wrap {
    margin-top: -2rem;
  }
}

.aiv-hero-below {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: stretch;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 24px 56px -18px rgba(0, 23, 38, 0.45), 0 12px 28px -12px rgba(0, 0, 0, 0.25);
  background: #fff;
  text-align: center;
}
@media (max-width: 991px) {
  .aiv-hero-below {
    grid-template-columns: 1fr;
    border-radius: 14px;
  }
}

.aiv-hero-below__col {
  padding: 2.4rem 1.5rem 2.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  min-height: 240px;
}
.aiv-hero-below__col--gradient {
  background: linear-gradient(
    145deg,
    #00ff99 0%,
    #00e8c2 28%,
    #00ccff 72%,
    #0099ff 100%
  );
  color: #0b1220;
  justify-content: flex-start;
}
.aiv-hero-below__col--light {
  background: #fff;
  color: #0b1220;
  text-decoration: none;
  transition: background 0.2s ease;
  border-left: 1px solid #e5e7eb;
}
.aiv-hero-below__col--links {
  text-align: center;
}
.aiv-hero-below__col--links .aiv-hero-below__title,
.aiv-hero-below__col--links .aiv-hero-below__text--compact {
  width: 100%;
}
@media (max-width: 991px) {
  .aiv-hero-below__col--gradient,
  .aiv-hero-below__col--light:not(.aiv-hero-below__col--links) {
    border-bottom: 1px solid rgba(226, 232, 240, 0.95);
  }
  .aiv-hero-below__col--links {
    border-left: none;
  }
}
.aiv-hero-below__col--light:hover {
  background: #f8fafc;
}
.aiv-hero-below__col--light:focus-visible {
  outline: 2px solid var(--aiv-kit-primary);
  outline-offset: -2px;
}

.aiv-hero-below__ic {
  width: 52px;
  height: 52px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.45rem;
  margin-bottom: 0.1rem;
  flex-shrink: 0;
}
.aiv-hero-below__ic--on-gradient {
  background: #fff;
  color: #0099ff;
  box-shadow: 0 4px 16px rgba(0, 23, 38, 0.14);
}
.aiv-hero-below__ic--on-gradient i {
  font-size: 1.32rem;
  line-height: 1;
  opacity: 0.95;
}
/* Light tile + dark chip icon (reference: soft green square, green CPU line-art) */
.aiv-hero-below__ic--soft {
  background: #cffafe;
  color: #0d9488;
  box-shadow: 0 2px 10px rgba(13, 148, 136, 0.12);
  border: 1px solid rgba(20, 184, 166, 0.2);
}
.aiv-hero-below__ic--soft i {
  font-size: 1.28rem;
}

/* Wide gradient pill with chain / link (card 3 header) */
.aiv-hero-below__pill {
  width: 100%;
  max-width: 52px;
  height: 48px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.35rem;
  background: linear-gradient(90deg, #00ff99 0%, #00d9a8 40%, #00b4d8 100%);
  box-shadow: 0 4px 18px rgba(0, 255, 153, 0.25);
  color: #fff;
  font-size: 1.35rem;
  flex-shrink: 0;
}
.aiv-hero-below__pill i {
  filter: drop-shadow(0 1px 1px rgba(0, 23, 38, 0.15));
}

.aiv-hero-below__title {
  font-family: var(--aiv-font-display);
  font-size: 1.12rem;
  font-weight: 700;
  margin: 0;
  line-height: 1.25;
  color: inherit;
}
.aiv-hero-below__date {
  font-family: var(--aiv-font-display);
  font-size: 1.05rem;
  font-weight: 700;
  margin: 0.15rem 0 0;
  color: inherit;
}
.aiv-hero-below__venue {
  font-size: 0.88rem;
  line-height: 1.45;
  margin: 0;
  color: rgba(11, 18, 32, 0.88);
  max-width: 22rem;
}
.aiv-hero-below__venue-sub {
  font-weight: 600;
  color: rgba(11, 18, 32, 0.75);
}
.aiv-hero-below__inline-link {
  margin-top: auto;
  padding-top: 0.65rem;
  font-size: 0.82rem;
  font-weight: 700;
  color: #001726;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
}
.aiv-hero-below__inline-link:hover {
  color: #003a52;
  text-decoration: underline;
}

.aiv-hero-below__text {
  font-size: 0.88rem;
  line-height: 1.55;
  margin: 0;
  color: #64748b;
  max-width: 22rem;
}
.aiv-hero-below__text--compact {
  margin-bottom: 0.25rem;
}
.aiv-hero-below__cta-hint {
  margin-top: auto;
  padding-top: 0.5rem;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--aiv-kit-primary);
  display: inline-flex;
  align-items: center;
  gap: 0.2rem;
}
.aiv-hero-below__col--light:hover .aiv-hero-below__cta-hint {
  color: #0066aa;
}

.aiv-hero-below__single-link {
  margin-top: auto;
  padding-top: 0.75rem;
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--aiv-kit-primary);
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.25rem;
  border-top: 1px solid #e8ecf1;
  width: 100%;
  max-width: 17rem;
  padding-bottom: 0.15rem;
  transition: color 0.15s ease;
}
.aiv-hero-below__single-link:hover {
  color: #0066aa;
  text-decoration: underline;
}
.aiv-ticker {
  background: linear-gradient(90deg, #001726 0%, #003a52 100%);
  color: rgba(255, 255, 255, 0.9);
  padding: 0.6rem 0;
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  border-top: 1px solid rgba(0, 204, 255, 0.2);
  border-bottom: 1px solid rgba(0, 204, 255, 0.2);
  overflow: hidden;
}
.aiv-ticker__track {
  display: flex;
  white-space: nowrap;
  animation: aiv-ticker 40s linear infinite;
}
.aiv-ticker__track span {
  padding: 0 2rem;
}
@keyframes aiv-ticker {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

/* Sections */
.aiv-section {
  padding: 4.5rem 0;
  position: relative;
}
.aiv-section--light {
  background: #f7f8fa;
}
/* People behind the experience — light hex / network texture */
.aiv-section--team {
  background-color: #fff;
  background-image: var(--aiv-team-section-bg, none);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
/* Start-ups intro (robotics) — same texture as home team strip */
.theme-robotics .ft-startup-intro-section.aiv-startup-intro--team-bg {
  position: relative;
  overflow: hidden;
  background-color: #fff !important;
  background-image: var(--aiv-team-section-bg, none) !important;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}
/* Start-ups bottom CTA — airml b03-bg2a */
.theme-robotics .ft-startup-cta-section.aiv-startup-cta--b03-bg {
  position: relative;
  overflow: hidden;
  background-color: #0b1220 !important;
  background-image: var(--aiv-startup-cta-bg, none) !important;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}
/* Partners “Become a Partner” CTA — airml b03-bg2a */
.theme-robotics .ft-section.aiv-partner-cta--b03-bg {
  position: relative;
  overflow: hidden;
  background-color: #0b1220 !important;
  background-image: var(--aiv-partner-cta-bg, none) !important;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}
.aiv-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1.25rem;
}
.aiv-eyebrow {
  display: block;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--aiv-kit-primary);
  margin-bottom: 0.5rem;
  font-family: var(--aiv-font-display);
}
.aiv-h2 {
  font-family: var(--aiv-font-display);
  font-size: clamp(1.75rem, 3.2vw, 2.5rem);
  font-weight: 700;
  color: #0b1220;
  margin: 0 0 1rem;
  line-height: 1.1;
  letter-spacing: -0.02em;
  text-transform: capitalize;
}
.aiv-body {
  color: var(--aiv-kit-text);
  line-height: 1.7;
  font-size: 0.98rem;
  margin: 0 0 1rem;
}
.aiv-list-check {
  list-style: none;
  padding: 0;
  margin: 1.25rem 0 0;
}
.aiv-list-check li {
  position: relative;
  padding-left: 1.75rem;
  margin-bottom: 0.65rem;
  font-size: 0.95rem;
  color: #334155;
  font-weight: 500;
}
.aiv-list-check li i {
  position: absolute;
  left: 0;
  top: 0.15rem;
  color: var(--aiv-kit-accent);
  font-size: 1.05rem;
}
.aiv-about-media {
  position: relative;
  border-radius: var(--aiv-radius-card);
  overflow: hidden;
  box-shadow: 0 24px 60px -20px rgba(0, 25, 40, 0.35);
}
.aiv-about-media img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  display: block;
  filter: saturate(0.85);
}
.aiv-deco-waves {
  position: absolute;
  inset: 0;
  opacity: 0.06;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='60'%3E%3Cpath d='M0 30 Q30 0 60 30 T120 30' fill='none' stroke='%230099FF' stroke-width='1'/%3E%3C/svg%3E");
  pointer-events: none;
  z-index: 0;
}
.aiv-section--light {
  position: relative;
  overflow: hidden;
}

/* Local AIRML / robotics theme — section backgrounds (set --airml-section-bg on the element) */
body.theme-robotics.aiv-page .aiv-airml-bg--light {
  --airml-section-bg: none;
  background-color: #f7f8fa;
  background-image: linear-gradient(
      180deg,
      rgba(247, 248, 250, 0.94) 0%,
      rgba(241, 245, 249, 0.9) 100%
    ),
    var(--airml-section-bg);
  background-size: cover, cover;
  background-position: center, center;
  background-repeat: no-repeat, no-repeat;
}
body.theme-robotics.aiv-page .aiv-value.aiv-airml-bg--dark,
body.theme-robotics.aiv-page .aiv-tst.aiv-airml-bg--dark {
  --airml-section-bg: none;
  background-color: #001726;
  background-image: linear-gradient(
      180deg,
      rgba(0, 23, 38, 0.93) 0%,
      rgba(0, 15, 30, 0.9) 100%
    ),
    var(--airml-section-bg);
  background-size: cover, cover;
  background-position: center, center;
  background-repeat: no-repeat, no-repeat;
}

/* Partners */
.aiv-partners {
  background: #fff;
  border-top: 1px solid #e8ecf1;
  border-bottom: 1px solid #e8ecf1;
  padding: 2.5rem 0;
  overflow: hidden;
}
.aiv-partners__track {
  display: flex;
  gap: 3rem;
  align-items: center;
  width: max-content;
  animation: aiv-partners-marq 32s linear infinite;
}
.aiv-partners__track a {
  display: flex;
  align-items: center;
  opacity: 0.65;
  filter: grayscale(1);
  transition: 0.25s;
}
.aiv-partners__track a:hover {
  opacity: 1;
  filter: none;
}
.aiv-partners__track img {
  height: 44px;
  width: auto;
  max-width: 160px;
  object-fit: contain;
}
@keyframes aiv-partners-marq {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

/* Value / stats — dark + grid */
.aiv-value {
  background: var(--aiv-kit-navy);
  color: #fff;
  position: relative;
  overflow: hidden;
  padding: 4.5rem 0;
}
/* background-attachment: fixed does not work if ancestor clips overflow; allow parallax */
body.theme-robotics .aiv-value--parallax,
body.theme-robotics.aiv-page .aiv-value--parallax {
  overflow: visible;
}
body.theme-robotics .aiv-value--parallax .aiv-container,
body.theme-robotics.aiv-page .aiv-value--parallax .aiv-container {
  position: relative;
  z-index: 1;
}
.aiv-value::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: linear-gradient(
      90deg,
      rgba(0, 204, 255, 0.04) 1px,
      transparent 1px
    ),
    linear-gradient(rgba(0, 204, 255, 0.04) 1px, transparent 1px);
  background-size: 40px 40px;
  pointer-events: none;
  mask-image: radial-gradient(ellipse 80% 60% at 50% 50%, black, transparent 85%);
  opacity: 0.6;
}
/* Circuit-board parallax (home “Our impact”) — no grid mesh over photo */
/* Our impact: match without requiring .aiv-page on body (robust) */
body.theme-robotics .aiv-value--parallax,
body.theme-robotics.aiv-page .aiv-value--parallax {
  --aiv-value-bg: none;
  min-height: min(28rem, 90vh);
  background-color: #020617;
  /* Softer left column read + center chip from photo stays visible; image layer fixed for parallax */
  background-image: linear-gradient(
      100deg,
      rgba(1, 6, 18, 0.92) 0%,
      rgba(0, 15, 32, 0.55) 45%,
      rgba(0, 10, 24, 0.65) 100%
    ),
    radial-gradient(ellipse 90% 80% at 50% 42%, rgba(0, 12, 28, 0.25) 0%, rgba(0, 8, 20, 0.75) 100%),
    var(--aiv-value-bg);
  background-size: cover, cover, cover;
  background-position: center, center, center;
  background-repeat: no-repeat, no-repeat, no-repeat;
  /* Layer 0–2 scroll, bottom photo fixed → scroll over circuit / AI art */
  background-attachment: scroll, scroll, fixed;
  transform: translateZ(0);
  backface-visibility: hidden;
}
@media (max-width: 991px) {
  body.theme-robotics .aiv-value--parallax,
  body.theme-robotics.aiv-page .aiv-value--parallax {
    min-height: auto;
    background-attachment: scroll, scroll, scroll;
  }
}
body.theme-robotics .aiv-value--parallax::before,
body.theme-robotics.aiv-page .aiv-value--parallax::before {
  display: none;
}
body.theme-robotics .aiv-value--parallax .aiv-value__inner,
body.theme-robotics.aiv-page .aiv-value--parallax .aiv-value__inner {
  position: relative;
  z-index: 1;
}
body.theme-robotics .aiv-value__eyebrow,
body.theme-robotics.aiv-page .aiv-value__eyebrow {
  color: rgba(255, 255, 255, 0.95) !important;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  font-size: 0.75rem;
  font-weight: 800;
}
body.theme-robotics .aiv-value__headline,
body.theme-robotics.aiv-page .aiv-value__headline {
  color: #fff !important;
  text-transform: none;
  font-size: clamp(1.9rem, 3.4vw, 2.75rem) !important;
  line-height: 1.12 !important;
  font-weight: 700;
}
body.theme-robotics .aiv-value__lead,
body.theme-robotics.aiv-page .aiv-value__lead {
  color: rgba(226, 232, 240, 0.85) !important;
}

.aiv-value .aiv-h2,
.aiv-value p {
  color: #e8f4ff;
  position: relative;
  z-index: 1;
}
.aiv-value p.aiv-body {
  color: rgba(255, 255, 255, 0.68);
  max-width: 420px;
}
.aiv-stat-box {
  border: 1px solid rgba(0, 204, 255, 0.4);
  border-radius: 8px;
  padding: 1.35rem 1rem 1.5rem;
  text-align: center;
  position: relative;
  z-index: 1;
  background: rgba(0, 15, 30, 0.35);
  box-shadow: 0 0 24px rgba(0, 204, 255, 0.12);
  height: 100%;
}
/* Glassmorphism stat tiles on parallax impact section */
body.theme-robotics .aiv-value--parallax .aiv-stat-box,
body.theme-robotics.aiv-page .aiv-value--parallax .aiv-stat-box {
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(16px) saturate(1.2);
  -webkit-backdrop-filter: blur(16px) saturate(1.2);
  border: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12), 0 12px 40px rgba(0, 0, 0, 0.35);
  padding: 1.5rem 1rem 1.65rem;
  isolation: isolate;
}
body.theme-robotics .aiv-value--parallax .aiv-stat-box .aiv-stat-num,
body.theme-robotics.aiv-page .aiv-value--parallax .aiv-stat-box .aiv-stat-num {
  color: #fff;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  font-size: clamp(1.75rem, 2.5vw, 2.25rem) !important;
}
body.theme-robotics .aiv-value--parallax .aiv-stat-box .aiv-stat-lbl,
body.theme-robotics.aiv-page .aiv-value--parallax .aiv-stat-box .aiv-stat-lbl {
  color: #38bdf8;
  text-transform: uppercase;
  letter-spacing: 0.11em;
  font-size: 0.7rem;
  font-weight: 800;
  margin-top: 0.25rem;
  display: block;
}
.aiv-stat-box .aiv-stat-num {
  display: block;
  font-family: var(--aiv-font-display);
  font-size: clamp(1.6rem, 2.4vw, 2.1rem);
  font-weight: 700;
  color: var(--aiv-kit-cyan);
  line-height: 1.1;
  margin-bottom: 0.35rem;
  letter-spacing: 0.02em;
}
.aiv-stat-box .aiv-stat-lbl {
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: rgba(255, 255, 255, 0.55);
  font-weight: 600;
}
.aiv-value .aiv-btn--grad {
  box-shadow: 0 0 0 1px rgba(0, 255, 153, 0.25) inset, 0 8px 32px rgba(0, 0, 0, 0.35);
}
.aiv-value .aiv-btn--grad:hover,
.aiv-value .aiv-btn--grad:focus {
  box-shadow: 0 0 0 1px rgba(153, 0, 255, 0.2) inset, 0 8px 32px rgba(0, 0, 0, 0.4);
}

/* Services 3x2 */
.aiv-services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.15rem;
}
@media (max-width: 991px) {
  .aiv-services-grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 575px) {
  .aiv-services-grid {
    grid-template-columns: 1fr;
  }
}
.aiv-svc {
  background: #fff;
  border: 1px solid #e2e6ec;
  border-radius: 10px;
  padding: 1.5rem 1.35rem;
  min-height: 200px;
  display: flex;
  flex-direction: column;
  transition: 0.25s;
  text-decoration: none;
  color: inherit;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
}
.aiv-svc:hover {
  border-color: rgba(0, 153, 255, 0.4);
  box-shadow: 0 12px 36px -8px rgba(0, 153, 255, 0.2);
  color: inherit;
}
.aiv-svc--featured {
  background: var(--aiv-grad-service-featured);
  border: none;
  color: #001726;
  box-shadow: 0 16px 50px -12px rgba(0, 255, 153, 0.4);
}
.aiv-svc--featured p {
  color: rgba(0, 23, 38, 0.8);
}
.aiv-svc__ic {
  width: 40px;
  height: 40px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  background: rgba(0, 255, 153, 0.18);
  color: #00a854;
  margin-bottom: 0.75rem;
}
.aiv-svc--featured .aiv-svc__ic {
  background: rgba(0, 23, 38, 0.2);
  color: #001726;
}
.aiv-svc h3 {
  font-family: var(--aiv-font-display);
  font-size: 1.05rem;
  font-weight: 700;
  margin: 0 0 0.5rem;
  line-height: 1.25;
}
.aiv-svc p {
  font-size: 0.88rem;
  color: var(--aiv-kit-text);
  line-height: 1.55;
  margin: 0 0 1rem;
  flex: 1;
}
.aiv-svc__link {
  font-size: 0.82rem;
  font-weight: 700;
  color: var(--aiv-kit-link) !important;
  display: inline-flex;
  align-items: center;
  gap: 0.2rem;
  margin-top: auto;
  text-decoration: none;
  font-family: var(--aiv-font-display);
}
.aiv-svc--featured .aiv-svc__link {
  color: #001726 !important;
  opacity: 0.9;
}
.aiv-svc--featured .aiv-svc__link:hover {
  text-decoration: underline;
}

/* Parallax CTA */
.aiv-parallax {
  position: relative;
  min-height: 360px;
  display: flex;
  align-items: center;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  color: #fff;
}
.aiv-parallax::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(100deg, rgba(0, 23, 38, 0.85) 0%, rgba(0, 23, 38, 0.35) 60%, transparent 100%);
}
.aiv-parallax__inner {
  position: relative;
  z-index: 1;
  max-width: 1200px;
  margin: 0 auto;
  padding: 3.5rem 1.5rem;
  width: 100%;
}
.aiv-parallax h2 {
  font-family: var(--aiv-font-display);
  font-size: clamp(1.5rem, 2.5vw, 2.1rem);
  font-weight: 700;
  max-width: 520px;
  line-height: 1.2;
  margin: 0 0 1.5rem;
  color: #fff !important;
  text-shadow: 0 2px 20px rgba(0, 0, 0, 0.5);
  text-transform: capitalize;
}
@media (max-width: 991px) {
  .aiv-parallax {
    background-attachment: scroll;
  }
}

/* Portfolio / startups */
.aiv-section-head {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 2rem;
}
.aiv-folio-row {
  align-items: stretch;
}
/* Overlap card: image ~top two-thirds, white panel rides up with shadow (reference: TechRover / programme cards) */
.aiv-card-port {
  --aiv-folio-cat: #6d28d9;
  --aiv-folio-title: #0f172a;
  --aiv-folio-text: #64748b;
  height: 100%;
  text-decoration: none;
  color: inherit;
  display: block;
  position: relative;
  transition: transform 0.28s ease, box-shadow 0.28s ease;
}
.aiv-card-port:hover,
.aiv-card-port:focus-visible {
  color: inherit;
  transform: translateY(-4px);
  outline: none;
}
.aiv-card-port:hover .aiv-card-port__panel,
.aiv-card-port:focus-visible .aiv-card-port__panel {
  box-shadow: 0 24px 50px -14px rgba(15, 23, 42, 0.28);
}
.aiv-card-port__media {
  position: relative;
  height: clamp(12.5rem, 28vw, 17.5rem);
  overflow: hidden;
  border-radius: 14px 14px 0 0;
  background: #0f1729;
}
.aiv-card-port__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  transition: transform 0.4s ease;
}
.aiv-card-port:hover .aiv-card-port__img {
  transform: scale(1.04);
}
.aiv-card-port__ph {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #94a3b8;
  font-size: 2.5rem;
  background: linear-gradient(145deg, #1e293b, #0f1729);
}
.aiv-card-port__panel {
  position: relative;
  z-index: 2;
  margin: -2.6rem 0.45rem 0;
  padding: 1.2rem 0.9rem 1.4rem;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 16px 42px -14px rgba(15, 23, 42, 0.22);
  text-align: center;
}
.aiv-card-port__title {
  font-family: var(--aiv-font-display);
  font-size: clamp(1.02rem, 1.1vw, 1.2rem);
  line-height: 1.3;
  margin: 0 0 0.4rem;
  color: var(--aiv-folio-title);
  letter-spacing: -0.02em;
}
.aiv-card-port__t1 {
  font-weight: 800;
}
.aiv-card-port__t2 {
  font-weight: 400;
}
.aiv-card-port__cat {
  display: block;
  font-size: 0.65rem;
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: 0.14em;
  color: var(--aiv-folio-cat);
  margin-bottom: 0.5rem;
}
.aiv-card-port__excerpt {
  margin: 0;
  font-size: 0.8rem;
  line-height: 1.5;
  color: var(--aiv-folio-text);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.aiv-card-port__line {
  display: block;
  width: 2.4rem;
  height: 3px;
  margin: 0.95rem auto 0;
  border-radius: 2px;
  background: var(--aiv-kit-accent);
}
@media (max-width: 575.98px) {
  .aiv-card-port__panel {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
    padding-left: 0.6rem;
    padding-right: 0.6rem;
  }
  .aiv-card-port__title {
    font-size: 0.95rem;
  }
  .aiv-card-port__excerpt {
    font-size: 0.75rem;
    -webkit-line-clamp: 3;
  }
}
.aiv-pill-ghost {
  display: inline-flex;
  padding: 0.45rem 1rem;
  border-radius: 5px;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  background-color: transparent;
  background-image: var(--e-kit-btn-grad);
  color: #001726;
  text-decoration: none;
  font-family: "Roboto", system-ui, sans-serif;
  border: none;
  transition: color 0.2s ease, background-image 0.2s ease;
}
.aiv-pill-ghost:hover,
.aiv-pill-ghost:focus {
  color: #fff;
  background-image: var(--e-kit-btn-grad-hover);
}

/* Testimonials */
.aiv-tst {
  background: var(--aiv-kit-navy);
  position: relative;
  overflow: hidden;
  color: #fff;
  padding: 4.5rem 0;
}
.aiv-tst::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 20% 30%, rgba(0, 204, 255, 0.12), transparent 50%),
    radial-gradient(ellipse at 80% 80%, rgba(0, 255, 153, 0.08), transparent 50%);
  pointer-events: none;
  opacity: 0.5;
}
.aiv-tst__card {
  position: relative;
  z-index: 1;
  background: rgba(4, 20, 35, 0.65);
  border: 1px solid rgba(0, 204, 255, 0.2);
  border-radius: 12px;
  padding: 1.5rem 1.4rem 1.35rem;
  height: 100%;
  backdrop-filter: blur(10px);
}
.aiv-tst__stars {
  color: #ffd54a;
  font-size: 0.9rem;
  margin-bottom: 0.8rem;
  letter-spacing: 0.15em;
}
.aiv-tst__text {
  font-size: 0.92rem;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.85);
  margin: 0 0 1.1rem;
}
.aiv-tst__who {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-top: 0.5rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}
.aiv-avatar {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--aiv-grad-cta);
  color: #001726;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  font-weight: 800;
  font-family: var(--aiv-font-display);
}
.aiv-tst__name {
  font-weight: 800;
  font-size: 0.88rem;
  margin: 0 0 0.1rem;
  font-family: var(--aiv-font-display);
}
.aiv-tst__role {
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.5);
  margin: 0;
}

/* Team */
.aiv-team-card {
  background: #fff;
  border-radius: 10px 10px 12px 12px;
  overflow: hidden;
  text-align: center;
  box-shadow: 0 8px 30px -10px rgba(0, 0, 0, 0.12);
  border: 1px solid #e8eaef;
  height: 100%;
}
.aiv-team-card img {
  width: 100%;
  height: 280px;
  object-fit: cover;
  display: block;
  border-radius: 10px 10px 0 0;
}
.aiv-team-card__name {
  font-family: var(--aiv-font-display);
  font-size: 1.05rem;
  font-weight: 700;
  margin: 1rem 0.75rem 0.25rem;
  color: #0b1220;
}
.aiv-team-card__role {
  font-size: 0.8rem;
  color: var(--aiv-kit-text);
  margin: 0 0.75rem 1.25rem;
  line-height: 1.4;
}
.aiv-team-card a {
  text-decoration: none;
  color: inherit;
  display: block;
  height: 100%;
  transition: 0.2s;
}
.aiv-team-card a:hover {
  color: var(--aiv-kit-primary);
}

/* People behind — carousel (2×3 grid per slide on md+) */
.aiv-team-carousel {
  position: relative;
  padding-bottom: 0.5rem;
}
.aiv-team-carousel.aiv-team-carousel--multi {
  padding-bottom: 0.25rem;
}
.aiv-team-carousel__sides {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.aiv-team-carousel__slides {
  flex: 1 1 auto;
  min-width: 0;
}
.aiv-team-carousel .carousel-inner {
  overflow: visible;
}
/* Dot navigation — below cards */
.aiv-team-carousel__indicators {
  position: static;
  display: flex;
  flex-wrap: wrap;
  margin: 1.15rem 0 0;
  padding: 0;
  justify-content: center;
  align-items: center;
  gap: 0.4rem;
  list-style: none;
}
.aiv-team-carousel__indicators [type="button"] {
  box-sizing: content-box;
  width: 10px;
  height: 10px;
  padding: 0;
  border-radius: 999px;
  border: 0;
  margin: 0;
  opacity: 0.4;
  background: var(--aiv-kit-primary, #0b1220);
  text-indent: unset;
  cursor: pointer;
  transition: opacity 0.2s, transform 0.2s, background 0.2s;
}
.aiv-team-carousel__indicators [type="button"]:hover {
  opacity: 0.65;
}
.aiv-team-carousel__indicators [type="button"].active {
  opacity: 1;
  transform: scale(1.2);
  background: var(--aiv-kit-accent, var(--aiv-kit-primary, #0b1220));
}
/* Prev / next sit left & right of the grid (not over the cards) */
.aiv-team-carousel__control {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  transform: none;
  flex: 0 0 auto;
  width: 3rem;
  height: 3rem;
  padding: 0;
  margin: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.98);
  border: 1px solid #e8eaef;
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.08);
  opacity: 1;
}
.aiv-team-carousel__control:hover,
.aiv-team-carousel__control:focus {
  background: #fff;
  opacity: 1;
}
.aiv-team-carousel__control .carousel-control-prev-icon,
.aiv-team-carousel__control .carousel-control-next-icon {
  filter: invert(0.35);
  width: 1.15rem;
  height: 1.15rem;
  margin: 0 auto;
}
@media (max-width: 575.98px) {
  .aiv-team-carousel__sides {
    gap: 0.35rem;
  }
  .aiv-team-carousel__control {
    width: 2.5rem;
    height: 2.5rem;
  }
}

/* Home speakers block: keep foodtech layout, robotics-only background image */
.theme-robotics .ft-advisory-section.ft-home-speakers-bg::before {
  background-image: var(--aiv-home-speakers-bg, none) !important;
}

/* News */
.aiv-blog-card {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 4px 24px -6px rgba(0, 0, 0, 0.1);
  height: 100%;
  text-decoration: none;
  color: inherit;
  display: block;
  border: 1px solid #e8eaef;
  transition: 0.25s;
}
.aiv-blog-card:hover {
  color: inherit;
  transform: translateY(-4px);
  box-shadow: 0 16px 40px -10px rgba(0, 0, 0, 0.15);
  border-color: rgba(0, 153, 255, 0.25);
}
.aiv-blog-card__img {
  height: 200px;
  object-fit: cover;
  width: 100%;
  display: block;
  background: #0f1729;
}
.aiv-blog-card__latest {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 1;
  background: var(--aiv-kit-cyan);
  color: #001726;
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  padding: 0.28rem 0.6rem;
  text-transform: uppercase;
  font-family: var(--aiv-font-display);
  border-radius: 3px;
}
.aiv-blog-card__content {
  padding: 1.1rem 1.15rem 1.35rem;
}
.aiv-blog-card h3 {
  font-family: var(--aiv-font-display);
  font-size: 1.02rem;
  font-weight: 700;
  line-height: 1.3;
  margin: 0 0 0.5rem;
  color: #0b1220;
}
.aiv-blog-card p {
  font-size: 0.86rem;
  color: var(--aiv-kit-text);
  line-height: 1.5;
  margin: 0 0 0.6rem;
}
.aiv-link-more {
  font-size: 0.8rem;
  font-weight: 800;
  color: var(--aiv-kit-link) !important;
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  font-family: var(--aiv-font-display);
}

/* Prefooter — Aivonic-style gradient bar overlapping dark footer */
.aiv-prefooter {
  position: relative;
  z-index: 4;
  margin-bottom: -4.5rem;
  padding: 0 0 2.75rem;
  background: transparent;
}
.aiv-prefooter__box {
  background: linear-gradient(98deg, var(--aiv-kit-accent) 0%, var(--aiv-kit-cyan) 48%, #5ad4ff 100%);
  border-radius: 15px;
  padding: clamp(1.2rem, 2.8vw, 1.85rem) clamp(1.15rem, 2.5vw, 2.2rem);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1.1rem 1.75rem;
  box-shadow: 0 20px 50px -16px rgba(0, 45, 75, 0.42);
}
.aiv-prefooter__title {
  flex: 1 1 18rem;
  margin: 0;
  font-family: var(--aiv-font-display);
  font-size: clamp(1.05rem, 2.1vw, 1.5rem);
  font-weight: 800;
  line-height: 1.3;
  color: #0b1220 !important;
  text-align: left;
  letter-spacing: -0.02em;
  text-transform: none;
  max-width: 50rem;
}
.aiv-prefooter__cta {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 1.75rem;
  font-family: "Roboto", system-ui, sans-serif;
  font-weight: 700;
  font-size: 0.95rem;
  line-height: 1.2;
  color: #0b1220 !important;
  background: #fff !important;
  border: none;
  border-radius: 9px;
  text-decoration: none;
  text-transform: none;
  letter-spacing: normal;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.12);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.aiv-prefooter__cta:hover,
.aiv-prefooter__cta:focus {
  color: #0b1220 !important;
  background: #fff !important;
  transform: translateY(-2px);
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.2);
  outline: none;
}
@media (max-width: 767.98px) {
  .aiv-prefooter {
    margin-bottom: -3.25rem;
  }
  .aiv-prefooter__box {
    flex-direction: column;
    text-align: center;
  }
  .aiv-prefooter__title {
    text-align: center;
  }
}
/* Same kit treatment (used elsewhere) */
.aiv-btn--dark {
  background-color: transparent;
  background-image: var(--e-kit-btn-grad);
  color: var(--aiv-kit-navy);
  font-family: "Roboto", system-ui, sans-serif;
  font-weight: 600;
  line-height: 1.5;
  padding: 0.75rem 1.8rem;
  text-transform: none;
  font-size: 1rem;
  letter-spacing: normal;
  border: none;
  border-radius: 5px;
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.12);
  transition: color 0.2s ease, background-image 0.2s ease, box-shadow 0.2s ease;
}
.aiv-btn--dark:hover,
.aiv-btn--dark:focus {
  background-image: var(--e-kit-btn-grad-hover);
  color: #fff;
  box-shadow: 0 8px 28px rgba(153, 0, 255, 0.25);
}

/* Footer — Aivonic 3-col + newsletter (robotics) */
body.theme-robotics.aiv-page .ft-footer--aivonic {
  padding: 3rem 0 1.75rem;
  color: rgba(255, 255, 255, 0.72) !important;
  border-top: none;
}
/* Extra top padding on home where prefooter bar overlaps the footer */
body.theme-robotics.aiv-page.aiv-body-home .ft-footer--aivonic {
  padding-top: 5.5rem;
}
body.theme-robotics.aiv-page .ft-footer--aivonic.ft-bg-wave-section::before {
  opacity: 0.06 !important;
}
body.theme-robotics.aiv-page .ft-footer--aivonic h5 {
  font-family: var(--aiv-font-display, "Space Grotesk", sans-serif);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #fff !important;
  margin-bottom: 1rem;
  opacity: 0.95;
}
body.theme-robotics.aiv-page .ft-footer-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
body.theme-robotics.aiv-page .ft-footer-list--ruled li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  margin: 0;
  padding: 0.5rem 0;
}
body.theme-robotics.aiv-page .ft-footer-list--ruled li:first-child {
  padding-top: 0;
}
body.theme-robotics.aiv-page .ft-footer-list--ruled li a {
  display: block;
  font-size: 0.88rem;
  color: rgba(255, 255, 255, 0.78) !important;
  font-weight: 500;
  text-decoration: none;
  transition: color 0.2s;
}
body.theme-robotics.aiv-page .ft-footer-list--ruled li a:hover {
  color: #fff !important;
}
body.theme-robotics.aiv-page .ft-footer-brand-block {
  margin-bottom: 1.25rem;
}
body.theme-robotics.aiv-page .ft-footer-mark {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  text-decoration: none;
  color: #fff !important;
  margin-bottom: 0.75rem;
}
body.theme-robotics.aiv-page .ft-footer-mark__rings {
  flex-shrink: 0;
  line-height: 0;
}
body.theme-robotics.aiv-page .ft-footer-mark__name {
  font-family: var(--aiv-font-display, "Space Grotesk", sans-serif);
  font-size: 1.15rem;
  font-weight: 800;
  letter-spacing: 0.12em;
}
body.theme-robotics.aiv-page .ft-footer-lead {
  font-size: 0.86rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.6) !important;
  margin: 0 0 1.25rem;
  max-width: 22rem;
}
body.theme-robotics.aiv-page .ft-footer-aside-h {
  margin-top: 0.25rem;
  margin-bottom: 0.75rem;
}
body.theme-robotics.aiv-page .ft-footer-contact {
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
  max-width: 22rem;
}
body.theme-robotics.aiv-page .ft-footer-contact__row {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  margin: 0;
  font-size: 0.86rem;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.68) !important;
}
body.theme-robotics.aiv-page .ft-footer-contact__row > i {
  flex-shrink: 0;
  margin-top: 0.15rem;
  color: var(--aiv-kit-cyan, #5ad4ff);
  font-size: 1rem;
  opacity: 0.95;
}
body.theme-robotics.aiv-page .ft-footer-contact__row a {
  color: rgba(255, 255, 255, 0.78) !important;
  text-decoration: none;
  word-break: break-word;
}
body.theme-robotics.aiv-page .ft-footer-contact__row a:hover {
  color: #fff !important;
  text-decoration: underline;
}
body.theme-robotics.aiv-page .ft-footer-contact__row--solo {
  margin-top: 0.15rem;
}
body.theme-robotics.aiv-page .ft-footer-contact__link {
  display: inline-flex;
  align-items: center;
  font-weight: 700;
  font-size: 0.88rem;
  padding: 0.45rem 0;
  color: var(--aiv-kit-cyan, #5ad4ff) !important;
  text-decoration: none;
  border-bottom: 1px solid rgba(90, 212, 255, 0.35);
}
body.theme-robotics.aiv-page .ft-footer-contact__link:hover {
  color: #fff !important;
  border-bottom-color: rgba(255, 255, 255, 0.5);
}
body.theme-robotics.aiv-page .ft-footer-bottom--split {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem 1.5rem;
  margin-top: 2.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  font-size: 0.78rem;
  color: rgba(255, 255, 255, 0.45) !important;
}
body.theme-robotics.aiv-page .ft-footer-bottom--split a {
  color: rgba(255, 255, 255, 0.6) !important;
  text-decoration: none;
}
body.theme-robotics.aiv-page .ft-footer-bottom--split a:hover {
  color: #fff !important;
}
body.theme-robotics.aiv-page .ft-footer-bottom__dot {
  margin: 0 0.35rem;
  opacity: 0.5;
}
body.theme-robotics.aiv-page .ft-footer-bottom__legal {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.15rem;
}
body.theme-robotics.aiv-page .ft-footer-bottom__copy {
  text-align: right;
}
@media (max-width: 767.98px) {
  body.theme-robotics.aiv-page .ft-footer--aivonic {
    padding-top: 2.5rem;
  }
  body.theme-robotics.aiv-page.aiv-body-home .ft-footer--aivonic {
    padding-top: 4.5rem;
  }
  body.theme-robotics.aiv-page .ft-footer-bottom--split {
    flex-direction: column;
    align-items: flex-start;
  }
  body.theme-robotics.aiv-page .ft-footer-bottom__copy {
    text-align: left;
  }
}

.aiv-reveal {
  opacity: 0;
  transform: translateY(20px);
  transition: 0.55s ease;
}
.aiv-reveal.is-visible {
  opacity: 1;
  transform: none;
}
.aiv-d-none-mob {
  display: block;
}
@media (max-width: 767px) {
  .aiv-d-none-mob {
    display: none !important;
  }
  .aiv-hero__inner {
    padding-bottom: 4rem;
  }
}

/* Robotics home: reskin when/where to match Aivonic cool palette */
.aiv-page .ft-whenwhere-section {
  background: #f0f4f8 !important;
  border-color: #dde4ec;
}
.aiv-page .ft-whenwhere-headline {
  color: #0b1220 !important;
  font-family: var(--aiv-font-display) !important;
}
.aiv-page .ft-whenwhere-tagline {
  color: var(--aiv-kit-text) !important;
}
.aiv-page .ft-whenwhere-btn {
  background-color: transparent !important;
  background-image: var(--e-kit-btn-grad) !important;
  color: #001726 !important;
  border: none !important;
  font-weight: 600 !important;
  font-family: "Roboto", system-ui, sans-serif !important;
  font-size: 1rem !important;
  line-height: 1.5 !important;
  border-radius: 5px !important;
  text-transform: none !important;
  transition: color 0.2s ease, background-image 0.2s ease, box-shadow 0.2s ease !important;
}
.aiv-page .ft-whenwhere-btn:hover,
.aiv-page .ft-whenwhere-btn:focus {
  color: #fff !important;
  background-image: var(--e-kit-btn-grad-hover) !important;
}
.aiv-page .ft-whenwhere-btn--ghost {
  background: #fff !important;
  color: #001726 !important;
  border: 1px solid #bcc6d4 !important;
}
.aiv-page .ft-whenwhere-card {
  background: #fff;
  border-color: #e2e6ec;
}
.aiv-page .ft-whenwhere-card:hover {
  border-color: var(--aiv-kit-cyan);
  box-shadow: 0 8px 32px -8px rgba(0, 153, 255, 0.2);
}
.aiv-page .ft-whenwhere-card--date::before,
.aiv-page .ft-whenwhere-date {
  color: #0099ff !important;
}
.aiv-page .ft-whenwhere-card-icon {
  background: rgba(0, 255, 153, 0.2) !important;
  color: #00885c !important;
}
.aiv-page .ft-whenwhere-map-tag {
  background: #001726 !important;
  font-family: var(--aiv-font-display);
}

/* Home #venue — split dark info + white map card (contact-style layout) */
.aiv-page .ft-whenwhere-section.aiv-venue-split {
  padding: 3.25rem 0 4.5rem;
}
.aiv-page .ft-whenwhere-section.aiv-venue-split::before,
.aiv-page .ft-venue-page.ft-whenwhere-section::before {
  opacity: 0.18;
}
.aiv-venue-split__row {
  min-height: min(36rem, 92vh);
}
.aiv-venue-info {
  position: relative;
  border-radius: 18px;
  overflow: hidden;
  background: #0a121f;
  min-height: 22rem;
  margin-bottom: 1.5rem;
}
@media (min-width: 992px) {
  .aiv-venue-info {
    margin-bottom: 0;
  }
}
.aiv-venue-info--has-bg::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: var(--aiv-venue-info-bg);
  background-size: cover;
  background-position: center;
  filter: saturate(0.75) brightness(0.42);
  transform: scale(1.03);
}
.aiv-venue-info::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(155deg, rgba(0, 12, 26, 0.94) 0%, rgba(0, 28, 48, 0.82) 55%, rgba(0, 18, 36, 0.9) 100%);
  pointer-events: none;
}
.aiv-venue-info__inner {
  position: relative;
  z-index: 1;
  padding: 2.1rem 1.85rem 2.35rem;
  color: #fff;
  height: 100%;
}
.aiv-venue-info__eyebrow {
  color: rgba(90, 212, 255, 0.95) !important;
  display: block;
  margin-bottom: 0.65rem;
}
.aiv-venue-info__h {
  font-family: var(--aiv-font-display);
  font-size: clamp(1.35rem, 2.4vw, 1.85rem);
  font-weight: 800;
  line-height: 1.2;
  margin: 0 0 0.85rem;
  color: #fff !important;
  letter-spacing: -0.03em;
}
.aiv-venue-info__lead {
  font-size: 0.9rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.72) !important;
  margin: 0 0 1.25rem;
  max-width: 36ch;
}
.aiv-venue-info__dates {
  display: flex;
  align-items: flex-start;
  gap: 0.6rem;
  font-size: 0.88rem;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.92) !important;
  margin: 0 0 1.35rem;
}
.aiv-venue-info__dates .bi {
  color: var(--aiv-kit-accent);
  font-size: 1.1rem;
  margin-top: 0.1rem;
}
.aiv-venue-info__list {
  list-style: none;
  margin: 0 0 1.35rem;
  padding: 0;
}
.aiv-venue-info__list li {
  display: flex;
  gap: 0.75rem;
  align-items: flex-start;
  margin-bottom: 1rem;
}
.aiv-venue-info__list li:last-child {
  margin-bottom: 0;
}
.aiv-venue-info__ic {
  flex-shrink: 0;
  width: 2.35rem;
  height: 2.35rem;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--aiv-kit-accent);
  color: #0b1220;
  font-size: 1.05rem;
}
.aiv-venue-info__k {
  display: block;
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.55);
  margin-bottom: 0.2rem;
}
.aiv-venue-info__v {
  display: block;
  font-size: 0.88rem;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.9) !important;
}
.aiv-venue-info__link {
  color: #fff !important;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.aiv-venue-info__social-h {
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.55);
  margin: 0 0 0.65rem;
}
.aiv-venue-info__social {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
}
.aiv-venue-info__sbtn {
  width: 2.55rem;
  height: 2.55rem;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--aiv-kit-accent);
  color: #0b1220;
  font-size: 1.12rem;
  text-decoration: none;
  transition: transform 0.2s ease, filter 0.2s ease;
}
.aiv-venue-info__sbtn:hover {
  color: #0b1220 !important;
  filter: brightness(1.08);
  transform: translateY(-2px);
}
.aiv-venue-mapcol {
  display: flex;
  align-items: center;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (min-width: 992px) {
  .aiv-venue-mapcol {
    padding-left: 1.25rem;
    margin-left: -1.25rem;
    z-index: 2;
  }
}
.aiv-venue-mapcard {
  width: 100%;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 28px 56px -28px rgba(15, 23, 42, 0.45);
  padding: 0.65rem 0.65rem 0.85rem;
  border: 1px solid rgba(15, 23, 42, 0.06);
}
.aiv-venue-mapcard__visual {
  margin: 0 !important;
}
.aiv-venue-mapcard__shell.ft-whenwhere-map-shell {
  border-radius: 12px;
  min-height: 280px;
  overflow: hidden;
}
.aiv-venue-mapcard__shell .ft-whenwhere-gmap,
.aiv-venue-mapcard__shell #ft-whenwhere-map {
  min-height: 300px;
}
.aiv-venue-mapcard__cta {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  padding: 1rem 0.35rem 0.2rem;
}
.aiv-venue-mapcard__send {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  width: 100%;
  padding: 0.65rem 1rem;
  font-family: "Roboto", system-ui, sans-serif;
  font-weight: 700;
  font-size: 0.92rem;
  border-radius: 8px;
  text-decoration: none;
  text-align: center;
  transition: filter 0.2s, box-shadow 0.2s, color 0.2s;
}
.aiv-venue-mapcard__send--grad {
  color: #0b1220 !important;
  background: linear-gradient(98deg, var(--aiv-kit-accent) 0%, var(--aiv-kit-cyan) 100%);
  border: none;
  box-shadow: 0 4px 20px rgba(0, 200, 180, 0.25);
}
.aiv-venue-mapcard__send--grad:hover {
  color: #0b1220 !important;
  filter: brightness(1.04);
  box-shadow: 0 8px 28px rgba(0, 180, 200, 0.35);
}
.aiv-venue-mapcard__send--ghost {
  background: #fff !important;
  color: #0b1220 !important;
  border: 1px solid #c9d2dc !important;
  font-weight: 600;
}
.aiv-venue-mapcard__send--ghost:hover {
  border-color: var(--aiv-kit-cyan) !important;
  color: #001726 !important;
}
@media (max-width: 991.98px) {
  .aiv-venue-split__row {
    min-height: 0;
  }
  .aiv-venue-mapcol {
    margin-left: 0;
    padding-left: 0;
  }
  .aiv-venue-info {
    border-radius: 16px;
  }
}

/* Who will you meet page — intro line before ecosystem (blend with next section) */
body.theme-robotics .ft-wm-intro {
  background: #f8fafc;
  padding: 2.5rem 0 0.5rem;
}
body.theme-robotics .ft-wm-intro p {
  color: #64748b;
}

/* Who will you meet — vertical “bands” layout (no grid boxes) */
body.theme-robotics .aiv-wm-ecosystem {
  position: relative;
  padding: 0.5rem 0 5rem;
  background: linear-gradient(180deg, #f8fafc 0%, #f1f5f9 100%);
  overflow: hidden;
}
body.theme-robotics .aiv-wm-ecosystem::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 90% 55% at 50% 0%, rgba(14, 165, 233, 0.07) 0%, transparent 60%);
  pointer-events: none;
  z-index: 0;
}
body.theme-robotics .aiv-wm-ecosystem .ft-container {
  position: relative;
  z-index: 1;
  max-width: 960px;
}
body.theme-robotics .aiv-wm-eco-h2 {
  font-family: var(--aiv-font-display);
  font-size: clamp(1.75rem, 3.2vw, 2.4rem);
  font-weight: 800;
  color: #0b1220;
  text-align: center;
  letter-spacing: -0.03em;
  margin: 0 0 0.75rem;
}
body.theme-robotics .aiv-wm-eco-lead {
  text-align: center;
  max-width: 38rem;
  margin: 0 auto 1.75rem;
  font-size: 0.95rem;
  line-height: 1.65;
  color: var(--aiv-kit-text);
}
body.theme-robotics .aiv-wm-eco-hero {
  text-align: center;
  margin: 0 auto 2.5rem;
  padding: 0 0 2rem;
  border-bottom: 1px solid rgba(15, 23, 42, 0.08);
}
body.theme-robotics .aiv-wm-eco-hero__mark {
  font-family: var(--aiv-font-display);
  font-size: clamp(2.5rem, 6vw, 3.75rem);
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.08em;
  background: linear-gradient(125deg, #00ff99 0%, #00ccff 45%, #0099ff 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}
body.theme-robotics .aiv-wm-eco-hero__title {
  margin: 0.65rem 0 0;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #64748b;
}
body.theme-robotics .aiv-wm-bands {
  display: flex;
  flex-direction: column;
  gap: 0;
}
body.theme-robotics .aiv-wm-band {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.9rem 0;
  padding: 1.5rem 0;
  border-bottom: 1px solid rgba(15, 23, 42, 0.08);
}
body.theme-robotics .aiv-wm-bands .aiv-wm-band:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
@media (min-width: 768px) {
  body.theme-robotics .aiv-wm-band {
    grid-template-columns: min(240px, 30vw) 1fr;
    align-items: start;
    gap: 0 2.25rem;
    padding: 1.6rem 0;
  }
}
body.theme-robotics .aiv-wm-band__h {
  margin: 0;
  font-family: var(--aiv-font-display);
  font-size: 0.68rem;
  font-weight: 800;
  line-height: 1.4;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #334155;
  padding-left: 0.85rem;
  border-left: 3px solid #0ea5e9;
}
body.theme-robotics .aiv-wm-band--c1 .aiv-wm-band__h { border-left-color: #0284c7; }
body.theme-robotics .aiv-wm-band--c2 .aiv-wm-band__h { border-left-color: #06b6d4; }
body.theme-robotics .aiv-wm-band--c3 .aiv-wm-band__h { border-left-color: #14b8a6; }
body.theme-robotics .aiv-wm-band--c4 .aiv-wm-band__h { border-left-color: #38bdf8; }
body.theme-robotics .aiv-wm-band--c5 .aiv-wm-band__h { border-left-color: #1e3a5f; }
body.theme-robotics .aiv-wm-band--c6 .aiv-wm-band__h { border-left-color: #6366f1; }
body.theme-robotics .aiv-wm-band__logos {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: flex-start;
  gap: 0.7rem 1.2rem;
  min-height: 2.25rem;
}
body.theme-robotics .aiv-wm-bands .ft-wm-logo-link {
  line-height: 0;
  opacity: 0.95;
  transition: opacity 0.2s, transform 0.2s;
}
body.theme-robotics .aiv-wm-bands .ft-wm-logo-link:hover {
  opacity: 1;
  transform: translateY(-2px);
}
body.theme-robotics .aiv-wm-bands .ft-wm-logo-link img {
  max-height: 34px;
  max-width: 108px;
  width: auto;
  height: auto;
  object-fit: contain;
}
body.theme-robotics .aiv-wm-bands .ft-wm-logo-fallback {
  font-size: 0.62rem;
  padding: 0.35rem 0.7rem;
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 9999px;
  color: #475569;
  max-width: 100%;
}
body.theme-robotics .aiv-wm-bands .ft-wm-empty {
  font-size: 0.85rem;
  color: #94a3b8;
  font-style: italic;
  line-height: 1.5;
  margin: 0;
  padding: 0;
  border: none;
}
