/* Hero modifier: compact padding (index/guide pages) */
.lp-hero--sm {
  padding: 52px 0 44px;
}

.lp-hero--sm h1 {
  font-size: clamp(1.6rem, 4vw, 2.4rem);
}

.lp-hero--sm .lp-hero-sub {
  font-size: 1.1rem;
  margin-top: 12px;
  margin-bottom: 20px;
  font-weight: 700;
}

.lp-chip-row--center {
  justify-content: center;
  margin: 18px 0 10px;
}

.lp-challenge-note {
  font-size: 12px;
  color: var(--lp-muted);
  text-align: center;
  margin: 0 0 24px;
}

/* Section title size modifier */
.lp-section-title--md {
  font-size: clamp(22px, 3vw, 32px);
}

/* Path chooser */
.lp-path-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  max-width: 840px;
  margin: 0 auto;
}

.lp-path-card {
  display: flex;
  flex-direction: column;
  padding: 32px 28px 28px;
  border-radius: 20px;
  text-decoration: none;
  color: #fff;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.14);
}

.lp-path-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.2);
  text-decoration: none;
  color: #fff;
}

.lp-path-card--name {
  background: linear-gradient(140deg, #ff8c42 0%, #ff5f5f 100%);
}

.lp-path-card--post {
  background: linear-gradient(140deg, #f7971e 0%, #e8821a 100%);
}

.lp-path-icon {
  font-size: 40px;
  margin-bottom: 14px;
  line-height: 1;
}

.lp-path-label {
  display: inline-block;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  background: rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  padding: 3px 10px;
  margin-bottom: 14px;
}

.lp-path-title {
  font-size: clamp(1rem, 2.2vw, 1.25rem);
  font-weight: 800;
  line-height: 1.4;
  margin: 0 0 14px;
}

.lp-path-points {
  list-style: none;
  padding: 0;
  margin: 0 0 20px;
  flex: 1;
}

.lp-path-points li {
  padding: 4px 0 4px 20px;
  font-size: 13px;
  opacity: 0.93;
  position: relative;
}

.lp-path-points li::before {
  content: '✓';
  position: absolute;
  left: 0;
  font-weight: 800;
}

.lp-path-cta {
  display: inline-block;
  background: rgba(255, 255, 255, 0.22);
  border: 1.5px solid rgba(255, 255, 255, 0.5);
  border-radius: 999px;
  padding: 8px 18px;
  font-size: 13px;
  font-weight: 800;
  align-self: flex-start;
  transition: background 0.18s ease;
}

.lp-path-card:hover .lp-path-cta {
  background: rgba(255, 255, 255, 0.35);
}

@media (max-width: 560px) {
  .lp-path-grid {
    grid-template-columns: 1fr;
  }
}

  text-align: center;
}

.lp-section-desc {
  color: var(--lp-muted);
  margin-bottom: 24px;
}

/* LP index card grid */
.lp-index-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 24px;
  margin-top: 8px;
}

.lp-index-card {
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 1px solid var(--lp-border);
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
  transition: transform 0.18s ease, box-shadow 0.18s ease;
  text-decoration: none;
  color: inherit;
}

.lp-index-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.11);
  text-decoration: none;
  color: inherit;
}

.lp-index-card-thumb {
  height: 110px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 48px;
}

.lp-index-card-body {
  padding: 18px 20px 20px;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.lp-index-card-tag {
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #ff6b45;
  background: #fff3ee;
  border: 1px solid #ffd8c3;
  border-radius: 999px;
  padding: 2px 10px;
  margin-bottom: 10px;
}

.lp-index-card-title {
  font-size: 1.05rem;
  font-weight: 800;
  line-height: 1.45;
  margin: 0 0 8px;
  color: #2d3748;
}

.lp-index-card-desc {
  font-size: 13px;
  color: #718096;
  line-height: 1.7;
  margin: 0;
  flex: 1;
}

.lp-index-card-arrow {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  margin-top: 16px;
  font-size: 13px;
  font-weight: 700;
  color: #ff6b45;
}

@media (max-width: 480px) {
  .lp-index-grid {
    grid-template-columns: 1fr;
  }
}

/* Hero */
.lp-hero {
  position: relative;
  overflow: hidden;
  padding: 96px 0 88px;
  text-align: center;
  background:
    radial-gradient(circle at 8% 18%, rgba(255, 126, 66, 0.16), transparent 34%),
    radial-gradient(circle at 92% 78%, rgba(47, 126, 216, 0.14), transparent 38%),
    #fff;
}

.lp-hero h1 {
  margin: 0;
  font-size: clamp(34px, 6vw, 64px);
  line-height: 1.18;
  letter-spacing: 0.01em;
}

.lp-hero-sub {
  margin: 18px 0 0;
  color: #454d5d;
  font-size: clamp(18px, 2.4vw, 26px);
  line-height: 1.6;
}

.lp-hero-lead {
  margin: 20px auto 34px;
  color: var(--lp-muted);
  max-width: 760px;
}

/* Empathy */
.lp-card-empathy {
  border-left: 5px solid var(--lp-primary);
  background: linear-gradient(180deg, #fff 0%, #fff8f4 100%);
  font-weight: 700;
}

/* Steps */
.lp-step {
  text-align: left;
}

.lp-step-no {
  display: inline-flex;
  width: 34px;
  height: 34px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: #ffede5;
  color: #c65100;
  font-weight: 800;
  margin-bottom: 10px;
}

.lp-step h3 {
  margin: 0 0 8px;
  font-size: 20px;
}

.lp-step p {
  margin: 0;
  color: var(--lp-muted);
}

/* Ranking */
.lp-ranking {
  margin: 0 auto;
  padding: 0;
  list-style: none;
  width: min(560px, 100%);
}

.lp-ranking li {
  display: flex;
  align-items: center;
  gap: 16px;
  margin: 0 0 12px;
  padding: 14px 16px;
  border-radius: 12px;
  background: #fff;
  border: 1px solid var(--lp-border);
  box-shadow: var(--lp-shadow);
  font-weight: 700;
}

.lp-ranking li span {
  display: inline-flex;
  width: 34px;
  height: 34px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: #fff1e8;
  color: #c65100;
  font-weight: 800;
}

/* Final CTA */
.lp-final-cta {
  color: #fff;
  text-align: center;
  background: linear-gradient(135deg, #ff7f3f 0%, #ff5d5d 100%);
}

.lp-final-cta h2 {
  margin: 0 0 14px;
  font-size: clamp(30px, 4.8vw, 52px);
  line-height: 1.2;
}

.lp-final-cta p {
  margin: 0 auto 26px;
  max-width: 740px;
  color: rgba(255, 255, 255, 0.92);
}

/* Extra reusable parts for future LPs */
.lp-kpi-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
  gap: 14px;
}

.lp-kpi {
  border: 1px solid var(--lp-border);
  border-radius: 12px;
  padding: 14px;
  background: #fff;
}

.lp-kpi-value {
  display: block;
  font-size: 28px;
  line-height: 1.1;
  font-weight: 800;
}

.lp-kpi-label {
  color: var(--lp-muted);
  font-size: 13px;
}

.lp-chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.lp-chip {
  display: inline-flex;
  align-items: center;
  padding: 5px 10px;
  border: 1px solid #ffd8c3;
  border-radius: 999px;
  background: #fff8f4;
  color: #c65100;
  font-size: 12px;
  font-weight: 700;
}

.lp-odai-group {
  margin-bottom: 20px;
}

.lp-odai-group-title {
  font-size: 12px;
  font-weight: 700;
  color: var(--lp-muted);
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin: 0 0 8px;
  padding-left: 2px;
}

.lp-faq {
  border: 1px solid var(--lp-border);
  border-radius: 12px;
  overflow: hidden;
  background: #fff;
}

.lp-faq-item + .lp-faq-item {
  border-top: 1px solid var(--lp-border);
}

.lp-faq-q,
.lp-faq-a {
  padding: 14px 16px;
  margin: 0;
}

.lp-faq-q {
  font-weight: 800;
  background: #f9fbff;
}

.lp-faq-a {
  color: var(--lp-muted);
}

.lp-testimonial-list {
  display: grid;
  gap: 14px;
}

.lp-testimonial {
  border-left: 4px solid var(--lp-secondary);
  padding: 14px 16px;
  border-radius: 10px;
  background: #f7faff;
}
