/* =========================================================
   AmPro Renters Page CSS
   Scope: Renters page only
   Required wrapper: .ampro-renters
========================================================= */

body.page-id-185  {
  background: #f7f4ed !important;
}

body.page-id-185 .site-main,
body.page-id-185 .page-content,
body.page-id-185 .entry-content {
  padding-top: 0 !important;
  margin-top: 0 !important;
  width: 100% !important;
  max-width: none !important;
}

body.page-id-185 .elementor-element.ampro-renters {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

.ampro-renters,
.ampro-renters * {
  box-sizing: border-box;
}

.ampro-renters {
  --renters-navy: #071521;
  --renters-deep-navy: #03111f;
  --renters-navy-soft: #0d2233;
  --renters-gold: #d6ac55;
  --renters-gold-dark: #b98a35;
  --renters-cream: #fbf8f2;
  --renters-white: #ffffff;
  --renters-text: #17202a;
  --renters-muted: #6d7480;
  --renters-border: #eadfc8;
  --renters-shadow: 0 18px 50px rgba(7, 21, 33, 0.14);
  --renters-radius: 12px;

  background: var(--renters-cream);
  color: var(--renters-text);
  font-family: Inter, Arial, sans-serif;
  overflow-x: hidden;
}

.ampro-renters a {
  text-decoration: none;
}

.ampro-renters .renters-container {
  width: min(1480px, calc(100% - 48px)) !important;
  max-width: 1480px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.ampro-renters > .e-con-inner,
.ampro-renters .renters-container.e-con-inner,
.ampro-renters .renters-container > .e-con-inner {
  width: min(1480px, calc(100% - 48px)) !important;
  max-width: 1480px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

/* Buttons */

.ampro-renters .renters-btn .elementor-button {
  min-height: 48px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 0 26px !important;
  border-radius: 4px !important;
  font-size: 13px !important;
  font-weight: 800 !important;
  letter-spacing: 0.08em !important;
  text-transform: uppercase !important;
  transition: transform .2s ease, background .2s ease, color .2s ease, border-color .2s ease !important;
}

.ampro-renters .renters-btn .elementor-button:hover {
  transform: translateY(-1px) !important;
}

.ampro-renters .renters-btn-gold .elementor-button {
  background: var(--renters-gold) !important;
  color: #111111 !important;
  border: 1px solid var(--renters-gold) !important;
}

.ampro-renters .renters-btn-gold .elementor-button:hover {
  background: #ffffff !important;
  border-color: #ffffff !important;
  color: #111111 !important;
}

.ampro-renters .renters-btn-outline .elementor-button {
  background: rgba(0,0,0,0.18) !important;
  color: #ffffff !important;
  border: 1px solid rgba(255,255,255,0.58) !important;
}

.ampro-renters .renters-btn-outline .elementor-button:hover {
  background: #ffffff !important;
  border-color: #ffffff !important;
  color: #111111 !important;
}

/* Section headings */

.ampro-renters .renters-eyebrow,
.ampro-renters .renters-eyebrow .elementor-heading-title {
  color: var(--renters-gold) !important;
  font-size: 13px !important;
  line-height: 1.2 !important;
  font-weight: 900 !important;
  letter-spacing: 0.13em !important;
  text-transform: uppercase !important;
  margin: 0 0 16px !important;
}

.ampro-renters .renters-small-heading,
.ampro-renters .renters-small-heading .elementor-heading-title {
  position: relative !important;
  display: block !important;
  text-align: center !important;
  margin: 0 0 28px !important;
  color: var(--renters-text) !important;
  font-family: "Playfair Display", Georgia, serif !important;
  font-size: clamp(34px, 3.4vw, 52px) !important;
  line-height: 1.08 !important;
  font-weight: 500 !important;
  letter-spacing: -0.035em !important;
}

.ampro-renters .renters-small-heading::before,
.ampro-renters .renters-small-heading::after {
  content: "";
  display: block;
  width: 42px;
  height: 1px;
  background: var(--renters-gold);
  margin-left: auto;
  margin-right: auto;
}

.ampro-renters .renters-small-heading::before {
  margin-bottom: 18px;
}

.ampro-renters .renters-small-heading::after {
  margin-top: 18px;
}

.ampro-renters .renters-section-intro {
  max-width: 820px !important;
  margin: -12px auto 34px !important;
  text-align: center !important;
  color: var(--renters-muted) !important;
  font-size: 15px !important;
  line-height: 1.65 !important;
}

.ampro-renters .renters-section-intro p {
  margin: 0 !important;
}

/* =========================================================
   Renters Hero
========================================================= */

.ampro-renters .renters-hero {
  position: relative !important;
  min-height: 620px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  overflow: hidden !important;
  background-color: var(--renters-navy) !important;
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  padding: 0 !important;
  margin: 0 !important;
}

.ampro-renters .renters-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(
      90deg,
      rgba(3,17,31,0.92) 0%,
      rgba(3,17,31,0.68) 48%,
      rgba(3,17,31,0.28) 100%
    ),
    linear-gradient(
      180deg,
      rgba(3,17,31,0.14) 0%,
      rgba(3,17,31,0.38) 100%
    );
  pointer-events: none;
}

.ampro-renters .renters-hero-inner {
  position: relative !important;
  z-index: 2 !important;
  width: min(1480px, calc(100% - 48px)) !important;
  max-width: 1480px !important;
  margin: 0 auto !important;
  padding: 92px 0 !important;
  color: #ffffff !important;
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) 430px !important;
  gap: 72px !important;
  align-items: center !important;
}

.ampro-renters .renters-hero-copy {
  max-width: 780px !important;
  color: #ffffff !important;
}

.ampro-renters .renters-hero-title .elementor-heading-title,
.ampro-renters .renters-hero-title h1 {
  margin: 0 !important;
  color: #ffffff !important;
  font-family: "Playfair Display", Georgia, serif !important;
  font-size: clamp(52px, 4.7vw, 78px) !important;
  line-height: 0.98 !important;
  font-weight: 500 !important;
  letter-spacing: -0.045em !important;
  max-width: 850px !important;
}

.ampro-renters .renters-hero-subtitle,
.ampro-renters .renters-hero-subtitle p {
  color: rgba(255,255,255,0.92) !important;
  font-size: 18px !important;
  line-height: 1.55 !important;
  max-width: 660px !important;
  margin: 22px 0 0 !important;
}

.ampro-renters .renters-hero-actions {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: wrap !important;
  gap: 14px !important;
  margin-top: 28px !important;
}

.ampro-renters .renters-privacy-note,
.ampro-renters .renters-privacy-note p {
  margin: 18px 0 0 !important;
  color: rgba(255,255,255,0.88) !important;
  font-size: 14px !important;
  line-height: 1.4 !important;
}

.ampro-renters .renters-privacy-note p::before {
  content: "✓";
  display: inline-flex;
  width: 20px;
  height: 20px;
  align-items: center;
  justify-content: center;
  margin-right: 8px;
  border: 1px solid var(--renters-gold);
  border-radius: 999px;
  color: var(--renters-gold);
  font-size: 12px;
}

/* Hero Search Card */

.ampro-renters .renters-hero-search-card {
  background: #ffffff !important;
  border: 1px solid rgba(214,172,85,0.38) !important;
  border-radius: 12px !important;
  box-shadow: 0 22px 54px rgba(3,17,31,0.24) !important;
  padding: 30px !important;
  color: var(--renters-text) !important;
}

.ampro-renters .renters-hero-search-card h2,
.ampro-renters .renters-hero-search-card .elementor-heading-title {
  margin: 0 0 10px !important;
  color: var(--renters-text) !important;
  font-family: "Playfair Display", Georgia, serif !important;
  font-size: 30px !important;
  line-height: 1.05 !important;
  font-weight: 500 !important;
  letter-spacing: -0.03em !important;
}

.ampro-renters .renters-hero-search-card p {
  margin: 0 0 18px !important;
  color: var(--renters-muted) !important;
  font-size: 14px !important;
  line-height: 1.55 !important;
}

/* =========================================================
   Renters Hero Search Form
========================================================= */

.ampro-renters .ampro-renters-hero-search-form {
  width: 100% !important;
}

.ampro-renters .ampro-renters-hero-search-form form {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 12px !important;
  margin: 0 !important;
}

.ampro-renters .ampro-renters-search-form {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 12px !important;
  margin: 0 !important;
}

.ampro-renters .ampro-renters-hero-field {
  min-width: 0 !important;
}

.ampro-renters .ampro-renters-hero-field-full {
  grid-column: 1 / -1 !important;
}

.ampro-renters .ampro-renters-hero-field label {
  display: block !important;
  margin: 0 0 5px !important;
  color: var(--renters-text) !important;
  font-family: Inter, Arial, sans-serif !important;
  font-size: 11px !important;
  line-height: 1.2 !important;
  font-weight: 900 !important;
}

.ampro-renters .ampro-renters-hero-field input,
.ampro-renters .ampro-renters-hero-field select {
  width: 100% !important;
  height: 42px !important;
  border: 1px solid #d9dde3 !important;
  border-radius: 4px !important;
  background: #ffffff !important;
  color: var(--renters-text) !important;
  font-family: Inter, Arial, sans-serif !important;
  font-size: 13px !important;
  line-height: 1.2 !important;
  padding: 0 12px !important;
  outline: none !important;
  box-shadow: none !important;
}

.ampro-renters .ampro-renters-hero-field input:focus,
.ampro-renters .ampro-renters-hero-field select:focus {
  border-color: var(--renters-gold) !important;
  box-shadow: 0 0 0 2px rgba(214,172,85,0.18) !important;
}

.ampro-renters .ampro-renters-hero-submit-wrap {
  grid-column: 1 / -1 !important;
  margin-top: 4px !important;
}

.ampro-renters .ampro-renters-hero-submit {
  width: 100% !important;
  min-height: 48px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  border: 1px solid var(--renters-gold) !important;
  border-radius: 4px !important;
  background: var(--renters-gold) !important;
  color: #111111 !important;
  font-family: Inter, Arial, sans-serif !important;
  font-size: 12px !important;
  font-weight: 900 !important;
  letter-spacing: 0.08em !important;
  text-transform: uppercase !important;
  cursor: pointer !important;
  transition: transform 180ms ease, background 180ms ease, border-color 180ms ease !important;
}

.ampro-renters .ampro-renters-hero-submit:hover {
  transform: translateY(-1px) !important;
  background: var(--renters-navy) !important;
  border-color: var(--renters-navy) !important;
  color: #ffffff !important;
}

.ampro-renters .ampro-renters-hero-form-note {
  grid-column: 1 / -1 !important;
  margin: 2px 0 0 !important;
  color: var(--renters-muted) !important;
  font-size: 12px !important;
  line-height: 1.4 !important;
  text-align: center !important;
}

/* =========================================================
   Renters Hero Search Suggestions
========================================================= */

.ampro-renters .ampro-renters-location-wrap {
  position: relative !important;
  z-index: 10 !important;
}

.ampro-renters .ampro-renters-search-suggestions {
  position: absolute !important;
  left: 0 !important;
  right: 0 !important;
  top: calc(100% + 6px) !important;
  z-index: 999 !important;
  display: none;
  max-height: 280px !important;
  overflow-y: auto !important;
  background: #ffffff !important;
  border: 1px solid var(--renters-border) !important;
  border-radius: 8px !important;
  box-shadow: 0 16px 38px rgba(7,21,33,0.18) !important;
}

.ampro-renters .ampro-renters-search-suggestion {
  width: 100% !important;
  min-height: 46px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 12px !important;
  padding: 9px 14px !important;
  border: 0 !important;
  border-bottom: 1px solid #f0eadf !important;
  background: #ffffff !important;
  color: var(--renters-text) !important;
  font-family: Inter, Arial, sans-serif !important;
  text-align: left !important;
  cursor: pointer !important;
}

.ampro-renters .ampro-renters-search-suggestion:last-child {
  border-bottom: 0 !important;
}

.ampro-renters .ampro-renters-search-suggestion span {
  display: block !important;
  color: var(--renters-text) !important;
  font-size: 13px !important;
  line-height: 1.25 !important;
  font-weight: 800 !important;
}

.ampro-renters .ampro-renters-search-suggestion small {
  display: block !important;
  color: var(--renters-muted) !important;
  font-size: 11px !important;
  line-height: 1.2 !important;
  font-weight: 700 !important;
  white-space: nowrap !important;
}

.ampro-renters .ampro-renters-search-suggestion:hover,
.ampro-renters .ampro-renters-search-suggestion:focus {
  background: var(--renters-cream) !important;
  outline: none !important;
}

.ampro-renters .ampro-renters-search-suggestion:hover span,
.ampro-renters .ampro-renters-search-suggestion:focus span {
  color: var(--renters-gold-dark) !important;
}

/* =========================================================
   Renters Hero Search Clear Button
========================================================= */

.ampro-renters .ampro-renters-location-input-wrap {
  position: relative !important;
  width: 100% !important;
}

.ampro-renters .ampro-renters-location-input-wrap input {
  padding-right: 38px !important;
}

.ampro-renters .ampro-renters-search-clear {
  position: absolute !important;
  right: 9px !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  width: 24px !important;
  height: 24px !important;
  display: none;
  align-items: center !important;
  justify-content: center !important;
  border: 0 !important;
  border-radius: 999px !important;
  background: transparent !important;
  color: var(--renters-muted) !important;
  font-size: 20px !important;
  line-height: 1 !important;
  cursor: pointer !important;
  padding: 0 !important;
}

.ampro-renters .ampro-renters-search-clear:hover,
.ampro-renters .ampro-renters-search-clear:focus {
  color: var(--renters-gold-dark) !important;
  background: rgba(214,172,85,0.12) !important;
  outline: none !important;
}

/* =========================================================
   Renters Hero — Mobile Responsive Fix
========================================================= */

@media (max-width: 900px) {
  .ampro-renters .renters-hero {
    min-height: auto !important;
    padding: 0 !important;
    align-items: flex-start !important;
  }

  .ampro-renters .renters-hero-inner {
    width: min(100% - 32px, 100%) !important;
    max-width: none !important;
    padding: 78px 0 54px !important;
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 34px !important;
    align-items: start !important;
  }

  .ampro-renters .renters-hero-copy {
    max-width: 100% !important;
    width: 100% !important;
  }

  .ampro-renters .renters-hero-title .elementor-heading-title,
  .ampro-renters .renters-hero-title h1 {
    max-width: 420px !important;
    font-size: clamp(42px, 13vw, 58px) !important;
    line-height: 0.98 !important;
    letter-spacing: -0.045em !important;
  }

  .ampro-renters .renters-hero-subtitle,
  .ampro-renters .renters-hero-subtitle p {
    max-width: 420px !important;
    font-size: 15px !important;
    line-height: 1.55 !important;
    margin-top: 18px !important;
  }

  .ampro-renters .renters-hero-actions {
    margin-top: 24px !important;
    gap: 10px !important;
  }

  .ampro-renters .renters-hero-search-card {
    width: 100% !important;
    max-width: 430px !important;
    margin: 0 auto !important;
    padding: 24px !important;
  }
}

/* =========================================================
   Renters Hero — Small Phone Fix
========================================================= */

@media (max-width: 480px) {
  .ampro-renters .renters-hero-inner {
    width: min(100% - 28px, 100%) !important;
    padding: 62px 0 44px !important;
    gap: 28px !important;
  }

  .ampro-renters .renters-hero-title .elementor-heading-title,
  .ampro-renters .renters-hero-title h1 {
    max-width: 300px !important;
    font-size: 44px !important;
    line-height: 0.96 !important;
  }

  .ampro-renters .renters-hero-subtitle,
  .ampro-renters .renters-hero-subtitle p {
    max-width: 310px !important;
    font-size: 14px !important;
    line-height: 1.55 !important;
  }

  .ampro-renters .renters-hero-actions {
    flex-direction: column !important;
    align-items: flex-start !important;
    width: 100% !important;
  }

  .ampro-renters .renters-hero-actions .elementor-widget-button,
  .ampro-renters .renters-hero-actions .elementor-button {
    width: 100% !important;
    max-width: 260px !important;
  }

  .ampro-renters .renters-hero-search-card {
    max-width: 100% !important;
    padding: 22px 18px !important;
  }

  .ampro-renters .renters-hero-search-card h2,
  .ampro-renters .renters-hero-search-card .elementor-heading-title {
    font-size: 27px !important;
  }

  .ampro-renters .ampro-renters-hero-search-form form,
  .ampro-renters .ampro-renters-search-form {
    grid-template-columns: 1fr !important;
    gap: 11px !important;
  }

  .ampro-renters .ampro-renters-hero-field-full,
  .ampro-renters .ampro-renters-hero-submit-wrap,
  .ampro-renters .ampro-renters-hero-form-note {
    grid-column: auto !important;
  }
}

@media (max-width: 390px) {
  .ampro-renters .renters-hero-inner {
    width: min(100% - 24px, 100%) !important;
    padding: 54px 0 40px !important;
  }

  .ampro-renters .renters-hero-title .elementor-heading-title,
  .ampro-renters .renters-hero-title h1 {
    max-width: 275px !important;
    font-size: 39px !important;
    line-height: 0.98 !important;
  }

  .ampro-renters .renters-hero-subtitle,
  .ampro-renters .renters-hero-subtitle p {
    max-width: 285px !important;
    font-size: 13.5px !important;
  }

  .ampro-renters .renters-hero-search-card {
    padding: 20px 16px !important;
  }
}

/* =========================================================
   Rental Benefits Strip
========================================================= */

.ampro-renters .renters-benefit-strip {
  background: #ffffff !important;
  border-bottom: 1px solid var(--renters-border) !important;
  padding: 22px 0 !important;
  margin: 0 !important;
}

.ampro-renters .renters-benefit-inner,
.ampro-renters .renters-benefit-inner.e-con,
.ampro-renters .renters-benefit-inner.elementor-element {
  width: min(1480px, calc(100% - 48px)) !important;
  max-width: 1480px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  display: grid !important;
  grid-template-columns: repeat(8, minmax(0, 1fr)) !important;
  gap: 0 !important;
  align-items: stretch !important;
}

.ampro-renters .renters-benefit-inner > .renters-benefit-item,
.ampro-renters .renters-benefit-inner > .elementor-element.renters-benefit-item,
.ampro-renters .renters-benefit-inner > .e-con.renters-benefit-item {
  width: 100% !important;
  max-width: none !important;
  min-width: 0 !important;
  flex: initial !important;
}

.ampro-renters .renters-benefit-item {
  min-height: 78px !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  text-align: center !important;
  padding: 0 14px !important;
  border-right: 1px solid #eee7db !important;
}

.ampro-renters .renters-benefit-item:last-child {
  border-right: 0 !important;
}

.ampro-renters .renters-benefit-item .elementor-widget-container {
  margin: 0 !important;
  padding: 0 !important;
}

.ampro-renters .renters-benefit-icon {
  margin: 0 0 7px !important;
}

.ampro-renters .renters-benefit-icon .elementor-icon {
  color: var(--renters-navy) !important;
  fill: var(--renters-navy) !important;
  font-size: 21px !important;
}

.ampro-renters .renters-benefit-item .elementor-heading-title {
  color: var(--renters-text) !important;
  font-family: Inter, Arial, sans-serif !important;
  font-size: 11px !important;
  line-height: 1.25 !important;
  font-weight: 900 !important;
  letter-spacing: 0 !important;
  margin: 0 !important;
}

/* =========================================================
   Rental Benefits Strip Responsive
========================================================= */

@media (max-width: 1200px) {
  .ampro-renters .renters-benefit-inner,
  .ampro-renters .renters-benefit-inner.e-con,
  .ampro-renters .renters-benefit-inner.elementor-element {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }

  .ampro-renters .renters-benefit-item {
    border-bottom: 1px solid #eee7db !important;
  }

  .ampro-renters .renters-benefit-item:nth-child(4n) {
    border-right: 0 !important;
  }

  .ampro-renters .renters-benefit-item:nth-last-child(-n+4) {
    border-bottom: 0 !important;
  }
}

@media (max-width: 767px) {
  .ampro-renters .renters-benefit-strip {
    padding: 18px 0 !important;
  }

  .ampro-renters .renters-benefit-inner,
  .ampro-renters .renters-benefit-inner.e-con,
  .ampro-renters .renters-benefit-inner.elementor-element {
    width: min(100% - 28px, 100%) !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    border: 1px solid var(--renters-border) !important;
    border-radius: 10px !important;
    overflow: hidden !important;
  }

  .ampro-renters .renters-benefit-item {
    min-height: 88px !important;
    border-right: 1px solid #eee7db !important;
    border-bottom: 1px solid #eee7db !important;
    padding: 14px 10px !important;
  }

  .ampro-renters .renters-benefit-item:nth-child(2n) {
    border-right: 0 !important;
  }

  .ampro-renters .renters-benefit-item:nth-last-child(-n+2) {
    border-bottom: 0 !important;
  }
}

/* =========================================================
   Renters Benefit Strip — Mobile Polish
========================================================= */

@media (max-width: 640px) {
  .ampro-renters .renters-benefit-inner,
  .ampro-renters .renters-benefit-inner.e-con,
  .ampro-renters .renters-benefit-inner.elementor-element {
    width: min(100% - 28px, 100%) !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .ampro-renters .renters-benefit-item {
    min-height: 96px !important;
    padding: 16px 10px !important;
  }

  .ampro-renters .renters-benefit-icon .elementor-icon {
    font-size: 22px !important;
  }

  .ampro-renters .renters-benefit-item .elementor-heading-title {
    font-size: 11px !important;
    line-height: 1.25 !important;
  }
}

/* =========================================================
   What Renters Can Expect
========================================================= */

.ampro-renters .renters-expect-section {
  background: var(--renters-cream) !important;
  padding: 76px 0 72px !important;
}

.ampro-renters .renters-expect-inner,
.ampro-renters .renters-expect-section .renters-container {
  width: min(1480px, calc(100% - 48px)) !important;
  max-width: 1480px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.ampro-renters .renters-expect-grid,
.ampro-renters .renters-expect-grid.e-con,
.ampro-renters .renters-expect-grid.elementor-element {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 0 !important;
  width: 100% !important;
  max-width: 100% !important;
  align-items: stretch !important;
}

.ampro-renters .renters-expect-grid > .renters-expect-card,
.ampro-renters .renters-expect-grid > .elementor-element.renters-expect-card,
.ampro-renters .renters-expect-grid > .e-con.renters-expect-card {
  width: 100% !important;
  max-width: none !important;
  min-width: 0 !important;
  flex: initial !important;
}

.ampro-renters .renters-expect-card {
  min-height: 210px !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: flex-start !important;
  text-align: center !important;
  padding: 26px 28px !important;
  border-right: 1px solid #eee7db !important;
}

.ampro-renters .renters-expect-card:last-child {
  border-right: 0 !important;
}

.ampro-renters .renters-expect-icon {
  margin: 0 0 18px !important;
}

.ampro-renters .renters-expect-icon .elementor-icon {
  color: var(--renters-gold-dark) !important;
  fill: var(--renters-gold-dark) !important;
  font-size: 32px !important;
}

.ampro-renters .renters-expect-card .elementor-heading-title {
  margin: 0 0 10px !important;
  color: var(--renters-text) !important;
  font-family: "Playfair Display", Georgia, serif !important;
  font-size: 26px !important;
  line-height: 1.12 !important;
  font-weight: 500 !important;
}

.ampro-renters .renters-expect-card p {
  margin: 0 auto !important;
  max-width: 310px !important;
  color: var(--renters-muted) !important;
  font-size: 13px !important;
  line-height: 1.55 !important;
}

/* =========================================================
   What Renters Can Expect Responsive
========================================================= */

@media (max-width: 1000px) {
  .ampro-renters .renters-expect-grid,
  .ampro-renters .renters-expect-grid.e-con,
  .ampro-renters .renters-expect-grid.elementor-element {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .ampro-renters .renters-expect-card {
    border-bottom: 1px solid #eee7db !important;
  }

  .ampro-renters .renters-expect-card:nth-child(2n) {
    border-right: 0 !important;
  }

  .ampro-renters .renters-expect-card:nth-last-child(-n+2) {
    border-bottom: 0 !important;
  }
}

@media (max-width: 640px) {
  .ampro-renters .renters-expect-section {
    padding: 58px 0 56px !important;
  }

  .ampro-renters .renters-expect-grid,
  .ampro-renters .renters-expect-grid.e-con,
  .ampro-renters .renters-expect-grid.elementor-element {
    grid-template-columns: 1fr !important;
  }

  .ampro-renters .renters-expect-card {
    min-height: 0 !important;
    padding: 28px 22px !important;
    border-right: 0 !important;
    border-bottom: 1px solid #eee7db !important;
  }

  .ampro-renters .renters-expect-card:last-child {
    border-bottom: 0 !important;
  }

  .ampro-renters .renters-expect-card .elementor-heading-title {
    font-size: 25px !important;
  }

  .ampro-renters .renters-expect-card p {
    font-size: 14px !important;
  }
}

/* =========================================================
   What Renters Can Expect — Mobile Polish
========================================================= */

@media (max-width: 640px) {
  .ampro-renters .renters-expect-section {
    padding: 60px 0 62px !important;
  }

  .ampro-renters .renters-expect-inner,
  .ampro-renters .renters-expect-section .renters-container {
    width: min(100% - 32px, 100%) !important;
  }

  .ampro-renters .renters-expect-grid,
  .ampro-renters .renters-expect-grid.e-con,
  .ampro-renters .renters-expect-grid.elementor-element {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 18px !important;
  }

  .ampro-renters .renters-expect-card {
    background: #ffffff !important;
    border: 1px solid var(--renters-border) !important;
    border-radius: 12px !important;
    box-shadow: 0 10px 26px rgba(15,23,42,0.045) !important;
    padding: 34px 24px !important;
  }

  .ampro-renters .renters-expect-card .elementor-heading-title {
    font-size: 27px !important;
  }

  .ampro-renters .renters-expect-card p {
    max-width: 310px !important;
    font-size: 14px !important;
  }
}

/* =========================================================
   Renters Map Listing Cards
   Scope: Renters page only
========================================================= */

.ampro-renters .spark-homepage-results-panel {
  padding: 34px 38px 42px !important;
  background: #ffffff !important;
}

.ampro-renters .spark-homepage-results-panel .spark-panel-title,
.ampro-renters #spark-results-title {
  margin: 0 0 22px !important;
  color: var(--renters-gold-dark) !important;
  font-family: Inter, Arial, sans-serif !important;
  font-size: 18px !important;
  line-height: 1.2 !important;
  font-weight: 900 !important;
  letter-spacing: 0.08em !important;
  text-transform: uppercase !important;
}

/* Force rental listing cards to 3 per row on desktop */
.ampro-renters .spark-homepage-listing-grid,
.ampro-renters #spark-listing-cards.spark-homepage-listing-grid,
.ampro-renters #spark-listing-cards.spark-listing-grid {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 24px !important;
  align-items: stretch !important;
}

/* Make each listing card obey the grid */
.ampro-renters .spark-homepage-listing-grid > *,
.ampro-renters #spark-listing-cards > * {
  width: 100% !important;
  max-width: none !important;
  min-width: 0 !important;
}

/* Listing card polish */
.ampro-renters #spark-listing-cards .spark-listing-card,
.ampro-renters .spark-homepage-listing-grid .spark-listing-card {
  border-radius: 12px !important;
  overflow: hidden !important;
  background: #ffffff !important;
  border: 1px solid var(--renters-border) !important;
  box-shadow: 0 12px 30px rgba(15,23,42,0.08) !important;
}

.ampro-renters #spark-listing-cards .spark-listing-card img,
.ampro-renters .spark-homepage-listing-grid .spark-listing-card img {
  width: 100% !important;
  height: 235px !important;
  object-fit: cover !important;
  display: block !important;
}

.ampro-renters #spark-listing-cards .spark-listing-card h3,
.ampro-renters .spark-homepage-listing-grid .spark-listing-card h3 {
  font-family: Inter, Arial, sans-serif !important;
  font-size: 17px !important;
  line-height: 1.25 !important;
  font-weight: 800 !important;
  color: var(--renters-text) !important;
}

.ampro-renters #spark-listing-cards .spark-listing-card {
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease !important;
}

.ampro-renters #spark-listing-cards .spark-listing-card:hover {
  transform: translateY(-3px) !important;
  border-color: rgba(214,172,85,0.72) !important;
  box-shadow: 0 18px 42px rgba(15,23,42,0.12) !important;
}

/* Renters map listing card responsive */
@media (max-width: 1100px) {
  .ampro-renters .spark-homepage-listing-grid,
  .ampro-renters #spark-listing-cards.spark-homepage-listing-grid,
  .ampro-renters #spark-listing-cards.spark-listing-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 20px !important;
  }
}

@media (max-width: 640px) {
  .ampro-renters .spark-homepage-results-panel {
    padding: 24px 16px 30px !important;
  }

  .ampro-renters .spark-homepage-listing-grid,
  .ampro-renters #spark-listing-cards.spark-homepage-listing-grid,
  .ampro-renters #spark-listing-cards.spark-listing-grid {
    grid-template-columns: 1fr !important;
    gap: 18px !important;
  }

  .ampro-renters #spark-listing-cards .spark-listing-card img,
  .ampro-renters .spark-homepage-listing-grid .spark-listing-card img {
    height: 220px !important;
  }
}

/* =========================================================
   Rental Paths / Renter Personas
========================================================= */

.ampro-renters .renters-paths-section {
  background: #ffffff !important;
  padding: 76px 0 82px !important;
}

.ampro-renters .renters-paths-inner,
.ampro-renters .renters-paths-section .renters-container {
  width: min(1480px, calc(100% - 48px)) !important;
  max-width: 1480px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.ampro-renters .renters-paths-grid,
.ampro-renters .renters-paths-grid.e-con,
.ampro-renters .renters-paths-grid.elementor-element {
  width: 100% !important;
  max-width: 100% !important;
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 20px !important;
  align-items: stretch !important;
}

.ampro-renters .renters-paths-grid > .renters-path-card,
.ampro-renters .renters-paths-grid > .elementor-element.renters-path-card,
.ampro-renters .renters-paths-grid > .e-con.renters-path-card {
  width: 100% !important;
  max-width: none !important;
  min-width: 0 !important;
  flex: initial !important;
  align-self: stretch !important;
}

.ampro-renters .renters-path-card {
  position: relative !important;
  min-height: 260px !important;
  background: #ffffff !important;
  border: 1px solid var(--renters-border) !important;
  border-radius: 12px !important;
  padding: 30px 28px 26px !important;
  box-shadow: 0 10px 28px rgba(15,23,42,0.055) !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  justify-content: flex-start !important;
  overflow: hidden !important;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease !important;
}

.ampro-renters .renters-path-card::after {
  content: "";
  position: absolute;
  right: -36px;
  top: -36px;
  width: 110px;
  height: 110px;
  border-radius: 999px;
  background: rgba(214,172,85,0.10);
  pointer-events: none;
}

.ampro-renters .renters-path-card:hover {
  transform: translateY(-4px) !important;
  border-color: rgba(214,172,85,0.72) !important;
  box-shadow: 0 18px 42px rgba(15,23,42,0.09) !important;
}

.ampro-renters .renters-path-card > .elementor-element,
.ampro-renters .renters-path-card .elementor-widget-container {
  margin: 0 !important;
  padding: 0 !important;
}

.ampro-renters .renters-path-icon {
  width: 48px !important;
  height: 48px !important;
  min-width: 48px !important;
  min-height: 48px !important;
  display: grid !important;
  place-items: center !important;
  border-radius: 999px !important;
  background: rgba(214,172,85,0.14) !important;
  color: var(--renters-gold-dark) !important;
  margin: 0 0 18px !important;
}

.ampro-renters .renters-path-icon .elementor-widget-container {
  width: 48px !important;
  height: 48px !important;
  display: grid !important;
  place-items: center !important;
}

.ampro-renters .renters-path-icon .elementor-icon {
  color: var(--renters-gold-dark) !important;
  fill: var(--renters-gold-dark) !important;
  font-size: 23px !important;
}

.ampro-renters .renters-path-card h3,
.ampro-renters .renters-path-card .elementor-heading-title {
  margin: 0 0 10px !important;
  color: var(--renters-text) !important;
  font-family: "Playfair Display", Georgia, serif !important;
  font-size: 27px !important;
  line-height: 1.1 !important;
  font-weight: 500 !important;
  letter-spacing: -0.025em !important;
}

.ampro-renters .renters-path-card p {
  margin: 0 0 20px !important;
  color: var(--renters-muted) !important;
  font-size: 14px !important;
  line-height: 1.55 !important;
}

.ampro-renters .renters-path-link {
  margin-top: auto !important;
}

.ampro-renters .renters-path-link .elementor-button {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  padding: 0 !important;
  min-height: 0 !important;
  color: var(--renters-gold-dark) !important;
  font-family: Inter, Arial, sans-serif !important;
  font-size: 11px !important;
  line-height: 1.2 !important;
  font-weight: 900 !important;
  letter-spacing: 0.10em !important;
  text-transform: uppercase !important;
}

.ampro-renters .renters-path-link .elementor-button:hover {
  color: var(--renters-navy) !important;
  background: transparent !important;
}

/* =========================================================
   Rental Paths Responsive
========================================================= */

@media (max-width: 1100px) {
  .ampro-renters .renters-paths-grid,
  .ampro-renters .renters-paths-grid.e-con,
  .ampro-renters .renters-paths-grid.elementor-element {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .ampro-renters .renters-path-card {
    min-height: 240px !important;
  }
}

@media (max-width: 640px) {
  .ampro-renters .renters-paths-section {
    padding: 58px 0 62px !important;
  }

  .ampro-renters .renters-paths-inner,
  .ampro-renters .renters-paths-section .renters-container {
    width: min(100% - 32px, 100%) !important;
    max-width: none !important;
  }

  .ampro-renters .renters-paths-grid,
  .ampro-renters .renters-paths-grid.e-con,
  .ampro-renters .renters-paths-grid.elementor-element {
    grid-template-columns: 1fr !important;
    gap: 16px !important;
  }

  .ampro-renters .renters-path-card {
    min-height: 0 !important;
    padding: 28px 24px 26px !important;
  }

  .ampro-renters .renters-path-card h3,
  .ampro-renters .renters-path-card .elementor-heading-title {
    font-size: 26px !important;
  }

  .ampro-renters .renters-path-card p {
    font-size: 14px !important;
  }
}

/* =========================================================
   Rental Lifestyle Image Cards
========================================================= */

.ampro-renters .renters-lifestyle-section {
  background: var(--renters-cream) !important;
  padding: 78px 0 84px !important;
}

.ampro-renters .renters-lifestyle-inner,
.ampro-renters .renters-lifestyle-section .renters-container {
  width: min(1480px, calc(100% - 48px)) !important;
  max-width: 1480px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.ampro-renters .renters-lifestyle-grid,
.ampro-renters .renters-lifestyle-grid.e-con,
.ampro-renters .renters-lifestyle-grid.elementor-element {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 20px !important;
  width: 100% !important;
  align-items: stretch !important;
}

.ampro-renters .renters-lifestyle-grid > .renters-lifestyle-card,
.ampro-renters .renters-lifestyle-grid > .elementor-element.renters-lifestyle-card,
.ampro-renters .renters-lifestyle-grid > .e-con.renters-lifestyle-card {
  width: 100% !important;
  max-width: none !important;
  min-width: 0 !important;
  flex: initial !important;
  align-self: stretch !important;
}

.ampro-renters .renters-lifestyle-card {
  background: #ffffff !important;
  border: 1px solid var(--renters-border) !important;
  border-radius: 12px !important;
  overflow: hidden !important;
  box-shadow: 0 12px 32px rgba(15,23,42,0.07) !important;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease !important;
}

.ampro-renters .renters-lifestyle-card:hover {
  transform: translateY(-4px) !important;
  border-color: rgba(214,172,85,0.72) !important;
  box-shadow: 0 18px 44px rgba(15,23,42,0.10) !important;
}

.ampro-renters .renters-lifestyle-image img {
  width: 100% !important;
  height: 210px !important;
  object-fit: cover !important;
  display: block !important;
}

.ampro-renters .renters-lifestyle-body {
  position: relative !important;
  padding: 24px 22px 26px !important;
}

.ampro-renters .renters-lifestyle-icon {
  width: 48px !important;
  height: 48px !important;
  min-width: 48px !important;
  min-height: 48px !important;
  display: grid !important;
  place-items: center !important;
  border-radius: 999px !important;
  background: var(--renters-navy) !important;
  color: var(--renters-gold) !important;
  margin: -48px 0 16px !important;
  border: 3px solid #ffffff !important;
  box-shadow: 0 8px 20px rgba(7,21,33,0.18) !important;
}

.ampro-renters .renters-lifestyle-icon .elementor-icon {
  color: var(--renters-gold) !important;
  fill: var(--renters-gold) !important;
  font-size: 22px !important;
}

.ampro-renters .renters-lifestyle-card h3,
.ampro-renters .renters-lifestyle-card .elementor-heading-title {
  margin: 0 0 9px !important;
  color: var(--renters-text) !important;
  font-family: "Playfair Display", Georgia, serif !important;
  font-size: 25px !important;
  line-height: 1.12 !important;
  font-weight: 500 !important;
}

.ampro-renters .renters-lifestyle-card p {
  margin: 0 !important;
  color: var(--renters-muted) !important;
  font-size: 13px !important;
  line-height: 1.55 !important;
}

/* =========================================================
   Rental Lifestyle Responsive
========================================================= */

@media (max-width: 1100px) {
  .ampro-renters .renters-lifestyle-grid,
  .ampro-renters .renters-lifestyle-grid.e-con,
  .ampro-renters .renters-lifestyle-grid.elementor-element {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 640px) {
  .ampro-renters .renters-lifestyle-section {
    padding: 58px 0 62px !important;
  }

  .ampro-renters .renters-lifestyle-inner,
  .ampro-renters .renters-lifestyle-section .renters-container {
    width: min(100% - 32px, 100%) !important;
  }

  .ampro-renters .renters-lifestyle-grid,
  .ampro-renters .renters-lifestyle-grid.e-con,
  .ampro-renters .renters-lifestyle-grid.elementor-element {
    grid-template-columns: 1fr !important;
    gap: 16px !important;
  }

  .ampro-renters .renters-lifestyle-image img {
    height: 220px !important;
  }
}

/* =========================================================
   Proven Rental Process
========================================================= */

.ampro-renters .renters-process-section {
  background: #ffffff !important;
  padding: 78px 0 84px !important;
}

.ampro-renters .renters-process-inner,
.ampro-renters .renters-process-section .renters-container {
  width: min(1480px, calc(100% - 48px)) !important;
  max-width: 1480px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.ampro-renters .renters-process-grid,
.ampro-renters .renters-process-grid.e-con,
.ampro-renters .renters-process-grid.elementor-element {
  position: relative !important;
  display: grid !important;
  grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  gap: 0 !important;
  width: 100% !important;
  align-items: stretch !important;
  margin-top: 36px !important;
  background: #ffffff !important;
  border: 1px solid var(--renters-border) !important;
  border-radius: 12px !important;
  box-shadow: 0 14px 36px rgba(15,23,42,0.06) !important;
  overflow: visible !important;
}

.ampro-renters .renters-process-grid > .renters-process-step,
.ampro-renters .renters-process-grid > .elementor-element.renters-process-step,
.ampro-renters .renters-process-grid > .e-con.renters-process-step {
  width: 100% !important;
  max-width: none !important;
  min-width: 0 !important;
  flex: initial !important;
  align-self: stretch !important;
}

.ampro-renters .renters-process-step {
  position: relative !important;
  min-height: 270px !important;
  padding: 48px 24px 30px !important;
  text-align: center !important;
  border-right: 1px solid #eee7db !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: flex-start !important;
}

.ampro-renters .renters-process-step:last-child {
  border-right: 0 !important;
}

.ampro-renters .renters-process-step > .elementor-element,
.ampro-renters .renters-process-step .elementor-widget-container {
  margin: 0 !important;
  padding: 0 !important;
}

.ampro-renters .renters-process-number,
.ampro-renters .renters-process-number .elementor-heading-title {
  position: absolute !important;
  top: -18px !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
  width: 38px !important;
  height: 38px !important;
  display: grid !important;
  place-items: center !important;
  border-radius: 999px !important;
  background: var(--renters-navy) !important;
  color: #ffffff !important;
  border: 3px solid #ffffff !important;
  box-shadow: 0 8px 20px rgba(7,21,33,0.20) !important;
  font-family: Inter, Arial, sans-serif !important;
  font-size: 14px !important;
  line-height: 1 !important;
  font-weight: 900 !important;
  z-index: 3 !important;
}

.ampro-renters .renters-process-icon {
  margin: 16px 0 26px !important;
}

.ampro-renters .renters-process-icon .elementor-icon {
  color: var(--renters-gold-dark) !important;
  fill: var(--renters-gold-dark) !important;
  font-size: 34px !important;
}

.ampro-renters .renters-process-step h3,
.ampro-renters .renters-process-step .elementor-heading-title {
  margin: 0 0 12px !important;
  color: var(--renters-text) !important;
  font-family: "Playfair Display", Georgia, serif !important;
  font-size: 25px !important;
  line-height: 1.1 !important;
  font-weight: 500 !important;
  letter-spacing: -0.025em !important;
}

.ampro-renters .renters-process-step p {
  margin: 0 auto !important;
  max-width: 230px !important;
  color: var(--renters-muted) !important;
  font-size: 13px !important;
  line-height: 1.55 !important;
}

/* =========================================================
   Proven Rental Process — Premium 5 Card Desktop Layout
========================================================= */

.ampro-renters .renters-process-grid,
.ampro-renters .renters-process-grid.e-con,
.ampro-renters .renters-process-grid.elementor-element {
  max-width: 1320px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  gap: 14px !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  overflow: visible !important;
}

.ampro-renters .renters-process-step {
  min-height: 285px !important;
  padding: 54px 22px 30px !important;
  background: #ffffff !important;
  border: 1px solid var(--renters-border) !important;
  border-radius: 12px !important;
  box-shadow: 0 10px 28px rgba(15,23,42,0.055) !important;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease !important;
}

.ampro-renters .renters-process-step:hover {
  transform: translateY(-4px) !important;
  border-color: rgba(214,172,85,0.72) !important;
  box-shadow: 0 18px 42px rgba(15,23,42,0.09) !important;
}

.ampro-renters .renters-process-step:nth-child(3),
.ampro-renters .renters-process-step:nth-child(4),
.ampro-renters .renters-process-step:nth-child(5) {
  border-right: 1px solid var(--renters-border) !important;
  border-top: 1px solid var(--renters-border) !important;
}

.ampro-renters .renters-process-step:last-child {
  border-right: 1px solid var(--renters-border) !important;
}

.ampro-renters .renters-process-number,
.ampro-renters .renters-process-number .elementor-heading-title {
  top: -19px !important;
  width: 40px !important;
  height: 40px !important;
  background: var(--renters-navy) !important;
  color: #ffffff !important;
  border: 3px solid #ffffff !important;
}

.ampro-renters .renters-process-icon {
  margin: 12px 0 22px !important;
}

.ampro-renters .renters-process-step h3,
.ampro-renters .renters-process-step .elementor-heading-title {
  font-size: 24px !important;
  line-height: 1.08 !important;
}

.ampro-renters .renters-process-step p {
  max-width: 210px !important;
  font-size: 13px !important;
}

/* =========================================================
   Proven Rental Process — Responsive
========================================================= */

@media (max-width: 1200px) {
  .ampro-renters .renters-process-grid,
  .ampro-renters .renters-process-grid.e-con,
  .ampro-renters .renters-process-grid.elementor-element {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 16px !important;
  }

  .ampro-renters .renters-process-step {
    min-height: 260px !important;
  }
}

@media (max-width: 800px) {
  .ampro-renters .renters-process-grid,
  .ampro-renters .renters-process-grid.e-con,
  .ampro-renters .renters-process-grid.elementor-element {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 560px) {
  .ampro-renters .renters-process-grid,
  .ampro-renters .renters-process-grid.e-con,
  .ampro-renters .renters-process-grid.elementor-element {
    grid-template-columns: 1fr !important;
    gap: 18px !important;
  }

  .ampro-renters .renters-process-step {
    min-height: 0 !important;
    padding: 52px 26px 32px !important;
  }

  .ampro-renters .renters-process-step p {
    max-width: 330px !important;
    font-size: 14px !important;
  }
}

/* =========================================================
   Proven Rental Process — Card Border Cleanup
========================================================= */

.ampro-renters .renters-process-step,
.ampro-renters .renters-process-step:nth-child(3),
.ampro-renters .renters-process-step:nth-child(4),
.ampro-renters .renters-process-step:nth-child(5),
.ampro-renters .renters-process-step:last-child {
  border: 1px solid var(--renters-border) !important;
}

@media (max-width: 560px) {
  .ampro-renters .renters-process-step,
  .ampro-renters .renters-process-step:nth-child(3),
  .ampro-renters .renters-process-step:nth-child(4),
  .ampro-renters .renters-process-step:nth-child(5),
  .ampro-renters .renters-process-step:last-child {
    border: 1px solid var(--renters-border) !important;
  }
}

/* =========================================================
   Renter Resource Center
========================================================= */

.ampro-renters .renters-resource-section {
  background: var(--renters-cream) !important;
  padding: 78px 0 84px !important;
}

.ampro-renters .renters-resource-inner,
.ampro-renters .renters-resource-section .renters-container {
  width: min(1480px, calc(100% - 48px)) !important;
  max-width: 1480px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.ampro-renters .renters-resource-grid,
.ampro-renters .renters-resource-grid.e-con,
.ampro-renters .renters-resource-grid.elementor-element {
  width: 100% !important;
  max-width: 100% !important;
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 18px !important;
  align-items: stretch !important;
}

.ampro-renters .renters-resource-grid > .renters-resource-card,
.ampro-renters .renters-resource-grid > .elementor-element.renters-resource-card,
.ampro-renters .renters-resource-grid > .e-con.renters-resource-card {
  width: 100% !important;
  max-width: none !important;
  min-width: 0 !important;
  flex: initial !important;
  align-self: stretch !important;
}

.ampro-renters .renters-resource-card {
  position: relative !important;
  background: #ffffff !important;
  border: 1px solid var(--renters-border) !important;
  border-radius: 12px !important;
  padding: 28px 24px 24px !important;
  min-height: 232px !important;
  box-shadow: 0 10px 26px rgba(15,23,42,0.045) !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  justify-content: flex-start !important;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease !important;
}

.ampro-renters .renters-resource-card:hover {
  transform: translateY(-3px) !important;
  border-color: rgba(214,172,85,0.75) !important;
  box-shadow: 0 16px 36px rgba(15,23,42,0.08) !important;
}

.ampro-renters .renters-resource-card > .elementor-element,
.ampro-renters .renters-resource-card .elementor-widget-container {
  margin: 0 !important;
  padding: 0 !important;
}

.ampro-renters .renters-resource-icon {
  width: 46px !important;
  height: 46px !important;
  min-width: 46px !important;
  min-height: 46px !important;
  display: grid !important;
  place-items: center !important;
  border-radius: 999px !important;
  background: rgba(214,172,85,0.14) !important;
  color: var(--renters-gold-dark) !important;
  margin: 0 0 18px !important;
}

.ampro-renters .renters-resource-icon .elementor-icon {
  color: var(--renters-gold-dark) !important;
  fill: var(--renters-gold-dark) !important;
  font-size: 22px !important;
}

.ampro-renters .renters-resource-card h3,
.ampro-renters .renters-resource-card .elementor-heading-title {
  margin: 0 0 9px !important;
  color: var(--renters-text) !important;
  font-family: "Playfair Display", Georgia, serif !important;
  font-size: 25px !important;
  line-height: 1.12 !important;
  font-weight: 500 !important;
  letter-spacing: -0.025em !important;
}

.ampro-renters .renters-resource-card p {
  margin: 0 0 18px !important;
  color: var(--renters-muted) !important;
  font-size: 13px !important;
  line-height: 1.55 !important;
}

.ampro-renters .renters-resource-link {
  margin-top: auto !important;
}

.ampro-renters .renters-resource-link .elementor-button {
  background: transparent !important;
  border: 0 !important;
  padding: 0 !important;
  min-height: 0 !important;
  color: var(--renters-gold-dark) !important;
  font-family: Inter, Arial, sans-serif !important;
  font-size: 11px !important;
  line-height: 1.2 !important;
  font-weight: 900 !important;
  letter-spacing: 0.10em !important;
  text-transform: uppercase !important;
}

.ampro-renters .renters-resource-link .elementor-button:hover {
  color: var(--renters-navy) !important;
  background: transparent !important;
}

/* =========================================================
   Renter Resource Center Responsive
========================================================= */

@media (max-width: 1100px) {
  .ampro-renters .renters-resource-grid,
  .ampro-renters .renters-resource-grid.e-con,
  .ampro-renters .renters-resource-grid.elementor-element {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 640px) {
  .ampro-renters .renters-resource-section {
    padding: 58px 0 62px !important;
  }

  .ampro-renters .renters-resource-inner,
  .ampro-renters .renters-resource-section .renters-container {
    width: min(100% - 32px, 100%) !important;
  }

  .ampro-renters .renters-resource-grid,
  .ampro-renters .renters-resource-grid.e-con,
  .ampro-renters .renters-resource-grid.elementor-element {
    grid-template-columns: 1fr !important;
    gap: 16px !important;
  }

  .ampro-renters .renters-resource-card {
    min-height: 0 !important;
    padding: 26px 22px 24px !important;
  }

  .ampro-renters .renters-resource-card .elementor-heading-title {
    font-size: 24px !important;
  }

  .ampro-renters .renters-resource-card p {
    font-size: 14px !important;
  }
}

/* =========================================================
   Renters FAQ
========================================================= */

.ampro-renters .renters-faq-section {
  background: #ffffff !important;
  padding: 78px 0 84px !important;
}

.ampro-renters .renters-faq-inner,
.ampro-renters .renters-faq-section .renters-container {
  width: min(1180px, calc(100% - 48px)) !important;
  max-width: 1180px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.ampro-renters .renters-faq-accordion {
  border: 1px solid var(--renters-border) !important;
  border-radius: 12px !important;
  overflow: hidden !important;
  background: #ffffff !important;
  box-shadow: 0 14px 36px rgba(15,23,42,0.055) !important;
}

.ampro-renters .renters-faq-accordion .elementor-accordion-item {
  border: 0 !important;
  border-bottom: 1px solid #eee7db !important;
}

.ampro-renters .renters-faq-accordion .elementor-accordion-item:last-child {
  border-bottom: 0 !important;
}

.ampro-renters .renters-faq-accordion .elementor-tab-title {
  padding: 18px 22px !important;
  font-family: Inter, Arial, sans-serif !important;
  font-size: 15px !important;
  line-height: 1.35 !important;
  font-weight: 900 !important;
  color: var(--renters-text) !important;
  background: #ffffff !important;
}

.ampro-renters .renters-faq-accordion .elementor-tab-title:hover,
.ampro-renters .renters-faq-accordion .elementor-tab-title.elementor-active {
  color: var(--renters-gold-dark) !important;
}

.ampro-renters .renters-faq-accordion .elementor-tab-content {
  padding: 0 22px 20px !important;
  color: var(--renters-muted) !important;
  font-size: 14px !important;
  line-height: 1.65 !important;
  border: 0 !important;
}

.ampro-renters .renters-faq-accordion .elementor-accordion-icon {
  color: var(--renters-gold-dark) !important;
}

/* =========================================================
   Renters FAQ Responsive
========================================================= */

@media (max-width: 640px) {
  .ampro-renters .renters-faq-section {
    padding: 58px 0 62px !important;
  }

  .ampro-renters .renters-faq-inner,
  .ampro-renters .renters-faq-section .renters-container {
    width: min(100% - 32px, 100%) !important;
  }

  .ampro-renters .renters-faq-accordion .elementor-tab-title {
    padding: 17px 18px !important;
    font-size: 14px !important;
  }

  .ampro-renters .renters-faq-accordion .elementor-tab-content {
    padding: 0 18px 18px !important;
    font-size: 14px !important;
  }
}

/* =========================================================
   Renters FAQ Polish
========================================================= */

.ampro-renters .renters-faq-accordion {
  max-width: 1050px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.ampro-renters .renters-faq-accordion .elementor-tab-title {
  min-height: 58px !important;
  display: flex !important;
  align-items: center !important;
}

.ampro-renters .renters-faq-accordion .elementor-tab-content p {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

/* =========================================================
   Renters Soft CTA
========================================================= */

.ampro-renters .renters-soft-cta-section {
  background: var(--renters-cream) !important;
  padding: 0 0 78px !important;
}

.ampro-renters .renters-soft-cta-inner {
  width: min(1480px, calc(100% - 48px)) !important;
  max-width: 1480px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  background: #ffffff !important;
  border: 1px solid var(--renters-border) !important;
  border-radius: 14px !important;
  box-shadow: 0 12px 32px rgba(15,23,42,0.055) !important;
  padding: 28px 34px !important;
  display: grid !important;
  grid-template-columns: 70px minmax(0, 1fr) auto !important;
  gap: 24px !important;
  align-items: center !important;
}

.ampro-renters .renters-soft-cta-section .renters-container,
.ampro-renters .renters-soft-cta-section .e-con-inner {
  width: min(1480px, calc(100% - 48px)) !important;
  max-width: 1480px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.ampro-renters .renters-soft-cta-icon {
  width: 58px !important;
  height: 58px !important;
  min-width: 58px !important;
  min-height: 58px !important;
  display: grid !important;
  place-items: center !important;
  border-radius: 999px !important;
  background: rgba(214,172,85,0.14) !important;
  color: var(--renters-navy) !important;
  border: 1px solid rgba(214,172,85,0.32) !important;
}

.ampro-renters .renters-soft-cta-icon .elementor-icon {
  color: var(--renters-navy) !important;
  fill: var(--renters-navy) !important;
  font-size: 25px !important;
}

.ampro-renters .renters-soft-cta-copy .elementor-heading-title {
  margin: 0 0 6px !important;
  color: var(--renters-text) !important;
  font-family: "Playfair Display", Georgia, serif !important;
  font-size: 30px !important;
  line-height: 1.12 !important;
  font-weight: 500 !important;
  letter-spacing: -0.025em !important;
}

.ampro-renters .renters-soft-cta-copy p {
  margin: 0 !important;
  color: var(--renters-muted) !important;
  font-size: 14px !important;
  line-height: 1.55 !important;
  max-width: 720px !important;
}

.ampro-renters .renters-soft-cta-actions {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 12px !important;
  justify-content: flex-end !important;
  align-items: center !important;
}

.ampro-renters .renters-btn-soft-outline .elementor-button {
  min-height: 48px !important;
  background: #ffffff !important;
  color: var(--renters-navy) !important;
  border: 1px solid var(--renters-border) !important;
  border-radius: 4px !important;
  padding: 0 24px !important;
  font-size: 12px !important;
  font-weight: 900 !important;
  letter-spacing: 0.08em !important;
  text-transform: uppercase !important;
}

.ampro-renters .renters-btn-soft-outline .elementor-button:hover {
  background: var(--renters-navy) !important;
  border-color: var(--renters-navy) !important;
  color: #ffffff !important;
}

/* =========================================================
   Renters Soft CTA Responsive
========================================================= */

@media (max-width: 1100px) {
  .ampro-renters .renters-soft-cta-inner {
    grid-template-columns: 58px minmax(0, 1fr) !important;
  }

  .ampro-renters .renters-soft-cta-actions {
    grid-column: 2 / -1 !important;
    justify-content: flex-start !important;
    margin-top: 6px !important;
  }
}

@media (max-width: 640px) {
  .ampro-renters .renters-soft-cta-section {
    padding: 0 0 58px !important;
  }

  .ampro-renters .renters-soft-cta-inner {
    width: min(100% - 32px, 100%) !important;
    grid-template-columns: 1fr !important;
    gap: 16px !important;
    padding: 28px 22px !important;
    text-align: center !important;
  }

  .ampro-renters .renters-soft-cta-icon {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .ampro-renters .renters-soft-cta-actions {
    grid-column: auto !important;
    justify-content: center !important;
    width: 100% !important;
  }

  .ampro-renters .renters-soft-cta-actions .elementor-widget-button,
  .ampro-renters .renters-soft-cta-actions .elementor-button {
    width: 100% !important;
  }
}

/* =========================================================
   Renters Soft CTA Polish
========================================================= */

.ampro-renters .renters-soft-cta-copy .elementor-heading-title {
  font-size: 34px !important;
}

.ampro-renters .renters-soft-cta-copy p {
  font-size: 15px !important;
}

/* =========================================================
   Renters Final CTA
========================================================= */

.ampro-renters .renters-final-cta-section {
  position: relative !important;
  overflow: hidden !important;
  background-color: var(--renters-navy) !important;
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  padding: 0 !important;
  margin: 0 !important;
}

.ampro-renters .renters-final-cta-section::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(
      90deg,
      rgba(3,17,31,0.94) 0%,
      rgba(3,17,31,0.84) 48%,
      rgba(3,17,31,0.58) 100%
    );
  pointer-events: none;
}

.ampro-renters .renters-final-cta-inner {
  position: relative !important;
  z-index: 2 !important;
  width: min(1480px, calc(100% - 48px)) !important;
  max-width: 1480px !important;
  min-height: 330px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding: 74px 0 !important;
  display: grid !important;
  grid-template-columns: minmax(0, 760px) auto !important;
  gap: 48px !important;
  align-items: center !important;
  color: #ffffff !important;
}

.ampro-renters .renters-final-eyebrow,
.ampro-renters .renters-final-eyebrow .elementor-heading-title {
  margin: 0 0 14px !important;
  color: var(--renters-gold) !important;
  font-family: Inter, Arial, sans-serif !important;
  font-size: 12px !important;
  line-height: 1.2 !important;
  font-weight: 900 !important;
  letter-spacing: 0.14em !important;
  text-transform: uppercase !important;
}

.ampro-renters .renters-final-heading,
.ampro-renters .renters-final-heading .elementor-heading-title {
  margin: 0 !important;
  color: #ffffff !important;
  font-family: "Playfair Display", Georgia, serif !important;
  font-size: clamp(42px, 3.8vw, 66px) !important;
  line-height: 1.02 !important;
  font-weight: 500 !important;
  letter-spacing: -0.045em !important;
  max-width: 780px !important;
}

.ampro-renters .renters-final-text,
.ampro-renters .renters-final-text p {
  margin: 20px 0 0 !important;
  color: rgba(255,255,255,0.88) !important;
  font-size: 17px !important;
  line-height: 1.6 !important;
  max-width: 620px !important;
}

.ampro-renters .renters-final-note,
.ampro-renters .renters-final-note p {
  margin: 18px 0 0 !important;
  color: rgba(255,255,255,0.76) !important;
  font-size: 13px !important;
  line-height: 1.45 !important;
}

.ampro-renters .renters-final-note p::before {
  content: "✓";
  display: inline-grid;
  place-items: center;
  width: 19px;
  height: 19px;
  margin-right: 8px;
  border-radius: 999px;
  border: 1px solid var(--renters-gold);
  color: var(--renters-gold);
  font-size: 11px;
}

.ampro-renters .renters-final-cta-actions {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 14px !important;
  align-items: center !important;
  justify-content: flex-end !important;
}

.ampro-renters .renters-final-cta-actions .elementor-button {
  min-width: 210px !important;
}

/* =========================================================
   Renters Final CTA Responsive
========================================================= */

@media (max-width: 1100px) {
  .ampro-renters .renters-final-cta-inner {
    grid-template-columns: 1fr !important;
    gap: 30px !important;
    min-height: 0 !important;
  }

  .ampro-renters .renters-final-cta-actions {
    justify-content: flex-start !important;
  }
}

@media (max-width: 640px) {
  .ampro-renters .renters-final-cta-inner {
    width: min(100% - 32px, 100%) !important;
    padding: 62px 0 !important;
    text-align: center !important;
  }

  .ampro-renters .renters-final-cta-copy {
    align-items: center !important;
    text-align: center !important;
  }

  .ampro-renters .renters-final-heading,
  .ampro-renters .renters-final-heading .elementor-heading-title {
    font-size: 40px !important;
    line-height: 1.04 !important;
  }

  .ampro-renters .renters-final-text,
  .ampro-renters .renters-final-text p {
    font-size: 15px !important;
    max-width: 360px !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .ampro-renters .renters-final-cta-actions {
    justify-content: center !important;
    width: 100% !important;
  }

  .ampro-renters .renters-final-cta-actions .elementor-widget-button,
  .ampro-renters .renters-final-cta-actions .elementor-button {
    width: 100% !important;
  }

  .ampro-renters .renters-final-cta-actions .elementor-button {
    min-width: 0 !important;
  }
}


