/* ==========================================================================
   OpenAgent About Page — Black / White / Orange
   Scoped to the About page only (body.about). Matches homepage visual identity.
   ========================================================================== */

body.about {
  background: #ffffff;
  color: #3a3a3a;
  overflow-x: hidden;
}

body.about h1, body.about h2, body.about h3, body.about h4, body.about h5 {
  font-family: 'Poppins', sans-serif;
  color: #0a0a0a;
  letter-spacing: -.02em;
}

body.about ::selection { background: #FF6B00; color: #fff; }

/* --------------------------------------------------------------------------
   Header / navigation — black bar
   -------------------------------------------------------------------------- */
body.about .topbar {
  background: #000000;
  box-shadow: none;
}
body.about .topbar.scrolled { box-shadow: 0 10px 30px rgba(0,0,0,.18); }
body.about .topbar-inner { max-width: var(--wrap); }

body.about .brand { color: #ffffff; }
body.about .brand .dot {
  background: #FF6B00;
  border-radius: 8px;
}
body.about .brand span { color: #FF6B00; }

body.about .nav-desktop > li > a {
  color: #e6e6e6;
  font-weight: 500;
}
body.about .nav-desktop > li > a:hover,
body.about .nav-desktop > li.active > a {
  color: #ffffff;
  background: rgba(255,255,255,.12);
}
body.about .nav-desktop > li.has-drop > a i { color: #999; }

body.about .dropdown {
  background: #111111;
  border-color: #2a2a2a;
  box-shadow: 0 24px 60px rgba(0,0,0,.5);
}
body.about .dropdown::before { background: #111111; border-color: #2a2a2a; }
body.about .dropdown a { color: #e6e6e6; }
body.about .dropdown a i { color: #FF6B00; }
body.about .dropdown a:hover { background: #1f1f1f; color: #ffffff; }

body.about .header-actions .btn {
  background: #FF6B00;
  border-radius: 999px;
  font-weight: 600;
  color: #ffffff;
  box-shadow: 0 10px 26px rgba(255,107,0,.32);
}
body.about .header-actions .btn:hover { background: #ff7f1f; transform: translateY(-2px); }

body.about .hamburger {
  background: rgba(255,255,255,.12);
  color: #ffffff;
}

/* Offcanvas mobile menu */
body.about .offcanvas { background: #0a0a0a; }
body.about .offcanvas .brand { color: #fff; }
body.about .oc-close { background: #1f1f1f; color: #fff; }
body.about .oc-nav > li { border-color: #242424; }
body.about .oc-link { color: #fff; }
body.about .oc-link:hover { color: #FF6B00; }
body.about .oc-sub a { color: #bdbdbd; border-color: #2a2a2a; }
body.about .oc-sub a:hover { color: #FF6B00; border-color: #FF6B00; }
body.about .overlay { background: rgba(0,0,0,.6); }
body.about .offcanvas .btn { background: #FF6B00; color: #fff; }

/* --------------------------------------------------------------------------
   Buttons — homepage styles
   -------------------------------------------------------------------------- */
body.about .btn {
  border-radius: 999px;
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
}
body.about .btn-primary {
  background: #FF6B00;
  color: #ffffff;
  box-shadow: 0 12px 30px rgba(255,107,0,.32);
}
body.about .btn-primary:hover {
  background: #ff7f1f;
  transform: translateY(-3px);
  box-shadow: 0 18px 40px rgba(255,107,0,.4);
}
body.about .btn-ghost {
  background: transparent;
  color: #ffffff;
  border: 2px solid rgba(255,255,255,.7);
}
body.about .btn-ghost:hover { background: #ffffff; color: #0a0a0a; }
body.about .btn-ghost-dark {
  background: transparent;
  color: #0a0a0a;
  border: 2px solid #0a0a0a;
}
body.about .btn-ghost-dark:hover { background: #0a0a0a; color: #fff; }

/* --------------------------------------------------------------------------
   Breadcrumb (black hero)
   -------------------------------------------------------------------------- */
body.about .page-hero .breadcrumb {
  background: rgba(255,255,255,.08);
  border-color: rgba(255,255,255,.18);
  box-shadow: none;
}
body.about .breadcrumb a { color: #aeaeae; }
body.about .breadcrumb a:hover { color: #fff; }
body.about .breadcrumb i { color: #FF6B00; }
body.about .breadcrumb [aria-current] { color: #ffffff; font-weight: 600; }

/* --------------------------------------------------------------------------
   Intro hero — dark, two-column portrait
   -------------------------------------------------------------------------- */
body.about .intro {
  background: #000000;
  padding: 110px 0 120px;
}
body.about .intro-grid {
  display: grid;
  grid-template-columns: 420px 1fr;
  gap: 72px;
  align-items: center;
}
body.about .portrait-wrap { position: relative; }
body.about .portrait {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  background: #141414;
  border: 1px solid #2a2a2a;
}
body.about .portrait img {
  width: 100%;
  height: 460px;
  object-fit: cover;
  display: block;
}
body.about .portrait-card {
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px;
  background: rgba(0,0,0,.72);
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 14px;
  padding: 16px 20px;
  backdrop-filter: blur(6px);
}
body.about .portrait-card strong {
  display: block;
  color: #ffffff;
  font-size: 1.02rem;
  font-weight: 700;
  letter-spacing: .03em;
}
body.about .portrait-card span {
  display: block;
  color: #FF6B00;
  font-size: 13px;
  font-weight: 600;
  margin-top: 2px;
  letter-spacing: .02em;
}
body.about .portrait-frame {
  position: absolute;
  inset: -16px -16px auto auto;
  width: 90px;
  height: 90px;
  border-top: 2px solid #FF6B00;
  border-right: 2px solid #FF6B00;
  border-radius: 0 20px 0 0;
  pointer-events: none;
}

body.about .intro-eyebrow {
  display: inline-flex;
  align-items: center;
  background: transparent;
  border: 1px solid rgba(255,255,255,.25);
  color: #aeaeae;
  font-weight: 600;
  font-size: 13px;
  letter-spacing: .12em;
  text-transform: uppercase;
  padding: 9px 18px;
  border-radius: 999px;
  margin-bottom: 26px;
}
body.about .intro-eyebrow::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #FF6B00;
}
body.about .intro h1 {
  color: #ffffff;
  font-size: clamp(2.2rem, 4.6vw, 3.6rem);
  line-height: 1.12;
  margin: 0;
}
body.about .intro p.lede {
  color: #d0d0d0;
  font-size: clamp(1.02rem, 1.6vw, 1.18rem);
  max-width: 620px;
  margin: 24px 0 0;
  line-height: 1.7;
}

/* --------------------------------------------------------------------------
   Sections base
   -------------------------------------------------------------------------- */
body.about .section { padding: 100px 0; }
body.about .section.tint { background: #f7f7f5; }
body.about .section.dark { background: #0a0a0a; }

body.about .section-head { max-width: 720px; margin: 0 auto 60px; text-align: center; }
body.about .section-head.left { margin-left: 0; text-align: left; }
body.about .section-head .tag-label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #FF6B00;
  font-weight: 700;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: .14em;
  margin-bottom: 16px;
}
body.about .section-head .tag-label::before {
  content: "";
  font-family: none;
  width: 26px;
  height: 2px;
  background: #FF6B00;
}
body.about .section-head h2 { font-size: clamp(1.9rem, 3.6vw, 2.9rem); line-height: 1.15; }
body.about .section-head p { color: #5f5f5f; margin-top: 16px; font-size: 1.05rem; }
body.about .section-head p.light { color: #bdbdbd; }

/* --------------------------------------------------------------------------
   Approach
   -------------------------------------------------------------------------- */
body.about .approach-copy { max-width: 760px; }
body.about .approach-copy .lead {
  font-size: 1.08rem;
  color: #5f5f5f;
  margin-top: 18px;
}
body.about .approach-copy p { color: #5f5f5f; margin-top: 16px; }
body.about .approach-goals {
  margin-top: 30px;
  display: grid;
  gap: 14px;
}
body.about .approach-goals li {
  display: flex;
  align-items: center;
  gap: 14px;
  font-weight: 600;
  color: #0a0a0a;
}
body.about .approach-goals .goal-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #FF6B00;
  flex: none;
}

/* --------------------------------------------------------------------------
   Capabilities — 6 blocks
   -------------------------------------------------------------------------- */
body.about .cap-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
}
body.about .cap-card {
  background: #ffffff;
  border: 1px solid #ece8e2;
  border-radius: 16px;
  padding: 38px 32px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease;
}
body.about .cap-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 24px 50px rgba(0,0,0,.08);
  border-color: #FF6B00;
}
body.about .cap-ic {
  width: 56px;
  height: 56px;
  border-radius: 14px;
  flex: none;
  background: #f4f2ee;
  color: #0a0a0a;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  transition: background .3s, color .3s;
}
body.about .cap-card:hover .cap-ic { background: #FF6B00; color: #fff; }
body.about .cap-card h3 { font-size: 1.18rem; }
body.about .cap-card p { font-size: 15px; color: #5f5f5f; margin: 0; }

/* --------------------------------------------------------------------------
   How I work — numbered
   -------------------------------------------------------------------------- */
body.about .how-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
body.about .how-card {
  background: #141414;
  border: 1px solid #2a2a2a;
  padding: 38px 28px;
  transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease;
}
body.about .how-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 24px 50px rgba(0,0,0,.4);
  border-color: #FF6B00;
}
body.about .how-num {
  font-size: 2.6rem;
  font-weight: 800;
  line-height: 1;
  color: #FF6B00;
  display: block;
  margin-bottom: 20px;
}
body.about .how-card h3 { color: #ffffff; font-size: 1.15rem; margin-bottom: 10px; }
body.about .how-card p { color: #bdbdbd; font-size: 14.5px; margin: 0; }

/* --------------------------------------------------------------------------
   Principles
   -------------------------------------------------------------------------- */
body.about .principle-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 26px;
}
body.about .principle-item {
  background: #ffffff;
  border: 1px solid #ece8e2;
  border-left: 3px solid #FF6B00;
  padding: 38px 34px;
  transition: transform .3s ease, box-shadow .3s ease;
}
body.about .principle-item:hover { transform: translateY(-6px); box-shadow: 0 24px 50px rgba(0,0,0,.08); }
body.about .principle-item .principle-num {
  font-size: 2.2rem;
  font-weight: 800;
  line-height: 1;
  color: #FF6B00;
  display: block;
  margin-bottom: 18px;
}
body.about .principle-item h3 { font-size: 1.18rem; margin-bottom: 12px; }
body.about .principle-item p { font-size: 15px; color: #5f5f5f; margin: 0; }

/* --------------------------------------------------------------------------
   Why OpenAgent
   -------------------------------------------------------------------------- */
body.about .why-copy { max-width: 820px; margin: 0 auto; }
body.about .why-copy p { color: #5f5f5f; font-size: 1.05rem; margin-top: 18px; }
body.about .why-copy .em {
  color: #0a0a0a;
  font-weight: 600;
  border-left: 3px solid #FF6B00;
  padding-left: 18px;
  margin-top: 28px;
}

/* --------------------------------------------------------------------------
   Final CTA — black banner
   -------------------------------------------------------------------------- */
body.about .final-cta {
  background: #000000;
  border-radius: 20px;
  padding: clamp(56px, 8vw, 96px) clamp(26px, 7vw, 96px);
  text-align: center;
  color: #fff;
  position: relative;
  overflow: hidden;
}
body.about .final-cta::before {
  content: "";
  position: absolute;
  width: 360px;
  height: 360px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255,107,0,.28), transparent 65%);
  top: -120px;
  right: -80px;
}
body.about .final-cta::after {
  content: "";
  position: absolute;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255,107,0,.2), transparent 65%);
  bottom: -130px;
  left: -70px;
}
body.about .final-cta h2 { color: #ffffff; position: relative; z-index: 1; font-size: clamp(2rem, 4vw, 3rem); }
body.about .final-cta p { position: relative; z-index: 1; color: #cfcfcf; max-width: 640px; margin: 18px auto 0; font-size: 1.05rem; }
body.about .final-cta .btn-row { position: relative; z-index: 1; display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; margin-top: 38px; }

/* --------------------------------------------------------------------------
   Footer — minimal, matches homepage
   -------------------------------------------------------------------------- */
body.about .footer {
  background: #000000;
  color: #b5b5b5;
  padding: 72px 0 0;
}
body.about .footer::before { display: none; }
body.about .footer .brand { color: #fff; }
body.about .footer .brand span { color: #FF6B00; }
body.about .footer h4 { color: #ffffff; font-size: 1rem; margin-bottom: 20px; letter-spacing: .02em; }
body.about .footer-about > p { color: #b5b5b5; }
body.about .footer ul a { color: #b5b5b5; }
body.about .footer ul a:hover { color: #FF6B00; }
body.about .footer .socials a {
  border-color: rgba(255,255,255,.22);
  color: #fff;
}
body.about .footer .socials a:hover { background: #FF6B00; border-color: #FF6B00; }
body.about .footer .contact-list i { color: #FF6B00; }
body.about .footer-bottom { border-color: rgba(255,255,255,.14); color: #9a9a9a; }
body.about .footer-bottom p strong { color: #FF6B00; }

/* --------------------------------------------------------------------------
   Scroll-to-top / WhatsApp float
   -------------------------------------------------------------------------- */
body.about .to-top { background: #FF6B00; color: #fff; box-shadow: 0 10px 24px rgba(255,107,0,.4); }
body.about .to-top:hover { background: #ff7f1f; }
body.about .fwa { background: #25D366; }
body.about .fwa:hover { background: #1fb857; }

/* --------------------------------------------------------------------------
   Responsive
   -------------------------------------------------------------------------- */
@media (max-width: 1080px) {
  body.about .intro-grid { grid-template-columns: 1fr; gap: 56px; }
  body.about .portrait { max-width: 520px; }
  body.about .cap-grid { grid-template-columns: repeat(2, 1fr); }
  body.about .how-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 640px) {
  body.about .section { padding: 68px 0; }
  body.about .intro { padding: 84px 0 88px; }
  body.about .cap-grid,
  body.about .how-grid,
  body.about .principle-grid { grid-template-columns: 1fr; }
  body.about .portrait img { height: 400px; }
}

@media print {
  body.about .intro, body.about .fwa { display: none; }
}
