/* For Districts page */
.page-districts .page-hero {
  padding: clamp(82px, 10vw, 130px) clamp(44px, 7.5vw, 118px) clamp(64px, 8vw, 96px);
}

.page-districts .hero-glow {
  top: 0;
  right: 0;
  left: auto;
  bottom: auto;
  width: 600px;
  height: 100%;
  background: radial-gradient(ellipse at right, rgba(198, 156, 42, 0.06), transparent 60%);
}

.hero-inner {
  max-width: 800px;
  position: relative;
  z-index: 1;
}

.hero-cta {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.section {
  padding: clamp(72px, 8vw, 108px) clamp(30px, 6.5vw, 96px);
}

.section-inner {
  max-width: 1100px;
  margin: 0 auto;
}

.section-h2 {
  font-family: var(--ff-display);
  font-size: clamp(2rem, 4.5vw, 3.6rem);
  font-weight: 900;
  font-style: italic;
  line-height: 1.03;
  color: var(--text);
  margin-bottom: 14px;
}

.section-h2 em {
  color: var(--gold);
}

.section-lead {
  font-size: clamp(0.9rem, 1.6vw, 1.05rem);
  color: var(--text-2);
  line-height: 1.8;
  max-width: 600px;
  font-weight: 300;
  margin-bottom: clamp(42px, 5vw, 64px);
}

.vp-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--rule);
  border: 1px solid var(--rule);
}

@media (max-width: 760px) {
  .vp-grid {
    grid-template-columns: 1fr;
  }
}

.vp-card {
  background: var(--ink-2);
  padding: clamp(40px, 4.8vw, 62px);
  transition: background 0.2s;
}

.vp-card:hover {
  background: var(--ink-3);
}

.vp-num {
  font-family: var(--ff-mono);
  font-size: 0.6rem;
  letter-spacing: 0.18em;
  color: var(--gold-d);
  margin-bottom: 14px;
  display: block;
}

.vp-title {
  font-family: var(--ff-ui);
  font-size: 1.05rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--text);
  margin-bottom: 10px;
}

.vp-desc {
  font-size: 0.88rem;
  color: var(--text-3);
  line-height: 1.7;
  font-weight: 300;
}

.check-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(32px, 4vw, 56px);
}

@media (max-width: 700px) {
  .check-grid {
    grid-template-columns: 1fr;
  }
}

.check-group-title {
  font-family: var(--ff-ui);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 26px;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--rule);
}

.check-list {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.check-item {
  display: flex;
  gap: 14px;
  align-items: flex-start;
}

.check-icon {
  width: 18px;
  height: 18px;
  border: 1px solid rgba(198, 156, 42, 0.4);
  border-radius: 2px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 2px;
}

.check-icon svg {
  width: 10px;
  height: 10px;
  color: var(--gold);
}

.check-text {
  font-size: 0.88rem;
  color: var(--text-2);
  line-height: 1.65;
  font-weight: 300;
}

.check-text strong {
  color: var(--text);
  font-weight: 600;
}

.process-steps {
  display: flex;
  flex-direction: column;
  gap: 0;
  border: 1px solid var(--rule);
}

.process-step {
  display: grid;
  grid-template-columns: 76px 1fr;
  gap: 0;
  border-bottom: 1px solid var(--rule);
}

.process-step:last-child {
  border-bottom: none;
}

.step-num {
  background: var(--gold-dim);
  border-right: 1px solid var(--rule);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px 0;
}

.step-num span {
  font-family: var(--ff-display);
  font-size: 1.4rem;
  font-weight: 900;
  font-style: italic;
  color: var(--gold);
}

.step-body {
  padding: clamp(28px, 3.5vw, 44px);
}

.step-title {
  font-family: var(--ff-ui);
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--text);
  margin-bottom: 6px;
}

.step-desc {
  font-size: 0.88rem;
  color: var(--text-3);
  line-height: 1.7;
  font-weight: 300;
}

.contact-block {
  background: var(--ink-2);
  border: 1px solid var(--rule);
  padding: clamp(40px, 5vw, 64px);
  text-align: center;
  border-radius: 2px;
}

.contact-h2 {
  font-family: var(--ff-display);
  font-size: clamp(1.8rem, 4vw, 3rem);
  font-weight: 900;
  font-style: italic;
  color: var(--text);
  margin-bottom: 12px;
}

.contact-h2 em {
  color: var(--gold);
}

.contact-sub {
  font-size: clamp(0.88rem, 1.5vw, 1rem);
  color: var(--text-3);
  margin-bottom: 28px;
  font-weight: 300;
  line-height: 1.75;
  max-width: 520px;
  margin-left: auto;
  margin-right: auto;
}

.contact-email {
  font-family: var(--ff-mono);
  font-size: 0.85rem;
  letter-spacing: 0.1em;
  color: var(--gold);
  display: inline-block;
  padding: 12px 24px;
  border: 1px solid var(--rule);
  border-radius: 2px;
  background: var(--gold-dim);
  transition: border-color 0.18s, background 0.18s;
}

.contact-email:hover {
  border-color: rgba(198, 156, 42, 0.5);
  background: rgba(198, 156, 42, 0.16);
}
