.about-page {
  --about-blue: #0868ff;
  --about-navy: #082a66;
  --about-deep: #00040d;
  background: #fff;
  color: #082356;
}

.about-main {
  padding-top: 108px;
  background: #fff;
  overflow: hidden;
}

.about-hero {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  min-height: 520px;
  background: #fff;
}

.about-hero-media { min-height: 520px; overflow: hidden; }
.about-hero-media img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.about-hero-media { position: relative; }
.data-overlay { position: absolute; inset: 0; pointer-events: none; z-index: 6; }
.data-overlay svg { width: 100%; height: 100%; display: block; }

/* Fine-tune label readability on dark/light backgrounds */
.data-overlay .dlabel { fill: #fff; text-shadow: 0 2px 8px rgba(0,0,0,0.6); }

@media (max-width: 980px) {
  .data-overlay .dlabel { font-size: 14px; }
  .data-overlay .dline { stroke-dasharray: 4 6; stroke-width: 1.8; }
  .data-overlay .ddot { r: 3; }
}

@media (prefers-reduced-motion: reduce) {
  .data-overlay .dline { transition: none; }
}
.about-hero-copy { direction: rtl; display: grid; grid-template-rows: 1fr 1fr; min-height: 520px; }
.about-hero-title {
  display: flex;
  align-items: end;
  justify-content: center;
  padding: 58px 40px 34px;
  background: #fff;
  position: relative;
}
.about-hero-title::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 20% 10%, rgba(8,104,255,.16), transparent 36%);
  opacity: .65;
}
.about-hero-title h1 {
  position: relative;
  color: var(--about-blue);
  font-size: clamp(54px, 7.5vw, 104px);
  line-height: 1;
  font-weight: 900;
}
.about-hero-title h1 span { color: #0a0a0a; }
.about-hero-statement {
  background: var(--about-navy);
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 44px 11%;
}
.about-hero-statement p {
  font-size: clamp(22px, 2.35vw, 34px);
  line-height: 1.55;
  font-weight: 900;
  margin-bottom: 24px;
}
.about-pill,
.download-profile {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 8px 30px;
  border: 2px solid currentColor;
  border-radius: 999px;
  font-size: 20px;
  font-weight: 900;
  transition: var(--transition);
}
.about-pill:hover { background: #fff; color: var(--about-navy); }

.section-band {
  width: min(100%, 1530px);
  margin: 0 auto;
}

.about-distinction {
  display: grid;
  grid-template-columns: 42% 58%;
  gap: 52px;
  align-items: center;
  padding: 96px 7% 38px;
  background:
    radial-gradient(circle at 74% 22%, rgba(8,104,255,.12), transparent 24%),
    #fff;
}

.dart-card {
  position: relative;
  height: clamp(440px, 38vw, 620px);
  overflow: hidden;
  border-radius: 0;
  box-shadow: 0 24px 60px rgba(0, 18, 64, .16);
}
.dart-card img { width: 100%; height: 100%; object-fit: cover; }
.dart-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(0,0,0,.45), transparent 52%); }
.dart-card h2 {
  position: absolute;
  right: 42px;
  bottom: 38px;
  z-index: 2;
  color: #fff;
  font-size: clamp(42px, 5vw, 78px);
  line-height: 1.08;
  font-weight: 900;
}
.distinction-copy {
  text-align: center;
  color: var(--about-navy);
  font-weight: 900;
  font-size: clamp(24px, 2.2vw, 38px);
  line-height: 1.55;
  padding: 24px;
}
.distinction-copy h2 { color: var(--about-blue); font-size: inherit; margin-bottom: 8px; }
.distinction-copy p { margin-bottom: 18px; }

.about-choice {
  width: min(100%, 1530px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 58% 42%;
  align-items: end;
  background: var(--about-navy);
  color: #fff;
  border-radius: 0 0 34px 34px;
  overflow: hidden;
  padding: 0 7% 38px;
}
.choice-text {
  padding: 34px 0 22px 7%;
  font-weight: 900;
}
.choice-text h2 {
  width: fit-content;
  color: var(--about-blue);
  background: #fff;
  font-size: clamp(24px, 2.35vw, 38px);
  padding: 4px 18px 8px;
  margin-bottom: 20px;
}
.choice-text h2 span { color: var(--about-blue); }
.choice-text p { font-size: clamp(22px, 2.2vw, 34px); line-height: 1.65; max-width: 780px; }
.choice-image { position: relative; min-height: 410px; overflow: hidden; box-shadow: 0 18px 45px rgba(0,0,0,.28); }
.choice-image img { width: 100%; height: 100%; object-fit: cover; }
.choice-image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(0,0,0,.55), transparent 52%); }
.choice-image h2 { position: absolute; right: 44px; direction: rtl; bottom: 32px; z-index: 2; color: #fff; font-size: clamp(42px, 5vw, 76px); line-height: 1.1; font-weight: 900; }

.vision-goal-wrap {
  width: min(100%, 1530px);
  margin: 64px auto 0;
  padding: 0 7% 78px;
  background:
    radial-gradient(circle at 16% 18%, rgba(8,104,255,.10), transparent 28%),
    #fff;
  border-radius: 0 0 34px 34px;
}
.vision-block,
.goal-block {
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  gap: 70px;
  align-items: center;
  margin-bottom: 76px;
}
.goal-block { grid-template-columns: .85fr 1.15fr; margin-bottom: 0; }
.vision-block .angle-title { grid-column: 1; grid-row: 1; }
.vision-block .vg-text { grid-column: 1; grid-row: 2; direction: rtl; }
.vision-block .vg-media { grid-column: 2; grid-row: 1 / span 2; }
.goal-block .vg-media { grid-column: 1; grid-row: 1 / span 2; }
.goal-block .vg-text { grid-column: 2; grid-row: 1 / span 2; direction: rtl; }
.angle-title {
  width: fit-content;
  min-width: 245px;
  background: var(--about-navy);
  color: #fff;
  font-size: clamp(34px, 4.2vw, 58px);
  line-height: 1;
  font-weight: 900;
  padding: 14px 54px 18px;
  margin-bottom: 28px;
  clip-path: polygon(0 0, 100% 0, 86% 100%, 0% 100%);
  text-align: center;
}
.goal-block .angle-title { margin-right: auto; clip-path: polygon(14% 0, 100% 0, 100% 100%, 0 100%); }
.vg-text { direction: rtl; }
.vg-text p { color: var(--about-navy); font-size: clamp(23px, 2.15vw, 35px); line-height: 1.65; font-weight: 900; margin-bottom: 14px; }
.vg-media { overflow: hidden; min-height: 360px; box-shadow: 0 18px 45px rgba(0, 18, 64, .14); }
.vg-media img { width: 100%; height: 100%; object-fit: cover; }

.profile-section {
  background:
    linear-gradient(rgba(8, 42, 102, .95), rgba(8, 42, 102, .95)),
    url('assets/img/warm-detail.webp') center / cover;
  color: #fff;
  text-align: center;
  padding: 74px 7% 70px;
  border-radius: 32px 32px 0 0;
}
.profile-section h2 { font-size: clamp(34px, 4vw, 58px); font-weight: 900; margin-bottom: 42px; }

/* Interactive Book Styles - Compact Version */
.book-container {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 40px 0;
  margin: 0 auto 30px;
  max-width: 900px;
}

#flipbook {
  box-shadow: 0 15px 45px rgba(0,0,0,0.4);
  background: #fff;
  width: 450px; /* حجم أصغر وأكثر تناسقاً */
  height: 600px;
  margin: 0 auto;
}

@media (max-width: 600px) {
  #flipbook {
    width: 280px;
    height: 373px;
  }
}

.page {
  background-color: #fff;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  box-shadow: inset 0 0 100px rgba(0,0,0,0.1); /* ظل داخلي للواقعية */
}

.download-profile { color: var(--about-navy); background: #fff; border-color: #fff; min-height: 38px; font-size: 18px; padding-inline: 28px; }
.download-profile:hover { background: var(--about-blue); color: #fff; border-color: var(--about-blue); }

/* Explicit desktop placement to avoid RTL grid reversal */
@media (min-width: 981px) {
  .about-hero, .about-distinction, .about-choice, .vision-block, .goal-block { direction: ltr; }
  .about-hero-copy, .distinction-copy, .choice-text, .vg-text { direction: rtl; }
  .about-hero-media { grid-column: 1; grid-row: 1; }
  .about-hero-copy { grid-column: 2; grid-row: 1; }
  .dart-card { grid-column: 1; }
  .distinction-copy { grid-column: 2; }
  .choice-text { grid-column: 1; }
  .choice-image { grid-column: 2; }
}
@media (max-width: 980px) {
  .about-hero,
  .about-distinction,
  .about-choice,
  .vision-block,
  .goal-block { grid-template-columns: 1fr; }
  .about-hero-media { min-height: 340px; order: 2; }
  .about-hero-copy { order: 1; min-height: auto; }
  .about-hero-title { padding: 52px 24px 28px; }
  .about-hero-statement { padding: 36px 7%; }
  .about-distinction { gap: 30px; padding: 60px 5% 26px; }
  .about-choice { padding: 0 5% 34px; }
  .choice-text { padding: 34px 0; }
  .vision-goal-wrap { padding: 0 5% 60px; }
  .vision-block,
  .goal-block { gap: 30px; margin-bottom: 52px; }
  .goal-block .vg-media { order: 2; }
  .goal-block .vg-text { order: 1; }
  .angle-title,
  .goal-block .angle-title { clip-path: none; margin-inline: auto; }
  .vg-text { text-align: center; }
  .vg-media { min-height: 290px; }
}

@media (max-width: 560px) {
  .about-hero-statement p,
  .distinction-copy,
  .choice-text p,
  .vg-text p { font-size: 21px; }
  .dart-card,
  .choice-image { min-height: 330px; }
  .profile-section { padding-inline: 4%; }
}
/* About top reference refinements */
.about-hero {
  width: min(100%, 1530px);
  margin: 0 auto;
  grid-template-columns: 47.5% 52.5%;
  min-height: 358px;
  overflow: hidden;
}

.about-hero-media { min-height: 358px; }
.about-hero-media img { object-position: center 38%; }

.about-hero-copy {
  min-height: 358px;
  grid-template-rows: 47% 53%;
}

.about-hero-title {
  align-items: flex-end;
  justify-content: flex-start;
  padding: 34px clamp(42px, 6.2vw, 110px) 28px 20px;
  background: #fff;
  overflow: hidden;
}

.about-hero-title h1 {
  font-size: clamp(48px, 5.05vw, 82px);
  letter-spacing: 0;
  text-align: right;
  white-space: nowrap;
  text-shadow: 0 3px 10px rgba(8, 104, 255, .12);
}

.about-hero-statement {
  padding: 26px clamp(34px, 6vw, 104px) 28px;
  background: #082a66;
}

.about-hero-statement p {
  max-width: 760px;
  font-size: clamp(22px, 2.05vw, 34px);
  line-height: 1.48;
  margin-bottom: 14px;
}

.about-pill {
  min-height: 38px;
  padding: 6px 24px 8px;
  font-size: 19px;
}

.about-distinction {
  position: relative;
  width: min(100%, 1530px);
  grid-template-columns: 43% 57%;
  gap: 7%;
  align-items: start;
  padding: 54px 8% 118px;
  min-height: 620px;
  background: #fff;
  overflow: hidden;
}

.dart-card {
  z-index: 1;
  width: 100%;
  max-width: 530px;
  height: clamp(400px, 39vw, 580px);
  justify-self: end;
  margin-top: 0;
  box-shadow: none;
}

.dart-card h2 {
  right: 46px;
  bottom: 34px;
  font-size: clamp(46px, 5.1vw, 78px);
}

.distinction-copy {
  position: relative;
  z-index: 2;
  align-self: start;
  justify-self: start;
  max-width: 760px;
  padding: 8px 0 0;
  color: #064bb4;
  text-align: center;
  font-size: clamp(24px, 2.25vw, 37px);
  line-height: 1.52;
}

.distinction-copy h2 {
  color: #075eea;
  font-size: clamp(25px, 2.25vw, 38px);
  margin-bottom: 2px;
}

.distinction-copy p { margin-bottom: 12px; }

.distinction-pawn {
  position: absolute;
  z-index: 1;
  right: 18.5%;
  bottom: -44px;
  width: clamp(145px, 18vw, 285px);
  height: auto;
  pointer-events: none;
  filter: drop-shadow(0 18px 30px rgba(8, 70, 180, .18));
}

.about-choice { margin-top: 0; }

@media (max-width: 980px) {
  .about-hero {
    width: 100%;
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .about-hero-media {
    order: 1;
    min-height: 300px;
  }

  .about-hero-copy {
    order: 2;
    min-height: auto;
    grid-template-rows: auto auto;
  }

  .about-hero-title {
    min-height: 170px;
    justify-content: center;
    padding: 44px 24px 28px;
  }

  .about-hero-statement { padding: 30px 7%; }

  .about-distinction {
    grid-template-columns: 1fr;
    min-height: auto;
    gap: 30px;
    padding: 48px 6% 112px;
  }

  .dart-card {
    order: 1;
    justify-self: center;
    max-width: 480px;
    height: 420px;
  }

  .distinction-copy {
    order: 2;
    justify-self: center;
    padding-top: 0;
  }

  .distinction-pawn {
    right: 50%;
    bottom: -48px;
    width: 190px;
    transform: translateX(50%);
  }
}

@media (max-width: 560px) {
  .about-hero-title h1 { font-size: 46px; }
  .about-hero-media { min-height: 245px; }
  .about-hero-statement p { font-size: 20px; }
  .dart-card { height: 360px; }
  .dart-card h2 { right: 24px; bottom: 24px; }
  .distinction-copy { font-size: 20px; }
}


/* Tablet two-column preservation */
@media (min-width: 761px) and (max-width: 980px) {
  .about-hero {
    direction: ltr;
    grid-template-columns: 47.5% 52.5%;
    min-height: 300px;
  }

  .about-hero-media {
    order: initial;
    grid-column: 1;
    min-height: 300px;
  }

  .about-hero-copy {
    order: initial;
    grid-column: 2;
    direction: rtl;
    min-height: 300px;
    grid-template-rows: 47% 53%;
  }

  .about-hero-title {
    min-height: auto;
    justify-content: flex-start;
    padding: 30px 44px 22px 16px;
  }

  .about-hero-title h1 { font-size: clamp(44px, 5.6vw, 58px); }
  .about-hero-statement { padding: 22px 36px; }
  .about-hero-statement p { font-size: clamp(18px, 2.2vw, 24px); }
  .about-pill { min-height: 34px; font-size: 16px; }

  .about-distinction {
    direction: ltr;
    grid-template-columns: 43% 57%;
    gap: 5%;
    padding: 44px 6% 96px;
  }

  .dart-card {
    order: initial;
    grid-column: 1;
    justify-self: end;
    max-width: 385px;
    height: 380px;
  }

  .dart-card h2 { font-size: 44px; }

  .distinction-copy {
    order: initial;
    grid-column: 2;
    justify-self: start;
    direction: rtl;
    font-size: clamp(18px, 2.25vw, 24px);
    line-height: 1.55;
  }

  .distinction-copy h2 { font-size: clamp(20px, 2.5vw, 26px); }

  .distinction-pawn {
    right: 18%;
    bottom: -34px;
    width: 150px;
    transform: none;
  }
}

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

  .about-distinction {
    grid-template-columns: 1fr;
  }
}
/* Premium interactive about refinements */
.about-page {
  --mx: 50%;
  --my: 20%;
  min-height: 100vh;
  background:
    radial-gradient(circle at var(--mx) var(--my), rgba(8, 104, 255, .10), transparent 26rem),
    #fff;
}

.about-page .site-header {
  z-index: 40;
}

.about-main,
.footer {
  position: relative;
  z-index: 1;
}

.about-motion-bg {
  position: fixed;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
  opacity: .78;
}

.about-motion-bg::before {
  content: "";
  position: absolute;
  inset: -20%;
  background:
    linear-gradient(115deg, transparent 0 42%, rgba(8, 104, 255, .08) 47%, transparent 53% 100%),
    radial-gradient(circle at 18% 28%, rgba(8, 104, 255, .10), transparent 18rem),
    radial-gradient(circle at 84% 68%, rgba(3, 24, 68, .10), transparent 22rem);
  animation: aboutAmbient 14s ease-in-out infinite alternate;
}

.about-motion-bg span {
  position: absolute;
  display: block;
  width: 36rem;
  height: 36rem;
  border: 1px solid rgba(8, 104, 255, .16);
  border-radius: 50%;
  filter: blur(.2px);
  animation: orbitLine 18s linear infinite;
}

.about-motion-bg span:nth-child(1) { top: 10%; left: -18rem; }
.about-motion-bg span:nth-child(2) { right: -20rem; top: 24%; animation-duration: 24s; animation-direction: reverse; }
.about-motion-bg span:nth-child(3) { bottom: -22rem; left: 22%; width: 48rem; height: 48rem; animation-duration: 30s; }
.about-motion-bg span:nth-child(4) { right: 18%; bottom: 12%; width: 18rem; height: 18rem; border-color: rgba(8, 104, 255, .10); animation-duration: 15s; }

.about-hero-media img,
.dart-card img,
.choice-image img,
.vg-media img,
.floating-pages img {
  transition: transform .9s cubic-bezier(.2,.8,.2,1), filter .9s ease;
}

.about-hero-media:hover img,
.dart-card:hover img,
.choice-image:hover img,
.vg-media:hover img {
  transform: scale(1.045);
  filter: saturate(1.08) contrast(1.04);
}

.dart-card,
.choice-image,
.vision-block,
.goal-block,
.profile-stage {
  transform-style: preserve-3d;
  will-change: transform;
}

.distinction-copy {
  background: linear-gradient(135deg, rgba(255,255,255,.82), rgba(226,243,255,.72));
  border: 1px solid rgba(8,104,255,.20);
  border-radius: 24px;
  box-shadow: 0 24px 70px rgba(8, 42, 102, .10);
  padding: clamp(22px, 3vw, 42px) clamp(20px, 3.4vw, 54px);
  overflow: hidden;
}

.distinction-copy::before,
.vision-block::before,
.goal-block::before,
.profile-stage::before {
  content: "";
  position: absolute;
  inset: -35% -70%;
  background: linear-gradient(115deg, transparent 42%, rgba(255,255,255,.55) 48%, transparent 55%);
  transform: translateX(-35%);
  animation: shinePass 6s ease-in-out infinite;
  pointer-events: none;
}

.distinction-copy h2 {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 14px;
}

.distinction-copy h2::after {
  content: "";
  width: 54px;
  height: 4px;
  border-radius: 999px;
  background: var(--about-blue);
}

.about-choice {
  overflow: visible;
  padding-top: 92px;
}

.choice-image {
  align-self: start;
  margin-top: -118px;
  border: 1px solid rgba(255,255,255,.18);
}

.choice-image h2 {
  text-shadow: 0 10px 26px rgba(0,0,0,.32);
}

.vision-goal-wrap {
  position: relative;
  padding: 88px 7% 96px;
  margin-top: 0;
  background:
    radial-gradient(circle at 18% 20%, rgba(8, 104, 255, .09), transparent 20rem),
    radial-gradient(circle at 92% 64%, rgba(8, 104, 255, .08), transparent 18rem),
    #fff;
}

.vision-block,
.goal-block {
  position: relative;
  grid-template-columns: 58% 42%;
  gap: 0;
  align-items: stretch;
  margin-bottom: 76px;
  min-height: 450px;
  background: linear-gradient(135deg, rgba(226,244,255,.92), rgba(245,251,255,.72));
  border: 1px solid rgba(8,104,255,.18);
  border-radius: 26px;
  overflow: hidden;
  box-shadow: 0 26px 80px rgba(8,42,102,.11);
}

.goal-block {
  grid-template-columns: 42% 58%;
  margin-bottom: 0;
}

.vision-block .angle-title {
  grid-column: 1;
  grid-row: 1;
  align-self: start;
}

.vision-block .vg-text {
  grid-column: 1;
  grid-row: 2;
  align-self: center;
  padding: 0 clamp(32px, 5vw, 78px) clamp(34px, 5vw, 64px);
}

.vision-block .vg-media {
  grid-column: 2;
  grid-row: 1 / span 2;
}

.goal-block .vg-media {
  grid-column: 1;
  grid-row: 1;
}

.goal-block .vg-text {
  grid-column: 2;
  grid-row: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(36px, 5vw, 76px);
}

.angle-title,
.goal-block .angle-title {
  min-width: clamp(190px, 20vw, 300px);
  margin: 0 0 clamp(24px, 3vw, 42px) auto;
  padding: 18px clamp(34px, 5vw, 70px) 22px;
  border-radius: 0 0 0 22px;
  clip-path: polygon(0 0, 100% 0, 86% 100%, 0 100%);
  box-shadow: 0 16px 36px rgba(8,42,102,.18);
}

.goal-block .angle-title {
  margin-right: 0;
  margin-left: auto;
}

.vg-text p {
  max-width: 860px;
  color: #073b8f;
  font-size: clamp(19px, 1.75vw, 27px);
  line-height: 1.85;
  text-align: right;
}

.vg-media {
  min-height: 450px;
  box-shadow: none;
  isolation: isolate;
}

.vg-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 45%, rgba(8,42,102,.12));
  pointer-events: none;
}

.vg-media img {
  height: 100%;
}

.profile-section {
  position: relative;
  padding: clamp(70px, 8vw, 120px) 7%;
  border-radius: 34px 34px 0 0;
  overflow: hidden;
  background:
    radial-gradient(circle at var(--mx) var(--my), rgba(20, 126, 255, .32), transparent 23rem),
    linear-gradient(145deg, #000712 0%, #07265c 48%, #005ef5 150%);
}

.profile-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(120deg, transparent 0 44%, rgba(255,255,255,.10) 50%, transparent 56% 100%),
    url('assets/img/warm-detail.webp') center / cover;
  opacity: .20;
  animation: profileMist 16s ease-in-out infinite alternate;
}

.profile-shell {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(280px, .82fr) minmax(480px, 1.18fr);
  gap: clamp(36px, 5vw, 76px);
  align-items: center;
  max-width: 1440px;
  margin: 0 auto;
  direction: rtl;
}

.profile-copy {
  text-align: right;
}

.profile-kicker {
  display: inline-flex;
  margin-bottom: 14px;
  color: #9fc7ff;
  font: 900 18px/1 var(--font-en), Arial, sans-serif;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.profile-copy h2 {
  margin: 0 0 22px;
  color: #fff;
  font-size: clamp(42px, 5vw, 76px);
  line-height: 1;
  font-weight: 900;
}

.profile-copy p {
  max-width: 520px;
  color: rgba(255,255,255,.86);
  font-size: clamp(19px, 1.7vw, 26px);
  line-height: 1.8;
  font-weight: 800;
}

.profile-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
}

.download-profile,
.open-profile {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 10px 28px 12px;
  border-radius: 999px;
  border: 2px solid rgba(255,255,255,.92);
  font-size: 18px;
  font-weight: 900;
  transition: transform .35s ease, background .35s ease, color .35s ease, box-shadow .35s ease;
}

.download-profile {
  color: #052764;
  background: #fff;
}

.open-profile {
  color: #fff;
  background: rgba(255,255,255,.08);
}

.download-profile:hover,
.open-profile:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 34px rgba(0,0,0,.24);
}

.profile-stage {
  position: relative;
  min-height: clamp(540px, 58vw, 760px);
  perspective: 1400px;
}

.profile-book-glow {
  position: absolute;
  inset: 8% 8% auto;
  height: 48%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(0,118,255,.38), transparent 68%);
  filter: blur(34px);
  animation: pulseGlow 4.8s ease-in-out infinite;
}

.pdf-device {
  position: absolute;
  inset: 0 8% 0 0;
  border: 1px solid rgba(255,255,255,.20);
  border-radius: 28px;
  overflow: hidden;
  background: linear-gradient(145deg, #f8fbff, #dceeff);
  box-shadow: 0 36px 100px rgba(0,0,0,.34), inset 0 0 0 10px rgba(255,255,255,.16);
  transform: rotateY(-8deg) rotateX(3deg);
}

.pdf-device::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(90deg, rgba(255,255,255,.38), transparent 20% 78%, rgba(0,23,66,.18));
}

.pdf-device iframe {
  width: 100%;
  height: 100%;
  border: 0;
  background: #fff;
}

.floating-pages {
  position: absolute;
  left: 0;
  bottom: 9%;
  width: 34%;
  display: grid;
  gap: 14px;
  transform: translateZ(70px) rotateY(12deg);
}

.floating-pages img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border: 1px solid rgba(255,255,255,.24);
  border-radius: 12px;
  box-shadow: 0 18px 38px rgba(0,0,0,.30);
  animation: floatPage 5s ease-in-out infinite;
}

.floating-pages img:nth-child(2) { animation-delay: .45s; transform: translateX(-22px); }
.floating-pages img:nth-child(3) { animation-delay: .9s; transform: translateX(14px); }

@keyframes aboutAmbient {
  from { transform: translate3d(-2%, -1%, 0) scale(1); }
  to { transform: translate3d(2%, 1%, 0) scale(1.04); }
}

@keyframes orbitLine {
  to { transform: rotate(360deg); }
}

@keyframes shinePass {
  0%, 58% { transform: translateX(-45%); opacity: 0; }
  72% { opacity: .8; }
  100% { transform: translateX(45%); opacity: 0; }
}

@keyframes profileMist {
  from { transform: translateX(-2%) scale(1.02); }
  to { transform: translateX(2%) scale(1.06); }
}

@keyframes pulseGlow {
  0%, 100% { opacity: .48; transform: scale(.94); }
  50% { opacity: .9; transform: scale(1.06); }
}

@keyframes floatPage {
  0%, 100% { translate: 0 0; }
  50% { translate: 0 -14px; }
}

@media (max-width: 980px) {
  .about-choice { padding-top: 50px; }
  .choice-image { margin-top: -70px; }

  .vision-block,
  .goal-block,
  .profile-shell {
    grid-template-columns: 1fr;
  }

  .vision-block .angle-title,
  .vision-block .vg-text,
  .vision-block .vg-media,
  .goal-block .vg-media,
  .goal-block .vg-text {
    grid-column: 1;
    grid-row: auto;
  }

  .vg-media { min-height: 310px; }
  .vg-text p { text-align: center; }
  .angle-title,
  .goal-block .angle-title { margin-inline: auto; border-radius: 0 0 20px 20px; clip-path: none; }

  .profile-copy { text-align: center; }
  .profile-copy p { margin-inline: auto; }
  .profile-actions { justify-content: center; }
  .profile-stage { min-height: 620px; }
  .pdf-device { inset: 0 0 0 0; transform: none; }
  .floating-pages { display: none; }
}

@media (max-width: 560px) {
  .about-motion-bg { opacity: .46; }
  .choice-image { margin-top: -36px; }
  .vision-goal-wrap { padding-inline: 4%; }
  .vision-block,
  .goal-block { border-radius: 18px; }
  .vision-block .vg-text,
  .goal-block .vg-text { padding: 28px 20px 34px; }
  .profile-stage { min-height: 520px; }
  .profile-section { padding-inline: 4%; }
}

@media (prefers-reduced-motion: reduce) {
  .about-motion-bg::before,
  .about-motion-bg span,
  .distinction-copy::before,
  .vision-block::before,
  .goal-block::before,
  .profile-stage::before,
  .profile-section::before,
  .profile-book-glow,
  .floating-pages img {
    animation: none !important;
  }
}



/* About page cleanup pass */
.about-main {
  padding-top: 108px;
  background:
    radial-gradient(circle at 12% 12%, rgba(8,104,255,.07), transparent 30rem),
    #fff;
}

.about-main .data-overlay {
  display: none !important;
}

.about-hero,
.about-distinction,
.about-choice,
.vision-goal-wrap,
.profile-section {
  width: min(100%, 1530px) !important;
  margin-inline: auto !important;
}

.about-hero {
  grid-template-columns: 48% 52% !important;
  min-height: 520px !important;
  overflow: hidden;
  box-shadow: 0 22px 70px rgba(0, 22, 64, .08);
}

.about-hero-media,
.about-hero-copy {
  min-height: 520px !important;
}

.about-hero-media img {
  transform: none !important;
  filter: saturate(1.05) contrast(1.02);
}

.about-hero-title {
  align-items: end !important;
  justify-content: flex-start !important;
  padding: 62px 8% 34px !important;
}

.about-hero-title::before {
  background: radial-gradient(circle at 18% 16%, rgba(8,104,255,.14), transparent 34%) !important;
}

.about-hero-title h1 {
  width: 100%;
  text-align: right;
  font-size: clamp(62px, 7vw, 108px) !important;
}

.about-hero-statement {
  align-items: flex-start !important;
  text-align: right !important;
  padding: 42px 8% !important;
  background:
    linear-gradient(135deg, rgba(8,104,255,.22), transparent 52%),
    var(--about-navy) !important;
}

.about-hero-statement p {
  max-width: 680px;
  margin: 0 0 24px !important;
  font-size: clamp(22px, 2.2vw, 32px) !important;
  line-height: 1.55 !important;
}

.about-distinction {
  grid-template-columns: minmax(320px, 40%) 1fr !important;
  gap: clamp(38px, 5vw, 82px) !important;
  padding: clamp(72px, 8vw, 110px) 7% 58px !important;
  background: #fff !important;
}

.dart-card {
  height: clamp(420px, 36vw, 560px) !important;
  border-radius: 2px;
  box-shadow: 0 28px 70px rgba(0, 22, 64, .18) !important;
}

.distinction-copy {
  max-width: 760px;
  justify-self: center;
  padding: 34px 28px !important;
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(8,104,255,.08), rgba(255,255,255,.86));
  border: 1px solid rgba(8,104,255,.10);
  text-align: center !important;
  font-size: clamp(22px, 1.9vw, 32px) !important;
  line-height: 1.75 !important;
  box-shadow: 0 18px 50px rgba(0, 22, 64, .06);
}

.distinction-copy h2 {
  font-size: clamp(28px, 2.6vw, 42px) !important;
  margin-bottom: 16px !important;
}

.distinction-pawn {
  display: none !important;
}

.about-choice {
  grid-template-columns: 1fr minmax(330px, 38%) !important;
  gap: clamp(30px, 4vw, 70px);
  align-items: stretch !important;
  padding: 56px 7% !important;
  border-radius: 34px !important;
  margin-top: 18px !important;
  box-shadow: 0 24px 70px rgba(0, 25, 76, .16);
}

.choice-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 !important;
}

.choice-text h2 {
  width: auto !important;
  max-width: 780px;
  font-size: clamp(26px, 2.3vw, 38px) !important;
  line-height: 1.35;
  border-radius: 2px;
}

.choice-text p {
  max-width: 820px !important;
  font-size: clamp(21px, 1.85vw, 31px) !important;
}

.choice-image {
  min-height: 430px !important;
  margin: 0 !important;
  border-radius: 2px;
}

.vision-goal-wrap {
  margin-top: 72px !important;
  padding: 0 7% 86px !important;
  background: #fff !important;
  border-radius: 0 !important;
}

.vision-block,
.goal-block {
  grid-template-columns: 1fr 420px !important;
  gap: 0 !important;
  overflow: hidden;
  margin-bottom: 42px !important;
  border: 1px solid rgba(8,104,255,.14);
  border-radius: 22px;
  background: linear-gradient(135deg, #eef7ff, #fff 64%);
  box-shadow: 0 22px 62px rgba(0, 22, 64, .08);
  transform: none !important;
}

.goal-block {
  grid-template-columns: 420px 1fr !important;
  margin-bottom: 0 !important;
}

.vision-block .angle-title,
.goal-block .angle-title {
  grid-column: auto !important;
  grid-row: auto !important;
  clip-path: none !important;
  min-width: 190px !important;
  margin: 0 0 24px auto !important;
  padding: 14px 36px 18px !important;
  border-radius: 0 0 0 18px;
  font-size: clamp(30px, 3.2vw, 46px) !important;
}

.vision-block .vg-text,
.goal-block .vg-text {
  grid-column: auto !important;
  grid-row: auto !important;
  padding: 46px 48px !important;
  align-self: center;
}

.vision-block .vg-media,
.goal-block .vg-media {
  grid-column: auto !important;
  grid-row: auto !important;
  min-height: 100% !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

.vg-text p {
  font-size: clamp(20px, 1.75vw, 30px) !important;
  line-height: 1.75 !important;
  text-align: right !important;
}

.profile-section {
  margin-top: 8px !important;
}

@media (max-width: 980px) {
  .about-hero,
  .about-distinction,
  .about-choice,
  .vision-block,
  .goal-block {
    grid-template-columns: 1fr !important;
  }

  .about-hero-media,
  .about-hero-copy {
    min-height: auto !important;
  }

  .about-hero-media {
    min-height: 340px !important;
  }

  .about-hero-title,
  .about-hero-statement {
    align-items: center !important;
    text-align: center !important;
  }

  .about-hero-title h1,
  .about-hero-statement p,
  .vg-text p {
    text-align: center !important;
  }

  .about-choice {
    border-radius: 24px !important;
  }

  .choice-image {
    min-height: 340px !important;
  }

  .vision-block .vg-text,
  .goal-block .vg-text {
    padding: 34px 24px !important;
  }

  .vision-block .vg-media,
  .goal-block .vg-media {
    min-height: 310px !important;
  }
}
/* About visible content stability */
.about-page .reveal {
  opacity: 1 !important;
  transform: none !important;
}

.about-choice .choice-text,
.about-choice .choice-image {
  opacity: 1 !important;
  transform: none !important;
}
/* Requested full redesign for selected About sections */
.about-page {
  background:
    radial-gradient(circle at var(--cursor-x, 50vw) var(--cursor-y, 20vh), rgba(8,104,255,.10), transparent 28rem),
    #f7fbff !important;
}

.about-page .site-header {
  z-index: 1000 !important;
}

.about-motion-bg {
  opacity: .42 !important;
}

.about-distinction,
.about-choice,
.vision-goal-wrap {
  width: min(100%, 1530px) !important;
  margin-inline: auto !important;
}

.about-distinction {
  position: relative;
  display: grid !important;
  grid-template-columns: minmax(320px, .82fr) minmax(420px, 1.18fr) !important;
  gap: clamp(34px, 5vw, 84px) !important;
  align-items: center !important;
  padding: clamp(86px, 9vw, 132px) 7% !important;
  background:
    linear-gradient(135deg, #000713 0%, #071b42 46%, #0a48bc 140%) !important;
  border-radius: 0 0 42px 42px !important;
  overflow: hidden !important;
  box-shadow: 0 34px 90px rgba(0, 18, 64, .20) !important;
  isolation: isolate;
}

.about-distinction::before {
  content: "01";
  position: absolute;
  top: 34px;
  right: 7%;
  color: rgba(255,255,255,.08);
  font: 900 clamp(80px, 12vw, 180px)/1 var(--font-en), sans-serif;
  z-index: -1;
}

.about-distinction::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at var(--cursor-x, 20%) var(--cursor-y, 30%), rgba(8,104,255,.30), transparent 24rem),
    linear-gradient(115deg, transparent 0 44%, rgba(255,255,255,.08) 50%, transparent 56% 100%);
  pointer-events: none;
}

.dart-card {
  height: clamp(440px, 42vw, 640px) !important;
  border-radius: 28px !important;
  overflow: hidden !important;
  box-shadow: 0 34px 90px rgba(0,0,0,.38) !important;
  border: 1px solid rgba(255,255,255,.14) !important;
}

.dart-card h2 {
  right: 34px !important;
  bottom: 34px !important;
  font-size: clamp(38px, 4vw, 66px) !important;
}

.distinction-copy {
  position: relative !important;
  z-index: 1;
  justify-self: stretch !important;
  max-width: none !important;
  padding: clamp(36px, 5vw, 72px) !important;
  border-radius: 30px !important;
  background: rgba(255,255,255,.08) !important;
  border: 1px solid rgba(255,255,255,.16) !important;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.10), 0 28px 80px rgba(0,0,0,.22) !important;
  backdrop-filter: blur(14px);
  color: #fff !important;
  text-align: right !important;
}

.distinction-copy h2 {
  display: block !important;
  color: #fff !important;
  font-size: clamp(36px, 4.2vw, 70px) !important;
  line-height: 1.08 !important;
  margin-bottom: 30px !important;
}

.distinction-copy h2::after {
  display: block !important;
  width: 92px !important;
  height: 5px !important;
  margin-top: 20px;
  margin-right: 0;
  background: var(--about-blue) !important;
}

.distinction-copy p {
  position: relative;
  margin: 0 0 18px !important;
  padding-right: 30px;
  color: rgba(255,255,255,.88) !important;
  font-size: clamp(20px, 1.65vw, 29px) !important;
  line-height: 1.85 !important;
}

.distinction-copy p::before {
  content: "";
  position: absolute;
  right: 0;
  top: .82em;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--about-blue);
  box-shadow: 0 0 18px rgba(8,104,255,.72);
}

.about-choice {
  position: relative;
  display: grid !important;
  grid-template-columns: 1.05fr .95fr !important;
  gap: clamp(30px, 5vw, 88px) !important;
  align-items: center !important;
  padding: clamp(84px, 8vw, 128px) 7% !important;
  margin-top: 0 !important;
  border-radius: 0 !important;
  background: #f7fbff !important;
  color: #071b42 !important;
  box-shadow: none !important;
  overflow: hidden !important;
}

.about-choice::before {
  content: "WHY BRANOID";
  position: absolute;
  left: 7%;
  top: 38px;
  color: rgba(8,104,255,.09);
  font: 900 clamp(42px, 7vw, 104px)/1 var(--font-en), sans-serif;
  letter-spacing: .04em;
}

.choice-text {
  position: relative;
  z-index: 1;
  padding: clamp(34px, 5vw, 68px) !important;
  border-radius: 34px;
  background: #fff;
  border: 1px solid rgba(8,104,255,.12);
  box-shadow: 0 28px 80px rgba(8,42,102,.10);
}

.choice-text h2 {
  width: auto !important;
  max-width: 820px !important;
  margin: 0 0 28px !important;
  padding: 0 !important;
  background: transparent !important;
  color: #071b42 !important;
  font-size: clamp(32px, 3.5vw, 58px) !important;
  line-height: 1.2 !important;
}

.choice-text h2 span {
  color: var(--about-blue) !important;
}

.choice-text p {
  max-width: 780px !important;
  color: #24446f !important;
  font-size: clamp(20px, 1.75vw, 29px) !important;
  line-height: 1.9 !important;
}

.choice-image {
  min-height: clamp(430px, 42vw, 620px) !important;
  margin: 0 !important;
  border-radius: 34px !important;
  overflow: hidden !important;
  box-shadow: 0 34px 90px rgba(0, 23, 66, .18) !important;
  border: 1px solid rgba(8,104,255,.12) !important;
}

.choice-image h2 {
  right: 34px !important;
  bottom: 32px !important;
  font-size: clamp(36px, 4.5vw, 72px) !important;
}

.vision-goal-wrap {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: clamp(26px, 4vw, 54px) !important;
  padding: clamp(78px, 8vw, 124px) 7% !important;
  margin-top: 0 !important;
  background:
    linear-gradient(180deg, #f7fbff, #fff) !important;
  border-radius: 0 !important;
}

.vision-block,
.goal-block {
  display: flex !important;
  flex-direction: column !important;
  min-height: 720px !important;
  margin: 0 !important;
  overflow: hidden !important;
  border-radius: 34px !important;
  background: #fff !important;
  border: 1px solid rgba(8,104,255,.12) !important;
  box-shadow: 0 30px 86px rgba(8,42,102,.10) !important;
  transform: none !important;
}

.vision-block::before,
.goal-block::before {
  display: none !important;
}

.vision-block .vg-media,
.goal-block .vg-media {
  order: 1 !important;
  width: 100% !important;
  min-height: 310px !important;
  max-height: 330px;
  border-radius: 0 !important;
  box-shadow: none !important;
}

.vision-block .angle-title,
.goal-block .angle-title {
  order: 2 !important;
  width: auto !important;
  min-width: 0 !important;
  margin: -42px 34px 0 auto !important;
  padding: 18px 34px 22px !important;
  border-radius: 22px !important;
  clip-path: none !important;
  color: #fff !important;
  background: linear-gradient(135deg, #0868ff, #003fae) !important;
  box-shadow: 0 18px 38px rgba(8,104,255,.28) !important;
  font-size: clamp(30px, 3.2vw, 50px) !important;
  z-index: 2;
}

.vision-block .vg-text,
.goal-block .vg-text {
  order: 3 !important;
  padding: 36px clamp(28px, 4vw, 54px) clamp(42px, 5vw, 66px) !important;
  display: block !important;
}

.vg-text p {
  color: #173c75 !important;
  font-size: clamp(19px, 1.55vw, 25px) !important;
  line-height: 1.9 !important;
  text-align: right !important;
  margin-bottom: 18px !important;
}

@media (max-width: 980px) {
  .about-distinction,
  .about-choice,
  .vision-goal-wrap {
    grid-template-columns: 1fr !important;
  }

  .about-distinction,
  .about-choice,
  .vision-goal-wrap {
    padding-inline: 5% !important;
  }

  .distinction-copy,
  .choice-text {
    text-align: center !important;
  }

  .distinction-copy p,
  .choice-text p,
  .vg-text p {
    text-align: center !important;
  }

  .distinction-copy p {
    padding-right: 0;
  }

  .distinction-copy p::before {
    display: none;
  }

  .vision-block,
  .goal-block {
    min-height: auto !important;
  }
}
/* User annotation polish: clean About sections */
.about-distinction {
  grid-template-columns: minmax(360px, 42%) 1fr !important;
  align-items: stretch !important;
  gap: clamp(34px, 4.5vw, 70px) !important;
  padding: clamp(70px, 7vw, 108px) 7% !important;
  background:
    radial-gradient(circle at 16% 24%, rgba(8,104,255,.14), transparent 28rem),
    linear-gradient(135deg, #f4f8ff 0%, #ffffff 58%, #e8f2ff 100%) !important;
  color: #07245a !important;
  border-radius: 0 0 34px 34px !important;
  box-shadow: inset 0 -1px 0 rgba(8,104,255,.08) !important;
}

.about-distinction::before {
  color: rgba(8,104,255,.08) !important;
  z-index: 0 !important;
}

.about-distinction::after {
  display: none !important;
}

.dart-card,
.distinction-copy {
  min-height: clamp(440px, 42vw, 560px) !important;
  height: auto !important;
}

.dart-card {
  border-radius: 26px !important;
  border: 1px solid rgba(8,104,255,.13) !important;
  box-shadow: 0 28px 70px rgba(8,42,102,.14) !important;
}

.dart-card h2 {
  color: #fff !important;
}

.distinction-copy {
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  align-self: stretch !important;
  padding: clamp(36px, 4.8vw, 66px) !important;
  background: rgba(255,255,255,.82) !important;
  border: 1px solid rgba(8,104,255,.16) !important;
  color: #07245a !important;
  box-shadow: 0 28px 70px rgba(8,42,102,.10) !important;
  backdrop-filter: blur(10px);
}

.distinction-copy h2 {
  color: #0868ff !important;
  font-size: clamp(34px, 3.8vw, 58px) !important;
}

.distinction-copy p {
  color: #123b79 !important;
  font-size: clamp(19px, 1.55vw, 25px) !important;
  line-height: 1.9 !important;
}

.about-choice {
  grid-template-columns: 1fr minmax(300px, 420px) !important;
  background:
    radial-gradient(circle at 82% 44%, rgba(8,104,255,.12), transparent 20rem),
    #f7fbff !important;
  align-items: center !important;
}

.choice-image.choice-pawn {
  min-height: clamp(420px, 40vw, 560px) !important;
  border: 0 !important;
  box-shadow: none !important;
  background: transparent !important;
  overflow: visible !important;
  display: grid !important;
  place-items: center !important;
  isolation: isolate;
}

.choice-image.choice-pawn::after {
  display: none !important;
}

.choice-pawn-glow {
  position: absolute;
  width: min(86%, 360px);
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(8,104,255,.28), rgba(8,104,255,.10) 38%, transparent 70%);
  filter: blur(18px);
  transform: translateY(34px);
  animation: pawnGlowBreath 5.8s ease-in-out infinite;
}

.choice-image.choice-pawn img {
  position: relative;
  z-index: 2;
  width: min(82%, 330px) !important;
  height: auto !important;
  object-fit: contain !important;
  filter: drop-shadow(0 34px 44px rgba(8,42,102,.23)) drop-shadow(0 0 26px rgba(8,104,255,.20));
  animation: pawnFloatSoft 7.5s ease-in-out infinite;
}

@keyframes pawnFloatSoft {
  0%, 100% { transform: translate3d(0, 0, 0); }
  50% { transform: translate3d(0, -12px, 0); }
}

@keyframes pawnGlowBreath {
  0%, 100% { opacity: .42; transform: translateY(34px) scale(.94); }
  50% { opacity: .72; transform: translateY(24px) scale(1.08); }
}

.vision-goal-wrap {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 34px !important;
  padding: clamp(72px, 7vw, 108px) 7% !important;
  background: linear-gradient(180deg, #f7fbff 0%, #ffffff 100%) !important;
}

.vision-block,
.goal-block {
  display: grid !important;
  grid-template-columns: minmax(320px, 39%) 1fr !important;
  min-height: 380px !important;
  border-radius: 28px !important;
  overflow: hidden !important;
  background: #fff !important;
  border: 1px solid rgba(8,104,255,.12) !important;
  box-shadow: 0 24px 68px rgba(8,42,102,.10) !important;
}

.goal-block {
  grid-template-columns: 1fr minmax(320px, 39%) !important;
}

.vision-block .vg-media,
.goal-block .vg-media {
  order: initial !important;
  min-height: 380px !important;
  max-height: none !important;
  width: 100% !important;
  grid-row: 1 !important;
  border-radius: 0 !important;
}

.vision-block .vg-media { grid-column: 1 !important; }
.goal-block .vg-media { grid-column: 2 !important; }

.vision-block .vg-text,
.goal-block .vg-text {
  order: initial !important;
  grid-row: 1 !important;
  padding: clamp(34px, 4.4vw, 64px) !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  min-width: 0;
}

.vision-block .vg-text { grid-column: 2 !important; }
.goal-block .vg-text { grid-column: 1 !important; }

.vision-block > .angle-title {
  grid-column: 2 !important;
  grid-row: 1 !important;
  align-self: start !important;
  justify-self: end !important;
}

.goal-block .angle-title {
  align-self: start !important;
  margin: 0 0 28px auto !important;
}

.vision-block .angle-title,
.goal-block .angle-title {
  position: relative !important;
  inset: auto !important;
  order: initial !important;
  min-width: 150px !important;
  width: fit-content !important;
  padding: 12px 30px 16px !important;
  margin: 0 0 28px auto !important;
  border-radius: 18px !important;
  font-size: clamp(26px, 2.9vw, 40px) !important;
  z-index: 3;
}

.vision-block > .angle-title + .vg-text {
  padding-top: clamp(78px, 8vw, 104px) !important;
}

.vg-text p {
  font-size: clamp(18px, 1.45vw, 23px) !important;
  line-height: 1.95 !important;
  margin: 0 0 14px !important;
  color: #123b79 !important;
}

@media (max-width: 980px) {
  .about-distinction,
  .about-choice,
  .vision-block,
  .goal-block {
    grid-template-columns: 1fr !important;
  }

  .dart-card,
  .distinction-copy {
    min-height: auto !important;
  }

  .vision-block .vg-media,
  .goal-block .vg-media,
  .vision-block .vg-text,
  .goal-block .vg-text,
  .vision-block > .angle-title {
    grid-column: 1 !important;
    grid-row: auto !important;
  }

  .goal-block .vg-media { grid-column: 1 !important; }
  .vision-block > .angle-title + .vg-text { padding-top: 28px !important; }
  .choice-image.choice-pawn { min-height: 340px !important; }
}
/* --- Branoid Heroes Redesign --- */
.branoid-heroes {
  position: relative;
  width: 100%;
  padding: 120px 6% 140px;
  background: #00040d; /* خلفية داكنة جداً للفخامة */
  overflow: hidden;
}

.heroes-network {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 20% 30%, rgba(8, 104, 255, 0.1) 0%, transparent 40%),
    radial-gradient(circle at 80% 70%, rgba(8, 104, 255, 0.1) 0%, transparent 40%);
  z-index: 1;
}

.heroes-heading {
  text-align: center;
  margin-bottom: 80px;
  position: relative;
  z-index: 5;
}

.heroes-heading h2 {
  font-size: clamp(45px, 8vw, 85px);
  font-weight: 900;
  color: #fff;
  margin-bottom: 20px;
}

.heroes-heading p {
  font-size: 20px;
  color: rgba(255,255,255,0.7);
  max-width: 700px;
  margin: 0 auto;
}

.heroes-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px; /* تقليل الفجوات */
  max-width: 1000px; /* تضييق عرض الحاوية */
  margin: 0 auto;
  position: relative;
  z-index: 5;
}

.hero-member {
  background: #00040d;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 20px; /* حواف أنعم قليلاً */
  overflow: hidden;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  text-align: center;
  position: relative;
}

/* الترتيب المطلوب: البطاقة الأولى تأخذ السطر الأول كاملاً */
.hero-member--featured {
  grid-column: 1 / -1; /* تمتد على كامل العرض */
  max-width: 380px; /* تصغير البطاقة المميزة */
  margin: 0 auto 15px; /* توسيط في المنتصف */
  border: 2px solid var(--about-blue);
  box-shadow: 0 0 30px rgba(8, 104, 255, 0.3);
}

.hero-member--featured::after {
  content: "SEO EXPERT";
  position: absolute;
  top: 20px;
  right: -35px;
  background: #ffbc00; /* لون ذهبي للتميز */
  color: #000;
  padding: 5px 45px;
  font-size: 13px;
  font-weight: 900;
  transform: rotate(45deg);
  z-index: 10;
}

.hero-member:hover {
  transform: translateY(-10px);
  border-color: var(--about-blue);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
}

.hero-member img {
  width: 100%;
  height: 320px; /* تصغير ارتفاع الصور */
  object-fit: cover;
  transition: transform 0.6s ease;
}

.hero-member:hover img {
  transform: scale(1.05);
}

.member-copy {
  padding: 20px 15px; /* تقليل الحواف الداخلية */
  position: relative;
  /* خلفية صلبة وداكنة جداً لضمان وضوح الأسماء */
  background: #000;
  margin-top: -5px;
  z-index: 5;
  border-top: 2px solid var(--about-blue);
}

.member-copy h3 {
  font-size: 20px; /* تصغير حجم الخط */
  font-weight: 900;
  color: #fff;
  margin-bottom: 2px;
}

.member-copy span {
  display: block;
  font-size: 13px; /* تصغير المسمى الوظيفي */
  color: var(--about-blue);
  font-weight: 700;
  margin-bottom: 0;
  letter-spacing: 0.5px;
}

.member-tools {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-bottom: 15px;
}

.member-tools b {
  background: rgba(8, 104, 255, 0.15);
  color: #fff;
  padding: 4px 10px;
  border-radius: 6px;
  font-size: 11px;
  border: 1px solid rgba(8, 104, 255, 0.3);
}

.member-copy p {
  font-size: 16px;
  color: rgba(255,255,255,0.8);
  line-height: 1.5;
  margin: 0;
}

@media (max-width: 768px) {
  .heroes-grid {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 20px;
  }
}
/* Final mobile polish for About page */
@media (max-width: 900px) {
  .about-page {
    overflow-x: hidden;
  }

  .about-main {
    padding-top: 72px !important;
  }

  .about-hero {
    display: flex !important;
    flex-direction: column !important;
    min-height: 0 !important;
    grid-template-columns: 1fr !important;
  }

  .about-hero-copy {
    order: 1 !important;
    min-height: 0 !important;
    display: flex !important;
    flex-direction: column !important;
  }

  .about-hero-title {
    min-height: 185px !important;
    padding: 48px 18px 22px !important;
    align-items: flex-end !important;
  }

  .about-hero-title h1 {
    font-size: clamp(42px, 13vw, 62px) !important;
    line-height: 1.02 !important;
    text-align: center;
  }

  .about-hero-statement {
    padding: 30px 18px 34px !important;
  }

  .about-hero-statement p {
    max-width: 560px;
    font-size: clamp(20px, 6vw, 27px) !important;
    line-height: 1.58 !important;
    margin-bottom: 20px !important;
  }

  .about-pill,
  .download-profile,
  .open-profile {
    width: min(100%, 320px);
    min-height: 46px !important;
    padding: 10px 20px 12px !important;
    font-size: 18px !important;
  }

  .about-hero-media {
    order: 2 !important;
    min-height: clamp(250px, 72vw, 390px) !important;
    height: auto !important;
  }

  .about-hero-media img {
    min-height: inherit;
    object-position: center 34% !important;
  }

  .data-overlay {
    opacity: .72;
  }

  .data-overlay .dlabel {
    font-size: 13px !important;
  }

  .about-distinction,
  .about-choice,
  .vision-goal-wrap {
    width: 100% !important;
    padding: 58px 18px !important;
    border-radius: 0 !important;
    grid-template-columns: 1fr !important;
    gap: 22px !important;
  }

  .dart-card {
    min-height: clamp(260px, 78vw, 390px) !important;
    border-radius: 20px !important;
  }

  .dart-card h2 {
    right: 22px !important;
    bottom: 22px !important;
    font-size: clamp(31px, 10vw, 46px) !important;
  }

  .distinction-copy,
  .choice-text {
    padding: 28px 20px !important;
    border-radius: 20px !important;
    text-align: center !important;
  }

  .distinction-copy h2,
  .choice-text h2 {
    width: auto !important;
    margin-inline: auto !important;
    font-size: clamp(27px, 8vw, 38px) !important;
    line-height: 1.16 !important;
  }

  .distinction-copy p,
  .choice-text p {
    font-size: clamp(18px, 5.2vw, 22px) !important;
    line-height: 1.75 !important;
    text-align: center !important;
  }

  .distinction-pawn {
    display: none !important;
  }

  .choice-image.choice-pawn {
    min-height: clamp(260px, 72vw, 360px) !important;
    margin-top: 0 !important;
  }

  .choice-image.choice-pawn img {
    width: min(72%, 260px) !important;
  }

  .vision-goal-wrap {
    gap: 24px !important;
  }

  .vision-block,
  .goal-block {
    display: flex !important;
    flex-direction: column !important;
    min-height: 0 !important;
    border-radius: 22px !important;
  }

  .vision-block .vg-media,
  .goal-block .vg-media {
    order: 1 !important;
    min-height: clamp(230px, 64vw, 340px) !important;
    width: 100% !important;
  }

  .vision-block .angle-title,
  .goal-block .angle-title {
    order: 2 !important;
    margin: -30px auto 0 !important;
    min-width: 126px !important;
    padding: 12px 24px 15px !important;
    border-radius: 16px !important;
    clip-path: none !important;
    font-size: clamp(27px, 8vw, 37px) !important;
  }

  .vision-block .vg-text,
  .goal-block .vg-text {
    order: 3 !important;
    padding: 24px 20px 32px !important;
  }

  .vision-block > .angle-title + .vg-text {
    padding-top: 24px !important;
  }

  .vg-text p {
    font-size: clamp(17px, 5vw, 21px) !important;
    line-height: 1.78 !important;
    text-align: center !important;
  }

  .branoid-heroes {
    padding: 72px 18px 82px !important;
  }

  .heroes-heading {
    margin-bottom: 38px !important;
  }

  .heroes-heading h2 {
    font-size: clamp(36px, 12vw, 54px) !important;
    line-height: 1.05 !important;
  }

  .heroes-heading p {
    font-size: 17px !important;
    line-height: 1.7;
  }

  .heroes-grid {
    grid-template-columns: 1fr !important;
    gap: 18px !important;
    max-width: 430px !important;
  }

  .hero-member,
  .hero-member--featured {
    grid-column: 1 !important;
    max-width: none !important;
    width: 100% !important;
    margin: 0 !important;
    border-radius: 18px !important;
  }

  .hero-member img {
    height: clamp(260px, 86vw, 360px) !important;
  }

  .hero-member--featured::after {
    top: 16px !important;
    right: -42px !important;
    font-size: 12px !important;
  }

  .member-copy {
    padding: 17px 14px 19px !important;
  }

  .member-copy h3 {
    font-size: 22px !important;
  }

  .member-copy span {
    font-size: 14px !important;
  }

  .profile-section {
    padding: 64px 18px !important;
    border-radius: 22px 22px 0 0 !important;
  }

  .profile-shell {
    grid-template-columns: 1fr !important;
    gap: 30px !important;
  }

  .profile-copy {
    text-align: center !important;
  }

  .profile-copy h2 {
    font-size: clamp(34px, 10vw, 50px) !important;
  }

  .profile-copy p {
    font-size: 18px !important;
    line-height: 1.72 !important;
  }

  .profile-actions {
    justify-content: center !important;
  }

  .profile-stage {
    min-height: clamp(410px, 118vw, 570px) !important;
  }

  .pdf-device {
    inset: 0 !important;
    border-radius: 20px !important;
    transform: none !important;
  }

  .floating-pages {
    display: none !important;
  }
}

@media (max-width: 480px) {
  .about-main {
    padding-top: 68px !important;
  }

  .about-hero-title {
    min-height: 155px !important;
    padding-top: 38px !important;
  }

  .about-hero-title h1 {
    font-size: clamp(38px, 12.5vw, 50px) !important;
  }

  .about-hero-statement {
    padding-inline: 14px !important;
  }

  .about-distinction,
  .about-choice,
  .vision-goal-wrap,
  .branoid-heroes,
  .profile-section {
    padding-inline: 14px !important;
  }

  .distinction-copy,
  .choice-text,
  .vision-block .vg-text,
  .goal-block .vg-text {
    padding-inline: 16px !important;
  }

  .hero-member img {
    height: clamp(245px, 88vw, 330px) !important;
  }

  .profile-stage {
    min-height: clamp(370px, 122vw, 500px) !important;
  }
}

/* Browser comment refinements for About page */
@keyframes aboutTitleAurora {
  0%, 100% { transform: translate3d(-8%, -6%, 0) scale(1); opacity: .58; }
  50% { transform: translate3d(8%, 7%, 0) scale(1.12); opacity: .92; }
}

@keyframes aboutTitleGridDrift {
  from { background-position: 0 0; }
  to { background-position: 84px 84px; }
}

@keyframes aboutTitleGlowText {
  0%, 100% { text-shadow: 0 10px 28px rgba(8,104,255,.14); transform: translateY(0); }
  50% { text-shadow: 0 16px 34px rgba(8,104,255,.28); transform: translateY(-3px); }
}

.about-hero-title {
  overflow: hidden !important;
  isolation: isolate;
  background:
    linear-gradient(135deg, rgba(255,255,255,.96), rgba(231,244,255,.95)) !important;
}

.about-hero-title::before {
  background:
    radial-gradient(circle at 18% 22%, rgba(8,104,255,.30), transparent 26rem),
    radial-gradient(circle at 84% 18%, rgba(0,212,255,.16), transparent 20rem) !important;
  opacity: .78 !important;
  animation: aboutTitleAurora 8s ease-in-out infinite;
}

.about-hero-title::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(8,104,255,.065) 1px, transparent 1px),
    linear-gradient(90deg, rgba(8,104,255,.065) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: radial-gradient(circle at 50% 55%, #000 0 46%, transparent 78%);
  animation: aboutTitleGridDrift 16s linear infinite;
}

.about-hero-title h1 {
  z-index: 2;
  animation: aboutTitleGlowText 5s ease-in-out infinite;
}

.vision-goal-wrap {
  gap: clamp(26px, 3vw, 42px) !important;
}

.vision-block,
.goal-block {
  min-height: 0 !important;
  overflow: hidden !important;
  border-radius: 28px !important;
  background: #fff !important;
}

@media (min-width: 981px) {
  .vision-block,
  .goal-block {
    display: grid !important;
    grid-template-columns: minmax(360px, 40%) minmax(0, 1fr) !important;
    align-items: stretch !important;
  }

  .goal-block {
    grid-template-columns: minmax(0, 1fr) minmax(360px, 40%) !important;
  }

  .vision-block .vg-media,
  .goal-block .vg-media {
    min-height: 420px !important;
    height: 100% !important;
    max-height: none !important;
    grid-row: 1 !important;
  }

  .vision-block .vg-media { grid-column: 1 !important; }
  .goal-block .vg-media { grid-column: 2 !important; }

  .vision-block .vg-text,
  .goal-block .vg-text {
    grid-row: 1 !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    padding: clamp(44px, 5vw, 76px) !important;
    background:
      radial-gradient(circle at 10% 15%, rgba(8,104,255,.08), transparent 18rem),
      linear-gradient(180deg, #ffffff, #f7fbff) !important;
  }

  .vision-block .vg-text { grid-column: 2 !important; }
  .goal-block .vg-text { grid-column: 1 !important; }

  .vision-block .angle-title,
  .goal-block .angle-title {
    width: fit-content !important;
    min-width: 150px !important;
    margin: 0 0 22px auto !important;
    padding: 12px 28px 16px !important;
    border-radius: 16px !important;
    clip-path: none !important;
    font-size: clamp(27px, 2.7vw, 40px) !important;
  }

  .vg-text p {
    font-size: clamp(18px, 1.28vw, 23px) !important;
    line-height: 1.86 !important;
    text-align: right !important;
  }
}

@media (max-width: 900px) {
  .about-hero-title {
    min-height: 190px !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 44px 18px !important;
  }

  .about-hero-title h1 {
    text-align: center !important;
    font-size: clamp(45px, 13vw, 62px) !important;
  }

  .vision-goal-wrap {
    padding: 48px 14px !important;
  }

  .vision-block,
  .goal-block {
    display: grid !important;
    grid-template-columns: 1fr !important;
    border-radius: 22px !important;
  }

  .vision-block .vg-media,
  .goal-block .vg-media {
    grid-column: 1 !important;
    grid-row: 1 !important;
    min-height: clamp(190px, 54vw, 270px) !important;
    max-height: none !important;
  }

  .vision-block .vg-text,
  .goal-block .vg-text {
    grid-column: 1 !important;
    grid-row: 2 !important;
    padding: 24px 18px 26px !important;
    background: linear-gradient(180deg, #f8fbff, #e9f4ff) !important;
  }

  .vision-block .angle-title,
  .goal-block .angle-title {
    margin: 0 auto 16px !important;
    padding: 10px 24px 13px !important;
    border-radius: 14px !important;
    font-size: clamp(26px, 8vw, 34px) !important;
    min-width: 118px !important;
  }

  .vg-text p {
    font-size: clamp(16px, 4.35vw, 18px) !important;
    line-height: 1.82 !important;
    text-align: center !important;
    margin-bottom: 12px !important;
  }

  .branoid-heroes {
    padding: 64px 12px 76px !important;
  }

  .heroes-grid {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 12px !important;
    max-width: 100% !important;
  }

  .hero-member,
  .hero-member--featured {
    grid-column: auto !important;
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    border-radius: 14px !important;
  }

  .hero-member img {
    height: clamp(150px, 44vw, 205px) !important;
    object-position: center top !important;
  }

  .member-copy {
    min-height: 74px;
    padding: 12px 8px 13px !important;
  }

  .member-copy h3 {
    font-size: clamp(14px, 4.1vw, 17px) !important;
    line-height: 1.18 !important;
  }

  .member-copy span {
    font-size: clamp(10px, 3vw, 12px) !important;
    line-height: 1.3 !important;
  }

  .hero-member--featured::after {
    display: none !important;
  }

  .profile-section {
    padding: 48px 12px 56px !important;
  }

  .profile-shell {
    display: block !important;
    padding: 0 !important;
    max-width: 100% !important;
  }

  .profile-copy {
    padding: 30px 18px 22px !important;
    border-radius: 24px 24px 0 0;
    background: rgba(2,30,77,.42);
    backdrop-filter: blur(8px);
  }

  .profile-kicker {
    font-size: 14px !important;
    letter-spacing: .05em !important;
  }

  .profile-copy h2 {
    font-size: clamp(32px, 9vw, 44px) !important;
    margin-bottom: 14px !important;
  }

  .profile-copy p {
    font-size: 16px !important;
    line-height: 1.72 !important;
    max-width: 100% !important;
  }

  .profile-actions {
    display: grid !important;
    gap: 12px !important;
    margin-top: 22px !important;
  }

  .download-profile,
  .open-profile {
    width: 100% !important;
    max-width: 340px !important;
    margin-inline: auto;
    min-height: 50px !important;
    font-size: 16px !important;
  }

  .profile-stage {
    min-height: 0 !important;
    padding: 0 0 18px !important;
    perspective: none !important;
  }

  .profile-book-glow,
  .profile-stage::before {
    display: none !important;
  }

  .pdf-device {
    position: relative !important;
    inset: auto !important;
    width: 100% !important;
    height: min(120vw, 520px) !important;
    min-height: 390px !important;
    border-radius: 0 0 24px 24px !important;
    transform: none !important;
    box-shadow: 0 22px 60px rgba(0,0,0,.24), inset 0 0 0 5px rgba(255,255,255,.13) !important;
  }
}

@media (max-width: 420px) {
  .heroes-grid {
    gap: 10px !important;
  }

  .hero-member img {
    height: clamp(138px, 43vw, 185px) !important;
  }

  .member-copy {
    min-height: 68px;
  }

  .pdf-device {
    height: 480px !important;
    min-height: 360px !important;
  }
}

/* Final About mobile corrections after browser review */
@media (max-width: 900px) {
  .about-hero-statement {
    overflow: hidden !important;
    padding: 30px 20px 34px !important;
  }

  .about-hero-statement p {
    width: 100% !important;
    max-width: 380px !important;
    margin-inline: auto !important;
    font-size: clamp(19px, 5.2vw, 23px) !important;
    line-height: 1.7 !important;
    white-space: normal !important;
    overflow-wrap: anywhere !important;
    text-wrap: balance;
  }

  .about-pill {
    max-width: 340px !important;
  }

  .heroes-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 10px !important;
    width: 100% !important;
  }

  .hero-member img {
    height: 178px !important;
  }

  .member-copy {
    min-height: 66px !important;
    padding: 10px 6px 11px !important;
  }

  .member-copy h3 {
    font-size: 15px !important;
  }

  .member-copy span {
    font-size: 11px !important;
  }

  .profile-section {
    background:
      radial-gradient(circle at 18% 12%, rgba(20,126,255,.34), transparent 17rem),
      linear-gradient(145deg, #000712 0%, #06245a 52%, #0059ea 145%) !important;
  }

  .profile-copy {
    border: 1px solid rgba(255,255,255,.13);
    border-bottom: 0;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.08);
  }

  .pdf-device {
    height: 430px !important;
    min-height: 430px !important;
    border: 1px solid rgba(255,255,255,.22) !important;
  }

  .pdf-device iframe {
    min-height: 100% !important;
  }
}

@media (max-width: 380px) {
  .hero-member img {
    height: 158px !important;
  }

  .member-copy h3 {
    font-size: 14px !important;
  }

  .member-copy span {
    font-size: 10px !important;
  }

  .pdf-device {
    height: 400px !important;
    min-height: 400px !important;
  }
}

/* Final Branoid Heroes cards polish */
.branoid-heroes {
  position: relative !important;
  padding: clamp(92px, 9vw, 140px) 5% clamp(105px, 10vw, 155px) !important;
  background:
    radial-gradient(circle at 50% -12%, rgba(52, 144, 255, .34), transparent 34%),
    radial-gradient(circle at 8% 42%, rgba(0, 130, 255, .18), transparent 28%),
    linear-gradient(180deg, #041229 0%, #020712 58%, #001844 100%) !important;
  overflow: hidden !important;
  isolation: isolate;
}

.branoid-heroes::before,
.branoid-heroes::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
}

.branoid-heroes::before {
  background-image:
    linear-gradient(115deg, transparent 0 27%, rgba(125, 190, 255, .18) 27.2% 27.45%, transparent 27.7% 100%),
    linear-gradient(65deg, transparent 0 63%, rgba(125, 190, 255, .13) 63.2% 63.45%, transparent 63.7% 100%),
    radial-gradient(circle, rgba(96, 177, 255, .44) 0 1.2px, transparent 1.6px);
  background-size: 100% 100%, 100% 100%, 94px 94px;
  opacity: .45;
}

.branoid-heroes::after {
  background: linear-gradient(90deg, rgba(255,255,255,.06), transparent 16%, transparent 84%, rgba(255,255,255,.06));
  mix-blend-mode: screen;
}

.heroes-network {
  position: absolute !important;
  inset: 0 !important;
  z-index: 1 !important;
  opacity: .9 !important;
  background:
    linear-gradient(90deg, transparent 0 14%, rgba(73, 170, 255, .38) 14.1% 14.22%, transparent 14.35% 85%, rgba(73, 170, 255, .38) 85.1% 85.22%, transparent 85.35%),
    linear-gradient(0deg, transparent 0 46%, rgba(73, 170, 255, .34) 46.1% 46.24%, transparent 46.38% 67%, rgba(73, 170, 255, .22) 67.1% 67.22%, transparent 67.35%);
}

.heroes-heading {
  position: relative !important;
  z-index: 3 !important;
  text-align: center !important;
  margin: 0 auto 58px !important;
  max-width: 880px !important;
}

.heroes-heading span {
  display: inline-flex;
  color: #8dc4ff;
  font-family: Arial, sans-serif;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.heroes-heading h2 {
  margin: 0 0 14px !important;
  color: #fff !important;
  font-size: clamp(54px, 7vw, 96px) !important;
  line-height: 1 !important;
  font-weight: 900 !important;
  text-shadow: 0 0 34px rgba(107, 180, 255, .42) !important;
}

.heroes-heading p {
  max-width: 760px !important;
  margin: 0 auto !important;
  color: rgba(255,255,255,.82) !important;
  font-size: clamp(18px, 2.1vw, 25px) !important;
  line-height: 1.65 !important;
  font-weight: 700 !important;
}

.heroes-grid {
  position: relative !important;
  z-index: 4 !important;
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 28px !important;
  width: min(100%, 1500px) !important;
  max-width: none !important;
  margin: 0 auto !important;
}

.hero-member,
.hero-member--featured,
.hero-member--leader {
  position: relative !important;
  display: grid !important;
  grid-template-columns: 138px minmax(0, 1fr) !important;
  align-items: stretch !important;
  min-height: 190px !important;
  border-radius: 22px !important;
  overflow: hidden !important;
  text-align: right !important;
  background:
    linear-gradient(135deg, rgba(255,255,255,.16), rgba(255,255,255,.055)),
    linear-gradient(145deg, rgba(0, 65, 155, .78), rgba(2, 18, 54, .92)) !important;
  border: 1px solid rgba(170, 214, 255, .66) !important;
  box-shadow:
    0 18px 46px rgba(0, 9, 31, .42),
    inset 0 1px 0 rgba(255,255,255,.26),
    0 0 0 1px rgba(8,104,255,.12) !important;
  backdrop-filter: blur(16px);
  transform: none !important;
}

.hero-member::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(115deg, transparent 0 42%, rgba(255,255,255,.18) 49%, transparent 58%);
  opacity: .55;
  transform: translateX(38%);
  transition: transform .8s cubic-bezier(.16,1,.3,1), opacity .35s ease;
  pointer-events: none;
}

.hero-member::after {
  content: "";
  position: absolute;
  top: 50%;
  inset-inline-end: -18px;
  width: 36px;
  height: 2px;
  background: linear-gradient(90deg, rgba(125,199,255,0), #84d3ff, rgba(125,199,255,0));
  box-shadow: 0 0 16px rgba(86, 186, 255, .72);
  opacity: .7;
}

.hero-member:hover {
  border-color: #d7eeff !important;
  box-shadow:
    0 26px 68px rgba(0, 18, 60, .58),
    0 0 32px rgba(8, 104, 255, .34),
    inset 0 1px 0 rgba(255,255,255,.34) !important;
  transform: translateY(-8px) !important;
}

.hero-member:hover::before {
  transform: translateX(-46%);
  opacity: .72;
}

.hero-member--leader {
  grid-column: span 2 !important;
  grid-template-columns: 178px minmax(0, 1fr) !important;
  min-height: 220px !important;
  background:
    radial-gradient(circle at 15% 20%, rgba(255,255,255,.22), transparent 30%),
    linear-gradient(135deg, rgba(8,104,255,.72), rgba(1, 33, 92, .94)) !important;
}

.hero-member--leader::after { width: 52px; }

.member-photo {
  position: relative;
  z-index: 2;
  padding: 14px;
}

.member-photo img,
.hero-member img {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  min-height: 158px !important;
  object-fit: cover !important;
  object-position: center top !important;
  border-radius: 16px !important;
  border: 1px solid rgba(255,255,255,.72) !important;
  box-shadow: 0 12px 24px rgba(0,0,0,.28) !important;
  transition: transform .7s cubic-bezier(.16,1,.3,1), filter .35s ease !important;
}

.hero-member:hover img { transform: scale(1.045) !important; }

.member-copy {
  position: relative !important;
  z-index: 3 !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  gap: 8px !important;
  min-width: 0 !important;
  margin: 0 !important;
  padding: 20px 22px 20px 10px !important;
  border-top: 0 !important;
  background: transparent !important;
}

.member-copy small {
  position: absolute;
  top: 12px;
  inset-inline-start: 18px;
  color: rgba(255,255,255,.11);
  font-family: Arial, sans-serif;
  font-size: 54px;
  line-height: 1;
  font-weight: 900;
}

.member-copy h3 {
  margin: 0 !important;
  color: #fff !important;
  font-size: clamp(24px, 2.2vw, 34px) !important;
  line-height: 1.08 !important;
  font-weight: 900 !important;
  text-shadow: 0 0 18px rgba(255,255,255,.18) !important;
}

.member-copy span {
  display: block !important;
  width: fit-content !important;
  margin: 0 !important;
  padding: 4px 12px !important;
  border-radius: 999px !important;
  color: #d8ecff !important;
  background: rgba(255,255,255,.11) !important;
  border: 1px solid rgba(255,255,255,.18) !important;
  font-size: 15px !important;
  line-height: 1.35 !important;
  font-weight: 800 !important;
}

.member-copy p {
  margin: 2px 0 0 !important;
  color: rgba(255,255,255,.88) !important;
  font-size: 15.5px !important;
  line-height: 1.65 !important;
  font-weight: 700 !important;
}

.member-tools {
  display: flex !important;
  flex-wrap: wrap !important;
  justify-content: flex-start !important;
  gap: 7px !important;
  margin: 4px 0 0 !important;
}

.member-tools b {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-width: 38px !important;
  height: 30px !important;
  padding: 0 9px !important;
  border-radius: 9px !important;
  color: #eaf6ff !important;
  background: rgba(255,255,255,.1) !important;
  border: 1px solid rgba(178, 223, 255, .34) !important;
  font-family: Arial, sans-serif !important;
  font-size: 11px !important;
  font-weight: 900 !important;
  letter-spacing: 0 !important;
}

@media (max-width: 1180px) {
  .heroes-grid { grid-template-columns: repeat(2, minmax(0, 1fr)) !important; }
  .hero-member--leader { grid-column: span 2 !important; }
}

@media (max-width: 720px) {
  .branoid-heroes { padding: 78px 18px 92px !important; }
  .heroes-heading { margin-bottom: 34px !important; }
  .heroes-heading h2 { font-size: clamp(44px, 15vw, 64px) !important; }
  .heroes-heading p { font-size: 17px !important; }
  .heroes-grid { grid-template-columns: 1fr !important; gap: 18px !important; }
  .hero-member,
  .hero-member--leader {
    grid-column: auto !important;
    grid-template-columns: 112px minmax(0, 1fr) !important;
    min-height: 168px !important;
    border-radius: 18px !important;
  }
  .member-photo { padding: 10px !important; }
  .member-photo img,
  .hero-member img { min-height: 144px !important; border-radius: 13px !important; }
  .member-copy { padding: 16px 15px 16px 8px !important; gap: 6px !important; }
  .member-copy small { font-size: 38px; top: 10px; inset-inline-start: 12px; }
  .member-copy h3 { font-size: 22px !important; }
  .member-copy span { font-size: 12.5px !important; padding: 3px 9px !important; }
  .member-copy p { font-size: 13px !important; line-height: 1.5 !important; }
  .member-tools b { min-width: 30px !important; height: 25px !important; font-size: 9px !important; }
}