/* ================================================
   lp.css - エアコン取付LP専用
   ================================================ */

.lp-hero {
  position: relative;
  min-height: 80vh;
  display: flex;
  align-items: center;
  background:
    linear-gradient(rgba(11,11,16,0.65), rgba(11,11,16,0.92)),
    url('../../assets/img/hero-night-luxury.jpg') center / cover no-repeat;
}
.lp-hero__catch {
  font-family: var(--font-serif-jp);
  font-size: clamp(28px, 5vw, 52px);
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 16px;
}
.lp-hero__catch .gold {
  background: var(--gradient-gold-text);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.lp-hero__sub {
  color: var(--color-text-sub);
  font-size: 16px;
  line-height: 1.9;
  margin-bottom: 32px;
}

/* 強CTA固定（モバイル） */
.lp-fixed-cta {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 95;
  display: flex;
  background: var(--color-bg);
  border-top: 1px solid var(--color-border);
}
.lp-fixed-cta a {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
  font-weight: 600;
  letter-spacing: 0.05em;
}
.lp-fixed-cta__tel {
  background: var(--gradient-gold);
  color: #000;
}
.lp-fixed-cta__form {
  background: var(--color-bg-card);
  color: var(--color-gold);
  border-left: 1px solid var(--color-border);
}

/* LP価格訴求 */
.lp-price-hero {
  text-align: center;
  padding: 60px 0;
  background: var(--color-bg-section);
  border-block: 1px solid var(--color-border-soft);
}
.lp-price-hero__before {
  font-family: var(--font-serif-en);
  font-size: 18px;
  color: var(--color-text-muted);
  text-decoration: line-through;
  margin-bottom: 8px;
}
.lp-price-hero__main {
  font-family: var(--font-serif-en);
  font-size: clamp(48px, 9vw, 88px);
  font-weight: 700;
  background: var(--gradient-gold-text);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 1;
}
.lp-price-hero__main small { font-size: 0.4em; }
.lp-price-hero__note {
  margin-top: 16px;
  color: var(--color-text-sub);
  font-size: 13px;
}

/* LP用：モバイル下部固定CTA分余白 */
@media (max-width: 768px) {
  body.lp-page { padding-bottom: 64px; }
}
