/* =========================
   ABOUT PAGE (Hazeran)
========================= */

.hz-about{ color: var(--ink, #111); }
.hz-about__hero{
  background: linear-gradient(180deg, rgba(0,0,0,.55), rgba(0,0,0,.35), rgba(0,0,0,.05));
  color:#fff;
  padding: clamp(52px, 7vw, 92px) 0;
}
.hz-about__heroIn{ max-width: 980px; }

.hz-about__kicker{ display:flex; gap:10px; flex-wrap:wrap; margin-bottom:14px; }
.hz-badge{
  display:inline-flex; align-items:center; gap:8px;
  padding:8px 12px; border-radius:999px;
  background: rgba(255,255,255,.12);
  border: 1px solid rgba(255,255,255,.18);
  font-size: 13px;
}
.hz-badge--ghost{ background: rgba(0,0,0,.12); }

.hz-about__title{
  margin: 0 0 12px;
  font-family: var(--font-title, inherit);
  letter-spacing:-.02em;
  line-height:1.05;
  font-size: clamp(30px, 4.4vw, 56px);
}
.hz-about__lead{
  margin: 0 0 18px;
  color: rgba(255,255,255,.9);
  max-width: 70ch;
  line-height:1.6;
  font-size: clamp(15px, 1.6vw, 18px);
}

.hz-about__cta{ display:flex; gap:10px; flex-wrap:wrap; align-items:center; margin-top: 6px; }

.hz-about__trust{
  list-style:none; padding:0; margin: 22px 0 0;
  display:flex; gap:14px; flex-wrap:wrap;
  color: rgba(255,255,255,.9);
}
.hz-about__trust li{
  display:inline-flex; align-items:center; gap:8px;
  padding:8px 12px; border-radius:12px;
  background: rgba(0,0,0,.18);
  border: 1px solid rgba(255,255,255,.12);
  font-size: 13px;
}

.hz-about__section{ padding: clamp(34px, 6vw, 70px) 0; }
.hz-about__section--alt{ background: rgba(0,0,0,.03); }

.hz-about__head{ max-width: 860px; margin-bottom: 18px; }
.hz-about__h2{
  margin:0 0 8px;
  font-family: var(--font-title, inherit);
  letter-spacing:-.02em;
  line-height:1.15;
  font-size: clamp(22px, 2.4vw, 32px);
}
.hz-about__p{ margin:0; color: rgba(0,0,0,.72); line-height:1.7; }

.hz-about__grid{
  display:grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 16px;
}
.hz-card{
  grid-column: span 6;
  background:#fff;
  border: 1px solid rgba(0,0,0,.08);
  border-radius: 18px;
  padding: 18px;
  box-shadow: 0 10px 28px rgba(0,0,0,.06);
}
.hz-card__icon{
  width: 44px; height: 44px;
  display:grid; place-items:center;
  border-radius: 14px;
  background: rgba(0,0,0,.06);
  margin-bottom: 10px;
  font-size: 18px;
}
.hz-card__title{ margin:0 0 8px; font-size: 18px; line-height:1.25; }
.hz-card__text{ margin:0; color: rgba(0,0,0,.72); line-height:1.7; }

.hz-steps{ list-style:none; padding:0; margin: 18px 0 0; display:grid; gap:12px; }
.hz-step{
  display:grid;
  grid-template-columns: 64px 1fr;
  gap: 12px;
  padding: 16px;
  border-radius: 18px;
  background:#fff;
  border: 1px solid rgba(0,0,0,.08);
}
.hz-step__n{
  width: 56px; height: 56px;
  border-radius: 16px;
  display:grid; place-items:center;
  background: rgba(0,0,0,.06);
  font-weight: 700;
}
.hz-step__t{ margin:0 0 6px; font-size: 16px; }
.hz-step__d{ margin:0; color: rgba(0,0,0,.72); line-height:1.7; }

.hz-local{
  display:grid;
  grid-template-columns: 56px 1fr;
  gap: 14px;
  padding: 18px;
  border-radius: 18px;
  background: #fff;
  border: 1px solid rgba(0,0,0,.08);
  box-shadow: 0 10px 28px rgba(0,0,0,.06);
  max-width: 980px;
}
.hz-local__icon{
  width:56px; height:56px;
  border-radius: 18px;
  display:grid; place-items:center;
  background: rgba(0,0,0,.06);
  font-size: 18px;
}
.hz-local__t{ margin:0 0 6px; font-size: 18px; }
.hz-local__d{ margin:0; color: rgba(0,0,0,.72); line-height:1.7; }

.hz-faq{ display:grid; gap:10px; max-width: 980px; }
.hz-faq__item{
  background:#fff;
  border: 1px solid rgba(0,0,0,.08);
  border-radius: 16px;
  padding: 10px 14px;
}
.hz-faq__item summary{
  cursor:pointer;
  font-weight: 600;
  padding: 10px 4px;
}
.hz-faq__item p{ margin: 0 0 10px; color: rgba(0,0,0,.72); line-height:1.7; padding: 0 4px; }

.hz-about__final{
  background: var(--navy, #0b2a3a);
  color:#fff;
  padding: clamp(40px, 6vw, 64px) 0;
}
.hz-about__finalIn{ max-width: 980px; }
.hz-about__final h2{ margin:0 0 10px; font-size: clamp(22px, 3vw, 34px); letter-spacing:-.02em; }
.hz-about__final p{ margin:0 0 16px; color: rgba(255,255,255,.9); line-height:1.7; }

.hz-hide-m{ display:inline; }
@media (max-width: 768px){
  .hz-hide-m{ display:none; }
  .hz-card{ grid-column: span 12; }
  .hz-step{ grid-template-columns: 56px 1fr; }
  .hz-local{ grid-template-columns: 1fr; }
  .hz-local__icon{ width:52px; height:52px; }
}

/* =========================
   REVEAL UP ANIMATION
========================= */
.reveal{
  opacity: 0;
  transform: translateY(14px);
  transition: opacity .6s ease, transform .6s ease;
  will-change: opacity, transform;
}
.reveal.is-in{
  opacity: 1;
  transform: translateY(0);
}
