* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  color: #17221f;
  background: #fff;
  font-family: "DM Sans", system-ui, sans-serif;
  line-height: 1.55;
}
a {
  color: inherit;
  text-decoration: none;
}
button,
input,
select {
  font: inherit;
}
button {
  cursor: pointer;
}
.wrap {
  width: min(1200px, calc(100% - 40px));
  margin: auto;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}
.skip-link {
  position: fixed;
  z-index: 100;
  top: 10px;
  left: 10px;
  transform: translateY(-150%);
  background: #fff;
  padding: 10px 16px;
  border-radius: 8px;
}
.skip-link:focus {
  transform: none;
}
.public-header {
  height: 76px;
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid #e6ebe8;
  position: sticky;
  top: 0;
  z-index: 50;
  backdrop-filter: blur(14px);
}
.public-nav {
  height: 100%;
  display: flex;
  align-items: center;
  gap: 30px;
}
.logo {
  display: flex;
  align-items: center;
  gap: 10px;
  font:
    800 1.3rem Manrope,
    sans-serif;
  color: #123e37;
}
.logo img {
  border-radius: 10px;
}
.public-menu {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  flex: 1;
}
.nav-main,
.nav-actions {
  display: flex;
  align-items: center;
  gap: 4px;
}
.nav-main a,
.nav-actions a {
  padding: 10px 9px;
  font-size: 0.9rem;
  font-weight: 600;
  white-space: nowrap;
}
.nav-main a:hover {
  color: #0f6654;
}
.nav-actions .outline {
  border: 1px solid #c5d4d0;
  border-radius: 9px;
}
.nav-actions .solid {
  background: #135e50;
  color: #fff;
  border-radius: 9px;
  padding-inline: 15px;
}
.nav-toggle {
  display: none;
  background: none;
  border: 0;
  padding: 8px;
}
.nav-toggle i {
  display: block;
  width: 24px;
  height: 2px;
  background: #143c36;
  margin: 5px;
}
.hero-public {
  color: #fff;
  background:
    linear-gradient(100deg, rgba(5, 31, 28, 0.96), rgba(10, 53, 47, 0.88)),
    radial-gradient(circle at 80% 30%, #5cae91, #0e4038);
  min-height: 620px;
  padding: 80px 0 64px;
  position: relative;
  overflow: hidden;
}
.hero-public:after {
  content: "";
  position: absolute;
  width: 520px;
  height: 520px;
  border-radius: 50%;
  right: -100px;
  top: -200px;
  border: 90px solid rgba(255, 255, 255, 0.035);
}
.hero-inner {
  position: relative;
  z-index: 1;
}
.kicker {
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 0.74rem;
  color: #bdebdc;
  margin: 0 0 14px;
}
.kicker.dark {
  color: #0f6654;
}
.hero-public h1 {
  font:
    800 clamp(3rem, 6vw, 5.4rem)/1.02 Manrope,
    sans-serif;
  letter-spacing: -0.055em;
  margin: 0;
  max-width: 850px;
}
.hero-public h1 span {
  color: #b5e8d6;
}
.hero-tagline {
  font:
    700 1.28rem Manrope,
    sans-serif;
  margin: 20px 0 4px;
}
.hero-intro {
  color: #e6f2ee;
  max-width: 660px;
  font-size: 1.08rem;
  margin: 0 0 30px;
}
.home-search {
  background: #fff;
  border-radius: 16px;
  padding: 10px;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.24);
  max-width: 1160px;
}
.search-tabs {
  display: flex;
  padding: 0 10px;
  border-bottom: 1px solid #e7ecea;
}
.search-tabs label input {
  position: absolute;
  opacity: 0;
}
.search-tabs span {
  display: block;
  color: #475951;
  padding: 11px 20px;
  border-bottom: 3px solid transparent;
  font-weight: 700;
}
.search-tabs input:checked + span {
  color: #145f51;
  border-color: #145f51;
}
.search-fields {
  display: grid;
  grid-template-columns: 2fr 1.1fr 1fr auto;
  align-items: end;
}
.search-fields label,
.more-filters label {
  padding: 13px 16px;
  border-right: 1px solid #e3e9e6;
}
.search-fields label span,
.more-filters label span {
  display: block;
  color: #475951;
  font-size: 0.74rem;
  font-weight: 700;
  margin-bottom: 3px;
}
.search-fields input,
.search-fields select,
.more-filters select {
  border: 0;
  width: 100%;
  outline: 0;
  background: #fff;
  color: #1d2825;
  padding: 2px 0;
}
.search-fields button {
  border: 0;
  border-radius: 10px;
  background: #9a570f;
  color: #fff;
  font-weight: 700;
  padding: 17px 20px;
  margin: 8px;
}
.more-filters {
  color: #31544d;
  border-top: 1px solid #edf0ef;
}
.more-filters summary {
  cursor: pointer;
  padding: 9px 15px;
  font-size: 0.85rem;
  font-weight: 700;
}
.more-filters > div {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid #edf0ef;
}
.more-filters .check {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.88rem;
}
.more-filters .check input {
  accent-color: #145f51;
}
.hero-assurances {
  display: flex;
  flex-wrap: wrap;
  gap: 28px;
  color: #e2f1ed;
  font-size: 0.84rem;
  margin-top: 20px;
}
.hero-assurances span:before {
  content: "✓";
  color: #bdebdc;
  margin-right: 8px;
}
.section {
  padding: 88px 0;
}
.soft {
  background: #f5f7f5;
}
.section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 30px;
}
.section-head h2,
.center-head h2,
.location-layout h2 {
  font:
    800 clamp(2rem, 4vw, 3rem)/1.1 Manrope,
    sans-serif;
  letter-spacing: -0.04em;
  margin: 0;
  color: #18312c;
}
.section-head p {
  color: #3f514a;
  margin: 7px 0 0;
}
.text-link,
.light-link {
  font-weight: 700;
  color: #0f6654;
}
.property-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}
.listing-card {
  border: 1px solid #dde5e1;
  border-radius: 14px;
  overflow: hidden;
  background: #fff;
  transition: 0.2s;
  box-shadow: 0 5px 18px rgba(20, 48, 41, 0.05);
}
.listing-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 36px rgba(20, 48, 41, 0.12);
}
.listing-media {
  height: 225px;
  position: relative;
  background: #edf1ef;
  overflow: hidden;
}
.listing-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.no-image {
  height: 100%;
  display: grid;
  place-content: center;
  text-align: center;
  color: #4b5d56;
}
.no-image span {
  font-size: 2.5rem;
}
.listing-kind,
.verified-badge {
  position: absolute;
  top: 13px;
  border-radius: 7px;
  padding: 5px 9px;
  font-size: 0.72rem;
  font-weight: 700;
}
.listing-kind {
  left: 13px;
  background: #fff;
}
.verified-badge {
  right: 50px;
  background: #dff3ea;
  color: #11604e;
}
.save-button {
  position: absolute;
  right: 12px;
  top: 11px;
  width: 34px;
  height: 34px;
  border: 0;
  border-radius: 50%;
  background: #fff;
  font-size: 1.25rem;
  color: #34554d;
}
.save-button.saved {
  color: #a8403e;
}
.listing-content {
  padding: 18px;
}
.listing-price {
  font:
    800 1.2rem Manrope,
    sans-serif;
  color: #135e50;
  margin: 0 0 5px;
}
.listing-content h3 {
  font:
    700 1.02rem/1.35 Manrope,
    sans-serif;
  margin: 0;
}
.listing-location {
  color: #44564f;
  font-size: 0.86rem;
  margin: 7px 0 12px;
}
.listing-facts {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  border-block: 1px solid #edf0ef;
  padding: 10px 0;
}
.listing-facts span {
  font-size: 0.78rem;
  color: #44564f;
}
.listing-owner {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  color: #44564f;
  font-size: 0.73rem;
  padding: 10px 0;
}
.listing-content > a {
  display: flex;
  justify-content: space-between;
  color: #135e50;
  font-weight: 700;
  border-top: 1px solid #edf0ef;
  padding-top: 12px;
}
.property-state {
  padding: 55px;
  text-align: center;
  border: 1px dashed #bdccc7;
  border-radius: 16px;
  background: #fafcfb;
}
.property-state h3 {
  font: 700 1.35rem Manrope;
  margin: 10px 0 5px;
}
.property-state p {
  color: #3f514a;
  margin: 0 auto 18px;
}
.property-state a {
  display: inline-block;
  background: #145f51;
  color: #fff;
  border-radius: 8px;
  padding: 11px 15px;
  margin: 4px;
  font-weight: 700;
}
.property-state a.secondary {
  background: #fff;
  color: #145f51;
  border: 1px solid #bed0ca;
}
.loader {
  width: 30px;
  height: 30px;
  border: 3px solid #d9e7e2;
  border-top-color: #146554;
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
  margin: auto;
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
.empty-icon {
  font-size: 2.6rem;
  color: #55847a;
}
.category-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 12px;
}
.category-grid a {
  background: #fff;
  border: 1px solid #e0e6e3;
  border-radius: 12px;
  padding: 22px 16px;
  min-height: 160px;
  display: flex;
  flex-direction: column;
}
.category-grid a:hover {
  border-color: #7ea99f;
}
.category-grid span {
  font-size: 1.8rem;
  color: #17715f;
}
.category-grid strong {
  font: 700 1rem Manrope;
  margin-top: auto;
}
.category-grid small {
  color: #44564f;
  margin-top: 3px;
}
.trust-section {
  background: #0c3933;
  color: #fff;
}
.trust-section .center-head h2 {
  color: #fff;
}
.trust-layout {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 90px;
  align-items: start;
}
.trust-layout > div:first-child {
  position: sticky;
  top: 120px;
}
.trust-layout h2 {
  font: 800 clamp(2.2rem, 4vw, 3.5rem)/1.08 Manrope;
  margin: 0 0 18px;
}
.trust-layout > div > p:not(.kicker) {
  color: #e4f2ee;
}
.light-link {
  display: inline-block;
  color: #bdebdc;
  margin-top: 12px;
}
.verification-list article {
  display: grid;
  grid-template-columns: 50px 1fr;
  gap: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  padding: 24px 0;
}
.verification-list b {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #e0f2eb;
  color: #125c4e;
}
.verification-list h3 {
  font: 700 1.1rem Manrope;
  margin: 0;
}
.verification-list p {
  color: #e0eee9;
  margin: 5px 0 0;
  font-size: 0.92rem;
}
.center-head {
  text-align: center;
  margin-bottom: 38px;
}
.center-head h2 {
  margin: 0;
}
.steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}
.steps article {
  border-top: 2px solid #dae3df;
  padding-top: 22px;
}
.steps span {
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #155f51;
  color: #fff;
  font-weight: 700;
}
.steps h3 {
  font: 700 1.1rem Manrope;
  margin: 17px 0 7px;
}
.steps p,
.location-layout p,
.protection p {
  color: #3f514a;
}
.location-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}
.location-layout h2 {
  margin: 0;
}
.location-layout form {
  display: flex;
  background: #fff;
  border: 1px solid #d5dfdb;
  padding: 8px;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(22, 53, 46, 0.06);
}
.location-layout input {
  flex: 1;
  border: 0;
  outline: 0;
  padding: 12px;
}
.location-layout button {
  border: 0;
  background: #145f51;
  color: #fff;
  border-radius: 8px;
  padding: 12px 18px;
  font-weight: 700;
}
.protection-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.protection article {
  border: 1px solid #dde5e1;
  border-radius: 12px;
  padding: 28px;
}
.protection article > span {
  font-size: 2rem;
  color: #16715f;
}
.protection h3 {
  font: 700 1.1rem Manrope;
  margin: 12px 0 7px;
}
.final-cta {
  text-align: center;
  background: #87490b;
  color: #fff;
  padding: 78px 0;
}
.final-cta h2 {
  font: 800 clamp(2.2rem, 5vw, 4rem)/1.06 Manrope;
  letter-spacing: -0.045em;
  max-width: 800px;
  margin: 0 auto 15px;
}
.final-cta p:not(.kicker) {
  font-size: 1.05rem;
}
.final-cta a {
  display: inline-block;
  border-radius: 9px;
  padding: 13px 20px;
  margin: 12px 4px 0;
  font-weight: 700;
}
.cta-white {
  background: #fff;
  color: #714315;
}
.cta-clear {
  border: 1px solid rgba(255, 255, 255, 0.7);
}
.public-footer {
  background: #0b2421;
  color: #fff;
  padding: 64px 0 24px;
}
.footer-top {
  display: grid;
  grid-template-columns: 1.5fr repeat(5, 1fr);
  gap: 34px;
}
.footer-intro p {
  color: #c4d9d2;
  max-width: 220px;
}
.footer-top > div:not(.footer-intro) {
  display: flex;
  flex-direction: column;
  gap: 9px;
}
.footer-top strong {
  font-family: Manrope;
  margin-bottom: 7px;
}
.footer-top > div > a {
  color: #d2e3df;
  font-size: 0.86rem;
}
.footer-top > div > a:hover {
  color: #fff;
}
.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  margin-top: 45px;
  padding-top: 20px;
  color: #bdd2cc;
  font-size: 0.8rem;
}
@media (max-width: 1050px) {
  .nav-main a {
    padding-inline: 5px;
    font-size: 0.84rem;
  }
  .nav-actions .outline {
    display: none;
  }
  .property-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .category-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .footer-top {
    grid-template-columns: repeat(3, 1fr);
  }
  .footer-intro {
    grid-column: 1/-1;
  }
  .trust-layout {
    gap: 45px;
  }
}
@media(max-width:820px) {
  .public-header {
    height: 68px;
  }
  .nav-toggle {
    display: block;
    margin-left: auto;
  }
  .public-menu {
    display: none;
    position: absolute;
    top: 68px;
    left: 0;
    right: 0;
    background: #fff;
    padding: 18px 20px;
    border-bottom: 1px solid #ddd;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.12);
  }
  .public-menu.open {
    display: block;
  }
  .nav-main,
  .nav-actions {
    display: flex;
    flex-direction: column;
    align-items: stretch;
  }
  .nav-main a,
  .nav-actions a {
    text-align: center;
    padding: 11px;
  }
  .nav-actions {
    border-top: 1px solid #e6ebe8;
    padding-top: 12px;
  }
  .hero-public {
    padding-top: 55px;
  }
  .search-fields {
    grid-template-columns: 1fr 1fr;
  }
  .location-field {
    grid-column: 1/-1;
  }
  .search-fields button {
    grid-column: 1/-1;
  }
  .more-filters > div {
    grid-template-columns: 1fr 1fr;
  }
  .trust-layout,
  .location-layout {
    grid-template-columns: 1fr;
  }
  .trust-layout > div:first-child {
    position: static;
  }
  .steps {
    grid-template-columns: 1fr 1fr;
  }
  .protection-grid {
    grid-template-columns: 1fr;
  }
  .section {
    padding: 65px 0;
  }
}
@media(max-width:580px) {
  .wrap {
    width: min(100% - 24px, 1200px);
  }
  .hero-public {
    padding: 45px 0;
  }
  .hero-public h1 {
    font-size: 2.55rem;
  }
  .hero-tagline {
    font-size: 1.02rem;
  }
  .home-search {
    padding: 8px;
  }
  .search-fields {
    grid-template-columns: 1fr;
  }
  .search-fields label,
  .location-field {
    grid-column: 1;
    border-right: 0;
    border-bottom: 1px solid #e6ebe8;
  }
  .more-filters > div {
    grid-template-columns: 1fr;
  }
  .hero-assurances {
    gap: 8px;
    flex-direction: column;
  }
  .section-head {
    align-items: start;
    flex-direction: column;
  }
  .property-grid {
    grid-template-columns: 1fr;
  }
  .category-grid {
    grid-template-columns: 1fr 1fr;
  }
  .category-grid a {
    min-height: 130px;
  }
  .steps {
    grid-template-columns: 1fr;
  }
  .location-layout {
    gap: 30px;
  }
  .location-layout form {
    flex-direction: column;
  }
  .property-state {
    padding: 35px 16px;
  }
  .footer-top {
    grid-template-columns: 1fr 1fr;
  }
  .footer-intro {
    grid-column: 1/-1;
  }
  .footer-bottom {
    flex-direction: column;
  }
  .listing-media {
    height: 210px;
  }
}
/* ==================================================================
   LIVORA GLOBAL DESIGN SYSTEM — shared by every public page.
   Extends the homepage language: same greens, amber accent, Manrope
   headings, DM Sans body, 9-16px radii, soft elevation.
   ================================================================== */
:root {
  --lv-ink: #17221f;
  --lv-muted: #3f514a;
  --lv-faint: #4b5d56;
  --lv-green-950: #082420;
  --lv-green-900: #0b2f2b;
  --lv-green-800: #0c3933;
  --lv-green-700: #11493f;
  --lv-green-600: #135e50;
  --lv-green-500: #0f6654;
  --lv-green-100: #dff3ea;
  --lv-mint: #bdebdc;
  --lv-amber: #9a570f;
  --lv-amber-deep: #7f4308;
  --lv-red: #a8403e;
  --lv-red-soft: #fbeae9;
  --lv-amber-soft: #fdf0e2;
  --lv-line: #e6ebe8;
  --lv-line-strong: #d5dfdb;
  --lv-soft: #f5f7f5;
  --lv-soft-2: #eef2f0;
  --lv-card: #ffffff;
  --lv-shadow-sm: 0 5px 18px rgba(20, 48, 41, 0.05);
  --lv-shadow-md: 0 14px 34px rgba(20, 48, 41, 0.1);
  --lv-shadow-lg: 0 24px 70px rgba(20, 48, 41, 0.16);
  --lv-radius-sm: 9px;
  --lv-radius: 14px;
  --lv-radius-lg: 18px;
}
/* ---------------- Buttons ---------------- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 1px solid transparent;
  border-radius: var(--lv-radius-sm);
  padding: 11px 18px;
  font-weight: 700;
  font-size: 0.92rem;
  line-height: 1.2;
  cursor: pointer;
  transition: background 0.15s, color 0.15s, border-color 0.15s, box-shadow 0.15s, transform 0.15s;
  white-space: nowrap;
}
.btn:active {
  transform: translateY(1px);
}
.btn-primary {
  background: var(--lv-green-600);
  color: #fff;
}
.btn-primary:hover {
  background: var(--lv-green-700);
}
.btn-amber {
  background: var(--lv-amber);
  color: #fff;
}
.btn-amber:hover {
  background: var(--lv-amber-deep);
}
.btn-outline {
  background: #fff;
  color: var(--lv-green-600);
  border-color: var(--lv-line-strong);
}
.btn-outline:hover {
  border-color: var(--lv-green-500);
  background: #f7fbf9;
}
.btn-ghost {
  background: transparent;
  color: var(--lv-green-600);
}
.btn-ghost:hover {
  background: var(--lv-green-100);
}
.btn-danger {
  background: var(--lv-red);
  color: #fff;
}
.btn-light {
  background: #fff;
  color: #714315;
}
.btn-clear {
  border-color: rgba(255, 255, 255, 0.65);
  color: #fff;
  background: transparent;
}
.btn-clear:hover {
  background: rgba(255, 255, 255, 0.12);
}
.btn-green {
  background: #166534;
  color: #fff;
  border-color: transparent;
}
.btn-green:hover {
  background: #14532d;
}
/* Account CTA on the private payments section: use the primary Livora green. */
.btn-account-green {
  background: var(--lv-green-600);
  color: #fff;
  border-color: var(--lv-green-600);
}
.btn-account-green:hover,
.btn-account-green:focus-visible {
  background: var(--lv-green-700);
  border-color: var(--lv-green-700);
  color: #fff;
}
.btn-orange {
  background: #9a3412;
  color: #fff;
  border-color: transparent;
}
.btn-orange:hover {
  background: #7c2d12;
}
.btn-sm {
  padding: 8px 13px;
  font-size: 0.84rem;
}
.btn-lg {
  padding: 14px 24px;
  font-size: 1rem;
}
.btn-block {
  width: 100%;
}
.btn[disabled],
.btn[aria-disabled="true"] {
  opacity: 0.55;
  cursor: not-allowed;
  transform: none;
}
/* ---------------- Badges & chips ---------------- */
.badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  border-radius: 999px;
  padding: 4px 11px;
  font-size: 0.74rem;
  font-weight: 700;
  background: var(--lv-soft-2);
  color: #41504b;
  white-space: nowrap;
}
.badge-verified {
  background: var(--lv-green-100);
  color: #11604e;
}
.badge-pending {
  background: var(--lv-amber-soft);
  color: #8a5518;
}
.badge-risk {
  background: var(--lv-red-soft);
  color: #933c3a;
}
.badge-dark {
  background: rgba(255, 255, 255, 0.14);
  color: #dff0e9;
}
.chip {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  background: var(--lv-green-100);
  color: #11604e;
  border-radius: 999px;
  padding: 5px 8px 5px 12px;
  font-size: 0.78rem;
  font-weight: 700;
}
.chip button {
  border: 0;
  background: rgba(17, 96, 78, 0.12);
  color: #11604e;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  font-size: 0.72rem;
  line-height: 1;
  display: grid;
  place-items: center;
}
.chip button:hover {
  background: rgba(17, 96, 78, 0.25);
}
/* ---------------- Forms ---------------- */
.field {
  display: grid;
  gap: 6px;
}
.field > span,
.field > label:first-child {
  font-size: 0.82rem;
  font-weight: 700;
  color: #41504b;
}
.field input,
.field select,
.field textarea,
.lv-input {
  width: 100%;
  border: 1px solid var(--lv-line-strong);
  border-radius: var(--lv-radius-sm);
  background: #fff;
  color: var(--lv-ink);
  padding: 11px 13px;
  font-size: 0.95rem;
  outline: 0;
  transition: border-color 0.15s, box-shadow 0.15s;
}
.field textarea {
  resize: vertical;
  min-height: 110px;
}
.field input:focus,
.field select:focus,
.field textarea:focus,
.lv-input:focus {
  border-color: var(--lv-green-500);
  box-shadow: 0 0 0 3px rgba(20, 120, 99, 0.14);
}
.field input:disabled,
.field select:disabled,
.field textarea:disabled {
  background: var(--lv-soft);
  color: var(--lv-faint);
  cursor: not-allowed;
}
.field.invalid input,
.field.invalid select,
.field.invalid textarea {
  border-color: var(--lv-red);
  box-shadow: 0 0 0 3px rgba(198, 83, 80, 0.12);
}
.field-error {
  color: var(--lv-red);
  font-size: 0.8rem;
  font-weight: 600;
}
.field-hint {
  color: var(--lv-muted);
  font-size: 0.8rem;
}
.form-grid-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}
.form-note {
  background: var(--lv-soft);
  border: 1px solid var(--lv-line);
  border-radius: var(--lv-radius-sm);
  padding: 12px 14px;
  color: var(--lv-muted);
  font-size: 0.84rem;
}
.check-row {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 0.88rem;
  color: #41504b;
}
.check-row input {
  accent-color: var(--lv-green-600);
  margin-top: 3px;
  width: 16px;
  height: 16px;
}
/* ---------------- Generic card ---------------- */
.card {
  background: var(--lv-card);
  border: 1px solid var(--lv-line);
  border-radius: var(--lv-radius);
  box-shadow: var(--lv-shadow-sm);
}
.card-pad {
  padding: 26px;
}
.card-hover:hover {
  box-shadow: var(--lv-shadow-md);
  border-color: #c9d8d2;
}
/* ---------------- Inner-page hero ---------------- */
.page-hero {
  color: #fff;
  background:
    linear-gradient(100deg, rgba(5, 31, 28, 0.97), rgba(10, 53, 47, 0.9)),
    radial-gradient(circle at 82% 20%, #57a78c, #0e4038);
  padding: 74px 0 66px;
  position: relative;
  overflow: hidden;
}
.page-hero:after {
  content: "";
  position: absolute;
  width: 430px;
  height: 430px;
  border-radius: 50%;
  right: -120px;
  top: -190px;
  border: 70px solid rgba(255, 255, 255, 0.04);
  pointer-events: none;
}
.page-hero h1 {
  font: 800 clamp(2.3rem, 4.6vw, 3.7rem)/1.06 Manrope, sans-serif;
  letter-spacing: -0.045em;
  margin: 0 0 14px;
  max-width: 780px;
}
.page-hero h1 em {
  font-style: normal;
  color: var(--lv-mint);
}
.page-hero-lead {
  color: #e1f0ec;
  font-size: 1.06rem;
  max-width: 640px;
  margin: 0;
}
.page-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}
.page-hero .wrap {
  position: relative;
  z-index: 1;
}
.page-hero-soft {
  background: var(--lv-soft);
  color: var(--lv-ink);
  padding: 58px 0;
  border-bottom: 1px solid var(--lv-line);
}
.page-hero-soft h1 {
  font: 800 clamp(2.1rem, 4vw, 3.2rem)/1.08 Manrope, sans-serif;
  letter-spacing: -0.04em;
  margin: 0 0 12px;
  color: #18312c;
}
.page-hero-soft .page-hero-lead {
  color: var(--lv-muted);
}
/* ---------------- Breadcrumb ---------------- */
.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  font-size: 0.83rem;
  color: var(--lv-muted);
  margin-bottom: 18px;
}
.breadcrumb a {
  color: var(--lv-green-500);
  font-weight: 600;
}
.breadcrumb a:hover {
  text-decoration: underline;
}
.breadcrumb span[aria-current] {
  color: #41504b;
  font-weight: 600;
}
/* ---------------- State panels (empty / error / offline) ---------------- */
.state-panel {
  padding: 54px 28px;
  text-align: center;
  border: 1px dashed #bdccc7;
  border-radius: var(--lv-radius-lg);
  background: #fafcfb;
}
.state-panel .state-icon {
  display: grid;
  place-items: center;
  width: 64px;
  height: 64px;
  margin: 0 auto 16px;
  border-radius: 50%;
  background: var(--lv-green-100);
  color: var(--lv-green-600);
  font-size: 1.7rem;
}
.state-panel h3 {
  font: 700 1.35rem Manrope, sans-serif;
  margin: 0 0 6px;
  color: #18312c;
}
.state-panel p {
  color: var(--lv-muted);
  max-width: 430px;
  margin: 0 auto 20px;
}
.state-panel .state-actions {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
}
/* ---------------- Skeletons ---------------- */
.skeleton {
  position: relative;
  overflow: hidden;
  background: #e9efec;
  border-radius: 8px;
  color: transparent !important;
}
.skeleton:after {
  content: "";
  position: absolute;
  inset: 0;
  transform: translateX(-100%);
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.65), transparent);
  animation: lv-shimmer 1.4s infinite;
}
@keyframes lv-shimmer {
  100% {
    transform: translateX(100%);
  }
}
.skel-card {
  border: 1px solid var(--lv-line);
  border-radius: var(--lv-radius);
  overflow: hidden;
  background: #fff;
}
.skel-card .skel-media {
  height: 215px;
}
.skel-body {
  padding: 18px;
  display: grid;
  gap: 11px;
}
.skel-line {
  height: 13px;
}
.skel-line.w-60 {
  width: 60%;
}
.skel-line.w-40 {
  width: 40%;
}
.skel-line.w-80 {
  width: 80%;
}
/* ---------------- Modal ---------------- */
.modal-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(8, 24, 21, 0.55);
  backdrop-filter: blur(3px);
  z-index: 90;
  display: grid;
  place-items: center;
  padding: 20px;
}
.modal-backdrop[hidden] {
  display: none;
}
.modal {
  background: #fff;
  border-radius: var(--lv-radius-lg);
  width: min(640px, 100%);
  max-height: min(86vh, 780px);
  overflow: auto;
  box-shadow: var(--lv-shadow-lg);
}
.modal-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  padding: 22px 26px;
  border-bottom: 1px solid var(--lv-line);
  position: sticky;
  top: 0;
  background: #fff;
  z-index: 1;
}
.modal-head h2 {
  font: 700 1.25rem Manrope, sans-serif;
  margin: 0;
}
.modal-head p {
  margin: 4px 0 0;
  color: var(--lv-muted);
  font-size: 0.88rem;
}
.modal-close {
  border: 1px solid var(--lv-line-strong);
  background: #fff;
  border-radius: 50%;
  width: 34px;
  height: 34px;
  font-size: 1rem;
  color: #41504b;
  flex: none;
}
.modal-close:hover {
  border-color: var(--lv-green-500);
  color: var(--lv-green-600);
}
.modal-body {
  padding: 26px;
}
.modal-body form {
  display: grid;
  gap: 18px;
}
/* ---------------- Toast ---------------- */
.lv-toast {
  position: fixed;
  left: 50%;
  bottom: 26px;
  transform: translate(-50%, 20px);
  background: #10332d;
  color: #e7f4ef;
  border-radius: 12px;
  padding: 13px 20px;
  font-size: 0.9rem;
  font-weight: 600;
  box-shadow: var(--lv-shadow-lg);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s, transform 0.25s;
  z-index: 120;
  max-width: min(480px, calc(100vw - 40px));
  text-align: center;
}
.lv-toast.show {
  opacity: 1;
  transform: translate(-50%, 0);
}
/* ---------------- Pagination ---------------- */
.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
  margin-top: 34px;
}
.pagination button,
.pagination span {
  min-width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border-radius: 9px;
  border: 1px solid var(--lv-line);
  background: #fff;
  font-weight: 700;
  font-size: 0.88rem;
  color: #41504b;
  padding: 0 10px;
}
.pagination button:hover {
  border-color: var(--lv-green-500);
  color: var(--lv-green-600);
}
.pagination .current {
  background: var(--lv-green-600);
  border-color: var(--lv-green-600);
  color: #fff;
}
.pagination button[disabled] {
  opacity: 0.4;
  cursor: default;
}
/* ---------------- Numbered journey / timeline ---------------- */
.journey {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 26px;
}
.journey-item {
  position: relative;
  background: #fff;
  border: 1px solid var(--lv-line);
  border-radius: var(--lv-radius);
  padding: 22px;
  box-shadow: var(--lv-shadow-sm);
}
.journey-item b {
  display: inline-grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: var(--lv-green-600);
  color: #fff;
  font-family: Manrope, sans-serif;
  font-size: 0.95rem;
}
.journey-item h3 {
  font: 700 1.02rem Manrope, sans-serif;
  margin: 13px 0 6px;
}
.journey-item p {
  color: var(--lv-muted);
  font-size: 0.88rem;
  margin: 0;
}
.journey-7 {
  grid-template-columns: repeat(7, 1fr);
  gap: 14px;
}
.journey-7 .journey-item {
  padding: 16px 14px;
}
.timeline {
  position: relative;
  display: grid;
  gap: 0;
}
.timeline-item {
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 16px;
  padding: 0 0 26px;
  position: relative;
}
.timeline-item:before {
  content: "";
  position: absolute;
  left: 16px;
  top: 34px;
  bottom: 0;
  width: 2px;
  background: var(--lv-line);
}
.timeline-item:last-child:before {
  display: none;
}
.timeline-item > span {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #fff;
  border: 2px solid var(--lv-green-500);
  color: var(--lv-green-600);
  display: grid;
  place-items: center;
  font-weight: 800;
  font-size: 0.82rem;
  z-index: 1;
}
.timeline-item strong {
  font: 700 1rem Manrope, sans-serif;
  display: block;
}
.timeline-item small {
  color: var(--lv-muted);
  display: block;
  margin-top: 3px;
  line-height: 1.5;
}
/* ---------------- Marketplace layout ---------------- */
.mkt-layout {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 34px;
  align-items: start;
}
.filter-panel {
  position: sticky;
  top: 96px;
  display: grid;
  gap: 4px;
}
.filter-panel-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 6px;
}
.filter-panel-head h2 {
  font: 700 1.05rem Manrope, sans-serif;
  margin: 0;
}
.filter-group {
  border-top: 1px solid var(--lv-line);
  padding: 15px 0 17px;
}
.filter-group > .filter-label {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #44564f;
  margin-bottom: 11px;
}
.filter-group .field {
  margin-bottom: 10px;
}
.filter-group .field:last-child {
  margin-bottom: 0;
}
.filter-price-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
.filter-actions {
  display: grid;
  gap: 10px;
  padding-top: 16px;
}
.mkt-count-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.mkt-count-row p {
  margin: 0;
  color: #41504b;
  font-size: 0.95rem;
}
.mkt-count-row strong {
  font-family: Manrope, sans-serif;
}
.mkt-tools {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}
.mkt-tools .field {
  min-width: 190px;
}
.mkt-tools .field select {
  padding: 9px 11px;
  font-size: 0.88rem;
}
/* Segmented control (category tabs + List|Map toggle) */
.seg {
  display: inline-flex;
  background: var(--lv-soft-2);
  border-radius: 11px;
  padding: 4px;
  gap: 2px;
  flex-wrap: wrap;
}
.seg button {
  border: 0;
  background: transparent;
  border-radius: 8px;
  padding: 8px 14px;
  font-weight: 700;
  font-size: 0.85rem;
  color: #44564f;
  display: inline-flex;
  align-items: center;
  gap: 7px;
}
.seg button:hover {
  color: var(--lv-green-600);
}
.seg button[aria-selected="true"],
.seg button.active {
  background: #fff;
  color: var(--lv-green-600);
  box-shadow: 0 2px 8px rgba(20, 48, 41, 0.1);
}
.seg .seg-count {
  background: rgba(20, 120, 99, 0.12);
  color: var(--lv-green-600);
  border-radius: 999px;
  font-size: 0.7rem;
  padding: 2px 7px;
}
.seg.seg-view {
  background: var(--lv-green-900);
  padding: 4px;
}
.seg.seg-view button {
  color: #c4d9d2;
}
.seg.seg-view button[aria-selected="true"],
.seg.seg-view button.active {
  background: #fff;
  color: var(--lv-green-700);
}
.mkt-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}
.mkt-grid.grid-4 {
  grid-template-columns: repeat(4, 1fr);
}
.mkt-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 18px;
}
/* Mobile filter drawer */
.drawer-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(8, 24, 21, 0.5);
  z-index: 80;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s;
}
body.filters-open .drawer-backdrop {
  opacity: 1;
  pointer-events: auto;
}
.filters-drawer {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  width: min(400px, 92vw);
  background: #fff;
  z-index: 85;
  box-shadow: var(--lv-shadow-lg);
  transform: translateX(102%);
  transition: transform 0.25s ease;
  display: flex;
  flex-direction: column;
}
body.filters-open .filters-drawer {
  transform: none;
}
.filters-drawer-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 22px;
  border-bottom: 1px solid var(--lv-line);
}
.filters-drawer-head h2 {
  font: 700 1.1rem Manrope, sans-serif;
  margin: 0;
}
.filters-drawer-body {
  padding: 6px 22px 20px;
  overflow-y: auto;
  flex: 1;
}
.filters-drawer .filter-actions {
  border-top: 1px solid var(--lv-line);
}
.filter-open-button {
  display: none;
}
/* Map view */
.map-panel {
  position: relative;
  border-radius: var(--lv-radius-lg);
  overflow: hidden;
  border: 1px solid var(--lv-line);
  background: linear-gradient(160deg, #eef4f0, #e2ebe5);
  min-height: 540px;
  box-shadow: var(--lv-shadow-sm);
}
.map-canvas {
  position: absolute;
  inset: 0;
}
.map-canvas .map-tile-bg {
  position: absolute;
  inset: 0;
  background:
    repeating-linear-gradient(0deg, transparent 0 68px, rgba(19, 94, 80, 0.06) 68px 69px),
    repeating-linear-gradient(90deg, transparent 0 84px, rgba(19, 94, 80, 0.06) 84px 85px),
    radial-gradient(circle at 30% 30%, #e9f2ea, #e6efe9 55%, #dfe9e2);
}
.map-pin {
  position: absolute;
  transform: translate(-50%, -100%);
  background: #fff;
  border: 1px solid #cfded6;
  border-radius: 999px 999px 999px 4px;
  padding: 5px 11px;
  font-weight: 800;
  font-size: 0.78rem;
  color: var(--lv-green-700);
  box-shadow: 0 6px 18px rgba(20, 48, 41, 0.18);
  cursor: pointer;
  white-space: nowrap;
}
.map-pin:hover,
.map-pin.active {
  background: var(--lv-green-600);
  color: #fff;
  z-index: 2;
}
.map-card {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 18px;
  background: #fff;
  border-radius: var(--lv-radius);
  box-shadow: var(--lv-shadow-lg);
  padding: 16px;
  display: grid;
  grid-template-columns: 96px 1fr auto;
  gap: 15px;
  align-items: center;
}
.map-card img,
.map-card .map-card-img {
  width: 96px;
  height: 72px;
  object-fit: cover;
  border-radius: 9px;
  background: var(--lv-soft-2);
  display: grid;
  place-items: center;
  color: var(--lv-faint);
}
.map-card h3 {
  font: 700 0.98rem Manrope, sans-serif;
  margin: 0 0 3px;
}
.map-card p {
  margin: 0;
  color: var(--lv-muted);
  font-size: 0.82rem;
}
.map-card .map-card-price {
  font: 800 1rem Manrope, sans-serif;
  color: var(--lv-green-600);
}
.map-note {
  position: absolute;
  top: 14px;
  left: 14px;
  background: rgba(255, 255, 255, 0.92);
  border-radius: 9px;
  padding: 7px 12px;
  font-size: 0.78rem;
  font-weight: 700;
  color: #41504b;
}
/* ---------------- Category / feature tiles ---------------- */
.tile-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.tile-grid.cols-2 {
  grid-template-columns: repeat(2, 1fr);
}
.tile {
  background: #fff;
  border: 1px solid var(--lv-line);
  border-radius: var(--lv-radius);
  padding: 24px;
  display: flex;
  gap: 16px;
  align-items: flex-start;
  box-shadow: var(--lv-shadow-sm);
  transition: border-color 0.15s, box-shadow 0.15s;
}
.tile:hover {
  border-color: #b9cec6;
  box-shadow: var(--lv-shadow-md);
}
.tile > span {
  flex: none;
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border-radius: 12px;
  background: var(--lv-green-100);
  color: var(--lv-green-600);
  font-size: 1.25rem;
}
.tile h3 {
  font: 700 1.02rem Manrope, sans-serif;
  margin: 2px 0 5px;
}
.tile p {
  color: var(--lv-muted);
  font-size: 0.88rem;
  margin: 0;
}
.tile a.tile-link {
  display: inline-block;
  margin-top: 9px;
  color: var(--lv-green-500);
  font-weight: 700;
  font-size: 0.86rem;
}
.tile a.tile-link:hover {
  text-decoration: underline;
}
/* Big link cards (rent categories, buy sections) */
.link-card-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.link-card {
  position: relative;
  border-radius: var(--lv-radius);
  overflow: hidden;
  border: 1px solid var(--lv-line);
  background:
    linear-gradient(150deg, rgba(6, 36, 32, 0.92), rgba(13, 62, 53, 0.82)),
    radial-gradient(circle at 75% 25%, #4d9d81, #0c3933);
  color: #fff;
  padding: 26px;
  min-height: 190px;
  display: flex;
  flex-direction: column;
  box-shadow: var(--lv-shadow-sm);
  transition: transform 0.18s, box-shadow 0.18s;
}
.link-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--lv-shadow-md);
}
.link-card > span {
  font-size: 1.5rem;
  color: var(--lv-mint);
}
.link-card h3 {
  font: 700 1.2rem Manrope, sans-serif;
  margin: auto 0 6px;
}
.link-card p {
  color: #e0eee9;
  font-size: 0.86rem;
  margin: 0 0 14px;
}
.link-card em {
  font-style: normal;
  font-weight: 700;
  font-size: 0.85rem;
  color: var(--lv-mint);
}
/* ---------------- Trust page cards ---------------- */
.trust-cards {
  display: grid;
  gap: 22px;
}
.trust-card {
  display: grid;
  grid-template-columns: 84px 1fr;
  gap: 26px;
  background: #fff;
  border: 1px solid var(--lv-line);
  border-radius: var(--lv-radius-lg);
  padding: 30px;
  box-shadow: var(--lv-shadow-sm);
}
.trust-card-num {
  display: grid;
  place-items: center;
  width: 68px;
  height: 68px;
  border-radius: 20px;
  background:
    linear-gradient(140deg, rgba(5, 31, 28, 0.96), rgba(13, 62, 53, 0.9)),
    radial-gradient(circle at 70% 30%, #55a284, #0c3933);
  color: #fff;
  font: 800 1.5rem Manrope, sans-serif;
}
.trust-card h3 {
  font: 700 1.28rem Manrope, sans-serif;
  margin: 4px 0 8px;
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}
.trust-card > div > p {
  color: var(--lv-muted);
  margin: 0 0 14px;
  max-width: 720px;
}
.trust-card details {
  border-top: 1px solid var(--lv-line);
  padding-top: 12px;
}
.trust-card summary {
  cursor: pointer;
  font-weight: 700;
  font-size: 0.88rem;
  color: var(--lv-green-600);
  list-style: none;
  display: inline-flex;
  align-items: center;
  gap: 7px;
}
.trust-card summary:before {
  content: "+";
  display: grid;
  place-items: center;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: var(--lv-green-100);
  font-weight: 800;
}
.trust-card details[open] summary:before {
  content: "–";
}
.trust-card details p {
  color: #41504b;
  font-size: 0.9rem;
  margin: 10px 0 0;
}
/* ---------------- Wizard (sell page) ---------------- */
.wizard {
  display: grid;
  grid-template-columns: 300px 1fr;
  gap: 40px;
  align-items: start;
}
.wizard-progress {
  position: sticky;
  top: 96px;
  display: grid;
  gap: 2px;
}
.wizard-progress ol {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 2px;
}
.wizard-progress li {
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 13px;
  align-items: center;
  padding: 10px 12px;
  border-radius: 10px;
  color: var(--lv-muted);
  font-weight: 600;
  font-size: 0.9rem;
}
.wizard-progress li b {
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 2px solid var(--lv-line-strong);
  font-size: 0.78rem;
  font-weight: 800;
  background: #fff;
}
.wizard-progress li.current {
  background: var(--lv-green-100);
  color: var(--lv-green-700);
}
.wizard-progress li.current b {
  border-color: var(--lv-green-600);
  background: var(--lv-green-600);
  color: #fff;
}
.wizard-progress li.done {
  color: #38504a;
}
.wizard-progress li.done b {
  border-color: var(--lv-green-500);
  color: var(--lv-green-600);
  background: var(--lv-green-100);
}
.wizard-pane {
  display: grid;
  gap: 18px;
}
.wizard-pane[hidden] {
  display: none;
}
.wizard-pane h3 {
  font: 700 1.3rem Manrope, sans-serif;
  margin: 0;
}
.wizard-pane .pane-lead {
  color: var(--lv-muted);
  margin: -8px 0 4px;
  font-size: 0.94rem;
}
.wizard-actions {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  border-top: 1px solid var(--lv-line);
  padding-top: 20px;
  margin-top: 6px;
}
.wizard-tip {
  background: var(--lv-green-100);
  border-radius: var(--lv-radius-sm);
  padding: 13px 15px;
  font-size: 0.86rem;
  color: #14503f;
}
.media-row {
  align-items: start;
  padding: 16px;
  border: 1px solid var(--lv-line);
  border-radius: var(--lv-radius-sm);
  background: var(--lv-soft-2);
}
.media-row input[type="file"] {
  padding: 9px;
  background: #fff;
  font-size: 0.85rem;
}
.media-row .upload-status {
  margin: 0;
}
.media-row .upload-status.field-error {
  margin-top: 5px;
}
.media-preview {
  grid-column: 1 / -1;
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 66px;
  border-top: 1px solid var(--lv-line);
  padding-top: 12px;
}
.media-preview img {
  width: 96px;
  height: 66px;
  object-fit: cover;
  border-radius: 7px;
  border: 1px solid var(--lv-line-strong);
  background: #fff;
}
.media-preview[hidden] {
  display: none;
}
/* ---------------- Contact ---------------- */
.contact-cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.contact-card {
  background: #fff;
  border: 1px solid var(--lv-line);
  border-radius: var(--lv-radius);
  padding: 24px;
  box-shadow: var(--lv-shadow-sm);
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.contact-card > span {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border-radius: 12px;
  background: var(--lv-green-100);
  color: var(--lv-green-600);
  font-size: 1.2rem;
}
.contact-card h3 {
  font: 700 1.05rem Manrope, sans-serif;
  margin: 0;
}
.contact-card p {
  color: var(--lv-muted);
  font-size: 0.88rem;
  margin: 0;
}
.contact-card a {
  margin-top: auto;
  font-weight: 700;
  font-size: 0.87rem;
  color: var(--lv-green-500);
}
.contact-layout {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 34px;
  align-items: start;
}
.market-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}
.market-pill {
  background: #fff;
  border: 1px solid var(--lv-line);
  border-radius: 12px;
  padding: 16px;
  display: flex;
  gap: 11px;
  align-items: center;
}
.market-pill span {
  font-size: 1.3rem;
}
.market-pill b {
  display: block;
  font: 700 0.92rem Manrope, sans-serif;
}
.market-pill small {
  color: var(--lv-muted);
  font-size: 0.76rem;
}
/* ---------------- Reviews ---------------- */
.rating-summary {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 40px;
  align-items: center;
  background: #fff;
  border: 1px solid var(--lv-line);
  border-radius: var(--lv-radius-lg);
  padding: 30px 34px;
  box-shadow: var(--lv-shadow-sm);
}
.rating-big {
  text-align: center;
}
.rating-big strong {
  font: 800 3.4rem/1 Manrope, sans-serif;
  color: #18312c;
  display: block;
}
.rating-big .stars {
  margin: 8px 0 4px;
}
.rating-big small {
  color: var(--lv-muted);
}
.stars {
  color: #9a570f;
  font-size: 1.05rem;
  letter-spacing: 2px;
}
.stars .off {
  color: #63746d;
}
.rating-bars {
  display: grid;
  gap: 7px;
}
.rating-bar {
  display: grid;
  grid-template-columns: 44px 1fr 34px;
  align-items: center;
  gap: 12px;
  font-size: 0.8rem;
  color: var(--lv-muted);
}
.rating-bar i {
  display: block;
  height: 8px;
  border-radius: 99px;
  background: var(--lv-soft-2);
  position: relative;
  font-style: normal;
}
.rating-bar i b {
  position: absolute;
  inset: 0;
  border-radius: 99px;
  background: #e09a3e;
}
.rating-side {
  text-align: right;
  display: grid;
  gap: 8px;
  justify-items: end;
}
.review-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.review-card {
  background: #fff;
  border: 1px solid var(--lv-line);
  border-radius: var(--lv-radius);
  padding: 24px;
  box-shadow: var(--lv-shadow-sm);
  display: grid;
  gap: 13px;
}
.review-card-head {
  display: flex;
  align-items: center;
  gap: 13px;
}
.review-avatar {
  flex: none;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font: 800 0.95rem Manrope, sans-serif;
  color: #fff;
  background:
    linear-gradient(140deg, #135e50, #0f6654);
}
.review-card-head h3 {
  font: 700 0.98rem Manrope, sans-serif;
  margin: 0;
}
.review-card-head p {
  margin: 0;
  color: var(--lv-muted);
  font-size: 0.8rem;
}
.review-card-head .badge {
  margin-left: auto;
}
.review-card blockquote {
  margin: 0;
  color: #384742;
  font-size: 0.94rem;
  line-height: 1.6;
}
.review-card .review-title {
  font: 700 1rem Manrope, sans-serif;
  margin: 0;
}
.review-card .review-property {
  color: var(--lv-muted);
  font-size: 0.82rem;
  margin: 0;
}
.review-card .review-property a {
  color: var(--lv-green-500);
  font-weight: 600;
}
.review-card .review-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  border-top: 1px solid var(--lv-line);
  padding-top: 12px;
  font-size: 0.78rem;
  color: var(--lv-muted);
  align-items: center;
}
.landlord-reply-box {
  background: var(--lv-soft);
  border: 1px solid var(--lv-line);
  border-radius: var(--lv-radius-sm);
  padding: 13px 15px;
}
.landlord-reply-box strong {
  font-size: 0.8rem;
  color: var(--lv-green-600);
  display: block;
  margin-bottom: 4px;
}
.landlord-reply-box p {
  margin: 0;
  font-size: 0.86rem;
  color: #41504b;
}
/* ---------------- Apps / product suite ---------------- */
.suite-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.suite-card {
  position: relative;
  background: #fff;
  border: 1px solid var(--lv-line);
  border-radius: var(--lv-radius-lg);
  padding: 32px 28px;
  box-shadow: var(--lv-shadow-sm);
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.suite-card:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 5px;
  background: linear-gradient(90deg, var(--lv-green-600), #3f9c81);
}
.suite-card.is-admin:before {
  background: linear-gradient(90deg, #123f37, #6d5bb8);
}
.suite-card.is-landlord:before {
  background: linear-gradient(90deg, #b4762d, #e0a45c);
}
.suite-card .suite-icon {
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  border-radius: 16px;
  background: var(--lv-green-100);
  color: var(--lv-green-600);
  font-size: 1.5rem;
  margin-bottom: 18px;
}
.suite-card.is-admin .suite-icon {
  background: #ece8fb;
  color: #55489d;
}
.suite-card.is-landlord .suite-icon {
  background: var(--lv-amber-soft);
  color: #7a4d08;
}
.suite-card h3 {
  font: 700 1.3rem Manrope, sans-serif;
  margin: 0 0 6px;
}
.suite-card > p {
  color: var(--lv-muted);
  font-size: 0.9rem;
  margin: 0 0 16px;
}
.feature-list {
  list-style: none;
  margin: 0 0 22px;
  padding: 0;
  display: grid;
  gap: 9px;
}
.feature-list li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.9rem;
  color: #384742;
}
.feature-list li:before {
  content: "✓";
  flex: none;
  display: grid;
  place-items: center;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: var(--lv-green-100);
  color: var(--lv-green-600);
  font-size: 0.72rem;
  font-weight: 800;
}
.avail-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 18px;
}
.platform-status {
  display: flex;
  flex-wrap: wrap;
  gap: 26px;
  align-items: center;
  background: #fff;
  border: 1px solid var(--lv-line);
  border-radius: var(--lv-radius);
  padding: 18px 24px;
  box-shadow: var(--lv-shadow-sm);
}
.platform-status article {
  display: grid;
  gap: 2px;
}
.platform-status span {
  font-size: 0.76rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--lv-muted);
}
.platform-status strong {
  font: 800 1.35rem Manrope, sans-serif;
  color: #18312c;
}
/* ---------------- Auth (login / signup) ---------------- */
.auth-split {
  display: grid;
  grid-template-columns: minmax(380px, 44%) 1fr;
  min-height: 100vh;
}
.auth-aside {
  position: relative;
  color: #fff;
  background:
    linear-gradient(115deg, rgba(5, 31, 28, 0.96), rgba(10, 53, 47, 0.9)),
    radial-gradient(circle at 78% 22%, #57a78c, #0e4038);
  padding: 44px 48px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.auth-aside:after {
  content: "";
  position: absolute;
  width: 420px;
  height: 420px;
  border-radius: 50%;
  right: -150px;
  bottom: -190px;
  border: 70px solid rgba(255, 255, 255, 0.04);
}
.auth-aside-brand {
  display: flex;
  align-items: center;
  gap: 11px;
  font: 800 1.35rem Manrope, sans-serif;
}
.auth-aside-brand img {
  border-radius: 11px;
}
.auth-aside-body {
  margin: auto 0;
  position: relative;
  z-index: 1;
  max-width: 460px;
}
.auth-aside-body h2 {
  font: 800 clamp(2rem, 3.4vw, 2.9rem)/1.08 Manrope, sans-serif;
  letter-spacing: -0.04em;
  margin: 18px 0 16px;
}
.auth-aside-body h2 em {
  font-style: normal;
  color: var(--lv-mint);
}
.auth-aside-body > p {
  color: #e1f0ec;
  font-size: 1.02rem;
}
.auth-aside-points {
  list-style: none;
  margin: 26px 0 0;
  padding: 0;
  display: grid;
  gap: 13px;
}
.auth-aside-points li {
  display: flex;
  gap: 11px;
  align-items: flex-start;
  color: #d9e9e3;
  font-size: 0.94rem;
}
.auth-aside-points li:before {
  content: "✓";
  flex: none;
  display: grid;
  place-items: center;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: rgba(169, 225, 206, 0.18);
  color: var(--lv-mint);
  font-size: 0.75rem;
  font-weight: 800;
  margin-top: 2px;
}
.auth-aside-foot {
  position: relative;
  z-index: 1;
  color: #c4d9d2;
  font-size: 0.8rem;
}
.auth-main {
  display: flex;
  flex-direction: column;
  padding: 34px clamp(22px, 5vw, 64px);
  background: #fff;
}
.auth-topbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
}
.auth-topbar a {
  font-weight: 700;
  font-size: 0.9rem;
  color: var(--lv-green-600);
}
.auth-card {
  width: min(460px, 100%);
  margin: auto;
  display: grid;
  gap: 4px;
}
.auth-card-head {
  margin-bottom: 18px;
}
.auth-card-head h1 {
  font: 800 2.2rem/1.1 Manrope, sans-serif;
  letter-spacing: -0.035em;
  margin: 0 0 8px;
  color: #18312c;
}
.auth-card-head p {
  color: var(--lv-muted);
  margin: 0;
}
.auth-form {
  display: grid;
  gap: 17px;
}
.auth-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
}
.auth-alert {
  border-radius: var(--lv-radius-sm);
  padding: 12px 15px;
  font-size: 0.9rem;
  font-weight: 600;
  line-height: 1.5;
}
.auth-alert.error {
  background: var(--lv-red-soft);
  border: 1px solid #efc7c5;
  color: #8f3735;
}
.auth-alert.success {
  background: var(--lv-green-100);
  border: 1px solid #bfe3d6;
  color: #11604e;
}
.auth-alert[hidden] {
  display: none;
}
.role-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}
.role-card {
  border: 1.5px solid var(--lv-line-strong);
  border-radius: var(--lv-radius);
  background: #fff;
  padding: 16px 14px;
  text-align: center;
  cursor: pointer;
  display: grid;
  gap: 6px;
  justify-items: center;
  transition: border-color 0.15s, background 0.15s;
}
.role-card span {
  font-size: 1.4rem;
}
.role-card b {
  font: 700 0.9rem Manrope, sans-serif;
}
.role-card small {
  color: var(--lv-muted);
  font-size: 0.76rem;
  line-height: 1.35;
}
.role-card:hover {
  border-color: #9fc0b6;
}
.role-card.selected {
  border-color: var(--lv-green-600);
  background: #f4faf7;
  box-shadow: 0 0 0 3px rgba(20, 120, 99, 0.12);
}
/* ---------------- Property detail page ---------------- */
.detail-wrap {
  width: min(1200px, calc(100% - 40px));
  margin: auto;
}
.detail-top {
  padding: 26px 0 0;
}
.gallery {
  display: grid;
  grid-template-columns: 1.9fr 1fr;
  grid-template-rows: 260px 260px;
  gap: 10px;
  border-radius: var(--lv-radius-lg);
  overflow: hidden;
}
.gallery-main {
  grid-row: 1 / span 2;
  position: relative;
  background: var(--lv-soft-2);
  cursor: zoom-in;
  border: 0;
  padding: 0;
}
.gallery-main img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.gallery-side {
  display: grid;
  grid-template-rows: 1fr 1fr;
  gap: 10px;
}
.gallery-side button {
  position: relative;
  border: 0;
  padding: 0;
  background: var(--lv-soft-2);
  cursor: pointer;
  overflow: hidden;
}
.gallery-side button img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.2s;
}
.gallery-side button:hover img {
  transform: scale(1.04);
}
.gallery-more {
  position: absolute;
  inset: 0;
  background: rgba(8, 32, 28, 0.55);
  color: #fff;
  display: grid;
  place-items: center;
  font-weight: 800;
  font-size: 0.95rem;
  font-family: Manrope, sans-serif;
}
.gallery-empty {
  grid-column: 1 / -1;
  min-height: 300px;
  border-radius: var(--lv-radius-lg);
  background: var(--lv-soft-2);
  display: grid;
  place-items: center;
  color: var(--lv-faint);
}
.gallery-empty div {
  text-align: center;
}
.gallery-empty span {
  font-size: 3rem;
  display: block;
  margin-bottom: 8px;
}
.lightbox {
  position: fixed;
  inset: 0;
  background: rgba(6, 22, 19, 0.92);
  z-index: 110;
  display: grid;
  grid-template-rows: auto 1fr auto;
  padding: 18px clamp(14px, 4vw, 44px);
}
.lightbox[hidden] {
  display: none;
}
.lightbox-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  gap: 14px;
}
.lightbox-bar p {
  margin: 0;
  font-weight: 700;
}
.lightbox-stage {
  display: grid;
  place-items: center;
  min-height: 0;
  padding: 12px 0;
}
.lightbox-stage img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 12px;
  object-fit: contain;
}
.lightbox-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 14px;
  color: #e1f0ec;
}
.lightbox-nav button {
  border: 1px solid rgba(255, 255, 255, 0.35);
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  border-radius: 50%;
  width: 42px;
  height: 42px;
  font-size: 1.1rem;
}
.lightbox-nav button:hover {
  background: rgba(255, 255, 255, 0.2);
}
.lightbox-close {
  border: 1px solid rgba(255, 255, 255, 0.35);
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  border-radius: 9px;
  padding: 9px 14px;
  font-weight: 700;
}
.lightbox-thumbs {
  display: flex;
  gap: 9px;
  justify-content: center;
  flex-wrap: wrap;
}
.lightbox-thumbs button {
  border: 2px solid transparent;
  border-radius: 9px;
  overflow: hidden;
  padding: 0;
  background: none;
  cursor: pointer;
  width: 74px;
  height: 56px;
}
.lightbox-thumbs button.active {
  border-color: #bdebdc;
}
.lightbox-thumbs img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.detail-layout {
  display: grid;
  grid-template-columns: 1fr 360px;
  gap: 44px;
  align-items: start;
  padding: 34px 0 80px;
}
.detail-header h1 {
  font: 800 clamp(1.7rem, 3vw, 2.5rem)/1.12 Manrope, sans-serif;
  letter-spacing: -0.035em;
  margin: 6px 0 10px;
  color: #16302a;
}
.detail-header .detail-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-bottom: 12px;
}
.detail-location {
  color: var(--lv-muted);
  margin: 0 0 20px;
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}
.detail-price-row {
  display: flex;
  align-items: baseline;
  gap: 14px;
  flex-wrap: wrap;
  margin-bottom: 22px;
}
.detail-price {
  font: 800 2.1rem/1 Manrope, sans-serif;
  color: var(--lv-green-600);
}
.detail-price small {
  font-size: 1rem;
  color: var(--lv-muted);
  font-weight: 600;
}
.detail-price-extra {
  color: var(--lv-muted);
  font-size: 0.88rem;
}
.detail-facts {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  border-block: 1px solid var(--lv-line);
  padding: 18px 0;
  margin-bottom: 8px;
}
.detail-facts div {
  display: grid;
  gap: 3px;
}
.detail-facts b {
  font: 800 1.25rem Manrope, sans-serif;
  color: #18312c;
}
.detail-facts span {
  font-size: 0.78rem;
  color: var(--lv-muted);
  font-weight: 600;
}
.detail-section {
  border-top: 1px solid var(--lv-line);
  padding: 30px 0 6px;
  margin-top: 26px;
}
.detail-section > h2 {
  font: 700 1.35rem Manrope, sans-serif;
  letter-spacing: -0.02em;
  margin: 0 0 14px;
  color: #18312c;
}
.detail-section > p.lead {
  color: #384742;
  line-height: 1.7;
  font-size: 0.99rem;
  margin: 0 0 6px;
}
.amenity-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px 24px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.amenity-grid li {
  display: flex;
  gap: 10px;
  align-items: center;
  color: #384742;
  font-size: 0.93rem;
  padding: 7px 0;
  border-bottom: 1px dashed var(--lv-line);
}
.amenity-grid li:before {
  content: "✓";
  color: var(--lv-green-500);
  font-weight: 800;
}
.doc-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 10px;
}
.doc-list li {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  border: 1px solid var(--lv-line);
  border-radius: var(--lv-radius-sm);
  padding: 12px 16px;
  background: #fff;
  font-size: 0.92rem;
  color: #384742;
  box-sizing: border-box;
  overflow: hidden;
}
.doc-list .doc-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  min-width: 34px;
  border-radius: 9px;
  background: var(--lv-soft-2);
  color: var(--lv-green-600);
  flex: 0 0 34px;
  flex-shrink: 0;
  font-size: 1rem;
  line-height: 1;
}
.doc-list .doc-name {
  flex: 1 1 auto;
  min-width: 0;
  line-height: 1.4;
  overflow-wrap: break-word;
  word-break: break-word;
}
.doc-list .doc-review-status {
  flex: 0 0 auto;
  flex-shrink: 0;
  margin-left: auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 4px 12px;
  border-radius: 999px;
  font-size: 0.74rem;
  font-weight: 700;
  line-height: 1.4;
  white-space: nowrap;
  box-sizing: border-box;
  text-align: center;
}
.compact-list {
  list-style: disc;
  margin: 0;
  padding-left: 18px;
  display: block;
}
.compact-list li {
  display: list-item;
  border: 0;
  padding: 2px 0;
  background: transparent;
}
.compact-kv {
  display: grid;
  grid-template-columns: minmax(120px, 0.4fr) 1fr;
  gap: 6px 12px;
  margin: 0;
}
.compact-kv dt {
  font-weight: 800;
  color: var(--lv-ink);
}
.compact-kv dd {
  margin: 0;
}
.fact-table {
  width: 100%;
  border-collapse: collapse;
}
.fact-table th,
.fact-table td {
  text-align: left;
  padding: 11px 4px;
  border-bottom: 1px solid var(--lv-line);
  font-size: 0.92rem;
}
.fact-table th {
  color: var(--lv-muted);
  font-weight: 600;
  width: 44%;
}
.fact-table td {
  color: #24332e;
  font-weight: 600;
}
.transaction-card {
  position: sticky;
  top: 96px;
  background: #fff;
  border: 1px solid var(--lv-line);
  border-radius: var(--lv-radius-lg);
  box-shadow: var(--lv-shadow-md);
  padding: 26px;
  display: grid;
  gap: 14px;
}
.transaction-card h2 {
  font: 700 1.18rem Manrope, sans-serif;
  margin: 0;
}
.transaction-card > p {
  color: var(--lv-muted);
  font-size: 0.88rem;
  margin: 0;
}
.transaction-card .tc-price {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 10px;
  background: var(--lv-soft);
  border-radius: var(--lv-radius-sm);
  padding: 13px 15px;
}
.transaction-card .tc-price b {
  font: 800 1.35rem Manrope, sans-serif;
  color: var(--lv-green-600);
}
.transaction-card .tc-price span {
  font-size: 0.78rem;
  color: var(--lv-muted);
  font-weight: 700;
}
.transaction-card .tc-actions {
  display: grid;
  gap: 10px;
}
.transaction-card .tc-note {
  font-size: 0.78rem;
  color: var(--lv-muted);
  text-align: center;
  margin: 2px 0 0;
}
.verification-panel {
  background:
    linear-gradient(140deg, rgba(5, 31, 28, 0.97), rgba(12, 57, 51, 0.94)),
    radial-gradient(circle at 80% 20%, #4f9a7e, #0c3933);
  color: #fff;
  border-radius: var(--lv-radius-lg);
  padding: 30px;
  display: grid;
  gap: 6px;
}
.verification-panel h2 {
  font: 700 1.3rem Manrope, sans-serif;
  margin: 0 0 4px;
}
.verification-panel > p {
  color: #deeee8;
  font-size: 0.9rem;
  margin: 0 0 14px;
}
.vp-item {
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  padding: 13px 0;
}
.vp-item summary {
  list-style: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 12px;
  font-weight: 700;
  font-size: 0.95rem;
}
.vp-item summary::-webkit-details-marker {
  display: none;
}
.vp-item summary .vp-status {
  margin-left: auto;
  flex: none;
  font-size: 0.72rem;
  border-radius: 999px;
  padding: 3px 10px;
  background: rgba(169, 225, 206, 0.16);
  color: #b5e8d6;
}
.vp-item.pending summary .vp-status {
  background: rgba(240, 205, 160, 0.16);
  color: #f0cfa0;
}
.vp-item summary .vp-check {
  flex: none;
  display: grid;
  place-items: center;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: rgba(169, 225, 206, 0.16);
  color: #b5e8d6;
  font-size: 0.75rem;
  font-weight: 800;
}
.vp-item.pending summary .vp-check {
  background: rgba(240, 205, 160, 0.14);
  color: #f0cfa0;
}
.vp-item p {
  color: #e0eee9;
  font-size: 0.86rem;
  margin: 10px 0 0;
  padding-left: 38px;
}
.similar-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
/* ---------------- Generic responsive table ---------------- */
.table-wrap {
  border: 1px solid var(--lv-line);
  border-radius: var(--lv-radius);
  overflow: auto;
  background: #fff;
}
table.lv-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 640px;
}
.lv-table th,
.lv-table td {
  text-align: left;
  padding: 13px 16px;
  font-size: 0.9rem;
  border-bottom: 1px solid var(--lv-line);
  white-space: nowrap;
}
.lv-table th {
  background: var(--lv-soft);
  position: sticky;
  top: 0;
  font-size: 0.76rem;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  color: #44564f;
  z-index: 1;
}
.lv-table tbody tr:hover {
  background: #f9fbfa;
}
.lv-table tbody tr:last-child td {
  border-bottom: 0;
}
/* ---------------- Utilities ---------------- */
.text-muted {
  color: var(--lv-muted);
}
.center-text {
  text-align: center;
}
.mt-0 {
  margin-top: 0;
}
.stack-lg {
  display: grid;
  gap: 26px;
}
.divider {
  border: 0;
  border-top: 1px solid var(--lv-line);
  margin: 34px 0;
}
.num-stat {
  display: grid;
  gap: 4px;
}
.num-stat b {
  font: 800 2.1rem/1 Manrope, sans-serif;
  color: #18312c;
}
.num-stat span {
  color: var(--lv-muted);
  font-size: 0.85rem;
}
/* ---------------- Responsive: new components ---------------- */
@media (max-width: 1100px) {
  .mkt-layout {
    grid-template-columns: 250px 1fr;
  }
  .mkt-grid,
  .mkt-grid.grid-4 {
    grid-template-columns: repeat(2, 1fr);
  }
  .journey-7 {
    grid-template-columns: repeat(4, 1fr);
  }
  .contact-cards {
    grid-template-columns: repeat(2, 1fr);
  }
  .market-strip {
    grid-template-columns: repeat(3, 1fr);
  }
  .rating-summary {
    grid-template-columns: auto 1fr;
  }
  .rating-side {
    grid-column: 1 / -1;
    text-align: left;
    justify-items: start;
  }
  .wizard {
    grid-template-columns: 250px 1fr;
    gap: 28px;
  }
  .detail-layout {
    grid-template-columns: 1fr 330px;
    gap: 32px;
  }
  .link-card-grid,
  .tile-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 980px) {
  .mkt-layout {
    grid-template-columns: 1fr;
  }
  .filter-panel {
    display: none;
  }
  .filter-open-button {
    display: inline-flex;
  }
  .detail-layout {
    grid-template-columns: 1fr;
  }
  .transaction-card {
    position: static;
  }
  .gallery {
    grid-template-columns: 1fr;
    grid-template-rows: 320px 170px;
  }
  .gallery-main {
    grid-row: auto;
  }
  .gallery-side {
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: 170px;
  }
  .auth-split {
    grid-template-columns: 1fr;
  }
  .auth-aside {
    display: none;
  }
  .auth-aside.auth-aside-mobile {
    display: flex;
    padding: 34px 26px;
  }
  .wizard {
    grid-template-columns: 1fr;
  }
  .wizard-progress {
    position: static;
  }
  .wizard-progress li span.step-desc {
    display: none;
  }
  .contact-layout {
    grid-template-columns: 1fr;
  }
  .suite-grid {
    grid-template-columns: 1fr;
  }
  .trust-card {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}
@media (max-width: 700px) {
  .mkt-grid,
  .mkt-grid.grid-4,
  .review-grid,
  .link-card-grid,
  .tile-grid,
  .similar-grid {
    grid-template-columns: 1fr;
  }
  .journey,
  .journey-7 {
    grid-template-columns: repeat(2, 1fr);
  }
  .form-grid-2,
  .role-cards {
    grid-template-columns: 1fr;
  }
  .rating-summary {
    grid-template-columns: 1fr;
    gap: 20px;
    text-align: center;
  }
  .rating-bars {
    text-align: left;
  }
  .rating-side {
    justify-items: center;
  }
  .contact-cards {
    grid-template-columns: 1fr;
  }
  .market-strip {
    grid-template-columns: repeat(2, 1fr);
  }
  .detail-facts {
    grid-template-columns: repeat(2, 1fr);
  }
  .amenity-grid {
    grid-template-columns: 1fr;
  }
  .map-card {
    grid-template-columns: 72px 1fr;
  }
  .map-card img,
  .map-card .map-card-img {
    width: 72px;
    height: 60px;
  }
  .map-card .btn {
    grid-column: 1 / -1;
  }
  .auth-card-head h1 {
    font-size: 1.75rem;
  }
  .section {
    padding: 56px 0;
  }
}
@media (max-width: 430px) {
  .journey,
  .journey-7 {
    grid-template-columns: 1fr;
  }
  .market-strip {
    grid-template-columns: 1fr;
  }
  .gallery {
    grid-template-rows: 240px 120px;
  }
  .gallery-side {
    grid-template-rows: 120px;
  }
  .detail-facts {
    grid-template-columns: repeat(2, 1fr);
  }
}
/* Table → cards on small screens */
@media (max-width: 620px) {
  .lv-table-mobile .lv-table {
    min-width: 0;
  }
  .lv-table-mobile .lv-table thead {
    display: none;
  }
  .lv-table-mobile .lv-table,
  .lv-table-mobile .lv-table tbody,
  .lv-table-mobile .lv-table tr,
  .lv-table-mobile .lv-table td {
    display: block;
    width: 100%;
  }
  .lv-table-mobile .lv-table tr {
    border: 1px solid var(--lv-line);
    border-radius: var(--lv-radius-sm);
    margin-bottom: 10px;
    padding: 6px 0;
    background: #fff;
  }
  .lv-table-mobile .lv-table td {
    border: 0;
    display: flex;
    justify-content: space-between;
    gap: 16px;
    white-space: normal;
  }
  .lv-table-mobile .lv-table td:before {
    content: attr(data-label);
    color: var(--lv-muted);
    font-size: 0.76rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
  }
}
/* Dark-section tile variant (how-it-works "for everyone") */
.protection-dark {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.protection-dark article {
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.04);
  border-radius: 12px;
  padding: 28px;
}
.protection-dark article > span {
  font-size: 2rem;
  color: #bdebdc;
}
.protection-dark h3 {
  font: 700 1.1rem Manrope;
  color: #fff;
  margin: 12px 0 7px;
}
.protection-dark p {
  color: #e0eee9;
  margin: 0;
}
@media (max-width: 820px) {
  .protection-dark {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 580px) {
  .protection-dark {
    gap: 12px;
  }
}
/* Listing card footer + hero extras (marketplace / detail) */
.listing-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  border-top: 1px solid #edf0ef;
  padding-top: 12px;
  margin-top: 10px;
}
.listing-cta > a {
  color: #135e50;
  font-weight: 700;
  white-space: nowrap;
}
.listing-cta .mkt-card-owner {
  font-size: 0.75rem;
  color: #44564f;
  overflow: hidden;
  text-overflow: ellipsis;
}
.listing-price small {
  font-size: 0.72rem;
  color: #44564f;
  font-weight: 600;
  margin-left: 2px;
}
.mkt-card-photos {
  position: absolute;
  bottom: 12px;
  left: 13px;
  background: rgba(8, 32, 28, 0.6);
  color: #fff;
  border-radius: 7px;
  padding: 4px 8px;
  font-size: 0.72rem;
  font-weight: 700;
}
/* Review modal interactive stars */
#review-stars .star-btn {
  border: 0;
  background: none;
  color: #63746d;
  font-size: 1.7rem;
  cursor: pointer;
  padding: 2px 4px;
  line-height: 1;
}
#review-stars .star-btn.active {
  color: #9a570f;
}

/* ============ Header notifications bell + panel (homepage) ============ */
.notif-bell {
  position: relative;
  border: 1px solid #d8e4dd;
  background: #ffffff;
  color: #2c4a3d;
  width: 40px;
  height: 40px;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 17px;
  cursor: pointer;
  transition: border-color 0.15s ease, color 0.15s ease, background 0.15s ease;
  flex-shrink: 0;
}
.notif-bell:hover { border-color: #1b7a5a; color: #1b7a5a; background: #f2f8f5; }
.notif-bell em {
  position: absolute;
  top: -6px;
  right: -6px;
  background: #9a570f;
  color: #fff;
  font-style: normal;
  font-size: 10px;
  font-weight: 800;
  min-width: 17px;
  height: 17px;
  padding: 0 4px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  border: 2px solid #fff;
}
.notif-panel {
  position: absolute;
  top: calc(100% + 10px);
  right: 0;
  width: min(360px, calc(100vw - 32px));
  background: #fff;
  border: 1px solid #e0e8e3;
  border-radius: 16px;
  box-shadow: 0 24px 60px rgba(14, 61, 46, 0.18);
  z-index: 90;
  overflow: hidden;
}
.notif-panel-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px 16px;
  border-bottom: 1px solid #eef2ee;
}
.notif-panel-head strong { font-family: inherit; font-size: 14px; color: #14261f; }
.notif-panel-head button {
  border: 0;
  background: none;
  color: #44564f;
  font: 700 12px/1 inherit;
  cursor: pointer;
  padding: 4px 6px;
  border-radius: 6px;
}
.notif-panel-head button:hover { color: #1b7a5a; background: #f2f8f5; }
.notif-list { max-height: 380px; overflow-y: auto; }
.notif-empty-state { padding: 26px 18px; text-align: center; display: grid; gap: 12px; justify-items: center; }
.notif-empty-state p { margin: 0; color: #475951; font-size: 13px; }
.notif-empty-state a.solid {
  background: #1b7a5a;
  color: #fff;
  padding: 9px 18px;
  border-radius: 999px;
  font-weight: 700;
  font-size: 12.5px;
  text-decoration: none;
}
.notif-item { display: flex; gap: 10px; padding: 12px 16px; border-bottom: 1px solid #f2f6f3; }
.notif-item:last-child { border-bottom: 0; }
.notif-item.unread { background: #f6faf7; }
.notif-item-body b { display: block; font-size: 12.5px; color: #14261f; }
.notif-item-body small { display: block; color: #475951; font-size: 12px; margin-top: 2px; }
.notif-item-body time { display: block; color: #4b5d56; font-size: 10.5px; margin-top: 4px; }

/* API offline notice (homepage listing feed) */
.api-offline-notice {
  max-width: 880px;
  margin: 14px auto 0;
  padding: 12px 18px;
  background: #fdf3e4;
  border: 1px solid #ecd9b8;
  color: #8a5a16;
  border-radius: 12px;
  font-size: 13px;
  text-align: center;
}

/* Positioning context for the notifications dropdown */
.public-menu { position: relative; }
@media (max-width: 900px) {
  .notif-bell { width: 100%; height: 44px; border-radius: 10px; justify-content: center; }
  .notif-panel { position: fixed; top: 74px; left: 12px; right: 12px; width: auto; }
}

/* ============ Document pages (Terms, Privacy, Cookies, Compliance) ============ */
.doc-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  align-items: center;
  margin-top: 18px;
  font-size: 13px;
  color: #e8f2ee;
}
.doc-meta .pill {
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  padding: 5px 14px;
  font-weight: 700;
  font-size: 12px;
}
.page-hero-soft .doc-meta { color: #47584f; }
.page-hero-soft .doc-meta .pill { background: #ffffff; border-color: #d8e4dd; color: #2c4a3d; }
.doc-layout {
  display: grid;
  grid-template-columns: 250px minmax(0, 1fr);
  gap: 52px;
  align-items: start;
}
.doc-toc {
  position: sticky;
  top: 96px;
  display: grid;
  gap: 2px;
  padding: 18px 16px;
  background: #ffffff;
  border: 1px solid #e0e8e3;
  border-radius: 16px;
}
.doc-toc strong {
  font-family: inherit;
  font-size: 11px;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  color: #4b5d56;
  margin-bottom: 8px;
}
.doc-toc a {
  display: block;
  padding: 6px 10px;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 600;
  color: #47584f;
  text-decoration: none;
  border-left: 2px solid transparent;
}
.doc-toc a:hover { background: #f2f8f5; color: #1b7a5a; }
.doc-article { max-width: 780px; }
.doc-article h2 {
  font-family: "Manrope", system-ui, sans-serif;
  font-size: 24px;
  font-weight: 800;
  letter-spacing: -0.4px;
  color: #14261f;
  margin: 48px 0 14px;
  padding-top: 10px;
  scroll-margin-top: 96px;
}
.doc-article h2:first-child { margin-top: 0; }
.doc-article h3 {
  font-family: "Manrope", system-ui, sans-serif;
  font-size: 17px;
  font-weight: 800;
  color: #1d2f27;
  margin: 28px 0 10px;
  scroll-margin-top: 96px;
}
.doc-article p { font-size: 15px; line-height: 1.7; color: #3c4f46; margin: 0 0 14px; }
.doc-article ul, .doc-article ol { margin: 0 0 16px; padding-left: 22px; }
.doc-article li { font-size: 15px; line-height: 1.7; color: #3c4f46; margin-bottom: 8px; }
.doc-article li::marker { color: #1b7a5a; font-weight: 700; }
.doc-article a { color: #1b7a5a; font-weight: 600; }
.doc-article strong { color: #14261f; }
.doc-note {
  background: #f7faf8;
  border: 1px solid #dbe7df;
  border-radius: 14px;
  padding: 16px 18px;
  margin: 0 0 20px;
  font-size: 14px;
  line-height: 1.6;
  color: #3c4f46;
}
.doc-note b { color: #14261f; }
.doc-note.review {
  background: #fdf3e4;
  border-color: #ecd9b8;
}
.doc-note.review b { color: #8a5a16; }
.doc-article details {
  border: 1px solid #e0e8e3;
  border-radius: 12px;
  padding: 14px 16px;
  margin: 0 0 14px;
  background: #fff;
}
.doc-article details summary {
  cursor: pointer;
  font-weight: 700;
  color: #1d2f27;
  font-size: 14px;
}
.doc-article details p { margin: 10px 0 0; font-size: 14px; }

/* ============ Help Center ============ */
.help-search-wrap { max-width: 720px; margin: 26px auto 0; }
.help-search {
  display: flex;
  align-items: center;
  gap: 12px;
  background: #fff;
  border: 1px solid #d8e4dd;
  border-radius: 16px;
  padding: 16px 20px;
  box-shadow: 0 10px 30px rgba(14, 61, 46, 0.08);
}
.help-search:focus-within { border-color: #1b7a5a; box-shadow: 0 0 0 4px rgba(27, 122, 90, 0.12); }
.help-search span { font-size: 18px; color: #1b7a5a; flex-shrink: 0; }
.help-search input {
  flex: 1;
  border: 0;
  outline: 0;
  background: transparent;
  font: 500 16px "DM Sans", system-ui, sans-serif;
  color: #17251f;
  min-width: 0;
}
.help-search input::placeholder { color: #4b5d56; }
.help-search kbd {
  border: 1px solid #dbe7df;
  background: #f5f7f5;
  color: #44564f;
  border-radius: 6px;
  padding: 2px 8px;
  font: 700 11px "DM Sans", system-ui, sans-serif;
}
.help-cats { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.help-cat {
  background: #fff;
  border: 1px solid #e0e8e3;
  border-radius: 16px;
  padding: 22px;
  display: grid;
  gap: 6px;
  align-content: start;
  transition: border-color 0.15s ease, box-shadow 0.15s ease, transform 0.15s ease;
}
.help-cat:hover { border-color: #b3d4c4; box-shadow: 0 12px 30px rgba(14, 61, 46, 0.08); transform: translateY(-2px); }
.help-cat .help-cat-icon {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  background: #e9f6f0;
  color: #1b7a5a;
  display: grid;
  place-items: center;
  font-size: 19px;
  margin-bottom: 8px;
}
.help-cat h3 { font-family: "Manrope", system-ui, sans-serif; font-size: 16px; font-weight: 800; color: #14261f; margin: 0; }
.help-cat a {
  font-size: 13.5px;
  font-weight: 600;
  color: #47584f;
  text-decoration: none;
  padding: 3px 0;
  border-radius: 6px;
}
.help-cat a:hover { color: #1b7a5a; }
.help-results { display: grid; gap: 10px; margin-top: 22px; }
.help-result {
  background: #fff;
  border: 1px solid #e0e8e3;
  border-radius: 12px;
  padding: 14px 18px;
  display: grid;
  gap: 3px;
}
.help-result:hover { border-color: #b3d4c4; }
.help-result small { color: #4b5d56; font-weight: 700; font-size: 11px; letter-spacing: 0.6px; text-transform: uppercase; }
.help-result a { font-size: 15px; font-weight: 700; color: #14261f; text-decoration: none; }
.help-result a:hover { color: #1b7a5a; }
.help-result p { margin: 0; font-size: 13px; color: #475951; line-height: 1.5; }
.help-article-head { max-width: 780px; }
.help-article-head .crumbs { margin-bottom: 16px; }
.help-article-head .page-hero-lead,
#help-article-summary { color: var(--lv-green-800); }
.crumbs { font-size: 13px; font-weight: 600; color: #44564f; }
.crumbs a { color: #44564f; text-decoration: none; }
.crumbs a:hover { color: #1b7a5a; }
.crumbs span { color: #52645b; margin: 0 7px; }
.page-hero .crumbs,
.page-hero .crumbs a {
  color: #e1f0ec;
}
.page-hero .crumbs a:hover {
  color: #ffffff;
}
.page-hero .crumbs span {
  color: #bdebdc;
}
.help-related {
  margin-top: 40px;
  padding-top: 24px;
  border-top: 1px solid #e0e8e3;
  display: grid;
  gap: 8px;
}
.help-related a { font-size: 14px; font-weight: 700; color: #1b7a5a; text-decoration: none; }
.help-related a:hover { text-decoration: underline; }
.help-empty { text-align: center; padding: 40px 20px; color: #47584f; }
.help-empty b { display: block; font-size: 17px; color: #14261f; margin-bottom: 6px; }

/* Cookie preferences panel */
.cookie-panel {
  background: #fff;
  border: 1px solid #e0e8e3;
  border-radius: 16px;
  padding: 24px;
  max-width: 640px;
  box-shadow: 0 12px 30px rgba(14, 61, 46, 0.07);
}
.cookie-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  padding: 14px 0;
  border-bottom: 1px solid #eef2ee;
}
.cookie-row:last-of-type { border-bottom: 0; }
.cookie-row b { display: block; font-size: 14px; color: #14261f; }
.cookie-row small { display: block; font-size: 12.5px; color: #475951; margin-top: 2px; }
.cookie-toggle {
  border: 1px solid #dbe7df;
  background: #f5f7f5;
  color: #44564f;
  border-radius: 999px;
  padding: 6px 16px;
  font: 800 11.5px "DM Sans", system-ui, sans-serif;
  letter-spacing: 0.4px;
  white-space: nowrap;
}
.cookie-toggle.on { background: #e9f6f0; color: #1b7a5a; border-color: #b3d4c4; }

@media (max-width: 980px) {
  .doc-layout { grid-template-columns: 1fr; gap: 24px; }
  .doc-toc { position: static; }
  .help-cats { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 580px) {
  .help-cats { grid-template-columns: 1fr; }
  .help-search { padding: 13px 16px; }
  .help-search input { font-size: 15px; }
  .doc-article h2 { font-size: 21px; }
}

/* ============ FAQ page ============ */
.faq-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 14px;
}
.faq-chip {
  background: rgba(255, 255, 255, 0.85);
  border: 1px solid #d8e4dd;
  color: #2c4a3d;
  border-radius: 999px;
  padding: 7px 15px;
  font-size: 12.5px;
  font-weight: 700;
  text-decoration: none;
  transition: border-color 0.15s ease, background 0.15s ease, color 0.15s ease;
}
.faq-chip:hover { border-color: #1b7a5a; color: #1b7a5a; background: #fff; }
.faq-section { margin-bottom: 44px; scroll-margin-top: 90px; }
.faq-section-head {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 18px;
}
.faq-section-icon {
  width: 44px;
  height: 44px;
  border-radius: 13px;
  background: #e9f6f0;
  color: #1b7a5a;
  display: grid;
  place-items: center;
  font-size: 19px;
  flex-shrink: 0;
}
.faq-section-head .kicker { margin-bottom: 2px; }
.faq-section-head h2 {
  font-family: "Manrope", system-ui, sans-serif;
  font-size: 21px;
  font-weight: 800;
  letter-spacing: -0.3px;
  color: #14261f;
  margin: 0;
}
.faq-item {
  background: #fff;
  border: 1px solid #e0e8e3;
  border-radius: 14px;
  overflow: hidden;
  transition: border-color 0.15s ease;
}
.faq-item + .faq-item { margin-top: 10px; }
.faq-item:hover { border-color: #b3d4c4; }
.faq-item[open] { border-color: #b3d4c4; box-shadow: 0 6px 18px rgba(14, 61, 46, 0.06); }
.faq-item summary {
  list-style: none;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  padding: 16px 20px;
  font-family: "Manrope", system-ui, sans-serif;
  font-size: 15px;
  font-weight: 700;
  color: #14261f;
  line-height: 1.45;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary:focus-visible {
  outline: 2px solid #1b7a5a;
  outline-offset: -2px;
  border-radius: 14px;
}
.faq-item .faq-chevron {
  color: #1b7a5a;
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
  flex-shrink: 0;
  transition: transform 0.18s ease;
}
.faq-item[open] .faq-chevron { transform: rotate(45deg); }
.faq-item[open] summary { border-bottom: 1px solid #eef2ee; }
.faq-item .faq-body { padding: 14px 20px 18px; }
.faq-item .faq-body p {
  margin: 0;
  font-size: 14.5px;
  line-height: 1.65;
  color: #3c4f46;
}
.faq-item .faq-body a { color: #1b7a5a; font-weight: 600; }

@media (max-width: 580px) {
  .faq-item summary { padding: 14px 16px; font-size: 14px; }
  .faq-item .faq-body { padding: 12px 16px 16px; }
  .faq-section-head h2 { font-size: 19px; }
}
