/* ============================================================
   ダンプ買取 LP 専用CSS (page-lp-dump.php)
   ============================================================ */

/* ── LP 共通リセット（通常ヘッダー分の margin-top を除去） ── */
.site-main.lp {
  margin-top: 0 !important;
}

/* ── LP Header ──────────────────────────────────────────── */
.lp-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: #fff;
  border-bottom: 1px solid #e8eaf0;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, .06);
          box-shadow: 0 2px 8px rgba(0, 0, 0, .06);
}
.lp-header__inner {
  max-width: 1120px;
  margin: 0 auto;
  padding: 10px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 16px;
}
.lp-header__logo img {
  width: 120px;
  height: auto;
  display: block;
}
.lp-header__cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}
.lp-header__tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: right;
  text-decoration: none;
  line-height: 1.3;
}
.lp-header__tel-num {
  font-size: 20px;
  font-weight: 900;
  color: #E96A46;
  font-family: "Inter", sans-serif;
  letter-spacing: -0.5px;
}
.lp-header__tel-time {
  font-size: 10px;
  color: #888;
}
.lp-header__btn {
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 18px;
  background: #E96A46;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  border-radius: 6px;
  white-space: nowrap;
  -webkit-transition: background .18s ease;
  transition: background .18s ease;
  text-decoration: none;
}
.lp-header__btn:hover {
  background: #d45a37;
}
@media screen and (max-width: 600px) {
  .lp-header__tel { display: none; }
  .lp-header__btn { font-size: 12px; padding: 10px 14px; }
}

/* ── LP Hero ─────────────────────────────────────────────── */
.lp-hero {
  background: #1a2b4a url("../../../../assets/images/page/buy/mainvisual_bg.jpg") center / cover no-repeat;
  /* ★ ダンプ専用ヒーロー画像に差し替えてください */
  position: relative;
  overflow: hidden;
}
.lp-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(26, 43, 74, .75) 0%, rgba(26, 43, 74, .4) 100%);
}
.lp-hero__inner {
  position: relative;
  max-width: 1120px;
  margin: 0 auto;
  padding: 50px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.lp-hero__catch {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 280px;
  color: #fff;
}
.lp-hero__catch-label {
  font-size: 12px;
  font-weight: 700;
  background: #E96A46;
  display: inline-block;
  padding: 3px 10px;
  border-radius: 4px;
  margin-bottom: 14px;
  letter-spacing: .05em;
}
.lp-hero__catch-main {
  font-size: 36px;
  font-weight: 900;
  line-height: 1.25;
  margin-bottom: 14px;
}
.lp-hero__catch-main em {
  color: #5E9AF8;
  font-style: normal;
}
.lp-hero__catch-sub {
  font-size: 14px;
  line-height: 1.8;
  color: rgba(255, 255, 255, .85);
  margin-bottom: 20px;
}
.lp-hero__trust {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.lp-hero__trust-item {
  font-size: 12px;
  color: rgba(255, 255, 255, .8);
  background: rgba(255, 255, 255, .12);
  border: 1px solid rgba(255, 255, 255, .2);
  padding: 4px 10px;
  border-radius: 4px;
}
.lp-hero__trust-item strong {
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  margin: 0 2px;
}
@media screen and (max-width: 767px) {
  .lp-hero__catch-main { font-size: 26px; }
}

/* ── LP Form（buy.cssのスタイルを継承しつつLPで固定幅） */
.lp-hero__form {
  width: 100%;
  max-width: 420px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

/* ── Stats Bar ───────────────────────────────────────────── */
.lp-stats {
  background: #1a2b4a;
  padding: 20px;
}
.lp-stats__inner {
  max-width: 1120px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.lp-stats__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 14px 28px;
  border-right: 1px solid rgba(255, 255, 255, .12);
  color: #fff;
}
.lp-stats__item:last-child { border-right: none; }
.lp-stats__num {
  font-size: 22px;
  font-weight: 900;
  font-family: "Inter", sans-serif;
  color: #5E9AF8;
  line-height: 1.2;
}
.lp-stats__num em {
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  color: #fff;
  margin-left: 2px;
}
.lp-stats__label {
  font-size: 11px;
  color: rgba(255, 255, 255, .7);
  margin-top: 4px;
  letter-spacing: .05em;
}
@media screen and (max-width: 600px) {
  .lp-stats__item { padding: 10px 16px; }
  .lp-stats__num { font-size: 18px; }
}

/* ── LP Section 共通 ─────────────────────────────────────── */
.lp-section .wrap {
  max-width: 1120px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}

/* ── Case Section ────────────────────────────────────────── */
.lp-case { background: #f7f8fa; }
.lp-case__lead {
  text-align: center;
  font-size: 14px;
  color: #555;
  margin-bottom: 28px;
  line-height: 1.8;
}
.lp-case__more {
  text-align: center;
  margin-top: 28px;
}
.lp-case__more a {
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  padding: 12px 28px;
  border: 2px solid #5E9AF8;
  border-radius: 8px;
  color: #5E9AF8;
  font-weight: 700;
  font-size: 14px;
  -webkit-transition: background .18s ease, color .18s ease;
  transition: background .18s ease, color .18s ease;
}
.lp-case__more a:hover {
  background: #5E9AF8;
  color: #fff;
}

/* ── About Section（buy.cssのスタイルを継承） */
.lp-about { background: #fff; }

/* ── Flow Section ────────────────────────────────────────── */
.lp-flow { background: #fff; }
.lp-flow-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  margin-top: 32px;
  position: relative;
}
.lp-flow-list::before {
  content: "";
  position: absolute;
  top: 40px;
  left: calc(12.5% + 8px);
  right: calc(12.5% + 8px);
  height: 3px;
  background: linear-gradient(to right, #E96A46, #5E9AF8);
  z-index: 0;
}
@media screen and (max-width: 600px) {
  .lp-flow-list { -webkit-box-orient: vertical; -ms-flex-direction: column; flex-direction: column; gap: 12px; }
  .lp-flow-list::before { display: none; }
}
.lp-flow-item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 600px) {
  .lp-flow-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 16px;
    text-align: left;
    background: #f7f8fa;
    border-radius: 8px;
    padding: 12px 16px;
  }
}
.lp-flow-item__icon {
  width: 80px;
  height: 80px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, .08);
          box-shadow: 0 2px 8px rgba(0, 0, 0, .08);
}
@media screen and (max-width: 600px) {
  .lp-flow-item__icon { width: 56px; height: 56px; -ms-flex-negative: 0; flex-shrink: 0; margin: 0; }
}
.lp-flow-item__icon img {
  width: 52px;
  height: auto;
  display: block;
  border-radius: 4px;
}
@media screen and (max-width: 600px) {
  .lp-flow-item__icon img { width: 36px; }
}
.lp-flow-item__step {
  font-size: 11px;
  font-weight: 700;
  color: #E96A46;
  letter-spacing: .08em;
  margin-top: 10px;
}
@media screen and (max-width: 600px) {
  .lp-flow-item__step { margin-top: 0; }
}
.lp-flow-item__title {
  font-size: 13px;
  font-weight: 700;
  color: #1a2b4a;
  line-height: 1.4;
  margin-top: 6px;
}
@media screen and (min-width: 1024px) {
  .lp-flow-item__title { font-size: 14px; }
}

/* ── FAQ Section ─────────────────────────────────────────── */
.lp-faq { background: #f7f8fa; }
.lp-faq .faq-list .item {
  background: #fff;
  border-radius: 8px;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, .06);
          box-shadow: 0 1px 4px rgba(0, 0, 0, .06);
  margin-bottom: 12px;
  overflow: hidden;
}
.lp-faq .faq-list .question,
.lp-faq .faq-list .answer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 14px;
  padding: 16px 20px;
  font-size: 14px;
  line-height: 1.7;
}
.lp-faq .faq-list .question { border-bottom: 1px solid #f0f0f0; }
.lp-faq .faq-list .q-icon {
  font-weight: 900;
  font-size: 18px;
  color: #5E9AF8;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  line-height: 1.4;
}
.lp-faq .faq-list .a-icon {
  font-weight: 900;
  font-size: 18px;
  color: #E96A46;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  line-height: 1.4;
}
.lp-faq .faq-list .q-text,
.lp-faq .faq-list .a-text {
  color: #1a1a1a;
}
.lp-faq .faq-list .a-text { color: #555; }

/* ── CTA Section ─────────────────────────────────────────── */
/* buy.css の .site-main__page-wrap .cta が内側に背景を持つため上書きして統一 */
.lp-cta-section { background: #eef4ff; }
.lp-cta-section .cta { background: transparent; padding: 0; }

/* ── LP Footer ───────────────────────────────────────────── */
.lp-footer {
  background: #1a2b4a;
  padding: 24px 20px;
  text-align: center;
}
.lp-footer__inner {
  max-width: 1120px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.lp-footer__logo img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
  opacity: .8;
  width: 100px;
  height: auto;
}
.lp-footer__copy {
  font-size: 11px;
  color: rgba(255, 255, 255, .5);
}
