.representative-hero {
  padding: 88px 0;
  color: var(--white);
  background:
    linear-gradient(rgb(255 255 255 / 4%) 1px, transparent 1px),
    linear-gradient(90deg, rgb(255 255 255 / 4%) 1px, transparent 1px),
    linear-gradient(135deg, var(--green-950) 0%, var(--green-800) 100%);
  background-size: 72px 72px, 72px 72px, auto;
}

.representative-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 420px;
  gap: 80px;
  align-items: center;
}

.representative-hero__breadcrumbs {
  margin-bottom: 40px;
  color: var(--text-on-dark-medium);
}

.representative-hero h1 {
  max-width: 760px;
  margin: 16px 0 24px;
  color: var(--white);
  font-size: 56px;
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: 0;
}

.representative-hero__lead {
  max-width: 700px;
  margin: 0 0 36px;
  color: var(--text-on-dark-body);
  font-size: 18px;
  line-height: 30px;
}

.representative-hero__actions .btn,
.representative-status__actions .btn,
.representative-final-cta .btn {
  min-height: var(--button-height);
  padding: 0 28px;
}

.representative-hero-card,
.representative-cert,
.representative-docscan {
  border-radius: var(--card-radius);
}

.representative-hero-card {
  padding: 40px;
  background: rgb(255 255 255 / 8%);
  border: var(--border-on-dark-strong);
  box-shadow: 0 24px 80px rgb(0 0 0 / 24%);
}

.representative-hero-card__eyebrow,
.representative-card-eyebrow,
.representative-case-card p:first-child {
  color: var(--text-muted);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.2;
  text-transform: uppercase;
}

.representative-hero-card__eyebrow {
  color: var(--text-on-dark-medium);
}

.representative-hero-card h2 {
  margin: 8px 0 0;
  color: var(--white);
  font-size: 28px;
  line-height: 1.2;
}

.representative-rule {
  height: 1px;
  margin: 28px 0;
  background: var(--stone-border-home);
}

.representative-hero-card .representative-rule {
  background: rgb(255 255 255 / 14%);
}

.representative-hero-card__stats {
  display: grid;
  gap: 18px;
}

.representative-hero-card__stats strong {
  display: block;
  color: var(--white);
  font-size: 24px;
  line-height: 1.1;
}

.representative-hero-card__stats span,
.representative-hero-card p {
  color: var(--text-on-dark-medium);
  font-size: 13px;
  line-height: 20px;
}

.representative-hero-card p {
  margin: 0;
}

.representative-stats {
  background: var(--white);
  border-bottom: var(--border-home);
}

.representative-stats__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.representative-stats__cell {
  padding: 32px 28px;
  text-align: center;
  border-right: var(--border-home);
}

.representative-stats__cell:last-child {
  border-right: 0;
}

.representative-stats__cell strong {
  display: block;
  color: var(--brand);
  font-size: 30px;
  line-height: 1.1;
}

.representative-stats__cell span {
  display: block;
  margin-top: 8px;
  color: var(--text-body);
  font-size: 14px;
  line-height: 20px;
}

.representative-section-head h2 {
  max-width: 780px;
  margin-right: auto;
  margin-left: auto;
}

.representative-split,
.representative-documents__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 380px;
  gap: 80px;
  align-items: start;
}

.representative-split h2,
.representative-documents h2 {
  max-width: 620px;
  margin: 16px 0 24px;
  line-height: 1.18;
}

.representative-copy {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.representative-copy p {
  margin: 0;
}

.representative-subtitle {
  margin: 32px 0 16px;
  color: var(--brand);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.representative-check-list {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.representative-check-list li {
  display: grid;
  grid-template-columns: 20px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
  color: var(--ink);
  font-size: 15px;
  line-height: 23px;
}

.representative-check-icon {
  color: var(--brand);
  margin-top: 2px;
}

.representative-check-list--small {
  gap: 12px;
}

.representative-status__actions,
.representative-documents__cta {
  margin-top: 32px;
}

.representative-cert,
.representative-docscan,
.representative-team-card,
.representative-case-card,
.representative-process-card,
.representative-geo-point,
.representative-cities {
  background: var(--white);
  border: var(--border-home);
}

.representative-cert {
  padding: 32px;
  box-shadow: var(--card-shadow);
}

.representative-cert__head {
  display: flex;
  align-items: center;
  gap: 14px;
}

.representative-cert__logo {
  display: flex;
  width: 48px;
  height: 48px;
  align-items: center;
  justify-content: center;
  color: var(--white);
  background: var(--brand);
  border-radius: 50%;
  font-weight: 700;
}

.representative-cert__name {
  color: var(--ink);
  font-size: 22px;
  font-weight: 700;
}

.representative-cert__badge {
  display: inline-flex;
  margin-top: 24px;
}

.representative-cert__details p {
  margin: 0 0 8px;
  color: var(--text-body);
  font-size: 14px;
}

.representative-geo {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
}

.representative-geo__points {
  display: grid;
  gap: 24px;
}

.representative-geo-point {
  display: grid;
  grid-template-columns: 56px minmax(0, 1fr);
  gap: 20px;
  padding: 28px;
  border-radius: var(--card-radius);
}

.representative-geo-point__icon {
  display: flex;
  width: 56px;
  height: 56px;
  align-items: center;
  justify-content: center;
  color: var(--brand);
  background: var(--brand-soft);
  border-radius: 50%;
}

.representative-geo-point h3,
.representative-team-card h3,
.representative-case-card h3,
.representative-process-card h3,
.representative-docscan h3 {
  margin: 0 0 10px;
  color: var(--ink);
  font-size: 22px;
  line-height: 1.25;
}

.representative-geo-point p,
.representative-team-card p,
.representative-process-card p {
  margin: 0;
}

.representative-cities {
  padding: 32px;
  border-radius: var(--card-radius);
}

.representative-cities h3 {
  margin: 0 0 20px;
}

.representative-cities ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px 20px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.representative-cities li {
  display: grid;
  grid-template-columns: 16px minmax(0, 1fr);
  gap: 8px;
  color: var(--ink);
  font-size: 14px;
}

.representative-cities .representative-check-icon {
  width: 14px;
  height: 14px;
}

.representative-cities p {
  margin: 24px 0 0;
  color: var(--text-muted);
  font-size: 13px;
  line-height: 20px;
}

.representative-team__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 32px;
}

.representative-team-card {
  padding: 36px;
}

.representative-card-eyebrow {
  margin: 0 0 12px;
}

.representative-team-card > p:not(.representative-card-eyebrow) {
  margin-bottom: 28px;
}

.representative-cases__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
}

.representative-case-card {
  padding: 28px;
  border-radius: var(--card-radius);
}

.representative-case-card p:first-child {
  margin: 0 0 10px;
}

.representative-case-card h3 {
  font-size: 20px;
}

.representative-case-card > span {
  color: var(--brand);
  font-size: 13px;
  font-weight: 700;
}

.representative-case-card dl {
  display: grid;
  gap: 10px;
  margin: 0;
}

.representative-case-card dl div {
  display: flex;
  justify-content: space-between;
  gap: 16px;
}

.representative-case-card dt,
.representative-case-card dd {
  margin: 0;
  font-size: 14px;
}

.representative-case-card dt {
  color: var(--text-muted);
}

.representative-case-card dd {
  color: var(--ink);
  font-weight: 600;
}

.representative-cases__foot {
  margin-top: 40px;
  text-align: center;
}

.representative-cases__foot p {
  margin: 0 0 8px;
  color: var(--text-body);
}

.representative-cases__foot a,
.representative-documents a:not(.btn) {
  color: var(--brand);
  font-weight: 600;
}

.representative-docscan {
  display: flex;
  min-height: 360px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 36px;
  text-align: center;
}

.representative-docscan > span {
  margin-bottom: 28px;
  padding: 5px 10px;
  color: var(--text-muted);
  background: var(--surface-muted);
  border-radius: var(--radius-sm);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.representative-docscan .representative-icon {
  width: 64px;
  height: 64px;
  color: var(--brand);
}

.representative-docscan h3 {
  margin-top: 24px;
}

.representative-docscan p {
  margin: 0 0 8px;
  color: var(--text-body);
}

.representative-process__grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 24px;
}

.representative-process-card {
  padding: 28px 24px;
  border-radius: var(--card-radius);
}

.representative-process-card strong {
  display: block;
  color: var(--brand);
  font-size: 42px;
  line-height: 1;
}

.representative-process-card h3 {
  margin-top: 18px;
  font-size: 20px;
}

.representative-process-card p {
  font-size: 14px;
  line-height: 22px;
}

@media (max-width: 1180px) {
  .representative-cases__grid,
  .representative-process__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  .representative-hero {
    padding: 56px 0;
  }

  .representative-hero__grid,
  .representative-split,
  .representative-documents__grid,
  .representative-geo,
  .representative-team__grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .representative-hero h1 {
    font-size: 38px;
    line-height: 1.14;
  }

  .representative-hero__lead {
    font-size: 16px;
    line-height: 25px;
  }

  .representative-stats__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .representative-stats__cell:nth-child(2n) {
    border-right: 0;
  }
}

@media (max-width: 767px) {
  .representative-hero {
    padding: 40px 0;
    background-size: 48px 48px, 48px 48px, auto;
  }

  .representative-hero__breadcrumbs {
    margin-bottom: 28px;
  }

  .representative-hero h1 {
    font-size: 32px;
  }

  .representative-hero__actions .btn,
  .representative-status__actions .btn,
  .representative-final-cta .btn {
    width: 100%;
    justify-content: center;
  }

  .representative-hero-card,
  .representative-cert,
  .representative-cities,
  .representative-team-card,
  .representative-case-card,
  .representative-docscan,
  .representative-process-card {
    padding: 24px;
  }

  .representative-stats__grid,
  .representative-cases__grid,
  .representative-process__grid,
  .representative-cities ul {
    grid-template-columns: 1fr;
  }

  .representative-stats__cell {
    border-right: 0;
    border-bottom: var(--border-home);
  }

  .representative-stats__cell:last-child {
    border-bottom: 0;
  }

  .representative-geo-point {
    grid-template-columns: 1fr;
  }
}
