/* Buyer landing — shared engagement styles */
.buyer-hero-pro {
  position: relative;
  min-height: min(92vh, 860px);
  display: flex;
  align-items: center;
  color: #fff;
  overflow: hidden;
  background: var(--black);
}
.buyer-hero-pro::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(105deg, rgba(0,0,0,.92) 0%, rgba(0,0,0,.72) 48%, rgba(0,0,0,.55) 100%),
    var(--hero-img) center/cover no-repeat;
  transform: scale(1.03);
  animation: buyerHeroZoom 20s ease-in-out infinite alternate;
}
.buyer-hero-pro::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 18% 28%, rgba(183,154,100,.22), transparent 38%);
  pointer-events: none;
}
@keyframes buyerHeroZoom {
  from { transform: scale(1.03); }
  to { transform: scale(1.09); }
}
.buyer-hero-pro-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  gap: 42px;
  align-items: center;
  padding: 88px 0 72px;
}
.buyer-hero-pro-copy h1 {
  font-family: "Playfair Display", serif;
  font-size: clamp(34px, 5vw, 58px);
  line-height: 1.06;
  margin: 14px 0 18px;
  color: #fff;
}
.buyer-hero-pro-copy .lead {
  max-width: 620px;
  color: rgba(255,255,255,.78);
  font-size: 18px;
  margin: 0;
}
.buyer-hero-card {
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.16);
  backdrop-filter: blur(16px);
  border-radius: 20px;
  padding: 32px 28px;
  box-shadow: 0 30px 70px rgba(0,0,0,.35);
}
.buyer-hero-card h3 {
  font-family: "Playfair Display", serif;
  font-size: 1.55rem;
  margin: 0 0 8px;
  color: #fff;
}
.buyer-hero-card > p {
  color: rgba(255,255,255,.72);
  margin: 0 0 18px;
  font-size: 15px;
}
.buyer-hero-list {
  list-style: none;
  margin: 0 0 22px;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.buyer-hero-list li {
  position: relative;
  padding-left: 26px;
  color: rgba(255,255,255,.86);
  font-size: 14px;
  font-weight: 600;
}
.buyer-hero-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--gold);
  font-weight: 900;
}
.buyer-hero-card .hero-actions {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.buyer-hero-card .btn { width: 100%; min-height: 50px; }
.buyer-trust-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 34px;
  max-width: 560px;
}
.buyer-trust-row .trust {
  border-left: 2px solid rgba(183,154,100,.55);
  padding-left: 14px;
}
.buyer-trust-row .trust strong {
  display: block;
  color: #fff;
  font-size: 15px;
  letter-spacing: .02em;
}
.buyer-trust-row .trust span {
  display: block;
  color: rgba(255,255,255,.58);
  font-size: 12px;
  margin-top: 2px;
}
.buyer-stats-strip {
  background: var(--red);
  color: #fff;
  padding: 22px 0;
}
.buyer-stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  text-align: center;
}
.buyer-stats-grid strong {
  display: block;
  font-family: "Playfair Display", serif;
  font-size: 1.35rem;
  line-height: 1.1;
}
.buyer-stats-grid span {
  display: block;
  font-size: 12px;
  opacity: .82;
  margin-top: 4px;
  letter-spacing: .04em;
  text-transform: uppercase;
}
.buyer-pain {
  background: var(--cream);
  padding: 78px 0;
}
.buyer-pain-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
  margin-top: 36px;
}
.buyer-pain-card {
  background: #fff;
  border: 1px solid #e6ddcf;
  border-radius: 18px;
  padding: 28px 26px;
  transition: transform .25s ease, box-shadow .25s ease;
}
.buyer-pain-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 40px rgba(0,0,0,.08);
}
.buyer-pain-card .num {
  color: var(--red);
  font-weight: 900;
  font-size: 13px;
  letter-spacing: .14em;
  margin-bottom: 10px;
}
.buyer-pain-card h3 {
  margin: 0 0 8px;
  font-size: 1.12rem;
  font-family: Inter, Arial, sans-serif;
}
.buyer-pain-card p {
  margin: 0;
  color: var(--muted);
  font-size: 15px;
}
.buyer-adv-icon {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  background: rgba(184,36,27,.1);
  color: var(--red);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  margin-bottom: 14px;
}
.adv-card {
  transition: transform .25s ease, box-shadow .25s ease;
}
.adv-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 36px rgba(0,0,0,.07);
}
.buyer-trust-block {
  background: #fff;
  padding: 78px 0;
}
.buyer-trust-grid {
  display: grid;
  grid-template-columns: .85fr 1.15fr;
  gap: 48px;
  align-items: center;
}
.buyer-portrait {
  border-radius: 22px;
  overflow: hidden;
  box-shadow: var(--shadow);
  border: 1px solid rgba(0,0,0,.06);
}
.buyer-portrait img {
  width: 100%;
  aspect-ratio: 4/5;
  object-fit: cover;
}
.buyer-portrait-meta {
  background: var(--dark);
  color: #fff;
  padding: 18px 20px;
}
.buyer-portrait-meta strong {
  display: block;
  font-family: "Playfair Display", serif;
  font-size: 1.2rem;
}
.buyer-portrait-meta span {
  display: block;
  color: rgba(255,255,255,.68);
  font-size: 13px;
  margin-top: 4px;
}
.buyer-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 12px;
}
.buyer-badge {
  background: rgba(255,255,255,.1);
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 999px;
  padding: 6px 12px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
}
.buyer-quote {
  border-left: 3px solid var(--gold);
  padding: 16px 0 16px 20px;
  margin: 22px 0;
  font-family: "Playfair Display", serif;
  font-size: 1.25rem;
  line-height: 1.45;
  color: var(--dark);
}
.buyer-market {
  background: var(--dark);
  color: #fff;
  padding: 78px 0;
}
.buyer-market-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 36px;
}
.buyer-market-card {
  background: rgba(255,255,255,.05);
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 18px;
  padding: 26px 24px;
}
.buyer-market-card span {
  color: var(--gold);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.buyer-market-card h3 {
  margin: 10px 0 8px;
  font-family: "Playfair Display", serif;
  font-size: 1.45rem;
  color: #fff;
}
.buyer-market-card p {
  margin: 0;
  color: rgba(255,255,255,.68);
  font-size: 15px;
}
.buyer-omi-link {
  display: inline-block;
  margin-top: 28px;
  color: var(--gold);
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .12em;
  font-size: 13px;
  text-decoration: underline;
}
.buyer-form-section {
  background: var(--black);
  color: #fff;
  padding: 86px 0;
}
.buyer-form-layout {
  display: grid;
  grid-template-columns: 1fr 1.05fr;
  gap: 42px;
  align-items: start;
}
.buyer-form-aside h2 {
  font-family: "Playfair Display", serif;
  font-size: clamp(28px, 3vw, 38px);
  margin: 0 0 14px;
  color: #fff;
}
.buyer-form-aside > p {
  color: rgba(255,255,255,.72);
  margin: 0 0 24px;
  font-size: 17px;
}
.buyer-form-benefits {
  list-style: none;
  margin: 0 0 28px;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.buyer-form-benefits li {
  padding-left: 28px;
  position: relative;
  color: rgba(255,255,255,.86);
  font-weight: 600;
}
.buyer-form-benefits li::before {
  content: "→";
  position: absolute;
  left: 0;
  color: var(--gold);
}
.buyer-form {
  box-shadow: 0 28px 70px rgba(0,0,0,.35);
}
.buyer-final-cta {
  background: linear-gradient(135deg, #0b0b0b, #1b1b1b);
  color: #fff;
  text-align: center;
  padding: 88px 0;
  position: relative;
  overflow: hidden;
}
.buyer-final-cta::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 50% 0%, rgba(183,154,100,.18), transparent 35%);
}
.buyer-final-cta .container {
  position: relative;
  z-index: 2;
}
.buyer-final-cta h2 {
  font-family: "Playfair Display", serif;
  font-size: clamp(28px, 4vw, 42px);
  max-width: 720px;
  margin: 0 auto 16px;
  color: #fff;
}
.buyer-final-cta p {
  color: rgba(255,255,255,.72);
  max-width: 560px;
  margin: 0 auto 28px;
  font-size: 17px;
}
.buyer-final-actions {
  display: flex;
  gap: 12px;
  justify-content: center;
  flex-wrap: wrap;
}
.buyer-sticky-bar {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 40;
  background: rgba(7,7,7,.96);
  border-top: 1px solid rgba(255,255,255,.12);
  padding: 12px 16px calc(12px + env(safe-area-inset-bottom));
  display: none;
  transform: translateY(110%);
  transition: transform .3s ease;
  backdrop-filter: blur(12px);
}
.buyer-sticky-bar.visible {
  transform: translateY(0);
}
.buyer-sticky-inner {
  display: flex;
  gap: 10px;
  max-width: 560px;
  margin: 0 auto;
}
.buyer-sticky-inner .btn { flex: 1; min-height: 48px; font-size: 14px; padding: 0 16px; }
.buyer-sticky-inner .btn-outline { flex: 0 0 auto; min-width: 48px; padding: 0 14px; }
@media (max-width: 980px) {
  .buyer-hero-pro-grid,
  .buyer-trust-grid,
  .buyer-form-layout,
  .buyer-market-grid {
    grid-template-columns: 1fr;
  }
  .buyer-hero-pro { min-height: auto; }
  .buyer-hero-pro-grid { padding: 72px 0 54px; }
  .buyer-stats-grid { grid-template-columns: repeat(2, 1fr); }
  .buyer-pain-grid { grid-template-columns: 1fr; }
  .buyer-trust-row { grid-template-columns: 1fr; max-width: none; }
}
@media (max-width: 560px) {
  .buyer-sticky-bar { display: block; }
  body.buyer-has-sticky { padding-bottom: 78px; }
  .buyer-stats-grid { grid-template-columns: 1fr; }
  .buyer-final-actions { flex-direction: column; }
  .buyer-final-actions .btn { width: 100%; }
}
.footer .container[style*="border-top"] {
  line-height: 1.75;
  max-width: 960px;
}
