.b360-about-hero,
.b360-about-vision,
.b360-about-team,
.b360-about-network,
.b360-about-roles,
.b360-about-final {
  min-height: 0;
  padding-inline: 0;
  background: #ffffff;
  color: #0a1628;
  font-family: "Inter", sans-serif;
}

.b360-business-group .b360-about-hero {
  padding-top: var(--b360-first-section-inner-gap, 1.25rem);
}

.b360-about-container {
  width: min(1440px, calc(100% - 3rem));
  margin-inline: auto;
}

.b360-about-hero svg,
.b360-about-vision svg,
.b360-about-team svg,
.b360-about-network svg,
.b360-about-roles svg,
.b360-about-final svg {
  width: 1em;
  height: 1em;
  flex: 0 0 auto;
}

.b360-about-hero__frame,
.b360-about-final__panel {
  position: relative;
  width: min(var(--b360-page-max, 1440px), calc(100% - 32px));
  margin-inline: auto;
  overflow: hidden;
  border-radius: 28px;
  min-height: clamp(680px, 88vh, 940px);
  display: flex;
  align-items: flex-end;
  isolation: isolate;
}

.b360-about-hero__frame > img,
.b360-about-final__panel > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  z-index: -2;
}

.b360-about-hero__shade,
.b360-about-final__shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(10, 22, 40, 0.12) 0%, rgba(10, 22, 40, 0.58) 55%, rgba(10, 22, 40, 0.94) 100%);
  z-index: -1;
}

.b360-about-hero__content {
  padding-block: clamp(9rem, 18vh, 15rem) clamp(4rem, 7vw, 6.5rem);
}

.b360-about-glass-pill,
.b360-about-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  width: auto;
  margin: 0 0 1.5rem;
  border-radius: 999px;
  font-family: "Inter", sans-serif;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
}

.b360-about-glass-pill {
  padding: 0.6rem 0.9rem;
  color: rgba(255, 255, 255, 0.82);
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(18px);
}

.b360-about-glass-pill img {
  width: 1.55rem;
  height: 1.55rem;
  border-radius: 999px;
  object-fit: cover;
}

.b360-about-glass-pill > span {
  display: inline-flex;
  flex-direction: column;
  gap: 0.18rem;
}

.b360-about-glass-pill > span > small {
  display: block;
  margin: 0;
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.72rem;
  font-weight: 500;
  line-height: 1.2;
}

.b360-about-pill {
  padding: 0.6rem 1rem;
  color: #0ba8a0;
  background: #e5f8f7;
  text-transform: uppercase;
}

.b360-about-hero h1,
.b360-about-final h2 {
  max-width: 980px;
  margin: 0 0 1.5rem;
  color: #ffffff;
  font-family: "Sora", sans-serif;
  font-size: clamp(3rem, 6.5vw, 6.2rem);
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.04;
}

.b360-about-hero h1 span,
.b360-about-copy h2 span,
.b360-about-role h2 span,
.b360-about-final h2 span {
  color: #18bfd1;
}

.b360-about-hero__content > p:not(.b360-about-glass-pill),
.b360-about-final__panel .b360-about-container > p {
  max-width: 680px;
  margin: 0 0 2.6rem;
  color: rgba(255, 255, 255, 0.64);
  font-size: 1.08rem;
  line-height: 1.68;
}

.b360-about-hero nav,
.b360-about-final nav {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.b360-about-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.65rem;
  min-height: 3.25rem;
  padding: 0.95rem 1.45rem;
  border-radius: 1rem;
  font-family: "Sora", sans-serif;
  font-size: 0.95rem;
  font-weight: 750;
  line-height: 1;
  text-decoration: none;
  border: 1px solid transparent;
}

.b360-about-button--primary {
  color: #ffffff;
  background: linear-gradient(135deg, #08a6a0, #15b8c9);
  box-shadow: 0 18px 38px rgba(8, 166, 160, 0.22);
}

.b360-about-button--ghost {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.22);
  backdrop-filter: blur(16px);
}

.b360-about-hero__stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
  margin-top: clamp(3rem, 5vw, 4.5rem);
}

.b360-about-hero__stats div {
  padding: 1rem;
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(18px);
}

.b360-about-hero__stats b {
  display: block;
  color: #ffffff;
  font-family: "Sora", sans-serif;
  font-size: 1.8rem;
  line-height: 1;
}

.b360-about-hero__stats span {
  display: block;
  margin-top: 0.35rem;
  color: rgba(255, 255, 255, 0.52);
  font-size: 0.78rem;
}

.b360-about-vision {
  padding-block: clamp(5rem, 8vw, 7.5rem);
}

.b360-about-split,
.b360-about-role__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(420px, 0.92fr);
  gap: clamp(3rem, 7vw, 6rem);
  align-items: center;
}

.b360-about-copy h2,
.b360-about-role h2,
.b360-about-team h2 {
  margin: 0 0 1.7rem;
  color: #0a1628;
  font-family: "Sora", sans-serif;
  font-size: clamp(2.3rem, 4.8vw, 4.1rem);
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.06;
}

.b360-about-copy p:not(.b360-about-pill),
.b360-about-role__copy > p,
.b360-about-team header > p {
  max-width: 780px;
  margin: 0 0 1.25rem;
  color: rgba(10, 22, 40, 0.62);
  font-size: 1.05rem;
  line-height: 1.72;
}

.b360-about-media,
.b360-about-role__image {
  position: relative;
}

.b360-about-media > img,
.b360-about-role__image > img {
  width: 100%;
  height: clamp(440px, 35vw, 560px);
  object-fit: cover;
  border-radius: 1.5rem;
  box-shadow: 0 32px 80px rgba(10, 22, 40, 0.13);
}

.b360-about-floating-card,
.b360-about-role__image > div {
  position: absolute;
  left: -1.25rem;
  bottom: -1.25rem;
  display: flex;
  align-items: center;
  gap: 0.8rem;
  max-width: min(90%, 330px);
  padding: 0.9rem 1rem;
  color: #0a1628;
  background: #ffffff;
  border: 1px solid rgba(10, 22, 40, 0.06);
  border-radius: 1rem;
  box-shadow: 0 18px 46px rgba(10, 22, 40, 0.14);
}

.b360-about-floating-card img {
  width: 3rem;
  height: 3rem;
  object-fit: cover;
  border-radius: 0.8rem;
}

.b360-about-floating-card b,
.b360-about-role__image b {
  display: block;
  font-family: "Sora", sans-serif;
  font-size: 0.82rem;
}

.b360-about-floating-card span {
  display: block;
  margin-top: 0.15rem;
  color: rgba(10, 22, 40, 0.48);
  font-size: 0.72rem;
}

.b360-about-values {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.25rem;
  margin-top: clamp(4rem, 6vw, 6rem);
}

.b360-about-values article {
  padding: 1.6rem;
  border: 1px solid rgba(10, 22, 40, 0.06);
  border-radius: 1.25rem;
  background: #ffffff;
  box-shadow: 0 16px 42px rgba(10, 22, 40, 0.05);
}

.b360-about-values span:first-child,
.b360-about-role__image > div span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 0.85rem;
  color: #0a1628;
  background: #f5f5f7;
}

.b360-about-values h3 {
  margin: 1.1rem 0 0.45rem;
  color: #0a1628;
  font-family: "Sora", sans-serif;
  font-size: 1rem;
  line-height: 1.2;
}

.b360-about-values p {
  margin: 0;
  color: rgba(10, 22, 40, 0.52);
  font-size: 0.86rem;
  line-height: 1.6;
}

.b360-about-team {
  padding-block: clamp(5rem, 8vw, 7.5rem);
  background: #f5f5f7;
}

.b360-about-team header {
  max-width: 760px;
  margin: 0 auto clamp(3rem, 5vw, 4.5rem);
  text-align: center;
}

.b360-about-team__grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 1.35rem;
}

.b360-about-team__grid article {
  text-align: center;
}

.b360-about-team__grid img,
.b360-about-team__empty {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 1rem;
  background: #ffffff;
}

.b360-about-team__empty {
  display: grid;
  place-items: center;
  color: rgba(10, 22, 40, 0.3);
  border: 2px dashed rgba(10, 22, 40, 0.18);
  font-family: "Sora", sans-serif;
  font-size: 2rem;
  font-weight: 800;
}

.b360-about-team__grid h3 {
  margin: 0.95rem 0 0.2rem;
  color: #0a1628;
  font-family: "Sora", sans-serif;
  font-size: 0.9rem;
  line-height: 1.25;
}

.b360-about-team__grid p {
  margin: 0 0 0.55rem;
  color: rgba(10, 22, 40, 0.52);
  font-size: 0.78rem;
  line-height: 1.35;
}

.b360-about-team__grid span {
  display: inline-flex;
  align-items: center;
  min-height: 1.65rem;
  padding: 0.32rem 0.65rem;
  color: rgba(10, 22, 40, 0.58);
  background: #ffffff;
  border-radius: 999px;
  font-size: 0.68rem;
}

.b360-business-group .b360-about-network,
.b360-about-network {
  padding-block: 0 clamp(5rem, 8vw, 7.5rem);
  background: #f5f5f7;
}

.b360-about-network__card {
  display: grid;
  grid-template-columns: minmax(0, 0.96fr) minmax(420px, 1fr);
  gap: clamp(3rem, 5.5vw, 5rem);
  align-items: center;
  padding: clamp(2rem, 4vw, 4rem);
  border: 1px solid rgba(10, 22, 40, 0.07);
  border-radius: 1.5rem;
  background: #ffffff;
  box-shadow: 0 18px 70px rgba(10, 22, 40, 0.08);
}

.b360-about-network__copy {
  min-width: 0;
}

.b360-about-network__eyebrow {
  margin: 0 0 1.35rem;
  color: rgba(10, 22, 40, 0.4);
  font-family: "Inter", sans-serif;
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.13em;
  line-height: 1.2;
  text-transform: uppercase;
}

.b360-about-network h2 {
  max-width: 720px;
  margin: 0 0 1.6rem;
  color: #0a1628;
  font-family: "Sora", sans-serif;
  font-size: clamp(2.15rem, 4.1vw, 4rem);
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.08;
}

.b360-about-network__copy > p:not(.b360-about-network__eyebrow) {
  max-width: 760px;
  margin: 0 0 2.4rem;
  color: rgba(10, 22, 40, 0.56);
  font-size: 1rem;
  line-height: 1.75;
}

.b360-about-network__stats {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.9rem;
}

.b360-about-network__stats article {
  min-height: 86px;
  padding: 1.15rem 1.2rem;
  border-radius: 1rem;
  background: #f5f5f7;
}

.b360-about-network__stats strong {
  display: block;
  color: #0a1628;
  font-family: "Sora", sans-serif;
  font-size: clamp(1.45rem, 2.3vw, 2rem);
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1;
}

.b360-about-network__stats span {
  display: block;
  margin-top: 0.45rem;
  color: rgba(10, 22, 40, 0.52);
  font-size: 0.82rem;
  line-height: 1.3;
}

.b360-about-network__media {
  position: relative;
  margin: 0;
  overflow: hidden;
  border-radius: 1.35rem;
  box-shadow: 0 22px 60px rgba(10, 22, 40, 0.14);
}

.b360-about-network__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(10, 22, 40, 0.42) 0%, rgba(10, 22, 40, 0.1) 45%, rgba(10, 22, 40, 0) 70%);
  pointer-events: none;
}

.b360-about-network__media img {
  width: 100%;
  height: clamp(320px, 30vw, 430px);
  object-fit: cover;
  object-position: top center;
}

.b360-about-network__media figcaption {
  position: absolute;
  z-index: 1;
  left: 1rem;
  bottom: 1rem;
  max-width: min(86%, 360px);
  padding: 0.78rem 1rem;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 1rem;
  background: rgba(10, 22, 40, 0.28);
  backdrop-filter: blur(18px);
}

.b360-about-network__media figcaption strong,
.b360-about-network__media figcaption span {
  display: block;
}

.b360-about-network__media figcaption strong {
  color: #ffffff;
  font-family: "Sora", sans-serif;
  font-size: 0.9rem;
  line-height: 1.25;
}

.b360-about-network__media figcaption span {
  margin-top: 0.15rem;
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.75rem;
  line-height: 1.3;
}

.b360-about-roles {
  background: #ffffff;
}

.b360-about-role {
  padding-block: clamp(5.5rem, 7vw, 7rem);
  background: #ffffff;
}

.b360-about-role:nth-child(even) {
  background: #f5f5f7;
}

.b360-about-role--alt .b360-about-role__image {
  order: 2;
}

.b360-about-role__grid {
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: clamp(4rem, 5vw, 6rem);
}

.b360-about-role__image > img {
  height: clamp(430px, 31vw, 480px);
  border-radius: 1.5rem;
  box-shadow: 0 32px 80px rgba(10, 22, 40, 0.12);
}

.b360-about-role__image > div {
  color: #0a1628;
}

.b360-about-role__image > div span {
  color: var(--b360-about-accent);
  background: color-mix(in srgb, var(--b360-about-accent) 12%, white);
}

.b360-about-role__image .b360-about-role__float {
  left: auto;
  right: -1.25rem;
  top: -1.25rem;
  bottom: auto;
  max-width: 270px;
  padding: 1.25rem;
  border-color: rgba(10, 22, 40, 0.08);
  border-radius: 1rem;
  background: #ffffff;
  box-shadow: 0 18px 42px rgba(10, 22, 40, 0.14);
}

.b360-about-role__float p {
  margin: 0;
}

.b360-about-role__float span {
  width: 2.05rem;
  height: 2.05rem;
  border-radius: 0.8rem;
}

.b360-about-role__float b {
  font-size: 0.92rem;
  line-height: 1.25;
}

.b360-about-role__float small {
  display: block;
  margin-top: 0.45rem;
  color: rgba(10, 22, 40, 0.45);
  font-family: "Inter", sans-serif;
  font-size: 0.78rem;
  line-height: 1.35;
}

.b360-about-role .b360-about-pill {
  margin-bottom: 1.5rem;
  padding: 0.7rem 1rem;
  border: 1px solid #bfdbfe;
  color: #2563eb;
  background: #eff6ff;
  font-size: 0.9rem;
  font-weight: 800;
  text-transform: none;
}

.b360-about-role h2 {
  margin-bottom: 1.5rem;
  font-size: clamp(2rem, 4.5vw, 3.5rem);
  line-height: 1.06;
}

.b360-about-role h2 span {
  color: #476ff5;
  -webkit-text-fill-color: currentColor;
}

body.b360-business-group-page .elementor .e-con.e-lazyloaded .b360-about-role h2 span {
  color: transparent !important;
  background-image: linear-gradient(135deg, #3b82f6 0%, #8b5cf6 50%, #06b6d4 100%) !important;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.b360-about-role__copy > p {
  margin-bottom: 1.5rem;
  color: rgba(10, 22, 40, 0.62);
  font-size: 1.06rem;
  line-height: 1.7;
}

.b360-about-role__copy > p strong {
  color: #0a1628;
  font-weight: 800;
}

.b360-about-role__copy > div {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.9rem 2rem;
  margin: 2.05rem 0 2.25rem;
}

.b360-about-role__copy > div span {
  display: inline-flex;
  align-items: flex-start;
  gap: 0.65rem;
  color: rgba(10, 22, 40, 0.7);
  font-size: 0.86rem;
  line-height: 1.45;
}

.b360-about-role__copy > div svg {
  margin-top: 0.08rem;
  color: #14b8a6;
  stroke-width: 2.2;
}

.b360-about-role .b360-about-button--primary {
  min-height: 3.8rem;
  padding: 1.1rem 2rem;
  border-radius: 1rem;
  color: #ffffff;
  background-color: #06b6d4;
  background-image: linear-gradient(135deg, #4f6df5 0%, #7258f2 48%, #08add0 100%);
  box-shadow: 0 18px 40px rgba(37, 99, 235, 0.2);
  font-size: 0.98rem;
}

body.b360-business-group-page .elementor .b360-about-role .b360-about-button--primary {
  color: #ffffff !important;
  background-color: #06b6d4 !important;
  background-image: linear-gradient(135deg, #4f6df5 0%, #7258f2 48%, #08add0 100%) !important;
}

.b360-about-final {
  padding-block: 0 1.5rem;
}

.b360-about-final__panel {
  min-height: clamp(560px, 64vh, 740px);
  align-items: center;
  text-align: center;
}

.b360-about-final__panel .b360-about-container {
  position: relative;
  z-index: 1;
}

.b360-about-final .b360-about-glass-pill {
  border-radius: 1rem;
}

.b360-about-final h2 {
  max-width: 900px;
  margin-inline: auto;
  font-size: clamp(2.4rem, 5vw, 4.4rem);
}

.b360-about-final__panel .b360-about-container > p {
  margin-inline: auto;
}

.b360-about-final nav {
  justify-content: center;
}

.b360-about-final small {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  margin-top: 2rem;
  color: rgba(255, 255, 255, 0.34);
  font-size: 0.84rem;
}

.b360-about-final small svg {
  color: #fb7185;
}

@media (max-width: 1180px) {
  .b360-about-split,
  .b360-about-network__card,
  .b360-about-role__grid {
    grid-template-columns: 1fr;
  }

  .b360-about-role--alt .b360-about-role__image {
    order: 0;
  }

  .b360-about-values {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .b360-about-team__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .b360-about-container {
    width: min(100% - 1.5rem, 1440px);
  }

  .b360-about-hero__frame,
  .b360-about-final__panel {
    width: calc(100% - 24px);
    margin-inline: auto;
    border-radius: 22px;
    min-height: 680px;
  }

  .b360-about-hero__content {
    padding-block: 8rem 3rem;
  }

  .b360-about-hero__stats,
  .b360-about-values,
  .b360-about-role__copy > div {
    grid-template-columns: 1fr;
  }

  .b360-about-team__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .b360-about-media > img,
  .b360-about-network__media img,
  .b360-about-role__image > img {
    height: 390px;
  }

  .b360-about-network__card {
    padding: 1.2rem;
    border-radius: 1.25rem;
  }

  .b360-about-network__stats {
    grid-template-columns: 1fr;
  }

  .b360-about-floating-card,
  .b360-about-role__image > div {
    left: 1rem;
    right: 1rem;
    bottom: 1rem;
  }

  .b360-about-button {
    width: 100%;
  }
}
