/* ── Hero ────────────────────────────────────────────────────────────────── */
.lp-hero { overflow: hidden; background: #fdf0db; }
.lp-hero-row { min-height: 100vh; }
.lp-hero-copy-col {
  background: #fdf0db;
  display: flex;
  align-items: center;
}
.lp-hero-copy {
  padding: 64px 8% 64px 6%;
  width: 100%;
}
.lp-logo { display: block; width: 150px; margin: 0 auto 32px; }
.lp-alert { font-size: 15px; margin-bottom: 24px; }
.lp-hero-title {
  font-family: 'Anton', sans-serif !important;
  font-size: 3.2rem !important;
  color: #1a1a1a !important;
  line-height: 1.1 !important;
  margin: 0 0 20px 0 !important;
}
.lp-hero-subtitle {
  font-size: 17px !important;
  color: #555 !important;
  line-height: 1.8 !important;
  margin: 0 0 28px 0 !important;
}
.lp-btn-primary {
  display: inline-block;
  background: #ed6e07;
  color: #fff !important;
  font-size: 16px !important;
  font-weight: 700;
  padding: 14px 40px;
  border-radius: 5px;
  border: none;
  text-decoration: none !important;
  transition: background 0.2s;
  cursor: pointer;
  letter-spacing: 0.3px;
}
.lp-btn-primary:hover { background: #c95e06; color: #fff !important; }
.lp-btn-closed {
  display: inline-block;
  background: #999;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  padding: 14px 40px;
  border-radius: 5px;
  border: none;
  cursor: not-allowed;
  opacity: 0.75;
}
.lp-hero-note {
  font-size: 14px !important;
  color: #777 !important;
  line-height: 1.7 !important;
  margin: 20px 0 0 0 !important;
}
.lp-hero-img-col {
  background: #fdf0db;
  align-items: stretch;
  padding: 0;
}
.lp-hero-img {
  width: 100%;
  height: 100%;
  min-height: 100vh;
  object-fit: contain;
  object-position: center top;
  display: block;
}

/* ── Responsive ──────────────────────────────────────────────────────────── */
@media (max-width: 991px) {
  .lp-hero-row { min-height: auto; }
  .lp-hero-copy-col { width: 100%; }
  .lp-hero-copy { padding: 48px 6%; }
  .lp-hero-title { font-size: 2.4rem !important; }
}
@media (max-width: 575px) {
  .lp-hero-copy { padding: 36px 20px; }
  .lp-logo { width: 120px; }
  .lp-hero-title { font-size: 2rem !important; }
  .lp-hero-subtitle { font-size: 15px !important; }
}
