@font-face {
  font-family: "Inter";
  src: url("/fonts/inter-variable.woff2") format("woff2-variations"), url("/fonts/inter-variable.woff2") format("woff2");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 80px;
}

body {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.65;
  color: #66727C;
  background: #FFFFFF;
  -webkit-font-smoothing: antialiased;
}
@media (min-width: 992px) {
  body {
    font-size: 17px;
  }
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3 {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  color: #070707;
  line-height: 1.15;
  margin: 0 0 0.5em;
  text-wrap: balance;
}

h1, .h1 {
  font-size: 30px;
  font-weight: 600;
  letter-spacing: -0.027em;
}
@media (min-width: 992px) {
  h1, .h1 {
    font-size: 56px;
  }
}

h2, .h2 {
  font-size: 26px;
  font-weight: 700;
  letter-spacing: -0.027em;
}
@media (min-width: 992px) {
  h2, .h2 {
    font-size: 40px;
  }
}

h3, .h3 {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: -0.02em;
}
@media (min-width: 992px) {
  h3, .h3 {
    font-size: 24px;
  }
}

p {
  margin: 0 0 1.15rem;
  text-wrap: pretty;
}

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

.inline-link {
  color: #0A8110;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-thickness: 2px;
}
.inline-link:hover, .inline-link:focus-visible {
  color: #076A0C;
  text-decoration: none;
}

.section-intro a:not([class]),
.split-body a:not([class]),
.legal a:not([class]),
.qa-item a:not([class]),
.contact-line a:not([class]) {
  color: #0A8110;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.section-intro a:not([class]):hover, .section-intro a:not([class]):focus-visible,
.split-body a:not([class]):hover,
.split-body a:not([class]):focus-visible,
.legal a:not([class]):hover,
.legal a:not([class]):focus-visible,
.qa-item a:not([class]):hover,
.qa-item a:not([class]):focus-visible,
.contact-line a:not([class]):hover,
.contact-line a:not([class]):focus-visible {
  color: #076A0C;
}

.list-link {
  color: #0A8110;
  font-weight: 500;
  text-decoration: none;
}
.list-link:hover, .list-link:focus-visible {
  text-decoration: underline;
}

img {
  max-width: 100%;
  height: auto;
}

.skip-nav {
  position: absolute;
  top: -100px;
  left: 12px;
  z-index: 1040;
  padding: 12px 20px;
  background: #070707;
  color: #FFFFFF;
  font-weight: 600;
  border-radius: 0 0 6px 6px;
  text-decoration: none;
  transition: top 0.15s ease-in-out;
}
.skip-nav:focus {
  top: 0;
  color: #FFFFFF;
}

:focus-visible {
  outline: 3px solid #0A8110;
  outline-offset: 2px;
  border-radius: 2px;
}

.section-dark :focus-visible,
.site-footer :focus-visible {
  outline-color: #0EB216;
}

.visually-hidden-focusable:not(:focus):not(:focus-within) {
  position: absolute !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
    scroll-behavior: auto !important;
  }
}
@media (min-width: 1400px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1170px;
  }
}
.btn {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0;
  border-radius: 999px;
  padding: 14px 28px;
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 2px solid transparent;
  transition: background-color 0.18s ease, color 0.18s ease, border-color 0.18s ease, transform 0.18s ease;
}
.btn:active {
  transform: translateY(1px);
}

.btn-primary {
  background: #0A8110;
  border-color: #0A8110;
  color: #FFFFFF;
}
.btn-primary:hover, .btn-primary:focus-visible {
  background: #076A0C;
  border-color: #076A0C;
  color: #FFFFFF;
}

.btn-outline-dark-ink {
  background: transparent;
  border-color: #070707;
  color: #070707;
}
.btn-outline-dark-ink:hover, .btn-outline-dark-ink:focus-visible {
  background: #070707;
  color: #FFFFFF;
}

.btn-on-dark {
  background: #FFFFFF;
  border-color: #FFFFFF;
  color: #070707;
}
.btn-on-dark:hover, .btn-on-dark:focus-visible {
  background: #A4FDA9;
  border-color: #A4FDA9;
  color: #070707;
}

.btn-outline-on-dark {
  background: transparent;
  border-color: #FFFFFF;
  color: #FFFFFF;
}
.btn-outline-on-dark:hover, .btn-outline-on-dark:focus-visible {
  background: #FFFFFF;
  color: #070707;
}

.btn-lg {
  padding: 16px 34px;
  min-height: 54px;
  font-size: 17px;
}

.floating-actions {
  position: fixed;
  inset: auto 0 0 0;
  z-index: 1020;
  pointer-events: none;
}

.float-btn {
  position: fixed;
  bottom: 20px;
  min-width: 48px;
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 2px solid transparent;
  border-radius: 999px;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transform: translateY(12px);
  transition: opacity 0.25s ease, transform 0.25s ease, visibility 0.25s, background-color 0.18s ease;
  pointer-events: auto;
}
.float-btn.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
@media (min-width: 768px) {
  .float-btn {
    bottom: 28px;
  }
}

.float-top {
  left: 16px;
  width: 48px;
  height: 48px;
  background: #070707;
  color: #FFFFFF;
}
.float-top svg {
  width: 20px;
  height: 20px;
  display: block;
}
.float-top:hover, .float-top:focus-visible {
  background: #076A0C;
  color: #FFFFFF;
}
@media (min-width: 768px) {
  .float-top {
    left: 28px;
  }
}

.float-quote {
  right: 16px;
  background: #0A8110;
  color: #FFFFFF;
  box-shadow: 0 8px 30px rgba(7, 7, 7, 0.14);
}
.float-quote:hover, .float-quote:focus-visible {
  background: #076A0C;
  color: #FFFFFF;
}
@media (min-width: 768px) {
  .float-quote {
    right: 28px;
  }
}

.float-quote-phone {
  width: 56px;
  height: 56px;
}
.float-quote-phone svg {
  width: 24px;
  height: 24px;
  display: block;
}
@media (min-width: 768px) {
  .float-quote-phone {
    display: none;
  }
}

.float-quote-pill {
  display: none;
  padding: 15px 26px;
  min-height: 52px;
}
@media (min-width: 768px) {
  .float-quote-pill {
    display: inline-flex;
  }
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 1030;
  background: #FFFFFF;
  border-bottom: 1px solid transparent;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, padding 0.2s ease;
}
.site-header.is-scrolled {
  border-bottom-color: #E2E8E8;
  box-shadow: 0 1px 10px rgba(7, 7, 7, 0.06);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  min-height: 64px;
  transition: min-height 0.2s ease;
}
@media (min-width: 1400px) {
  .header-inner {
    min-height: 88px;
  }
  .is-scrolled .header-inner {
    min-height: 68px;
  }
}

.navbar-brand {
  display: inline-flex;
  align-items: center;
  padding: 0;
  margin: 0;
  flex: 0 0 auto;
}
.navbar-brand img {
  height: 30px;
  width: auto;
  transition: height 0.2s ease;
}
@media (min-width: 1400px) {
  .navbar-brand img {
    height: 34px;
  }
  .is-scrolled .navbar-brand img {
    height: 30px;
  }
}

.main-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex: 1 1 auto;
  gap: 14px;
}

.nav-list {
  display: flex;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 8px;
}

.nav-link {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 8px 2px;
  font-size: 14px;
  font-weight: 600;
  color: #070707;
  text-decoration: none;
  white-space: nowrap;
  border-bottom: 2px solid transparent;
  transition: color 0.15s ease, border-color 0.15s ease;
}
.nav-link:hover, .nav-link:focus-visible {
  color: #0A8110;
  border-bottom-color: #0A8110;
}
.nav-link.active, .nav-link[aria-current=page] {
  color: #0A8110;
  border-bottom-color: #0A8110;
}

.nav-dropdown {
  position: relative;
}
.nav-dropdown > .nav-link::after {
  content: "";
  width: 7px;
  height: 7px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: translateY(-2px) rotate(45deg);
  transition: transform 0.15s ease;
}
.nav-dropdown.is-open > .nav-link::after {
  transform: translateY(1px) rotate(-135deg);
}

.nav-dropdown-menu {
  position: absolute;
  top: 100%;
  right: 0;
  min-width: 220px;
  margin: 0;
  padding: 8px;
  list-style: none;
  background: #FFFFFF;
  border: 1px solid #E2E8E8;
  border-radius: 10px;
  box-shadow: 0 8px 30px rgba(7, 7, 7, 0.14);
  opacity: 0;
  visibility: hidden;
  transform: translateY(6px);
  transition: opacity 0.16s ease, transform 0.16s ease, visibility 0.16s;
}
.nav-dropdown.is-open .nav-dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.nav-dropdown-menu a {
  display: block;
  padding: 9px 12px;
  border-radius: 6px;
  font-size: 15px;
  font-weight: 500;
  color: #070707;
  text-decoration: none;
}
.nav-dropdown-menu a:hover, .nav-dropdown-menu a:focus-visible {
  background: #F8FCFC;
  color: #0A8110;
}
.nav-dropdown-menu a.active, .nav-dropdown-menu a[aria-current=page] {
  color: #0A8110;
  font-weight: 600;
}

.utility-bar {
  background: #070707;
  color: rgba(255, 255, 255, 0.82);
  font-size: 14px;
  display: none;
  overflow: hidden;
  max-height: 44px;
  transition: max-height 0.2s ease, opacity 0.2s ease;
}
@media (min-width: 992px) {
  .utility-bar {
    display: block;
  }
}
.is-scrolled .utility-bar {
  max-height: 0;
  opacity: 0;
}

.utility-inner {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 24px;
  min-height: 40px;
}

.utility-hours {
  color: rgba(255, 255, 255, 0.7);
}

.utility-phone {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-weight: 600;
  color: #FFFFFF;
  text-decoration: none;
}
.utility-phone svg {
  width: 16px;
  height: 16px;
  flex: 0 0 auto;
}
.utility-phone:hover, .utility-phone:focus-visible {
  color: #0EB216;
}

.header-cta {
  flex: 0 0 auto;
}

.header-cta .btn {
  padding: 11px 22px;
  min-height: 44px;
  white-space: nowrap;
}

.nav-toggle {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 46px;
  height: 46px;
  padding: 0 11px;
  background: transparent;
  border: 1px solid #E2E8E8;
  border-radius: 6px;
  cursor: pointer;
}
.nav-toggle span {
  display: block;
  height: 2px;
  width: 100%;
  background: #070707;
  border-radius: 2px;
}

.desktop-only {
  display: none;
}

@media (min-width: 1400px) {
  .desktop-only {
    display: flex;
  }
  .nav-toggle {
    display: none;
  }
}
.offcanvas {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

.offcanvas-nav-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.offcanvas-nav-list a {
  display: block;
  padding: 13px 4px;
  font-size: 17px;
  font-weight: 600;
  color: #070707;
  text-decoration: none;
  border-bottom: 1px solid #E2E8E8;
}
.offcanvas-nav-list a:hover, .offcanvas-nav-list a:focus-visible {
  color: #0A8110;
}
.offcanvas-nav-list a.active, .offcanvas-nav-list a[aria-current=page] {
  color: #0A8110;
}
.offcanvas-nav-list .offcanvas-subhead {
  padding: 16px 4px 6px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #66727C;
}
.offcanvas-nav-list .offcanvas-sublist {
  list-style: none;
  margin: 0;
  padding: 0 0 0 14px;
}

.offcanvas-actions {
  display: grid;
  gap: 12px;
  margin-top: 24px;
}

.hero {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 380px;
  padding: 56px 0;
  background: #070707;
  overflow: hidden;
}
.hero > .container {
  position: relative;
  z-index: 2;
}
@media (min-width: 992px) {
  .hero {
    min-height: 540px;
    padding: 88px 0;
  }
}

.hero-media {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.hero-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.hero-scrim {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.62);
}

.hero-content {
  max-width: 860px;
  margin: 0 auto;
  color: #FFFFFF;
  text-align: center;
}

.hero h1 {
  color: #FFFFFF;
  margin-bottom: 16px;
}

.hero-lead {
  font-size: 16px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.94);
  margin-bottom: 14px;
}
@media (min-width: 992px) {
  .hero-lead {
    font-size: 18px;
  }
}
.hero-lead:last-of-type {
  margin-bottom: 28px;
}
.hero-lead a {
  color: #FFFFFF;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.hero-lead a:hover, .hero-lead a:focus-visible {
  color: #A4FDA9;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
}

.hero-eyebrow {
  display: inline-block;
  margin-bottom: 18px;
  padding: 7px 16px;
  border-radius: 999px;
  background: #A4FDA9;
  color: #076A0C;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.section {
  padding: 56px 0;
}
@media (min-width: 992px) {
  .section {
    padding: 96px 0;
  }
}

.section-light {
  background: #F8FCFC;
}

.section-white {
  background: #FFFFFF;
}

.section-dark {
  background: #070707;
  color: rgba(255, 255, 255, 0.82);
}
.section-dark h1, .section-dark h2, .section-dark h3, .section-dark h4 {
  color: #FFFFFF;
}
.section-dark .section-eyebrow {
  color: #0EB216;
}

.section-eyebrow {
  display: block;
  margin-bottom: 12px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  color: #0A8110;
}

.section-head {
  margin: 0 0 40px;
  text-align: center;
}
.section-head .section-eyebrow {
  text-align: center;
}

.section-intro {
  margin-bottom: 40px;
}
.section-intro + .section-intro {
  margin-top: 0;
}

.lead {
  font-size: 18px;
  line-height: 1.6;
}
@media (min-width: 992px) {
  .lead {
    font-size: 20px;
  }
}

.breadcrumb-bar {
  background: #F8FCFC;
  border-bottom: 1px solid #E2E8E8;
  padding: 14px 0;
  font-size: 14px;
}
.breadcrumb-bar ol {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.breadcrumb-bar li {
  display: flex;
  align-items: center;
  gap: 8px;
}
.breadcrumb-bar li:not(:last-child)::after {
  content: "";
  width: 6px;
  height: 6px;
  border-right: 1.5px solid #66727C;
  border-bottom: 1.5px solid #66727C;
  transform: rotate(-45deg);
}
.breadcrumb-bar a {
  color: #0A8110;
  text-decoration: none;
}
.breadcrumb-bar a:hover, .breadcrumb-bar a:focus-visible {
  text-decoration: underline;
}
.breadcrumb-bar [aria-current=page] {
  color: #66727C;
}

.card-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}
@media (min-width: 768px) {
  .card-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 992px) {
  .card-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

.type-card {
  display: flex;
  flex-direction: column;
  background: #FFFFFF;
  border: 1px solid #E2E8E8;
  border-radius: 10px;
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}
.type-card img {
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
  display: block;
}
.type-card .type-card-body {
  padding: 20px 20px 24px;
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
}
.type-card h3 {
  margin-bottom: 8px;
  font-size: 20px;
}
.type-card p {
  font-size: 15px;
  margin-bottom: 16px;
}
.type-card .type-card-cue {
  margin-top: auto;
  color: #0A8110;
  font-weight: 600;
  font-size: 15px;
}
.type-card:hover, .type-card:focus-within {
  transform: translateY(-3px);
  box-shadow: 0 8px 30px rgba(7, 7, 7, 0.14);
  border-color: #A4FDA9;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: 16px;
}

.gallery-item {
  margin: 0;
  border-radius: 10px;
  overflow: hidden;
  background: #F8FCFC;
}
.gallery-item img {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
  display: block;
}

.process-figure {
  margin: 0;
  height: 100%;
  border: 1px solid #E2E8E8;
  border-radius: 10px;
  overflow: hidden;
  background: #FFFFFF;
  display: flex;
  flex-direction: column;
}
.process-figure img {
  width: 100%;
  display: block;
}
.process-figure picture {
  display: block;
}
.process-figure img {
  aspect-ratio: 4/3;
  object-fit: cover;
}
.process-figure figcaption {
  margin-top: auto;
  padding: 14px 18px;
  font-size: 15px;
  line-height: 1.5;
  color: #66727C;
  background: #F8FCFC;
  border-top: 1px solid #E2E8E8;
}
.process-figure .process-badge {
  display: inline-block;
  margin-right: 8px;
  padding: 3px 10px;
  border-radius: 999px;
  background: #070707;
  color: #FFFFFF;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.media-row {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
  align-items: center;
}
@media (min-width: 992px) {
  .media-row {
    grid-template-columns: repeat(2, 1fr);
    gap: 56px;
  }
}

.media-row-figure {
  margin: 0;
}
.media-row-figure img {
  width: 100%;
  border-radius: 10px;
  display: block;
}

@media (min-width: 992px) {
  .media-row-reverse .media-row-figure {
    order: 2;
  }
}

.qa-block {
  display: grid;
  gap: 32px;
}

.qa-item {
  padding-bottom: 28px;
  border-bottom: 1px solid #E2E8E8;
}
.qa-item:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
.qa-item h3 {
  margin-bottom: 10px;
}

.cta-band {
  position: relative;
  isolation: isolate;
  padding: 70px 0;
  color: #FFFFFF;
  background-color: #0EB216;
  background-image: url("/images/hero/cta-chain-link-fence-florida.webp");
  background-position: 50% 100%;
  background-repeat: repeat;
}
.cta-band::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(rgba(0, 0, 0, 0.88) 0%, rgba(0, 0, 0, 0.62) 100%);
}
.cta-band h2 {
  color: #FFFFFF;
}

.cta-inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: 28px;
  align-items: center;
  text-align: center;
  justify-items: center;
}
@media (min-width: 992px) {
  .cta-inner {
    grid-template-columns: 1fr auto;
    gap: 40px;
    text-align: left;
    justify-items: stretch;
  }
}

.cta-eyebrow {
  display: block;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 600;
  color: #0EB216;
}
@media (min-width: 992px) {
  .cta-eyebrow {
    font-size: 24px;
  }
}

.cta-title {
  font-size: 32px;
  font-weight: 600;
  letter-spacing: -0.027em;
  margin-bottom: 8px;
}
@media (min-width: 992px) {
  .cta-title {
    font-size: 45px;
  }
}

.cta-sub {
  font-size: 22px;
  font-weight: 600;
  color: #FFFFFF;
  margin: 0;
}
@media (min-width: 992px) {
  .cta-sub {
    font-size: 30px;
  }
}

.btn-cta {
  background: #FFFFFF;
  border-color: #FFFFFF;
  color: #070707;
  border-radius: 5px;
  padding: 17px 40px;
  font-size: 18px;
  font-weight: 500;
  white-space: nowrap;
}
.btn-cta:hover, .btn-cta:focus-visible {
  background: #A4FDA9;
  border-color: #A4FDA9;
  color: #070707;
}

.cta-perks {
  list-style: none;
  margin: 24px 0 0;
  padding: 0;
  display: grid;
  gap: 12px;
}
@media (min-width: 768px) {
  .cta-perks {
    grid-template-columns: repeat(3, 1fr);
  }
}
.cta-perks li {
  position: relative;
  padding-left: 28px;
  line-height: 1.5;
}
.cta-perks li::before {
  content: "";
  position: absolute;
  left: 2px;
  top: 6px;
  width: 8px;
  height: 14px;
  border-right: 2.5px solid #0EB216;
  border-bottom: 2.5px solid #0EB216;
  transform: rotate(45deg);
}

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

.testimonial {
  margin: 0;
  display: grid;
  grid-template-columns: 1fr;
  background: #FFFFFF;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 2px 14px rgba(7, 7, 7, 0.08);
}
@media (min-width: 992px) {
  .testimonial {
    grid-template-columns: 1fr 1fr;
  }
}

.testimonial-body {
  padding: 34px 28px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (min-width: 992px) {
  .testimonial-body {
    padding: 56px 48px;
  }
}
.testimonial-body blockquote {
  margin: 0 0 24px;
  font-size: 17px;
  line-height: 1.65;
  color: #070707;
}
@media (min-width: 992px) {
  .testimonial-body blockquote {
    font-size: 19px;
  }
}
.testimonial-body blockquote p {
  margin: 0;
}
.testimonial-body figcaption {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-bottom: 22px;
}

.testimonial-mark {
  display: block;
  width: 32px;
  height: 24px;
  margin-bottom: 22px;
  color: #3DBE6B;
}

.testimonial-name {
  font-size: 16px;
  font-weight: 600;
  color: #070707;
}

.testimonial-source {
  font-size: 16px;
  color: #66727C;
}

.testimonial-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border-radius: 6px;
  background: #0A8110;
  color: #FFFFFF;
  transition: background-color 0.18s ease;
}
.testimonial-badge svg {
  width: 22px;
  height: 22px;
}
.testimonial-badge:hover, .testimonial-badge:focus-visible {
  background: #076A0C;
}

.testimonial-media {
  min-height: 260px;
}
.testimonial-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.trust-line {
  margin-top: 28px;
  font-size: 15px;
  color: #66727C;
}

.feature-strip {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
  margin: 48px auto;
  list-style: none;
  padding: 0;
}
@media (min-width: 992px) {
  .feature-strip {
    grid-template-columns: 1fr auto 1fr auto 1fr;
    align-items: start;
    gap: 40px;
  }
}

.feature-item {
  text-align: center;
}
.feature-item h3 {
  margin: 18px 0 8px;
  font-size: 20px;
}
.feature-item p {
  font-size: 15px;
  margin: 0;
}

.feature-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 62px;
  height: 62px;
  border-radius: 14px;
  background: #A4FDA9;
  color: #076A0C;
}
.feature-icon svg {
  height: 26px;
  width: auto;
  max-width: 32px;
}

.feature-arrow {
  display: none;
}
@media (min-width: 992px) {
  .feature-arrow {
    display: block;
    align-self: start;
    margin-top: 22px;
    width: 110px;
    height: auto;
    color: #C9D4D4;
  }
}
.feature-arrow svg {
  width: 100%;
  height: auto;
  display: block;
}

.full-bleed {
  padding-inline: 20px;
}
@media (min-width: 768px) {
  .full-bleed {
    padding-inline: 32px;
  }
}
@media (min-width: 992px) {
  .full-bleed {
    padding-inline: 40px;
  }
}

.split-row {
  display: grid;
  grid-template-columns: 1fr;
  gap: 28px;
}
@media (min-width: 992px) {
  .split-row {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto 1fr;
    grid-template-areas: "head body" "figure body";
    column-gap: 64px;
    row-gap: 0;
    align-items: start;
  }
}

@media (min-width: 992px) {
  .split-row-reverse {
    grid-template-areas: "body head" "body figure";
  }
}

@media (min-width: 992px) {
  .split-head {
    grid-area: head;
  }
}
.split-head h2 {
  font-size: 34px;
}
@media (min-width: 992px) {
  .split-head h2 {
    font-size: 48px;
  }
}

@media (min-width: 992px) {
  .split-body {
    grid-area: body;
  }
}

.split-figure {
  margin: 0;
}
@media (min-width: 992px) {
  .split-figure {
    grid-area: figure;
    margin-top: 28px;
  }
}
.split-figure img {
  width: 100%;
  aspect-ratio: 16/9;
  object-fit: cover;
  object-position: center;
  border-radius: 10px;
  display: block;
}

.gallery-item a {
  display: block;
  border-radius: 10px;
  overflow: hidden;
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}
.gallery-item a:hover, .gallery-item a:focus-visible {
  transform: scale(1.02);
  box-shadow: 0 8px 30px rgba(7, 7, 7, 0.14);
}

.nap-block {
  font-style: normal;
  line-height: 1.7;
  margin-top: 26px;
  padding-top: 22px;
  border-top: 1px solid #E2E8E8;
}
.nap-block a {
  color: #0A8110;
  font-weight: 600;
}
.nap-block .nap-label {
  display: block;
  margin-top: 12px;
  font-size: 13px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #66727C;
}

.cta-perks-light {
  margin-top: 22px;
}
@media (min-width: 768px) {
  .cta-perks-light {
    grid-template-columns: 1fr;
  }
}
.cta-perks-light li::before {
  border-right-color: #0A8110;
  border-bottom-color: #0A8110;
}

.map-embed {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #E2E8E8;
  aspect-ratio: 16/9;
}
.map-embed iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.link-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 12px;
}
@media (min-width: 768px) {
  .link-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
.link-list a {
  font-size: 16px;
}

.contact-lines {
  display: grid;
  gap: 18px;
  margin: 26px 0 0;
}

.contact-line {
  display: flex;
  align-items: flex-start;
  gap: 14px;
}
.contact-line .ic {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #A4FDA9;
  color: #076A0C;
}
.contact-line strong {
  display: block;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #66727C;
  margin-bottom: 2px;
}
.contact-line a {
  color: #0A8110;
  font-weight: 600;
}
.contact-line a:hover, .contact-line a:focus-visible {
  color: #076A0C;
}

.contact-actions {
  margin-top: 28px;
}

.legal h1 {
  margin-bottom: 20px;
}
.legal h2 {
  font-size: 26px;
  margin: 44px 0 14px;
}
@media (min-width: 992px) {
  .legal h2 {
    font-size: 30px;
  }
}
.legal .lead {
  margin-bottom: 8px;
}

.legal-updated {
  margin-bottom: 10px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #0A8110;
}

.video-embed {
  position: relative;
  width: 100%;
  padding: 0;
  border: 0;
  border-radius: 10px;
  overflow: hidden;
  background: #070707;
  cursor: pointer;
  display: block;
  aspect-ratio: 16/9;
}
.video-embed img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.3s ease, opacity 0.3s ease;
}
.video-embed::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(7, 7, 7, 0.22);
  transition: background-color 0.2s ease;
}
.video-embed:hover img, .video-embed:focus-visible img {
  transform: scale(1.03);
}
.video-embed:hover::after, .video-embed:focus-visible::after {
  background: rgba(7, 7, 7, 0.34);
}
.video-embed iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.video-embed.is-playing::after, .video-embed.is-playing .video-play {
  display: none;
}

.video-play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 76px;
  height: 54px;
  border-radius: 14px;
  background: #0A8110;
  color: #FFFFFF;
  transition: background-color 0.2s ease, transform 0.2s ease;
}
.video-play svg {
  width: 26px;
  height: 26px;
  margin-left: 3px;
}
.video-embed:hover .video-play, .video-embed:focus-visible .video-play {
  background: #076A0C;
  transform: translate(-50%, -50%) scale(1.06);
}

.video-caption {
  margin-top: 14px;
  font-size: 15px;
  color: #66727C;
}

.site-footer {
  background: #070707;
  color: rgba(255, 255, 255, 0.78);
  padding: 56px 0 0;
  font-size: 15px;
}
@media (min-width: 992px) {
  .site-footer {
    padding-top: 72px;
  }
}
.site-footer a {
  color: rgba(255, 255, 255, 0.78);
  text-decoration: none;
}
.site-footer a:hover, .site-footer a:focus-visible {
  color: #0EB216;
  text-decoration: underline;
}

.footer-heading {
  color: #FFFFFF;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 18px;
}

.footer-logo img {
  height: 38px;
  width: auto;
  margin-bottom: 16px;
}

.footer-blurb {
  margin-bottom: 20px;
  line-height: 1.6;
}

.footer-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer-list li {
  margin-bottom: 10px;
}

.footer-nap {
  font-style: normal;
  line-height: 1.7;
}
.footer-nap a {
  font-weight: 600;
  color: #FFFFFF;
}
.footer-nap .nap-label {
  color: rgba(255, 255, 255, 0.55);
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  display: block;
  margin-top: 12px;
}

.footer-social {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 32px 0 0;
  padding: 0;
  list-style: none;
}
.footer-social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 50%;
  color: #FFFFFF;
  transition: background-color 0.18s ease, border-color 0.18s ease, color 0.18s ease;
}
.footer-social a:hover, .footer-social a:focus-visible {
  background: #0A8110;
  border-color: #0A8110;
  color: #FFFFFF;
}
.footer-social a svg {
  width: 19px;
  height: 19px;
}

.footer-bottom {
  margin-top: 40px;
  padding: 22px 0 26px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  display: flex;
  flex-wrap: wrap;
  gap: 8px 24px;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.62);
}

.footer-credit a {
  color: rgba(255, 255, 255, 0.78);
  font-weight: 600;
}
.footer-credit a:hover, .footer-credit a:focus-visible {
  color: #0EB216;
}

.form-card {
  background: #FFFFFF;
  border: 1px solid #E2E8E8;
  border-radius: 10px;
  padding: 28px 22px;
  box-shadow: 0 2px 14px rgba(7, 7, 7, 0.08);
}
@media (min-width: 992px) {
  .form-card {
    padding: 40px;
  }
}

.form-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
}
@media (min-width: 768px) {
  .form-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 768px) {
  .form-field-full {
    grid-column: 1/-1;
  }
}

.form-label {
  display: block;
  margin-bottom: 7px;
  font-size: 15px;
  font-weight: 600;
  color: #070707;
}

.form-required {
  color: #0A8110;
  margin-left: 2px;
}

.form-control,
.form-select {
  width: 100%;
  padding: 13px 15px;
  min-height: 48px;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #070707;
  background: #FFFFFF;
  border: 1px solid #C3CDD3;
  border-radius: 6px;
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}
.form-control::placeholder,
.form-select::placeholder {
  color: #7A858E;
}
.form-control:hover,
.form-select:hover {
  border-color: #66727C;
}
.form-control:focus,
.form-select:focus {
  outline: none;
  border-color: #0A8110;
  box-shadow: 0 0 0 3px rgba(10, 129, 16, 0.35);
}

textarea.form-control {
  min-height: 148px;
  resize: vertical;
}

.form-select {
  appearance: none;
  padding-right: 42px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23070707' stroke-width='2'%3E%3Cpath d='M3 6l5 5 5-5'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 14px center;
  background-size: 16px 16px;
}

.form-help {
  margin-top: 6px;
  font-size: 14px;
  color: #66727C;
}

.form-error {
  display: none;
  margin-top: 6px;
  font-size: 14px;
  font-weight: 500;
  color: #B3200E;
}

.has-error .form-control,
.has-error .form-select {
  border-color: #B3200E;
}
.has-error .form-error {
  display: block;
}

.form-actions {
  margin-top: 26px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
}

.form-status {
  margin-top: 18px;
  font-size: 15px;
}
.form-status[data-state=error] {
  color: #B3200E;
  font-weight: 500;
}
.form-status[data-state=sending] {
  color: #66727C;
}

.recaptcha-note {
  font-size: 13px;
  line-height: 1.5;
  color: #66727C;
}
.recaptcha-note a {
  color: #0A8110;
}
