.zip-feedback {
  margin-top: 0.5rem;
  min-height: 1.2rem;
}

.zip-feedback.error,
.status-text.error {
  color: #c33;
}

.zip-feedback.success,
.status-text.success {
  color: #2e7d32;
}

.input-wrap {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  flex-wrap: wrap;
}

#zipInput {
  min-width: 120px;
}

#subscription .plan h3 {
  position: relative;
}

#subscription h3 span {
  margin-left: 0.25rem;
}

.schedule-strip {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  padding: 1rem;
}

#schedule h3 {
  margin-top: 0;
}

#schedule-status {
  margin-top: 0.75rem;
  min-height: 1.2rem;
}

#header.site-header {
  background: #fff;
  border-top: 0;
  border-bottom: 1px solid #e5e7eb;
  box-shadow: 0 10px 30px rgba(15, 34, 51, 0.06);
  height: auto !important;
  margin-bottom: 0;
  min-height: 0;
  padding: 0;
  position: relative;
  top: auto !important;
  z-index: 20;
}

#header.site-header > .container {
  height: auto !important;
  margin-bottom: 0 !important;
  min-height: 0;
}

body.sticky-menu-active {
  padding-top: 0 !important;
}

#header.site-header.fixed,
body.sticky-menu-active #header.site-header {
  box-shadow: 0 10px 30px rgba(15, 34, 51, 0.06);
  position: relative !important;
  top: auto !important;
  width: auto !important;
}

#header.site-header nav {
  float: none;
  margin: 0;
  width: auto;
}

#header.site-header ul,
#header.site-header li {
  list-style: none;
  margin: 0;
  padding: 0;
}

.site-refresh {
  color: #22313f;
}

.site-refresh h1,
.site-refresh h2,
.site-refresh h3,
.site-refresh h4 {
  color: #17324d;
}

.site-refresh p {
  color: #4d5d6c;
  line-height: 1.7;
}

.site-refresh .header-inner {
  align-items: flex-start !important;
  display: flex !important;
  flex-wrap: nowrap;
  gap: 28px;
  justify-content: space-between;
  padding: 16px 0 0;
}

.site-refresh .site-branding {
  align-items: center;
  display: block;
  flex: 0 0 auto;
  width: 222px;
  margin: 0;
  padding-top: 0;
}

.site-refresh .site-logo {
  display: block;
}

.site-refresh .site-logo img {
  display: block;
  height: auto;
  max-width: 100%;
  width: 222px;
}

.site-refresh .header-right {
  align-items: stretch !important;
  align-self: flex-start !important;
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  gap: 10px;
  min-width: 0;
  max-width: calc(100% - 250px);
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 16px;
}

.site-refresh .header-top,
.site-refresh .header-bottom {
  align-items: flex-start !important;
  display: flex;
  gap: 20px;
  justify-content: space-between;
  width: 100%;
}

.site-refresh .header-top {
  flex-direction: column;
  flex-wrap: nowrap;
  min-width: 0;
  align-items: flex-end;
}

.site-refresh .header-bottom {
  justify-content: flex-end;
  align-items: center;
  gap: 16px;
  padding-bottom: 1px;
}

.site-refresh .header-service-area {
  color: #4b5563;
  align-self: stretch;
  flex: 1 1 420px;
  font-size: 14px;
  line-height: 1.4;
  margin: 0;
  text-align: right !important;
  margin-top: 0;
  padding-top: 0;
  width: 100%;
}

.site-refresh .header-contact-social {
  align-items: center;
  display: flex;
  flex-wrap: nowrap;
  gap: 18px;
  justify-content: flex-end;
  margin-left: auto;
  min-width: 0;
  margin-top: 0;
  padding-top: 0;
}

.site-refresh .header-phone {
  align-items: center;
  color: #17324d;
  display: inline-flex;
  font-size: 15px;
  font-weight: 600;
  gap: 10px;
  text-decoration: none;
  white-space: nowrap;
}

.site-refresh .header-phone:hover,
.site-refresh .header-phone:focus {
  color: #08a79f;
  text-decoration: none;
}

.site-refresh .header-phone .icon {
  color: #08a79f;
  font-size: 16px;
}

.site-refresh .header-socials {
  align-items: center;
  display: flex;
  gap: 8px;
}

.site-refresh .social-label {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.site-refresh .header-socials a {
  align-items: center;
  background-color: #f4f8fb;
  border-radius: 999px;
  box-shadow: inset 0 0 0 1px #d6e2ea;
  color: #17324d;
  display: inline-flex;
  font-size: 18px;
  height: 40px;
  justify-content: center;
  padding: 0;
  text-indent: 0;
  width: 40px;
}

.site-refresh .header-socials a .icon,
.footer-social-icons .social-icons li a .icon {
  display: block;
  line-height: 1;
}

.site-refresh .header-socials a:hover,
.site-refresh .header-socials a:focus {
  background-color: #08a79f;
  box-shadow: none;
  color: #fff;
  text-decoration: none;
}

.site-refresh .header-cta {
  align-items: center;
  border-radius: 999px;
  background-color: #08a79f;
  border: 1px solid #08a79f;
  color: #fff;
  display: inline-flex;
  font-size: 14px;
  font-weight: 600;
  line-height: 34px;
  justify-content: center;
  margin: 0;
  min-height: 34px;
  height: 34px;
  padding: 0 16px;
  text-decoration: none;
  transition: background-color 0.18s ease, transform 0.18s ease;
  white-space: nowrap;
}

.site-refresh .header-cta:hover,
.site-refresh .header-cta:focus {
  background-color: #0a958f;
  border-color: #0a958f;
  color: #fff;
  text-decoration: none;
  transform: translateY(-1px);
}

.site-refresh .site-nav-toggle {
  align-items: center;
  background: #fff;
  border: 1px solid #d6e2ea;
  border-radius: 999px;
  color: #17324d;
  display: none;
  font-size: 14px;
  font-weight: 700;
  gap: 8px;
  padding: 10px 14px;
}

.site-refresh .site-nav-toggle:hover,
.site-refresh .site-nav-toggle:focus {
  background: #f5f8fb;
}

.site-refresh .site-nav-toggle .icon {
  font-size: 18px;
}

.site-refresh .main-nav {
  display: block;
  flex: 1 1 auto;
  margin: 0;
  min-width: 0;
  padding: 0;
}

.site-refresh .main-nav ul {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: flex-end;
  list-style: none;
  margin: 0;
  padding: 0;
}

.site-refresh .main-nav a {
  color: #17324d;
  display: inline-flex;
  align-items: center;
  height: 34px;
  line-height: 34px;
  font-size: 14px;
  font-weight: 600;
  padding: 0;
  position: relative;
  text-decoration: none;
  transition: background-color 0.18s ease, color 0.18s ease;
  white-space: nowrap;
}

.site-refresh .main-nav a::after {
  background: #08a79f;
  border-radius: 999px;
  content: "";
  height: 3px;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: calc(100% + 5px);
  transform: scaleX(0.35);
  transform-origin: center;
  transition: opacity 0.18s ease, transform 0.18s ease;
}

.site-refresh .main-nav a:hover,
.site-refresh .main-nav a:focus {
  color: #087f78;
  text-decoration: none;
}

.site-refresh .main-nav a:hover::after,
.site-refresh .main-nav a:focus::after,
.site-refresh .main-nav a[aria-current="page"] {
  color: #087f78;
}

.site-refresh .main-nav a:hover::after,
.site-refresh .main-nav a:focus::after,
.site-refresh .main-nav a[aria-current="page"]::after {
  opacity: 1;
  transform: scaleX(1);
}

.site-refresh .main-nav a.nav-link-hiring {
  gap: 8px;
}

.site-refresh .nav-hiring-badge {
  align-items: center;
  background: linear-gradient(135deg, #f7c948, #f3a933);
  border-radius: 999px;
  box-shadow: inset 0 0 0 1px rgba(110, 73, 8, 0.14);
  color: #17324d;
  display: inline-flex;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.06em;
  line-height: 1;
  padding: 5px 8px;
  text-transform: uppercase;
}

.hero-band {
  background:
    linear-gradient(115deg, rgba(10, 31, 45, 0.76), rgba(10, 31, 45, 0.52) 38%, rgba(8, 167, 159, 0.24)),
    url("/img/slides/slide-bg.jpg") center center/cover no-repeat;
  color: #fff;
  overflow: hidden;
  padding: 96px 0 80px;
  position: relative;
}

.hero-band::before {
  background: linear-gradient(90deg, rgba(7, 25, 37, 0.42), rgba(7, 25, 37, 0.16) 42%, rgba(7, 25, 37, 0) 70%);
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
}

.hero-band .container {
  position: relative;
  z-index: 1;
}

.hero-band {
  background-position: center center;
}

.hero-band .hero-eyebrow,
.cta-eyebrow,
.section-eyebrow,
.page-hero .hero-eyebrow {
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.16em;
  margin-bottom: 14px;
  text-transform: uppercase;
}

.hero-band h1,
.page-hero h1 {
  color: #fff;
  font-size: 46px;
  line-height: 1.15;
  margin: 0 0 18px;
}

.hero-band p {
  color: rgba(255, 255, 255, 0.88);
  font-size: 17px;
  margin-bottom: 0;
  max-width: 640px;
}

.hero-band p + p {
  margin-top: 14px;
}

.hero-layout {
  align-items: center;
  display: flex;
  gap: 36px;
  justify-content: space-between;
}

.hero-layout > :first-child {
  flex: 1 1 60%;
  max-width: 640px;
}

.hero-layout > :last-child {
  flex: 0 1 360px;
}

.hero-actions,
.cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.hero-microcopy {
  display: block;
  margin-top: 16px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 13px;
}

.hero-panel {
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(255, 255, 255, 0.46);
  border-radius: 18px;
  box-shadow: 0 24px 60px rgba(4, 20, 28, 0.28);
  color: #17324d;
  padding: 24px;
}

.hero-panel h3 {
  color: #17324d;
  margin-top: 0;
}

.hero-panel p,
.hero-panel li {
  color: #4d5d6c;
}

.hero-panel ul {
  margin: 18px 0 0;
  padding-left: 20px;
}

.trust-bar {
  background: #0f2233;
  color: #fff;
  padding: 18px 0;
}

.trust-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.trust-item {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4;
  position: relative;
  padding-left: 12px;
}

.trust-item::before {
  color: #0ad8cd;
  content: "\f00c";
  display: inline-block;
  float: left;
  font-family: FontAwesome;
  font-size: 12px;
  line-height: 1;
  margin-left: -21px;
  margin-right: 8px;
  margin-top: 2px;
}

.section-block {
  padding: 72px 0;
}

.section-muted {
  background: #f5f8fb;
}

.section-heading {
  margin-bottom: 28px;
  max-width: 720px;
}

.section-heading h2 {
  margin-top: 0;
}

.split-layout {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 28px;
  align-items: start;
}

.split-layout > :first-child,
.contact-grid > :first-child,
.cta-band-inner > :first-child {
  grid-column: 1;
}

.split-layout > :last-child,
.contact-grid > :last-child,
.cta-band-inner > :last-child {
  grid-column: 2;
}

.content-card,
.service-card,
.area-card,
.proof-card,
.sidebar-card,
.faq-card,
.contact-card,
.contact-sidebar {
  background: #fff;
  border: 1px solid #dde6ee;
  border-radius: 16px;
  box-shadow: 0 16px 40px rgba(15, 34, 51, 0.08);
}

.content-card,
.sidebar-card,
.contact-card,
.contact-sidebar {
  padding: 28px;
  min-width: 0;
}

.card-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.service-card,
.area-card,
.proof-card,
.faq-card {
  padding: 22px;
}

.service-card h3,
.area-card h3 {
  margin-top: 0;
}

.service-card p:last-child,
.area-card p:last-child {
  margin-bottom: 0;
}

.service-card .card-link,
.area-card .card-link,
.section-action a {
  font-weight: 700;
}

.feature-list,
.check-list,
.plain-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.feature-list li,
.check-list li,
.plain-list li {
  border-top: 1px solid #e7eef4;
  padding: 12px 0;
}

.feature-list li:first-child,
.check-list li:first-child,
.plain-list li:first-child {
  border-top: 0;
  padding-top: 0;
}

.check-list li::before {
  color: #08a79f;
  content: "\2713";
  display: inline-block;
  font-weight: 700;
  margin-right: 10px;
}

.proof-grid,
.faq-preview-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.proof-card {
  background: linear-gradient(180deg, #fff, #f7fafc);
  color: #4d5d6c;
  min-height: 140px;
}

.faq-card summary {
  cursor: pointer;
  font-size: 18px;
  font-weight: 700;
  list-style: none;
}

.faq-card summary::-webkit-details-marker {
  display: none;
}

.faq-card[open] summary {
  margin-bottom: 10px;
}

.page-hero {
  background: linear-gradient(135deg, #16314b, #0b5f69);
  color: #fff;
  padding: 68px 0 54px;
}

.page-hero p {
  color: rgba(255, 255, 255, 0.84);
  font-size: 17px;
  max-width: 760px;
}

.page-hero.compact {
  padding-bottom: 42px;
}

.cta-band {
  background: linear-gradient(135deg, #09202d, #0b5f69);
  color: #fff;
  padding: 56px 0;
}

.cta-band h2,
.cta-band p,
.cta-band .cta-eyebrow {
  color: #fff;
}

.cta-band-inner {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 24px;
  align-items: center;
}

.greenwood-story-grid {
  align-items: start;
  display: grid;
  gap: 24px;
  grid-template-areas: "story coverage";
  grid-template-columns: minmax(0, 1fr) 360px;
}

.greenwood-story-card {
  background: transparent;
  border: 0;
  box-shadow: none;
  grid-area: story;
  margin: 0;
  min-width: 0;
  overflow: hidden;
  padding: 4px 0;
  position: relative;
}

.greenwood-story-card::before {
  background: linear-gradient(135deg, #08a79f, #0b5f69);
  border-radius: 999px;
  content: "";
  height: 180px;
  opacity: 0.08;
  pointer-events: none;
  position: absolute;
  right: -72px;
  top: -96px;
  width: 180px;
}

.greenwood-story-card > * {
  position: relative;
  z-index: 1;
}

.greenwood-story-card p:last-child,
.greenwood-service-card p:last-child,
.greenwood-service-note p:last-child,
.greenwood-benefits-copy p:last-child,
.greenwood-neighborhood-card p:last-child {
  margin-bottom: 0;
}

.greenwood-coverage-card {
  background: linear-gradient(180deg, #17324d, #0d5965);
  border: 0;
  color: #fff;
  grid-area: coverage;
  margin-left: 0;
  max-width: none;
  min-width: 0;
}

.greenwood-coverage-card h3,
.greenwood-coverage-card h4,
.greenwood-coverage-card p,
.greenwood-coverage-card .section-eyebrow {
  color: #fff;
}

.greenwood-coverage-card h3 {
  margin-top: 0;
}

.greenwood-coverage-list {
  display: grid;
  gap: 14px;
  margin-top: 22px;
}

.greenwood-coverage-list > div {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 14px;
  padding: 16px;
}

.greenwood-coverage-list h4 {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.14em;
  margin: 0 0 8px;
  text-transform: uppercase;
}

.greenwood-coverage-list p {
  color: rgba(255, 255, 255, 0.84);
  margin: 0;
}

.greenwood-coverage-summary {
  color: rgba(255, 255, 255, 0.82);
  margin: 18px 0 0;
}

.greenwood-service-grid {
  align-items: stretch;
  display: flex;
  flex-wrap: nowrap;
  gap: 24px;
  justify-content: space-between;
}

.greenwood-service-card {
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  flex: 0 0 calc(50% - 12px);
  height: 100%;
  min-width: 0;
  overflow: hidden;
  padding: 30px;
  position: relative;
}

.greenwood-service-card::before {
  content: "";
  height: 6px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.greenwood-service-card-home {
  background: linear-gradient(180deg, #ffffff, #f7fbff);
}

.greenwood-service-card-home::before {
  background: linear-gradient(90deg, #0b5f69, #08a79f);
}

.greenwood-service-card-business {
  background: linear-gradient(180deg, #ffffff, #f4fbfa);
}

.greenwood-service-card-business::before {
  background: linear-gradient(90deg, #17324d, #0b5f69);
}

.greenwood-service-card h2,
.greenwood-neighborhood-card h3 {
  margin-top: 0;
}

.greenwood-service-card .section-eyebrow,
.greenwood-service-card h2 {
  text-align: center;
}

.greenwood-chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  margin: 18px 0 22px;
}

.greenwood-chip-row span {
  background: #eef5fb;
  border: 1px solid #d9e5ef;
  border-radius: 999px;
  color: #17324d;
  display: inline-flex;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
  padding: 8px 12px;
}

.greenwood-service-note {
  background: linear-gradient(180deg, #f7fbfd, #eff7f8);
  border: 1px solid #d8e6e8;
  border-radius: 16px;
  margin-top: 24px;
  padding: 18px;
}

.greenwood-service-note strong {
  color: #17324d;
  display: block;
  font-size: 15px;
  margin-bottom: 8px;
}

.greenwood-benefits-shell {
  align-items: flex-start;
  display: flex;
  gap: 28px;
  justify-content: flex-start;
}

.greenwood-benefits-copy {
  background: transparent;
  border: 0;
  box-shadow: none;
  color: #17324d;
  flex: 0 0 calc(40% - 14px);
  margin: 0;
  min-width: 0;
  padding: 4px 0;
}

.greenwood-benefits-copy h2,
.greenwood-benefits-copy p,
.greenwood-benefits-copy .section-eyebrow {
  color: #17324d;
}

.greenwood-benefits-copy h2 {
  margin-top: 0;
}

.greenwood-benefits-grid {
  align-content: start;
  display: grid;
  flex: 0 0 calc(60% - 14px);
  gap: 16px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-left: 0;
  min-width: 0;
  width: auto;
}

.greenwood-benefit-card {
  background: linear-gradient(180deg, #ffffff, #f8fbff);
  border: 1px solid #dde6ee;
  border-radius: 16px;
  box-shadow: 0 16px 40px rgba(15, 34, 51, 0.08);
  min-height: 118px;
  padding: 18px 18px 18px 52px;
  position: relative;
}

.greenwood-benefit-card::before {
  align-items: center;
  background: linear-gradient(135deg, #08a79f, #0b5f69);
  border-radius: 999px;
  color: #fff;
  content: "\2713";
  display: inline-flex;
  font-size: 13px;
  font-weight: 700;
  height: 26px;
  justify-content: center;
  left: 20px;
  position: absolute;
  top: 20px;
  width: 26px;
}

.greenwood-benefit-card strong {
  color: #17324d;
  display: block;
  margin-bottom: 8px;
}

.greenwood-benefit-card p {
  color: #556575;
  margin: 0;
}

.contact-grid {
  align-items: start;
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.8fr);
  gap: 24px;
}

.contact-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.contact-form-grid .full-width {
  grid-column: 1 / -1;
}

.contact-card label,
.career-application label {
  color: #17324d;
  display: block;
  font-weight: 700;
  margin-bottom: 6px;
}

.contact-card .form-control,
.career-application .form-control {
  border-radius: 10px;
  min-height: 46px;
}

.contact-card textarea.form-control,
.career-application textarea.form-control {
  min-height: 140px;
}

.quote-status {
  margin: 16px 0 0;
  min-height: 24px;
}

.quote-status.error {
  color: #c33;
}

.quote-status.success {
  color: #2e7d32;
}

.quote-summary {
  background: linear-gradient(180deg, #f8fbff, #eff6ff);
  border: 1px solid #d6e2ea;
  border-radius: 14px;
  margin: 16px 0;
  padding: 14px 16px;
}

.quote-summary h3 {
  font-size: 15px;
  margin: 0 0 10px;
}

.quote-summary-amount {
  color: #17324d;
  font-size: 28px;
  font-weight: 700;
  margin: 0 0 8px;
}

.quote-summary-details {
  list-style: none;
  margin: 0;
  padding: 0;
}

.quote-summary-details li {
  margin: 0 0 6px;
}

.career-application .career-step {
  background: #fff;
  border: 1px solid #dde6ee;
  border-radius: 16px;
  box-shadow: 0 16px 40px rgba(15, 34, 51, 0.08);
  padding: 24px;
}

.career-application .career-step.hidden {
  display: none;
}

.career-benefits {
  background: linear-gradient(180deg, #f6fbfb, #eef7f7);
  border-radius: 16px;
  padding: 24px;
}

.faq-listing {
  display: grid;
  gap: 16px;
}

.faq-listing details {
  background: #fff;
  border: 1px solid #dde6ee;
  border-radius: 14px;
  padding: 18px 20px;
}

.footer-main {
  padding: 48px 15px 28px;
}

.footer-social-icons .social-icons {
  display: flex;
  gap: 8px;
  margin: 16px 0 0;
  padding: 0;
}

.footer-social-icons .social-icons li {
  border: 0;
}

.footer-social-icons .social-icons li a {
  align-items: center;
  background-color: #f4f8fb;
  border-radius: 999px;
  box-shadow: inset 0 0 0 1px #d6e2ea;
  color: #17324d !important;
  display: inline-flex;
  font-size: 18px;
  height: 40px;
  justify-content: center;
  padding: 0;
  text-indent: 0;
  width: 40px;
}

.footer-social-icons .social-icons li a .icon {
  color: #17324d !important;
}

.footer-social-icons .social-icons li a:hover,
.footer-social-icons .social-icons li a:focus {
  background: #08a79f;
  color: #fff !important;
  text-decoration: none;
}

.footer-social-icons .social-icons li a:hover .icon,
.footer-social-icons .social-icons li a:focus .icon {
  color: #fff !important;
}

.footer-links li {
  margin-bottom: 9px;
}

.footer-links a {
  color: #b9c7d4;
}

.footer-links a:hover {
  color: #fff;
}

.footer-bottom {
  padding-top: 12px;
  padding-bottom: 12px;
}

.footer-service-line {
  text-align: right;
}

@media (max-width: 991px) {
  .hero-layout,
  .split-layout,
  .contact-grid,
  .cta-band-inner {
    display: block;
  }

  .trust-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .site-refresh .header-inner {
    align-items: stretch;
    flex-direction: column;
    padding: 14px 0 0;
  }

  .site-refresh .site-branding {
    justify-content: center;
    width: auto;
  }

  .site-refresh .site-logo img {
    width: 180px;
  }

  .site-refresh .header-right {
    align-items: stretch;
    max-width: none;
  }

  .site-refresh .header-top,
  .site-refresh .header-bottom,
  .site-refresh .header-contact-social {
    justify-content: center;
    text-align: center;
  }

  .site-refresh .header-top {
    gap: 12px;
  }

  .site-refresh .header-bottom {
    flex-wrap: wrap;
    gap: 12px;
  }

  .site-refresh .header-socials {
    display: none;
  }

  .site-refresh .site-nav-toggle {
    display: inline-flex;
    order: 1;
  }

  .site-refresh .header-cta {
    order: 2;
  }

  .site-refresh .site-header.site-nav-ready .main-nav {
    display: none;
  }

  .site-refresh .site-header.site-nav-ready.site-nav-open .main-nav {
    display: block;
    order: 3;
    width: 100%;
  }

  .site-refresh .main-nav {
    margin-top: 0;
    padding: 10px;
    width: 100%;
  }

  .site-refresh .main-nav ul {
    align-items: stretch;
    flex-direction: column;
    gap: 8px;
    justify-content: flex-start;
  }

  .site-refresh .main-nav a {
    border-radius: 14px;
    box-shadow: inset 0 0 0 1px rgba(20, 47, 69, 0.08);
    padding: 10px 14px;
  }

  .site-refresh .main-nav a.nav-link-hiring {
    justify-content: space-between;
  }

  .site-refresh .main-nav a::after {
    display: none;
  }

  .hero-panel,
  .sidebar-card,
  .contact-sidebar,
  .career-benefits {
    margin-top: 24px;
  }

  .greenwood-story-grid {
    display: grid;
    grid-template-areas:
      "story"
      "coverage";
    grid-template-columns: 1fr;
  }

  .greenwood-story-grid .sidebar-card {
    margin-top: 0;
    max-width: none;
    min-width: 0;
  }

  .greenwood-benefits-shell {
    display: block;
  }
}

@media (max-width: 767px) {
  .site-refresh .header-service-area {
    flex-basis: auto;
    text-align: center;
  }

  .greenwood-story-card::before {
    height: 120px;
    right: -48px;
    top: -60px;
    width: 120px;
  }

  .trust-grid,
  .card-grid,
  .proof-grid,
  .faq-preview-grid,
  .contact-form-grid,
  .greenwood-benefits-grid {
    grid-template-columns: 1fr;
  }

  .footer-service-line {
    margin-top: 8px;
    text-align: left;
  }
}

@media (max-width: 640px) {
  .greenwood-service-grid {
    display: block;
  }

  .greenwood-service-card {
    flex: none;
    width: 100%;
  }

  .greenwood-service-card + .greenwood-service-card {
    margin-top: 24px;
  }

  .greenwood-benefits-grid {
    margin-top: 24px;
  }

  .site-refresh .header-inner {
    padding: 14px 0 0;
  }

  .site-refresh .site-logo img {
    width: 168px;
  }

  .site-refresh .header-top,
  .site-refresh .header-bottom,
  .site-refresh .header-contact-social {
    flex-direction: column;
    gap: 12px;
  }

  .site-refresh .header-cta {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .site-refresh .header-right {
    max-width: none;
  }

  .hero-band,
  .page-hero,
  .section-block,
  .cta-band {
    padding-top: 48px;
    padding-bottom: 40px;
  }

  .site-refresh .site-header-phone {
    font-size: 14px;
  }

  .site-refresh .site-header-service-area {
    font-size: 12px;
  }

  .hero-band h1,
  .page-hero h1 {
    font-size: 34px;
  }

  .hero-actions .btn,
  .cta-actions .btn {
    width: 100%;
  }
}
