.gbb-about-page {
  min-height: 100vh;
  background:
    radial-gradient(circle at top left, rgba(37, 99, 235, 0.12), transparent 32rem),
    linear-gradient(180deg, #f8fbff 0%, #ffffff 48%, #f3f8ff 100%);
  color: #0f172a;
}

.gbb-about-shell {
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto;
  padding: 28px 0 64px;
}

.gbb-about-topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 34px;
}

.gbb-about-brand {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #0f172a;
  text-decoration: none;
  font-weight: 900;
  letter-spacing: -0.03em;
}

.gbb-about-brand-mark {
  width: 42px;
  height: 42px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, #2563eb, #0ea5e9);
  color: #fff;
  font-weight: 900;
  box-shadow: 0 14px 32px rgba(37, 99, 235, 0.24);
}

.gbb-about-nav {
  display: flex;
  align-items: center;
  gap: 10px;
}

.gbb-about-nav a {
  color: #334155;
  text-decoration: none;
  font-weight: 800;
  font-size: 14px;
  padding: 10px 12px;
  border-radius: 999px;
}

.gbb-about-nav a:hover {
  background: #eaf2ff;
  color: #1d4ed8;
}

.gbb-about-cta {
  background: #2563eb !important;
  color: #fff !important;
  box-shadow: 0 12px 24px rgba(37, 99, 235, 0.2);
}

.gbb-about-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.9fr);
  gap: 28px;
  align-items: stretch;
}

.gbb-about-card,
.gbb-about-photo-card,
.gbb-about-section-card {
  border: 1px solid rgba(148, 163, 184, 0.22);
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 24px 70px rgba(15, 23, 42, 0.08);
  border-radius: 28px;
}

.gbb-about-card {
  padding: clamp(26px, 5vw, 52px);
}

.gbb-about-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 16px;
  padding: 8px 12px;
  border-radius: 999px;
  background: #eaf2ff;
  color: #1d4ed8;
  font-weight: 900;
  font-size: 13px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.gbb-about-card h1 {
  margin: 0 0 18px;
  max-width: 820px;
  font-size: clamp(38px, 7vw, 68px);
  line-height: 0.94;
  letter-spacing: -0.07em;
}

.gbb-about-lede {
  margin: 0;
  color: #475569;
  font-size: clamp(17px, 2.6vw, 21px);
  line-height: 1.55;
}

.gbb-about-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.gbb-about-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 18px;
  border-radius: 999px;
  font-weight: 900;
  text-decoration: none;
  border: 1px solid #d8e5f5;
}

.gbb-about-button-primary {
  background: #2563eb;
  color: #fff;
  border-color: #2563eb;
  box-shadow: 0 14px 28px rgba(37, 99, 235, 0.25);
}

.gbb-about-button-secondary {
  background: #fff;
  color: #0f172a;
}

.gbb-about-photo-card {
  position: relative;
  overflow: hidden;
  padding: 24px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 430px;
  background:
    linear-gradient(180deg, rgba(15, 23, 42, 0.1), rgba(15, 23, 42, 0.78)),
    linear-gradient(135deg, #0f172a, #1d4ed8);
  color: #fff;
}

.gbb-about-photo-placeholder {
  position: absolute;
  inset: 22px;
  border: 1px dashed rgba(255, 255, 255, 0.42);
  border-radius: 22px;
  display: grid;
  place-items: center;
  text-align: center;
  padding: 24px;
  color: rgba(255, 255, 255, 0.78);
  font-weight: 800;
}

.gbb-about-photo-content {
  position: relative;
  z-index: 2;
}

.gbb-about-photo-content strong {
  display: block;
  font-size: 24px;
  letter-spacing: -0.04em;
}

.gbb-about-photo-content span {
  display: block;
  margin-top: 8px;
  color: rgba(255, 255, 255, 0.82);
  line-height: 1.45;
}

.gbb-about-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
  margin-top: 22px;
}

.gbb-about-section-card {
  padding: 28px;
}

.gbb-about-section-card h2 {
  margin: 0 0 12px;
  font-size: clamp(25px, 4vw, 36px);
  letter-spacing: -0.05em;
}

.gbb-about-section-card p {
  margin: 0;
  color: #475569;
  line-height: 1.6;
  font-size: 16px;
}

.gbb-about-values {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 22px;
}

.gbb-about-value {
  padding: 18px;
  border-radius: 20px;
  background: #f8fbff;
  border: 1px solid #e2ecfa;
}

.gbb-about-value strong {
  display: block;
  margin-bottom: 6px;
  font-size: 16px;
}

.gbb-about-value span {
  color: #64748b;
  line-height: 1.45;
  font-size: 14px;
}

.gbb-about-home-teaser {
  margin: 42px auto;
  width: min(1120px, calc(100% - 32px));
  padding: 28px;
  border-radius: 28px;
  border: 1px solid rgba(148, 163, 184, 0.22);
  background:
    linear-gradient(135deg, rgba(37, 99, 235, 0.08), rgba(14, 165, 233, 0.06)),
    #ffffff;
  box-shadow: 0 18px 50px rgba(15, 23, 42, 0.08);
}

.gbb-about-home-teaser h2 {
  margin: 0 0 10px;
  font-size: clamp(26px, 5vw, 42px);
  letter-spacing: -0.055em;
  color: #0f172a;
}

.gbb-about-home-teaser p {
  margin: 0;
  max-width: 760px;
  color: #475569;
  line-height: 1.55;
}

.gbb-about-home-teaser a {
  display: inline-flex;
  margin-top: 18px;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  padding: 0 18px;
  border-radius: 999px;
  background: #2563eb;
  color: #fff;
  text-decoration: none;
  font-weight: 900;
}

.gbb-about-nav-injected {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
}

@media (max-width: 820px) {
  .gbb-about-topbar {
    align-items: flex-start;
    flex-direction: column;
  }

  .gbb-about-nav {
    width: 100%;
    overflow-x: auto;
    padding-bottom: 4px;
  }

  .gbb-about-hero,
  .gbb-about-grid,
  .gbb-about-values {
    grid-template-columns: 1fr;
  }

  .gbb-about-photo-card {
    min-height: 320px;
  }

  .gbb-about-card,
  .gbb-about-section-card,
  .gbb-about-home-teaser {
    border-radius: 22px;
  }
}
