@charset "UTF-8";
/* CSS Document */

.bb-enterprise {
  --navy: #022e57;
  --orange: #ff7518;
  --ink: #183b59;
  --muted: #526b7e;
  --tint: #f3f8fb;
  color: var(--ink);
  font-family: inherit;
}

.bb-enterprise * {
  box-sizing: border-box;
}

.bb-enterprise__wrap {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}

.bb-enterprise__section {
  padding: 80px 0;
}

.bb-enterprise__section--tint {
  background: var(--tint);
}

.bb-enterprise__eyebrow {
  display: inline-block;
  margin-bottom: 14px;
  color: var(--orange);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.13em;
  font-family: "Poppins", serif !important;	
}

.bb-enterprise h1,
.bb-enterprise h2,
.bb-enterprise h3 {
  color: var(--navy);
  line-height: 1.12;
  font-family: var(--mainheadfont1) !important;	
}

.bb-enterprise h1 {
  margin: 0 0 20px;
  font-size: clamp(42px, 5vw, 68px);
}

.bb-enterprise h2 {
  margin: 0 0 18px;
  font-size: clamp(30px, 3.3vw, 44px);
}

.bb-enterprise h3 {
  margin: 0 0 10px;
  font-size: 21px;
}

.bb-enterprise p {
  margin: 0 0 16px;
  font-size: 16px;
  line-height: 1.65;
}

/* Hero */
.bb-enterprise__hero {
  padding: 58px 0;
  background: #eaf4fa;
}

.bb-enterprise__hero-grid,
.bb-enterprise__split,
.bb-enterprise__application-grid,
.bb-enterprise__faq {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
  align-items: center;
}

.bb-enterprise__hero p {
  max-width: 540px;
  font-size: 18px;
}

.bb-enterprise__hero-art {
  min-height: 400px;
  overflow: hidden;
  border-radius: 22px;
  background: #d5e8f2;
}

.bb-enterprise__hero-art img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bb-enterprise__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 24px;
  margin-top: 28px;
}

.bb-enterprise__button {
  display: inline-block;
  padding: 15px 24px;
  border-radius: 8px;
  background: var(--orange);
  color: #fff;
  font-weight: 500;
  text-decoration: none;
  font-family: var(--mainheadfont1) !important;	
}

.bb-enterprise__button:hover,
.bb-enterprise__button:focus-visible {
  background: #dd5c08;
  color: #fff;
}

.bb-enterprise__text-link {
  color: var(--navy);
  font-weight: 500;
  text-decoration: none;
  font-family: var(--mainheadfont1) !important;	
}

.bb-enterprise__text-link:hover {
  text-decoration: underline;
}

/* Audience cards */
.bb-enterprise__intro {
  max-width: 680px;
  margin-bottom: 32px;
}

.bb-enterprise__cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.bb-enterprise__card {
  padding: 28px;
  border: 1px solid #dce9f0;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 8px 24px rgba(2, 46, 87, 0.04);
}

.bb-enterprise__card-icon {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  margin-bottom: 24px;
  border-radius: 12px;
  background: #fff0e5;
  color: var(--orange);
  font-size: 24px;
}

.bb-enterprise__card p {
  margin-bottom: 0;
}

/* How it works */
.bb-enterprise__steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.bb-enterprise__steps > div {
  padding-top: 22px;
  border-top: 3px solid var(--orange);
}

.bb-enterprise__steps span {
  display: block;
  margin-bottom: 22px;
  color: var(--orange);
  font-weight: 800;
}

.bb-enterprise__steps p {
  margin-bottom: 0;
}

/* Ambassador application card */
/* Blue background across the entire section */
.bb-enterprise__section--application {
  background: #022e57;
}

.bb-enterprise__section--application .bb-enterprise__application-grid {
  align-items: center;
}

/* White text on the blue left side */
.bb-enterprise__section--application
.bb-enterprise__application-grid > div:first-child h2,
.bb-enterprise__section--application
.bb-enterprise__application-grid > div:first-child p {
  color: #fff;
}

/* White application box on the right */
.bb-enterprise__form-panel.bb-enterprise__apply-panel {
  min-height: 0;
  padding: 36px;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 16px 38px rgba(0, 15, 35, 0.2);
}

.bb-enterprise__apply-panel::before {
  content: none;
}

.bb-enterprise__section--application .bb-enterprise__apply-panel h3 {
  margin: 0 0 14px;
  color: #022e57;
  font-size: clamp(25px, 2.5vw, 32px);
  line-height: 1.2;
}

.bb-enterprise__section--application .bb-enterprise__apply-panel p {
  margin: 0 0 24px;
  color: #526b7e;
  font-size: 16px;
  line-height: 1.6;
}

.bb-enterprise__apply-panel .bb-enterprise__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 14px 26px;
  border-radius: 9px;
  background: #ff7518;
  color: #fff;
  font-weight: 800;
  text-align: center;
  text-decoration: none;
}

.bb-enterprise__apply-panel .bb-enterprise__button:hover {
  background: #df5f0b;
  color: #fff;
}

@media (max-width: 760px) {
  .bb-enterprise__form-panel.bb-enterprise__apply-panel {
    padding: 28px 24px;
  }

  .bb-enterprise__apply-panel .bb-enterprise__button {
    width: 100%;
  }
}

/* FAQs */
.bb-enterprise__faq {
  align-items: start;
}

.bb-enterprise__faq details {
  border-bottom: 1px solid #dce9f0;
}

.bb-enterprise__faq summary {
  padding: 20px 30px 20px 0;
  color: var(--navy);
  font-weight: 800;
  cursor: pointer;
}

.bb-enterprise__faq details p {
  padding: 0 24px 20px 0;
}

.bb-enterprise a:focus-visible,
.bb-enterprise summary:focus-visible {
  outline: 3px solid var(--orange);
  outline-offset: 3px;
}

/* Mobile */
@media (max-width: 760px) {
  .bb-enterprise__section {
    padding: 56px 0;
  }

  .bb-enterprise__hero-grid,
  .bb-enterprise__split,
  .bb-enterprise__application-grid,
  .bb-enterprise__faq {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .bb-enterprise__hero-art {
    min-height: 260px;
  }

  .bb-enterprise__cards,
  .bb-enterprise__steps {
    grid-template-columns: 1fr;
  }

  .bb-enterprise__card {
    padding: 22px;
  }
}