/* =====================================================
   Sell Your Land — v2 conversion-optimized layout
   Adds: hero form, trust bar, what-buy grid, recent activity,
   proof strip, exit-intent modal
   ===================================================== */

/* HERO with FORM — two-column layout */
.land-hero-v2 {
  position: relative;
  padding: 160px 0 100px;
  background: var(--ink);
  color: var(--paper);
  overflow: hidden;
}
.land-hero-v2 .land-hero-bg {
  position: absolute; inset: 0;
  background: radial-gradient(1200px 600px at 20% 20%, rgba(201, 168, 106, 0.12), transparent 60%),
              radial-gradient(1000px 500px at 80% 80%, rgba(184, 150, 90, 0.08), transparent 60%);
  pointer-events: none;
}
.land-hero-v2-inner {
  position: relative;
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  gap: 80px;
  align-items: center;
}
.land-hero-v2-left { max-width: 620px; }
.land-hero-v2-title {
  font-family: var(--serif);
  font-size: clamp(2.4rem, 5.5vw, 4.2rem);
  font-weight: 400;
  line-height: 1.05;
  letter-spacing: -0.02em;
  margin: 18px 0 22px;
  color: var(--paper);
}
.land-hero-v2-title em {
  font-style: italic;
  color: var(--gold-warm);
  font-weight: 300;
}
.land-hero-v2-lede {
  font-size: 1.125rem;
  line-height: 1.55;
  color: rgba(246, 243, 237, 0.82);
  margin-bottom: 28px;
  max-width: 540px;
}
.land-hero-v2-checks {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px 24px;
}
.land-hero-v2-checks li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.95rem;
  color: rgba(246, 243, 237, 0.9);
}
.land-hero-v2-checks li svg {
  flex-shrink: 0;
  color: var(--gold-warm);
}

/* Hero form card */
.land-hero-v2-right {
  position: relative;
  z-index: 2;
}
.land-hero-form {
  background: var(--paper-soft);
  color: var(--ink);
  border-radius: 12px;
  padding: 36px 32px 28px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3), 0 8px 20px rgba(0, 0, 0, 0.15);
  border: 1px solid rgba(201, 168, 106, 0.2);
}
.land-hero-form-head { margin-bottom: 22px; text-align: left; }
.land-hero-form-head h2 {
  font-family: var(--serif);
  font-size: 1.6rem;
  font-weight: 500;
  color: var(--ink);
  margin-bottom: 6px;
  line-height: 1.2;
}
.land-hero-form-head p {
  font-size: 0.9rem;
  color: var(--muted);
  line-height: 1.4;
  margin: 0;
}
.land-hero-form-field {
  display: block;
  margin-bottom: 14px;
}
.land-hero-form-field span {
  display: block;
  font-size: 0.78rem;
  font-weight: 600;
  color: var(--ink-mid);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 6px;
}
.land-hero-form-field input {
  width: 100%;
  padding: 13px 14px;
  border: 1.5px solid var(--line-soft);
  border-radius: 6px;
  font-family: var(--sans);
  font-size: 1rem;
  color: var(--ink);
  background: var(--paper-soft);
  transition: border-color 0.2s, box-shadow 0.2s;
}
.land-hero-form-field input:focus {
  outline: none;
  border-color: var(--gold-warm);
  box-shadow: 0 0 0 3px rgba(201, 168, 106, 0.2);
}
.land-hero-form-btn {
  width: 100%;
  margin-top: 8px;
  padding: 14px 20px;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.02em;
}
.land-hero-form-fine {
  margin-top: 14px;
  font-size: 0.8rem;
  color: var(--muted);
  text-align: center;
  line-height: 1.4;
}
.land-hero-form-fine a {
  color: var(--gold-deep);
  text-decoration: underline;
  text-underline-offset: 2px;
}
.land-hero-form-fine a:hover { color: var(--ink); }

/* TRUST BAR */
.land-trust-bar {
  background: var(--paper-warm);
  padding: 26px 0;
  border-bottom: 1px solid var(--line-soft);
}
.land-trust-bar-inner {
  display: flex;
  align-items: center;
  justify-content: space-around;
  gap: 32px;
  flex-wrap: wrap;
}
.land-trust-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  text-align: center;
}
.land-trust-n {
  font-family: var(--serif);
  font-size: 2rem;
  font-weight: 500;
  color: var(--ink);
  line-height: 1;
}
.land-trust-l {
  font-size: 0.75rem;
  color: var(--muted);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 500;
}
.land-trust-license { min-width: 140px; }
.land-trust-badge {
  font-family: var(--serif);
  font-size: 0.95rem;
  font-weight: 500;
  color: var(--ink);
  line-height: 1.1;
}
.land-trust-lic {
  font-size: 0.72rem;
  color: var(--muted);
  letter-spacing: 0.12em;
  font-family: var(--sans);
  font-weight: 600;
  margin-top: 2px;
}
.land-trust-brokerage img {
  height: 42px;
  width: auto;
  opacity: 0.85;
}

/* WHAT I BUY grid */
.land-whatbuy .whatbuy-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 28px;
  margin-top: 48px;
}
.whatbuy-card {
  padding: 32px 28px;
  background: var(--paper-soft);
  border: 1px solid var(--line-soft);
  border-radius: 8px;
  transition: transform 0.3s var(--ease), border-color 0.3s;
}
.whatbuy-card:hover {
  transform: translateY(-4px);
  border-color: var(--gold-warm);
}
.whatbuy-card h3 {
  font-family: var(--serif);
  font-size: 1.25rem;
  font-weight: 500;
  color: var(--ink);
  margin-bottom: 10px;
  line-height: 1.25;
}
.whatbuy-card p {
  font-size: 0.95rem;
  color: var(--muted);
  line-height: 1.55;
}

/* RECENT ACTIVITY */
.land-recent { padding: var(--section-y) 0; }
.recent-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 24px;
  margin-top: 48px;
}
.recent-card {
  background: var(--paper-soft);
  border: 1px solid var(--line-soft);
  border-radius: 8px;
  overflow: hidden;
  transition: transform 0.3s var(--ease), box-shadow 0.3s;
}
.recent-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}
.recent-img {
  aspect-ratio: 4 / 3;
  background-size: cover;
  background-position: center;
  background-color: var(--paper-warm);
}
.recent-body { padding: 20px 22px 24px; }
.recent-body h3 {
  font-family: var(--serif);
  font-size: 1.15rem;
  font-weight: 500;
  color: var(--ink);
  margin-bottom: 4px;
}
.recent-loc {
  font-size: 0.78rem;
  color: var(--gold-deep);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 600;
  margin-bottom: 10px;
}
.recent-detail {
  font-size: 0.9rem;
  color: var(--muted);
  line-height: 1.5;
}
.recent-more {
  text-align: center;
  margin-top: 40px;
}
.recent-more .text-link {
  color: var(--ink);
  border-bottom: 2px solid var(--gold-warm);
  padding-bottom: 2px;
  font-weight: 500;
  font-size: 1rem;
}
.recent-more .text-link:hover { color: var(--gold-deep); }

/* SOCIAL PROOF STRIP */
.land-proof-strip {
  background: var(--paper-warm);
  padding: 80px 0;
  border-top: 1px solid var(--line-soft);
  border-bottom: 1px solid var(--line-soft);
}
.land-proof-strip-inner {
  max-width: 780px;
  text-align: center;
}
.land-proof-quote {
  border: none;
  padding: 0;
  margin: 0;
}
.land-proof-quote p {
  font-family: var(--serif);
  font-size: clamp(1.25rem, 2.5vw, 1.6rem);
  font-weight: 400;
  font-style: italic;
  color: var(--ink);
  line-height: 1.45;
  margin-bottom: 20px;
}
.land-proof-quote footer {
  font-size: 0.9rem;
  color: var(--muted);
  font-style: normal;
}
.land-proof-quote cite {
  font-style: normal;
}
.land-proof-quote cite strong { color: var(--ink); }
.land-proof-note {
  margin-top: 32px;
  font-size: 0.9rem;
  color: var(--muted);
  font-style: italic;
}
.land-proof-note a {
  color: var(--gold-deep);
  text-decoration: underline;
  text-underline-offset: 2px;
}
.land-proof-note a:hover { color: var(--ink); }

/* EXIT-INTENT MODAL */
.exit-modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}
.exit-modal[hidden] { display: none; }
.exit-modal-backdrop {
  position: absolute; inset: 0;
  background: rgba(10, 10, 10, 0.7);
  backdrop-filter: blur(4px);
}
.exit-modal-card {
  position: relative;
  background: var(--paper-soft);
  color: var(--ink);
  padding: 40px 36px 32px;
  border-radius: 12px;
  max-width: 460px;
  width: 100%;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.4);
  animation: exitPop 0.3s var(--ease-out);
}
@keyframes exitPop {
  from { opacity: 0; transform: translateY(20px) scale(0.96); }
  to { opacity: 1; transform: none; }
}
.exit-modal-close {
  position: absolute;
  top: 14px; right: 16px;
  background: none;
  border: none;
  font-size: 1.8rem;
  line-height: 1;
  color: var(--muted);
  cursor: pointer;
  padding: 4px 8px;
}
.exit-modal-close:hover { color: var(--ink); }
.exit-modal-card .eyebrow {
  font-size: 0.72rem;
  color: var(--gold-deep);
  letter-spacing: 0.14em;
  margin-bottom: 12px;
  display: block;
}
.exit-modal-card h3 {
  font-family: var(--serif);
  font-size: 1.7rem;
  font-weight: 500;
  color: var(--ink);
  line-height: 1.15;
  margin-bottom: 12px;
}
.exit-modal-card p {
  font-size: 1rem;
  color: var(--ink-soft);
  line-height: 1.5;
  margin-bottom: 24px;
}
.exit-modal-cta {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}
.exit-modal-cta .btn { flex: 1; min-width: 130px; text-align: center; }
.btn.btn-ghost {
  background: transparent;
  border: 1.5px solid var(--line-soft);
  color: var(--muted);
}
.btn.btn-ghost:hover {
  border-color: var(--ink);
  color: var(--ink);
  background: transparent;
}

/* RESPONSIVE */
@media (max-width: 960px) {
  .land-hero-v2 { padding: 130px 0 70px; }
  .land-hero-v2-inner {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .land-hero-v2-checks {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .land-hero-form { padding: 28px 24px 24px; }
}
@media (max-width: 620px) {
  .land-hero-v2 { padding: 110px 0 60px; }
  .land-hero-v2-title { font-size: clamp(2rem, 8vw, 2.6rem); }
  .land-hero-v2-lede { font-size: 1rem; }
  .land-trust-bar-inner { gap: 22px; }
  .land-trust-n { font-size: 1.6rem; }
  .land-trust-l { font-size: 0.68rem; }
  .land-trust-brokerage img { height: 36px; }
  .exit-modal-card { padding: 32px 24px 24px; }
  .exit-modal-card h3 { font-size: 1.4rem; }
}
