/* Reset */
*{
  box-sizing:border-box;
  margin:0;
  padding:0;
}

body{
  font-family:Inter, sans-serif;
  color:#1e1e1e;
  background:#f6f5f2;
}

.site-header{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:1rem;
  padding:16px 8%;
  background:#ffffff;
  border-bottom:1px solid rgba(0,0,0,.08);
}

.brand{
  font-family:'Playfair Display', serif;
  font-size:28px;
  color:#1e1e1e;
  text-decoration:none;
}

.main-nav{
  display:flex;
  gap:24px;
}

.menu-toggle{
  display:none;
  border:0;
  background:transparent;
  color:#1e1e1e;
  font-size:28px;
  line-height:1;
  cursor:pointer;
}

.main-nav a{
  color:#1e1e1e;
  text-decoration:none;
  font-weight:500;
}

.main-nav a:hover{
  color:#c9a24d;
}

.header-cta{
  background:#c9a24d;
  color:white;
  padding:10px 18px;
  border-radius:10px;
  text-decoration:none;
  font-weight:600;
}

/* ===== Cards Section ===== */
.property-tools{
  display:flex;
  gap:12px;
  padding:0 60px;
  margin-top:20px;
}

#property-search,
#property-location{
  border:1px solid rgba(0,0,0,.15);
  background:white;
  border-radius:10px;
  padding:10px 12px;
  font-family:Inter, sans-serif;
  font-size:15px;
}

#property-search{
  flex:1;
}

.cards{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(280px,1fr));
  gap:24px;
  padding:60px;
}

.card{
  position:relative;
  background:white;
  border-radius:14px;
  overflow:hidden;
  box-shadow:0 10px 30px rgba(0,0,0,.08);
}
.card::after{
  content:attr(data-status);
  position:absolute;
  top:14px;
  right:14px;
  padding:6px 12px;
  border-radius:999px;
  font-size:.72rem;
  letter-spacing:.06em;
  text-transform:uppercase;
  font-weight:600;
  background:rgba(15,15,20,.88);
  color:#f6e27f;
  border:1px solid rgba(212,175,55,.45);
  box-shadow:0 6px 16px rgba(0,0,0,.22);
  opacity:0;
  transform:translateY(-6px) scale(.96);
  transition:opacity .25s ease, transform .25s ease;
}
.card:hover::after{
  opacity:1;
  transform:translateY(0) scale(1);
  animation:comingSoonPulse 1.2s ease-in-out infinite;
}

.card-media{
  position:relative;
}

.card img{
  width:100%;
  height:200px;
  object-fit:cover;
}

.card h3{
  font-weight:600;
  padding:16px 16px 4px;
}

.card p{
  padding:0 16px 20px;
  color:#555;
}

.property-meta{
  padding:0 16px 10px;
  color:#8b8b95;
  font-size:.9rem;
}

.property-card{
  cursor:pointer;
}

.properties-actions{
  display:flex;
  justify-content:center;
  margin:-20px 0 20px;
}

.coming-soon-badge{
  position:absolute;
  top:14px;
  right:14px;
  padding:6px 12px;
  border-radius:999px;
  font-size:.72rem;
  letter-spacing:.06em;
  text-transform:uppercase;
  font-weight:600;
  background:rgba(15,15,20,.88);
  color:#f6e27f;
  border:1px solid rgba(212,175,55,.45);
  box-shadow:0 6px 16px rgba(0,0,0,.22);
  animation:badgePulse 2.6s ease-in-out infinite;
}

.early-access-btn{
  display:inline-block;
  margin:0 16px 20px;
  padding:8px 14px;
  border:1px solid rgba(15,15,20,.2);
  border-radius:999px;
  color:#1e1e1e;
  background:rgba(201,162,77,.08);
  text-decoration:none;
  font-size:.85rem;
  font-weight:500;
  transition:background .25s ease, border-color .25s ease, transform .25s ease;
}

.early-access-btn:hover{
  background:rgba(201,162,77,.16);
  border-color:rgba(201,162,77,.55);
  transform:translateY(-1px);
}

@keyframes badgePulse{
  0%, 100%{
    transform:scale(1);
    box-shadow:0 6px 16px rgba(0,0,0,.22);
  }
  50%{
    transform:scale(1.04);
    box-shadow:0 8px 22px rgba(0,0,0,.26);
  }
}
@keyframes comingSoonPulse{
  0%,100%{transform:translateY(0) scale(1)}
  50%{transform:translateY(0) scale(1.06)}
}

/* ===== How Section ===== */
.how{
  text-align:center;
  padding:60px 20px 80px;
}

.how h2{
  font-family:'Playfair Display', serif;
  font-size:36px;
  margin-bottom:32px;
}

.steps{
  display:flex;
  justify-content:center;
  gap:60px;
  font-size:18px;
}

.steps span{
  display:block;
  font-size:32px;
  margin-bottom:10px;
}

/* ===== Premium Access ===== */
.premium-access{
  padding:20px 60px 60px;
  text-align:center;
}

.premium-access h2{
  font-family:'Playfair Display', serif;
  font-size:36px;
  margin-bottom:10px;
}

.premium-access > p{
  color:#666;
  margin-bottom:24px;
}

.auth-panel{
  max-width:740px;
  margin:0 auto;
  background:white;
  border-radius:14px;
  padding:22px;
  box-shadow:0 10px 30px rgba(0,0,0,.08);
}

.auth-panel input{
  width:100%;
  border:1px solid rgba(0,0,0,.15);
  border-radius:10px;
  padding:12px;
  font-family:Inter, sans-serif;
  margin-bottom:10px;
}

.auth-actions{
  display:flex;
  gap:10px;
  justify-content:center;
  flex-wrap:wrap;
  margin-top:8px;
}

.cta.ghost{
  background:white;
  color:#1e1e1e;
  border:1px solid rgba(0,0,0,.15);
}

.auth-status{
  margin-top:14px;
  color:#666;
  font-size:.95rem;
}

.premium-locked,
.premium-content{
  max-width:740px;
  margin:16px auto 0;
  border-radius:14px;
  padding:20px;
}

.premium-locked{
  background:#fff5dd;
  color:#6f5717;
  border:1px solid #f1d48a;
}

.premium-content{
  background:white;
  box-shadow:0 10px 30px rgba(0,0,0,.08);
  text-align:left;
}

.premium-content h3{
  font-family:'Playfair Display', serif;
  margin-bottom:10px;
}

.premium-content ul{
  padding-left:18px;
  color:#555;
}

.premium-content li + li{
  margin-top:8px;
}

/* ===== Pricing Section ===== */
.pricing{
  padding:80px 60px;
  text-align:center;
}

.pricing h2{
  font-family:'Playfair Display', serif;
  font-size:42px;
  margin-bottom:12px;
}

.pricing p{
  color:#666;
  margin-bottom:40px;
}

/* Pricing Grid */
.pricing-grid{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(240px,1fr));
  gap:24px;
  margin-bottom:60px;
}

/* Tier Buttons */
.price-card{
  border:0;
  width:100%;
  cursor:pointer;
  text-align:left;
  background:white;
  border-radius:16px;
  padding:28px;
  color:#1e1e1e;
  box-shadow:0 10px 30px rgba(0,0,0,.08);
  transition:transform .25s ease, box-shadow .25s ease;
}

.price-card:hover{
  transform:translateY(-8px);
  box-shadow:0 18px 40px rgba(0,0,0,.12);
}

.price-card h3{
  font-family:'Playfair Display', serif;
  font-size:22px;
  margin-bottom:8px;
}

.price{
  font-size:28px;
  font-weight:700;
  color:#c9a24d;
  margin-bottom:6px;
}

.price-card span{
  color:#666;
}

.price-card *{
  pointer-events:none;
}

/* ===== Investor Box ===== */
.investor-box{
  background:white;
  border-radius:18px;
  padding:40px;
  max-width:650px;
  margin:0 auto;
  box-shadow:0 12px 35px rgba(0,0,0,.1);
}

.investor-box h3{
  font-family:'Playfair Display', serif;
  font-size:28px;
  margin-bottom:12px;
}

.investor-box p{
  color:#555;
  margin-bottom:16px;
}

/* CTA Button */
.cta{
  display:inline-block;
  background:#c9a24d;
  color:white;
  padding:14px 30px;
  border-radius:10px;
  text-decoration:none;
  font-weight:600;
  border:0;
  cursor:pointer;
  transition:background .3s ease;
}

.cta:hover{
  background:#b8923f;
}

/* Investor note */
.investor-note{
  margin-top:16px;
  color:#777;
  font-size:.95rem;
  opacity:.9;
}

.property-modal{
  position:fixed;
  inset:0;
  background:rgba(11,11,16,.62);
  display:none;
  align-items:center;
  justify-content:center;
  padding:20px;
  z-index:1000;
}

.property-modal.open{
  display:flex;
}

.property-modal-content{
  width:min(640px, 100%);
  background:white;
  border-radius:16px;
  overflow:hidden;
  box-shadow:0 18px 40px rgba(0,0,0,.2);
  position:relative;
}

.property-modal-content img{
  width:100%;
  height:280px;
  object-fit:cover;
}

.property-modal-content h3{
  padding:18px 18px 6px;
  font-size:1.4rem;
}

.property-modal-content .property-meta{
  padding:0 18px 8px;
}

.property-modal-content p{
  padding:0 18px 20px;
}

.modal-close{
  position:absolute;
  top:10px;
  right:10px;
  width:36px;
  height:36px;
  border:0;
  border-radius:999px;
  cursor:pointer;
  font-size:24px;
  line-height:1;
  background:rgba(255,255,255,.92);
}

/* ===== Footer ===== */
.footer{
  background:#0b0b10;
  padding:3rem 8%;
  color:#b4b4be;
  margin-top:80px;
}

.footer-content{
  display:flex;
  justify-content:space-between;
  flex-wrap:wrap;
  gap:2rem;
  margin-bottom:2rem;
}

.footer-content > div{
  flex:1;
  min-width:220px;
}

.footer h4{
  font-family:'Playfair Display', serif;
  margin-bottom:.5rem;
  color:#ffffff;
}

.footer p{
  margin:.3rem 0;
}

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

.footer a:hover{
  text-decoration:underline;
}

.footer .copyright{
  text-align:center;
  font-size:.9rem;
  opacity:.6;
}

/* ===== Responsive ===== */
@media (max-width:768px){
  .site-header{
    position:relative;
    flex-wrap:wrap;
    padding:14px 6%;
  }

  .menu-toggle{
    display:block;
    margin-left:auto;
  }

  .header-cta{
    display:none;
  }

  .main-nav{
    display:none;
    width:100%;
    flex-direction:column;
    gap:12px;
    padding-top:12px;
  }

  .main-nav.open{
    display:flex;
  }

  .steps{
    flex-direction:column;
    gap:30px;
  }

  .pricing{
    padding:60px 20px;
  }

  .cards{
    padding:40px 20px;
  }

  .property-tools{
    flex-direction:column;
    padding:0 20px;
  }

  .premium-access{
    padding:20px 20px 50px;
  }
}
.footer {
  background: #0f0f14;
  padding: 3rem 2rem 1.5rem;
  color: #b4b4be;
}

.footer-content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 2rem;
  max-width: 1200px;
  margin: auto;
}

.footer h3 {
  font-family: 'Playfair Display', serif;
  color: #ffffff;
}

.footer h4 {
  color: #ffffff;
  margin-bottom: 0.5rem;
}

.footer a {
  color: #d4af37; /* gold accent */
  text-decoration: none;
  transition: opacity 0.3s ease;
}

.footer a:hover {
  opacity: 0.7;
}

.social-links {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}

.copyright {
  text-align: center;
  margin-top: 2rem;
  font-size: 0.85rem;
  color: #777;
}