.hp-proof-band {
  position: relative;
  margin-top: -64px;
  z-index: 2;
}

.hp-proof-card {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 28px;
  align-items: center;
  padding: 34px 38px;
  border-radius: var(--home-radius-xl);
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid rgba(16, 22, 18, 0.08);
  box-shadow: 0 28px 80px rgba(20, 24, 21, 0.08);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

.hp-proof-intro h2 {
  margin-top: 16px;
  font-size: clamp(2rem, 3vw, 3.05rem);
  color: var(--home-ink);
}

.hp-proof-stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.hp-proof-stat {
  padding: 20px 18px;
  border-radius: 22px;
  background: linear-gradient(180deg, #fcfaf6 0%, #f3ecdf 100%);
  border: 1px solid rgba(16, 22, 18, 0.06);
}

.hp-proof-stat strong {
  color: var(--home-ink);
}

.hp-proof-stat span {
  display: block;
  margin-top: 6px;
  font-size: 0.92rem;
  color: var(--home-muted);
  line-height: 1.55;
}

.hp-section {
  padding: 112px 0;
}

.hp-section-soft {
  background:
    linear-gradient(180deg, rgba(247, 243, 235, 0.94) 0%, rgba(255, 255, 255, 0.98) 100%);
}

.hp-section-dark {
  background:
    radial-gradient(circle at top right, rgba(154, 206, 87, 0.12), transparent 28%),
    linear-gradient(180deg, #121914 0%, #0d130f 100%);
  color: #f7f5f1;
}

.hp-section-head {
  margin-bottom: 42px;
}

.hp-section-head h2 {
  margin-top: 16px;
  font-size: clamp(2.2rem, 4vw, 4rem);
  text-wrap: balance;
  color: var(--home-ink);
}

.hp-section-head p:last-child {
  margin-top: 20px;
  font-size: 1.04rem;
  line-height: 1.82;
  color: var(--home-muted);
}

.hp-section-head a,
.hp-process-intro a,
.hp-cta-copy a {
  color: var(--home-ink);
  text-decoration-color: rgba(122, 183, 59, 0.48);
  text-underline-offset: 0.18em;
}

.hp-section-head-dark h2 {
  color: #fffdf8;
}

.hp-section-head-dark p:last-child,
.hp-section-head-dark .hp-eyebrow {
  color: rgba(255, 255, 255, 0.68);
}

.hp-pillar-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.hp-pillar,
.hp-industry-card,
.hp-resource-card,
.hp-step,
.hp-side-card,
.hp-faq-item {
  border-radius: var(--home-radius-lg);
  border: 1px solid rgba(16, 22, 18, 0.08);
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0 18px 40px rgba(18, 24, 20, 0.04);
}

.hp-pillar {
  padding: 28px;
}

.hp-resource-card {
  padding: 28px;
  background: rgba(255, 255, 255, 0.84);
}

.hp-pillar-number {
  display: inline-flex;
  margin-bottom: 18px;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--home-accent-strong);
}

.hp-pillar h3,
.hp-industry-card h3,
.hp-resource-card h3,
.hp-step h3 {
  font-size: 1.9rem;
  color: var(--home-ink);
}

.hp-pillar p,
.hp-industry-card p,
.hp-resource-card p,
.hp-step p,
.hp-side-card li {
  margin-top: 14px;
  font-size: 0.98rem;
  line-height: 1.78;
  color: var(--home-muted);
}

.hp-pillar ul,
.hp-side-card ul {
  list-style: none;
  margin-top: 18px;
  display: grid;
  gap: 10px;
}

.hp-pillar li,
.hp-side-card li {
  position: relative;
  padding-left: 18px;
  margin-top: 0;
}

.hp-pillar li::before,
.hp-side-card li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.72em;
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: var(--home-accent);
}

.hp-results-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.8fr);
  gap: 20px;
  align-items: start;
}

.hp-feature-result {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: 20px;
  padding: 30px;
  border-radius: var(--home-radius-xl);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0.03) 100%);
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.24);
}

.hp-feature-label,
.hp-side-label {
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(154, 206, 87, 0.88);
}

.hp-feature-copy h3 {
  margin-top: 14px;
  font-size: 2.2rem;
  color: #fffef8;
}

.hp-feature-quote {
  margin-top: 18px;
  font-size: 1.02rem;
  line-height: 1.82;
  color: rgba(255, 255, 255, 0.74);
}

.hp-feature-person {
  display: grid;
  gap: 4px;
  margin-top: 24px;
}

.hp-feature-person strong {
  font-size: 1rem;
  color: #fffef8;
}

.hp-feature-person span {
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.94rem;
}

.hp-feature-metrics {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.hp-feature-metric {
  padding: 18px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.hp-feature-metric strong {
  color: #fffef8;
  font-size: 1.9rem;
}

.hp-feature-metric span,
.hp-feature-metric small {
  display: block;
  line-height: 1.55;
}

.hp-feature-metric span {
  margin-top: 6px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.94rem;
}

.hp-feature-metric small {
  margin-top: 10px;
  color: rgba(255, 255, 255, 0.48);
  font-size: 0.82rem;
}

.hp-results-side {
  display: grid;
  gap: 16px;
}

.hp-side-card {
  padding: 24px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: none;
}

.hp-side-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  width: fit-content;
  padding: 0 4px;
  color: #fffef8;
  text-decoration: none;
  font-weight: 700;
  letter-spacing: -0.01em;
}

.hp-side-link svg {
  width: 16px;
  height: 16px;
}

.hp-process-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(0, 1.28fr);
  gap: 28px;
  align-items: start;
}

.hp-process-intro p:last-child {
  margin-top: 20px;
  font-size: 1.02rem;
  line-height: 1.8;
  color: var(--home-muted);
}

.hp-process-note {
  display: grid;
  gap: 10px;
  margin-top: 28px;
  padding: 22px;
  border-radius: 24px;
  background: linear-gradient(180deg, #faf5eb 0%, #f1e7d6 100%);
  border: 1px solid rgba(16, 22, 18, 0.07);
}

.hp-process-note strong {
  font-size: 1rem;
  color: var(--home-ink);
}

.hp-process-note span {
  color: var(--home-muted);
  line-height: 1.7;
}

.hp-process-steps {
  display: grid;
  gap: 16px;
}

.hp-step {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 18px;
  padding: 24px;
}

.hp-step-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border-radius: 18px;
  background: #121914;
  color: #f9f6ee;
  font-size: 0.92rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.hp-industry-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.hp-resource-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.hp-industry-card {
  padding: 24px;
  background: rgba(255, 255, 255, 0.84);
}

.hp-industry-card h3 {
  font-size: 1.55rem;
}

.hp-resource-label {
  margin-top: 0 !important;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--home-accent-strong);
}

.hp-card-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 20px;
  color: var(--home-ink);
  text-decoration: none;
  font-weight: 700;
  letter-spacing: -0.01em;
}

.hp-card-link svg {
  width: 16px;
  height: 16px;
  transition: transform 0.3s var(--expo);
}

.hp-card-link:hover svg {
  transform: translateX(2px);
}

.hp-faq-list {
  display: grid;
  gap: 14px;
}

.hp-faq-item {
  padding: 24px 26px;
}

.hp-faq-item summary {
  list-style: none;
  cursor: pointer;
  font-size: 1.08rem;
  font-weight: 700;
  color: var(--home-ink);
  padding-right: 32px;
  position: relative;
}

.hp-faq-item summary::-webkit-details-marker {
  display: none;
}

.hp-faq-item summary::after {
  content: '+';
  position: absolute;
  right: 0;
  top: -2px;
  font-size: 1.5rem;
  line-height: 1;
  color: var(--home-accent-strong);
  transition: transform 0.25s var(--expo);
}

.hp-faq-item[open] summary::after {
  transform: rotate(45deg);
}

.hp-faq-item p {
  margin-top: 14px;
  font-size: 0.98rem;
  line-height: 1.82;
  color: var(--home-muted);
}

.hp-cta {
  padding: 0 0 120px;
}

.hp-cta-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 28px;
  align-items: center;
  padding: 42px;
  border-radius: calc(var(--home-radius-xl) + 4px);
  background:
    radial-gradient(circle at top right, rgba(154, 206, 87, 0.18), transparent 28%),
    linear-gradient(180deg, #121914 0%, #0d130f 100%);
  color: #fffef8;
  box-shadow: 0 28px 80px rgba(13, 19, 15, 0.18);
}

.hp-cta-copy h2 {
  margin-top: 16px;
  font-size: clamp(2.4rem, 4vw, 4.3rem);
  color: #fffef8;
}

.hp-cta-copy p:last-child {
  margin-top: 18px;
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.82;
  font-size: 1.02rem;
}

.hp-cta-actions {
  display: grid;
  gap: 14px;
  justify-items: end;
  min-width: 300px;
}

.hp-cta-meta {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px 16px;
  margin-top: 10px;
  color: rgba(255, 255, 255, 0.64);
  font-size: 0.86rem;
}

.hp-cta-meta span {
  position: relative;
  padding-left: 14px;
}

.hp-cta-meta span::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.5em;
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: var(--home-accent);
}

@media (max-width: 1200px) {
  .hp-process-layout,
  .hp-cta-card,
  .hp-proof-card,
  .hp-results-layout,
  .hp-feature-result {
    grid-template-columns: 1fr;
    min-height: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .hp-panel-stats,
  .hp-proof-stats,
  .hp-feature-metrics,
  .hp-industry-grid,
  .hp-resource-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hp-cta-actions {
    justify-items: start;
    min-width: 0;
  }

  .hp-cta-meta {
    justify-content: flex-start;
  }
}

@media (max-width: 900px) {
  .hp-proof-band {
    margin-top: -48px;
  }

  .hp-pillar-grid,
  .hp-panel-stats,
  .hp-proof-stats,
  .hp-feature-metrics,
  .hp-industry-grid,
  .hp-resource-grid {
    grid-template-columns: 1fr;
  }

  .hp-section,
  .hp-cta {
    padding-bottom: 88px;
  }
}

@media (max-width: 768px) {
  .hp-proof-card,
  .hp-pillar,
  .hp-feature-result,
  .hp-side-card,
  .hp-step,
  .hp-industry-card,
  .hp-resource-card,
  .hp-faq-item,
  .hp-cta-card {
    padding-left: 22px;
    padding-right: 22px;
  }

  .hp-cta-actions {
    width: 100%;
  }

  .hp-step {
    grid-template-columns: 1fr;
  }

  .hp-faq-item summary {
    font-size: 1rem;
  }

  /* ── Mobile centering ── */
  .hp-proof-card {
    text-align: center;
  }

  .hp-proof-intro h2 {
    text-align: center;
  }

  .hp-proof-stats {
    text-align: center;
  }

  .hp-results-layout {
    grid-template-columns: 1fr;
  }

  .hp-feature-result {
    text-align: center;
  }

  .hp-feature-person {
    justify-items: center;
  }

  .hp-side-card {
    text-align: center;
  }

  .hp-side-link {
    justify-content: center;
  }

  .hp-side-card li {
    text-align: left;
  }

  .hp-process-layout {
    text-align: center;
  }

  .hp-process-intro {
    text-align: center;
  }

  .hp-step {
    text-align: center;
  }

  .hp-step-number {
    margin: 0 auto;
  }

  .hp-industry-card {
    text-align: center;
  }

  .hp-resource-card {
    text-align: center;
  }

  .hp-card-link {
    justify-content: center;
  }

  .hp-cta-card {
    text-align: center;
  }

  .hp-cta-meta {
    justify-content: center;
  }

  .hp-proof-footer {
    justify-content: center;
  }
}

@media (max-width: 480px) {
  .hp-section {
    padding: 80px 0;
  }

  .hp-cta {
    padding-bottom: 80px;
  }

  .hp-section-head h2 {
    font-size: clamp(1.8rem, 8vw, 2.8rem);
  }

  .hp-pillar h3,
  .hp-industry-card h3,
  .hp-resource-card h3,
  .hp-step h3 {
    font-size: 1.5rem;
  }

  .hp-feature-copy h3 {
    font-size: 1.7rem;
  }

  .hp-feature-metric strong {
    font-size: 1.5rem;
  }

  .hp-cta-copy h2 {
    font-size: clamp(1.8rem, 8vw, 2.8rem);
  }
}
