/* ══════════════════════════════════════
   SalesMatchPro Partner LP v0
   ══════════════════════════════════════ */

:root {
  --lp-navy: #0F2B46;
  --lp-navy-light: #163B63;
  --lp-gold: #C89B3C;
  --lp-gold-light: #F5F0E1;
  --lp-accent: #FF7A00;
  --lp-bg: #F8F9FA;
  --lp-border: #DEE2E6;
  --lp-text: #212529;
  --lp-text-sub: #6C757D;
  --lp-radius: 12px;
  --lp-shadow: 0 2px 12px rgba(0,0,0,0.06);
}

body {
  font-family: 'Noto Sans JP', -apple-system, BlinkMacSystemFont, sans-serif;
  color: var(--lp-text);
  background: #fff;
}

/* ── Hero ── */
.lp-hero {
  background: linear-gradient(135deg, rgba(15,43,70,0.88) 0%, rgba(22,59,99,0.88) 100%), url('/assets/img/opt/partner-hero-bg.jpg') center/cover no-repeat;
  color: #fff;
  padding: 7rem 0 5rem;
  position: relative;
  overflow: hidden;
}
.lp-hero::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: var(--lp-gold);
}
.lp-hero h1 {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.4;
}
.lp-hero .lead {
  font-size: 1.1rem;
  color: rgba(255,255,255,0.8);
  margin-top: 1rem;
}
.lp-hero .btn-cta {
  background: var(--lp-gold);
  color: var(--lp-navy);
  font-weight: 700;
  border: none;
  padding: 0.8rem 2.5rem;
  border-radius: 8px;
  font-size: 1rem;
  margin-top: 2rem;
  transition: opacity 0.2s;
}
.lp-hero .btn-cta:hover {
  opacity: 0.9;
  color: var(--lp-navy);
}

@media (max-width: 768px) {
  .lp-hero { padding: 5rem 0 3rem; }
  .lp-hero h1 { font-size: 1.6rem; }
  .lp-hero .lead { font-size: 0.95rem; }
}

/* ── Section common ── */
.lp-section {
  padding: 5rem 0;
}
.lp-section-alt {
  background: var(--lp-bg);
}
.lp-section-title {
  font-size: 1.8rem;
  font-weight: 700;
  color: var(--lp-navy);
  text-align: center;
  margin-bottom: 0.5rem;
}
.lp-section-sub {
  text-align: center;
  color: var(--lp-text-sub);
  margin-bottom: 3rem;
  font-size: 0.95rem;
}

@media (max-width: 768px) {
  .lp-section { padding: 3rem 0; }
  .lp-section-title { font-size: 1.4rem; }
}

/* ── Benefits ── */
.lp-benefit-card {
  background: #fff;
  border: 1px solid var(--lp-border);
  border-radius: var(--lp-radius);
  padding: 2rem 1.5rem;
  text-align: center;
  height: 100%;
  box-shadow: var(--lp-shadow);
  transition: transform 0.2s;
}
.lp-benefit-card:hover {
  transform: translateY(-4px);
}
.lp-benefit-icon {
  width: 56px;
  height: 56px;
  background: var(--lp-gold-light);
  color: var(--lp-gold);
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  margin-bottom: 1rem;
}
.lp-benefit-card h3 {
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--lp-navy);
  margin-bottom: 0.5rem;
}
.lp-benefit-card p {
  font-size: 0.88rem;
  color: var(--lp-text-sub);
  margin-bottom: 0;
  line-height: 1.7;
}

/* ── Challenges ── */
.lp-challenges {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  margin-bottom: 1.5rem;
}
.lp-challenge-item {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  background: #fff;
  border: 1px solid var(--lp-border);
  border-left: 4px solid var(--lp-gold);
  border-radius: 8px;
  padding: 0.85rem 1.25rem;
  box-shadow: var(--lp-shadow);
}
.lp-challenge-icon {
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  background: var(--lp-gold-light);
  color: var(--lp-gold);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
}
.lp-challenge-text {
  font-size: 0.92rem;
  font-weight: 500;
  color: var(--lp-navy);
  line-height: 1.5;
}
.lp-challenge-lead {
  text-align: center;
  font-size: 0.9rem;
  color: var(--lp-text-sub);
  line-height: 1.7;
}
.lp-challenge-lead strong {
  color: var(--lp-navy);
}

/* ── Categories ── */
.lp-cat-card {
  background: #fff;
  border: 1px solid var(--lp-border);
  border-radius: var(--lp-radius);
  padding: 1.5rem 1.25rem;
  text-align: center;
  height: 100%;
  box-shadow: var(--lp-shadow);
  transition: transform 0.2s;
}
.lp-cat-card:hover {
  transform: translateY(-3px);
}
.lp-cat-icon {
  width: 48px;
  height: 48px;
  background: var(--lp-navy);
  color: #fff;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  margin-bottom: 0.75rem;
}
.lp-cat-card h3 {
  font-size: 1rem;
  font-weight: 700;
  color: var(--lp-navy);
  margin-bottom: 0.4rem;
}
.lp-cat-card p {
  font-size: 0.8rem;
  color: var(--lp-text-sub);
  margin-bottom: 0;
  line-height: 1.6;
}

/* ── Vision ── */
.lp-vision-box {
  background: var(--lp-gold-light);
  border-left: 4px solid var(--lp-gold);
  border-radius: 0 var(--lp-radius) var(--lp-radius) 0;
  padding: 1.5rem 2rem;
}
.lp-vision-box p {
  font-size: 0.92rem;
  color: var(--lp-text);
  line-height: 1.8;
  margin-bottom: 0.5rem;
}
.lp-vision-box p:last-child { margin-bottom: 0; }

/* ── Appeal ── */
.lp-appeal-item {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  background: #fff;
  border: 1px solid var(--lp-border);
  border-radius: 8px;
  padding: 0.7rem 1rem;
  font-size: 0.88rem;
  font-weight: 500;
  color: var(--lp-navy);
  height: 100%;
}
.lp-appeal-item i {
  font-size: 1.1rem;
  color: var(--lp-gold);
  flex-shrink: 0;
}

/* ── Strengths ── */
.lp-strength-card {
  background: #fff;
  border: 1px solid var(--lp-border);
  border-radius: var(--lp-radius);
  padding: 2rem 1.5rem;
  text-align: center;
  height: 100%;
  box-shadow: var(--lp-shadow);
  transition: transform 0.2s;
}
.lp-strength-card:hover { transform: translateY(-4px); }
.lp-strength-icon {
  width: 56px;
  height: 56px;
  background: var(--lp-navy);
  color: #fff;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3rem;
  margin-bottom: 1rem;
}
.lp-strength-card h3 {
  font-size: 1rem;
  font-weight: 700;
  color: var(--lp-navy);
  margin-bottom: 0.5rem;
}
.lp-strength-card p {
  font-size: 0.85rem;
  color: var(--lp-text-sub);
  margin-bottom: 0;
  line-height: 1.7;
}

/* ── Support ── */
.lp-support-box {
  background: #fff;
  border: 1px solid var(--lp-border);
  border-radius: var(--lp-radius);
  padding: 2.5rem 2rem;
  text-align: center;
  box-shadow: var(--lp-shadow);
}
.lp-support-title {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.6;
  margin-bottom: 0.5rem;
  color: var(--lp-navy);
}
.lp-support-text {
  font-size: 0.92rem;
  color: var(--lp-text-sub);
  margin-bottom: 2rem;
}
.lp-support-flow {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  flex-wrap: wrap;
  margin-bottom: 1.75rem;
}
.lp-support-step {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.35rem;
}
.lp-support-step-icon {
  width: 48px;
  height: 48px;
  background: var(--lp-gold-light);
  color: var(--lp-gold);
  border: 1px solid #e8dcc3;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
}
.lp-support-step-you .lp-support-step-icon {
  background: var(--lp-navy);
  border-color: var(--lp-navy);
  color: #fff;
}
.lp-support-step-label {
  font-size: 0.72rem;
  font-weight: 600;
  color: var(--lp-navy);
  max-width: 100px;
  line-height: 1.3;
}
.lp-support-arrow {
  color: var(--lp-border);
  font-size: 0.9rem;
  margin: 0 0.15rem;
  align-self: flex-start;
  padding-top: 14px;
}
.lp-support-badges {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.75rem;
}
.lp-support-badges span {
  font-size: 0.78rem;
  color: var(--lp-text);
  display: flex;
  align-items: center;
  gap: 0.3rem;
}
.lp-support-badges i {
  color: var(--lp-gold);
  font-size: 0.85rem;
}
@media (max-width: 575.98px) {
  .lp-support-box { padding: 1.75rem 1.25rem; }
  .lp-support-title { font-size: 1.05rem; }
  .lp-support-flow { gap: 0.3rem; }
  .lp-support-step-icon { width: 40px; height: 40px; font-size: 1rem; }
  .lp-support-step-label { font-size: 0.65rem; max-width: 70px; }
}

/* ── Pricing ── */
.lp-pricing-card {
  background: #fff;
  border: 1px solid var(--lp-border);
  border-radius: var(--lp-radius);
  padding: 2rem 1.5rem;
  text-align: center;
  height: 100%;
  box-shadow: var(--lp-shadow);
  position: relative;
}
.lp-pricing-card-primary {
  border: 2px solid var(--lp-gold);
  box-shadow: 0 4px 20px rgba(200,155,60,0.15);
}
.lp-pricing-badge {
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--lp-gold);
  color: #fff;
  font-size: 0.72rem;
  font-weight: 700;
  padding: 3px 14px;
  border-radius: 20px;
  white-space: nowrap;
}
.lp-pricing-label {
  font-size: 0.85rem;
  font-weight: 700;
  color: var(--lp-text-sub);
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 0.5rem;
}
.lp-pricing-price {
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--lp-navy);
  margin-bottom: 1.25rem;
}
.lp-pricing-list {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: left;
}
.lp-pricing-list li {
  font-size: 0.88rem;
  color: var(--lp-text);
  padding: 0.4rem 0;
  border-bottom: 1px solid #f0f1f4;
  display: flex;
  align-items: baseline;
  gap: 0.5rem;
}
.lp-pricing-list li:last-child {
  border-bottom: none;
}
.lp-pricing-list i {
  color: var(--lp-gold);
  font-size: 0.9rem;
  flex-shrink: 0;
}

/* ── Steps ── */
.lp-step {
  text-align: center;
  position: relative;
}
.lp-step-num {
  width: 52px;
  height: 52px;
  background: var(--lp-navy);
  color: #fff;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3rem;
  font-weight: 700;
  margin-bottom: 1rem;
}
.lp-step h3 {
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--lp-navy);
  margin-bottom: 0.4rem;
}
.lp-step p {
  font-size: 0.88rem;
  color: var(--lp-text-sub);
  line-height: 1.6;
}
.lp-step-arrow {
  position: absolute;
  top: 26px;
  right: -18px;
  color: var(--lp-gold);
  font-size: 1.5rem;
}
@media (max-width: 768px) {
  .lp-step-arrow { display: none; }
}

/* ── FAQ ── */
.lp-faq-item {
  background: #fff;
  border: 1px solid var(--lp-border);
  border-radius: var(--lp-radius);
  padding: 1.25rem 1.5rem;
  margin-bottom: 0.75rem;
}
.lp-faq-q {
  font-weight: 700;
  color: var(--lp-navy);
  font-size: 0.95rem;
  margin-bottom: 0.5rem;
}
.lp-faq-q::before {
  content: 'Q.';
  color: var(--lp-gold);
  font-weight: 700;
  margin-right: 0.5rem;
}
.lp-faq-a {
  font-size: 0.9rem;
  color: var(--lp-text-sub);
  line-height: 1.7;
  margin-bottom: 0;
  padding-left: 1.8rem;
}

/* ── Form ── */
.lp-form-section {
  background: var(--lp-navy);
  padding: 5rem 0;
}
.lp-form-card {
  background: #fff;
  border-radius: var(--lp-radius);
  padding: 2.5rem;
  box-shadow: 0 4px 24px rgba(0,0,0,0.12);
  max-width: 680px;
  margin: 0 auto;
}
.lp-form-card h2 {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--lp-navy);
  text-align: center;
  margin-bottom: 0.5rem;
}
.lp-form-card .form-sub {
  text-align: center;
  color: var(--lp-text-sub);
  font-size: 0.88rem;
  margin-bottom: 2rem;
}
.lp-form-card label {
  font-size: 0.88rem;
  font-weight: 600;
  color: var(--lp-navy);
}
.lp-form-card .required-badge {
  background: #dc3545;
  color: #fff;
  font-size: 0.65rem;
  padding: 0.15em 0.45em;
  border-radius: 3px;
  margin-left: 0.4rem;
  vertical-align: middle;
  font-weight: 600;
}
.lp-form-card .optional-badge {
  background: #6c757d;
  color: #fff;
  font-size: 0.65rem;
  padding: 0.15em 0.45em;
  border-radius: 3px;
  margin-left: 0.4rem;
  vertical-align: middle;
  font-weight: 600;
}
.lp-form-card .form-control {
  border-radius: 8px;
  border: 1px solid var(--lp-border);
  padding: 0.6rem 0.85rem;
  font-size: 0.92rem;
}
.lp-form-card .form-control:focus {
  border-color: var(--lp-gold);
  box-shadow: 0 0 0 3px rgba(200,155,60,0.15);
}
.lp-form-card .btn-submit {
  background: var(--lp-gold);
  color: var(--lp-navy);
  font-weight: 700;
  border: none;
  padding: 0.85rem;
  border-radius: 8px;
  font-size: 1rem;
  width: 100%;
  transition: opacity 0.2s;
}
.lp-form-card .btn-submit:hover {
  opacity: 0.9;
}
.lp-form-card .btn-submit:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

@media (max-width: 768px) {
  .lp-form-card { padding: 1.5rem; }
  .lp-form-section { padding: 3rem 0; }
}

/* ── Success message ── */
.lp-success {
  text-align: center;
  padding: 3rem 1.5rem;
}
.lp-success-icon {
  width: 72px;
  height: 72px;
  background: #d4edda;
  color: #198754;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  margin-bottom: 1.5rem;
}
.lp-success h2 {
  font-size: 1.4rem;
  font-weight: 700;
  color: var(--lp-navy);
  margin-bottom: 0.75rem;
}
.lp-success p {
  color: var(--lp-text-sub);
  font-size: 0.92rem;
  line-height: 1.7;
}

/* ── Alert ── */
.lp-alert {
  background: #fff3cd;
  border: 1px solid #ffc107;
  border-radius: 8px;
  padding: 1rem 1.25rem;
  margin-bottom: 1.5rem;
  font-size: 0.88rem;
  color: #856404;
}
.lp-alert-error {
  background: #f8d7da;
  border-color: #f5c2c7;
  color: #842029;
}

/* ── Footer ── */
.lp-footer {
  background: var(--lp-navy);
  color: rgba(255,255,255,0.6);
  padding: 2rem 0;
  font-size: 0.8rem;
  text-align: center;
}
.lp-footer a {
  color: rgba(255,255,255,0.7);
  text-decoration: none;
}
.lp-footer a:hover {
  color: #fff;
}
