:root {
  --fr-green: #18aa4a;
  --fr-deep: #002f2a;
  --fr-ink: #062b28;
  --fr-muted: #536763;
  --fr-soft: #f3f6f2;
  --fr-line: rgba(6, 43, 40, 0.14);
}

html {
  scroll-behavior: smooth;
}

html,
body {
  overflow-x: hidden;
  max-width: 100%;
}

body {
  margin: 0;
  color: var(--fr-ink);
  background: #fff;
  font-family: "FK Grotesk", Helvetica, Arial, sans-serif;
}

body,
button,
input,
select,
textarea {
  font-family: "FK Grotesk", Helvetica, Arial, sans-serif;
}

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

iframe,
video,
table,
pre {
  max-width: 100%;
}

table {
  display: block;
  overflow-x: auto;
}

a {
  color: inherit;
}

.cky-consent-container,
.cky-modal,
.cky-overlay,
.wpfront-notification-bar,
#wpfront-notification-bar-spacer,
.goog-te-banner-frame,
iframe[src*="cookie"],
iframe[src*="hubspot"],
script,
noscript {
  display: none !important;
}

.fr-page {
  overflow-x: hidden;
}

.js-header {
  position: fixed !important;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  padding: 0 !important;
  background: rgba(0, 47, 42, 0.18) !important;
  transition: background 220ms ease, box-shadow 220ms ease;
}

.js-header.is-scrolled,
.fr-page:not(.fr-home) .js-header {
  background: rgba(255, 255, 255, 0.94) !important;
  box-shadow: 0 18px 45px rgba(0, 20, 18, 0.1);
}

.fr-header-row {
  width: min(1500px, calc(100% - 70px));
  margin: 0 auto;
  min-height: 86px;
  display: grid;
  grid-template-columns: 230px 1fr auto;
  align-items: center;
  gap: 28px;
}

.fr-logo {
  display: inline-grid;
  line-height: 0.86;
  text-decoration: none;
  letter-spacing: 0;
  font-weight: 800;
  font-size: 30px;
  color: #fff;
}

.fr-logo span {
  color: var(--fr-green);
}

.js-header.is-scrolled .fr-logo,
.fr-page:not(.fr-home) .fr-logo {
  color: var(--fr-ink);
}

.fr-nav {
  display: flex;
  justify-content: center;
  gap: 34px;
  font-size: 15px;
  font-weight: 700;
}

.fr-nav-item {
  position: relative;
  padding: 34px 0;
}

.fr-nav a,
.fr-mobile-menu a {
  text-decoration: none;
}

.fr-nav-link {
  color: #fff;
}

.js-header.is-scrolled .fr-nav-link,
.fr-page:not(.fr-home) .fr-nav-link {
  color: var(--fr-ink);
}

.fr-nav-panel {
  position: absolute;
  top: 78px;
  left: 50%;
  width: 630px;
  max-width: calc(100vw - 80px);
  transform: translate(-50%, 12px);
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  padding: 28px;
  background: #fff;
  border-radius: 0;
  box-shadow: 0 26px 80px rgba(0, 35, 31, 0.18);
  opacity: 0;
  pointer-events: none;
  transition: opacity 180ms ease, transform 180ms ease;
}

.fr-nav-item:hover .fr-nav-panel,
.fr-nav-item:focus-within .fr-nav-panel {
  opacity: 1;
  pointer-events: auto;
  transform: translate(-50%, 0);
}

.fr-nav-panel a {
  display: block;
  padding: 14px 0;
  border-bottom: 1px solid var(--fr-line);
  color: var(--fr-ink);
}

.fr-nav-panel strong {
  display: block;
  margin-bottom: 4px;
  color: var(--fr-ink);
  font-size: 15px;
}

.fr-nav-panel span {
  display: block;
  color: var(--fr-muted);
  font-size: 13px;
  line-height: 1.4;
}

.fr-header-actions {
  display: flex;
  align-items: center;
  gap: 18px;
}

.fr-button,
.cpb_button.fr-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 25px !important;
  border-radius: 999px !important;
  border: 0 !important;
  background: var(--fr-green) !important;
  color: #fff !important;
  font-weight: 800;
  text-decoration: none;
  line-height: 1;
  transition: transform 180ms ease, background 180ms ease, color 180ms ease;
}

.fr-button:hover {
  transform: translateY(-2px);
  background: #0b7d38 !important;
}

.fr-menu-button {
  display: none;
  width: 44px;
  height: 44px;
  border: 0;
  background: transparent;
  color: #fff;
  cursor: pointer;
}

.fr-menu-button span,
.fr-menu-button span::before,
.fr-menu-button span::after {
  display: block;
  width: 26px;
  height: 2px;
  background: currentColor;
  content: "";
  transition: transform 160ms ease;
}

.fr-menu-button span::before {
  transform: translateY(-8px);
}

.fr-menu-button span::after {
  transform: translateY(6px);
}

.js-header.is-scrolled .fr-menu-button,
.fr-page:not(.fr-home) .fr-menu-button {
  color: var(--fr-ink);
}

/* ---- Mobile drawer (off-canvas) ----
   !important guards override the reference (Divi) CSS, which otherwise
   forces position:absolute on this node and breaks the fixed drawer. */
.fr-mobile-menu {
  position: fixed !important;
  top: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  left: auto !important;
  z-index: 1200 !important;
  width: min(360px, 86vw) !important;
  max-width: 100%;
  height: 100% !important;
  height: 100dvh !important;
  display: flex !important;
  flex-direction: column;
  gap: 6px;
  margin: 0 !important;
  padding: 18px 22px calc(28px + env(safe-area-inset-bottom)) !important;
  background: var(--fr-deep) !important;
  color: #fff;
  box-shadow: -26px 0 80px rgba(0, 20, 18, 0.4);
  transform: translateX(105%) !important;
  transition: transform 260ms cubic-bezier(0.22, 0.61, 0.36, 1);
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  visibility: hidden;
}

.fr-mobile-menu.is-open {
  transform: translateX(0) !important;
  visibility: visible;
}

.fr-mobile-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding-bottom: 14px;
  margin-bottom: 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}

.fr-mobile-menu .fr-logo {
  color: #fff;
  font-size: 24px;
}

.fr-menu-close {
  position: relative;
  flex: 0 0 auto;
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  cursor: pointer;
  display: grid;
  place-items: center;
}

.fr-menu-close span {
  position: relative;
  display: block;
  width: 22px;
  height: 22px;
}

.fr-menu-close span::before,
.fr-menu-close span::after {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 22px;
  height: 2px;
  background: currentColor;
  content: "";
}

.fr-menu-close span::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.fr-menu-close span::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.fr-mobile-links {
  display: flex;
  flex-direction: column;
}

.fr-mobile-menu a {
  display: block;
  padding: 15px 4px;
  color: #fff;
  font-weight: 800;
  font-size: 18px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.fr-mobile-menu .fr-mobile-call {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 18px;
  padding-left: 18px !important;
  padding-right: 18px !important;
  border-bottom: 0;
  text-align: center;
  color: #fff !important;
  line-height: 1.05;
}

.fr-menu-overlay {
  position: fixed !important;
  inset: 0 !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  height: 100dvh !important;
  z-index: 1100 !important;
  background: rgba(0, 18, 16, 0.55);
  opacity: 0;
  pointer-events: none;
  transition: opacity 240ms ease;
}

.fr-menu-overlay.is-open {
  opacity: 1;
  pointer-events: auto;
}

body.menu-open {
  overflow: hidden;
}

/* Burger animates to an X while the menu is open */
body.menu-open .fr-menu-button span {
  background: transparent;
}

body.menu-open .fr-menu-button span::before {
  transform: translateY(0) rotate(45deg);
}

body.menu-open .fr-menu-button span::after {
  transform: translateY(0) rotate(-45deg);
}

.fr-hero {
  min-height: 100svh;
  display: flex;
  align-items: center;
  padding: 150px 42px 92px;
  color: #fff;
  background-image: linear-gradient(90deg, rgba(0, 18, 18, 0.72), rgba(0, 18, 18, 0.24)), var(--hero-image);
  background-size: cover;
  background-position: center;
}

.fr-hero.fr-short {
  min-height: 58svh;
  padding-top: 150px;
}

.fr-hero-inner {
  width: min(1360px, 100%);
  margin: 0 auto;
}

.fr-kicker {
  margin: 0 0 18px;
  color: var(--fr-green);
  font-size: 14px;
  line-height: 1.1;
  font-weight: 900;
  text-transform: uppercase;
}

.fr-hero h1 {
  max-width: 980px;
  margin: 0;
  color: #fff;
  font-size: clamp(54px, 8vw, 138px);
  line-height: 0.94;
  letter-spacing: 0;
  font-weight: 800;
}

.fr-page:not(.fr-home) .fr-hero h1 {
  max-width: 1120px;
  font-size: clamp(44px, 6.4vw, 92px);
  line-height: 0.96;
}

.fr-hero h1 span,
.fr-green {
  color: var(--fr-green);
}

.fr-hero p {
  max-width: 700px;
  margin: 28px 0 0;
  color: #fff;
  font-size: clamp(19px, 2vw, 27px);
  line-height: 1.18;
  font-weight: 650;
}

.fr-section {
  padding: 95px 42px;
}

.fr-section.fr-tight {
  padding-top: 64px;
  padding-bottom: 64px;
}

.fr-section.fr-deep {
  background: var(--fr-deep);
  color: #fff;
}

.fr-section.fr-soft {
  background: var(--fr-soft);
}

.fr-wrap {
  width: min(1360px, 100%);
  margin: 0 auto;
}

.fr-two {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 0.92fr);
  gap: 96px;
  align-items: center;
}

.fr-two.fr-flip {
  grid-template-columns: minmax(340px, 0.92fr) minmax(0, 1fr);
}

.fr-two.fr-flip > :first-child {
  order: 2;
}

.fr-section h2 {
  max-width: 850px;
  margin: 0;
  color: inherit;
  font-size: clamp(36px, 5vw, 72px);
  line-height: 0.98;
  letter-spacing: 0;
  font-weight: 800;
}

.fr-section h3 {
  margin: 0;
  color: inherit;
  font-size: clamp(24px, 2.5vw, 38px);
  line-height: 1.03;
  letter-spacing: 0;
  font-weight: 800;
}

.fr-section p,
.fr-section li {
  color: inherit;
  font-size: 18px;
  line-height: 1.47;
}

.fr-muted {
  color: var(--fr-muted);
}

.fr-image {
  overflow: hidden;
  background: var(--fr-soft);
}

.fr-image img {
  width: 100%;
  aspect-ratio: 1.04 / 1;
  object-fit: cover;
  display: block;
}

.fr-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 30px;
  margin-top: 72px;
}

.fr-stat,
.fr-card {
  border-top: 1px solid var(--fr-line);
  padding-top: 26px;
}

.fr-stat strong,
.fr-card strong {
  display: block;
  margin-bottom: 12px;
  color: var(--fr-ink);
  font-size: 22px;
  line-height: 1.05;
}

.fr-card {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  color: var(--fr-ink);
  text-decoration: none;
  transition: transform 180ms ease, border-color 180ms ease;
}

.fr-card:hover {
  transform: translateY(-4px);
  border-color: var(--fr-green);
}

.fr-plan-card {
  padding: 28px;
  background: #fff;
  border: 1px solid var(--fr-line);
  border-top: 4px solid var(--fr-green);
}

.fr-plan-card strong {
  font-size: 24px;
}

.fr-card-arrow {
  margin-top: auto;
  color: var(--fr-green);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.fr-card img {
  width: 100%;
  aspect-ratio: 1.35 / 1;
  object-fit: cover;
  margin-bottom: 22px;
}

.fr-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 42px 34px;
}

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

.fr-plan-redesign {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 12% 14%, rgba(24, 170, 74, 0.16), transparent 34%),
    linear-gradient(135deg, #f8fbf6 0%, #edf4ee 54%, #ffffff 100%);
}

.fr-plan-shell {
  display: grid;
  grid-template-columns: minmax(0, 0.96fr) minmax(360px, 0.72fr);
  gap: 44px;
  align-items: stretch;
}

.fr-plan-copy {
  min-width: 0;
  padding: clamp(34px, 5vw, 64px);
  background: #fff;
  border: 1px solid var(--fr-line);
  box-shadow: 0 28px 90px rgba(0, 47, 42, 0.1);
}

.fr-plan-copy h2 {
  max-width: 720px;
}

.fr-plan-copy > p:not(.fr-kicker) {
  max-width: 760px;
  color: #24433f;
  font-size: clamp(18px, 1.35vw, 22px);
  line-height: 1.42;
}

.fr-plan-proof {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 32px;
}

.fr-plan-proof a {
  display: flex;
  align-items: center;
  min-height: 58px;
  padding: 13px 15px;
  color: var(--fr-ink);
  background: var(--fr-soft);
  border-left: 4px solid var(--fr-green);
  text-decoration: none;
  font-weight: 900;
  line-height: 1.1;
  transition: background 180ms ease, color 180ms ease;
}

.fr-plan-proof a:hover {
  color: #fff;
  background: var(--fr-deep);
}

.fr-plan-visual {
  position: relative;
  min-width: 0;
  min-height: 100%;
  overflow: hidden;
  background: var(--fr-deep);
}

.fr-plan-visual img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 420px;
  object-fit: cover;
  filter: saturate(1.06);
}

.fr-plan-visual::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(180deg, transparent 38%, rgba(0, 47, 42, 0.72));
}

.fr-plan-badge {
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 24px;
  z-index: 1;
  padding: 22px;
  color: var(--fr-ink);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.16);
}

.fr-plan-badge strong {
  display: block;
  color: var(--fr-ink);
  font-size: clamp(26px, 2.1vw, 36px);
  line-height: 0.95;
}

.fr-plan-badge span {
  display: block;
  margin-top: 8px;
  color: var(--fr-muted);
  font-weight: 800;
  line-height: 1.25;
}

.fr-plan-grid {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.fr-plan-tile {
  position: relative;
  display: grid;
  align-content: start;
  gap: 12px;
  min-height: 0;
  min-width: 0;
  padding: 28px;
  color: var(--fr-ink);
  background: #fff;
  border: 1px solid var(--fr-line);
  box-shadow: 0 18px 50px rgba(0, 47, 42, 0.06);
  text-decoration: none;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.fr-plan-tile::before {
  position: absolute;
  inset: 0 0 auto;
  height: 5px;
  background: var(--fr-green);
  content: "";
  transform: scaleX(0.42);
  transform-origin: left;
  transition: transform 180ms ease;
}

.fr-plan-tile:hover {
  transform: translateY(-5px);
  border-color: rgba(24, 170, 74, 0.45);
  box-shadow: 0 26px 70px rgba(0, 47, 42, 0.12);
}

.fr-plan-tile:hover::before {
  transform: scaleX(1);
}

.fr-plan-number,
.fr-plan-link {
  color: var(--fr-green);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.fr-plan-number {
  letter-spacing: 0.14em;
}

.fr-plan-link {
  margin-top: 6px;
}

.fr-plan-tile strong {
  display: block;
  color: var(--fr-ink);
  font-size: clamp(24px, 2vw, 34px);
  line-height: 0.98;
}

.fr-plan-tile p {
  margin: 0;
  color: #31514d;
  font-size: 16px;
  line-height: 1.42;
}

.fr-index-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 26px;
  margin-top: 54px;
}

.fr-index-card {
  display: grid;
  gap: 18px;
  min-height: 270px;
  padding: 30px;
  color: var(--fr-ink);
  background: #fff;
  text-decoration: none;
  border: 1px solid var(--fr-line);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.fr-index-card:hover {
  transform: translateY(-5px);
  border-color: transparent;
  box-shadow: 0 28px 75px rgba(0, 45, 40, 0.12);
}

.fr-index-card h3 {
  font-size: 29px;
}

.fr-index-card p {
  margin: 0;
  color: var(--fr-muted);
  font-size: 16px;
}

.fr-location-feature-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
  margin-top: 54px;
}

.fr-location-feature-card {
  position: relative;
  min-height: 310px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 24px;
  overflow: hidden;
  color: #fff;
  text-decoration: none;
  background-image: linear-gradient(180deg, rgba(0, 28, 26, 0.08), rgba(0, 28, 26, 0.82)), var(--card-image);
  background-position: center;
  background-size: cover;
  isolation: isolate;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.fr-location-feature-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 28px 80px rgba(0, 45, 40, 0.18);
}

.fr-location-feature-card span {
  display: block;
  max-width: 92%;
  font-size: clamp(23px, 2.1vw, 34px);
  font-weight: 900;
  line-height: 1;
}

.fr-location-feature-card p {
  margin: 14px 0 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: 15px;
  line-height: 1.38;
}

.fr-section-action {
  margin-top: 34px;
}

.fr-accordion {
  margin-top: 34px;
  border-top: 1px solid rgba(255, 255, 255, 0.26);
}

.fr-accordion-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.26);
}

.fr-toggle {
  width: 100%;
  padding: 21px 0;
  border: 0;
  display: flex;
  justify-content: space-between;
  color: #fff;
  background: transparent;
  font: inherit;
  font-weight: 800;
  text-align: left;
  cursor: pointer;
}

.fr-toggle::after {
  color: var(--fr-green);
  content: "+";
}

.fr-accordion-item.is-open .fr-toggle::after {
  content: "-";
}

.fr-accordion-panel {
  display: none;
  padding-bottom: 22px;
  color: rgba(255, 255, 255, 0.82);
}

.fr-accordion-item.is-open .fr-accordion-panel {
  display: block;
}

.fr-contact-block {
  background: #f4f4f2;
}

.fr-form {
  display: grid;
  gap: 16px;
  padding: 30px;
  background: #fff;
  border: 1px solid rgba(0, 47, 42, 0.13);
  box-shadow: 0 24px 70px rgba(0, 45, 40, 0.1);
}

.fr-form label {
  display: grid;
  gap: 7px;
  color: var(--fr-ink);
  font-weight: 800;
}

.fr-deep .fr-form label {
  color: var(--fr-ink);
}

.fr-form input,
.fr-form select,
.fr-form textarea {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid rgba(0, 47, 42, 0.22);
  border-radius: 0;
  padding: 15px 16px;
  font-size: 16px;
  background: #fff;
}

.fr-form select {
  min-height: 50px;
}

.fr-form textarea {
  resize: vertical;
}

.fr-honeypot {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important;
}

.fr-form button {
  justify-self: start;
  min-width: 180px;
  border: 0;
  cursor: pointer;
}

.fr-detail-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 420px);
  gap: 70px;
  align-items: start;
}

.fr-detail-body {
  max-width: 860px;
}

.fr-detail-body h2 {
  margin-bottom: 32px;
}

.fr-detail-body p {
  margin: 0 0 22px;
  color: #203d39;
  font-size: clamp(18px, 1.35vw, 22px);
  line-height: 1.62;
}

.fr-detail-aside {
  position: sticky;
  top: 118px;
  display: grid;
  gap: 18px;
}

.fr-detail-card {
  padding: 28px;
  border: 1px solid var(--fr-line);
  background: var(--fr-soft);
}

.fr-detail-card strong {
  display: block;
  color: var(--fr-ink);
  font-size: 22px;
  line-height: 1.1;
}

.fr-detail-card p {
  margin: 14px 0 22px;
  color: var(--fr-muted);
  font-size: 16px;
  line-height: 1.5;
}

.fr-detail-quicklinks {
  background: #fff;
}

.fr-detail-quicklinks a {
  display: block;
  padding: 13px 0;
  color: var(--fr-ink);
  text-decoration: none;
  border-bottom: 1px solid var(--fr-line);
  font-weight: 800;
}

.fr-cta {
  padding: 92px 42px;
  color: #fff;
  background-image: linear-gradient(90deg, rgba(0, 43, 39, 0.88), rgba(0, 43, 39, 0.4)), var(--cta-image);
  background-position: center;
  background-size: cover;
}

.fr-cta h2 {
  color: #fff;
}

.fr-footer {
  padding: 78px 42px 34px;
  color: #cde1dd;
  background: #002d28;
}

.fr-footer a {
  color: #cde1dd;
  text-decoration: none;
}

.fr-footer strong,
.fr-footer .fr-logo {
  color: #fff;
}

.fr-footer-grid {
  width: min(1360px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.2fr repeat(4, 1fr);
  gap: 46px;
}

.fr-footer p {
  margin: 0 0 11px;
}

.fr-footer-title {
  margin-bottom: 15px;
  color: var(--fr-green);
  font-weight: 900;
}

.fr-footer-bottom {
  width: min(1360px, 100%);
  margin: 64px auto 0;
  padding-top: 28px;
  border-top: 1px solid rgba(255, 255, 255, 0.13);
  display: flex;
  justify-content: space-between;
  gap: 24px;
  color: #9bb9b4;
  font-size: 13px;
}

.fr-not-found {
  min-height: 80vh;
  display: grid;
  place-items: center;
  padding: 120px 32px;
  text-align: center;
}

@media (max-width: 1080px) {
  .fr-header-row {
    width: min(100% - 42px, 980px);
    grid-template-columns: 1fr auto auto;
    min-height: 74px;
  }

  .fr-nav {
    display: none;
  }

  .fr-menu-button {
    display: grid;
    place-items: center;
  }

  .fr-two,
  .fr-two.fr-flip {
    grid-template-columns: 1fr;
    gap: 46px;
  }

  .fr-two.fr-flip > :first-child {
    order: initial;
  }

  .fr-plan-shell {
    grid-template-columns: minmax(0, 1fr);
    gap: 28px;
  }

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

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

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

  .fr-detail-layout {
    grid-template-columns: minmax(0, 1fr);
  }

  .fr-detail-aside {
    position: static;
  }

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

@media (max-width: 640px) {
  .fr-header-row {
    width: calc(100% - 28px);
    gap: 12px;
  }

  .fr-logo {
    font-size: 22px;
  }

  .fr-header-actions .fr-button {
    display: none;
  }

  .fr-hero,
  .fr-hero.fr-short {
    min-height: 74svh;
    padding: 124px 22px 62px;
  }

  .fr-hero h1 {
    font-size: clamp(42px, 15vw, 64px);
  }

  .fr-section,
  .fr-cta,
  .fr-footer {
    padding-left: 22px;
    padding-right: 22px;
  }

  .fr-stats,
  .fr-grid,
  .fr-plan-grid,
  .fr-plan-proof,
  .fr-index-grid,
  .fr-location-feature-grid,
  .fr-grid.fr-four,
  .fr-footer-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .fr-plan-copy {
    padding: 30px;
  }

  .fr-plan-visual img {
    min-height: 310px;
  }

  .fr-plan-tile {
    min-height: 0;
  }

  .fr-index-card {
    min-height: 0;
  }

  .fr-footer-bottom {
    flex-direction: column;
  }
}

/* ---- Tablet / phone responsive hardening (<=768px) ---- */
@media (max-width: 768px) {
  /* Split sections + stat rows stack to a single column.
     minmax(0,1fr) lets the track shrink below content min-width so forms
     and wide children can't blow the row past the viewport. */
  .fr-two,
  .fr-two.fr-flip,
  .fr-stats {
    grid-template-columns: minmax(0, 1fr);
    gap: 32px;
  }

  /* Dense card decks stay 2-up; index cards + footer fully stack.
     minmax(0,1fr) tracks keep wide children from overflowing the viewport. */
  .fr-grid,
  .fr-grid.fr-four {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px 20px;
  }

  .fr-index-grid,
  .fr-location-feature-grid,
  .fr-footer-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 28px;
  }

  /* Grid/flex children must be allowed to shrink below their content size */
  .fr-grid > *,
  .fr-grid.fr-four > *,
  .fr-index-grid > *,
  .fr-location-feature-grid > *,
  .fr-footer-grid > *,
  .fr-two > *,
  .fr-stats > * {
    min-width: 0;
  }

  /* Reduce vertical padding so sections aren't enormous on phones */
  .fr-section,
  .fr-cta {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  /* Hero type scales down and stays readable */
  .fr-hero h1 {
    font-size: clamp(40px, 9vw, 72px);
  }

  .fr-page:not(.fr-home) .fr-hero h1 {
    font-size: clamp(38px, 11vw, 64px);
  }

  .fr-hero p,
  .fr-section p,
  .fr-section li {
    font-size: 17px;
    line-height: 1.55;
  }

  /* Comfortable tap targets for nav panels + cards */
  .fr-card,
  .fr-index-card {
    min-height: 0;
  }

  .fr-location-feature-card {
    min-height: 260px;
  }
}

/* ---- Small phones (<=480px): readability + edge padding ---- */
@media (max-width: 480px) {
  .fr-section,
  .fr-cta,
  .fr-footer,
  .fr-hero,
  .fr-hero.fr-short {
    padding-left: 18px;
    padding-right: 18px;
  }

  .fr-form input,
  .fr-form select,
  .fr-form textarea,
  .wdefh-h-contact-form input,
  .wdefh-h-contact-form select,
  .wdefh-h-contact-form textarea {
    font-size: 16px; /* prevent iOS zoom-on-focus */
  }

  .fr-form input,
  .fr-form select,
  .wdefh-h-contact-form input,
  .wdefh-h-contact-form select {
    min-height: 46px;
  }

  .fr-form button,
  .fr-button {
    width: 100%;
    min-height: 48px;
    box-sizing: border-box;
  }

  /* Long unbreakable strings (emails, URLs) must wrap, not overflow */
  .fr-footer a,
  .fr-section a,
  .fr-section p,
  .fr-footer p {
    overflow-wrap: anywhere;
    word-break: break-word;
  }
}

/*brand-logo-css*/
.fr-logo{display:inline-flex !important;align-items:center}
.brand-logo{height:40px;width:auto;display:block;max-width:300px}
