/* ============================================================
   About ADBOXX — page.css
   Extends ../style.css
   ============================================================ */

/* ── Service hero (self-contained) ──────────────────────────── */
.svc-hero {
  position: relative;
  height: 100vh;
  height: 100svh;
  min-height: 560px;
  padding-top: 4rem;
  border-bottom: 1px solid var(--border);
  display: flex;
  flex-direction: column;
  background: var(--bg);
}

.svc-hero-body {
  flex: 1;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
}

.svc-hero-inner {
  position: relative;
  z-index: 1;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  display: grid;
  grid-template-columns: 1fr 400px;
  gap: 4rem;
  align-items: center;
}

.hero-example-img {
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid var(--border);
  align-self: center;
}

.hero-example-img img {
  width: 100%;
  height: auto;
  display: block;
}

#heroParticles {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 0;
}

.svc-hero-h1 {
  font-size: clamp(2rem, 4.5vw, 3.5rem);
  font-size: clamp(2rem, min(4.5vw, 8svh), 3.5rem);
  font-weight: 900;
  letter-spacing: -0.045em;
  line-height: 1.15;
  margin: 0.375rem 0 0.5rem;
}

.svc-hero-sub {
  font-size: clamp(0.9375rem, 1.5vw, 1.125rem);
  color: var(--muted);
  line-height: 1.6;
  max-width: 720px;
  margin-bottom: 1.25rem;
}

.svc-breadcrumb {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding-top: 0.75rem;
  margin-bottom: 0.875rem;
  flex-wrap: wrap;
}

.svc-bc-home {
  display: inline-flex;
  align-items: center;
  padding: 0.3rem 0.875rem;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 6px;
  font-size: 0.8125rem;
  font-weight: 500;
  color: var(--white);
  -webkit-text-fill-color: var(--white);
  text-decoration: none;
  white-space: nowrap;
  transition: border-color 0.15s;
}

.svc-bc-home:hover {
  border-color: rgba(255, 255, 255, 0.5);
}

.svc-bc-current {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.3rem 0.875rem;
  background: var(--accent);
  border-radius: 6px;
  font-size: 0.8125rem;
  font-weight: 500;
  color: var(--white);
  -webkit-text-fill-color: var(--white);
  white-space: nowrap;
}

.svc-bc-arrow {
  font-size: 0.9rem;
  line-height: 1;
  opacity: 0.8;
}

.hero-price-block {
  margin: 0.25rem 0 0.875rem;
}

.hero-price-row {
  display: flex;
  align-items: center;
  gap: 0.875rem;
  flex-wrap: wrap;
}


/* ── Shared section-sub utility ──────────────────────────────── */
.section-sub {
  font-size: clamp(0.9375rem, 1.25vw, 1rem);
  color: var(--muted);
  line-height: 1.75;
  max-width: 640px;
  margin-top: -0.5rem;
}


/* ── What ADBOXX Does ────────────────────────────────────────── */
.about-what-section {
  background: var(--bg);
}

.about-what-head {
  margin-bottom: 3.5rem;
  max-width: 640px;
}


/* ── What We Believe ─────────────────────────────────────────── */
.about-believe-section {
  background: var(--surface);
}

.about-believe-head {
  margin-bottom: 3rem;
  max-width: 640px;
}

.about-believe-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.25rem;
}

.about-believe-item {
  background: var(--surface2);
  border: 1px solid var(--border2);
  border-left: 3px solid var(--accent);
  border-radius: 10px;
  padding: 1.625rem 1.875rem;
  font-size: 0.9375rem;
  font-weight: 600;
  color: var(--white);
  line-height: 1.55;
}


/* ── How We Work ─────────────────────────────────────────────── */
.about-how-section {
  background: var(--surface2);
}

.about-how-head {
  margin-bottom: 4rem;
  max-width: 640px;
}


/* ── Founder ─────────────────────────────────────────────────── */
.about-founder-section {
  background: var(--surface);
}

.about-founder-head {
  margin-bottom: 2.5rem;
  max-width: 640px;
}

.about-founder-card {
  display: flex;
  gap: 2.5rem;
  align-items: flex-start;
  background: var(--surface2);
  border: 1px solid var(--border2);
  border-radius: 14px;
  padding: 2.25rem 2.5rem;
  max-width: 860px;
}

.about-founder-avatar {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  border: 1px solid var(--border2);
  background: var(--bg);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 1.75rem;
  font-weight: 900;
  color: var(--accent);
  letter-spacing: -0.05em;
}

.about-founder-info {
  flex: 1;
}

.about-founder-name {
  font-size: 1.125rem;
  font-weight: 700;
  color: var(--white);
  line-height: 1.25;
  margin-bottom: 0.25rem;
}

.about-founder-role {
  font-size: 0.8125rem;
  color: var(--accent);
  font-weight: 500;
  margin-bottom: 1rem;
}

.about-founder-body {
  font-size: 0.9375rem;
  color: var(--muted);
  line-height: 1.8;
  margin-bottom: 1.25rem;
}

.about-founder-link {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--accent);
  -webkit-text-fill-color: var(--accent);
  text-decoration: none;
  transition: opacity 0.2s;
}

.about-founder-link:hover {
  opacity: 0.75;
}


/* ── Who We Work Best With / Not For ─────────────────────────── */
.about-fit-section {
  background: var(--bg);
}

.about-fit-head {
  margin-bottom: 3rem;
  max-width: 640px;
}

.about-fit-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
}

.about-fit-col {
  background: var(--surface);
  border: 1px solid var(--border2);
  border-radius: 14px;
  padding: 2rem 2.25rem;
}

.about-fit-col-label {
  display: block;
  font-size: 0.575rem;
  font-weight: 700;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  margin-bottom: 1.5rem;
}

.about-fit-col--yes .about-fit-col-label {
  color: var(--accent);
}

.about-fit-col--no .about-fit-col-label {
  color: var(--muted);
}

.about-fit-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.875rem;
}

.about-fit-item {
  display: flex;
  align-items: flex-start;
  gap: 0.875rem;
  font-size: 0.9375rem;
  color: var(--muted);
  line-height: 1.65;
}

.about-fit-item::before {
  content: '';
  display: block;
  width: 16px;
  height: 1px;
  background: var(--accent);
  flex-shrink: 0;
  margin-top: 0.7em;
}

.about-fit-col--no .about-fit-item::before {
  background: var(--border2);
}


/* ── Service Links Grid ──────────────────────────────────────── */
.about-links-section {
  background: var(--surface2);
}

.about-links-head {
  margin-bottom: 2.5rem;
  max-width: 640px;
}

.about-links-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: var(--border);
  border-radius: 12px;
  overflow: hidden;
}

.about-link-card {
  background: var(--surface);
  padding: 1.5rem 1.875rem;
  font-size: 0.9375rem;
  font-weight: 600;
  color: var(--white);
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  transition: background 0.2s;
}

.about-link-card:hover {
  background: var(--bg);
}

.about-link-dot {
  width: 6px;
  height: 6px;
  background: var(--accent);
  border-radius: 50%;
  flex-shrink: 0;
}


/* ── Final CTA ───────────────────────────────────────────────── */
.about-cta-section {
  background: var(--bg);
}

.about-cta-inner {
  max-width: 720px;
}

.about-cta-title {
  font-size: clamp(1.75rem, 3.5vw, 3rem);
  font-weight: 900;
  letter-spacing: -0.04em;
  line-height: 1.15;
  margin-bottom: 1rem;
  background: linear-gradient(160deg, #ffffff 20%, #c0d0ff 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.about-cta-body {
  font-size: clamp(0.9375rem, 1.5vw, 1.0625rem);
  color: var(--muted);
  line-height: 1.8;
  margin-bottom: 2rem;
  max-width: 580px;
}


/* ── Responsive ─────────────────────────────────────────────── */
@media (max-width: 760px) {
  .svc-hero-inner {
    display: block;
  }

  .hero-example-img {
    display: none;
  }
}

@media (max-width: 1100px) {
  .about-links-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 900px) {
  .about-founder-card {
    flex-direction: column;
    gap: 1.5rem;
    padding: 1.875rem;
  }

  .about-fit-layout {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  .about-believe-grid {
    grid-template-columns: 1fr;
  }
}

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