.simple-home {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 0 5rem;
  color: #13202b;
  background: #f6f7f9;
}

.simple-home section + section {
  margin-top: 0;
}

.simple-home h1,
.simple-home h2,
.simple-home h3 {
  line-height: 1.1;
  margin: 0 0 1rem;
}

.simple-home p {
  margin: 0;
  line-height: 1.6;
}

.simple-home .lead,
.simple-home .section-intro {
  max-width: 70ch;
}

.simple-home .accent {
  color: #1f8f6a;
}

.simple-home .button-row,
.simple-home .feature-grid,
.simple-home .step-grid,
.simple-home .industry-grid,
.simple-home .pricing-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.simple-home .hero {
  max-width: 1180px;
  margin: 0 auto;
  padding: 4rem 1.25rem 9rem;
  display: flex;
  flex-wrap: wrap;
  gap: 3rem;
  align-items: center;
  color: #fff;
}

.simple-home .hero-copy {
  flex: 1 1 30rem;
  max-width: 42rem;
}

.simple-home .hero-media {
  flex: 1 1 28rem;
  min-height: 32rem;
  position: relative;
}

.simple-home .button-row a,
.simple-home .pricing-card a {
  display: inline-block;
  padding: 0.85rem 1.1rem;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 600;
}

.simple-home .button-row a:first-child {
  background: #f5a33b;
  color: #13202b;
}

.simple-home .pricing-card.featured a {
  background: #13202b;
  color: #fff;
}

.simple-home .button-row a:last-child {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.45);
  color: #fff;
}

.simple-home .pricing-card:not(.featured) a {
  border: 1px solid #13202b;
  color: #13202b;
  background: transparent;
}

.simple-home .step-card img,
.simple-home .industry-card img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 1rem;
}

.simple-home .industry-grid img {
  margin-top: 1rem !important;
}

.simple-home .hero-shell {
  background: #10053b;
  position: relative;
  overflow: hidden;
  margin-bottom: 4rem;
}

.simple-home .hero-shell::after {
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  height: 8rem;
  background: #f6f7f9;
}

.simple-home .feature-grid > *,
.simple-home .step-grid > *,
.simple-home .industry-grid > *,
.simple-home .pricing-grid > * {
  flex: 1 1 16rem;
}

.simple-home article,
.simple-home .pricing-card,
.simple-home details {
  padding: 1.25rem;
  border: 1px solid #d6dde3;
  border-radius: 1rem;
  background: #fff;
}

.simple-home .pricing-card.featured {
  border-color: #1f8f6a;
  box-shadow: 0 1rem 2.25rem rgba(16, 5, 59, 0.08);
}

.simple-home .eyebrow {
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #f5a33b;
  margin-bottom: 0.75rem;
}

.simple-home ol,
.simple-home ul {
  margin: 1rem 0 0;
  padding-left: 1.25rem;
}

.simple-home li + li {
  margin-top: 0.5rem;
}

.simple-home summary {
  cursor: pointer;
  font-weight: 700;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.simple-home summary::-webkit-details-marker {
  display: none;
}

.simple-home .faq-arrow {
  font-size: 1.25rem;
  color: #7b8490;
  line-height: 1;
  flex: 0 0 auto;
  transition: transform 0.2s ease;
}

.simple-home details[open] .faq-arrow {
  transform: rotate(180deg);
}

.simple-home details p {
  margin-top: 0.85rem;
}

.simple-home .section-wrap {
  max-width: 1120px;
  margin: 0 auto;
  padding: 2.5rem 1.25rem 0;
}

.simple-home .hero-title {
  font-size: clamp(2.5rem, 6vw, 4.9rem);
  margin-bottom: 1.25rem;
  color: #fff;
}

.simple-home .hero-copy .lead {
  color: rgba(255, 255, 255, 0.88);
}

.simple-home .hero-copy .accent {
  color: #f5a33b;
}

.simple-home .hero-stack {
  position: relative;
  min-height: 34rem;
}

.simple-home .hero-stack img {
  display: block;
  height: auto;
  border-radius: 1rem;
  box-shadow: 0 1.5rem 3rem rgba(5, 3, 24, 0.35);
  position: absolute;
  z-index: 2;
}

.simple-home .hero-main {
  width: min(100%, 43rem);
  top: 6rem;
  left: 0;
  z-index: 2;
}

.simple-home .hero-floating-right {
  width: min(42%, 16rem);
  right: 0;
  top: 1rem;
  z-index: 3;
}

.simple-home .hero-floating-left {
  width: min(34%, 13rem);
  left: -1rem;
  bottom: 1rem;
  z-index: 1;
}

.simple-home .step-card,
.simple-home .industry-card {
  background: #fff;
  display: flex;
  flex-direction: column;
}

.simple-home .pricing-grid {
  align-items: stretch;
}

.simple-home .pricing-card {
  display: grid;
  grid-template-rows: auto 7.25rem 3.25rem 1fr auto;
  gap: 1rem;
  border-radius: 1.25rem;
}

.simple-home .pricing-card:not(.featured) {
  background: #fff;
}

.simple-home .pricing-card.featured {
  background: linear-gradient(180deg, #ffffff 0%, #eefaf4 100%);
}

.simple-home .pricing-name {
  font-size: 1.3rem;
  font-weight: 700;
}

.simple-home .pricing-note {
  color: #586270;
  min-height: 7.25rem;
}

.simple-home .pricing-price {
  font-size: 2rem;
  font-weight: 800;
  line-height: 1;
  color: #f5a33b;
  display: flex;
  align-items: flex-end;
  min-height: 3.25rem;
}

.simple-home .pricing-price small {
  font-size: 1rem;
  font-weight: 600;
  color: #586270;
}

.simple-home .feature-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
  align-items: stretch;
  align-content: start;
}

.simple-home .feature-list li {
  display: flex;
  gap: 0.75rem;
  align-items: flex-start;
  margin: 0;
  flex: 0 0 auto;
}

.simple-home .feature-list img {
  width: 1.1rem;
  height: 1.1rem;
  margin-top: 0.15rem;
  flex: 0 0 auto;
}

.simple-home .pricing-card .cta-wrap {
  margin-top: auto;
  text-align: center;
}

.simple-home .step-card img,
.simple-home .industry-card img {
  margin-top: auto !important;
}

@media (max-width: 680px) {
  .simple-home .hero {
    padding-top: 2.5rem;
    padding-bottom: 4rem;
  }

  .simple-home .hero-shell {
    margin-bottom: 2rem;
  }

  .simple-home .hero-shell::after {
    height: 4rem;
  }

  .simple-home .hero-media,
  .simple-home .hero-stack {
    min-height: 22rem;
  }

  .simple-home .hero-main {
    width: 100%;
    position: relative;
    top: 1.5rem;
  }

  .simple-home .hero-floating-right {
    width: 34%;
    top: 0;
    right: 0;
  }

  .simple-home .hero-floating-left {
    width: 26%;
    left: 0.25rem;
    bottom: 2.75rem;
  }

  .simple-home .section-wrap {
    padding-top: 2rem;
  }
}
