/* League Estates — niche product pages (new-to-US buyers + remote full-service sellers) */
.le-niche {
  --navy: #0a2744;
  --navy-deep: #061525;
  --gold: #d4af37;
  --gold-soft: #e8d48b;
  --cream: #f7f4ef;
  --muted: #5c6b7a;
  --ink: #0f1a24;
  max-width: 960px;
  margin: 0 auto 3rem;
  padding: 0 1.1rem 2rem;
  font-size: 1.05rem;
  line-height: 1.65;
  color: var(--ink);
}
.le-niche *,
.le-niche *::before,
.le-niche *::after { box-sizing: border-box; }

.le-niche-hero {
  position: relative;
  overflow: hidden;
  border-radius: 24px;
  margin: 0 0 1.75rem;
  padding: 2.2rem 1.6rem 1.9rem;
  color: #fff;
  background:
    radial-gradient(ellipse 70% 60% at 90% -5%, rgba(212, 175, 55, 0.28), transparent 55%),
    radial-gradient(ellipse 50% 45% at 0% 100%, rgba(40, 100, 160, 0.22), transparent 50%),
    linear-gradient(155deg, #061525 0%, #0c2a48 48%, #081c32 100%);
  border: 1px solid rgba(212, 175, 55, 0.4);
  box-shadow: inset 0 3px 0 0 #d4af37, 0 24px 56px rgba(0, 0, 0, 0.28);
}
.le-niche-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.03) 1px, transparent 1px);
  background-size: 44px 44px;
  opacity: 0.35;
  pointer-events: none;
  mask-image: linear-gradient(180deg, #000 30%, transparent 100%);
}
.le-niche-hero-inner { position: relative; z-index: 1; }
.le-niche-kicker {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--gold-soft);
  margin: 0 0 0.7rem;
}
.le-niche-kicker::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--gold);
  box-shadow: 0 0 14px rgba(212, 175, 55, 0.95);
}
.le-niche-hero h1 {
  margin: 0 0 0.75rem;
  font-size: clamp(1.65rem, 4vw, 2.35rem);
  line-height: 1.15;
  font-weight: 800;
  letter-spacing: -0.02em;
  background: linear-gradient(180deg, #fff 30%, #e8d48b 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #fff;
}
.le-niche-hero .le-niche-lead {
  margin: 0 0 1.15rem;
  color: rgba(255, 255, 255, 0.9);
  font-size: 1.08rem;
  max-width: 40rem;
}
.le-niche-hero .le-cta-row { margin-top: 0.25rem; }

.le-niche h2 {
  margin: 2rem 0 0.75rem;
  font-size: clamp(1.35rem, 2.8vw, 1.7rem);
  font-weight: 800;
  color: var(--navy);
  line-height: 1.25;
}
.le-niche p { margin: 0 0 1rem; }
.le-niche ul {
  margin: 0 0 1.25rem;
  padding: 0 0 0 1.15rem;
}
.le-niche li { margin: 0 0 0.45rem; }

.le-niche-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.9rem;
  margin: 1.25rem 0 1.5rem;
}
@media (max-width: 700px) {
  .le-niche-grid { grid-template-columns: 1fr; }
}
.le-niche-card {
  background: var(--cream);
  border: 1px solid rgba(10, 39, 68, 0.1);
  border-radius: 16px;
  padding: 1.15rem 1.2rem;
  box-shadow: 0 8px 24px rgba(10, 39, 68, 0.06);
}
.le-niche-card h3 {
  margin: 0 0 0.4rem;
  font-size: 1.05rem;
  font-weight: 800;
  color: var(--navy);
}
.le-niche-card p {
  margin: 0;
  font-size: 0.95rem;
  color: var(--muted);
  line-height: 1.5;
}

.le-niche-list-check {
  list-style: none;
  padding: 0;
  margin: 0 0 1.5rem;
}
.le-niche-list-check li {
  position: relative;
  padding: 0.55rem 0 0.55rem 1.85rem;
  border-bottom: 1px solid rgba(10, 39, 68, 0.08);
  margin: 0;
}
.le-niche-list-check li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0.55rem;
  width: 1.35rem;
  height: 1.35rem;
  border-radius: 50%;
  background: linear-gradient(180deg, #e8d48b, #d4af37);
  color: #1a1404;
  font-size: 0.75rem;
  font-weight: 900;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}

.le-niche-quote {
  margin: 1.5rem 0;
  padding: 1.25rem 1.35rem;
  border-left: 4px solid var(--gold);
  background: linear-gradient(90deg, rgba(212, 175, 55, 0.1), transparent);
  border-radius: 0 14px 14px 0;
}
.le-niche-quote p {
  margin: 0 0 0.65rem;
  font-style: italic;
  color: var(--ink);
}
.le-niche-quote cite {
  font-style: normal;
  font-size: 0.9rem;
  font-weight: 700;
  color: var(--navy);
}

.le-niche-cta-band {
  margin: 2rem 0 0;
  padding: 1.5rem 1.35rem;
  border-radius: 18px;
  background: linear-gradient(180deg, #0a2744, #061525);
  color: #fff;
  text-align: center;
  border: 1px solid rgba(212, 175, 55, 0.35);
}
.le-niche-cta-band h2 {
  margin: 0 0 0.5rem;
  color: #fff;
  -webkit-text-fill-color: #fff;
}
.le-niche-cta-band p {
  margin: 0 auto 1rem;
  max-width: 36rem;
  color: rgba(255, 255, 255, 0.85);
}
.le-niche-cta-band .le-cta-row { justify-content: center; }
.le-niche-note {
  font-size: 0.88rem;
  color: var(--muted);
}
.le-niche-cross {
  margin: 1.75rem 0 0;
  padding: 1.1rem 1.2rem;
  border-radius: 14px;
  background: #fff;
  border: 1px dashed rgba(10, 39, 68, 0.2);
}
.le-niche-cross a { font-weight: 700; color: #1028c9; }
