.brandadoc-about-page {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 10% 12%, rgba(69, 224, 167, 0.22) 0%, rgba(69, 224, 167, 0) 46%),
    radial-gradient(circle at 88% 18%, rgba(17, 87, 118, 0.14) 0%, rgba(17, 87, 118, 0) 45%),
    linear-gradient(180deg, #f6fffb 0%, #f8faff 48%, #ffffff 100%);
}

.brandadoc-about-page::before,
.brandadoc-about-page::after {
  content: "";
  position: absolute;
  border-radius: 999px;
  pointer-events: none;
  z-index: 0;
}

.brandadoc-about-page::before {
  width: 460px;
  height: 460px;
  top: -130px;
  right: -180px;
  background: radial-gradient(circle, rgba(69, 224, 167, 0.28) 0%, rgba(69, 224, 167, 0) 72%);
}

.brandadoc-about-page::after {
  width: 420px;
  height: 420px;
  left: -170px;
  bottom: 90px;
  background: radial-gradient(circle, rgba(8, 57, 79, 0.18) 0%, rgba(8, 57, 79, 0) 72%);
}

.brandadoc-about-page section {
  position: relative;
  z-index: 1;
}

.brandadoc-about-hero {
  padding: 122px 0 62px;
}

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

.brandadoc-about-intro {
  position: relative;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(7, 30, 41, 0.1);
  border-radius: 22px;
  box-shadow: 0 22px 48px rgba(5, 32, 41, 0.1);
  padding: 34px;
}

.brandadoc-about-intro::after {
  content: "";
  position: absolute;
  right: 18px;
  top: 14px;
  width: 86px;
  height: 86px;
  border-radius: 14px;
  background: radial-gradient(circle at 35% 35%, rgba(69, 224, 167, 0.35), rgba(69, 224, 167, 0));
  pointer-events: none;
}

.brandadoc-about-badge {
  display: inline-flex;
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #0d6d52;
  border: 1px solid rgba(69, 224, 167, 0.55);
  background: rgba(69, 224, 167, 0.14);
  border-radius: 999px;
  padding: 8px 14px;
  margin-bottom: 16px;
}

.brandadoc-about-intro h1 {
  margin: 0 0 14px;
  color: #071b25;
  font-family: "ClashDisplay-Semibold", sans-serif;
  font-size: clamp(30px, 3.4vw, 48px);
  line-height: 1.13;
  max-width: 640px;
}

.brandadoc-about-intro p {
  color: #2e4a55;
  margin: 0;
  max-width: 700px;
  font-size: clamp(15px, 1.02vw, 17px);
}

.brandadoc-about-tags {
  margin-top: 18px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.brandadoc-about-tags span {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  background: #f2fbf8;
  border: 1px solid rgba(12, 112, 83, 0.2);
  color: #0f6f54;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.01em;
  padding: 8px 12px;
}

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

.brandadoc-about-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  border: 1px solid #45e0a7;
  background: linear-gradient(135deg, #45e0a7 0%, #37c993 100%);
  color: #053325;
  font-weight: 700;
  padding: 12px 18px;
  text-decoration: none;
  transition: transform 0.22s ease, box-shadow 0.22s ease, background 0.22s ease;
}

.brandadoc-about-btn:hover {
  color: #053325;
  transform: translateY(-2px);
  box-shadow: 0 12px 24px rgba(69, 224, 167, 0.34);
}

.brandadoc-about-btn-outline {
  background: #ffffff;
  color: #0f766e;
  border-color: rgba(15, 118, 110, 0.5);
}

.brandadoc-about-btn-outline:hover {
  color: #0f766e;
  box-shadow: 0 8px 18px rgba(15, 118, 110, 0.2);
}

.brandadoc-about-snapshot {
  display: grid;
  gap: 14px;
}

.brandadoc-snapshot-card {
  position: relative;
  overflow: hidden;
  background: linear-gradient(145deg, #071b25 0%, #0c3244 72%);
  color: #d5eef6;
  border-radius: 18px;
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.brandadoc-snapshot-card::after {
  content: "";
  position: absolute;
  width: 140px;
  height: 140px;
  right: -42px;
  top: -55px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(69, 224, 167, 0.3) 0%, rgba(69, 224, 167, 0) 74%);
}

.brandadoc-snapshot-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 30px rgba(6, 31, 45, 0.24);
}

.brandadoc-snapshot-label {
  display: inline-flex;
  margin-bottom: 9px;
  color: rgba(213, 238, 246, 0.82);
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.brandadoc-snapshot-card h3 {
  margin: 0 0 8px;
  color: #45e0a7;
  font-size: clamp(30px, 2.4vw, 36px);
  font-family: "ClashDisplay-Semibold", sans-serif;
  line-height: 1;
}

.brandadoc-snapshot-card p {
  color: #d2e8f0;
  margin: 0;
  font-size: 15px;
}

.brandadoc-about-features,
.brandadoc-about-team {
  padding: 22px 0 54px;
}

.brandadoc-about-heading {
  text-align: center;
  margin-bottom: 24px;
}

.brandadoc-about-eyebrow {
  margin-bottom: 8px;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 0.08em;
  color: #0f766e;
}

.brandadoc-about-heading h2 {
  margin: 0 auto;
  color: #081a22;
  font-family: "ClashDisplay-Semibold", sans-serif;
  font-size: clamp(24px, 2.3vw, 37px);
  max-width: 840px;
  line-height: 1.2;
}

.brandadoc-about-story {
  margin: 0 auto;
  background: #ffffff;
  border: 1px solid rgba(7, 30, 41, 0.08);
  border-radius: 18px;
  box-shadow: 0 14px 30px rgba(8, 26, 34, 0.07);
  padding: 26px;
}

.brandadoc-about-story p {
  margin: 0;
  color: #2f4a55;
}

.brandadoc-about-story p + p {
  margin-top: 12px;
}

.brandadoc-about-story-points {
  margin-top: 16px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.brandadoc-story-point {
  background: #f7fcfa;
  border: 1px solid rgba(69, 224, 167, 0.25);
  border-radius: 12px;
  padding: 14px;
}

.brandadoc-story-point h3 {
  margin: 0 0 6px;
  color: #0b2a35;
  line-height: 1.35;
  font-size: 25px !important;
}

.brandadoc-story-point p {
  color: #35505a;
  font-size: 14px;
  line-height: 1.55;
}

.brandadoc-team-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.brandadoc-team-grid.brandadoc-team-grid-two {
  max-width: 940px;
  margin: 0 auto;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.brandadoc-team-card {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 14px;
  background: linear-gradient(165deg, #ffffff 0%, #f4fffa 100%);
  border: 1px solid rgba(69, 224, 167, 0.32);
  border-radius: 16px;
  padding: 18px;
  box-shadow: 0 12px 24px rgba(8, 26, 34, 0.08);
  transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.brandadoc-team-card::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 3px;
  border-radius: 16px 16px 0 0;
  background: linear-gradient(90deg, rgba(69, 224, 167, 0.95) 0%, rgba(44, 180, 133, 0.95) 100%);
}

.brandadoc-team-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 30px rgba(8, 26, 34, 0.14);
}

.brandadoc-team-avatar {
  position: relative;
  overflow: hidden;
  width: 128px;
  flex: 0 0 128px;
  aspect-ratio: 4 / 5;
  border-radius: 14px;
  margin-bottom: 0;
  border: 1px solid rgba(7, 30, 41, 0.08);
  background: linear-gradient(180deg, #f7fcfa 0%, #eefaf5 100%);
}

.brandadoc-team-avatar::after {
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  height: 32%;
  background: linear-gradient(180deg, rgba(8, 26, 34, 0) 0%, rgba(8, 26, 34, 0.2) 100%);
  pointer-events: none;
}

.brandadoc-team-avatar img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center 20%;
  transition: transform 0.3s ease;
}

.brandadoc-team-card:hover .brandadoc-team-avatar img {
  transform: scale(1.03);
}

.brandadoc-team-content {
  display: flex;
  flex-direction: column;
  min-width: 0;
  gap: 4px;
}

.brandadoc-team-card h3 {
  margin: 0;
  color: #081a22;
  font-size: clamp(20px, 1.65vw, 23px);
}

.brandadoc-team-card .brandadoc-role {
  margin: 0;
  color: #0f766e;
  font-weight: 700;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  line-height: 1.35;
}

.brandadoc-team-card p {
  margin: 0;
  color: #35505a;
  line-height: 1.55;
}

.brandadoc-team-content > p:not(.brandadoc-role) {
  font-size: 14px;
  margin-top: 4px;
}

.brandadoc-about-process {
  padding: 0 0 52px;
}

.brandadoc-process-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.brandadoc-process-card {
  background: #ffffff;
  border: 1px solid rgba(7, 30, 41, 0.09);
  border-top: 3px solid rgba(69, 224, 167, 0.9);
  border-radius: 16px;
  padding: 22px;
  box-shadow: 0 12px 26px rgba(8, 26, 34, 0.06);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.brandadoc-process-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 28px rgba(8, 26, 34, 0.12);
}

.brandadoc-process-card span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 999px;
  background: rgba(69, 224, 167, 0.16);
  color: #0f766e;
  font-weight: 700;
  font-size: 14px;
  margin-bottom: 10px;
}

.brandadoc-process-card h3 {
  margin: 0 0 8px;
  color: #081a22;
  font-size: clamp(18px, 1.4vw, 21px);
}

.brandadoc-process-card p {
  margin: 0;
  color: #35505a;
}

.brandadoc-about-cta {
  padding: 0 0 96px;
}

.brandadoc-about-cta-box {
  text-align: center;
  border-radius: 22px;
  background:
    radial-gradient(circle at 16% 12%, rgba(69, 224, 167, 0.18) 0%, rgba(69, 224, 167, 0) 48%),
    linear-gradient(145deg, #071c26 0%, #0b2f3f 62%, #0d3749 100%);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: #d7eef5;
  padding: 46px 24px;
  box-shadow: 0 20px 44px rgba(6, 29, 42, 0.24);
}

.brandadoc-about-cta-box h2 {
  margin: 0 0 10px;
  color: #ffffff;
  font-size: clamp(23px, 2.35vw, 34px);
  line-height: 1.25;
}

.brandadoc-about-cta-box p {
  color: #cde3ea;
  margin-bottom: 18px;
}

.brandadoc-impact-metrics {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin: 0 0 20px;
}

.brandadoc-impact-metric {
  min-width: 180px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.06);
  padding: 10px 12px;
}

.brandadoc-impact-metric strong {
  display: block;
  color: #45e0a7;
  font-size: 20px;
  line-height: 1.2;
  font-family: "ClashDisplay-Semibold", sans-serif;
}

.brandadoc-impact-metric span {
  display: block;
  margin-top: 2px;
  color: #daedf4;
  font-size: 13px;
}

@media (max-width: 1199px) {
  .brandadoc-about-grid {
    grid-template-columns: 1fr;
  }

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

  .brandadoc-about-story-points {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 991px) {
 
  .brandadoc-about-snapshot,
  .brandadoc-team-grid,
  .brandadoc-team-grid.brandadoc-team-grid-two,
  .brandadoc-process-grid {
    grid-template-columns: 1fr;
  }

  .brandadoc-about-intro,
  .brandadoc-snapshot-card,
  .brandadoc-about-story,
  .brandadoc-team-card,
  .brandadoc-process-card {
    padding: 20px;
  }

  .brandadoc-team-card {
    gap: 12px;
  }

  .brandadoc-team-avatar {
    width: 112px;
    flex-basis: 112px;
    aspect-ratio: 4 / 5;
  }
}

@media (max-width: 767px) {
 

  .brandadoc-about-actions {
    gap: 10px;
  }

  .brandadoc-about-btn {
    width: 100%;
  }

  .brandadoc-about-features,
  .brandadoc-about-team {
    padding: 20px 0 56px;
  }

  .brandadoc-about-process {
    padding-bottom: 52px;
  }

  .brandadoc-about-cta {
    padding-bottom: 86px;
  }

  .brandadoc-team-card {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 10px;
  }

  .brandadoc-team-avatar {
    width: min(100%, 150px);
    flex-basis: auto;
    aspect-ratio: 4 / 5;
    border-radius: 12px;
    margin-bottom: 0;
  }

  .brandadoc-team-content {
    align-items: center;
    gap: 3px;
  }

  .brandadoc-team-content > p:not(.brandadoc-role) {
    text-align: center;
    margin-top: 3px;
  }
}
