:root {
  --ch-green: #16A697;
  --ch-green-dark: #0d7d73;
  --ch-green-deep: #123f38;
  --ch-green-soft: #edf9f6;
  --ch-green-border: #c7eae4;
  --ch-green-mid: #78d2c3;
}

body {
  color: #183b35;
}

a,
.eyebrow,
.text-link,
.property-area,
.detail-price strong,
.stat-tile strong,
.faq-item summary::after,
.contact-brand-name,
.about-v2-service-card a,
.premium-pricing .pp-package-link {
  color: var(--ch-green-dark);
}

a:hover {
  color: var(--ch-green-deep);
}

.band-soft {
  background: #f5fbf9;
}

.btn-primary,
.contact-forms-title,
.page.current,
.admin-nav a.active,
.faq-jump-link:hover,
.fixed-route-head,
.premium-pricing .pp-btn,
.tag-new {
  background: var(--ch-green-dark);
  border-color: var(--ch-green-dark);
  color: #fff;
}

.btn-primary:hover,
.premium-pricing .pp-btn:hover {
  background: var(--ch-green-deep);
  border-color: var(--ch-green-deep);
}

.btn-light {
  color: var(--ch-green-dark);
}

.btn-light:hover {
  background: var(--ch-green-soft);
}

.btn-outline {
  border-color: var(--ch-green);
  color: var(--ch-green-dark);
  background: #fff;
}

.btn-outline:hover {
  background: var(--ch-green-soft);
  border-color: var(--ch-green-dark);
  color: var(--ch-green-deep);
}

.main-nav a.active {
  background: var(--ch-green-soft);
  color: var(--ch-green-dark);
}

.nav-dropdown a:hover,
.nav-dropdown a.active {
  background: var(--ch-green-soft);
  color: var(--ch-green-dark);
}

.page-hero,
.faq-hero {
  background: var(--ch-green-soft);
  border-bottom-color: var(--ch-green-border);
}

.hero-overlay,
.overlay-1 {
  background: linear-gradient(105deg, rgba(8, 68, 61, .70) 0%, rgba(22, 166, 151, .28) 48%, rgba(13, 125, 115, .52) 100%);
}

.overlay-2 {
  background: linear-gradient(105deg, rgba(8, 68, 61, .52) 0%, rgba(22, 166, 151, .18) 48%, rgba(13, 125, 115, .36) 100%);
}

.trust-banner {
  background: linear-gradient(90deg, #0b6f66 0%, #16A697 52%, #55c1b4 100%);
}

.step-num {
  background: var(--ch-green);
  color: #fff;
}

.trust-stat-icon {
  background: #fff;
  color: var(--ch-green-dark);
}

.service-line,
.showcase-divider,
.why-line,
.faq-group-line,
.premium-pricing .pp-gold-line {
  background: var(--ch-green);
}

.chips li,
.pricing-cta,
.about-point,
.contact-trust-item,
.service-tile:nth-child(1),
.why-card:nth-child(1),
.why-card:nth-child(2),
.why-card:nth-child(3),
.premium-pricing .pp-trust-item,
.premium-pricing .pp-package:nth-child(1),
.premium-pricing .pp-package:nth-child(2),
.premium-pricing .pp-cta {
  background: var(--ch-green-soft);
  border-color: var(--ch-green-border);
}

.why-icon,
.service-tile svg,
.contact-trust-icon,
.premium-pricing .pp-trust-item .icon,
.premium-pricing .pp-package-icon,
.hero-icon-item svg {
  color: var(--ch-green-dark);
}

.tag-brand {
  border-color: var(--ch-green);
}

.tag-price {
  color: var(--ch-green-dark);
}

.tag-featured {
  background: var(--ch-green-dark);
}

.field input:focus,
.field select:focus,
.field textarea:focus {
  outline-color: var(--ch-green-mid);
  border-color: var(--ch-green);
}

.contact-choice:hover,
.contact-choice.selected,
.contact-choice:has(input:checked),
.booking-choice:hover,
.booking-choice.selected,
.booking-choice:has(input:checked),
.booking-package-card:hover,
.booking-package-card.selected,
.booking-package-card:has(input:checked),
.booking-chip:hover,
.booking-chip.selected,
.booking-mini:hover,
.booking-mini.selected {
  border-color: var(--ch-green);
  background: var(--ch-green-soft);
  box-shadow: 0 0 0 1px var(--ch-green) inset;
}

.contact-choice-icon,
.booking-choice-icon,
.booking-chip-icon,
.booking-mini-icon,
.booking-package-icon {
  background: var(--ch-green-soft);
  color: var(--ch-green-dark);
}

.site-footer,
.admin-header,
.about-v2-cta {
  background: var(--ch-green-deep);
}

.site-footer a:hover,
.admin-header-actions a {
  color: #bdeee7;
}

.premium-pricing .pp-hero {
  background: linear-gradient(135deg, #0b6f66 0%, #16A697 58%, #55c1b4 100%);
}

.quote-page-hero {
  background: linear-gradient(135deg, #0b6f66 0%, #16A697 60%, #55c1b4 100%);
}

.about-v2-stat,
.social-proof-package,
.page.current {
  border-color: var(--ch-green-border);
}

.social-proof-arrow,
.about-fleet-arrow {
  background: var(--ch-green-soft);
  border-color: var(--ch-green-border);
  color: var(--ch-green-dark);
}

.card-price {
  margin: 0 0 10px;
  color: var(--ch-green-dark);
  font-size: 1.7rem;
  font-weight: 800;
  line-height: 1.15;
}

.card-price small {
  color: #53736d;
  font-size: 0.92rem;
  font-weight: 600;
  margin-left: 4px;
}

.area-showcase-section {
  padding-top: 44px;
}

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

.area-showcase-card {
  position: relative;
  display: block;
  overflow: hidden;
  min-height: 280px;
  border-radius: 8px;
  color: #fff;
  background: var(--ch-green-deep);
}

.area-showcase-card img {
  width: 100%;
  height: 100%;
  min-height: 280px;
  object-fit: cover;
  transition: transform .45s ease;
}

.area-showcase-card:hover img {
  transform: scale(1.05);
}

.area-showcase-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 22px;
  background: linear-gradient(180deg, rgba(8, 68, 61, .05) 25%, rgba(8, 68, 61, .92) 100%);
}

.area-showcase-overlay small {
  color: #bdeee7;
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.area-showcase-overlay strong {
  display: block;
  margin: 5px 0 4px;
  color: #fff;
  font-size: 1.35rem;
  font-weight: 800;
}

.area-showcase-overlay em {
  color: rgba(255, 255, 255, .86);
  font-size: .86rem;
  font-style: normal;
  font-weight: 600;
}

.why-choose-section .why-card {
  background: var(--ch-green-soft);
  border-color: var(--ch-green-border);
}

@media (max-width: 900px) {
  .area-showcase-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 560px) {
  .area-showcase-grid {
    grid-template-columns: 1fr;
  }

  .area-showcase-card,
  .area-showcase-card img {
    min-height: 230px;
  }
}


.related-listings {
  margin-top: 36px;
}

.internal-link-cloud {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 18px 0 4px;
}

.internal-link-cloud a {
  display: inline-flex;
  align-items: center;
  padding: 7px 11px;
  border: 1px solid var(--ch-green-border);
  border-radius: 999px;
  background: var(--ch-green-soft);
  color: var(--ch-green-dark);
  font-size: .86rem;
  font-weight: 700;
}

.internal-link-cloud a:hover {
  background: var(--ch-green-dark);
  border-color: var(--ch-green-dark);
  color: #fff;
}


.why-choose-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 42px;
  align-items: center;
}

.why-choose-media img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 8px;
}

.why-choose-copy h2 {
  margin-bottom: 8px;
}

.why-choose-copy h3 {
  color: var(--ch-green-dark);
  font-size: 1.25rem;
  margin-bottom: 16px;
}

.why-choose-copy blockquote {
  margin: 0 0 22px;
  padding-left: 18px;
  border-left: 4px solid var(--ch-green);
  color: #4b5563;
  font-size: 1rem;
  line-height: 1.8;
}

.why-choose-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 18px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.why-choose-list li {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--ch-green-deep);
  font-weight: 700;
}

.why-choose-list li span {
  color: var(--ch-green);
  font-weight: 900;
}

.why-choose-cards {
  margin-top: 36px;
}

.trust-numbers-band {
  width: 100%;
  padding: 56px 0;
  background: var(--ch-green-soft);
  border-top: 1px solid var(--ch-green-border);
  border-bottom: 1px solid var(--ch-green-border);
}

.trust-numbers-head {
  max-width: 720px;
  margin: 0 auto 28px;
  text-align: center;
}

.trust-numbers-head h2 {
  margin-bottom: 8px;
}

.trust-numbers-head > p:last-child {
  color: #4b5563;
  margin: 0;
}

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

.trust-number-card {
  min-height: 184px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 24px 16px;
  text-align: center;
  background: #fff;
  border: 1px solid var(--ch-green-border);
  border-radius: 8px;
}

.trust-number-icon {
  width: 52px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
  border-radius: 50%;
  background: var(--ch-green-soft);
  color: var(--ch-green-dark);
}

.trust-number-card strong {
  display: block;
  color: var(--ch-green-dark);
  font-size: 2.1rem;
  line-height: 1;
  margin-bottom: 8px;
}

.trust-number-card span {
  color: #4b5563;
  font-size: .92rem;
  font-weight: 700;
}

@media (max-width: 900px) {
  .why-choose-layout {
    grid-template-columns: 1fr;
  }

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

@media (max-width: 560px) {
  .why-choose-list,
  .trust-number-grid {
    grid-template-columns: 1fr;
  }
}


h1,
h2 {
  font-weight: 500;
}

.hero-content h1,
.page-hero h1,
.section-head h2,
.why-choose-copy h2,
.trust-numbers-head h2,
.article-head h1,
.faq-group-head h2 {
  text-transform: uppercase;
  font-weight: 500;
}

.why-choose-layout {
  grid-template-columns: 1fr 1fr;
  align-items: stretch;
}

.why-choose-media {
  height: 100%;
}

.why-choose-media img {
  height: 100%;
  min-height: 430px;
  aspect-ratio: auto;
}

.trust-numbers-band {
  min-height: 130px;
  padding: 0;
  display: flex;
  align-items: center;
}

.trust-numbers-inner {
  width: 100%;
  display: grid;
  grid-template-columns: minmax(220px, .8fr) minmax(0, 2.2fr);
  align-items: center;
  gap: 28px;
}

.trust-numbers-head {
  max-width: none;
  margin: 0;
  text-align: left;
}

.trust-numbers-head .eyebrow {
  margin-bottom: .2rem;
}

.trust-numbers-head h2 {
  font-size: 1.15rem;
  margin-bottom: .25rem;
}

.trust-numbers-head > p:last-child {
  font-size: .82rem;
}

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

.trust-number-card {
  min-height: 0;
  height: 128px;
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: auto auto;
  grid-template-areas:
    "icon value"
    "icon label";
  align-items: center;
  justify-content: start;
  padding: 0 14px;
  text-align: left;
  border: 0;
  border-left: 1px solid var(--ch-green-border);
  border-radius: 0;
  background: transparent;
}

.trust-number-card:first-child {
  border-left: 0;
}

.trust-number-icon {
  grid-area: icon;
  width: 38px;
  height: 38px;
  margin: 0 10px 0 0;
}

.trust-number-card strong {
  grid-area: value;
  font-size: 1.45rem;
  margin: 0;
}

.trust-number-card span {
  grid-area: label;
  font-size: .78rem;
  line-height: 1.2;
}

@media (max-width: 900px) {
  .why-choose-layout {
    grid-template-columns: 1fr;
  }

  .why-choose-media img {
    min-height: 320px;
    aspect-ratio: 4 / 3;
  }

  .trust-numbers-band {
    min-height: 0;
    padding: 28px 0;
  }

  .trust-numbers-inner {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .trust-numbers-head {
    text-align: center;
  }

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

  .trust-number-card {
    height: auto;
    min-height: 88px;
    padding: 14px 6px;
    border-left: 0;
    border-top: 1px solid var(--ch-green-border);
  }

  .trust-number-card:nth-child(-n + 2) {
    border-top: 0;
  }
}

@media (max-width: 560px) {
  .why-choose-list {
    grid-template-columns: 1fr;
  }

  .trust-number-grid {
    grid-template-columns: 1fr;
  }

  .trust-number-card:nth-child(2) {
    border-top: 1px solid var(--ch-green-border);
  }
}


@media (max-width: 900px) {
  .main-nav {
    background: var(--ch-green-dark);
    border-bottom-color: var(--ch-green-deep);
  }

  .main-nav a:hover,
  .main-nav .nav-link:hover,
  .nav-dropdown a:hover {
    color: #fff;
    background: rgba(255, 255, 255, .18);
  }

  .main-nav a.active,
  .nav-item.has-dropdown.active .nav-link {
    color: #fff;
    background: rgba(255, 255, 255, .25);
  }
}

@media (max-width: 720px) {
  .property-grid,
  .property-grid:not(.property-grid--4) {
    grid-template-columns: 1fr;
  }
}


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

.why-choose-cards .why-card {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  grid-template-areas:
    "icon title"
    "text text";
  column-gap: 12px;
  row-gap: 8px;
}

.why-choose-cards .why-icon {
  grid-area: icon;
  width: 48px;
  height: 48px;
  margin: 0;
}

.why-choose-cards .why-card h3 {
  grid-area: title;
  align-self: center;
  margin: 0;
}

.why-choose-cards .why-card p {
  grid-area: text;
}

.why-choose-cards .why-card:nth-child(1) {
  background: #edf9f6;
  border-color: #bde8df;
}

.why-choose-cards .why-card:nth-child(1) .why-icon {
  background: #d9f3ee;
  color: #0d7d73;
}

.why-choose-cards .why-card:nth-child(2) {
  background: #f2f7ed;
  border-color: #d4e5c8;
}

.why-choose-cards .why-card:nth-child(2) .why-icon {
  background: #e3eedb;
  color: #5f8f69;
}

.why-choose-cards .why-card:nth-child(3) {
  background: #fbf7ec;
  border-color: #eadfbe;
}

.why-choose-cards .why-card:nth-child(3) .why-icon {
  background: #f3e9ce;
  color: #a37d35;
}

.why-choose-cards .why-card:nth-child(4) {
  background: #edf6f6;
  border-color: #c7e2e2;
}

.why-choose-cards .why-card:nth-child(4) .why-icon {
  background: #daeded;
  color: #4d878b;
}

@media (max-width: 900px) {
  .why-choose-cards .why-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 600px) {
  .why-choose-cards .why-grid {
    grid-template-columns: 1fr;
  }
}


.trust-number-card {
  display: flex;
  flex-direction: column;
  grid-template-columns: none;
  grid-template-rows: none;
  grid-template-areas: none;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.trust-number-icon {
  width: 28px;
  height: 28px;
  margin: 0 0 4px;
}

.trust-number-card strong {
  margin: 0 0 3px;
  font-size: 1.35rem;
}

.trust-number-card span {
  font-size: .72rem;
}

@media (max-width: 900px) {
  .trust-number-card {
    min-height: 88px;
    height: auto;
    padding: 12px 6px;
  }

  .trust-number-icon {
    width: 26px;
    height: 26px;
  }

  .trust-number-card strong {
    font-size: 1.3rem;
  }
}


.why-choose-layout {
  grid-template-columns: minmax(260px, .72fr) minmax(0, 1.28fr);
  align-items: stretch;
  gap: 48px;
}

.why-choose-media {
  position: relative;
  justify-self: end;
  width: min(100%, 430px);
  min-height: 0;
  overflow: hidden;
  background: var(--ch-green-soft);
  border-radius: 48% 52% 44% 56% / 18% 24% 76% 82%;
  clip-path: polygon(8% 0, 92% 5%, 100% 25%, 96% 78%, 82% 100%, 18% 96%, 0 72%, 4% 18%);
}

.why-choose-media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: cover;
  border-radius: inherit;
}

.why-choose-copy {
  align-self: center;
}

@media (max-width: 900px) {
  .why-choose-layout {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .why-choose-media {
    position: relative;
    justify-self: center;
    width: min(100%, 430px);
    aspect-ratio: 4 / 3;
  }
}


.rent-criteria-media {
  position: relative;
  width: min(100%, 520px);
  aspect-ratio: 4 / 3;
  margin: 0 auto 28px;
  overflow: hidden;
  background: var(--ch-green-soft);
  border-radius: 48% 52% 44% 56% / 18% 24% 76% 82%;
  clip-path: polygon(8% 0, 92% 5%, 100% 25%, 96% 78%, 82% 100%, 18% 96%, 0 72%, 4% 18%);
}

.rent-criteria-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.step-icon {
  width: 34px;
  height: 34px;
  flex: none;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--ch-green-soft);
  color: var(--ch-green-dark);
}

.rent-contact {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 24px;
  padding: 18px 20px;
  border: 1px solid var(--ch-green-border);
  border-radius: 8px;
  background: var(--ch-green-soft);
}

.rent-contact h3 {
  margin: 0 0 4px;
  color: var(--ch-green-deep);
}

.rent-contact a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--ch-green-dark);
  font-weight: 700;
}

.rent-contact svg {
  flex: none;
}


.property-specs {
  flex-wrap: wrap;
}

.property-specs li {
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

.property-specs svg {
  width: 14px;
  height: 14px;
  flex: none;
  color: var(--ch-green-dark);
}

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


.rental-guide-band {
  background: #dcefe9;
}

.bottom-contact-band {
  background: #fff;
}

.bottom-contact-grid {
  display: grid;
  max-width: 1080px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 48px;
  align-items: center;
}

.bottom-contact-copy h2 {
  margin-bottom: 16px;
}

.bottom-contact-copy {
  padding: 26px;
  border: 1px solid var(--ch-green-border);
  border-radius: 8px;
  background: var(--ch-green-soft);
}

.bottom-contact-card {
  width: min(100%, 460px);
  justify-self: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 26px 0;
  text-align: center;
}

.bottom-contact-card h3 {
  margin-bottom: 12px;
  color: var(--ch-green-deep);
}

.bottom-contact-card p {
  color: #4b5563;
  line-height: 1.7;
}

.bottom-contact-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-top: 18px;
}

@media (max-width: 800px) {
  .bottom-contact-grid {
    grid-template-columns: 1fr;
  }

  .bottom-contact-card {
    padding: 0;
  }
}

.trust-number-card {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  height: 128px;
  padding: 0 14px;
  text-align: left;
}

.trust-number-copy {
  display: flex;
  min-width: 0;
  flex-direction: column;
  align-items: flex-start;
}

.trust-number-icon {
  flex: 0 0 56px;
  width: 56px;
  height: 56px;
  margin: 0 14px 0 0;
}

.trust-number-icon svg {
  width: 36px;
  height: 36px;
}

.trust-number-copy strong {
  display: block;
  margin: 0 0 6px;
  color: #C6A15B;
  font-size: 1.625rem;
  font-weight: 400;
  line-height: .95;
}

.trust-number-copy span {
  display: block;
  font-size: .8125rem;
  line-height: 1.05;
  font-weight: 400;
}

@media (max-width: 900px) {
  .trust-number-card {
    height: auto;
    min-height: 112px;
    padding: 12px 8px;
  }
}

@media (max-width: 560px) {
  .trust-number-card {
    min-height: 128px;
    padding: 14px 10px;
  }
}

.contact-value-band {
  padding: 42px 0;
}

.contact-value-band .why-choose-cards {
  margin-top: 0;
}

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

.about-cta {
  background: #fff;
  color: var(--ch-green-deep);
  border-top: 1px solid var(--ch-green-border);
  border-bottom: 1px solid var(--ch-green-border);
  text-align: center;
}

.about-cta h2 {
  max-width: 820px;
  margin: 0 auto 24px;
  color: var(--ch-green-deep);
}

.about-cta .hero-actions {
  justify-content: center;
  margin-bottom: 0;
}

.about-cta .btn-outline {
  color: var(--ch-green-dark);
  border-color: var(--ch-green);
  background: #fff;
}

.about-cta .btn-outline:hover {
  color: var(--ch-green-deep);
  background: var(--ch-green-soft);
}

@media (max-width: 900px) {
  .about-value-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 600px) {
  .about-value-grid {
    grid-template-columns: 1fr;
  }
}

.about-media-parallelogram {
  overflow: hidden;
  clip-path: polygon(12% 0, 100% 0, 88% 100%, 0 100%);
}

.about-media-parallelogram img {
  border-radius: 0;
  clip-path: inherit;
}

.about-hero-title {
  max-width: 900px;
}

@media (max-width: 600px) {
  .about-hero-title {
    font-size: 1.7rem;
  }
}

.about-split-lists {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 72px;
}

.about-list-title {
  margin-bottom: 10px;
  color: var(--ch-green-dark);
  font-size: .82rem;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.about-list {
  border-top: 1px solid var(--ch-green-border);
}

.about-list-item {
  display: grid;
  grid-template-columns: 40px minmax(0, 1fr);
  gap: 16px;
  padding: 22px 0;
  border-bottom: 1px solid var(--ch-green-border);
}

.about-list-icon {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--ch-green-soft);
  color: var(--ch-green-dark);
}

.about-list-item h3 {
  margin: 0 0 5px;
  color: var(--ch-green-deep);
}

.about-list-item p {
  margin: 0;
  color: #4b5563;
}

.about-process-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid var(--ch-green-border);
  border-bottom: 1px solid var(--ch-green-border);
}

.about-process-item {
  padding: 28px 24px;
  border-left: 1px solid var(--ch-green-border);
}

.about-process-item:first-child {
  border-left: 0;
}

.about-process-number {
  display: block;
  margin-bottom: 18px;
  color: #C6A15B;
  font-size: .82rem;
  font-weight: 700;
  letter-spacing: .08em;
}

.about-process-item h3 {
  margin-bottom: 8px;
  color: var(--ch-green-deep);
}

.about-process-item p {
  margin: 0;
  color: #4b5563;
}

@media (max-width: 900px) {
  .about-split-lists {
    grid-template-columns: 1fr;
    gap: 38px;
  }

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

  .about-process-item {
    border-top: 1px solid var(--ch-green-border);
  }

  .about-process-item:nth-child(-n + 2) {
    border-top: 0;
  }

  .about-process-item:nth-child(odd) {
    border-left: 0;
  }
}

@media (max-width: 600px) {
  .about-process-list {
    grid-template-columns: 1fr;
  }

  .about-process-item,
  .about-process-item:nth-child(2) {
    border-top: 1px solid var(--ch-green-border);
    border-left: 0;
  }

  .about-process-item:first-child {
    border-top: 0;
  }
}

.about-list-column {
  display: grid;
  grid-template-rows: auto 1fr;
}

.about-list {
  display: grid;
  grid-template-rows: repeat(3, minmax(128px, 1fr));
  height: 100%;
}

.about-list-item {
  align-items: center;
  min-height: 128px;
}

.about-process-list {
  gap: 16px;
  border-top: 0;
  border-bottom: 0;
}

.about-process-item,
.about-process-item:first-child {
  padding: 24px;
  border: 1px solid var(--ch-green-border);
  border-radius: 8px;
  background: var(--ch-green-soft);
}

@media (max-width: 900px) {
  .about-process-item,
  .about-process-item:first-child,
  .about-process-item:nth-child(2) {
    border: 1px solid var(--ch-green-border);
  }
}

@media (max-width: 600px) {
  .about-list {
    grid-template-rows: repeat(3, minmax(140px, 1fr));
  }

  .about-list-item {
    min-height: 140px;
  }
}

.about-signature {
  display: inline-block;
  margin: 22px 0 0;
  color: #C6A15B;
  font-family: 'Snell Roundhand', 'Apple Chancery', 'Brush Script MT', 'Segoe Script', cursive;
  font-size: 2.1rem;
  font-style: italic;
  font-weight: 400;
  line-height: 1;
  letter-spacing: .04em;
  transform: skewX(-6deg);
}

.about-signature::before {
  content: '--- Robert Luo';
}

.about-signature::after {
  content: '';
  display: block;
  width: 112px;
  height: 1px;
  margin-top: 7px;
  background: linear-gradient(90deg, #C6A15B, rgba(198, 161, 91, 0));
}

.about-service-band {
  background: #fff;
}

.about-list-item h3 {
  text-transform: uppercase;
}

.faq-contact-inner {
  max-width: 680px;
  margin: 0 auto;
  text-align: center;
}

.faq-contact-inner h2 {
  margin-bottom: 12px;
  color: var(--ch-green-deep);
}

.faq-contact-inner p {
  color: #4b5563;
  line-height: 1.7;
}

.feature-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px 16px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.feature-list li {
  display: flex;
  min-width: 0;
  align-items: center;
  gap: 10px;
  padding: 10px 12px;
  color: #374151;
  background: var(--ch-green-soft);
  border: 1px solid var(--ch-green-border);
  border-radius: 8px;
}

.feature-list li::before {
  content: none;
}

.feature-list svg {
  flex: 0 0 18px;
  color: var(--ch-green-dark);
}

.feature-list span {
  min-width: 0;
  overflow-wrap: anywhere;
}

.related-listings,
.related-listings .property-grid,
.related-listings .property-card {
  min-width: 0;
}

@media (max-width: 560px) {
  .feature-list {
    grid-template-columns: 1fr;
  }
}

.detail-head h1 {
  font-size: 2.05rem;
  line-height: 1.2;
}

.detail-section-title {
  display: flex;
  align-items: center;
  gap: 10px;
}

.detail-section-icon {
  width: 34px;
  height: 34px;
  display: inline-flex;
  flex: 0 0 34px;
  align-items: center;
  justify-content: center;
  color: var(--ch-green-dark);
  background: var(--ch-green-soft);
  border: 1px solid var(--ch-green-border);
  border-radius: 8px;
}

.feature-list--5 {
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 8px;
}

.feature-list--5 li {
  padding: 8px 9px;
  font-size: .82rem;
}

.feature-list--5 svg {
  flex-basis: 16px;
  width: 16px;
  height: 16px;
}

@media (max-width: 1100px) {
  .feature-list--5 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  .feature-list--5 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 480px) {
  .detail-head h1 {
    font-size: 1.65rem;
  }

  .feature-list--5 {
    grid-template-columns: 1fr;
  }
}
