@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,300;0,9..40,400;0,9..40,500;0,9..40,600;0,9..40,700;1,9..40,400&display=swap');

:root {
  --brand: #1B6B4A;
  --brand-hover: #145538;
  --brand-light: #E8F5EE;
  --brand-mid: #2D9B6C;
  --gold: #B8962E;
  --gold-bg: #FBF5E0;
  --bg: #FFFFFF;
  --bg-warm: #F7F7F5;
  --text: #222222;
  --text-soft: #717171;
  --text-light: #B0B0B0;
  --border: #DDDDDD;
  --shadow-sm: 0 1px 2px rgba(0,0,0,0.08);
  --shadow: 0 2px 12px rgba(0,0,0,0.1);
  --shadow-hover: 0 8px 28px rgba(0,0,0,0.14);
  --radius-sm: 8px;
  --radius: 12px;
  --radius-lg: 16px;
  --radius-full: 9999px;
  --transition: 0.2s ease;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { font-family: 'DM Sans', -apple-system, sans-serif; color: var(--text); background: var(--bg); -webkit-font-smoothing: antialiased; line-height: 1.5; }
a { text-decoration: none; color: inherit; }
button { font-family: inherit; cursor: pointer; border: none; background: none; }
img { display: block; width: 100%; object-fit: cover; }

/* ── LAYOUT ── */
.container { max-width: 1280px; margin: 0 auto; padding: 0 24px; }

/* ── NAV ── */
.nav {
  position: sticky; top: 0; z-index: 1000;
  background: white; border-bottom: 1px solid var(--border);
}
.nav-inner {
  display: flex; align-items: center; justify-content: space-between;
  height: 80px; max-width: 1280px; margin: 0 auto; padding: 0 24px; gap: 16px;
}
.nav-logo {
  display: flex; align-items: center; gap: 10px; flex-shrink: 0; text-decoration: none;
}
.nav-logo-icon {
  width: 38px; height: 38px; background: var(--brand); border-radius: 10px;
  display: flex; align-items: center; justify-content: center; flex-shrink: 0;
}
.nav-logo-text { font-size: 1.2rem; font-weight: 700; color: var(--brand); letter-spacing: -0.02em; }

.nav-pill {
  display: flex; align-items: center; gap: 0;
  border: 1px solid var(--border); border-radius: var(--radius-full);
  box-shadow: var(--shadow-sm); cursor: pointer;
  transition: box-shadow var(--transition); overflow: hidden; background: white;
}
.nav-pill:hover { box-shadow: var(--shadow); }
.nav-pill-seg {
  padding: 10px 16px; font-size: 0.875rem; font-weight: 500;
  white-space: nowrap; color: var(--text);
}
.nav-pill-divider { width: 1px; height: 24px; background: var(--border); flex-shrink: 0; }
.nav-pill-search {
  background: var(--brand); color: white; width: 34px; height: 34px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center; margin: 4px; flex-shrink: 0;
  transition: background var(--transition);
}
.nav-pill:hover .nav-pill-search { background: var(--brand-hover); }

.nav-actions { display: flex; align-items: center; gap: 4px; flex-shrink: 0; }
.nav-host-btn {
  padding: 10px 14px; border-radius: var(--radius-full);
  font-size: 0.875rem; font-weight: 500; color: var(--text);
  transition: background var(--transition); white-space: nowrap;
}
.nav-host-btn:hover { background: var(--bg-warm); }
.nav-menu-btn {
  display: flex; align-items: center; gap: 10px;
  border: 1px solid var(--border); border-radius: var(--radius-full);
  padding: 6px 8px 6px 14px; background: white;
  transition: box-shadow var(--transition);
}
.nav-menu-btn:hover { box-shadow: var(--shadow); }
.nav-avatar {
  width: 30px; height: 30px; background: var(--text); border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
}

/* ── HERO ── */
.hero {
  padding: 56px 24px 48px;
  background: linear-gradient(160deg, #f0faf5 0%, #ffffff 50%, #fdfcf7 100%);
  text-align: center;
}
.hero-eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  background: var(--brand-light); color: var(--brand);
  padding: 6px 14px; border-radius: var(--radius-full);
  font-size: 0.8rem; font-weight: 600; margin-bottom: 20px;
  letter-spacing: 0.02em; text-transform: uppercase;
}
.hero h1 {
  font-size: clamp(2rem, 4vw, 3.2rem); font-weight: 700;
  line-height: 1.15; color: var(--text); margin-bottom: 12px; letter-spacing: -0.03em;
}
.hero h1 span { color: var(--brand); }
.hero-sub {
  color: var(--text-soft); font-size: 1.1rem; max-width: 520px;
  margin: 0 auto 36px;
}

/* ── SEARCH FORM ── */
.search-form {
  background: white; border: 1px solid var(--border);
  border-radius: var(--radius-full); box-shadow: var(--shadow-hover);
  display: flex; align-items: center;
  max-width: 860px; margin: 0 auto; overflow: hidden;
}
.search-field {
  flex: 1; padding: 14px 20px; text-align: left; cursor: pointer;
  transition: background var(--transition); position: relative; min-width: 0;
}
.search-field:hover { background: var(--bg-warm); }
.search-field label {
  display: block; font-size: 0.72rem; font-weight: 700;
  letter-spacing: 0.04em; text-transform: uppercase; margin-bottom: 3px;
  cursor: pointer; color: var(--text);
}
.search-field input {
  border: none; outline: none; font-family: inherit;
  font-size: 0.9rem; color: var(--text-soft); background: transparent;
  width: 100%; font-weight: 400;
}
.search-field input::placeholder { color: var(--text-light); }
.search-divider { width: 1px; height: 36px; background: var(--border); flex-shrink: 0; }
.search-submit {
  background: var(--brand); color: white;
  border-radius: var(--radius-full); margin: 8px;
  padding: 14px 24px; font-size: 0.95rem; font-weight: 600;
  display: flex; align-items: center; gap: 8px;
  transition: background var(--transition), transform var(--transition);
  flex-shrink: 0;
}
.search-submit:hover { background: var(--brand-hover); transform: scale(1.02); }

/* ── FILTER BAR ── */
.filter-bar {
  border-bottom: 1px solid var(--border);
  position: sticky; top: 80px; z-index: 900; background: white;
}
.filter-bar-inner {
  display: flex; align-items: center; gap: 8px;
  max-width: 1280px; margin: 0 auto; padding: 0 24px;
  overflow-x: auto; scrollbar-width: none; height: 64px;
}
.filter-bar-inner::-webkit-scrollbar { display: none; }
.filter-chip {
  display: flex; align-items: center; gap: 7px;
  padding: 9px 16px; border-radius: var(--radius-full);
  border: 1px solid var(--border); background: white;
  font-size: 0.875rem; font-weight: 500; white-space: nowrap;
  color: var(--text-soft); transition: all var(--transition); flex-shrink: 0;
}
.filter-chip:hover { border-color: var(--text); color: var(--text); }
.filter-chip.active {
  background: var(--text); color: white; border-color: var(--text);
}
.filter-chip span { font-size: 1rem; }

/* ── SECTION HEADER ── */
.section-header { margin-bottom: 28px; }
.section-header h2 { font-size: 1.6rem; font-weight: 700; letter-spacing: -0.02em; }
.section-header p { color: var(--text-soft); margin-top: 6px; font-size: 0.95rem; }

/* ── PROPERTY GRID ── */
.properties-section { padding: 40px 0 60px; }
.properties-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 28px;
}

/* ── PROPERTY CARD ── */
.prop-card { text-decoration: none; color: inherit; display: block; }
.prop-card-img-wrap {
  position: relative; border-radius: var(--radius-lg);
  overflow: hidden; aspect-ratio: 4/3; background: #eee;
  margin-bottom: 12px;
}
.prop-card-img-wrap img {
  width: 100%; height: 100%; object-fit: cover;
  transition: transform 0.4s ease;
}
.prop-card:hover .prop-card-img-wrap img { transform: scale(1.04); }
.prop-card-heart {
  position: absolute; top: 12px; right: 12px;
  width: 32px; height: 32px; border-radius: 50%;
  background: rgba(255,255,255,0.9); backdrop-filter: blur(4px);
  display: flex; align-items: center; justify-content: center;
  cursor: pointer; border: none; transition: transform var(--transition);
  box-shadow: var(--shadow-sm);
}
.prop-card-heart:hover { transform: scale(1.1); }
.prop-card-badge {
  position: absolute; top: 12px; left: 12px;
  background: white; color: var(--brand);
  padding: 4px 10px; border-radius: var(--radius-full);
  font-size: 0.75rem; font-weight: 700; box-shadow: var(--shadow-sm);
  display: flex; align-items: center; gap: 5px;
}
.prop-card-info { padding: 0 2px; }
.prop-card-row1 {
  display: flex; justify-content: space-between; align-items: flex-start;
  margin-bottom: 2px;
}
.prop-card-location {
  font-weight: 600; font-size: 0.95rem;
  overflow: hidden; text-overflow: ellipsis; white-space: nowrap; flex: 1;
}
.prop-card-rating {
  display: flex; align-items: center; gap: 4px;
  font-size: 0.875rem; font-weight: 500; flex-shrink: 0; margin-left: 8px;
}
.prop-card-type { color: var(--text-soft); font-size: 0.875rem; margin-bottom: 4px; }
.prop-card-amenities {
  display: flex; flex-wrap: wrap; gap: 5px; margin: 8px 0;
}
.amenity-pill {
  display: flex; align-items: center; gap: 4px;
  background: var(--brand-light); color: var(--brand);
  padding: 3px 9px; border-radius: var(--radius-full);
  font-size: 0.75rem; font-weight: 500;
}
.prop-card-price { font-size: 0.95rem; margin-top: 6px; }
.prop-card-price strong { font-weight: 700; }
.prop-card-price span { color: var(--text-soft); font-weight: 400; }

/* ── CITIES SECTION ── */
.cities-section { padding: 40px 0 60px; background: var(--bg-warm); }
.cities-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 16px;
}
.city-card {
  position: relative; border-radius: var(--radius-lg); overflow: hidden;
  aspect-ratio: 3/4; cursor: pointer; display: block; text-decoration: none;
}
.city-card img {
  width: 100%; height: 100%; object-fit: cover;
  transition: transform 0.4s ease;
}
.city-card:hover img { transform: scale(1.06); }
.city-card-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0) 60%);
}
.city-card-info {
  position: absolute; bottom: 0; left: 0; right: 0; padding: 20px 18px;
}
.city-card-name { color: white; font-size: 1.2rem; font-weight: 700; }
.city-card-count { color: rgba(255,255,255,0.8); font-size: 0.85rem; margin-top: 2px; }

/* ── HOST CTA SECTION ── */
.host-cta {
  padding: 80px 24px;
  background: var(--brand);
  display: flex; align-items: center; justify-content: center;
}
.host-cta-inner {
  max-width: 1280px; width: 100%; margin: 0 auto;
  display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center;
}
.host-cta-text h2 {
  font-size: clamp(1.8rem, 3vw, 2.6rem); font-weight: 700;
  color: white; line-height: 1.2; margin-bottom: 16px; letter-spacing: -0.02em;
}
.host-cta-text p { color: rgba(255,255,255,0.8); font-size: 1.05rem; margin-bottom: 28px; line-height: 1.6; }
.host-cta-perks { list-style: none; margin-bottom: 32px; display: flex; flex-direction: column; gap: 10px; }
.host-cta-perks li {
  display: flex; align-items: center; gap: 10px;
  color: rgba(255,255,255,0.9); font-size: 0.95rem;
}
.host-cta-perks li::before {
  content: '✓'; width: 20px; height: 20px; border-radius: 50%;
  background: rgba(255,255,255,0.2); display: flex; align-items: center;
  justify-content: center; font-size: 0.75rem; font-weight: 700;
  flex-shrink: 0; text-align: center; line-height: 20px;
}
.btn-white {
  display: inline-flex; align-items: center; gap: 8px;
  background: white; color: var(--brand); padding: 14px 28px;
  border-radius: var(--radius-full); font-weight: 700; font-size: 1rem;
  transition: all var(--transition);
}
.btn-white:hover { background: var(--bg-warm); transform: translateY(-2px); box-shadow: var(--shadow-hover); }
.host-cta-cards {
  display: grid; grid-template-columns: 1fr 1fr; gap: 16px;
}
.host-cta-card {
  background: rgba(255,255,255,0.12); border-radius: var(--radius);
  padding: 20px; backdrop-filter: blur(10px);
  border: 1px solid rgba(255,255,255,0.2);
}
.host-cta-card-icon { font-size: 1.5rem; margin-bottom: 10px; }
.host-cta-card h4 { color: white; font-size: 0.95rem; font-weight: 600; margin-bottom: 4px; }
.host-cta-card p { color: rgba(255,255,255,0.7); font-size: 0.82rem; line-height: 1.4; }
.spots-counter {
  display: inline-flex; align-items: center; gap: 8px;
  background: var(--gold-bg); color: var(--gold);
  padding: 8px 16px; border-radius: var(--radius-full);
  font-size: 0.85rem; font-weight: 600; margin-bottom: 20px;
}

/* ── FOOTER ── */
footer {
  background: var(--text); color: rgba(255,255,255,0.7);
  padding: 48px 24px; font-size: 0.875rem;
}
.footer-inner {
  max-width: 1280px; margin: 0 auto;
  display: flex; justify-content: space-between; align-items: center;
  flex-wrap: wrap; gap: 20px;
}
.footer-logo { font-weight: 700; color: white; font-size: 1rem; }
.footer-links { display: flex; gap: 24px; flex-wrap: wrap; }
.footer-links a { color: rgba(255,255,255,0.6); transition: color var(--transition); }
.footer-links a:hover { color: white; }

/* ── UTILITIES ── */
.badge-verified {
  display: inline-flex; align-items: center; gap: 5px;
  background: var(--gold-bg); color: var(--gold);
  padding: 4px 10px; border-radius: var(--radius-full);
  font-size: 0.75rem; font-weight: 600;
}
.section-pad { padding: 60px 0; }
.text-muted { color: var(--text-soft); }
.btn-brand {
  display: inline-flex; align-items: center; gap: 8px;
  background: var(--brand); color: white; padding: 13px 24px;
  border-radius: var(--radius-full); font-weight: 600; font-size: 0.95rem;
  transition: all var(--transition);
}
.btn-brand:hover { background: var(--brand-hover); transform: translateY(-1px); }
.btn-outline {
  display: inline-flex; align-items: center; gap: 8px;
  border: 2px solid var(--brand); color: var(--brand); padding: 11px 24px;
  border-radius: var(--radius-full); font-weight: 600; font-size: 0.95rem;
  transition: all var(--transition);
}
.btn-outline:hover { background: var(--brand-light); }

/* ── RESPONSIVE ── */
@media (max-width: 900px) {
  .host-cta-inner { grid-template-columns: 1fr; }
  .host-cta-cards { display: none; }
  .search-form { flex-direction: column; border-radius: var(--radius-lg); }
  .search-field { width: 100%; border-bottom: 1px solid var(--border); }
  .search-divider { display: none; }
  .search-submit { width: calc(100% - 16px); justify-content: center; }
  .nav-pill { display: none; }
}
@media (max-width: 600px) {
  .nav-logo-text { display: none; }
  .hero { padding: 40px 16px 36px; }
  .cities-grid { grid-template-columns: 1fr 1fr; }
  .properties-grid { grid-template-columns: 1fr; }
}

/* ── BETA BANNER ── */
.beta-banner {
  background: linear-gradient(90deg, #B8962E, #D4A83E);
  color: white;
  text-align: center;
  padding: 10px 24px;
  font-size: 0.85rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  position: relative;
  z-index: 1000;
}
.beta-banner a {
  color: white;
  text-decoration: underline;
  text-underline-offset: 3px;
  background: rgba(0,0,0,0.1);
  padding: 4px 10px;
  border-radius: 4px;
  transition: background 0.2s;
}
.beta-banner a:hover {
  background: rgba(0,0,0,0.2);
}
.beta-tag {
  background: white;
  color: #B8962E;
  padding: 2px 8px;
  border-radius: 4px;
  font-size: 0.7rem;
  text-transform: uppercase;
}
