/* =========================================================
   Lotus Fee Page
   SWELL非依存 / 野良テーマ移植用
   すべて .lotus-fee-page 配下に限定
   ========================================================= */

.lotus-fee-page {
  --lf-text: #2c2c2c;
  --lf-muted: #666;
  --lf-accent: #079a8f;
  --lf-accent-dark: #06766e;
  --lf-warm: #fff3a8;
  --lf-soft: #f7f5ef;
  --lf-border: #ddd8ce;
  --lf-white: #fff;
  color: var(--lf-text);
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  line-height: 1.9;
  font-size: 16px;
  overflow: hidden;
}

.lotus-fee-page *,
.lotus-fee-page *::before,
.lotus-fee-page *::after {
  box-sizing: border-box;
}

.lotus-fee-page img {
  display: block;
  max-width: 100%;
  height: auto;
}

.lotus-fee-page a {
  text-decoration: none;
}

.lotus-fee-inner {
  width: min(1080px, calc(100% - 40px));
  margin-inline: auto;
}

.lotus-fee-narrow {
  width: min(820px, calc(100% - 40px));
}

.lotus-fee-section {
  padding: 84px 0;
}

.lotus-fee-soft {
  background: var(--lf-soft);
}

.lotus-fee-center {
  text-align: center;
}

.lotus-fee-hero {
  padding: 90px 0 96px;
  background:
    linear-gradient(180deg, rgba(255,255,255,.94), rgba(255,255,255,.98)),
    url("https://www.lotus-asset-and-property.jp/wp-content/uploads/2026/03/TITLE-6.webp") center/cover no-repeat;
}

.lotus-fee-kicker {
  margin: 0 0 10px;
  color: var(--lf-accent);
  font-weight: 700;
  letter-spacing: .12em;
}

.lotus-fee-hero-title,
.lotus-fee-big-title,
.lotus-fee-section-title {
  margin: 0 0 30px;
  line-height: 1.25;
  letter-spacing: .02em;
  font-weight: 800;
}

.lotus-fee-hero-title {
  font-size: clamp(42px, 7vw, 82px);
}

.lotus-fee-hero-title span,
.lotus-fee-big-title span {
  color: var(--lf-accent);
}

.lotus-fee-lead {
  max-width: 760px;
  font-size: 18px;
}

.lotus-fee-lead p {
  margin: 0 0 1em;
}

.lotus-fee-big-title {
  font-size: clamp(38px, 5vw, 64px);
}

.lotus-fee-section-title {
  text-align: center;
  font-size: clamp(32px, 4vw, 52px);
}

.lotus-fee-split {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 56px;
  align-items: center;
}

.lotus-fee-figure {
  margin: 0;
}

.lotus-fee-figure img,
.lotus-fee-wide-image img,
.lotus-fee-media-block img {
  border-radius: 18px;
}

.lotus-fee-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 280px;
  padding: 18px 30px;
  margin-top: 18px;
  border-radius: 999px;
  background: var(--lf-accent);
  color: #fff !important;
  font-weight: 800;
  font-size: 18px;
  box-shadow: 0 8px 20px rgba(0,0,0,.10);
  transition: transform .2s ease, background .2s ease;
}

.lotus-fee-cta:hover {
  background: var(--lf-accent-dark);
  transform: translateY(-2px);
}

.lotus-fee-subbutton {
  display: inline-block;
  padding: 13px 24px;
  border: 2px solid var(--lf-accent);
  border-radius: 999px;
  color: var(--lf-accent) !important;
  font-weight: 700;
}

.lotus-fee-source-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  margin: 44px 0 34px;
}

.lotus-fee-source-grid img {
  width: 100%;
  border-radius: 14px;
  box-shadow: 0 8px 22px rgba(0,0,0,.08);
}

.lotus-fee-emphasis {
  font-size: clamp(21px, 3vw, 30px);
  font-weight: 800;
  line-height: 1.5;
}

.lotus-fee-card-grid,
.lotus-fee-feature-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 44px;
}

.lotus-fee-card,
.lotus-fee-feature {
  background: #fff;
  border: 1px solid var(--lf-border);
  border-radius: 18px;
  padding: 28px;
  box-shadow: 0 8px 25px rgba(0,0,0,.05);
}

.lotus-fee-card h3,
.lotus-fee-feature h3,
.lotus-fee-story-block h3,
.lotus-fee-note h3 {
  margin: 0 0 14px;
  font-size: 23px;
  line-height: 1.5;
}

.lotus-fee-card ul {
  padding-left: 1.4em;
  margin-bottom: 0;
}

.lotus-fee-feature {
  padding: 0 0 26px;
  overflow: hidden;
}

.lotus-fee-feature img {
  width: 100%;
  aspect-ratio: 16/10;
  object-fit: cover;
}

.lotus-fee-feature h3,
.lotus-fee-feature p {
  margin-left: 24px;
  margin-right: 24px;
}

.lotus-fee-feature h3 {
  margin-top: 22px;
}

.lotus-fee-note {
  margin-top: 34px;
  padding: 24px 28px;
  border-left: 5px solid var(--lf-accent);
  background: #fff;
}

.lotus-fee-note p {
  margin-bottom: 0;
}

.lotus-fee-cta-panel {
  padding: 70px 0;
  background: var(--lf-warm);
  text-align: center;
}

.lotus-fee-cta-panel h2 {
  font-size: clamp(28px, 4vw, 42px);
  line-height: 1.45;
}

.lotus-fee-cta-panel p {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.lotus-fee-story-block {
  padding: 34px 0;
  border-bottom: 1px solid var(--lf-border);
}

.lotus-fee-story-block h3 {
  color: var(--lf-accent-dark);
  font-size: clamp(26px, 3vw, 34px);
}

.lotus-fee-media-block {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 42px;
  align-items: center;
}

.lotus-fee-media-reverse img {
  order: -1;
}

.lotus-fee-story {
  background: #fbfaf7;
}

.lotus-fee-story-heading {
  padding: 18px 22px;
  margin: 0 0 34px;
  border-left: 6px solid var(--lf-accent);
  background: #fff;
  font-size: clamp(22px, 3vw, 30px);
  font-weight: 800;
}

.lotus-fee-story p {
  margin: 0 0 1.4em;
}

.lotus-fee-wide-image {
  margin: 36px 0;
}

.lotus-fee-closing {
  margin-top: 36px;
  padding: 28px;
  border-radius: 16px;
  background: #fff;
  border: 1px solid var(--lf-border);
}

/* 野良テーマ側の本文CSSを強く受ける場合の防御 */
.entry-content .lotus-fee-page h1,
.entry-content .lotus-fee-page h2,
.entry-content .lotus-fee-page h3,
.entry-content .lotus-fee-page p,
.entry-content .lotus-fee-page figure,
.entry-content .lotus-fee-page ul {
  max-width: none;
}

@media (max-width: 900px) {
  .lotus-fee-section {
    padding: 64px 0;
  }

  .lotus-fee-split,
  .lotus-fee-media-block {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .lotus-fee-source-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .lotus-fee-card-grid,
  .lotus-fee-feature-grid {
    grid-template-columns: 1fr;
  }

  .lotus-fee-media-reverse img {
    order: initial;
  }
}

@media (max-width: 600px) {
  .lotus-fee-page {
    font-size: 15px;
    line-height: 1.85;
  }

  .lotus-fee-inner,
  .lotus-fee-narrow {
    width: min(100% - 28px, 1080px);
  }

  .lotus-fee-hero {
    padding: 58px 0 64px;
  }

  .lotus-fee-hero-title {
    font-size: 45px;
  }

  .lotus-fee-big-title {
    font-size: 39px;
  }

  .lotus-fee-section-title {
    font-size: 32px;
  }

  .lotus-fee-lead {
    font-size: 16px;
  }

  .lotus-fee-source-grid {
    gap: 10px;
  }

  .lotus-fee-cta {
    width: 100%;
    min-width: 0;
    font-size: 17px;
  }

  .lotus-fee-card,
  .lotus-fee-note,
  .lotus-fee-closing {
    padding: 22px;
  }
}
