/* =====================================================
   ScanScope — Auxiliary Pages Stylesheet
   (About, Privacy Policy, Terms of Service, Cookie Policy)
   ===================================================== */

/* Reuse base tokens from main.css but scoped extras below */

/* ── Page Hero ── */
.page-hero {
  background-color: #1A3C5E;
  color: #ffffff;
  padding: 64px 0 56px;
}

.page-hero h1 {
  font-size: 2.4rem;
  font-weight: 800;
  color: #ffffff;
  margin-bottom: 12px;
  line-height: 1.2;
}

.page-hero p {
  font-size: 1rem;
  color: #A8C4DC;
  max-width: 560px;
  line-height: 1.6;
}

.breadcrumb {
  font-size: 0.8rem;
  color: #A8C4DC;
  margin-bottom: 20px;
}

.breadcrumb a {
  color: #4AA8E0;
}

.breadcrumb a:hover {
  text-decoration: underline;
}

.breadcrumb-sep {
  margin: 0 6px;
  opacity: 0.5;
}

/* ── Page Content ── */
.page-content {
  padding: 72px 0;
}

.page-content-inner {
  max-width: 820px;
  margin: 0 auto;
  text-align: left;
}

.page-content p {
  font-size: 0.95rem;
  color: #4B6280;
  line-height: 1.7;
  margin-bottom: 20px;
}

.page-content h2 {
  font-size: 1.4rem;
  font-weight: 700;
  color: #1A3C5E;
  margin-top: 40px;
  margin-bottom: 14px;
}

.page-content h3 {
  font-size: 1.1rem;
  font-weight: 700;
  color: #1A3C5E;
  margin-top: 28px;
  margin-bottom: 10px;
}

.page-content ul {
  list-style: disc;
  padding-left: 24px;
  margin-bottom: 20px;
}

.page-content ul li {
  font-size: 0.95rem;
  color: #4B6280;
  line-height: 1.6;
  margin-bottom: 6px;
}

/* ── Empty Policy Placeholder ── */
.policy-placeholder {
  text-align: center;
  padding: 100px 24px;
  border: 2px dashed #E8EFF6;
  border-radius: 6px;
  color: #4B6280;
  font-size: 0.9rem;
  margin: 0 auto;
  max-width: 600px;
}

.policy-placeholder p {
  color: #4B6280;
}

/* ── About Blocks ── */
.about-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
  align-items: center;
}

.about-grid-center {
  text-align: center;
}

.about-grid-center .about-text {
  grid-column: 1 / -1;
  max-width: 700px;
  margin: 0 auto;
}

.about-grid-center .about-illustration,
.about-grid-center .about-image-placeholder {
  grid-column: 1 / -1;
  max-width: 400px;
  margin: 0 auto;
}

.about-grid-center .about-image-photo {
  grid-column: 1 / -1;
  max-width: 600px;
  margin: 0 auto;
}

.about-image-placeholder {
  width: 100%;
  aspect-ratio: 4/3;
  background-color: #F4F8FC;
  border: 2px dashed #E8EFF6;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #4B6280;
  font-size: 0.85rem;
}

.about-image-photo {
  width: 100%;
  max-width: 600px;
  aspect-ratio: 4/3;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 auto;
  display: block;
}

.about-text h2 {
  font-size: 1.7rem;
  font-weight: 800;
  color: #1A3C5E;
  margin-bottom: 16px;
  line-height: 1.25;
}

.about-text p {
  font-size: 0.95rem;
  color: #4B6280;
  line-height: 1.7;
  margin-bottom: 14px;
}

.values-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 24px;
  margin-top: 8px;
  width: 100%;
}

.value-item {
  background-color: #F4F8FC;
  border: 1px solid #E8EFF6;
  border-radius: 6px;
  padding: 22px 18px;
  text-align: center;
}

.value-item h3 {
  font-size: 1rem;
  font-weight: 700;
  color: #1A3C5E;
  margin-bottom: 8px;
}

.value-item p {
  font-size: 0.85rem;
  color: #4B6280;
  line-height: 1.6;
}

.about-illustration {
  display: flex;
  align-items: center;
  justify-content: center;
}

.team-intro {
  max-width: 700px;
  margin: 0 auto;
  text-align: center;
}

.team-intro h2 {
  font-size: 1.7rem;
  font-weight: 800;
  color: #1A3C5E;
  margin-bottom: 14px;
}

.team-intro p {
  font-size: 0.95rem;
  color: #4B6280;
  line-height: 1.7;
  margin-bottom: 12px;
}

/* ── Responsive ── */
@media (max-width: 700px) {
  .about-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .page-hero h1 {
    font-size: 1.8rem;
  }
}
