:root {
  --bcv2-dark: #111923;
  --bcv2-ink: #313b45;
  --bcv2-white: #fefffa;
  --bcv2-blue: #80a6ed;
  --bcv2-deep: #0e498f;
}

html {
  scroll-behavior: auto !important;
}

body {
  overflow-x: hidden;
  background: var(--bcv2-white);
}

.bcv2-container {
  width: min(100% - 48px, 1340px);
  margin-inline: auto;
}

/* Atmosphere */

.bcv2-atmosphere {
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
}

.bcv2-noise {
  position: absolute;
  inset: 0;
  opacity: .12;
  background-image: radial-gradient(rgba(14,73,143,.18) 1px, transparent 1px);
  background-size: 5px 5px;
  mix-blend-mode: multiply;
}

.bcv2-grid {
  position: absolute;
  inset: 0;
  opacity: .035;
  background-image:
    linear-gradient(rgba(14,73,143,.35) 1px, transparent 1px),
    linear-gradient(90deg, rgba(14,73,143,.35) 1px, transparent 1px);
  background-size: 90px 90px;
}

.bcv2-orb {
  position: absolute;
  border-radius: 999px;
  filter: blur(65px);
  opacity: .5;
  will-change: transform;
}

.bcv2-orb--one {
  width: 42vw;
  height: 42vw;
  right: -14vw;
  top: 6vh;
  background: rgba(128,166,237,.4);
}

.bcv2-orb--two {
  width: 32vw;
  height: 32vw;
  left: -12vw;
  top: 58vh;
  background: rgba(14,73,143,.18);
}

/* Hero */

.bcv2-hero {
  position: relative;
  z-index: 2;
  min-height: 100svh;
  overflow: hidden;
  display: flex;
  align-items: center;
  background:
    radial-gradient(circle at 74% 46%, rgba(128,166,237,.2), transparent 34%),
    linear-gradient(180deg, #fefffa 0%, #fbfcff 100%);
  color: var(--bcv2-ink);
}

.bcv2-hero::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 180px;
  background: linear-gradient(to bottom, transparent, #fbfcff);
  pointer-events: none;
  z-index: 5;
}

.bcv2-hero__content {
  position: relative;
  z-index: 8;
  max-width: 780px;
  padding-top: 80px;
}

.bcv2-eyebrow {
  display: inline-block;
  margin-bottom: 0px;
  color: var(--bcv2-deep);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.bcv2-hero__title {
  margin: 0;
  font-family: "Archivo Black", Impact, Arial Black, sans-serif;
  font-size: clamp(72px, 8vw, 120px);
  line-height: .9;
  color: var(--bcv2-ink);
}

.bcv2-hero__copy {
  max-width: 520px;
  margin: 32px 0 0;
  color: rgba(49,59,69,.72);
  font-size: clamp(18px, 1.6vw, 22px);
  line-height: 1.3;
}

.bcv2-hero__actions {
  display: flex;
  gap: 16px;
  margin-top: 38px;
  flex-wrap: wrap;
}

.bcv2-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 26px;
  border-radius: 999px;
  text-decoration: none !important;
  font-size: 13px;
  font-weight: 900;
  transition: transform .35s ease, box-shadow .35s ease;
}

.bcv2-btn:hover {
  transform: translateY(-4px);
}

.bcv2-btn--primary {
  background: var(--bcv2-deep);
  color: #fff !important;
  box-shadow: 0 24px 60px rgba(14,73,143,.24);
}

.bcv2-btn--ghost {
  color: var(--bcv2-deep) !important;
  background: rgba(255,255,255,.48);
  border: 1px solid rgba(14,73,143,.24);
  backdrop-filter: blur(14px);
}

.bcv2-hero__visual {
  position: absolute;
  right: -4vw;
  top: 52%;
  width: 64vw;
  height: 46vw;
  transform: translateY(-50%);
  z-index: 3;
  pointer-events: none;
  opacity: .95;
}

.bcv2-hero__wave {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: drop-shadow(0 30px 80px rgba(14,73,143,.16));
}

.bcv2-socials {
  position: absolute;
  left: 28px;
  top: 50%;
  z-index: 10;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  gap: 22px;
}

.bcv2-socials::before,
.bcv2-socials::after {
  content: "";
  position: absolute;
  left: 50%;
  width: 1px;
  height: 90px;
  background: linear-gradient(to bottom, transparent, rgba(14,73,143,.24), transparent);
}

.bcv2-socials::before {
  top: -115px;
}

.bcv2-socials::after {
  bottom: -115px;
}

.bcv2-socials a {
  width: 42px;
  height: 42px;
  border-radius: 999px;
  color: rgba(49,59,69,.72);
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none !important;
  transition: transform .35s ease, background .35s ease, color .35s ease;
}

.bcv2-socials a:hover {
  transform: translateY(-4px);
  background: #fff;
  color: var(--bcv2-deep);
  box-shadow: 0 12px 32px rgba(14,73,143,.12);
}

.bcv2-scroll {
  position: absolute;
  left: 50%;
  bottom: 34px;
  z-index: 10;
  transform: translateX(-50%);
  color: rgba(49,59,69,.6);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.bcv2-scroll span {
  display: block;
  width: 1px;
  height: 38px;
  margin: 0 auto 10px;
  background: linear-gradient(to bottom, transparent, var(--bcv2-deep), transparent);
}

@media (max-width: 768px) {
  .bcv2-container {
    width: min(100% - 36px, 1440px);
  }

  .bcv2-socials {
    display: none;
  }

  .bcv2-hero__content {
    padding-top: 110px;
  }

  .bcv2-hero__title {
    font-size: clamp(58px, 18vw, 96px);
  }

  .bcv2-hero__visual {
    width: 120vw;
    height: 86vw;
    right: -82vw;
    top: 48%;
    opacity: .42;
  }
}


/* ================================
   V2 Ecosystems — Continuous horizontal scene
================================ */

.bcv2-ecosystems {
  position: relative;
  z-index: 2;
  height: 340vh;
  background:
    linear-gradient(180deg, rgba(251,252,255,0) 0%, #fbfcff 14%, #f8fbff 55%, #111923 100%);
  overflow: visible;
}

.bcv2-eco-sticky {
  position: sticky;
  top: 0;
  height: 100svh;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.bcv2-eco-bg {
  position: absolute;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
}

.bcv2-eco-bg__wave {
  position: absolute;
  right: -22vw;
  top: -10vw;
  width: 86vw;
  height: 86vw;
  border-radius: 50%;
  opacity: .22;
  background:
    repeating-radial-gradient(circle, rgba(14,73,143,.24) 0 1px, transparent 1px 14px),
    radial-gradient(circle, rgba(128,166,237,.28), transparent 58%);
}

.bcv2-eco-bg__glow {
  position: absolute;
  left: 18vw;
  top: 58vh;
  width: 36vw;
  height: 36vw;
  border-radius: 999px;
  background: rgba(128,166,237,.16);
  filter: blur(80px);
}

.bcv2-eco-heading {
  position: relative;
  z-index: 3;
  max-width: 980px;
  margin-bottom: 30px;
}

.bcv2-eco-heading h2 {
  margin: 10px 0 0;
  font-family: "Archivo Black", Impact, sans-serif;
  font-size: clamp(62px, 6vw, 90px);
  line-height: .82;
  color: var(--bcv2-ink);
}

.bcv2-eco-heading p {
  max-width: 580px;
  margin: 15px 0 0;
  color: rgba(49,59,69,.66);
  font-size: 18px;
  line-height: 1.3;
}

.bcv2-eco-track-wrap {
  position: relative;
  z-index: 4;
  width: 100%;
  overflow: visible;
}

.bcv2-eco-track {
  display: flex;
  gap: 30px;
  width: max-content;
  padding-left: max(7vw, calc((100vw - 1440px) / 2 + 48px));
  padding-right: 12vw;
  will-change: transform;
}

.bcv2-eco-card {
  position: relative;
  width: min(540px, 78vw);
  height: 300px;
  padding: 30px;
  border-radius: 42px;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(255,255,255,.78), rgba(255,255,255,.42));
  border: 1px solid rgba(14,73,143,.11);
  box-shadow: 0 34px 110px rgba(14,73,143,.1);
  backdrop-filter: blur(22px);
  -webkit-backdrop-filter: blur(22px);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  transform-style: preserve-3d;
}

.bcv2-eco-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 70% 18%, rgba(128,166,237,.28), transparent 38%),
    linear-gradient(180deg, rgba(255,255,255,.24), transparent);
  pointer-events: none;
}

.bcv2-eco-card::after {
  content: "";
  position: absolute;
  right: -28%;
  top: -36%;
  width: 86%;
  height: 86%;
  border-radius: 50%;
  opacity: .55;
  background:
    repeating-radial-gradient(circle, rgba(14,73,143,.12) 0 1px, transparent 1px 15px);
}

.bcv2-eco-card__num {
  position: absolute;
  top: 26px;
  right: 34px;
  font-family: "Archivo Black", Impact, sans-serif;
  font-size: 110px;
  line-height: .8;
  color: rgba(14,73,143,.1);
}

.bcv2-eco-card__label {
  position: relative;
  z-index: 2;
  color: rgba(14,73,143,.66);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 18px;
}

.bcv2-eco-card h3 {
  position: relative;
  z-index: 2;
  max-width: 450px;
  margin: 0;
  font-family: "Archivo Black", Impact, sans-serif;
  font-size: clamp(38px, 2vw, 54px);
  line-height: .86;
  color: #111923;
}

.bcv2-eco-card p {
  position: relative;
  z-index: 2;
  max-width: 420px;
  margin: 15px 0 0;
  color: rgba(49,59,69,.68);
  font-size: 17px;
  line-height: 1.3;
}

.bcv2-eco-card--final {
  background:
    radial-gradient(circle at 78% 18%, rgba(128,166,237,.28), transparent 36%),
    linear-gradient(180deg, #111923, #172231);
  border-color: rgba(128,166,237,.2);
}

.bcv2-eco-card--final h3,
.bcv2-eco-card--final p {
  color: #fff;
}

.bcv2-eco-card--final .bcv2-eco-card__label {
  color: var(--bcv2-blue);
}

.bcv2-eco-card--final .bcv2-eco-card__num {
  color: rgba(128,166,237,.12);
}

@media (max-width: 768px) {
  .bcv2-ecosystems {
    height: auto;
    margin-top: -80px;
    padding: 150px 0 100px;
  }

  .bcv2-eco-sticky {
    position: relative;
    height: auto;
    display: block;
  }

  .bcv2-eco-heading {
    margin-bottom: 25px;
  }

  .bcv2-eco-heading h2 {
    font-size: clamp(52px, 16vw, 88px);
  }

  .bcv2-eco-track {
    width: auto;
    flex-direction: column;
    padding: 0 24px;
  }

  .bcv2-eco-card {
    width: 100%;
    height: 430px;
  }
}

/* ================================
   V2 Cinematic Logo Intro - Real Logo
================================ */

.bcv2-logo-intro {
  position: relative;
  z-index: 20;
  min-height: 100svh;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background:
    radial-gradient(circle at 50% 44%, rgba(128,166,237,.18), transparent 30%),
    radial-gradient(circle at 80% 70%, rgba(14,73,143,.07), transparent 28%),
    linear-gradient(180deg, #fefffa 0%, #f7faff 100%);
  color: #111923;
}

.bcv2-logo-intro::after {
  display: none;
}

.bcv2-logo-intro__caption {
  color: rgba(49,59,69,.58);
}

.bcv2-logo-intro__caption strong {
  color: #0e498f;
}

.bcv2-logo-intro__scroll {
  color: #0e498f;
}

.bcv2-logo-real {
  filter:
    brightness(1)
    contrast(1.05)
    drop-shadow(0 22px 70px rgba(14,73,143,.14));
}

.bcv2-logo-intro__noise {
  position: absolute;
  inset: 0;
  opacity: .14;
  background-image: radial-gradient(rgba(255,255,255,.18) 1px, transparent 1px);
  background-size: 5px 5px;
  z-index: 1;
}

.bcv2-logo-intro__glow {
  position: absolute;
  left: 50%;
  top: 44%;
  width: 46vw;
  height: 46vw;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  background: rgba(128,166,237,.18);
  filter: blur(80px);
  z-index: 1;
}

.bcv2-logo-intro__rings {
  position: absolute;
  left: 50%;
  top: 44%;
  width: 68vw;
  height: 68vw;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  background:
    repeating-radial-gradient(circle, rgba(128,166,237,.15) 0 1px, transparent 1px 22px);
  opacity: .28;
  z-index: 1;
}

.bcv2-logo-intro__beam {
  position: absolute;
  left: 0;
  right: 0;
  top: 46%;
  height: 1px;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(128,166,237,.35),
    #fff,
    rgba(128,166,237,.35),
    transparent
  );
  box-shadow: 0 0 42px rgba(128,166,237,.75);
  opacity: 0;
  z-index: 7;
}
.bcv2-logo-intro__stage {
  padding-top: 70px;
}

.bcv2-logo-intro__scroll {
  bottom: 6vh;
}
.bcv2-logo-intro__stage {
  position: relative;
  z-index: 8;
  width: min(82vw, 980px);
  display: flex;
  flex-direction: column;
  align-items: center;
}

.bcv2-logo-real {
  width: min(76vw, 780px);
  height: auto;
  display: block;
  object-fit: contain;
  opacity: 0;
  filter:
    brightness(1.35)
    contrast(1.05)
    drop-shadow(0 0 28px rgba(128,166,237,.32))
    drop-shadow(0 0 90px rgba(14,73,143,.25));
  transform: scale(.88);
}

.bcv2-logo-flare {
  position: absolute;
  left: 30%;
  top: 44%;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #fff;
  box-shadow:
    0 0 26px rgba(255,255,255,1),
    0 0 90px rgba(128,166,237,.95),
    0 0 180px rgba(14,73,143,.75);
  opacity: 0;
  z-index: 10;
}

.bcv2-logo-intro__caption {
  margin: 0px;
  font-size: 15px;
  text-transform: uppercase;
  opacity: 0;
}


.bcv2-logo-intro__scroll {
  position: absolute;
  left: 50%;
  bottom: 7vh;
  z-index: 10;
  transform: translateX(-50%);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  text-align: center;
  opacity: .95;
}

.bcv2-logo-intro__scroll span {
  position: relative;
  display: block;
  width: 2px;
  height: 54px;
  margin: 0 auto 14px;
  background: rgba(128,166,237,.28);
  overflow: hidden;
}

.bcv2-logo-intro__scroll span::after {
  content: "";
  position: absolute;
  left: 0;
  top: -40%;
  width: 100%;
  height: 40%;
  background: #80a6ed;
  box-shadow: 0 0 18px rgba(128,166,237,.9);
  animation: bcv2ScrollLine 1.5s ease-in-out infinite;
}

@keyframes bcv2ScrollLine {
  0% {
    top: -40%;
  }

  100% {
    top: 100%;
  }
}
/* ================================
   V2 Cinematic Hamburger Navigation
================================ */

.bcv2-nav {
  position: fixed;
  left: 0;
  top: 22px;
  width: 100%;
  z-index: 9999;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-24px);
}

.bcv2-nav.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  transition:
    opacity .65s ease,
    visibility .65s ease,
    transform .65s cubic-bezier(.22,1,.36,1);
}

.bcv2-nav__inner {
  width: min(92vw, 1320px);
  margin-inline: auto;
  min-height: auto;
  padding: 0;
  border-radius: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  pointer-events: auto;
  background: transparent;
  border: 0;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  box-shadow: none;
}
.bcv2-nav__brand {
  min-height: 64px;
  padding: 0 26px;
  border-radius: 999px;
  background: rgba(254,255,250,.72);
  border: 1px solid rgba(14,73,143,.08);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  display: inline-flex;
  align-items: center;
  box-shadow: 0 18px 60px rgba(14,73,143,.08);
}

.bcv2-nav__actions {
  padding: 8px;
  border-radius: 999px;
  background: rgba(254,255,250,.72);
  border: 1px solid rgba(14,73,143,.08);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  box-shadow: 0 18px 60px rgba(14,73,143,.08);
}

.bcv2-nav.is-scrolled .bcv2-nav__inner {
  background: transparent;
  box-shadow: none;
}

.bcv2-nav__brand img {
  width: 138px;
  height: auto;
  display: block;
  object-fit: contain;
  transition: width .45s ease, opacity .45s ease;
}

.bcv2-nav.is-scrolled .bcv2-nav__brand img {
  width: 120px;
}

.bcv2-nav__actions {
  display: flex;
  align-items: center;
  gap: 12px;
}

.bcv2-nav__cta {
  min-height: 48px;
  padding: 0 20px 0 24px;
  border-radius: 999px;
  background: var(--bcv2-deep);
  color: #fff !important;
  text-decoration: none !important;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-size: 13px;
  font-weight: 900;
  box-shadow: 0 18px 45px rgba(14,73,143,.24);
}

.bcv2-nav__toggle {
  min-height: 48px;
  padding: 0 16px 0 20px;
  border-radius: 999px;
  border: 1px solid rgba(14,73,143,.12);
  background: rgba(255,255,255,.62);
  color: var(--bcv2-ink);
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 14px;
  font-size: 12px;
  font-weight: 900;

  text-transform: uppercase;
  transition: background .35s ease, color .35s ease;
}

.bcv2-nav__toggle:hover {
  background: #111923;
  color: #fff;
}

.bcv2-nav__toggle-icon {
  position: relative;
  width: 22px;
  height: 14px;
  display: inline-flex;
  flex-direction: column;
  justify-content: space-between;
}

.bcv2-nav__toggle-icon i {
  width: 22px;
  height: 2px;
  border-radius: 99px;
  background: currentColor;
  display: block;
  transition: transform .45s cubic-bezier(.22,1,.36,1);
}

.bcv2-nav.is-open .bcv2-nav__toggle-icon i:first-child {
  transform: translateY(6px) rotate(45deg);
}

.bcv2-nav.is-open .bcv2-nav__toggle-icon i:last-child {
  transform: translateY(-6px) rotate(-45deg);
}

/* Overlay */

.bcv2-menu-overlay {
  position: fixed;
  inset: 0;
  z-index: 9998;
  pointer-events: none;
  visibility: hidden;
  background:
    radial-gradient(circle at 72% 30%, rgba(128,166,237,.16), transparent 28%),
    linear-gradient(180deg, #07101a 0%, #111923 100%);
  color: #fff;
  clip-path: circle(0% at calc(100% - 120px) 58px);
  overflow: hidden;
}
.bcv2-nav__inner {
  position: relative;
  z-index: 10000;
}

.bcv2-nav.is-open .bcv2-menu-overlay {
  pointer-events: auto;
  visibility: visible;
}

.bcv2-menu-overlay__noise {
  position: absolute;
  inset: 0;
  opacity: .13;
  background-image: radial-gradient(rgba(255,255,255,.16) 1px, transparent 1px);
  background-size: 5px 5px;
}

.bcv2-menu-overlay__glow {
  position: absolute;
  right: -14vw;
  top: -10vw;
  width: 62vw;
  height: 62vw;
  border-radius: 50%;
  background:
    repeating-radial-gradient(circle, rgba(128,166,237,.14) 0 1px, transparent 1px 20px),
    radial-gradient(circle, rgba(128,166,237,.2), transparent 58%);
  opacity: .7;
}

.bcv2-menu-overlay__word {
  position: absolute;
  left: -4vw;
  bottom: -3vw;
  font-family: "Archivo Black", Impact, sans-serif;
  font-size: 24vw;
  line-height: .75;
  color: rgba(255,255,255,.035);
  pointer-events: none;
}

.bcv2-menu-overlay__inner {
  position: relative;
  z-index: 2;
  width: min(100% - 64px, 1440px);
  min-height: 100svh;
  margin-inline: auto;
  padding: 150px 0 54px;
  display: grid;
  grid-template-columns: .34fr 1fr;
  gap: 70px;
  align-items: center;
}

.bcv2-menu-overlay__meta {
  position: relative;
  align-self: center;
  padding: 34px 30px;
  border-radius: 30px;
  background:
    linear-gradient(180deg, rgba(255,255,255,.07), rgba(255,255,255,.025));
  border: 1px solid rgba(128,166,237,.16);
  box-shadow: 0 30px 90px rgba(0,0,0,.22);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  overflow: hidden;
}

.bcv2-menu-overlay__meta::before {
  content: "";
  position: absolute;
  left: 28px;
  right: 28px;
  top: 22px;
  height: 1px;
  background: linear-gradient(90deg, var(--bcv2-blue), transparent);
  opacity: .7;
}

.bcv2-menu-overlay__meta::after {
  content: "";
  position: absolute;
  right: 26px;
  bottom: 26px;
  width: 88px;
  height: 88px;
  border-radius: 50%;
  background:
    repeating-radial-gradient(circle, rgba(128,166,237,.35) 0 1px, transparent 1px 10px);
  opacity: .35;
}

.bcv2-menu-overlay__meta span {
  position: relative;
  z-index: 2;
  display: block;
  color: var(--bcv2-blue);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.bcv2-menu-overlay__meta p {
  position: relative;
  z-index: 2;
  max-width: 330px;
  margin: 22px 0 0;
  color: rgba(254,255,250,.82);
  font-size: 22px;
  line-height: 1.28;
  font-weight: 800;
}
.bcv2-menu-overlay__meta:hover::after {
  animation: bcv2SignalSpin 8s linear infinite;
}

@keyframes bcv2SignalSpin {
  to {
    transform: rotate(360deg);
  }
}

.bcv2-menu-links {
  display: grid;
  gap: 18px;
}

.bcv2-menu-links a {
  position: relative;
  display: grid;
  grid-template-columns: 70px 1fr;
  gap: 26px;
  align-items: center;
  color: #fff !important;
  text-decoration: none !important;
  overflow: hidden;
}

.bcv2-menu-links a::before {
  content: attr(data-index);
  color: rgba(128,166,237,.7);
  font-size: 13px;
  font-weight: 900;
}

.bcv2-menu-links a span {
  display: block;
  font-family: "Archivo Black", Impact, sans-serif;
  font-size: clamp(48px, 4vw, 90px);
  line-height: .86;
  transform: translateY(0);
  color: #fff;
}

.bcv2-menu-links a:hover span {
  color: var(--bcv2-blue);
}

.bcv2-menu-overlay__footer {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 44px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.bcv2-menu-cta {
  color: #fff !important;
  text-decoration: none !important;
  font-weight: 900;
}

.bcv2-menu-socials {
  display: flex;
  gap: 24px;
}

.bcv2-menu-socials a {
  color: rgba(254,255,250,.62) !important;
  text-decoration: none !important;
  font-size: 13px;
  font-weight: 800;
}

@media (max-width: 768px) {
  .bcv2-nav {
    top: 14px;
  }

  .bcv2-nav__inner {
    width: min(92vw, 1320px);
    min-height: 62px;
  }

  .bcv2-nav__brand img {
    width: 114px;
  }

  .bcv2-nav__cta {
    display: none;
  }

  .bcv2-nav__toggle-text {
    display: none;
  }

  .bcv2-menu-overlay__inner {
    width: min(100% - 36px, 1440px);
    grid-template-columns: 1fr;
    padding: 120px 0 40px;
  }

  .bcv2-menu-overlay__meta {
    display: none;
  }

  .bcv2-menu-links a {
    grid-template-columns: 44px 1fr;
  }

  .bcv2-menu-links a span {
    font-size: clamp(44px, 15vw, 76px);
  }

  .bcv2-menu-overlay__footer {
    position: relative;
    bottom: auto;
    margin-top: 42px;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
  }

  .bcv2-menu-socials {
    flex-wrap: wrap;
  }
}

/* Nav hidden until intro transition */

.bcv2-nav {
  opacity: 0;
  visibility: hidden;
  transform: translateY(-24px);
}

.bcv2-nav.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  transition:
    opacity .65s ease,
    visibility .65s ease,
    transform .65s cubic-bezier(.22,1,.36,1);
}

/* Intro should overlap into hero without creating empty gap */

.bcv2-logo-intro {
  min-height: 100svh;
}

body:not(.bcv2-intro-done) .bcv2-logo-intro + .bcv2-nav + .bcv2-hero {
  margin-top: -100svh;
}

body.bcv2-intro-done .bcv2-hero {
  margin-top: 0 !important;
  padding-top: 0px;
}

.bcv2-hero {
  padding-top: 0;
}

.bcv2-hero__content {
  opacity: 0;
  transform: translateY(60px);
}

.bcv2-logo-intro__beam,
.bcv2-logo-flare {
  display: none !important;
}

body.bcv2-intro-done .bcv2-logo-intro {
  display: none !important;
}

body.bcv2-intro-done .bcv2-hero {
  margin-top: 0 !important;
}

.bcv2-logo-intro + .bcv2-nav + .bcv2-hero {
  margin-top: -100svh;
}

.bcv2-hero {
  position: relative;
  min-height: 100svh;
  padding-top: 150px;
  display: flex;
  align-items: center;
}

.bcv2-hero__content {
  position: relative;
  z-index: 8;
  opacity: 1;
  transform: none;
}

.bcv2-hero__visual {
  z-index: 2;
}

/* ================================
   V2 Methodology Dark Cinematic Slider
================================ */

.bcv2-method {
  position: relative;
  z-index: 2;
  min-height: 120svh;
  padding: 170px 0;
  overflow: hidden;
  background:
    radial-gradient(circle at 72% 36%, rgba(128,166,237,.2), transparent 30%),
    linear-gradient(180deg, #111923 0%, #07101a 100%);
  color: #fff;
}

.bcv2-method__bg {
  position: absolute;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
}

.bcv2-method__rings {
  position: absolute;
  right: -18vw;
  top: -16vw;
  width: 82vw;
  height: 82vw;
  border-radius: 50%;
  opacity: .22;
  background:
    repeating-radial-gradient(circle, rgba(128,166,237,.18) 0 1px, transparent 1px 18px);
}

.bcv2-method__glow {
  position: absolute;
  left: 12vw;
  bottom: -12vw;
  width: 40vw;
  height: 40vw;
  border-radius: 50%;
  background: rgba(128,166,237,.16);
  filter: blur(90px);
}

.bcv2-method .bcv2-eyebrow {
  color: var(--bcv2-blue);
}

.bcv2-method__header {
  position: relative;
  z-index: 2;
  max-width: 1180px;
  margin-bottom: 80px;
}

.bcv2-method__header h2 {
  margin: 20px 0 0;
  font-family: "Archivo Black", Impact, sans-serif;
  font-size: clamp(58px, 6vw, 90px);
  line-height: .82;
  color: #fff;
}

.bcv2-method__header p {
  max-width: 620px;
  margin: 30px 0 0;
  color: rgba(254,255,250,.68);
  font-size: 20px;
  line-height: 1.3;
}

.bcv2-method__cinema {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: .34fr 1fr;
  gap: 60px;
  align-items: center;
  perspective: 1400px;
}

.bcv2-method__counter span,
.bcv2-method__counter small {
  display: block;
  color: rgba(128,166,237,.75);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.bcv2-method-current {
  display: block;
  margin: 18px 0;
  font-family: "Archivo Black", Impact, sans-serif;
  font-size: clamp(130px, 17vw, 280px);
  line-height: .75;
  color: #fff;
  text-shadow: 0 34px 100px rgba(128,166,237,.2);
}

.bcv2-method-slider {
  position: relative;
  height: 590px;
  transform-style: preserve-3d;
}

.bcv2-method-slide {
  position: absolute;
  inset: 0;
  padding: 50px;
  border-radius: 46px;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(254,255,250,.1), rgba(254,255,250,.04));
  border: 1px solid rgba(128,166,237,.16);
  box-shadow: 0 40px 130px rgba(0,0,0,.28);
  backdrop-filter: blur(22px);
  -webkit-backdrop-filter: blur(22px);
  transform: translate3d(150px, 0, -220px) rotateY(-16deg) scale(.88);
  opacity: 0;
  filter: blur(12px);
  pointer-events: none;
  transition:
    transform .9s cubic-bezier(.22,1,.36,1),
    opacity .9s cubic-bezier(.22,1,.36,1),
    filter .9s cubic-bezier(.22,1,.36,1);
}

.bcv2-method-slide::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 80% 20%, rgba(128,166,237,.2), transparent 34%),
    linear-gradient(180deg, rgba(255,255,255,.08), transparent);
  pointer-events: none;
}

.bcv2-method-slide.is-active {
  opacity: 1;
  filter: blur(0);
  transform: translate3d(0, 0, 0) rotateY(0) scale(1);
  pointer-events: auto;
  z-index: 5;
}

.bcv2-method-slide.is-prev {
  opacity: .22;
  transform: translate3d(-100px, 0, -190px) rotateY(14deg) scale(.86);
  z-index: 2;
}

.bcv2-method-slide.is-next {
  opacity: .34;
  transform: translate3d(110px, 0, -170px) rotateY(-14deg) scale(.88);
  z-index: 3;
}

.bcv2-method-slide__index {
  position: absolute;
  top: 28px;
  right: 38px;
  font-family: "Archivo Black", Impact, sans-serif;
  font-size: 130px;
  line-height: .8;
  color: rgba(128,166,237,.1);
}

.bcv2-method-slide__kicker {
  position: relative;
  z-index: 2;
  display: block;
  margin-bottom: 120px;
  color: var(--bcv2-blue);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.bcv2-method-slide h3 {
  position: relative;
  z-index: 2;
  max-width: 760px;
  margin: 0;
  font-family: "Archivo Black", Impact, sans-serif;
  font-size: clamp(44px, 6vw, 85px);
  line-height: 1;
  color: #fff;
}

.bcv2-method-slide p {
  position: relative;
  z-index: 2;
  max-width: 580px;
  margin: 25px 0 0;
  color: rgba(254,255,250,.68);
  font-size: 20px;
  line-height: 1.3;
}

.bcv2-method-slide--cta {
  background:
    radial-gradient(circle at 80% 20%, rgba(128,166,237,.28), transparent 36%),
    linear-gradient(180deg, rgba(14,73,143,.48), rgba(17,25,35,.86));
}

.bcv2-method-slide--cta .bcv2-btn {
    position: absolute;
    font-size: 20px !important;
  bottom: 34px;
  right: 30px;
}

.bcv2-method-dots {
  position: absolute;
  right: 0;
  bottom: -56px;
  display: flex;
  gap: 12px;
}

.bcv2-method-dots button {
  width: 44px;
  height: 44px;
  border-radius: 999px;
  border: 1px solid rgba(128,166,237,.24);
  background: rgba(255,255,255,.04);
  color: rgba(254,255,250,.58);
  font-size: 12px;
  font-weight: 900;
  cursor: pointer;
  transition: all .35s ease;
}

.bcv2-method-dots button.is-active {
  background: var(--bcv2-blue);
  color: #111923;
  border-color: var(--bcv2-blue);
  box-shadow: 0 16px 40px rgba(128,166,237,.24);
}

@media (max-width: 992px) {
  .bcv2-method__cinema {
    grid-template-columns: 1fr;
  }

  .bcv2-method-slider {
    height: 620px;
  }
}

@media (max-width: 640px) {
  .bcv2-method {
    padding: 110px 0;
  }

  .bcv2-method-slider {
    height: 660px;
  }

  .bcv2-method-slide {
    padding: 34px;
    border-radius: 32px;
  }

  .bcv2-method-slide__kicker {
    margin-bottom: 100px;
  }

  .bcv2-method-dots {
    position: relative;
    bottom: auto;
    margin-top: 24px;
    flex-wrap: wrap;
  }
}

/* FIX FINAL MENU V2 */

.bcv2-nav__inner {
  background: transparent !important;
  box-shadow: none !important;
  border: 0 !important;
}

.bcv2-nav__toggle {
  background: #111923 !important;
  color: #fff !important;
  border: 1px solid rgba(128,166,237,.2) !important;
  box-shadow: 0 18px 50px rgba(17,25,35,.18) !important;
}

.bcv2-nav__toggle:hover,
.bcv2-nav.is-open .bcv2-nav__toggle {
  background: var(--bcv2-deep) !important;
  color: #fff !important;
}

.bcv2-menu-overlay {
  position: fixed !important;
  inset: 0 !important;
  z-index: 9998 !important;
  pointer-events: none;
  visibility: hidden;
  opacity: 1;
  clip-path: circle(0% at calc(100% - 110px) 56px);
}

.bcv2-nav.is-open .bcv2-menu-overlay {
  visibility: visible !important;
  pointer-events: auto !important;
}

.bcv2-nav__inner {
  position: relative;
  z-index: 10000 !important;
}

.bcv2-nav__toggle {
  background: #111923 !important;
}

.bcv2-nav.is-open .bcv2-nav__toggle {
  background: var(--bcv2-deep) !important;
}

.bcv2-menu-overlay {
  position: fixed !important;
  inset: 0 !important;
  z-index: 999999 !important;
}

.bcv2-nav {
  z-index: 1000000 !important;
}

body .bcv2-menu-overlay {
  position: fixed !important;
  inset: 0 !important;
  width: 100vw !important;
  height: 100svh !important;
  z-index: 999999 !important;
  overflow: hidden !important;
}

.bcv2-nav {
  z-index: 1000000 !important;
}

.elementor-location-header,
.elementor-location-header * {
  overflow: visible !important;
}

.bcv2-menu-close {
  position: fixed;
  right: 42px;
  top: 34px;
  z-index: 1000001;
  width: 64px;
  height: 64px;
  border-radius: 999px;
  border: 1px solid rgba(128,166,237,.22);
  background: rgba(255,255,255,.08);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  display: none;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.bcv2-nav.is-open .bcv2-menu-close {
  display: flex;
}

.bcv2-menu-close span {
  position: absolute;
  width: 24px;
  height: 2px;
  border-radius: 99px;
  background: #fff;
}

.bcv2-menu-close span:first-child {
  transform: rotate(45deg);
}

.bcv2-menu-close span:last-child {
  transform: rotate(-45deg);
}

.bcv2-menu-close:hover {
  background: var(--bcv2-deep);
}

/* ================================
   HERO V2 VIDEO
================================ */

.bcv2-hero--video {
  min-height: 100svh;
  padding: 150px 0 90px;
  overflow: hidden;
  background:
    radial-gradient(circle at 82% 28%, rgba(128,166,237,.24), transparent 34%),
    linear-gradient(180deg, #fefffa 0%, #f6faff 100%);
}

.bcv2-hero--video .bcv2-container {
  position: relative;
  z-index: 4;
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: clamp(40px, 6vw, 110px);
  align-items: center;
}

.bcv2-hero--video .bcv2-hero__content {
  max-width: 760px;
}

.bcv2-hero-video-wrap {
  position: relative;
  min-height: 680px;
  display: flex;
  align-items: center;
  justify-content: center;
  perspective: 1400px;
}

.bcv2-hero-video-wrap::before {
  content: "";
  position: absolute;
  right: -12%;
  bottom: 3%;
  width: 120%;
  height: 42%;
  background:
    repeating-linear-gradient(
      -8deg,
      rgba(128,166,237,.22) 0 1px,
      transparent 1px 12px
    );
  opacity: .5;
  mask-image: radial-gradient(ellipse at center, #000 0%, transparent 72%);
  -webkit-mask-image: radial-gradient(ellipse at center, #000 0%, transparent 72%);
  transform: rotate(-8deg);
}

.bcv2-hero-video-card {
  position: relative;
  width: min(340px, 82vw);
  aspect-ratio: 9 / 16;
  border-radius: 42px;
  overflow: hidden;
  background: #07101a;
  border: 1px solid rgba(14,73,143,.28);
  box-shadow:
    0 46px 130px rgba(14,73,143,.22),
    0 18px 70px rgba(17,25,35,.18);
  transform: rotateY(-10deg) rotateX(4deg) rotateZ(2deg);
  transform-style: preserve-3d;
  will-change: transform;
}

.bcv2-hero-video-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 4;
  background:
    linear-gradient(180deg, rgba(7,16,26,.16), transparent 38%, rgba(7,16,26,.62)),
    radial-gradient(circle at 50% 42%, transparent 0 34%, rgba(7,16,26,.12) 52%, rgba(7,16,26,.42) 100%);
  pointer-events: none;
}

.bcv2-hero-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bcv2-hero-video-card__label {
  position: absolute;
  left: 28px;
  top: 28px;
  z-index: 6;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #fff;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .12em;
}

.bcv2-hero-video-card__label span {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--bcv2-blue);
  box-shadow: 0 0 20px rgba(128,166,237,.9);
}

.bcv2-hero-video-play {
  appearance: none !important;
  -webkit-appearance: none !important;
  position: absolute !important;
  left: 50% !important;
  top: 50% !important;
  z-index: 7 !important;
  width: 118px !important;
  height: 118px !important;
  border-radius: 999px !important;
  border: 1px solid rgba(255,255,255,.62) !important;
  background: rgba(254,255,250,.88) !important;
  transform: translate(-50%, -50%) !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  cursor: pointer !important;
  box-shadow:
    0 0 0 18px rgba(255,255,255,.12),
    0 32px 90px rgba(0,0,0,.28) !important;
  transition: scale .35s ease, background .35s ease !important;
}

.bcv2-hero-video-play:hover {
  scale: 1.06;
  background: #fff !important;
}

.bcv2-hero-video-play span {
  display: block;
  width: 0;
  height: 0;
  margin-left: 7px;
  border-top: 17px solid transparent;
  border-bottom: 17px solid transparent;
  border-left: 25px solid var(--bcv2-deep);
}

.bcv2-hero-video-card.is-playing .bcv2-hero-video-play {
  opacity: 0;
  pointer-events: none;
}

.bcv2-hero-video-card__meta {
  position: absolute;
  left: 28px;
  right: 28px;
  bottom: 28px;
  z-index: 6;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 4px 18px;
  align-items: end;
  color: #fff;
}

.bcv2-hero-video-time {
  grid-row: span 2;
  font-size: 12px;
  font-weight: 900;
}

.bcv2-hero-video-card__meta strong {
  font-size: 15px;
  font-weight: 900;
  letter-spacing: .12em;
  text-align: right;
}

.bcv2-hero-video-card__meta small {
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .16em;
  text-align: right;
}

.bcv2-hero-video-card__corners i {
  position: absolute;
  z-index: 8;
  width: 24px;
  height: 24px;
  border-color: rgba(255,255,255,.72);
  border-style: solid;
}

.bcv2-hero-video-card__corners i:nth-child(1) {
  left: 20px;
  top: 20px;
  border-width: 2px 0 0 2px;
}

.bcv2-hero-video-card__corners i:nth-child(2) {
  right: 20px;
  top: 20px;
  border-width: 2px 2px 0 0;
}

.bcv2-hero-video-card__corners i:nth-child(3) {
  right: 20px;
  bottom: 20px;
  border-width: 0 2px 2px 0;
}

.bcv2-hero-video-card__corners i:nth-child(4) {
  left: 20px;
  bottom: 20px;
  border-width: 0 0 2px 2px;
}

@media (max-width: 1100px) {
  .bcv2-hero--video .bcv2-container {
    grid-template-columns: 1fr;
  }

  .bcv2-hero-video-wrap {
    min-height: auto;
    margin-top: 40px;
  }

  .bcv2-hero-video-card {
    width: min(360px, 82vw);
  }
}

@media (max-width: 640px) {
  .bcv2-hero-video-card {
    border-radius: 32px;
    transform: none;
  }

  .bcv2-hero-video-play {
    width: 92px !important;
    height: 92px !important;
  }
}

/* FIX Elementor reset on V2 menu button */

.bcv2-nav .bcv2-nav__toggle,
.bcv2-nav .bcv2-nav__toggle[type="button"] {
  appearance: none !important;
  -webkit-appearance: none !important;
  width: auto !important;
  min-width: auto !important;
  min-height: 52px !important;
  padding: 0 18px 0 22px !important;
  border: 1px solid rgba(128,166,237,.18) !important;
  border-radius: 999px !important;
  background: #111923 !important;
  color: #fff !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 14px !important;
  font-family: inherit !important;
  font-size: 12px !important;
  font-weight: 900 !important;
  line-height: 1 !important;
  text-transform: uppercase !important;
  text-align: center !important;
  white-space: nowrap !important;
  cursor: pointer !important;
  box-shadow: 0 18px 50px rgba(17,25,35,.18) !important;
  transition: background .35s ease, color .35s ease, transform .35s ease !important;
}

.bcv2-nav .bcv2-nav__toggle:hover,
.bcv2-nav.is-open .bcv2-nav__toggle {
  background: var(--bcv2-deep) !important;
  color: #fff !important;
}

.bcv2-nav .bcv2-nav__toggle:focus,
.bcv2-nav .bcv2-nav__toggle:active {
  outline: none !important;
  background: var(--bcv2-deep) !important;
  color: #fff !important;
}

.bcv2-nav .bcv2-nav__toggle-text {
  display: inline-block !important;
  color: inherit !important;
  line-height: 1 !important;
}

.bcv2-nav .bcv2-nav__toggle-icon {
  width: 22px !important;
  height: 14px !important;
  display: inline-flex !important;
  flex-direction: column !important;
  justify-content: space-between !important;
  flex-shrink: 0 !important;
}

.bcv2-nav .bcv2-nav__toggle-icon i {
  display: block !important;
  width: 22px !important;
  height: 2px !important;
  border-radius: 99px !important;
  background: currentColor !important;
}



/* ================================
   V2 Brands Final
================================ */

.bcv2-brands-final {
  position: relative;
  z-index: 3;
  margin-top: -1px;
  padding: 130px 0 150px;
  overflow: hidden;
  background:
    linear-gradient(180deg, #07101a 0%, #0b1522 100%);
  color: #fff;
}

.bcv2-brands-final::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(128,166,237,.08) 0 1px, transparent 1px 100%),
    linear-gradient(180deg, rgba(255,255,255,.045), transparent 36%);
  opacity: .45;
  pointer-events: none;
}

.bcv2-brands-final__grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: .78fr 1.22fr;
  gap: 80px;
  align-items: center;
}

.bcv2-brands-final__copy .bcv2-eyebrow {
  color: var(--bcv2-blue);
}

.bcv2-brands-final__copy h2 {
  margin: 20px 0 0;
  font-family: "Archivo Black", Impact, sans-serif;
  font-size: clamp(58px, 6.4vw, 112px);
  line-height: .82;
  color: #fff;
}

.bcv2-brands-final__copy p {
  max-width: 520px;
  margin: 30px 0 0;
  color: rgba(254,255,250,.68);
  font-size: 20px;
  line-height: 1.35;
}

.bcv2-brands-final__wall {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.bcv2-brands-final__wall span {
  position: relative;
  min-height: 116px;
  padding: 26px;
  border-radius: 28px;
  background:
    linear-gradient(180deg, rgba(255,255,255,.075), rgba(255,255,255,.03));
  border: 1px solid rgba(128,166,237,.14);
  color: rgba(254,255,250,.82);
  font-family: "Archivo Black", Impact, sans-serif;
  font-size: clamp(28px, 3vw, 52px);
  line-height: .9;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  transition:
    transform .45s cubic-bezier(.22,1,.36,1),
    color .45s ease,
    border-color .45s ease,
    background .45s ease;
}

.bcv2-brands-final__wall span::before {
  content: "";
  position: absolute;
  inset: auto 24px 18px 24px;
  height: 1px;
  background: linear-gradient(90deg, var(--bcv2-blue), transparent);
  opacity: .32;
}

.bcv2-brands-final__wall span:hover {
  transform: translateY(-8px);
  color: #fff;
  border-color: rgba(128,166,237,.32);
  background:
    linear-gradient(180deg, rgba(128,166,237,.16), rgba(255,255,255,.04));
}

@media (max-width: 992px) {
  .bcv2-brands-final__grid {
    grid-template-columns: 1fr;
    gap: 50px;
  }
}

@media (max-width: 640px) {
  .bcv2-brands-final {
    padding: 100px 0;
  }

  .bcv2-brands-final__wall {
    grid-template-columns: 1fr;
  }

  .bcv2-brands-final__wall span {
    min-height: 96px;
  }
}

/* ================================
   V2 Cases — Cinematic 3D Deck
================================ */

.bcv2-cases {
  position: relative;
  z-index: 3;
  min-height: 80svh;
  padding: 80px 0;
  overflow: hidden;
  background:
    radial-gradient(circle at 24% 36%, rgba(128,166,237,.12), transparent 28%),
    linear-gradient(180deg, #0b1522 0%, #07101a 100%);
  color: #fff;
}

.bcv2-cases__bg {
  position: absolute;
  inset: 0;
  opacity: .34;
  background:
    linear-gradient(90deg, rgba(128,166,237,.08) 0 1px, transparent 1px 100%),
    linear-gradient(180deg, rgba(255,255,255,.035), transparent 42%);
  pointer-events: none;
}

.bcv2-cases__layout {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  align-items: center;
}

.bcv2-cases .bcv2-eyebrow {
  color: var(--bcv2-blue);
}

.bcv2-cases__left h2 {
  margin: 10px 0 0;
  font-family: "Archivo Black", Impact, sans-serif;
  font-size: clamp(56px, 6vw, 90px);
  line-height: .9;
  color: #fff;
}

.bcv2-cases__left > p {
  max-width: 500px;
  margin: 15px 0 0;
  color: rgba(254,255,250,.68);
  font-size: 20px;
  line-height: 1.3;
}

.bcv2-cases__deck {
  position: relative;
  height: 480px;
  margin-top: 0px;
  perspective: 1400px;
  transform-style: preserve-3d;
}

.bcv2-case-card {
  position: absolute;
  left: 50%;
  top: 50%;
  width: min(320px, 70vw);
  height: 380px;
  padding: 34px;
  border-radius: 30px;
  overflow: hidden;
  transform: translate(-50%, -50%);
  background:
    linear-gradient(180deg, rgba(255,255,255,.12), rgba(255,255,255,.035));
  border: 1px solid rgba(128,166,237,.18);
  box-shadow: 0 40px 120px rgba(0,0,0,.28);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  cursor: pointer;
  transition:
    transform .85s cubic-bezier(.22,1,.36,1),
    opacity .85s cubic-bezier(.22,1,.36,1),
    filter .85s cubic-bezier(.22,1,.36,1),
    border-color .45s ease;
}

.bcv2-case-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, transparent 18%, rgba(7,16,26,.88) 100%),
    radial-gradient(circle at 60% 20%, rgba(128,166,237,.18), transparent 34%);
  pointer-events: none;
}

.bcv2-case-card::after {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .16;
  background:
    linear-gradient(135deg, transparent 0 38%, rgba(255,255,255,.18) 39% 48%, transparent 49% 100%);
  pointer-events: none;
}

.bcv2-case-card span,
.bcv2-case-card h3,
.bcv2-case-card p,
.bcv2-case-card small {
  position: relative;
  z-index: 2;
}

.bcv2-case-card span {
  position: absolute;
  left: 32px;
  top: 30px;
  color: rgba(254,255,250,.84);
  font-size: 18px;
  font-weight: 900;
}

.bcv2-case-card h3 {
  margin: 0;
  font-family: "Archivo Black", Impact, sans-serif;
  font-size: clamp(34px, 3vw, 56px);
  line-height: .9;
  color: #fff;
}

.bcv2-case-card p {
  margin: 0px 0 0;
  color: rgba(254,255,250,.78);
  font-size: 15px;
}

.bcv2-case-card small {
  margin-top: 20px;
  color: rgba(254,255,250,.7);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.bcv2-case-card.is-active {
  border-color: rgba(128,166,237,.54);
  box-shadow:
    0 40px 120px rgba(0,0,0,.34),
    0 0 0 1px rgba(128,166,237,.22);
}

/* Panel */

.bcv2-case-panel {
  position: relative;
  padding: 35px;
  border-radius: 42px;
  background:
    linear-gradient(180deg, rgba(255,255,255,.085), rgba(255,255,255,.035));
  border: 1px solid rgba(128,166,237,.15);
  box-shadow: 0 40px 140px rgba(0,0,0,.26);
  backdrop-filter: blur(22px);
  -webkit-backdrop-filter: blur(22px);
  overflow: hidden;
}

.bcv2-case-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 84% 18%, rgba(128,166,237,.16), transparent 36%);
  pointer-events: none;
}

.bcv2-case-panel__count {
  position: relative;
  z-index: 2;
  display: inline-flex;
  min-height: 40px;
  padding: 0 18px;
  border-radius: 999px;
  border: 1px solid rgba(128,166,237,.28);
  align-items: center;
  color: var(--bcv2-blue);
  font-size: 13px;
  font-weight: 900;
}

.bcv2-case-panel__title {
  position: relative;
  z-index: 2;
  margin: 15px 0 0;
  font-family: "Archivo Black", Impact, sans-serif;
  font-size: clamp(42px, 3vw, 64px);
  line-height: .9;
  color: #fff;
}

.bcv2-case-panel__sector {
  position: relative;
  z-index: 2;
  display: block;
  color: var(--bcv2-blue);
  font-size: 20px;
}

.bcv2-case-panel__desc {
  position: relative;
  z-index: 2;
  max-width: 620px;
  margin: 10px 0 0;
  color: rgba(254,255,250,.68);
  font-size: 18px;
  line-height: 1.3;
}

.bcv2-case-stats {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 10px;
  border-top: 1px solid rgba(128,166,237,.14);
  border-bottom: 1px solid rgba(128,166,237,.14);
}

.bcv2-case-stats div {
  padding: 25px 20px;
}

.bcv2-case-stats div:nth-child(odd) {
  border-right: 1px solid rgba(128,166,237,.14);
}

.bcv2-case-stats div:nth-child(1),
.bcv2-case-stats div:nth-child(2) {
  border-bottom: 1px solid rgba(128,166,237,.14);
}

.bcv2-case-stats span {
  display: block;
  font-family: "Archivo Black", Impact, sans-serif;
  font-size: clamp(40px, 3vw, 60px);
  line-height: .8;
  color: #fff;
}

.bcv2-case-stats p {
  margin: 5px 0 0;
  color: rgba(254,255,250,.58);
  font-size: 15px;
  line-height: 1.35;
}

.bcv2-case-tags {
  position: relative;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 10px;
}

.bcv2-case-tags span {
  padding: 6px 12px;
  border-radius: 999px;
  border: 1px solid rgba(128,166,237,.18);
  color: rgba(254,255,250,.76);
  font-size: 10px;
  font-weight: 800;
}

.bcv2-case-actions {
  position: relative;
  z-index: 2;
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 10px;
}

.bcv2-case-actions button,
.bcv2-case-actions a {
  min-height: 52px;
  border-radius: 999px;
  border: 1px solid rgba(128,166,237,.24);
  background: rgba(255,255,255,.04);
  color: #fff !important;
  text-decoration: none !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 22px;
  font-size: 14px;
  font-weight: 900;
  cursor: pointer;
}

.bcv2-case-actions a {
  min-width: 220px;
  justify-content: space-between;
}

.bcv2-case-next {
  background: var(--bcv2-deep) !important;
}

/* Responsive */

@media (max-width: 1100px) {
  .bcv2-cases__layout {
    grid-template-columns: 1fr;
  }

  .bcv2-cases__deck {
    height: 440px;
  }
}

@media (max-width: 640px) {
  .bcv2-cases {
    padding: 110px 0;
  }

  .bcv2-case-panel {
    padding: 30px;
    border-radius: 30px;
  }

  .bcv2-case-stats {
    grid-template-columns: 1fr;
  }

  .bcv2-case-stats div {
    border-right: 0 !important;
    border-bottom: 1px solid rgba(128,166,237,.14);
  }
}

/* ================================
   V2 Insights — Editorial Light Transition
================================ */

.bcv2-insights {
  position: relative;
  z-index: 3;
  padding: 190px 0 160px;
  margin-top: -1px;
  overflow: hidden;
  background:
    radial-gradient(circle at 80% 20%, rgba(128,166,237,.18), transparent 32%),
    linear-gradient(180deg, #07101a 0%, #eef5ff 22%, #fefffa 100%);
  color: var(--bcv2-ink);
}

.bcv2-insights__transition {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(7,16,26,1) 0%, rgba(7,16,26,.85) 8%, rgba(254,255,250,0) 30%);
  z-index: 1;
}

.bcv2-insights::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .45;
  background-image:
    linear-gradient(rgba(14,73,143,.07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(14,73,143,.07) 1px, transparent 1px);
  background-size: 90px 90px;
  pointer-events: none;
}

.bcv2-insights__layout {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: .82fr 1.18fr;
  gap: 86px;
  align-items: start;
}

.bcv2-insights__sticky {
  position: sticky;
  top: 150px;
}

.bcv2-insights__sticky .bcv2-eyebrow {
  color: var(--bcv2-deep);
}

.bcv2-insights__sticky h2 {
  margin: 10px 0 0;
  font-family: "Archivo Black", Impact, sans-serif;
  font-size: clamp(58px, 6vw, 90px);
  line-height: .9;
  color: #111923;
}

.bcv2-insights__sticky p {
  max-width: 520px;
  margin: 30px 0 0;
  color: rgba(49,59,69,.7);
  font-size: 20px;
  line-height: 1.3;
}

.bcv2-insights__link {
  margin-top: 34px;
  min-height: 54px;
  padding: 0 22px 0 26px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  gap: 16px;
  background: #111923;
  color: #fff !important;
  text-decoration: none !important;
  font-size: 13px;
  font-weight: 900;
  box-shadow: 0 24px 70px rgba(17,25,35,.14);
}

.bcv2-insights__feed {
  display: grid;
  gap: 24px;
}

.bcv2-insight-card {
  position: relative;
  display: grid;
  grid-template-columns: 220px 1fr;
  min-height: 280px;
  border-radius: 38px;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(255,255,255,.86), rgba(255,255,255,.56));
  border: 1px solid rgba(14,73,143,.1);
  box-shadow: 0 30px 100px rgba(14,73,143,.08);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  transition:
    transform .45s cubic-bezier(.22,1,.36,1),
    box-shadow .45s ease,
    border-color .45s ease;
}

.bcv2-insight-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 40px 120px rgba(14,73,143,.15);
  border-color: rgba(14,73,143,.22);
}

.bcv2-insight-card__media {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 40%, rgba(128,166,237,.42), transparent 38%),
    linear-gradient(135deg, #111923, #0e498f);
}

.bcv2-insight-card__media::before {
  content: "";
  position: absolute;
  inset: -40%;
  background:
    linear-gradient(115deg, transparent 0 42%, rgba(255,255,255,.18) 43% 55%, transparent 56%);
  transform: translateX(-40%);
  transition: transform .7s cubic-bezier(.22,1,.36,1);
}

.bcv2-insight-card:hover .bcv2-insight-card__media::before {
  transform: translateX(40%);
}

.bcv2-insight-card__media::after {
  content: "";
  position: absolute;
  inset: 26px;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,.24);
  opacity: .55;
}

.bcv2-insight-card__media span {
  position: absolute;
  left: 28px;
  bottom: 26px;
  font-family: "Archivo Black", Impact, sans-serif;
  font-size: 86px;
  line-height: .8;
  color: rgba(255,255,255,.86);
}

.bcv2-insight-card__content {
  padding: 38px;
}

.bcv2-insight-card__content small {
  display: block;
  color: var(--bcv2-deep);
  font-size: 11px;
  font-weight: 900;
}

.bcv2-insight-card__content h3 {
  max-width: 720px;
  margin: 18px 0 0;
  font-family: "Archivo Black", Impact, sans-serif;
  font-size: clamp(32px, 2vw, 32px);
  line-height: .92;
  color: #111923;
}

.bcv2-insight-card__content p {
  max-width: 620px;
  margin: 15px 0 0;
  color: rgba(49,59,69,.68);
  font-size: 17px;
  line-height: 1.3;
}

.bcv2-insight-card__content a {
  margin-top: 30px;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--bcv2-deep) !important;
  text-decoration: none !important;
  font-size: 13px;
  font-weight: 900;
}

.bcv2-insight-card--featured {
  min-height: 360px;
  grid-template-columns: 280px 1fr;
}

.bcv2-insight-card--featured .bcv2-insight-card__media span {
  font-size: 110px;
}

@media (max-width: 992px) {
  .bcv2-insights__layout {
    grid-template-columns: 1fr;
    gap: 52px;
  }

  .bcv2-insights__sticky {
    position: relative;
    top: auto;
  }
}

@media (max-width: 640px) {
  .bcv2-insights {
    padding: 120px 0;
  }

  .bcv2-insight-card,
  .bcv2-insight-card--featured {
    grid-template-columns: 1fr;
  }

  .bcv2-insight-card__media {
    min-height: 180px;
  }

  .bcv2-insight-card__content {
    padding: 30px;
  }
}

/* FIX Elementor reset on V2 close menu button */

body .bcv2-menu-overlay .bcv2-menu-close,
body .bcv2-menu-overlay .bcv2-menu-close[type="button"] {
  appearance: none !important;
  -webkit-appearance: none !important;
  position: fixed !important;
  right: 42px !important;
  top: 34px !important;
  z-index: 1000001 !important;
  width: 64px !important;
  height: 64px !important;
  min-width: 64px !important;
  min-height: 64px !important;
  padding: 0 !important;
  border: 1px solid rgba(128,166,237,.22) !important;
  border-radius: 999px !important;
  background: rgba(255,255,255,.08) !important;
  color: #fff !important;
  display: none !important;
  align-items: center !important;
  justify-content: center !important;
  cursor: pointer !important;
  box-shadow: 0 18px 60px rgba(0,0,0,.24) !important;
  backdrop-filter: blur(18px) !important;
  -webkit-backdrop-filter: blur(18px) !important;
}

body .bcv2-menu-overlay[style*="visible"] .bcv2-menu-close,
body .bcv2-nav.is-open .bcv2-menu-close {
  display: flex !important;
}

body .bcv2-menu-overlay .bcv2-menu-close span {
  position: absolute !important;
  left: 50% !important;
  top: 50% !important;
  width: 24px !important;
  height: 2px !important;
  padding: 0 !important;
  margin: 0 !important;
  border: 0 !important;
  border-radius: 99px !important;
  background: #fff !important;
  display: block !important;
  transform-origin: center !important;
}

body .bcv2-menu-overlay .bcv2-menu-close span:first-child {
  transform: translate(-50%, -50%) rotate(45deg) !important;
}

body .bcv2-menu-overlay .bcv2-menu-close span:last-child {
  transform: translate(-50%, -50%) rotate(-45deg) !important;
}

body .bcv2-menu-overlay .bcv2-menu-close:hover {
  background: var(--bcv2-deep) !important;
}

/* FIX Insights sticky inside Elementor */

body.page-id-844 .bcv2-insights,
body.page-id-844 .bcv2-insights * {
  overflow: visible;
}

.bcv2-insight-card, .bcv2-insight-card--featured, .bcv2-insight-card__media{
    overflow: hidden !important;
}
body.page-id-844 .bcv2-insights {
  overflow: clip;
}

.bcv2-insights__layout {
  align-items: stretch;
}

.bcv2-insights__sticky {
  position: sticky !important;
  top: 140px !important;
  align-self: start;
  height: fit-content;
  z-index: 5;
}

.bcv2-insights__feed {
  position: relative;
  z-index: 2;
}
/* ================================
   V2 Contact — Portal CTA
================================ */

.bcv2-contact {
  position: relative;
  z-index: 3;
  min-height: 50svh;
  padding: 80px 0;
  overflow: hidden;
  background:
    radial-gradient(circle at 82% 28%, rgba(128,166,237,.22), transparent 30%),
    linear-gradient(180deg, #fefffa 0%, #edf5ff 100%);
  color: var(--bcv2-ink);
}

.bcv2-contact__bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
}

.bcv2-contact__orb {
  position: absolute;
  right: -10vw;
  top: 10vh;
  width: 48vw;
  height: 48vw;
  border-radius: 50%;
  background: rgba(128,166,237,.18);
  filter: blur(80px);
}

.bcv2-contact__lines {
  position: absolute;
  inset: 0;
  opacity: .45;
  background-image:
    linear-gradient(rgba(14,73,143,.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(14,73,143,.06) 1px, transparent 1px);
  background-size: 90px 90px;
}

.bcv2-contact .bcv2-container {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr 430px;
  gap: 30px;
  align-items: center;
}

.bcv2-contact__content {
  max-width: 1120px;
}

.bcv2-contact__content .bcv2-eyebrow {
  color: var(--bcv2-deep);
}



.bcv2-contact-trigger {
  margin-top: 44px;
  appearance: none;
  border: 0;
  min-height: 72px;
  padding: 0 12px 0 34px;
  border-radius: 999px;
  background: #111923;
  color: #fff;
  display: inline-flex;
  align-items: center;
  gap: 28px;
  font-size: 15px;
  font-weight: 900;
  cursor: pointer;
  box-shadow: 0 28px 80px rgba(17,25,35,.18);
  transition: transform .4s cubic-bezier(.22,1,.36,1), box-shadow .4s ease;
}

.bcv2-contact-trigger:hover {
  transform: translateY(-6px);
  box-shadow: 0 34px 100px rgba(14,73,143,.24);
}

.bcv2-contact-trigger i {
  width: 54px;
  height: 54px;
  border-radius: 999px;
  background: var(--bcv2-deep);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-style: normal;
}

.bcv2-contact__side {
  display: grid;
  gap: 0;
  padding: 0;
  border-radius: 34px;
  overflow: hidden;
  background: rgba(255,255,255,.58);
  border: 1px solid rgba(14,73,143,.1);
  box-shadow: 0 28px 90px rgba(14,73,143,.08);
  backdrop-filter: blur(18px);
}

.bcv2-contact__side span {
  color: var(--bcv2-deep);
}

.bcv2-contact__side p {
  margin: 8px 0 0;
  padding-bottom: 28px;
  border-bottom: 1px solid rgba(14,73,143,.08);
}

/* Modal */

.bcv2-contact-modal {
  position: fixed;
  inset: 0;
  z-index: 1000002;
  visibility: hidden;
  pointer-events: none;
}

.bcv2-contact-modal.is-open {
  visibility: visible;
  pointer-events: auto;
}

.bcv2-contact-modal__backdrop {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 78% 20%, rgba(128,166,237,.16), transparent 28%),
    linear-gradient(180deg, rgba(7,16,26,.96), rgba(17,25,35,.98));
  opacity: 0;
}

.bcv2-contact-modal__panel {
  position: absolute;
  left: 50%;
  top: 50%;
  width: min(92vw, 1120px);
  max-height: 88svh;
  transform: translate(-50%, -50%) scale(.94);
  opacity: 0;
  overflow: visible;
  display: grid;
  grid-template-columns: 1fr .82fr;
  gap: 25px;
  padding: 40px;
  border-radius: 46px;
  background:
    linear-gradient(180deg, rgba(255,255,255,.11), rgba(255,255,255,.045));
  border: 1px solid rgba(128,166,237,.18);
  box-shadow: 0 50px 180px rgba(0,0,0,.42);
  backdrop-filter: blur(26px);
  -webkit-backdrop-filter: blur(26px);
}

.bcv2-contact-close {
  position: absolute;
  right: 24px;
  top: 24px;
  width: 58px;
  height: 58px;
  border-radius: 999px;
  border: 1px solid rgba(128,166,237,.22);
  background: rgba(255,255,255,.08);
  cursor: pointer;
}

.bcv2-contact-close span {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 22px;
  height: 2px;
  background: #fff;
  border-radius: 99px;
}

.bcv2-contact-close span:first-child {
  transform: translate(-50%, -50%) rotate(45deg);
}

.bcv2-contact-close span:last-child {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.bcv2-contact-modal__copy {
  color: #fff;
  padding: 36px 20px 36px 0;
}

.bcv2-contact-modal__copy .bcv2-eyebrow {
  color: var(--bcv2-blue);
}

.bcv2-contact-modal__copy h3 {
  margin: 20px 0 0;
  font-family: "Archivo Black", Impact, sans-serif;
  font-size: clamp(46px, 4vw, 68px);
  line-height: .86;
  color: #fff;
}

.bcv2-contact-modal__copy p {
  margin: 15px 0 0;
  color: rgba(254,255,250,.7);
  font-size: 19px;
  line-height: 1.3;
}

.bcv2-contact-modal__quick {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 34px;
}

.bcv2-contact-modal__quick a {
  padding: 12px 18px;
  border-radius: 999px;
  border: 1px solid rgba(128,166,237,.22);
  color: #fff !important;
  text-decoration: none !important;
  font-weight: 900;
}

/* Form */

.bcv2-contact-form {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

.bcv2-contact-form label {
  display: grid;
  gap: 9px;
}

.bcv2-contact-form span {
  color: rgba(254,255,250,.72);
  font-size: 12px;
  font-weight: 900;
}

.bcv2-contact-form input,
.bcv2-contact-form select,
.bcv2-contact-form textarea {
  width: 100%;
  min-height: 35px;
  border-radius: 18px;
  border: 1px solid rgba(128,166,237,.18);
  background: rgba(255,255,255,.08);
  color: #fff;
  padding: 0 18px;
  outline: none;
}

.bcv2-contact-form textarea {
  min-height: 90px;
  padding-top: 18px;
  resize: vertical;
}

.bcv2-contact-form input::placeholder,
.bcv2-contact-form textarea::placeholder {
  color: rgba(254,255,250,.38);
}

.bcv2-contact-form__full {
  grid-column: 1 / -1;
}

.bcv2-contact-form button {
  grid-column: 1 / -1;
  min-height: 62px;
  border: 0;
  border-radius: 999px;
  background: var(--bcv2-deep);
  color: #fff;
  font-size: 14px;
  font-weight: 900;
  cursor: pointer;
}

@media (max-width: 992px) {
  .bcv2-contact .bcv2-container,
  .bcv2-contact-modal__panel {
    grid-template-columns: 1fr;
  }

  .bcv2-contact__side {
    display: none;
  }
}

@media (max-width: 640px) {
  .bcv2-contact {
    padding: 110px 0;
  }

  .bcv2-contact-form {
    grid-template-columns: 1fr;
  }

  .bcv2-contact-modal__panel {
    padding: 32px;
    border-radius: 32px;
  }
}

.bcv2-hero-video-sound,
.bcv2-hero-video-sound[type="button"] {
  appearance: none !important;
  position: absolute !important;
  left: 10px !important;
  bottom: 48px !important;
  z-index: 9 !important;
  min-height: 35px !important;
  padding: 0 14px !important;
  border-radius: 999px !important;
  border: 1px solid rgba(255,255,255,.28) !important;
  background: rgba(7,16,26,.42) !important;
  color: #fff !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
  font-size: 11px !important;
  font-weight: 900 !important;
  cursor: pointer !important;
  backdrop-filter: blur(14px);
}

.bcv2-hero-video-sound:hover {
  background: rgba(255,255,255,.14) !important;
}

.bcv2-hero-video-sound i {
  color: var(--bcv2-blue);
}

/*=============================
REACTIONS
==============================*/

.bcv2-video-reactions{

    position:absolute;
    inset:-80px;

    pointer-events:none;
    overflow:visible;

    z-index:15;
}

.bcv2-heart{

    position:absolute;

    bottom:5%;

    width:22px;
    height:22px;

    opacity:0;

    transform:translateY(0) scale(.4);

    animation:heartFloat 7s linear infinite;

    filter:
        drop-shadow(0 0 18px rgba(255,70,110,.25));

}

.bcv2-heart::before,
.bcv2-heart::after{

    content:"";

    position:absolute;

    width:12px;
    height:18px;

    background:#ff4d79;

    border-radius:12px 12px 0 0;

}

.bcv2-heart::before{

    left:10px;

    transform:rotate(-45deg);

    transform-origin:0 100%;

}

.bcv2-heart::after{

    left:0;

    transform:rotate(45deg);

    transform-origin:100% 100%;

}

.bcv2-heart:nth-child(3n)::before,
.bcv2-heart:nth-child(3n)::after{

    background:#fff;

}

.bcv2-heart:nth-child(4n){

    transform:scale(.6);

}

.bcv2-heart:nth-child(5n){

    transform:scale(1.2);

}

.bcv2-heart:nth-child(7n){

    transform:scale(1.5);

}

.bcv2-heart:nth-child(1){left:5%;}
.bcv2-heart:nth-child(2){left:15%;}
.bcv2-heart:nth-child(3){left:80%;}
.bcv2-heart:nth-child(4){left:92%;}
.bcv2-heart:nth-child(5){left:70%;}
.bcv2-heart:nth-child(6){left:35%;}
.bcv2-heart:nth-child(7){left:48%;}
.bcv2-heart:nth-child(8){left:62%;}
.bcv2-heart:nth-child(9){left:85%;}
.bcv2-heart:nth-child(10){left:8%;}

.bcv2-heart:nth-child(1){animation-delay:.2s;}
.bcv2-heart:nth-child(2){animation-delay:.8s;}
.bcv2-heart:nth-child(3){animation-delay:1.4s;}
.bcv2-heart:nth-child(4){animation-delay:2.3s;}
.bcv2-heart:nth-child(5){animation-delay:3.1s;}
.bcv2-heart:nth-child(6){animation-delay:3.8s;}
.bcv2-heart:nth-child(7){animation-delay:4.5s;}
.bcv2-heart:nth-child(8){animation-delay:5.1s;}
.bcv2-heart:nth-child(9){animation-delay:6s;}
.bcv2-heart:nth-child(10){animation-delay:6.8s;}


@keyframes heartFloat{

    0%{

        opacity:0;

        transform:
            translateY(60px)
            translateX(0)
            rotate(0deg)
            scale(.5);

        filter:blur(3px);

    }

    15%{

        opacity:1;

        filter:blur(0);

    }

    50%{

        transform:

            translateY(-120px)

            translateX(-20px)

            rotate(-12deg)

            scale(1);

    }

    80%{

        opacity:.8;

    }

    100%{

        opacity:0;

        transform:

            translateY(-260px)

            translateX(40px)

            rotate(18deg)

            scale(1.4);

        filter:blur(6px);

    }

}

/* FIX Elementor reset on contact trigger */

.bcv2-contact .bcv2-contact-trigger,
.bcv2-contact .bcv2-contact-trigger[type="button"] {
  appearance: none !important;
  -webkit-appearance: none !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 28px !important;
  width: auto !important;
  min-width: 250px !important;
  min-height: 30px !important;
  padding: 0 0px 0 34px !important;
  margin-top: 44px !important;
  border: 0 !important;
  border-radius: 999px !important;
  background: #111923 !important;
  color: #fff !important;
  font-size: 15px !important;
  font-weight: 900 !important;
  line-height: 1 !important;
  text-align: center !important;
  cursor: pointer !important;
  opacity: 1 !important;
  visibility: visible !important;
  position: relative !important;
  z-index: 20 !important;
  box-shadow: 0 28px 80px rgba(17,25,35,.18) !important;
}

.bcv2-contact .bcv2-contact-trigger span {
  color: #fff !important;
  display: inline-block !important;
  font-size: 15px !important;
  font-weight: 900 !important;
  line-height: 1 !important;
}

.bcv2-contact .bcv2-contact-trigger i {
  width: 54px !important;
  height: 54px !important;
  min-width: 54px !important;
  border-radius: 999px !important;
  background: var(--bcv2-deep) !important;
  color: #fff !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-style: normal !important;
  font-size: 20px !important;
}

/* FIX Contact modal form/reset */

.bcv2-contact-modal *,
.bcv2-contact-modal *::before,
.bcv2-contact-modal *::after {
  box-sizing: border-box !important;
}

.bcv2-contact-close,
.bcv2-contact-close[type="button"] {
  appearance: none !important;
  -webkit-appearance: none !important;
  position: absolute !important;
  right: 15px !important;
  top: 15px !important;
  width: 48px !important;
  height: 48px !important;
  min-width: 48px !important;
  min-height: 30px !important;
  padding: 0 !important;
  border-radius: 999px !important;
  border: 1px solid rgba(128,166,237,.26) !important;
  background: rgba(255,255,255,.08) !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  cursor: pointer !important;
  box-shadow: 0 18px 60px rgba(0,0,0,.2) !important;
}

.bcv2-contact-close span {
  position: absolute !important;
  left: 50% !important;
  top: 50% !important;
  width: 22px !important;
  height: 2px !important;
  background: #fff !important;
  border-radius: 99px !important;
  display: block !important;
}

.bcv2-contact-close span:first-child {
  transform: translate(-50%, -50%) rotate(45deg) !important;
}

.bcv2-contact-close span:last-child {
  transform: translate(-50%, -50%) rotate(-45deg) !important;
}

.bcv2-contact-form input,
.bcv2-contact-form select,
.bcv2-contact-form textarea {
  appearance: none !important;
  -webkit-appearance: none !important;
  width: 100% !important;
  min-height: 30px !important;
  padding: 0 20px !important;
  border-radius: 18px !important;
  border: 1px solid rgba(128,166,237,.22) !important;
  background: rgba(255,255,255,.085) !important;
  color: #fff !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  line-height: 1.2 !important;
  outline: none !important;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.08) !important;
}

.bcv2-contact-form select {
  cursor: pointer !important;
  background-image:
    linear-gradient(45deg, transparent 50%, #80a6ed 50%),
    linear-gradient(135deg, #80a6ed 50%, transparent 50%) !important;
  background-position:
    calc(100% - 24px) 50%,
    calc(100% - 16px) 50% !important;
  background-size: 8px 8px, 8px 8px !important;
  background-repeat: no-repeat !important;
  padding-right: 54px !important;
}

.bcv2-contact-form select option {
  background: #111923 !important;
  color: #fff !important;
}

.bcv2-contact-form textarea {
  min-height: 90px !important;
  padding-top: 20px !important;
  resize: vertical !important;
}

.bcv2-contact-form input:focus,
.bcv2-contact-form select:focus,
.bcv2-contact-form textarea:focus {
  border-color: rgba(128,166,237,.65) !important;
  box-shadow:
    0 0 0 4px rgba(128,166,237,.1),
    inset 0 1px 0 rgba(255,255,255,.08) !important;
}

.bcv2-contact-form button,
.bcv2-contact-form button[type="submit"] {
  appearance: none !important;
  -webkit-appearance: none !important;
  grid-column: 1 / -1 !important;
  min-height: 30px !important;
  border: 0 !important;
  border-radius: 999px !important;
  background: var(--bcv2-deep) !important;
  color: #fff !important;
  font-size: 15px !important;
  font-weight: 900 !important;
  cursor: pointer !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 12px !important;
  box-shadow: 0 24px 70px rgba(14,73,143,.28) !important;
}

/* Contact V2 improved section */

.bcv2-contact__content h2 {
  margin: 10px 0 0;
  font-family: "Archivo Black", Impact, sans-serif;
  font-size: clamp(54px, 6vw, 90px);
  line-height: .9;
  color: #111923;
}

.bcv2-contact__content p {
  max-width: 650px;
  margin: 15px 0 0;
  color: rgba(49,59,69,.72);
  font-size: 22px;
  line-height: 1.3;
}

.bcv2-contact__content h2 {
  max-width: 920px;
}

.bcv2-contact__content p {
  max-width: 720px;
}

.bcv2-contact-preview {
  padding: 18px !important;
  gap: 18px !important;
  background: rgba(255,255,255,.56) !important;
}

.bcv2-contact-preview__video {
  position: relative;
  min-height: 250px;
  border-radius: 28px;
  overflow: hidden;
  background:
    radial-gradient(circle at 70% 35%, rgba(128,166,237,.55), transparent 34%),
    linear-gradient(135deg, #111923, #0e498f);
}

.bcv2-contact-preview__video::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.08) 1px, transparent 1px);
  background-size: 42px 42px;
  opacity: .22;
}

.bcv2-contact-preview__video span {
  position: absolute;
  inset: 24px;
  border: 1px solid rgba(255,255,255,.22);
  border-radius: 999px;
}

.bcv2-contact-preview__video button {
  position: absolute !important;
  left: 50% !important;
  top: 50% !important;
  transform: translate(-50%, -50%) !important;
  width: 74px !important;
  height: 74px !important;
  border-radius: 999px !important;
  border: 1px solid rgba(255,255,255,.24) !important;
  background: rgba(255,255,255,.14) !important;
  color: #fff !important;
  backdrop-filter: blur(18px);
  cursor: pointer !important;
}

.bcv2-contact-preview__info {
  padding: 22px 16px 8px;
}

.bcv2-contact-preview__info span {
  color: var(--bcv2-deep);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .16em;
}

.bcv2-contact-preview__info h3 {
  margin: 14px 0 0;
  font-family: "Archivo Black", Impact, sans-serif;
  font-size: clamp(30px, 2.6vw, 46px);
  line-height: .9;
  color: #111923;
}

.bcv2-contact-preview__info p {
  margin: 18px 0 0;
  color: rgba(49,59,69,.68);
  font-size: 16px;
  line-height: 1.4;
}

.bcv2-contact-preview__stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-radius: 24px;
  overflow: hidden;
  border: 1px solid rgba(14,73,143,.08);
}

.bcv2-contact-preview__stats div {
  padding: 18px;
  background: rgba(255,255,255,.42);
  border-right: 1px solid rgba(14,73,143,.08);
}

.bcv2-contact-preview__stats div:last-child {
  border-right: 0;
}

.bcv2-contact-preview__stats strong {
  display: block;
  color: var(--bcv2-deep);
  font-size: 13px;
}

.bcv2-contact-preview__stats span {
  display: block;
  color: #111923;
  font-size: 13px;
  font-weight: 900;
}

/* WhatsApp options */

.bcv2-whatsapp-trigger,
.bcv2-whatsapp-trigger[type="button"] {
  appearance: none !important;
  border: 1px solid rgba(128,166,237,.22) !important;
  background: transparent !important;
  color: #fff !important;
  border-radius: 999px !important;
  padding: 12px 18px !important;
  font-weight: 900 !important;
  cursor: pointer !important;
}

.bcv2-whatsapp-options {
  display: none;
  gap: 10px;
  margin-top: 14px;
  flex-wrap: wrap;
}

.bcv2-whatsapp-options.is-open {
  display: flex;
}

.bcv2-whatsapp-options a {
  padding: 12px 16px;
  border-radius: 999px;
  background: rgba(128,166,237,.12);
  border: 1px solid rgba(128,166,237,.2);
  color: #fff !important;
  text-decoration: none !important;
  font-weight: 900;
  font-size: 13px;
}

/* CONTACT FORM SPACING FIX */

.bcv2-contact-form {
  align-items: start !important;
  gap: 18px 18px !important;
}

.bcv2-contact-form label {
  display: flex !important;
  flex-direction: column !important;
  gap: 10px !important;
  margin: 0 !important;
}

.bcv2-contact-form label span {
  display: block !important;
  margin: 0 !important;
  padding: 0 !important;
  line-height: 1.1 !important;
}

.bcv2-contact-form input,
.bcv2-contact-form select {
  margin: 0 !important;
  min-height: 40px !important;
}

.bcv2-contact-form textarea {
  margin: 0 !important;
  min-height: 150px !important;
}

/* CONTACT QUICK ACTIONS */

.bcv2-contact-modal__quick {
  position: relative;
  display: flex !important;
  gap: 12px !important;
  flex-wrap: wrap !important;
  margin-top: 34px !important;
  align-items: center !important;
}

.bcv2-quick-btn,
.bcv2-quick-btn[type="button"] {
  appearance: none !important;
  -webkit-appearance: none !important;
  min-height: 52px !important;
  padding: 0 18px !important;
  border-radius: 999px !important;
  border: 1px solid rgba(128,166,237,.24) !important;
  background: rgba(255,255,255,.06) !important;
  color: #fff !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 10px !important;
  font-size: 14px !important;
  font-weight: 900 !important;
  text-decoration: none !important;
  cursor: pointer !important;
  transition:
    transform .35s cubic-bezier(.22,1,.36,1),
    background .35s ease,
    border-color .35s ease,
    box-shadow .35s ease !important;
}

.bcv2-quick-btn i {
  font-size: 17px !important;
  color: #80a6ed !important;
}

.bcv2-quick-btn:hover {
  transform: translateY(-4px) !important;
  background: rgba(128,166,237,.14) !important;
  border-color: rgba(128,166,237,.46) !important;
  box-shadow: 0 20px 50px rgba(0,0,0,.22) !important;
}

.bcv2-quick-btn--whatsapp:hover {
  background: rgba(37,211,102,.14) !important;
  border-color: rgba(37,211,102,.42) !important;
}

.bcv2-quick-btn--whatsapp:hover i {
  color: #25d366 !important;
}

.bcv2-whatsapp-wrap {
  position: relative;
  display: inline-flex;
}

.bcv2-whatsapp-options {
  position: absolute !important;
  left: 0 !important;
  top: 100%  !important;
  z-index: 20 !important;
  display: none !important;
  width: 280px !important;
  padding: 10px !important;
  border-radius: 22px !important;
  background: rgba(255,255,255,.96) !important;
  border: 1px solid rgba(14,73,143,.12) !important;
  box-shadow: 0 28px 80px rgba(0,0,0,.26) !important;
  backdrop-filter: blur(18px) !important;
  -webkit-backdrop-filter: blur(18px) !important;
}

.bcv2-whatsapp-options.is-open {
  display: grid !important;
  gap: 8px !important;
}

.bcv2-whatsapp-options::before {
  content: "";
  position: absolute;
  left: 28px;
  top: -7px;
  width: 14px;
  height: 14px;
  background: rgba(255,255,255,.96);
  transform: rotate(45deg);
  border-left: 1px solid rgba(14,73,143,.08);
  border-top: 1px solid rgba(14,73,143,.08);
}

.bcv2-whatsapp-options a {
  position: relative;
  z-index: 2;
  width: 100%;
  display: flex !important;
  align-items: center !important;
  gap: 12px !important;
  padding: 13px 14px !important;
  border-radius: 16px !important;
  background: transparent !important;
  border: 0 !important;
  color: #111923 !important;
  text-decoration: none !important;
  transition: background .25s ease, transform .25s ease !important;
}

.bcv2-whatsapp-options a:hover {
  background: rgba(37,211,102,.12) !important;
  transform: translateX(4px) !important;
}

.bcv2-whatsapp-options a i {
  width: 36px;
  height: 36px;
  border-radius: 999px;
  background: #25d366;
  color: #fff !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.bcv2-whatsapp-options strong {
  display: block;
  color: #111923;
  font-size: 14px;
  font-weight: 900;
  line-height: 1.1;
}

.bcv2-whatsapp-options small {
  display: block;
  color: rgba(49,59,69,.58);
  font-size: 12px;
  font-weight: 700;
}

/* ================================
   V2 About
================================ */

.bcv2-about {
  position: relative;
  z-index: 3;
  padding: 170px 0;
  overflow: hidden;
  background:
    radial-gradient(circle at 82% 20%, rgba(128,166,237,.16), transparent 30%),
    linear-gradient(180deg, #fefffa 0%, #f3f8ff 100%);
  color: var(--bcv2-ink);
}

.bcv2-about::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .32;
  background-image:
    linear-gradient(rgba(14,73,143,.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(14,73,143,.06) 1px, transparent 1px);
  background-size: 90px 90px;
  pointer-events: none;
}

.bcv2-about__layout {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 80px;
  align-items: end;
}

.bcv2-about__intro .bcv2-eyebrow {
  color: var(--bcv2-deep);
}

.bcv2-about__intro h2 {
  margin: 20px 0 0;
  font-family: "Archivo Black", Impact, sans-serif;
  font-size: clamp(58px, 6.5vw, 118px);
  line-height: .82;
  color: #111923;
}

.bcv2-about__intro p {
  max-width: 620px;
  margin: 32px 0 0;
  color: rgba(49,59,69,.72);
  font-size: 21px;
  line-height: 1.35;
}

.bcv2-about__manifesto {
  position: relative;
  padding: 44px;
  border-radius: 42px;
  background:
    linear-gradient(180deg, rgba(255,255,255,.82), rgba(255,255,255,.52));
  border: 1px solid rgba(14,73,143,.1);
  box-shadow: 0 36px 110px rgba(14,73,143,.1);
  backdrop-filter: blur(20px);
}

.bcv2-about__manifesto span {
  color: var(--bcv2-deep);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .18em;
}

.bcv2-about__manifesto h3 {
  margin: 22px 0 0;
  font-family: "Archivo Black", Impact, sans-serif;
  font-size: clamp(38px, 4vw, 72px);
  line-height: .9;
  color: #111923;
}

.bcv2-about__manifesto p {
  margin: 26px 0 0;
  color: rgba(49,59,69,.68);
  font-size: 18px;
  line-height: 1.45;
}

.bcv2-about__beliefs {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 80px;
}

.bcv2-about__beliefs article {
  padding: 34px;
  border-radius: 32px;
  background: rgba(255,255,255,.62);
  border: 1px solid rgba(14,73,143,.1);
  box-shadow: 0 26px 80px rgba(14,73,143,.07);
}

.bcv2-about__beliefs span {
  color: var(--bcv2-deep);
  font-size: 13px;
  font-weight: 900;
}

.bcv2-about__beliefs h4 {
  margin: 20px 0 0;
  font-family: "Archivo Black", Impact, sans-serif;
  font-size: 32px;
  line-height: .9;
  color: #111923;
}

.bcv2-about__beliefs p {
  margin: 20px 0 0;
  color: rgba(49,59,69,.66);
  line-height: 1.35;
}

.bcv2-about__sectors {
  position: relative;
  z-index: 2;
  margin-top: 34px;
  padding: 34px;
  border-radius: 32px;
  background: #111923;
  color: #fff;
  display: grid;
  grid-template-columns: 300px 1fr;
  gap: 30px;
  align-items: center;
}

.bcv2-about__sectors > span {
  color: var(--bcv2-blue);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .16em;
}

.bcv2-about__sectors div {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.bcv2-about__sectors strong {
  padding: 12px 18px;
  border-radius: 999px;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(128,166,237,.18);
  color: #fff;
  font-size: 13px;
}

@media (max-width: 992px) {
  .bcv2-about__layout,
  .bcv2-about__beliefs,
  .bcv2-about__sectors {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .bcv2-about {
    padding: 110px 0;
  }

  .bcv2-about__manifesto {
    padding: 32px;
    border-radius: 32px;
  }
}

/* =========================================================
   ABOUT PAGE V2 CINEMATIC
========================================================= */

.bcv2-aboutx {
  background: #07101a;
  color: #fff;
  overflow: hidden;
}

/* HERO */

.bcv2-aboutx-hero {
  position: relative;
  min-height: 100svh;
  padding: 170px 0 120px;
  display: flex;
  align-items: center;
  overflow: hidden;
  background:
    radial-gradient(circle at 74% 34%, rgba(14,73,143,.28), transparent 34%),
    linear-gradient(180deg, #07101a 0%, #0b1522 100%);
}

.bcv2-aboutx-hero__bg {
  position: absolute;
  inset: 0;
  opacity: .35;
  background:
    linear-gradient(90deg, rgba(128,166,237,.08) 0 1px, transparent 1px 100%),
    radial-gradient(circle at 70% 42%, rgba(128,166,237,.16), transparent 36%);
  pointer-events: none;
}

.bcv2-aboutx-hero__inner {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: clamp(40px, 6vw, 110px);
  align-items: center;
}

.bcv2-aboutx-hero .bcv2-eyebrow {
  color: var(--bcv2-blue);
}

.bcv2-aboutx-hero h1 {
  margin: 22px 0 0;
  font-family: "Archivo Black", Impact, sans-serif;
  font-size: clamp(60px, 6vw, 90px);
  line-height: .82;
  color: #fff;
}

.bcv2-aboutx-hero p {
  max-width: 660px;
  margin: 15px 0 0;
  color: rgba(254,255,250,.72);
  font-size: clamp(18px, 1vw, 24px);
  line-height: 1.4;
}

.bcv2-aboutx-scroll {
  margin-top: 54px;
  color: #fff !important;
  text-decoration: none !important;
  display: inline-flex;
  align-items: center;
  gap: 14px;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.bcv2-aboutx-scroll span {
  width: 42px;
  height: 42px;
  border-radius: 999px;
  border: 1px solid rgba(128,166,237,.35);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--bcv2-blue);
}

.bcv2-aboutx-hero__visual {
  perspective: 1400px;
}

.bcv2-aboutx-hero__frame {
  position: relative;
  height: min(68svh, 680px);
  min-height: 520px;
  border-radius: 42px;
  overflow: hidden;
  background: #111923;
  box-shadow: 0 50px 160px rgba(0,0,0,.38);
  transform: rotateY(-7deg) rotateX(3deg);
  will-change: transform;
}

.bcv2-aboutx-hero__frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(.58) contrast(1.12) saturate(.9);
}

.bcv2-aboutx-hero__frame::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(7,16,26,.75), transparent 48%),
    radial-gradient(circle at 50% 45%, transparent, rgba(7,16,26,.65));
}

.bcv2-aboutx-hero__frame strong {
  position: absolute;
  right: 38px;
  top: 38px;
  z-index: 2;
  color: #80a6ed;
  font-family: "Archivo Black", Impact, sans-serif;
  font-size: clamp(34px, 4vw, 70px);
  line-height: .86;
  text-shadow: 0 0 28px rgba(128,166,237,.85);
}

/* PHILOSOPHY */

.bcv2-aboutx-philosophy {
  position: relative;
  padding: 160px 0;
  background:
    radial-gradient(circle at 78% 22%, rgba(128,166,237,.18), transparent 34%),
    linear-gradient(180deg, #f7fbff 0%, #fefffa 100%);
  color: #111923;
}

.bcv2-aboutx-philosophy__grid {
  display: grid;
  grid-template-columns: .82fr 1.18fr;
  gap: 90px;
  align-items: center;
}

.bcv2-aboutx-philosophy .bcv2-eyebrow {
  color: var(--bcv2-deep);
}

.bcv2-aboutx-philosophy__copy h2 {
  margin: 22px 0 0;
  font-family: "Archivo Black", Impact, sans-serif;
  font-size: clamp(58px, 7vw, 124px);
  line-height: .82;
  color: #111923;
}

.bcv2-aboutx-philosophy__copy h2 span {
  color: var(--bcv2-deep);
}

.bcv2-aboutx-philosophy__copy p {
  max-width: 620px;
  margin: 30px 0 0;
  color: rgba(49,59,69,.72);
  font-size: 18px;
  line-height: 1.5;
}

.bcv2-aboutx-principles {
  display: grid;
  gap: 24px;
}

.bcv2-aboutx-principles article {
  position: relative;
  display: grid;
  grid-template-columns: 84px 1fr;
  gap: 26px;
  align-items: center;
  padding: 34px;
  border-radius: 34px;
  background: rgba(255,255,255,.72);
  border: 1px solid rgba(14,73,143,.1);
  box-shadow: 0 28px 90px rgba(14,73,143,.08);
  backdrop-filter: blur(18px);
  overflow: hidden;
}

.bcv2-aboutx-principles article::after {
  content: attr(data-num);
  position: absolute;
  right: 34px;
  bottom: 18px;
  font-family: "Archivo Black", Impact, sans-serif;
  font-size: 70px;
  color: rgba(14,73,143,.08);
}

.bcv2-aboutx-principles i {
  width: 72px;
  height: 72px;
  border-radius: 999px;
  background: #111923;
  color: var(--bcv2-blue);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  box-shadow: 0 20px 60px rgba(17,25,35,.18);
}

.bcv2-aboutx-principles span {
  color: var(--bcv2-deep);
  font-size: 13px;
  font-weight: 900;
}

.bcv2-aboutx-principles h3 {
  margin: 8px 0 0;
  font-size: 24px;
  color: #111923;
}

.bcv2-aboutx-principles p {
  margin: 12px 0 0;
  color: rgba(49,59,69,.68);
  line-height: 1.45;
}

/* AUDIENCE */

.bcv2-aboutx-audience {
  padding: 130px 0;
  background:
    radial-gradient(circle at 84% 22%, rgba(128,166,237,.12), transparent 32%),
    linear-gradient(180deg, #07101a 0%, #0b1522 100%);
  color: #fff;
}

.bcv2-aboutx-audience__grid {
  display: grid;
  grid-template-columns: .75fr 1.25fr;
  gap: 80px;
  align-items: center;
}

.bcv2-aboutx-audience .bcv2-eyebrow {
  color: var(--bcv2-blue);
}

.bcv2-aboutx-audience__copy p {
  color: rgba(254,255,250,.76);
  font-size: 22px;
  line-height: 1.45;
}

.bcv2-aboutx-audience__copy strong {
  display: block;
  margin-top: 28px;
  color: #fff;
  font-size: 20px;
  line-height: 1.35;
}

.bcv2-aboutx-sectors div {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 16px;
  margin-top: 34px;
}

.bcv2-aboutx-sectors article {
  min-height: 150px;
  border-radius: 28px;
  border: 1px solid rgba(128,166,237,.14);
  background: rgba(255,255,255,.04);
  display: grid;
  place-items: center;
  text-align: center;
  padding: 22px;
  transition: transform .35s ease, background .35s ease;
}

.bcv2-aboutx-sectors article:hover {
  transform: translateY(-8px);
  background: rgba(128,166,237,.1);
}

.bcv2-aboutx-sectors i {
  color: var(--bcv2-blue);
  font-size: 30px;
}

.bcv2-aboutx-sectors p {
  margin: 14px 0 0;
  color: #fff;
  font-weight: 900;
  line-height: 1.1;
}

/* TEAM */

.bcv2-aboutx-team {
  position: relative;
  padding: 150px 0 170px;
  background:
    radial-gradient(circle at 50% 10%, rgba(14,73,143,.22), transparent 34%),
    linear-gradient(180deg, #07101a 0%, #03080f 100%);
  color: #fff;
  overflow: hidden;
}

.bcv2-aboutx-team__header {
  display: grid;
  grid-template-columns: 1fr .8fr;
  gap: 70px;
  align-items: end;
  margin-bottom: 70px;
}

.bcv2-aboutx-team .bcv2-eyebrow {
  color: var(--bcv2-blue);
}

.bcv2-aboutx-team__header h2 {
  margin: 20px 0 0;
  font-family: "Archivo Black", Impact, sans-serif;
  font-size: clamp(54px, 6vw, 110px);
  line-height: .84;
  color: #fff;
}

.bcv2-aboutx-team__header p {
  color: rgba(254,255,250,.72);
  font-size: 19px;
  line-height: 1.45;
}

.bcv2-teamx {
  position: relative;
}

.bcv2-teamx__track {
  display: grid;
  grid-template-columns: repeat(6, minmax(190px, 1fr));
  gap: 18px;
  align-items: stretch;
}

.bcv2-teamx-card {
  position: relative;
  min-height: 520px;
  border-radius: 30px;
  overflow: hidden;
  background: #111923;
  border: 1px solid rgba(128,166,237,.12);
  box-shadow: 0 28px 90px rgba(0,0,0,.28);
  transform-origin: center;
  transition:
    transform .55s cubic-bezier(.22,1,.36,1),
    opacity .45s ease,
    border-color .45s ease,
    box-shadow .45s ease;
}

.bcv2-teamx-card.is-active,
.bcv2-teamx-card:hover {
  transform: translateY(-18px) scale(1.06);
  border-color: rgba(128,166,237,.8);
  box-shadow:
    0 42px 130px rgba(0,0,0,.38),
    0 0 0 1px rgba(128,166,237,.28);
  z-index: 4;
}

.bcv2-teamx-card__media {
  position: absolute;
  inset: 0;
}

.bcv2-teamx-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(.78) contrast(1.08);
  transition: transform .8s cubic-bezier(.22,1,.36,1), filter .45s ease;
}

.bcv2-teamx-card.is-active img,
.bcv2-teamx-card:hover img {
  transform: scale(1.08);
  filter: brightness(.95) contrast(1.1);
}

.bcv2-teamx-card__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, transparent 25%, rgba(7,16,26,.92) 100%);
}

.bcv2-teamx-card__media span {
  position: absolute;
  left: 22px;
  top: 22px;
  z-index: 2;
  color: rgba(255,255,255,.82);
  font-size: 13px;
  font-weight: 900;
}

.bcv2-teamx-card__content {
  position: absolute;
  left: 22px;
  right: 22px;
  bottom: 24px;
  z-index: 3;
}

.bcv2-teamx-card__content h3 {
  margin: 0;
  font-family: "Archivo Black", Impact, sans-serif;
  font-size: clamp(26px, 2.2vw, 38px);
  line-height: .9;
  color: #fff;
}

.bcv2-teamx-card__content strong {
  display: block;
  margin-top: 10px;
  color: var(--bcv2-blue);
  font-size: 13px;
  font-weight: 900;
}

.bcv2-teamx-card__content p {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  margin: 0;
  color: rgba(254,255,250,.76);
  line-height: 1.35;
  transition: max-height .55s ease, opacity .45s ease, margin .45s ease;
}

.bcv2-teamx-card.is-active .bcv2-teamx-card__content p,
.bcv2-teamx-card:hover .bcv2-teamx-card__content p {
  max-height: 130px;
  opacity: 1;
  margin-top: 18px;
}

.bcv2-teamx__arrow {
  position: absolute !important;
  top: 50% !important;
  z-index: 8 !important;
  width: 48px !important;
  height: 48px !important;
  border-radius: 999px !important;
  border: 1px solid rgba(128,166,237,.28) !important;
  background: rgba(255,255,255,.06) !important;
  color: #fff !important;
  cursor: pointer !important;
  backdrop-filter: blur(14px);
}

.bcv2-teamx__prev {
  left: -64px;
}

.bcv2-teamx__next {
  right: -64px;
}

.bcv2-teamx__dots {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 42px;
}

.bcv2-teamx__dots span {
  width: 36px;
  height: 5px;
  border-radius: 999px;
  background: rgba(255,255,255,.18);
}

.bcv2-teamx__dots span.is-active {
  background: var(--bcv2-blue);
}

/* CTA */

.bcv2-aboutx-cta {
  padding: 0 0 120px;
  background: #03080f;
  color: #fff;
}

.bcv2-aboutx-cta__card {
  position: relative;
  padding: 44px;
  border-radius: 34px;
  border: 1px solid rgba(128,166,237,.18);
  background:
    radial-gradient(circle at 82% 50%, rgba(14,73,143,.22), transparent 32%),
    rgba(255,255,255,.035);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 34px;
  overflow: hidden;
}

.bcv2-aboutx-cta__card h2 {
  margin: 0;
  font-size: clamp(34px, 4vw, 62px);
  color: #fff;
}

.bcv2-aboutx-cta__card p {
  margin: 12px 0 0;
  color: rgba(254,255,250,.68);
}

/* RESPONSIVE */

@media (max-width: 1100px) {
  .bcv2-aboutx-hero__inner,
  .bcv2-aboutx-philosophy__grid,
  .bcv2-aboutx-audience__grid,
  .bcv2-aboutx-team__header {
    grid-template-columns: 1fr;
  }

  .bcv2-aboutx-sectors div {
    grid-template-columns: repeat(3, 1fr);
  }

  .bcv2-teamx__track {
    display: flex;
    overflow-x: auto;
    padding: 20px 0 30px;
    scroll-snap-type: x mandatory;
  }

  .bcv2-teamx-card {
    min-width: 280px;
    scroll-snap-align: center;
  }

  .bcv2-teamx__arrow {
    display: none !important;
  }
}

@media (max-width: 640px) {
  .bcv2-aboutx-hero,
  .bcv2-aboutx-philosophy,
  .bcv2-aboutx-audience,
  .bcv2-aboutx-team {
    padding: 110px 0;
  }

  .bcv2-aboutx-hero__frame {
    min-height: 420px;
  }

  .bcv2-aboutx-principles article {
    grid-template-columns: 1fr;
  }

  .bcv2-aboutx-sectors div {
    grid-template-columns: repeat(2, 1fr);
  }

  .bcv2-aboutx-cta__card {
    flex-direction: column;
    align-items: flex-start;
  }
}

/* FIX definitivo submit contacto */

body.page-id-844 .bcv2-contact-modal .bcv2-contact-form button,
body.page-id-844 .bcv2-contact-modal .bcv2-contact-form button[type="submit"],
body.page-id-844 .bcv2-contact-modal .bcv2-contact-form button:not(:disabled),
body.page-id-844 .bcv2-contact-modal .bcv2-contact-form [type="submit"] {
  appearance: none !important;
  -webkit-appearance: none !important;
  grid-column: 1 / -1 !important;
  width: 100% !important;
  min-height: 50px !important;
  padding: 0 28px !important;
  border: 0 !important;
  border-radius: 999px !important;
  background: #0e498f !important;
  color: #ffffff !important;
  font-family: inherit !important;
  font-size: 15px !important;
  font-weight: 900 !important;
  line-height: 1 !important;
  text-align: center !important;
  cursor: pointer !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 12px !important;
  opacity: 1 !important;
  visibility: visible !important;
  box-shadow: 0 24px 70px rgba(14, 73, 143, .28) !important;
}

body.page-id-844 .bcv2-contact-modal .bcv2-contact-form button span {
  color: #fff !important;
  display: inline-block !important;
}

.bcv2-whatsapp-trigger,
.bcv2-whatsapp-trigger[type="button"] {
  appearance: none !important;
  border: 1px solid rgba(128,166,237,.22) !important;
  background: transparent !important;
  color: #fff !important;
  border-radius: 999px !important;
  padding: 12px 18px !important;
  font-weight: 900 !important;
  cursor: pointer !important;
}

.bcv2-whatsapp-options {
  display: none;
  gap: 10px;
  margin-top: 14px;
  flex-wrap: wrap;
}

.bcv2-whatsapp-options.is-open {
  display: flex !important;
}

.bcv2-whatsapp-options a {
  padding: 12px 16px;
  border-radius: 999px;
  background: rgba(128,166,237,.12);
  border: 1px solid rgba(128,166,237,.2);
  color: #fff !important;
  text-decoration: none !important;
  font-weight: 900;
  font-size: 13px;
}

body.page-id-844 .bcv2-contact-form button[type="submit"] {
  filter: none !important;
  opacity: 1 !important;
  transform: none !important;
  background: #0e498f !important;
  color: #fff !important;
  text-shadow: none !important;
}

body.page-id-844 .bcv2-contact-form button[type="submit"] span {
  color: #fff !important;
  filter: none !important;
  opacity: 1 !important;
}
