/* EMW products (solutions) page styles */
.product-section {
  background: var(--white); border: 1px solid var(--gray-200); border-radius: 16px;
  padding: 2.5rem; margin-bottom: 2.5rem;
  box-shadow: 0 10px 30px rgba(10,22,40,0.05);
  scroll-margin-top: 100px;
}
.product-head { display: flex; align-items: flex-start; justify-content: space-between; gap: 1rem; flex-wrap: wrap; margin-bottom: 0.5rem; }
.product-kicker {
  font-family: var(--font-en); font-size: 0.68rem; font-weight: 700;
  letter-spacing: 0.12em; text-transform: uppercase; color: var(--accent);
  margin-bottom: 0.3rem;
}
.product-section h3 { font-size: 1.35rem; font-weight: 700; line-height: 1.45; }
.status-badge {
  font-size: 0.72rem; font-weight: 700; border-radius: 999px; padding: 0.3rem 0.9rem; white-space: nowrap;
}
.status-badge.ga { background: #e1f5ee; border: 1px solid #9fe1cb; color: #0f6e56; }
.status-badge.beta { background: #eaf3ff; border: 1px solid #c9dcf5; color: #1f4f84; }
.status-badge.consult { background: var(--gray-100); border: 1px solid var(--gray-300); color: var(--gray-600); }
.product-lead { color: var(--gray-600); font-size: 0.95rem; margin-bottom: 1.75rem; max-width: 800px; line-height: 1.9; }
.product-grid { display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 2rem; align-items: start; }
.product-block h4 {
  font-size: 0.82rem; font-weight: 700; color: var(--gray-500);
  letter-spacing: 0.06em; margin-bottom: 0.6rem;
}
.pain-list { list-style: none; margin: 0 0 1.5rem; }
.pain-list li {
  font-size: 0.9rem; color: var(--gray-600); padding: 0.3rem 0 0.3rem 1.5rem;
  position: relative; line-height: 1.7;
}
.pain-list li::before { content: '−'; position: absolute; left: 0.2rem; color: #d85a30; font-weight: 700; }
.deliver-list { list-style: none; margin: 0 0 1.5rem; }
.deliver-list li {
  font-size: 0.9rem; color: var(--gray-600); padding: 0.3rem 0 0.3rem 1.5rem;
  position: relative; line-height: 1.7;
}
.deliver-list li::before { content: '✓'; position: absolute; left: 0.2rem; color: var(--accent); font-weight: 700; }
.product-facts { display: flex; flex-wrap: wrap; gap: 0.5rem; margin-bottom: 1.5rem; }
.fact-chip {
  font-size: 0.78rem; font-weight: 600; color: #1f4f84;
  background: #eaf3ff; border: 1px solid #c9dcf5; border-radius: 999px;
  padding: 0.35rem 0.85rem; line-height: 1.4;
}
.product-price { display: flex; align-items: baseline; gap: 0.75rem; flex-wrap: wrap; margin-bottom: 1.25rem; }
.product-price .amount { font-family: var(--font-en); font-size: 1.7rem; font-weight: 700; color: var(--navy-900); }
.product-price .amount .small { font-size: 0.85rem; color: var(--gray-500); font-weight: 500; font-family: var(--font-jp); }
.product-price .note { font-size: 0.78rem; color: var(--gray-400); }
.product-cta-row { display: flex; flex-wrap: wrap; gap: 0.75rem; align-items: center; }
.product-arch {
  background: var(--gray-50); border: 1px solid var(--gray-200); border-radius: 12px;
  padding: 1.4rem 1.25rem 1rem;
}
.product-arch svg { width: 100%; height: auto; display: block; }
.product-arch figcaption { font-size: 0.75rem; color: var(--gray-500); margin-top: 0.75rem; text-align: center; }
.origin-note {
  background: #f5f9ff; border: 1px solid #d4e4f8; border-left: 3px solid var(--accent);
  border-radius: 0 10px 10px 0; padding: 0.9rem 1.2rem; margin-top: 1.5rem;
  font-size: 0.85rem; color: #275485; line-height: 1.85;
}
@media (max-width: 900px) {
  .product-grid { grid-template-columns: 1fr; }
  .product-section { padding: 1.75rem 1.4rem; }
}
