.grss-page .entry-content > [class*="grss-"],
.grss-page .entry-content > .wp-block-group.alignfull {
  margin-top: 0;
  margin-bottom: 0;
}
.grss-page .entry-content { margin-top: 0; }
.grss-container {
  width: min(1120px, calc(100% - 40px));
  margin-left: auto;
  margin-right: auto;
}
.grss-section { padding: 72px 0; }
.grss-bg-cream { background: #f4f4f0; }
.grss-bg-navy { background: #193650; color: #fff; }

.grss-eyebrow {
  margin: 0 0 12px;
  color: #dd5920;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .16em;
}
.grss-eyebrow-light { color: #ff7a29; }

.grss-hero { padding: 80px 0 72px; }
.grss-hero-grid,
.grss-package-grid,
.grss-proof-grid,
.grss-contact-grid,
.grss-contact-cta { gap: 28px; }

.grss-logo-mark img,
.grss-badge-image img,
.grss-before-after img {
  width: 100%;
  height: auto;
  display: block;
}
.grss-badge-image img {
  border-radius: 20px;
  box-shadow: 0 20px 50px rgba(0,0,0,.12);
}
.grss-before-after img {
  border-radius: 10px;
  box-shadow: 0 18px 40px rgba(0,0,0,.12);
}

.grss-hero-title,
.grss-section-title,
.grss-cta-title {
  margin: 0 0 16px;
  color: #193650;
  font-size: clamp(34px, 5vw, 60px);
  line-height: 1.02;
  letter-spacing: -.04em;
}
.grss-hero-title-light,
.grss-bg-navy .grss-section-title,
.grss-bg-navy .grss-cta-title,
.grss-bg-navy h1,
.grss-bg-navy h2,
.grss-bg-navy h3,
.grss-bg-navy h4 { color: #fff; }

.grss-hero-copy,
.grss-section-copy,
.grss-cta-copy,
.grss-page p,
.grss-card p,
.grss-faq-answer {
  color: #395066;
  font-size: 17px;
  line-height: 1.7;
}
.grss-bg-navy .grss-hero-copy,
.grss-bg-navy .grss-section-copy,
.grss-bg-navy .grss-cta-copy,
.grss-bg-navy p,
.grss-card-navy p,
.grss-card-accent p { color: rgba(255,255,255,.9); }

.grss-hero-points,
.grss-footer-note {
  margin: 12px 0 0;
  font-size: 13px;
  color: #395066;
}
.grss-hero-points span { margin-left: 16px; }
.grss-bg-navy .grss-footer-note { color: rgba(255,255,255,.78); margin-top: 34px; }

.grss-section-heading { margin-bottom: 26px; }
.grss-bg-navy .grss-section-heading,
.grss-trust-row { text-align: center; }
.grss-trust-title {
  margin: 0 0 10px;
  font-size: clamp(28px, 4vw, 42px);
  line-height: 1.05;
}
.grss-trust-copy {
  color: rgba(255,255,255,.88);
  font-size: 16px;
  line-height: 1.7;
}

.grss-button-row { margin: 20px 0 0; }
.grss-btn-primary .wp-element-button,
.grss-btn-secondary .wp-element-button {
  min-height: 46px;
  padding: 12px 22px;
  border-radius: 3px;
  font-size: 18px;
  font-weight: 800;
  transition: all .18s ease;
}
.grss-btn-primary .wp-element-button {
  background: #ff6b2c;
  color: #fff;
  border: 1px solid #ff6b2c;
}
.grss-btn-primary .wp-element-button:hover {
  background: #dd5920;
  border-color: #dd5920;
  color: #fff;
}
.grss-btn-secondary .wp-element-button {
  background: #f4f4f0;
  color: #193650;
  border: 1px solid #f4f4f0;
}
.grss-btn-secondary .wp-element-button:hover {
  background: #ffffff;
  border-color: #ffffff;
  color: #193650;
}

.grss-card {
  height: 100%;
  padding: 28px 26px;
  border-radius: 14px;
  background: #ffffff;
  box-shadow: 0 18px 42px rgba(0,0,0,.10);
}
.grss-card h3, .grss-card h4 {
  margin: 0 0 12px;
  color: #193650;
}
.grss-card-accent {
  background: linear-gradient(160deg, #ff6b2c 0%, #dd5920 100%);
}
.grss-card-accent h3,
.grss-card-accent h4,
.grss-card-accent li,
.grss-card-accent p { color: #fff; }
.grss-card-navy {
  background: #193650;
  color: #fff;
}
.grss-card-navy h3, .grss-card-navy h4, .grss-card-navy strong { color: #fff; }

.grss-checklist {
  margin: 0 0 16px 18px;
  padding: 0;
}
.grss-checklist li {
  margin: 0 0 10px;
  color: #395066;
  line-height: 1.55;
}
.grss-bg-navy .grss-checklist li,
.grss-card-navy .grss-checklist li { color: rgba(255,255,255,.92); }

.grss-faq-wrap { display: block; }
.grss-faq-item {
  padding: 20px 0;
  border-bottom: 1px solid rgba(25,54,80,.12);
}
.grss-faq-question {
  margin: 0 0 8px;
  color: #193650;
  font-size: 24px;
  line-height: 1.3;
}
.grss-faq-answer { margin: 0; }

.grss-contact-strip {
  margin-top: 34px;
  padding: 18px 20px;
  border-radius: 10px;
  background: rgba(25,54,80,.06);
}

.grss-contact-page .grss-card + .grss-before-after {
  margin-top: 26px;
}

@media (max-width: 900px) {
  .grss-section { padding: 56px 0; }
  .grss-hero { padding: 56px 0; }
  .grss-hero-title,
  .grss-section-title,
  .grss-cta-title { font-size: clamp(30px, 9vw, 44px); }
  .grss-faq-question { font-size: 21px; }
  .grss-hero-points span {
    display: block;
    margin-left: 0;
    margin-top: 8px;
  }
}
