.assist-public-page {
  background: #f4f7f9;
}

.assist-hero {
  position: relative;
  min-height: 70vh;
  display: grid;
  align-items: end;
  overflow: clip;
  background: #14212b;
}

.assist-hero-media {
  position: absolute;
  inset: 0;
}

.assist-hero-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(15, 23, 42, 0.56);
}

.assist-hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.assist-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(280px, 0.82fr);
  gap: 1.5rem;
  align-items: end;
  padding-top: 4rem;
  padding-bottom: 3rem;
}

.assist-kicker {
  display: inline-flex;
  align-items: center;
  padding: 0.35rem 0.75rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
  color: #f8fafc;
  border: 1px solid rgba(255, 255, 255, 0.24);
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
}

.assist-kicker-light {
  background: #eaf4fb;
  color: #0f5f95;
  border: 1px solid rgba(15, 95, 149, 0.12);
}

.assist-hero-copy {
  display: grid;
  gap: 1rem;
}

.assist-hero-title,
.assist-section-header h2 {
  margin: 0;
  letter-spacing: 0;
}

.assist-hero-title {
  font-size: 3.35rem;
  line-height: 1.02;
  max-width: 12ch;
  color: #fff;
}

.assist-hero-subtitle,
.assist-hero-panel-card p,
.assist-band-grid p,
.assist-feature p,
.assist-benefit-item p,
.assist-demo-card,
.assist-faq p,
.assist-step p {
  line-height: 1.6;
}

.assist-hero-subtitle {
  color: #d8e3ea;
  font-size: 1.05rem;
  max-width: 58ch;
  margin: 0;
}

.assist-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.assist-hero-panel {
  display: grid;
  gap: 1rem;
}

.assist-hero-panel-card,
.assist-feature,
.assist-benefit-item,
.assist-demo-card,
.assist-hero-card {
  border: 1px solid rgba(29, 42, 52, 0.08);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 24px 48px rgba(15, 23, 42, 0.08);
}

.assist-hero-panel-card {
  padding: 1rem;
}

.assist-mini-label {
  margin: 0 0 0.45rem;
  font-size: 0.78rem;
  font-weight: 700;
  color: #54708a;
  text-transform: uppercase;
}

.assist-hero-panel-card h2 {
  margin: 0 0 0.55rem;
  font-size: 1.4rem;
  line-height: 1.15;
}

.assist-hero-panel-card p {
  margin: 0;
  color: #536779;
}

.assist-chip-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
}

.assist-chip-list span,
.assist-demo-chip {
  border-radius: 999px;
  font-size: 0.82rem;
  font-weight: 700;
}

.assist-chip-list span {
  padding: 0.42rem 0.72rem;
  background: #fff;
  border: 1px solid rgba(29, 42, 52, 0.08);
}

.assist-band {
  background: #fff;
  border-top: 1px solid rgba(29, 42, 52, 0.08);
  border-bottom: 1px solid rgba(29, 42, 52, 0.08);
}

.assist-band-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.assist-band-grid strong {
  display: block;
  margin-bottom: 0.35rem;
  font-size: 1rem;
}

.assist-band-grid p {
  margin: 0;
  color: #5c6b78;
}

.assist-section-header {
  display: grid;
  gap: 0.6rem;
  margin-bottom: 1.5rem;
}

.assist-section-header h2 {
  font-size: 2.2rem;
  line-height: 1.08;
  max-width: 16ch;
}

.assist-section-header p {
  margin: 0;
  color: var(--text-muted);
}

.assist-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.assist-feature {
  padding: 1rem;
}

.assist-feature h3,
.assist-benefit-item h3,
.assist-step h3 {
  margin: 0 0 0.45rem;
  letter-spacing: 0;
}

.assist-feature p,
.assist-benefit-item p,
.assist-step p {
  margin: 0;
  color: #596a78;
}

.assist-split {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 0.98fr);
  gap: 1.5rem;
  align-items: center;
}

.assist-copy-block {
  display: grid;
  gap: 1rem;
}

.assist-copy-block h2 {
  margin: 0;
  font-size: 2.2rem;
  line-height: 1.08;
}

.assist-benefit-list {
  display: grid;
  gap: 1rem;
}

.assist-benefit-item {
  padding: 1rem;
}

.assist-figure {
  margin: 0;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  border-radius: 8px;
}

.assist-figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.assist-steps {
  display: grid;
  gap: 1rem;
}

.assist-step {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1rem;
  align-items: start;
  padding: 1rem 0;
  border-top: 1px solid rgba(29, 42, 52, 0.08);
}

.assist-step-badge {
  width: 38px;
  height: 38px;
  border-radius: 999px;
  background: #0ea5e9;
  color: #fff;
  display: grid;
  place-items: center;
  font-weight: 700;
}

.assist-demo-card {
  padding: 1.2rem;
  display: grid;
  gap: 0.8rem;
}

.assist-demo-row {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
}

.assist-demo-chip {
  padding: 0.28rem 0.7rem;
  background: #fee2e2;
  color: #b91c1c;
}

.assist-faq {
  display: grid;
  gap: 0.8rem;
}

.assist-faq details {
  border-top: 1px solid rgba(29, 42, 52, 0.1);
  background: rgba(255, 255, 255, 0.72);
  padding: 1rem 1rem 1rem 0;
}

.assist-faq summary {
  cursor: pointer;
  list-style: none;
  font-weight: 700;
  padding-left: 1rem;
}

.assist-faq p {
  margin: 0;
  padding: 0.6rem 0 0 1rem;
  color: #5c6b78;
}

.assist-hero-card {
  padding: 1.4rem;
  text-align: center;
}

.assist-hero-card h2,
.assist-hero-card p {
  margin: 0;
}

.assist-hero-card p {
  color: #5c6b78;
  margin-top: 0.7rem;
  margin-bottom: 1rem;
}

@media (max-width: 1080px) {
  .assist-hero-grid,
  .assist-band-grid,
  .assist-grid,
  .assist-split {
    grid-template-columns: 1fr;
  }

  .assist-hero-title,
  .assist-section-header h2,
  .assist-copy-block h2 {
    max-width: none;
    font-size: 2.5rem;
  }
}

@media (max-width: 720px) {
  .assist-hero {
    min-height: auto;
  }

  .assist-hero-grid {
    padding-top: 5rem;
    padding-bottom: 2rem;
  }

  .assist-hero-title,
  .assist-section-header h2,
  .assist-copy-block h2 {
    font-size: 2rem;
  }

  .assist-hero-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .assist-demo-row {
    flex-direction: column;
  }
}
