.src-homepage {
  --src-navy: #0b2340;
  --src-navy-deep: #06172b;
  --src-ink: #10243a;
  --src-text: #2a3d4f;
  --src-muted: #6a7787;
  --src-line: #d9e2ea;
  --src-surface: #ffffff;
  --src-surface-soft: #f6f9fc;
  --src-green: #3f9f48;
  --src-green-dark: #2d8037;
  --src-green-soft: #e7f4e9;
  --src-lime: #76c34e;
  --src-shadow: 0 24px 50px rgba(10, 23, 38, 0.18);
  --src-shadow-soft: 0 14px 30px rgba(10, 23, 38, 0.1);
  --src-radius: 22px;
  --src-shell: 1180px;
  width: 100vw;
  max-width: 100vw !important;
  margin-right: calc(50% - 50vw) !important;
  margin-left: calc(50% - 50vw) !important;
  overflow-x: clip;
  color: var(--src-text);
  background: var(--src-surface);
  font-family: "Manrope", "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

.src-homepage,
.src-homepage * {
  box-sizing: border-box;
}

.src-homepage :where(.wp-block-group, .wp-block-columns, .wp-block-column, .wp-block-buttons, .wp-block-button, .wp-block-cover, .wp-block-image, figure, p, h1, h2, h3, h4, ul) {
  margin-top: 0;
  margin-bottom: 0;
}

.src-homepage img {
  display: block;
  max-width: 100%;
  height: auto;
}

.src-homepage a {
  color: inherit;
  text-decoration: none;
}

.src-homepage .src-shell {
  width: min(100% - 32px, var(--src-shell));
  max-width: var(--src-shell);
  margin-right: auto !important;
  margin-left: auto !important;
}

.src-homepage .src-header-wrap {
  position: relative;
  z-index: 12;
  background: rgba(255, 255, 255, 0.98);
  border-bottom: 1px solid rgba(217, 226, 234, 0.92);
  box-shadow: 0 8px 30px rgba(8, 21, 38, 0.06);
}

.src-homepage .src-header {
  gap: 20px;
  padding-top: 16px;
  padding-bottom: 16px;
}

.src-homepage .src-brand {
  gap: 14px;
  min-width: 0;
  flex-shrink: 0;
}

.src-homepage .src-brand-mark {
  width: 72px;
  min-width: 72px;
  margin: 0;
}

.src-homepage .src-brand-mark img {
  width: 72px;
  height: 72px;
  object-fit: contain;
}

.src-homepage .src-brand-copy {
  display: grid;
  gap: 3px;
}

.src-homepage .src-brand-title {
  color: var(--src-ink);
  font-size: clamp(1rem, 4vw, 1.72rem);
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.04em;
  white-space: nowrap;
}

.src-homepage .src-brand-tagline {
  color: #33465a;
  font-size: 0.96rem;
  font-weight: 600;
}

.src-homepage .src-header-links {
  flex: 1;
  gap: 12px 24px;
  padding-left: 30px;
}

.src-homepage .src-header-mobile-toggle {
  display: none;
  margin-left: auto;
}

.src-homepage .src-menu-toggle {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 52px;
  height: 52px;
  padding: 0;
  border: 1px solid rgba(16, 36, 58, 0.12);
  border-radius: 14px;
  background: #ffffff;
  box-shadow: 0 10px 24px rgba(8, 21, 38, 0.08);
  cursor: pointer;
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.src-homepage .src-menu-toggle:hover {
  transform: translateY(-1px);
  border-color: rgba(63, 159, 72, 0.3);
  box-shadow: 0 14px 28px rgba(8, 21, 38, 0.12);
}

.src-homepage .src-menu-toggle span {
  display: block;
  width: 22px;
  height: 2px;
  margin: 0 auto;
  border-radius: 999px;
  background: var(--src-ink);
  transition: transform 180ms ease, opacity 180ms ease;
}

.src-homepage .src-menu-toggle[aria-expanded="true"] span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.src-homepage .src-menu-toggle[aria-expanded="true"] span:nth-child(2) {
  opacity: 0;
}

.src-homepage .src-menu-toggle[aria-expanded="true"] span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

.src-homepage .src-nav-link {
  color: var(--src-ink);
  font-size: 0.96rem;
  font-weight: 700;
}

.src-homepage .src-nav-link a {
  position: relative;
  display: inline-block;
  padding: 4px 0;
}

.src-homepage .src-nav-link a::after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -3px;
  height: 3px;
  border-radius: 999px;
  background: transparent;
  content: "";
  transition: background 180ms ease;
}

.src-homepage .src-nav-link-current a::after,
.src-homepage .src-nav-link a:hover::after,
.src-homepage .src-nav-link a:focus-visible::after {
  background: var(--src-green);
}

.src-homepage .src-header-buttons {
  margin-left: 8px;
}

.src-homepage .wp-block-button__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 24px;
  border: 1px solid transparent;
  border-radius: 14px;
  font-size: 0.98rem;
  font-weight: 800;
  line-height: 1;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease, border-color 180ms ease, color 180ms ease;
  white-space: nowrap;
}

.src-homepage .wp-block-button__link:hover {
  transform: translateY(-1px);
}

.src-homepage .wp-block-button__link:focus-visible,
.src-homepage a:focus-visible {
  outline: 3px solid rgba(63, 159, 72, 0.28);
  outline-offset: 3px;
}

.src-homepage .src-button-primary .wp-block-button__link {
  color: #ffffff;
  background: linear-gradient(180deg, #4dad4f 0%, var(--src-green-dark) 100%);
  box-shadow: 0 14px 26px rgba(45, 128, 55, 0.26);
}

.src-homepage .src-button-primary .wp-block-button__link:hover {
  background: linear-gradient(180deg, #43a246 0%, #286c30 100%);
}

.src-homepage .src-button-secondary .wp-block-button__link {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.3);
}

.src-homepage .src-button-secondary .wp-block-button__link:hover {
  background: rgba(255, 255, 255, 0.16);
  border-color: rgba(255, 255, 255, 0.45);
}

.src-homepage .src-button-outline-light .wp-block-button__link {
  color: #ffffff;
  background: transparent;
  border-color: rgba(255, 255, 255, 0.7);
}

.src-homepage .src-button-outline-light .wp-block-button__link:hover {
  background: rgba(255, 255, 255, 0.08);
}

.src-homepage .src-hero {
  position: relative;
}

.src-homepage .src-hero::before {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  content: "";
  background:
    linear-gradient(90deg, rgba(4, 14, 26, 0.76) 0%, rgba(4, 14, 26, 0.58) 40%, rgba(4, 14, 26, 0.2) 100%),
    linear-gradient(180deg, rgba(4, 14, 26, 0.2) 0%, rgba(4, 14, 26, 0.42) 100%);
}

.src-homepage .src-hero .wp-block-cover__background,
.src-homepage .src-hero .wp-block-cover__image-background {
  z-index: 0;
}

.src-homepage .src-hero .wp-block-cover__inner-container {
  position: relative;
  z-index: 2;
}

.src-homepage .src-hero-shell {
  padding-top: 72px;
  padding-bottom: 76px;
}

.src-homepage .src-hero-grid {
  display: grid !important;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.78fr);
  align-items: center !important;
  gap: 36px;
}

.src-homepage .src-hero-grid > .wp-block-column {
  min-width: 0;
}

.src-homepage .src-hero-copy {
  color: #ffffff;
}

.src-homepage .src-hero-title {
  max-width: 680px;
  color: #ffffff;
  font-size: clamp(2.45rem, 4.2vw, 3.7rem);
  font-weight: 800;
  line-height: 1.03;
  letter-spacing: -0.05em;
}

.src-homepage .src-page-kicker {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  color: var(--src-green-dark);
  font-size: 0.95rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.src-homepage .src-page-kicker::after {
  width: 88px;
  height: 2px;
  border-radius: 999px;
  background: rgba(63, 159, 72, 0.35);
  content: "";
}

.src-homepage .src-check-list {
  display: grid;
  gap: 14px;
  padding-left: 0;
  list-style: none;
}

.src-homepage .src-check-list li {
  position: relative;
  padding-left: 34px;
}

.src-homepage .src-check-list li::before {
  position: absolute;
  top: 1px;
  left: 0;
  width: 22px;
  height: 22px;
  border-radius: 999px;
  background: linear-gradient(180deg, #4dad4f 0%, var(--src-green-dark) 100%);
  color: #ffffff;
  font-size: 0.9rem;
  font-weight: 800;
  line-height: 22px;
  text-align: center;
  content: "\2713";
}

.src-homepage .src-contractors-page {
  background: linear-gradient(180deg, #f4f8fb 0%, #eef4f8 100%);
}

.src-homepage .src-contractors-hero {
  position: relative;
  overflow: hidden;
  background: #08172a;
}

.src-homepage .src-contractors-hero::before {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(5, 16, 30, 0.84) 0%, rgba(5, 16, 30, 0.72) 34%, rgba(5, 16, 30, 0.34) 62%, rgba(5, 16, 30, 0.1) 100%),
    linear-gradient(180deg, rgba(5, 16, 30, 0.1) 0%, rgba(5, 16, 30, 0.42) 100%);
  content: "";
}

.src-homepage .src-contractors-hero-image {
  position: absolute;
  inset: 0;
  z-index: 0;
  margin: 0;
}

.src-homepage .src-contractors-hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.src-homepage .src-contractors-hero-shell {
  position: relative;
  z-index: 2;
  padding-top: 72px;
  padding-bottom: 78px;
}

.src-homepage .src-contractors-hero-copy {
  max-width: 620px;
  color: #ffffff;
}

.src-homepage .src-contractors-hero-title {
  margin-top: 16px;
  color: #ffffff;
  font-size: clamp(2.6rem, 4.3vw, 3.7rem);
  font-weight: 800;
  line-height: 0.98;
  letter-spacing: -0.05em;
}

.src-homepage .src-contractors-hero-title span {
  color: var(--src-lime);
}

.src-homepage .src-contractors-hero-lede {
  margin-top: 22px;
  margin-left: 0 !important;
  max-width: 560px;
  color: rgba(255, 255, 255, 0.92);
  font-size: 1.18rem;
  line-height: 1.7;
  text-align: left;
}

.src-homepage .src-contractors-check-list {
  margin-top: 28px;
  max-width: 560px;
  color: #ffffff;
  font-size: 1.02rem;
}

.src-homepage .src-contractors-check-list li {
  color: #ffffff;
}

.src-homepage .src-contractors-benefits {
  position: relative;
  z-index: 3;
  background: linear-gradient(180deg, #0b2340 0%, #08192f 100%);
}

.src-homepage .src-contractors-benefits .src-shell {
  width: min(100% - 32px, 1280px);
  max-width: 1280px;
}

.src-homepage .src-contractors-benefits-grid {
  display: grid !important;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0;
  margin: 0;
}

.src-homepage .src-contractors-benefits-grid > .wp-block-column {
  min-width: 0;
  width: auto !important;
  flex-basis: auto !important;
  margin-left: 0 !important;
}

.src-homepage .src-contractors-benefit-card {
  display: grid;
  justify-items: center;
  align-content: start;
  min-height: 100%;
  gap: 14px;
  padding: 26px 22px;
  color: #ffffff;
  text-align: center;
}

.src-homepage .src-contractors-benefits-grid > .wp-block-column:not(:last-child) .src-contractors-benefit-card {
  border-right: 1px solid rgba(255, 255, 255, 0.14);
}

.src-homepage .src-contractors-benefit-icon {
  flex: 0 0 auto;
  width: 74px;
  min-width: 74px;
  margin: 0;
}

.src-homepage .src-contractors-benefit-icon img {
  width: 74px;
  height: 74px;
  object-fit: contain;
  background: transparent !important;
}

.src-homepage .src-contractors-benefit-title {
  color: #ffffff;
  font-size: 1.15rem;
  font-weight: 800;
  line-height: 1.15;
}

.src-homepage .src-contractors-benefit-card p:not(.src-contractors-benefit-icon) {
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.98rem;
  line-height: 1.55;
}

.src-homepage .src-contractors-form-section {
  padding: 76px 0 94px;
}

.src-homepage .src-contractors-form-wrap {
  display: grid;
  gap: 28px;
}

.src-homepage .src-contractors-form-intro {
  max-width: 740px;
}

.src-homepage .src-contractors-form-title {
  margin-top: 14px;
  color: var(--src-ink);
  font-size: clamp(2.2rem, 4vw, 3.4rem);
  font-weight: 800;
  line-height: 1.02;
  letter-spacing: -0.04em;
}

.src-homepage .src-contractors-form-card {
  padding: 30px;
  border: 1px solid #d9e4ee;
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: var(--src-shadow-soft);
}

.src-homepage .src-contractors-form {
  display: grid;
  gap: 22px;
}

.src-homepage .src-form-grid {
  display: grid;
  gap: 18px;
}

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

.src-homepage .src-form-field,
.src-homepage .src-form-fieldset {
  display: grid;
  gap: 10px;
}

.src-homepage .src-form-field label,
.src-homepage .src-form-field legend,
.src-homepage .src-form-fieldset legend {
  color: var(--src-ink);
  font-size: 0.98rem;
  font-weight: 800;
  line-height: 1.4;
}

.src-homepage .src-form-field span,
.src-homepage .src-form-fieldset span {
  color: #cf3a2d;
}

.src-homepage .src-form-fieldset {
  padding: 0;
  border: 0;
}

.src-homepage .src-form-field input[type="text"],
.src-homepage .src-form-field input[type="email"],
.src-homepage .src-form-field input[type="tel"],
.src-homepage .src-form-field input[type="url"],
.src-homepage .src-form-field select,
.src-homepage .src-form-field textarea,
.src-homepage .src-form-fieldset input[type="text"],
.src-homepage .src-form-fieldset select {
  width: 100%;
  min-height: 56px;
  padding: 14px 16px;
  border: 1px solid #cad6e2;
  border-radius: 16px;
  background: #ffffff;
  color: var(--src-text);
  font: inherit;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.6);
}

.src-homepage .src-form-field textarea {
  min-height: 132px;
  resize: vertical;
}

.src-homepage .src-form-field input:focus-visible,
.src-homepage .src-form-field select:focus-visible,
.src-homepage .src-form-field textarea:focus-visible,
.src-homepage .src-form-fieldset input:focus-visible {
  outline: 3px solid rgba(63, 159, 72, 0.18);
  outline-offset: 2px;
  border-color: rgba(63, 159, 72, 0.7);
}

.src-homepage .src-form-sublabel {
  color: var(--src-muted) !important;
  font-size: 0.82rem !important;
  font-weight: 600 !important;
}

.src-homepage .src-form-options {
  padding: 18px 20px 20px;
  border: 1px solid #d9e4ee;
  border-radius: 22px;
  background: #f8fbfd;
}

.src-homepage .src-form-options legend {
  padding: 0 8px;
}

.src-homepage .src-form-options label {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: var(--src-text);
  font-size: 0.96rem;
  font-weight: 600;
}

.src-homepage .src-form-options input[type="checkbox"],
.src-homepage .src-form-options input[type="radio"] {
  margin-top: 3px;
  accent-color: var(--src-green);
}

.src-homepage .src-form-options-grid-2,
.src-homepage .src-form-options-grid-3 {
  display: grid;
  gap: 12px 18px;
}

.src-homepage .src-form-options-grid-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.src-homepage .src-form-options-grid-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.src-homepage .src-form-submit {
  display: flex;
  justify-content: flex-start;
}

.src-homepage .src-form-submit button {
  min-height: 58px;
  padding: 0 28px;
  border: 0;
  border-radius: 16px;
  color: #ffffff;
  background: linear-gradient(180deg, #4dad4f 0%, var(--src-green-dark) 100%);
  box-shadow: 0 14px 26px rgba(45, 128, 55, 0.22);
  font: inherit;
  font-size: 1rem;
  font-weight: 800;
  cursor: pointer;
}

.src-homepage .src-contractors-privacy-note {
  margin-top: 24px;
  padding-top: 24px;
  border-top: 1px solid #dbe5ed;
}

.src-homepage .src-contractors-privacy-note h3 {
  color: var(--src-ink);
  font-size: 1.2rem;
  font-weight: 800;
}

.src-homepage .src-contractors-privacy-note p {
  margin-top: 8px;
  color: var(--src-muted);
}

.src-homepage .src-property-owners-page {
  background: linear-gradient(180deg, #f3f8fb 0%, #eef4f8 100%);
}

.src-homepage .src-owner-hero {
  position: relative;
  overflow: hidden;
  background: #091827;
}

.src-homepage .src-owner-hero::before {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(5, 16, 30, 0.84) 0%, rgba(5, 16, 30, 0.72) 38%, rgba(5, 16, 30, 0.28) 68%, rgba(5, 16, 30, 0.08) 100%),
    linear-gradient(180deg, rgba(5, 16, 30, 0.1) 0%, rgba(5, 16, 30, 0.45) 100%);
  content: "";
}

.src-homepage .src-owner-hero-background {
  position: absolute;
  inset: 0;
  z-index: 0;
  margin: 0;
}

.src-homepage .src-owner-hero-background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.src-homepage .src-owner-hero-shell {
  position: relative;
  z-index: 2;
  padding-top: 72px;
  padding-bottom: 78px;
}

.src-homepage .src-owner-hero-copy {
  max-width: 650px;
  color: #ffffff;
}

.src-homepage .src-owner-hero-title {
  margin-top: 16px;
  color: #ffffff;
  font-size: clamp(2.35rem, 3.7vw, 3.35rem);
  font-weight: 800;
  line-height: 0.98;
  letter-spacing: -0.05em;
}

.src-homepage .src-owner-hero-title span {
  color: var(--src-lime);
}

.src-homepage .src-owner-hero-lede,
.src-homepage .src-owner-hero-support {
  max-width: 590px;
  color: rgba(255, 255, 255, 0.92);
  font-size: 1.14rem;
  line-height: 1.72;
}

.src-homepage .src-owner-hero-lede {
  margin-top: 20px;
}

.src-homepage .src-owner-hero-support {
  margin-top: 18px;
}

.src-homepage .src-owner-check-list {
  margin-top: 24px;
  max-width: 600px;
  padding-left: 34px;
  color: #ffffff;
}

.src-homepage .src-owner-check-list li {
  color: #ffffff !important;
}

.src-property-owners-page .src-owner-check-list li {
  color: #ffffff !important;
}

.src-homepage .src-owner-intro-band {
  padding: 46px 0 0;
}

.src-homepage .src-owner-intro-card {
  padding: 34px 32px;
  border-radius: 28px;
  background: linear-gradient(180deg, #0b2340 0%, #08192f 100%);
  box-shadow: var(--src-shadow);
}

.src-homepage .src-owner-intro-title {
  color: #ffffff;
  font-size: clamp(1.8rem, 3.5vw, 2.5rem);
  font-weight: 800;
  letter-spacing: -0.04em;
}

.src-homepage .src-owner-intro-copy {
  margin-top: 14px;
  color: rgba(255, 255, 255, 0.88);
  font-size: 1.05rem;
  line-height: 1.8;
}

.src-homepage .src-owner-intro-subcopy {
  margin-top: 18px;
  color: #ffffff;
  font-size: 1.02rem;
  font-weight: 700;
}

.src-homepage .src-owner-form-section {
  padding: 42px 0 38px;
}

.src-homepage .src-owner-form-wrap {
  display: grid;
}

.src-homepage .src-owner-form-card {
  padding: 34px 32px 26px;
}

.src-homepage .src-upload-box {
  display: grid;
  justify-items: center;
  gap: 14px;
  padding: 28px 20px;
  border: 2px dashed #c9d7e3;
  border-radius: 20px;
  background: #f7fafc;
  text-align: center;
}

.src-homepage .src-upload-box p {
  color: var(--src-muted);
  font-size: 0.98rem;
  font-weight: 700;
}

.src-homepage .src-upload-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 18px;
  border-radius: 14px;
  color: #ffffff !important;
  background: linear-gradient(180deg, #4dad4f 0%, var(--src-green-dark) 100%);
  font-size: 0.95rem !important;
  font-weight: 800 !important;
  cursor: pointer;
}

.src-homepage .src-upload-box input[type="file"] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.src-homepage .src-owner-legal-note {
  margin-top: 18px;
  color: var(--src-muted);
  font-size: 0.92rem;
  line-height: 1.75;
}

.src-homepage .src-owner-closing-section {
  padding: 0 0 64px;
}

.src-homepage .src-owner-closing-card {
  padding: 28px 26px;
  border: 1px solid #d8e2eb;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: var(--src-shadow-soft);
}

.src-homepage .src-owner-closing-title {
  color: var(--src-ink);
  font-size: clamp(1.7rem, 3vw, 2.4rem);
  font-weight: 800;
  line-height: 1.16;
  letter-spacing: -0.04em;
}

.src-homepage .src-faq-section {
  padding: 64px 0 28px;
  background: linear-gradient(180deg, #f4f8fb 0%, #eff4f8 100%);
}

.src-homepage .src-faq-wrap {
  display: grid;
  gap: 16px;
}

.src-homepage .src-faq-title {
  color: var(--src-ink);
  font-size: clamp(2rem, 3.8vw, 3rem);
  font-weight: 800;
  line-height: 1.04;
  letter-spacing: -0.04em;
}

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

.src-homepage .src-faq-item {
  padding: 24px 22px;
  border: 1px solid #d8e2eb;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: var(--src-shadow-soft);
}

.src-homepage .src-faq-question {
  color: var(--src-ink);
  font-size: 1.16rem;
  font-weight: 800;
  line-height: 1.28;
}

.src-homepage .src-faq-answer {
  margin-top: 8px;
  color: var(--src-text);
  font-size: 0.98rem;
  line-height: 1.7;
}

@media (max-width: 1100px) {
  .src-homepage .src-contractors-benefits-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .src-homepage .src-contractors-benefits-grid > .wp-block-column:not(:last-child) .src-contractors-benefit-card {
    border-right: 0;
  }

  .src-homepage .src-contractors-benefit-card {
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  }
}

@media (max-width: 960px) {
  .src-homepage .src-contractors-hero-shell {
    padding-top: 54px;
    padding-bottom: 58px;
  }

  .src-homepage .src-contractors-hero::before {
    background:
      linear-gradient(180deg, rgba(5, 16, 30, 0.78) 0%, rgba(5, 16, 30, 0.66) 45%, rgba(5, 16, 30, 0.5) 100%);
  }

  .src-homepage .src-contractors-form-section {
    padding: 56px 0 72px;
  }

  .src-homepage .src-owner-hero-shell {
    padding-top: 54px;
    padding-bottom: 58px;
  }

  .src-homepage .src-owner-hero::before {
    background:
      linear-gradient(180deg, rgba(5, 16, 30, 0.8) 0%, rgba(5, 16, 30, 0.68) 46%, rgba(5, 16, 30, 0.52) 100%);
  }

  .src-homepage .src-owner-intro-band {
    padding-top: 32px;
  }

  .src-homepage .src-faq-grid {
    grid-template-columns: 1fr;
  }

  .src-homepage .src-form-grid-2,
  .src-homepage .src-form-options-grid-2,
  .src-homepage .src-form-options-grid-3 {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  .src-homepage .src-contractors-benefits-grid {
    grid-template-columns: 1fr;
  }

  .src-homepage .src-contractors-benefit-card {
    padding: 22px 18px;
  }

  .src-homepage .src-contractors-benefit-icon {
    min-width: 68px;
    min-height: 68px;
    font-size: 1rem;
  }

  .src-homepage .src-contractors-form-card {
    padding: 22px 18px;
    border-radius: 22px;
  }

  .src-homepage .src-owner-intro-card,
  .src-homepage .src-owner-form-card,
  .src-homepage .src-owner-closing-card {
    padding-right: 18px;
    padding-left: 18px;
    border-radius: 22px;
  }

  .src-homepage .src-page-kicker::after {
    width: 54px;
  }
}

.src-homepage .src-hero-title span {
  color: var(--src-lime);
}

.src-homepage .src-hero-lede {
  max-width: 620px;
  margin-top: 22px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 1.2rem;
  line-height: 1.6;
}

.src-homepage .src-cta-row {
  gap: 16px;
  margin-top: 28px;
}

.src-homepage .src-cta-card {
  min-width: 220px;
  padding: 16px;
  border-radius: 18px;
  background: rgba(4, 17, 29, 0.56);
  border: 1px solid rgba(255, 255, 255, 0.18);
  backdrop-filter: blur(12px);
}

.src-homepage .src-cta-card .wp-block-buttons {
  margin-bottom: 10px;
}

.src-homepage .src-cta-card .wp-block-button {
  width: 100%;
}

.src-homepage .src-cta-card .wp-block-button__link {
  width: 100%;
}

.src-homepage .src-cta-caption {
  color: rgba(255, 255, 255, 0.88);
  font-size: 0.95rem;
  font-weight: 600;
}

.src-homepage .src-hero-trust {
  margin-top: 18px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.98rem;
  font-weight: 700;
}

.src-homepage .src-help-card {
  max-width: 430px;
  margin-left: auto !important;
  padding: 28px;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: var(--src-shadow);
}

.src-homepage .src-help-title {
  color: var(--src-ink);
  font-size: 1.9rem;
  font-weight: 800;
  letter-spacing: -0.04em;
}

.src-homepage .src-help-list {
  display: grid;
  gap: 10px;
  margin-top: 22px;
}

.src-homepage .src-help-item {
  gap: 16px;
  padding: 16px 18px;
  border: 1px solid var(--src-line);
  border-radius: 18px;
  background: #ffffff;
  box-shadow: 0 8px 16px rgba(9, 21, 35, 0.04);
}

.src-homepage .src-help-copy {
  gap: 14px;
  min-width: 0;
}

.src-homepage .src-help-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  min-width: 48px;
  height: 48px;
  border-radius: 14px;
  background: var(--src-green-soft);
  color: var(--src-green-dark);
  font-size: 1.45rem;
}

.src-homepage .src-help-label {
  color: var(--src-ink);
  font-size: 1rem;
  font-weight: 800;
  line-height: 1.25;
}

.src-homepage .src-help-meta {
  color: var(--src-muted);
  font-size: 0.94rem;
}

.src-homepage .src-help-arrow {
  color: #95a3af;
  font-size: 1.75rem;
  font-weight: 700;
}

.src-homepage .src-help-footnote {
  margin-top: 18px;
  color: var(--src-muted);
  font-size: 0.92rem;
  line-height: 1.55;
}

.src-homepage .src-partner-band {
  padding-top: 38px;
  padding-bottom: 44px;
  color: #ffffff;
  background:
    radial-gradient(circle at 50% 0%, rgba(74, 144, 226, 0.16), transparent 42%),
    linear-gradient(180deg, #0b2340 0%, #071a31 100%);
}

.src-homepage .src-band-kicker {
  margin-bottom: 26px;
  color: #ffffff;
  font-size: 1.05rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-align: center;
  text-transform: uppercase;
}

.src-homepage .src-trust-grid {
  display: grid !important;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 18px;
}

.src-homepage .src-trust-grid > .wp-block-column {
  min-width: 0;
}

.src-homepage .src-trust-card {
  height: 100%;
  min-height: 192px;
  padding: 18px 12px;
  text-align: center;
  border-left: 1px solid rgba(255, 255, 255, 0.18);
}

.src-homepage .src-trust-grid > .wp-block-column:first-child .src-trust-card {
  border-left: 0;
}

.src-homepage .src-trust-icon {
  margin-bottom: 12px;
  width: 96px;
  min-width: 96px;
  margin-right: auto;
  margin-left: auto;
  font-size: 2.3rem;
  line-height: 1;
}

.src-homepage .src-trust-icon img {
  width: 96px;
  height: 96px;
  object-fit: contain;
}

.src-homepage .src-trust-title {
  color: #ffffff;
  font-size: 1.28rem;
  font-weight: 800;
  line-height: 1.2;
}

.src-homepage .src-trust-card p:last-child {
  margin-top: 10px;
  color: rgba(255, 255, 255, 0.88);
  font-size: 0.96rem;
}

.src-homepage .src-section {
  padding-top: 82px;
  padding-bottom: 82px;
}

.src-homepage .src-steps-section {
  background:
    radial-gradient(circle at 50% 0%, rgba(118, 195, 78, 0.09), transparent 26%),
    linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
}

.src-homepage .src-section-title {
  color: var(--src-ink);
  font-size: clamp(2rem, 4vw, 3.1rem);
  font-weight: 800;
  line-height: 1.02;
  letter-spacing: -0.05em;
}

.src-homepage .src-section-title::after {
  display: block;
  width: 66px;
  height: 4px;
  margin: 14px auto 0;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--src-green) 0%, var(--src-lime) 100%);
  content: "";
}

.src-homepage .src-section-title-left::after {
  margin-left: 0;
  margin-right: 0;
}

.src-homepage .src-steps-grid {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
  margin-top: 34px;
}

.src-homepage .src-steps-grid > .wp-block-column {
  min-width: 0;
}

.src-homepage .src-step-card {
  position: relative;
  height: 100%;
  min-height: 320px;
  padding: 26px;
  border: 1px solid #dbe4ec;
  border-radius: 22px;
  background: #ffffff;
  box-shadow: var(--src-shadow-soft);
}

.src-homepage .src-step-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 999px;
  color: #ffffff;
  background: var(--src-green);
  font-size: 1rem;
  font-weight: 800;
  line-height: 1;
}

.src-homepage .src-step-title {
  margin-top: 16px;
  color: var(--src-ink);
  font-size: 1.6rem;
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: -0.03em;
}

.src-homepage .src-step-card p:not(.src-step-number):not(.src-step-icon) {
  margin-top: 14px;
  color: var(--src-text);
  font-size: 1rem;
}

.src-homepage .src-step-graphic {
  margin-top: 26px;
}

.src-homepage .src-step-graphic img {
  width: min(100%, 148px);
  height: 148px;
  margin-left: auto;
  margin-right: auto;
  object-fit: contain;
}

.src-homepage .src-steps-grid > .wp-block-column:not(:last-child) .src-step-card::after {
  position: absolute;
  top: 50%;
  right: -20px;
  z-index: 3;
  color: #9aa9b7;
  font-size: 2rem;
  font-weight: 800;
  line-height: 1;
  content: "\2192";
  transform: translateY(-50%);
}

.src-homepage .src-audience-section {
  background: var(--src-surface-soft);
}

.src-homepage .src-audience-layout {
  display: grid !important;
  grid-template-columns: minmax(0, 1.7fr) minmax(280px, 0.9fr);
  gap: 24px;
  align-items: start !important;
}

.src-homepage .src-audience-layout > .wp-block-column {
  min-width: 0;
}

.src-homepage .src-audience-grid {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 26px;
}

.src-homepage .src-audience-grid > .wp-block-column {
  min-width: 0;
}

.src-homepage .src-audience-card {
  height: 100%;
  min-height: 0;
  padding: 22px;
  border: 1px solid var(--src-line);
  border-radius: 22px;
  background: #ffffff;
  box-shadow: var(--src-shadow-soft);
}

.src-homepage .src-audience-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  border-radius: 999px;
  color: var(--src-green-dark);
  background: var(--src-green-soft);
  font-size: 0.92rem;
  font-weight: 800;
}

.src-homepage .src-audience-photo {
  margin-top: 18px;
}

.src-homepage .src-audience-photo img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  border-radius: 18px;
}

.src-homepage .src-audience-list {
  display: grid;
  gap: 6px;
  margin-top: 16px;
  padding-left: 12px;
  list-style: none;
}

.src-homepage .src-audience-list li {
  color: var(--src-text);
  font-size: 1rem;
  line-height: 1.32;
}


.src-homepage .src-feature-panel {
  position: sticky;
  top: 20px;
  margin-top: 92px;
  padding: 26px 24px;
  border: 1px solid #d9ead5;
  border-radius: 24px;
  background:
    radial-gradient(circle at 100% 0%, rgba(118, 195, 78, 0.18), transparent 34%),
    linear-gradient(180deg, #f5fbf3 0%, #eef7eb 100%);
  box-shadow: var(--src-shadow-soft);
}

.src-homepage .src-feature-title {
  color: #214528;
  font-size: 2rem;
  font-weight: 800;
  line-height: 1.04;
  letter-spacing: -0.04em;
}

.src-homepage .src-check-list {
  display: grid;
  gap: 12px;
  margin-top: 20px;
  padding-left: 0;
  list-style: none;
}

.src-homepage .src-check-list:not(.src-contractors-check-list) li {
  position: relative;
  padding-left: 30px;
  color: #26412f;
  font-weight: 600;
}

.src-homepage .src-check-list:not(.src-contractors-check-list) li::before {
  position: absolute;
  left: 0;
  top: 1px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  border-radius: 999px;
  color: #ffffff;
  background: var(--src-green);
  font-size: 0.78rem;
  font-weight: 800;
  content: "\2713";
}

.src-homepage .src-feature-panel .wp-block-buttons {
  margin-top: 24px;
}

.src-homepage .src-cta-band {
  padding-top: 42px;
  padding-bottom: 42px;
  color: #ffffff;
  background:
    linear-gradient(90deg, #2f8c38 0%, #3d9c47 44%, #2f8c38 100%);
}

.src-homepage .src-cta-band-inner {
  gap: 22px;
}

.src-homepage .src-cta-band-copy {
  display: grid;
  gap: 10px;
}

.src-homepage .src-cta-band-title {
  color: #ffffff;
  font-size: clamp(2rem, 4vw, 3.3rem);
  font-weight: 800;
  line-height: 0.98;
  letter-spacing: -0.05em;
}

.src-homepage .src-cta-band-copy p:last-child {
  max-width: 680px;
  font-size: 1.1rem;
  font-weight: 600;
}

.src-homepage .src-cta-band-action {
  min-width: 250px;
}

.src-homepage .src-cta-band-note {
  margin-top: 12px;
  color: rgba(255, 255, 255, 0.88);
  font-size: 0.95rem;
  font-weight: 600;
}

.src-homepage .src-footer,
.src-municipalities-page .src-footer {
  padding-top: 52px;
  padding-bottom: 36px;
  color: rgba(255, 255, 255, 0.88);
  background: linear-gradient(180deg, #08192d 0%, #06121f 100%);
}

.src-homepage .src-footer-grid,
.src-municipalities-page .src-footer-grid {
  display: grid !important;
  grid-template-columns: minmax(320px, 1.75fr) repeat(3, minmax(0, 0.9fr));
  gap: 36px;
}

.src-homepage .src-footer-grid > .wp-block-column,
.src-municipalities-page .src-footer-grid > .wp-block-column {
  min-width: 0;
}

.src-homepage .src-footer-brand,
.src-municipalities-page .src-footer-brand {
  color: #ffffff;
  font-size: 1.32rem;
  font-weight: 800;
  line-height: 1.05;
  letter-spacing: -0.04em;
  white-space: nowrap;
}

.src-homepage .src-brand-title a,
.src-homepage .src-footer-brand a,
.src-municipalities-page .src-brand-title a,
.src-municipalities-page .src-footer-brand a {
  color: inherit;
  text-decoration: none;
}

.src-homepage .src-brand-title a:hover,
.src-homepage .src-brand-title a:focus-visible,
.src-homepage .src-footer-brand a:hover,
.src-homepage .src-footer-brand a:focus-visible,
.src-municipalities-page .src-brand-title a:hover,
.src-municipalities-page .src-brand-title a:focus-visible,
.src-municipalities-page .src-footer-brand a:hover,
.src-municipalities-page .src-footer-brand a:focus-visible {
  color: inherit;
}

.src-homepage .src-footer-tag,
.src-homepage .src-footer-powered,
.src-municipalities-page .src-footer-tag,
.src-municipalities-page .src-footer-powered {
  margin-top: 12px;
  font-size: 0.96rem;
}

.src-homepage .src-footer-powered,
.src-municipalities-page .src-footer-powered {
  color: #9fd07f;
  font-weight: 700;
}

.src-homepage .src-footer-powered a,
.src-municipalities-page .src-footer-powered a {
  color: inherit;
  text-decoration: none;
}

.src-homepage .src-footer-powered a:hover,
.src-homepage .src-footer-powered a:focus-visible,
.src-municipalities-page .src-footer-powered a:hover,
.src-municipalities-page .src-footer-powered a:focus-visible {
  color: #ffffff;
}

.src-homepage .src-footer-heading,
.src-municipalities-page .src-footer-heading {
  color: #ffffff;
  font-size: 1rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.src-homepage .src-footer-links,
.src-municipalities-page .src-footer-links {
  display: grid;
  gap: 12px;
  margin-top: 16px;
  padding-left: 0;
  list-style: none;
}

.src-homepage .src-footer-links li,
.src-homepage .src-footer p,
.src-municipalities-page .src-footer-links li,
.src-municipalities-page .src-footer p {
  font-size: 0.96rem;
}

.src-homepage .src-footer-links a:hover,
.src-homepage .src-footer-links a:focus-visible,
.src-homepage .src-footer-legal a:hover,
.src-homepage .src-footer-legal a:focus-visible,
.src-municipalities-page .src-footer-links a:hover,
.src-municipalities-page .src-footer-links a:focus-visible {
  color: #ffffff;
}

.src-homepage .src-footer-button {
  margin-top: 16px;
}

.src-homepage .src-footer-bottom,
.src-municipalities-page .src-footer-bottom {
  gap: 14px 20px;
  margin-top: 34px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.src-homepage .src-footer-copyright,
.src-homepage .src-footer-legal,
.src-municipalities-page .src-footer-copyright,
.src-municipalities-page .src-footer-legal {
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.9rem;
}

.src-homepage .src-footer-legal span {
  display: inline-block;
  margin: 0 8px;
  color: rgba(255, 255, 255, 0.36);
}

@media (max-width: 1180px) {
  .src-homepage .src-trust-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

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

  .src-homepage .src-steps-grid > .wp-block-column:not(:last-child) .src-step-card::after {
    display: none;
  }

  .src-homepage .src-footer-grid,
  .src-municipalities-page .src-footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 960px) {
  .src-homepage .src-header {
    justify-content: center !important;
  }

  .src-homepage .src-header-links {
    justify-content: center !important;
  }

  .src-homepage .src-hero-shell {
    padding-top: 48px;
    padding-bottom: 56px;
  }

  .src-homepage .src-hero-grid,
  .src-homepage .src-audience-layout {
    grid-template-columns: minmax(0, 1fr);
  }

  .src-homepage .src-help-card {
    max-width: 100%;
    margin-left: 0 !important;
  }

  .src-homepage .src-feature-panel {
    position: static;
    margin-top: 0;
  }
}

@media (max-width: 782px) {
  .src-homepage {
    font-size: 15px;
  }

  .src-homepage .src-header {
    flex-wrap: nowrap !important;
    align-items: center !important;
    justify-content: space-between !important;
  }

  .src-homepage .src-brand {
    align-items: flex-start !important;
    flex: 1 1 auto;
    min-width: 0;
    gap: 10px;
  }

  .src-homepage .src-brand-mark {
    width: 50px;
    min-width: 50px;
  }

  .src-homepage .src-brand-mark img {
    width: 50px;
    height: 50px;
  }

  .src-homepage .src-brand-title {
    font-size: 1.2rem;
    white-space: normal;
    line-height: 1.05;
  }

  .src-homepage .src-brand-tagline {
    font-size: 0.74rem;
  }

  .src-homepage .src-header-mobile-toggle {
    display: flex;
    flex: 0 0 auto;
    margin-left: 12px;
    align-self: flex-start;
  }

  .src-homepage .src-header-links {
    display: none;
    flex: 1 1 100%;
    width: 100%;
    margin-top: 16px;
    padding: 18px;
    padding-left: 18px;
    gap: 8px;
    border: 1px solid rgba(217, 226, 234, 0.96);
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 20px 34px rgba(8, 21, 38, 0.12);
    justify-content: flex-start !important;
    align-items: stretch !important;
  }

  .src-homepage .src-header-links.is-open {
    display: flex;
  }

  .src-homepage .src-nav-link,
  .src-municipalities-page .src-nav-link {
    width: 100%;
    font-size: 0.98rem;
  }

  .src-homepage .src-nav-link a {
    display: block;
    width: 100%;
    padding: 8px 0;
  }

  .src-homepage .src-header-buttons {
    width: 100%;
    margin-top: 10px;
    margin-left: 0;
  }

  .src-homepage .src-header-buttons .wp-block-button,
  .src-homepage .src-header-buttons .wp-block-button__link {
    width: 100%;
  }

  .src-homepage .src-menu-toggle {
    width: 42px;
    height: 42px;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }

  .src-homepage .src-menu-toggle:hover {
    transform: none;
    border-color: transparent;
    box-shadow: none;
  }

  .src-homepage .src-menu-toggle span {
    width: 20px;
  }

  .src-homepage .src-hero-title {
    font-size: clamp(2.5rem, 10vw, 3.8rem);
  }

  .src-homepage .src-hero-lede {
    font-size: 1.05rem;
  }

  .src-homepage .src-cta-card {
    width: 100%;
  }

  .src-homepage .src-trust-grid,
  .src-homepage .src-steps-grid,
  .src-homepage .src-audience-grid,
  .src-homepage .src-footer-grid,
  .src-municipalities-page .src-footer-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .src-homepage .src-trust-card {
    min-height: auto;
    padding: 16px 0;
    border-left: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.18);
  }

  .src-homepage .src-trust-icon {
    margin-bottom: 8px;
    width: 44px;
    min-width: 44px;
    font-size: 1.25rem;
  }

  .src-homepage .src-trust-icon img {
    width: 44px;
    height: 44px;
  }

  .src-homepage .src-trust-title {
    font-size: 1.02rem;
  }

  .src-homepage .src-trust-card p:last-child {
    margin-top: 6px;
    font-size: 0.88rem;
  }

  .src-homepage .src-trust-grid > .wp-block-column:first-child .src-trust-card {
    border-top: 0;
  }

  .src-homepage .src-section {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .src-homepage .src-step-card {
    min-height: 0;
  }

  .src-homepage .src-feature-title {
    font-size: 1.8rem;
  }

  .src-homepage .src-footer-bottom,
  .src-municipalities-page .src-footer-bottom {
    justify-content: flex-start !important;
  }
}

.src-homepage .src-button-outline-dark .wp-block-button__link {
  color: var(--src-ink);
  background: rgba(255, 255, 255, 0.88);
  border-color: rgba(16, 36, 58, 0.14);
  box-shadow: 0 12px 24px rgba(8, 21, 38, 0.06);
}

.src-homepage .src-button-outline-dark .wp-block-button__link:hover {
  background: #ffffff;
  border-color: rgba(16, 36, 58, 0.24);
}

.src-municipalities-page {
  background:
    radial-gradient(circle at 0% 0%, rgba(118, 195, 78, 0.08), transparent 22%),
    linear-gradient(180deg, #fbfdff 0%, #f7fbff 30%, #ffffff 100%);
}

.src-municipalities-page .src-header-wrap {
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(14px);
}

.src-municipalities-page .src-header-links {
  gap: 12px 18px;
}

.src-municipalities-page .src-nav-link {
  font-size: 0.9rem;
}

.src-municipalities-page .src-page-hero {
  position: relative;
  overflow: hidden;
  padding-top: 66px;
  padding-bottom: 72px;
  background:
    linear-gradient(180deg, #f7fbff 0%, #eef6fb 52%, #f9fcff 100%);
}

.src-municipalities-page .src-page-hero::before {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  content: "";
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.97) 0%, rgba(255, 255, 255, 0.93) 25%, rgba(255, 255, 255, 0.68) 44%, rgba(255, 255, 255, 0.24) 64%, rgba(255, 255, 255, 0.08) 100%),
    radial-gradient(circle at 20% 34%, rgba(255, 255, 255, 0.88) 0%, rgba(255, 255, 255, 0.72) 18%, rgba(255, 255, 255, 0.2) 44%, rgba(255, 255, 255, 0) 62%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.02) 0%, rgba(226, 239, 247, 0.48) 100%);
}

.src-municipalities-page .src-page-hero::after {
  display: none;
}

.src-municipalities-page .src-muni-hero-background {
  position: absolute;
  inset: 0;
  z-index: 0;
  margin: 0;
}

.src-municipalities-page .src-muni-hero-background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 52%;
  filter: saturate(0.95) brightness(1.02);
}

.src-municipalities-page .src-page-hero-shell {
  position: relative;
  z-index: 2;
}

.src-municipalities-page .src-page-hero-grid > .wp-block-column,
.src-municipalities-page .src-flow-grid > .wp-block-column,
.src-municipalities-page .src-page-benefits-grid > .wp-block-column,
.src-municipalities-page .src-capability-grid > .wp-block-column,
.src-municipalities-page .src-platform-panel > .wp-block-column,
.src-municipalities-page .src-page-cta-strip > .wp-block-column,
.src-municipalities-page .src-muni-footer-grid > .wp-block-column {
  min-width: 0;
}

.src-municipalities-page .src-page-kicker,
.src-municipalities-page .src-section-kicker {
  color: var(--src-green-dark);
  font-size: 0.95rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.src-municipalities-page .src-page-kicker {
  display: inline-flex;
  align-items: center;
  gap: 16px;
}

.src-municipalities-page .src-page-kicker::after {
  display: block;
  width: 72px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(63, 159, 72, 0.5) 0%, rgba(63, 159, 72, 0) 100%);
  content: "";
}

.src-municipalities-page .src-page-hero-copy {
  max-width: 760px;
}

.src-municipalities-page .src-page-hero-copy > * {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.src-municipalities-page .src-page-hero-title {
  max-width: 720px;
  margin-top: 16px;
  color: var(--src-ink);
  font-size: clamp(2.8rem, 4.9vw, 4.2rem);
  font-weight: 800;
  line-height: 0.98;
  letter-spacing: -0.06em;
}

.src-municipalities-page .src-page-hero-lede {
  max-width: 660px;
  margin-top: 22px;
  color: #2f4255;
  font-size: 1.14rem;
  line-height: 1.72;
}

.src-municipalities-page .src-page-check-list {
  max-width: 660px;
  margin-top: 22px;
}

.src-municipalities-page .src-page-check-list li {
  font-weight: 600;
}

.src-municipalities-page .src-page-hero-actions {
  gap: 14px;
  margin-top: 30px;
}

.src-municipalities-page .src-flow-section {
  position: relative;
  padding-top: 28px;
  padding-bottom: 54px;
  background: #f8fbff;
}

.src-municipalities-page .src-flow-card {
  position: relative;
  max-width: 1120px;
  margin: 0 auto;
  padding: 34px 36px;
  border: 1px solid rgba(210, 223, 234, 0.92);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 28px 56px rgba(8, 21, 38, 0.12);
}

.src-municipalities-page .src-flow-kicker {
  color: var(--src-green-dark);
  font-size: 1rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  line-height: 1.4;
  text-align: center;
  text-transform: uppercase;
}

.src-municipalities-page .src-flow-grid {
  display: grid !important;
  grid-template-columns: minmax(170px, 1fr) 54px minmax(170px, 1fr) 54px minmax(230px, 1.26fr);
  gap: 18px;
  margin-top: 28px;
  align-items: center !important;
}

.src-municipalities-page .src-flow-panel {
  height: 100%;
  padding: 26px 22px;
  border: 1px solid #e0e8f0;
  border-radius: 22px;
  background: linear-gradient(180deg, #ffffff 0%, #f4f8fc 100%);
  text-align: center;
}

.src-municipalities-page .src-flow-panel:not(.src-flow-panel-routes) {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}

.src-municipalities-page .src-flow-panel-routes {
  text-align: left;
}

.src-municipalities-page .src-flow-panel-label {
  color: #4f6375;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.src-municipalities-page .src-flow-graphic {
  margin-top: 14px;
  display: flex;
  justify-content: center;
  width: 100%;
}

.src-municipalities-page .src-flow-graphic img {
  width: min(100%, 122px);
  height: 122px;
  margin-left: auto;
  margin-right: auto;
  object-fit: contain;
}

.src-municipalities-page .src-flow-graphic-report img {
  width: min(100%, 126px);
  height: 126px;
}

.src-municipalities-page .src-flow-graphic-assess img {
  width: min(100%, 182px);
  height: auto;
  max-height: 126px;
}

.src-municipalities-page .src-flow-meta {
  margin-top: 16px;
  color: #385065;
  font-size: 0.95rem;
  line-height: 1.7;
  max-width: 252px;
}

.src-municipalities-page .src-flow-arrow-column {
  display: flex;
  align-items: center;
  justify-content: center;
}

.src-municipalities-page .src-flow-arrow {
  color: #6d8297;
  font-size: 2rem;
  font-weight: 800;
  line-height: 1;
}

.src-municipalities-page .src-route-list {
  display: grid;
  gap: 12px;
  margin-top: 18px;
}

.src-municipalities-page .src-route-item {
  padding: 14px 16px;
  border-left: 3px solid rgba(63, 159, 72, 0.6);
  border-radius: 14px;
  background: rgba(243, 248, 252, 0.9);
}

.src-municipalities-page .src-route-copy {
  min-width: 0;
}

.src-municipalities-page .src-route-title {
  color: var(--src-ink);
  font-size: 0.98rem;
  font-weight: 800;
  line-height: 1.3;
}

.src-municipalities-page .src-route-meta {
  margin-top: 4px;
  color: #53697b;
  font-size: 0.9rem;
}

.src-municipalities-page .src-page-benefits {
  padding-top: 30px;
  padding-bottom: 34px;
  color: #ffffff;
  background:
    radial-gradient(circle at 50% 0%, rgba(90, 166, 226, 0.18), transparent 40%),
    linear-gradient(180deg, #0d2748 0%, #07192f 100%);
}

.src-municipalities-page .src-page-benefits-grid {
  display: grid !important;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 18px;
}

.src-municipalities-page .src-page-benefit-card {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  height: 100%;
  padding: 8px 6px 8px 18px;
  border-left: 1px solid rgba(255, 255, 255, 0.16);
}

.src-municipalities-page .src-page-benefits-grid > .wp-block-column:first-child .src-page-benefit-card {
  padding-left: 0;
  border-left: 0;
}

.src-municipalities-page .src-page-benefit-icon {
  width: 56px;
  min-width: 56px;
  margin: 0;
}

.src-municipalities-page .src-page-benefit-icon img {
  width: 56px;
  height: 56px;
  object-fit: contain;
  filter: drop-shadow(0 6px 14px rgba(8, 25, 47, 0.16));
}

.src-municipalities-page .src-page-benefit-copy {
  display: grid;
  gap: 6px;
}

.src-municipalities-page .src-page-benefit-title {
  color: #ffffff;
  font-size: 1.18rem;
  font-weight: 800;
  line-height: 1.15;
}

.src-municipalities-page .src-page-benefit-copy p:last-child {
  color: rgba(255, 255, 255, 0.84);
  font-size: 0.95rem;
}

.src-municipalities-page .src-page-capabilities {
  padding-top: 78px;
}

.src-municipalities-page .src-capability-grid {
  display: grid !important;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 18px;
  margin-top: 34px;
}

.src-municipalities-page .src-capability-card {
  height: 100%;
  min-height: 280px;
  padding: 26px 18px;
  border: 1px solid #dbe5ed;
  border-radius: 22px;
  background: linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
  box-shadow: var(--src-shadow-soft);
  text-align: center;
}

.src-municipalities-page .src-capability-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 74px;
  min-width: 74px;
  height: 74px;
  margin: 0 auto;
  padding: 12px;
  border-radius: 24px;
  background:
    radial-gradient(circle at 32% 24%, rgba(118, 195, 78, 0.22), transparent 52%),
    linear-gradient(180deg, #f4fbf3 0%, #edf7ee 100%);
  box-shadow: inset 0 0 0 1px rgba(63, 159, 72, 0.16);
}

.src-municipalities-page .src-capability-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.src-municipalities-page .src-capability-title {
  margin-top: 18px;
  color: var(--src-ink);
  font-size: 1.36rem;
  font-weight: 800;
  line-height: 1.16;
  letter-spacing: -0.03em;
}

.src-municipalities-page .src-capability-copy {
  margin-top: 14px;
  color: var(--src-text);
  font-size: 0.98rem;
  line-height: 1.6;
}

.src-municipalities-page .src-platform-section {
  padding-top: 10px;
}

.src-municipalities-page .src-platform-panel {
  display: grid !important;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: 34px;
  align-items: center !important;
  padding: 34px;
  border: 1px solid #dce7ef;
  border-radius: 30px;
  background: linear-gradient(180deg, #fcfeff 0%, #f1f7fc 100%);
  box-shadow: var(--src-shadow-soft);
}

.src-municipalities-page .src-platform-visual {
  min-height: 390px;
  border-radius: 28px;
  overflow: hidden;
}

.src-municipalities-page .src-platform-visual-image {
  margin: 0;
  height: 100%;
}

.src-municipalities-page .src-platform-visual-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.src-municipalities-page .src-platform-title {
  margin-top: 10px;
  color: var(--src-ink);
  font-size: clamp(2.2rem, 3.9vw, 3.35rem);
  font-weight: 800;
  line-height: 1.02;
  letter-spacing: -0.05em;
}

.src-municipalities-page .src-platform-lede {
  margin-top: 16px;
  color: #31475b;
  font-size: 1.08rem;
}

.src-municipalities-page .src-platform-list {
  margin-top: 22px;
}

.src-municipalities-page .src-platform-list li {
  color: #294154;
  font-size: 0.94rem;
  font-weight: 500;
  line-height: 1.45;
  white-space: nowrap;
}

.src-municipalities-page .src-page-cta-strip-wrap {
  padding-top: 18px;
  padding-bottom: 46px;
}

.src-municipalities-page .src-page-cta-strip {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  border: 1px solid #dbe5ee;
  border-radius: 28px;
  background: linear-gradient(180deg, #ffffff 0%, #f7fbff 100%);
  box-shadow: var(--src-shadow-soft);
  overflow: hidden;
}

.src-municipalities-page .src-page-cta-block {
  height: 100%;
  padding: 30px 34px;
}

.src-municipalities-page .src-page-cta-strip > .wp-block-column + .wp-block-column .src-page-cta-block {
  border-left: 1px solid #e4ebf2;
}

.src-municipalities-page .src-page-cta-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 70px;
  height: 32px;
  padding: 0 12px;
  border-radius: 999px;
  color: var(--src-green-dark);
  background: var(--src-green-soft);
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.src-municipalities-page .src-page-cta-title {
  margin-top: 16px;
  color: var(--src-ink);
  font-size: 2rem;
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: -0.04em;
}

.src-municipalities-page .src-page-cta-block p:last-child {
  margin-top: 14px;
  color: #375062;
  font-size: 1rem;
  line-height: 1.65;
}

.src-municipalities-page .src-page-cta-actions {
  gap: 14px;
  margin-top: 22px;
}

.src-municipalities-page .src-muni-footer {
  padding-top: 34px;
  padding-bottom: 34px;
  color: rgba(255, 255, 255, 0.88);
  background: linear-gradient(180deg, #071a31 0%, #061220 100%);
}

.src-municipalities-page .src-muni-footer-grid {
  display: grid !important;
  grid-template-columns: minmax(220px, 1.05fr) auto minmax(0, 1.4fr) auto;
  gap: 24px;
  align-items: center !important;
}

.src-municipalities-page .src-muni-footer-brand {
  display: flex;
  align-items: center;
  gap: 14px;
}

.src-municipalities-page .src-muni-footer-mark {
  width: 60px;
  min-width: 60px;
  margin: 0;
}

.src-municipalities-page .src-muni-footer-mark img {
  width: 60px;
  height: 60px;
  object-fit: contain;
}

.src-municipalities-page .src-muni-footer-title {
  color: #ffffff;
  font-size: 1.72rem;
  font-weight: 800;
  line-height: 0.95;
  letter-spacing: -0.04em;
}

.src-municipalities-page .src-muni-footer-powered {
  color: #98d173;
  font-size: 1.05rem;
  font-weight: 800;
  white-space: nowrap;
}

.src-municipalities-page .src-muni-footer-copy {
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.98rem;
  line-height: 1.65;
}

.src-municipalities-page .src-muni-footer-actions {
  justify-content: flex-end;
}

.src-about-page .src-about-hero {
  position: relative;
  min-height: 320px;
  overflow: hidden;
}

.src-about-page .src-about-hero::before {
  position: absolute;
  inset: 0;
  z-index: 1;
  content: "";
  background:
    linear-gradient(180deg, rgba(8, 21, 38, 0.22) 0%, rgba(9, 30, 58, 0.52) 100%),
    linear-gradient(90deg, rgba(25, 74, 138, 0.22) 0%, rgba(25, 74, 138, 0.1) 45%, rgba(7, 19, 36, 0.18) 100%);
}

.src-about-page .src-about-hero-image,
.src-about-page .src-about-hero-image img {
  width: 100%;
  min-height: 320px;
  margin: 0;
}

.src-about-page .src-about-hero-image img {
  object-fit: cover;
  object-position: center 46%;
}

.src-about-page .src-about-hero-shell {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
}

.src-about-page .src-about-hero-title {
  color: #ffffff;
  font-size: clamp(3rem, 7vw, 5.4rem);
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.05em;
  text-shadow: 0 14px 34px rgba(7, 19, 36, 0.34);
}

.src-about-page .src-about-content-section {
  padding-top: 64px;
  padding-bottom: 84px;
  background:
    radial-gradient(circle at top right, rgba(118, 195, 78, 0.1) 0%, rgba(118, 195, 78, 0) 36%),
    linear-gradient(180deg, #f7fafc 0%, #eef4f8 100%);
}

.src-about-page .src-about-content-card {
  max-width: 860px;
  margin: 0 auto;
  padding: 42px 42px 46px;
  border: 1px solid #d8e4ee;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 22px 50px rgba(8, 21, 38, 0.08);
}

.src-about-page .src-about-copy,
.src-about-page .src-about-mission-label {
  color: #355065;
  font-size: 1.16rem;
  line-height: 1.85;
}

.src-about-page .src-about-copy + .src-about-copy,
.src-about-page .src-about-copy + .src-about-mission-label {
  margin-top: 22px;
}

.src-about-page .src-about-mission-label {
  font-weight: 800;
}

.src-about-page .src-about-mission {
  margin-top: 14px;
  color: var(--src-ink);
  font-size: clamp(1.5rem, 2.8vw, 2rem);
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: -0.03em;
}

.src-contact-page .src-contact-content-card {
  max-width: 760px;
}

.src-contact-page .src-contact-email {
  margin-top: 24px;
  color: var(--src-ink);
  font-size: clamp(1.24rem, 2.4vw, 1.58rem);
  font-weight: 700;
  line-height: 1.5;
}

.src-contact-page .src-contact-email a {
  color: var(--src-green-dark);
  font-weight: 800;
}

.src-contact-page .src-contact-email a:hover,
.src-contact-page .src-contact-email a:focus-visible {
  color: var(--src-green);
}

@media (max-width: 1180px) {
  .src-municipalities-page .src-page-benefits-grid,
  .src-municipalities-page .src-capability-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .src-municipalities-page .src-page-benefit-card {
    padding-left: 0;
    border-left: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.16);
    padding-top: 18px;
  }

  .src-municipalities-page .src-page-benefits-grid > .wp-block-column:first-child .src-page-benefit-card {
    border-top: 0;
  }

  .src-municipalities-page .src-muni-footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 960px) {
  .src-about-page .src-about-content-card {
    padding: 34px 28px 38px;
  }

  .src-municipalities-page .src-page-hero {
    padding-top: 42px;
    padding-bottom: 60px;
  }

  .src-municipalities-page .src-page-hero-grid,
  .src-municipalities-page .src-platform-panel,
  .src-municipalities-page .src-page-cta-strip {
    grid-template-columns: minmax(0, 1fr);
  }

  .src-municipalities-page .src-flow-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .src-municipalities-page .src-flow-card {
    padding: 28px 24px;
  }

  .src-municipalities-page .src-flow-arrow-column {
    display: none;
  }

  .src-municipalities-page .src-platform-panel {
    padding: 28px;
  }

  .src-municipalities-page .src-page-cta-strip > .wp-block-column + .wp-block-column .src-page-cta-block {
    border-left: 0;
    border-top: 1px solid #e4ebf2;
  }
}

@media (max-width: 782px) {
  .src-about-page .src-about-hero,
  .src-about-page .src-about-hero-image,
  .src-about-page .src-about-hero-image img {
    min-height: 260px;
  }

  .src-about-page .src-about-content-section {
    padding-top: 44px;
    padding-bottom: 58px;
  }

  .src-about-page .src-about-copy,
  .src-about-page .src-about-mission-label {
    font-size: 1.04rem;
    line-height: 1.75;
  }

  .src-about-page .src-about-mission {
    font-size: 1.46rem;
  }

  .src-municipalities-page .src-page-hero-title {
    font-size: clamp(2.2rem, 9.2vw, 3.2rem);
  }

  .src-municipalities-page .src-page-hero-lede {
    font-size: 1.02rem;
  }

  .src-municipalities-page .src-page-benefits-grid,
  .src-municipalities-page .src-capability-grid,
  .src-municipalities-page .src-muni-footer-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .src-municipalities-page .src-flow-section {
    padding-top: 22px;
    padding-bottom: 42px;
  }

  .src-municipalities-page .src-capability-card {
    min-height: 0;
  }

  .src-municipalities-page .src-platform-panel {
    padding: 22px;
  }

  .src-municipalities-page .src-muni-hero-background img {
    object-position: 62% center;
  }

  .src-municipalities-page .src-platform-visual {
    min-height: 310px;
  }

  .src-municipalities-page .src-platform-visual::before {
    right: 62px;
  }

  .src-municipalities-page .src-platform-visual::after {
    width: 92px;
    height: 180px;
  }

  .src-municipalities-page .src-page-cta-block {
    padding: 24px 22px;
  }

  .src-municipalities-page .src-page-cta-title {
    font-size: 1.7rem;
  }

  .src-municipalities-page .src-flow-card {
    padding: 24px 18px;
  }

  .src-municipalities-page .src-platform-list li {
    white-space: normal;
  }

  .src-municipalities-page .src-muni-footer-actions {
    justify-content: flex-start;
  }
}
