/* ============================================
   LANDSCAPING PAGE — STYLES
   ============================================ */

.land-hero {
  background: linear-gradient(135deg, #052005 0%, #0f3d0f 55%, #1a6b1a 100%);
  padding: 80px 0 72px;
  position: relative;
  overflow: hidden;
}
.land-hero::before {
  content: '';
  position: absolute;
  top: -100px; right: -100px;
  width: 600px; height: 600px;
  background: radial-gradient(circle, rgba(74,222,128,0.1) 0%, transparent 65%);
  pointer-events: none;
}
.land-hero-inner {
  display: grid;
  grid-template-columns: 1fr 420px;
  gap: 64px;
  align-items: center;
}
.land-badge {
  display: inline-block;
  background: rgba(74,222,128,0.18);
  color: #86efac;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 6px 16px;
  border-radius: 100px;
  margin-bottom: 20px;
  border: 1px solid rgba(74,222,128,0.35);
}
.land-hero h1 { color: #fff; margin-bottom: 18px; }
.land-sub {
  font-size: 1.1rem;
  color: rgba(255,255,255,0.8);
  max-width: 560px;
  line-height: 1.75;
  margin-bottom: 32px;
}
.land-sub strong { color: #fff; }

.land-hero-price {
  display: flex;
  align-items: center;
  gap: 24px;
  background: rgba(255,255,255,0.07);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 16px;
  padding: 20px 24px;
  margin-bottom: 32px;
}
.land-price-tag { display: flex; align-items: flex-start; gap: 2px; line-height: 1; }
.land-dollar { color: #86efac; font-size: 1.5rem; font-weight: 700; margin-top: 4px; }
.land-amount { color: #fff; font-size: 3.5rem; font-weight: 900; }
.land-per { color: rgba(255,255,255,0.6); font-size: 0.9rem; font-weight: 500; align-self: flex-end; margin-bottom: 6px; }
.land-price-notes { display: flex; flex-direction: column; gap: 6px; }
.land-note { color: rgba(255,255,255,0.85); font-size: 0.88rem; font-weight: 500; }

.land-hero-actions { display: flex; gap: 14px; flex-wrap: wrap; }
.land-hero-right { display: flex; flex-direction: column; gap: 20px; }

.land-call-card {
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 16px;
  overflow: hidden;
}
.land-call-header { display: flex; align-items: center; gap: 6px; padding: 10px 16px; background: rgba(0,0,0,0.2); }
.land-call-dot { width: 10px; height: 10px; border-radius: 50%; background: #ef4444; }
.land-call-dot-yellow { background: #eab308; }
.land-call-dot-green  { background: #22c55e; }
.land-call-body { display: flex; align-items: center; gap: 14px; padding: 16px; }
.land-call-icon { font-size: 2rem; }
.land-call-info { flex: 1; }
.land-call-name { color: #fff; font-weight: 700; font-size: 0.95rem; }
.land-call-detail { color: rgba(255,255,255,0.65); font-size: 0.82rem; margin: 2px 0; }
.land-call-location { color: rgba(255,255,255,0.5); font-size: 0.78rem; }
.land-call-cost { color: #86efac; font-size: 1.4rem; font-weight: 900; }
.land-call-footer { padding: 10px 16px; background: rgba(0,0,0,0.15); color: rgba(255,255,255,0.55); font-size: 0.8rem; border-top: 1px solid rgba(255,255,255,0.08); }
.land-call-footer strong { color: rgba(255,255,255,0.85); }

.land-stat-pills { display: flex; gap: 10px; flex-wrap: wrap; }
.land-pill {
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.14);
  color: rgba(255,255,255,0.85);
  padding: 8px 16px;
  border-radius: 100px;
  font-size: 0.82rem;
  font-weight: 600;
}

.land-steps { display: flex; flex-direction: column; gap: 0; max-width: 800px; margin: 0 auto; }
.land-step { display: flex; align-items: flex-start; gap: 24px; padding: 28px 0; }
.land-step-icon {
  font-size: 2.2rem;
  width: 64px; height: 64px;
  background: linear-gradient(135deg, #4ade80, #16a34a);
  border-radius: 16px;
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.land-step-content { flex: 1; }
.land-step-num { font-size: 0.75rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: #4ade80; margin-bottom: 4px; }
.land-step-content h3 { margin-bottom: 8px; }
.land-step-content p { color: var(--gray-600); }
.land-step-connector { width: 2px; height: 32px; background: linear-gradient(180deg, #4ade80, #16a34a); margin-left: 31px; opacity: 0.4; }

.land-cta {
  background: linear-gradient(135deg, #052005 0%, #0f3d0f 60%, #1a6b1a 100%);
  padding: 80px 0;
}
.land-cta-inner { display: grid; grid-template-columns: 1fr 340px; gap: 64px; align-items: center; }
.land-cta-content h2 { color: #fff; margin-bottom: 16px; }
.land-cta-content p { color: rgba(255,255,255,0.75); font-size: 1.05rem; margin-bottom: 32px; }
.land-cta-actions { display: flex; flex-direction: column; gap: 16px; }
.land-cta-reassurance { display: flex; gap: 20px; flex-wrap: wrap; }
.land-cta-reassurance span { color: rgba(255,255,255,0.8); font-size: 0.88rem; font-weight: 500; }

.land-cta-price-box { background: rgba(255,255,255,0.07); border: 1px solid rgba(255,255,255,0.15); border-radius: 20px; padding: 32px; text-align: center; }
.cta-land-price-label { color: rgba(255,255,255,0.6); font-size: 0.8rem; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; margin-bottom: 8px; }
.cta-land-price-main { color: #fff; font-size: 3.5rem; font-weight: 900; line-height: 1; margin-bottom: 4px; }
.cta-land-price-main span { font-size: 1.5rem; color: #86efac; }
.cta-land-price-compare { color: rgba(255,255,255,0.5); font-size: 0.82rem; margin-bottom: 20px; }
.cta-land-price-features { display: flex; flex-direction: column; gap: 8px; text-align: left; }
.cta-land-price-features div { color: rgba(255,255,255,0.8); font-size: 0.88rem; font-weight: 500; }

@media (max-width: 900px) {
  .land-hero-inner, .land-cta-inner { grid-template-columns: 1fr; }
  .land-hero-right { display: none; }
}
