.hero-section {
  position: relative;
  min-height: 740px;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  isolation: isolate;
}

.hero-image {
  position: absolute;
  inset: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.hero-shade {
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(9, 20, 24, 0.86) 0%, rgba(9, 20, 24, 0.66) 42%, rgba(9, 20, 24, 0.2) 100%),
    linear-gradient(180deg, rgba(9, 20, 24, 0.18) 0%, rgba(9, 20, 24, 0.72) 100%);
}

.hero-content {
  width: min(780px, 100%);
  padding: 150px 28px 92px;
  color: #ffffff;
}

.hero-content .eyebrow {
  color: #ffb19f;
}

h1 {
  margin: 0;
  max-width: 760px;
  font-size: 64px;
  line-height: 1.08;
}

.hero-kicker {
  max-width: 760px;
  margin: 14px 0 0;
  color: #ffffff;
  font-size: 28px;
  font-weight: 800;
  line-height: 1.35;
}

.hero-copy {
  max-width: 670px;
  margin: 20px 0 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: 19px;
  line-height: 1.75;
}

.hero-keyword-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.hero-keyword-list li {
  padding: 8px 11px;
  color: rgba(255, 255, 255, 0.92);
  font-size: 14px;
  font-weight: 800;
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.12);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.proof-band {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  width: min(1120px, calc(100% - 32px));
  margin: -40px auto 0;
  position: relative;
  z-index: 2;
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
  background: var(--line);
  box-shadow: 0 18px 40px rgba(23, 33, 38, 0.14);
}

.proof-item {
  min-height: 118px;
  padding: 22px;
  background: var(--surface);
}

.proof-item strong,
.proof-item span {
  display: block;
}

.proof-item strong {
  color: var(--teal-dark);
  font-size: 24px;
}

.proof-item span {
  margin-top: 8px;
  color: var(--muted);
  line-height: 1.55;
}

.feature-section,
.share-section {
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto;
}

.feature-section {
  padding: 84px 0 64px;
}

.section-heading {
  max-width: 720px;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 28px;
}

.feature-card {
  min-height: 210px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface);
}

.feature-card h3 {
  margin: 0;
  font-size: 20px;
}

.feature-card p {
  margin: 14px 0 0;
  color: var(--muted);
  line-height: 1.7;
}

.workflow-section {
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto 56px;
}

.workflow-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin: 26px 0 0;
  padding: 0;
  list-style: none;
  counter-reset: workflow;
}

.workflow-list li {
  counter-increment: workflow;
  min-height: 190px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fffaf3;
}

.workflow-list li::before {
  content: counter(workflow, decimal-leading-zero);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 42px;
  height: 34px;
  margin-bottom: 18px;
  color: #ffffff;
  font-weight: 900;
  border-radius: 8px;
  background: var(--coral);
}

.workflow-list strong,
.workflow-list span {
  display: block;
}

.workflow-list strong {
  font-size: 20px;
}

.workflow-list span {
  margin-top: 12px;
  color: #5f5043;
  line-height: 1.65;
}

.share-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 56px;
  padding: 28px;
  border: 1px solid #bdd6d7;
  border-radius: 8px;
  background: #e8f4f4;
}

.share-section p:not(.eyebrow) {
  max-width: 720px;
  margin: 12px 0 0;
  color: #345057;
  line-height: 1.7;
}

.guide-links-section {
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto 64px;
}

.guide-link-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 24px;
}

.guide-link-card {
  min-height: 220px;
  padding: 22px;
  color: inherit;
  text-decoration: none;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface);
}

.guide-link-card:hover {
  border-color: #9dc4c5;
  box-shadow: 0 16px 34px rgba(23, 33, 38, 0.1);
}

.guide-link-card span,
.guide-link-card strong {
  display: block;
}

.guide-link-card span {
  color: var(--coral);
  font-size: 13px;
  font-weight: 900;
}

.guide-link-card strong {
  margin-top: 10px;
  font-size: 20px;
  line-height: 1.35;
}

.guide-link-card p {
  margin: 14px 0 0;
  color: var(--muted);
  line-height: 1.65;
}

.seo-copy-section {
  width: min(920px, calc(100% - 32px));
  margin: 0 auto 70px;
  padding-top: 42px;
  border-top: 1px solid var(--line);
}

.seo-copy-section p:not(.eyebrow) {
  margin: 16px 0 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.8;
}

.site-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 8px 14px;
  padding: 28px 16px 34px;
  color: #44545a;
  border-top: 1px solid var(--line);
  background: #ffffff;
}

.site-footer strong {
  color: var(--teal-dark);
}

@media (max-width: 900px) {
  .hero-section {
    min-height: 700px;
  }

  .hero-shade {
    background:
      linear-gradient(180deg, rgba(9, 20, 24, 0.36) 0%, rgba(9, 20, 24, 0.92) 100%);
  }

  .hero-content {
    padding-bottom: 78px;
  }

  h1 {
    font-size: 44px;
  }

  .proof-band,
  .feature-grid,
  .workflow-list,
  .guide-link-grid {
    grid-template-columns: 1fr;
  }

  .share-section {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 560px) {
  .hero-section {
    min-height: 680px;
  }

  .hero-content {
    padding: 120px 18px 76px;
  }

  h1 {
    font-size: 36px;
  }

  .hero-copy {
    font-size: 17px;
  }

  .proof-band,
  .feature-section,
  .workflow-section,
  .share-section,
  .guide-links-section,
  .seo-copy-section {
    width: calc(100% - 24px);
  }

  .hero-kicker {
    font-size: 23px;
  }
}
