/* Extracted from keystoneapp/templates/static_pages/guides/growth_page.html */
.growth-hero {
  background: #0f172a;
  color: #fff;
  overflow: hidden;
}
.growth-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(280px, .95fr);
  gap: 2.5rem;
  align-items: center;
}
.growth-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: .45rem;
  background: rgba(20, 184, 166, .14);
  color: #99f6e4;
  border: 1px solid rgba(153, 246, 228, .24);
  border-radius: 999px;
  padding: .45rem .8rem;
  font-weight: 700;
  font-size: .86rem;
}
.growth-hero h1 {
  font-size: clamp(2rem, 5vw, 3.6rem);
  line-height: 1.05;
  font-weight: 800;
  margin: 1rem 0;
}
.growth-hero p {
  color: rgba(255, 255, 255, .82);
  font-size: 1.08rem;
  line-height: 1.75;
}
.growth-hero-img {
  min-height: 360px;
  border-radius: 18px;
  overflow: hidden;
  background: #e5e7eb;
  box-shadow: 0 24px 60px rgba(0, 0, 0, .32);
}
.growth-hero-img img {
  width: 100%;
  height: 100%;
  min-height: 360px;
  object-fit: cover;
  display: block;
}
.growth-highlight-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
  gap: .9rem;
  margin-top: 2rem;
}
.growth-highlight {
  background: rgba(255, 255, 255, .09);
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 12px;
  padding: 1rem;
}
.growth-highlight strong {
  display: block;
  color: #fff;
  font-size: .98rem;
  margin-bottom: .25rem;
}
.growth-highlight span {
  color: rgba(255, 255, 255, .72);
  font-size: .88rem;
  line-height: 1.45;
}
.growth-section {
  padding: 4.5rem 0;
}
.growth-intro {
  max-width: 920px;
  margin: 0 auto 2.25rem;
}
.growth-intro p,
.growth-copy {
  color: #475569;
  line-height: 1.75;
  font-size: 1.02rem;
}
.growth-card-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 1rem;
}
.growth-card {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  padding: 1.2rem;
  box-shadow: 0 10px 28px rgba(15, 23, 42, .06);
  height: 100%;
  min-width: 0;
}
.growth-card h3 {
  font-size: 1.08rem;
  font-weight: 800;
  color: #0f172a;
  margin-bottom: .55rem;
  overflow-wrap: anywhere;
}
.growth-card p {
  color: #64748b;
  line-height: 1.65;
  margin-bottom: 0;
  overflow-wrap: anywhere;
}
.growth-card-link {
  display: inline-flex;
  align-items: center;
  gap: .35rem;
  color: #0f766e;
  font-weight: 800;
  text-decoration: none;
  margin-top: .9rem;
}
.growth-card-link:hover {
  color: #f59e0b;
}
.growth-list {
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 14px;
  padding: 1.25rem;
}
.growth-list li {
  margin-bottom: .75rem;
  color: #475569;
}
.growth-note {
  background: #fff7ed;
  border: 1px solid #fed7aa;
  border-left: 5px solid #f97316;
  border-radius: 12px;
  color: #7c2d12;
  padding: 1rem 1.15rem;
}
.growth-project-card {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  overflow: hidden;
  height: 100%;
  box-shadow: 0 10px 28px rgba(15, 23, 42, .06);
}
.growth-project-card img {
  width: 100%;
  height: 190px;
  object-fit: cover;
}
.growth-project-card-body {
  padding: 1rem;
}
.growth-faq details {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  padding: 1rem 1.1rem;
  margin-bottom: .75rem;
}
.growth-faq summary {
  cursor: pointer;
  font-weight: 800;
  color: #0f172a;
}
.growth-faq p {
  color: #64748b;
  line-height: 1.65;
  margin: .75rem 0 0;
}
.growth-cta {
  background: linear-gradient(135deg, #0f766e 0%, #0f172a 100%);
  color: #fff;
  border-radius: 16px;
  padding: 2rem;
}
.growth-cta p {
  color: rgba(255, 255, 255, .8);
}
.growth-cta-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: .75rem;
}
@media (max-width: 991.98px) {
  .growth-hero-grid {
    grid-template-columns: 1fr;
  }
  .growth-hero-img,
  .growth-hero-img img {
    min-height: 260px;
  }
  .growth-cta-actions {
    justify-content: flex-start;
  }
}
@media (max-width: 575.98px) {
  .growth-section {
    padding: 3rem 0;
  }
  .growth-highlight-grid,
  .growth-card-grid {
    grid-template-columns: 1fr;
  }
  .growth-card {
    padding: 1rem;
  }
  .growth-card h3 {
    font-size: 1rem;
  }
  .growth-cta {
    padding: 1.35rem;
  }
}

/* Generated classes for former inline style attributes */
/* Inline styles extracted from keystoneapp/templates/static_pages/guides/growth_page.html */
.ktl-inline-78f82fbb { max-width: 820px; }
