

.siteContainer {
  width: 90%;
  max-width: 1100px;
  margin: 0 auto;
}

.bandHead {
  max-width: 44rem;
  margin-bottom: 2rem;
}

.bandKicker {
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 0.76rem;
  font-weight: 700;
  color: #666666;
  margin-bottom: 0.7rem;
}

.pricingStructure .bandKicker,
.serviceOfferings .bandKicker,
.contactInformation .bandKicker { color: #f5f5f5; }

.offerGrid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 1.25rem;
}

.benefitGrid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 1.25rem;
}

.portfolioGrid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.25rem;
  max-width: 480px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2rem;
}

.splitLayout {
  display: grid;
  grid-template-columns: minmax(0, 55fr) minmax(0, 45fr);
  gap: 2rem;
  align-items: start;
}

.contextSteps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}

.contextStep {
  padding-top: 1.25rem;
  border-top: 3px solid #111111;
}

.contextStep h3 { margin-bottom: 0.6rem; }

.contextStep p { margin-bottom: 0; }

.orderLayout {
  display: grid;
  grid-template-columns: minmax(0, 45fr) minmax(0, 55fr);
  gap: 2rem;
  align-items: start;
}

.compositionList { margin-bottom: 2rem; }

.faqList { max-width: 52rem; }

.profileGrid {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 2rem;
  align-items: start;
}

.profileFacts li {
  padding: 0.7rem 0;
  border-bottom: 1px solid #e5e7eb;
}

.profileFacts li:last-child { border-bottom: none; }

.stepList { max-width: 46rem; }

.promiseList { max-width: 52rem; }

.sectionDivider + section { padding-top: 4rem; }

.portfolioNote h3 { margin-bottom: 0.6rem; }

.portfolioNote p { margin-bottom: 0; }

.orderIntro p:last-child { margin-bottom: 0; }

.profileNote p:last-child { margin-bottom: 0; }

.footerColumn { min-width: 40%; }

.secondaryDetail { opacity: 1; }

.decorativeRule { opacity: 0.9; }
