.line-page-hero {
  padding: 64px 0 72px;
  background:
    radial-gradient(circle at right top, rgba(0, 85, 204, 0.06), transparent 30%),
    linear-gradient(180deg, #f7f9ff 0%, #f8f9ff 100%);
}

.service-breadcrumb {
  margin-bottom: 20px;
  font-size: 13px;
  color: var(--color-muted);
}

.service-breadcrumb a {
  color: var(--color-secondary);
  text-decoration: none;
}

.service-breadcrumb span {
  margin: 0 6px;
}

.line-page-copy {
  max-width: 560px;
}

.line-page-label {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 14px;
  margin-bottom: 20px;
  border-radius: 999px;
  background: #eef4ff;
  color: var(--color-primary);
  font-size: 13px;
  font-weight: 700;
}

.line-page-copy h1 {
  margin: 0 0 20px;
  font-size: 44px;
  line-height: 1.3;
  font-weight: 700;
  color: var(--color-primary);
}

.line-page-lead {
  margin: 0 0 28px;
  font-size: 16px;
  color: var(--color-muted);
  line-height: 1.9;
}

.line-page-points {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 10px;
}

.line-page-hero-image-wrap {
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-hero);
  background: #fff;
}

.line-page-hero-image {
  width: 100%;
  height: 420px;
  object-fit: cover;
}

/* クイック導線 */
.line-entry-nav-section {
  padding-top: 32px;
  padding-bottom: 32px;
}

.line-entry-nav {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.line-entry-card {
  display: block;
  padding: 28px;
  background: #fff;
  border: 1px solid rgba(217, 217, 227, 0.8);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-soft);
  text-decoration: none;
  color: inherit;
}

.line-entry-card:hover {
  text-decoration: none;
  transform: translateY(-2px);
  transition: 0.2s ease;
}

.line-entry-icon {
  width: 54px;
  height: 54px;
  margin-bottom: 16px;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #eef4ff;
  color: var(--color-secondary);
}

.line-entry-card h2 {
  margin: 0 0 10px;
  font-size: 24px;
  font-weight: 700;
  color: var(--color-primary);
}

.line-entry-card p {
  margin: 0;
  color: var(--color-muted);
  line-height: 1.8;
}

/* LINE登録カード */
.line-register-card {
  padding: 28px;
  background: #fff;
  border: 1px solid rgba(217, 217, 227, 0.8);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-soft);
}

.line-register-head h3 {
  margin: 10px 0 10px;
  font-size: 30px;
  line-height: 1.4;
  color: var(--color-primary);
  font-weight: 700;
}

.line-register-head p {
  margin: 0 0 18px;
  color: var(--color-muted);
  line-height: 1.8;
}

.line-badge {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 12px;
  border-radius: 999px;
  background: #e9fbf4;
  color: #00a86b;
  font-size: 12px;
  font-weight: 700;
}

.line-qr-area {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
  margin-bottom: 16px;
  background: #f9fbff;
  border: 1px dashed rgba(0, 85, 204, 0.25);
  border-radius: 12px;
}

.line-qr-image {
  width: 220px;
  max-width: 100%;
  height: auto;
  display: block;
}

.line-register-note p {
  margin: 0 0 8px;
  font-size: 13px;
  color: var(--color-muted);
  line-height: 1.7;
}

.line-note-list {
  margin: 0;
  padding-left: 18px;
  color: var(--color-text);
}

.line-note-list li {
  margin-bottom: 6px;
  line-height: 1.7;
}

.line-register-actions {
  margin-top: 18px;
}

/* おすすめカード群 */
.line-start-guide h3 {
  margin: 0 0 18px;
  font-size: 28px;
  color: var(--color-primary);
  font-weight: 700;
}

.line-recommend-grid {
  margin-top: 0;
}

.line-problem-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 220px;
  padding: 28px 20px;
  text-align: center;
}

.line-problem-card .problem-icon {
  margin-bottom: 18px;
}

.line-problem-card p {
  margin: 0;
  font-size: 15px;
  line-height: 1.85;
  font-weight: 500;
}

/* Stepカード */
.diagnosis-step-card {
  height: 100%;
  padding: 24px;
  background: #fff;
  border: 1px solid rgba(217, 217, 227, 0.75);
  border-radius: var(--radius-sm);
  box-shadow: var(--shadow-soft);
}

.diagnosis-step-label {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 12px;
  border-radius: 999px;
  background: #eef4ff;
  color: var(--color-secondary);
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 12px;
}

.diagnosis-step-card h3 {
  margin: 0 0 12px;
  font-size: 22px;
  color: var(--color-primary);
  font-weight: 700;
}

.diagnosis-step-card p {
  margin: 0;
  font-size: 14px;
  color: var(--color-muted);
  line-height: 1.85;
}

/* 比較表 */
.line-return-note {
  margin-bottom: 28px;
  padding: 18px 22px;
  background: #ffffff;
  border-left: 4px solid var(--color-accent);
  border-radius: 8px;
  box-shadow: var(--shadow-soft);
  color: var(--color-muted);
  line-height: 1.8;
}

.line-return-note strong {
  color: var(--color-primary);
}

.line-compare-table {
  width: 100%;
  min-width: 760px;
  border-collapse: collapse;
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: var(--shadow-soft);
}

.line-compare-table th,
.line-compare-table td {
  padding: 16px 18px;
  border: 1px solid rgba(217, 217, 227, 0.7);
  text-align: left;
  vertical-align: top;
  line-height: 1.7;
}

.line-compare-table th {
  background: #eef4ff;
  color: var(--color-primary);
  font-weight: 700;
}

.compare-cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
  justify-content: center;
}

/* 共通カード */
.service-feature-card {
  height: 100%;
  padding: 24px;
  background: #fff;
  border: 1px solid rgba(217, 217, 227, 0.75);
  border-radius: var(--radius-sm);
  box-shadow: var(--shadow-soft);
}

.service-feature-card h3 {
  margin: 0 0 12px;
  font-size: 20px;
  color: var(--color-primary);
  font-weight: 700;
}

.service-feature-card p {
  margin: 0;
  font-size: 14px;
  color: var(--color-muted);
  line-height: 1.8;
}

.problem-card {
  height: 100%;
}

.service-faq {
  margin-top: 8px;
}

.service-faq .uk-accordion-title {
  font-size: 16px;
  font-weight: 700;
  color: var(--color-primary);
}

.service-faq .uk-accordion-content p {
  color: var(--color-muted);
  line-height: 1.9;
}

/* CTA */
.line-bottom-cta {
  align-items: center;
}

.line-bottom-qr {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px;
  background: rgba(255, 255, 255, 0.14);
  border-radius: 12px;
}

.line-bottom-qr-image {
  width: 120px;
  height: auto;
  display: block;
  background: #fff;
  padding: 8px;
  border-radius: 8px;
}

@media (max-width: 959px) {
  .line-page-copy h1 {
    font-size: 36px;
  }

  .line-page-hero-image {
    height: 320px;
  }

  .line-entry-nav {
    grid-template-columns: 1fr;
  }

  .line-register-card {
    margin-bottom: 20px;
  }

  .line-problem-card {
    min-height: 200px;
  }
}

@media (max-width: 767px) {
  .line-page-hero {
    padding: 48px 0 56px;
  }

  .line-page-copy h1 {
    font-size: 30px;
    line-height: 1.35;
  }

  .line-page-lead {
    font-size: 15px;
  }

  .line-page-hero-image {
    height: 240px;
  }

  .line-entry-card,
  .line-register-card,
  .diagnosis-step-card,
  .service-feature-card,
  .line-problem-card {
    padding: 20px;
  }

  .line-problem-card {
    min-height: auto;
  }

  .line-bottom-cta {
    align-items: flex-start;
  }

  .line-bottom-qr {
    margin: 8px 0;
  }

  .line-qr-image {
    width: 180px;
  }
}