/* ── INNER PAGES (PRIVACY, CONTACT) ─────────────────────────────────
   Styles specific to privacy.html and contact.html.
   Both pages use layout.css's .page-header for the hero banner.
──────────────────────────────────────────────────────────────────── */

/* LONG-FORM CONTENT (privacy, terms) -------------------------------- */
.prose { max-width: 760px; margin: 0 auto; padding: 64px 24px; }
.prose h1 { font-size: 28px; color: #ffffff; margin: 40px 0 10px; border-bottom: 1px solid var(--border); padding-bottom: 8px; }
.prose h2 { font-size: 22px; color: #ffffff; margin: 32px 0 10px; border-bottom: 1px solid var(--border); padding-bottom: 8px; }
.prose h3 { font-size: 18px; color: #ffffff; margin: 24px 0 8px; }
.prose p  { font-size: 15px; color: var(--slate); line-height: 1.8; margin-bottom: 14px; }
.prose ul { padding-left: 22px; margin: 8px 0 16px; }
.prose li { font-size: 15px; color: var(--slate); line-height: 1.8; margin-bottom: 6px; }
.prose a  { color: var(--teal); }
.prose a:hover { text-decoration: underline; }
.prose em { font-style: italic; color: var(--muted); }
.prose strong { color: #fff; }

/* CONTACT PAGE ----------------------------------------------------- */
.contact-grid {
  max-width: var(--container);
  margin: 0 auto;
  padding: 56px 24px 80px;
  display: grid;
  grid-template-columns: 1fr 380px;
  gap: 48px;
  align-items: start;
}
.contact-form-card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 36px;
}
.contact-form-card h2 {
  font-size: 22px;
  font-weight: 800;
  color: #ffffff;
  margin-bottom: 6px;
}
.contact-form-card > p {
  font-size: 14px;
  color: var(--muted);
  margin-bottom: 28px;
  line-height: 1.6;
}

/* Contact info panel ----------------------------------------------- */
.contact-info { display: flex; flex-direction: column; gap: 16px; }
.contact-info-card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 24px;
}
.contact-info-card h3 { font-size: 15px; font-weight: 700; color: #fff; margin-bottom: 14px; }
.contact-info-item { display: flex; align-items: flex-start; gap: 12px; margin-bottom: 14px; font-size: 14px; color: var(--muted); }
.contact-info-item:last-child { margin-bottom: 0; }
.contact-info-icon {
  width: 36px; height: 36px;
  background: var(--teal-bg);
  border-radius: var(--radius-md);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.contact-info-icon svg { width: 16px; height: 16px; stroke: var(--teal-light); }
.contact-info-label { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 1px; color: var(--muted); margin-bottom: 2px; }
.contact-info-value { font-size: 14px; color: #fff; }
.contact-info-value a { color: var(--teal); }
.contact-info-value a:hover { color: var(--teal-light); }

/* Form sent state -------------------------------------------------- */
.form-sent { text-align: center; padding: 32px; }
.form-sent .sent-icon {
  width: 56px; height: 56px;
  background: rgba(var(--teal-rgb),.15);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 16px;
  font-size: 24px;
}
.form-sent h3 { font-size: 20px; font-weight: 800; color: #fff; margin-bottom: 8px; }
.form-sent p  { font-size: 14px; color: var(--muted); line-height: 1.6; }

/* ── ABOUT PAGE ───────────────────────────────────────────────────── */
.about-section { max-width: var(--container); margin: 0 auto; padding: 64px 24px; }

/* Story / mission intro: two columns */
.about-intro {
  display: grid;
  grid-template-columns: 1.25fr 1fr;
  gap: 48px;
  align-items: center;
}
.about-lead h2 { font-size: clamp(24px, 3.2vw, 32px); font-weight: 800; color: #fff; letter-spacing: -.5px; line-height: 1.25; margin: 10px 0 16px; }
.about-lead p { font-size: 15.5px; color: var(--slate); line-height: 1.85; margin-bottom: 14px; }
.about-lead p strong { color: #fff; }

/* Highlight / mission card */
.about-highlight {
  background: var(--surface);
  border: 1px solid var(--border);
  border-left: 4px solid var(--teal);
  border-radius: var(--radius-lg);
  padding: 30px;
}
.about-highlight h3 { font-size: 13px; font-weight: 700; text-transform: uppercase; letter-spacing: 1.5px; color: var(--teal); margin-bottom: 12px; }
.about-highlight p { font-size: 15px; color: var(--slate); line-height: 1.8; margin: 0; }
.about-highlight p + p { margin-top: 12px; }

/* Stats band */
.about-stats {
  background: var(--navy);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  padding: 44px 0;
}
.about-stats-inner {
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 24px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
.about-stat { text-align: center; }
.about-stat-num { font-family: Arial, Helvetica, sans-serif; font-size: clamp(28px, 4vw, 42px); font-weight: 800; color: var(--teal-light); line-height: 1; }
.about-stat-label { font-size: 13px; color: rgba(255,255,255,.6); margin-top: 8px; line-height: 1.4; }

/* Values grid */
.about-head { text-align: center; max-width: 640px; margin: 0 auto 36px; }
.about-values { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.about-value {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 28px 26px;
  transition: border-color .2s ease, transform .2s ease;
}
.about-value:hover { border-color: var(--teal); transform: translateY(-2px); }
.about-value-icon {
  width: 46px; height: 46px;
  background: var(--teal-bg);
  border-radius: var(--radius-md);
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 16px;
}
.about-value-icon svg { width: 22px; height: 22px; stroke: var(--teal-light); fill: none; }
.about-value h4 { font-size: 16px; font-weight: 700; color: #fff; margin-bottom: 8px; }
.about-value p { font-size: 14px; color: var(--muted); line-height: 1.7; margin: 0; }

/* Closing CTA band */
.about-cta {
  max-width: var(--container);
  margin: 0 auto 80px;
  background: linear-gradient(135deg, var(--navy) 0%, var(--navy-mid) 100%);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 52px 32px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.about-cta::before {
  content: '';
  position: absolute;
  left: 0; top: 0; bottom: 0;
  width: 5px;
  background: var(--teal);
}
.about-cta h2 { font-size: clamp(24px, 3.4vw, 34px); font-weight: 800; color: #fff; letter-spacing: -.5px; margin-bottom: 10px; }
.about-cta p { font-size: 15px; color: rgba(255,255,255,.6); line-height: 1.7; max-width: 520px; margin: 0 auto; }
.about-cta-buttons { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; margin-top: 24px; }

/* ── RESPONSIVE ─────────────────────────────────────────────────── */
@media (max-width: 860px) {
  .contact-grid { grid-template-columns: 1fr; }
  .about-intro { grid-template-columns: 1fr; gap: 30px; }
  .about-stats-inner { grid-template-columns: repeat(2, 1fr); row-gap: 30px; }
  .about-values { grid-template-columns: 1fr; }
}
