.sta-he-section{
  --sta-he-ink:#1f2a20;
  --sta-he-muted:#5d655d;
  --sta-he-soft:#f6f0e8;
  --sta-he-sand:#e8d7c2;
  --sta-he-line:#dfd5ca;
  --sta-he-green:#355f2d;
  --sta-he-gold:#b98e63;
}

.sta-he-section--intro,
.sta-he-section--documents,
.sta-he-section--campus{
  position:relative;
  overflow:hidden;
}

.sta-he-section--intro::before,
.sta-he-section--documents::before,
.sta-he-section--campus::before{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background:
    radial-gradient(900px 360px at 10% 0%,rgba(185,142,99,.12),transparent 58%),
    radial-gradient(720px 320px at 100% 10%,rgba(53,95,45,.09),transparent 54%);
}

.sta-he-landing-intro,
.sta-he-documents,
.sta-he-campus{
  position:relative;
  z-index:1;
  width:min(1220px,calc(100% - 56px));
  margin-inline:auto;
}

.sta-he-landing-intro{
  display:grid;
  grid-template-columns:minmax(0,1.35fr) minmax(320px,.9fr);
  gap:24px;
  align-items:start;
  padding:18px 0 8px;
}

.sta-he-landing-intro__main{
  padding-left:clamp(8px,1.8vw,20px);
}

.sta-he-landing-intro__eyebrow,
.sta-he-documents__eyebrow,
.sta-he-campus__eyebrow{
  margin:0 0 8px;
  font-size:12px;
  font-weight:800;
  letter-spacing:.12em;
  text-transform:uppercase;
  color:var(--sta-he-green);
}

.sta-he-landing-intro__main h2,
.sta-he-documents__column h2,
.sta-he-campus__header h2{
  margin:0;
  font-size:clamp(32px,3.2vw,48px);
  line-height:1.08;
  color:var(--sta-he-ink);
  text-wrap:balance;
}

.sta-he-landing-intro__main h2{
  max-width:22ch;
}

.sta-he-documents__column h2,
.sta-he-campus__header h2{
  max-width:14ch;
}

.sta-he-landing-intro__main p,
.sta-he-documents__column p,
.sta-he-campus__header p{
  margin:14px 0 0;
  color:var(--sta-he-muted);
  line-height:1.82;
  font-size:16px;
}

.sta-he-landing-intro__aside{
  display:grid;
  gap:18px;
}

.sta-he-price-card,
.sta-he-metrics,
.sta-he-note{
  border:1px solid rgba(31,42,32,.08);
  border-radius:24px;
  background:rgba(255,255,255,.84);
  box-shadow:0 18px 40px rgba(31,42,32,.08);
  backdrop-filter:blur(12px);
  -webkit-backdrop-filter:blur(12px);
}

.sta-he-price-card{
  padding:22px;
}

.sta-he-price-card__label{
  margin:0 0 12px;
  font-size:13px;
  font-weight:800;
  letter-spacing:.08em;
  text-transform:uppercase;
  color:var(--sta-he-gold);
}

.sta-he-price-card__list,
.sta-he-checklist{
  margin:0;
  padding:0;
  list-style:none;
}

.sta-he-price-card__list li,
.sta-he-checklist li{
  position:relative;
  padding-left:26px;
  color:var(--sta-he-ink);
  line-height:1.7;
}

.sta-he-price-card__list li + li,
.sta-he-checklist li + li{
  margin-top:10px;
}

.sta-he-price-card__list li::before,
.sta-he-checklist li::before{
  content:"";
  position:absolute;
  left:0;
  top:.55em;
  width:10px;
  height:10px;
  border-radius:999px;
  background:linear-gradient(135deg,var(--sta-he-green),var(--sta-he-gold));
  box-shadow:0 0 0 5px rgba(53,95,45,.08);
}

.sta-he-metrics{
  display:grid;
  gap:1px;
  overflow:hidden;
  background:rgba(223,213,202,.85);
}

.sta-he-metrics__item{
  display:grid;
  gap:4px;
  padding:18px 22px;
  background:#fff;
}

.sta-he-metrics__item strong{
  font-size:28px;
  line-height:1;
  color:var(--sta-he-ink);
}

.sta-he-metrics__item span{
  color:var(--sta-he-muted);
  line-height:1.5;
}

.sta-he-section--services{
  background:linear-gradient(180deg,#fff 0%,#fbf8f4 100%);
}

.sta-he-section--services .sta-landing-section__header,
.sta-he-section--process .sta-landing-section__header,
.sta-he-section--faq .sta-landing-section__header{
  max-width:1040px;
}

.sta-he-section--services .sta-landing-grid{
  gap:18px;
}

.sta-he-section--services .sta-landing-card{
  background:linear-gradient(180deg,#ffffff 0%,#f9f5f0 100%);
  border-color:#eadfce;
  min-height:100%;
}

.sta-he-section--services .sta-landing-card__body{
  display:grid;
  gap:10px;
  min-height:100%;
}

.sta-he-section--process{
  background:
    radial-gradient(720px 260px at 100% 0%,rgba(185,142,99,.12),transparent 52%),
    linear-gradient(180deg,#f8f3ed 0%,#fff 100%);
}

.sta-he-section--process .sta-landing-timeline{
  gap:18px;
}

.sta-he-section--documents .sta-he-documents{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:22px;
}

.sta-he-documents__column{
  padding:28px;
  border:1px solid rgba(31,42,32,.08);
  border-radius:28px;
  background:rgba(255,255,255,.86);
  box-shadow:0 16px 32px rgba(31,42,32,.06);
}

.sta-he-checklist{
  margin-top:18px;
}

.sta-he-checklist--accent li::before{
  background:linear-gradient(135deg,#b25d3d,#355f2d);
}

.sta-he-note{
  margin-top:18px;
  padding:18px 20px;
  color:var(--sta-he-ink);
  line-height:1.7;
}

.sta-he-campus__header{
  max-width:1120px;
  margin-bottom:20px;
}

.sta-he-campus__grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:18px;
}

.sta-he-campus-card{
  overflow:hidden;
  border-radius:28px;
  background:#fff;
  border:1px solid rgba(31,42,32,.08);
  box-shadow:0 20px 42px rgba(31,42,32,.08);
}

.sta-he-campus-card img{
  display:block;
  width:100%;
  aspect-ratio:4/3;
  object-fit:cover;
}

.sta-he-campus-card__body{
  padding:20px;
}

.sta-he-campus-card__body h3{
  margin:0;
  font-size:24px;
  line-height:1.12;
  color:var(--sta-he-ink);
}

.sta-he-campus-card__body p{
  margin:10px 0 0;
  color:var(--sta-he-muted);
  line-height:1.72;
}

.sta-he-section--faq{
  background:linear-gradient(180deg,#fff 0%,#faf7f3 100%);
}

.sta-he-section--cta .sta-landing-cta{
  border-radius:28px;
  padding:clamp(30px,3.4vw,44px);
  background:#355f2d;
  color:#fff;
  box-shadow:0 22px 46px rgba(31,42,32,.16);
}

.sta-he-section--cta .sta-landing-section__eyebrow{
  color:#f6ddc2;
}

.sta-he-section--cta .sta-landing-section__title,
.sta-he-section--cta .sta-landing-section__intro,
.sta-he-section--cta .sta-landing-cta__text{
  color:#fff;
  text-shadow:0 1px 10px rgba(0,0,0,.16);
}

.sta-he-section--cta .sta-landing-section__intro,
.sta-he-section--cta .sta-landing-cta__text,
.sta-he-section--cta .sta-landing-section__intro p,
.sta-he-section--cta .sta-landing-cta__text p{
  color:#ece5d8;
}

.sta-he-section--cta .sta-landing-actions{
  align-self:end;
}

.sta-he-section--cta .sta-landing-button{
  min-height:48px;
  padding:12px 35px;
  border:2px solid #fff;
  background:#3D7031;
  color:#fff;
  font-weight:700;
  box-shadow:none;
}

.sta-he-section--cta .sta-landing-button::after{
  content:"\2192";
  margin-left:10px;
  font-size:13px;
  line-height:1;
}

.sta-he-section--cta .sta-landing-button:hover,
.sta-he-section--cta .sta-landing-button:focus-visible{
  background:#C3A890;
  border-color:#C3A890;
  color:#1F2A20;
}

@media (max-width: 1100px){
  .sta-he-landing-intro,
  .sta-he-documents,
  .sta-he-campus__grid{
    grid-template-columns:1fr;
  }
}

@media (max-width: 782px){
  .sta-he-landing-intro,
  .sta-he-documents,
  .sta-he-campus{
    width:min(100%,calc(100% - 28px));
  }

  .sta-he-landing-intro__main{
    padding-left:0;
  }

  .sta-he-landing-intro__main h2,
  .sta-he-documents__column h2,
  .sta-he-campus__header h2{
    font-size:clamp(28px,8vw,40px);
    max-width:none;
  }

  .sta-he-documents__column{
    padding:22px;
    border-radius:22px;
  }

  .sta-he-campus-card,
  .sta-he-price-card,
  .sta-he-metrics,
  .sta-he-note{
    border-radius:22px;
  }

  .sta-he-section--services .sta-landing-grid{
    grid-template-columns:1fr;
  }
}
