.genset-advisor-wrap {
  max-width: 720px;
  margin: 0 auto;
  padding: 16px;
}

.genset-card {
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  padding: 16px;
  margin-bottom: 14px;
}

.genset-intro h1 {
  margin: 0 0 8px 0;
  font-size: 24px;
  line-height: 1.3;
}

.genset-intro p {
  margin: 0;
  line-height: 1.6;
  color: #4b5563;
}

.genset-progress-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  margin-bottom: 8px;
}

.genset-progress-label {
  font-size: 14px;
  color: #374151;
  font-weight: 600;
}

.genset-progress-bar {
  width: 100%;
  height: 8px;
  background: #e5e7eb;
  border-radius: 999px;
  overflow: hidden;
}

.genset-progress-bar-fill {
  height: 100%;
  width: 16.66%;
  background: #0077ac;
  transition: width 0.2s ease;
}

.genset-step {
  display: none;
}

.genset-step.is-active {
  display: block;
}

.genset-step h2 {
  margin-top: 0;
  font-size: 18px;
}

.genset-help {
  margin-top: -2px;
  margin-bottom: 12px;
  color: #6b7280;
  font-size: 13px;
}

.genset-illustration-card {
  display: grid;
  gap: 4px;
  margin: 12px 0 10px 0;
  padding: 14px;
  border-radius: 10px;
  background: linear-gradient(135deg, #eff6ff, #f8fafc);
  border: 1px solid #dbeafe;
  color: #1f2937;
}

.genset-illustration-card strong {
  font-size: 14px;
  color: #0b5f82;
}

.genset-illustration-card span {
  line-height: 1.5;
  font-size: 13px;
  color: #4b5563;
}

.genset-field-group {
  display: grid;
  gap: 10px;
}

.genset-choice {
  display: block;
  border: 1px solid #d1d5db;
  border-radius: 8px;
  padding: 10px 12px;
  cursor: pointer;
  background: #fff;
}

.genset-choice input {
  margin-right: 8px;
}

.genset-choice:hover {
  border-color: #0077ac;
}

.genset-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  margin-top: 14px;
}

.genset-btn {
  appearance: none;
  border: 0;
  border-radius: 8px;
  padding: 11px 14px;
  font-size: 14px;
  cursor: pointer;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
}

.genset-btn-primary {
  background: #0077ac;
  color: #fff;
}

.genset-btn-primary:hover {
  background: #005f87;
}

.genset-btn-secondary {
  background: #f3f4f6;
  color: #1f2937;
}

.genset-btn-secondary:hover {
  background: #e5e7eb;
}

.genset-error {
  color: #b91c1c;
  font-size: 13px;
  margin-top: 8px;
  min-height: 18px;
}

.genset-result-title {
  margin-top: 0;
  margin-bottom: 8px;
}

.genset-list {
  margin: 0;
  padding-left: 18px;
  line-height: 1.6;
}

.genset-note-box,
.genset-warning-box,
.genset-main-box {
  border-radius: 8px;
  padding: 12px;
  margin-top: 12px;
}

.genset-main-box {
  background: #eff6ff;
  border: 1px solid #bfdbfe;
}

.genset-note-box {
  background: #f9fafb;
  border: 1px solid #e5e7eb;
}

.genset-warning-box {
  background: #fef2f2;
  border: 1px solid #fecaca;
}

.genset-option-item {
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  padding: 10px;
  margin-top: 10px;
}

.genset-option-item h4 {
  margin: 0 0 6px 0;
}

.genset-product-item {
  display: grid;
  grid-template-columns: 84px 1fr;
  gap: 12px;
  align-items: start;
}

.genset-product-thumb-wrap {
  width: 84px;
}

.genset-product-thumb {
  width: 84px;
  height: 84px;
  border-radius: 8px;
  border: 1px solid #e5e7eb;
  object-fit: contain;
  background: #ffffff;
  display: block;
}

.genset-product-thumb-fallback {
  background: #f3f4f6;
  color: #9ca3af;
  font-size: 11px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.genset-product-info {
  min-width: 0;
}

.genset-product-title {
  margin: 0 0 6px 0;
  font-size: 16px;
  line-height: 1.4;
  color: #0b5f82;
}

a.genset-product-card-link {
  display: grid;
  text-decoration: none;
  color: inherit;
  cursor: pointer;
  transition:
    border-color 0.15s ease,
    box-shadow 0.15s ease,
    transform 0.15s ease;
}

a.genset-product-card-link:hover,
a.genset-product-card-link:focus {
  border-color: #93c5fd;
  box-shadow: 0 6px 16px rgba(2, 132, 199, 0.12);
  transform: translateY(-1px);
}

a.genset-product-card-link:hover .genset-product-title,
a.genset-product-card-link:focus .genset-product-title {
  color: #084b66;
}

a.genset-product-card-link:focus-visible {
  outline: 2px solid #0ea5e9;
  outline-offset: 2px;
}

.genset-product-meta {
  margin: 0 0 6px 0;
}

.genset-product-spec-list {
  margin-top: 6px;
}

.genset-product-fit-reasons {
  margin: 8px 0 0 0;
  color: #4b5563;
  line-height: 1.5;
}

.genset-tag-row {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 8px;
}

.genset-chip {
  display: inline-flex;
  align-items: center;
  padding: 4px 8px;
  border-radius: 999px;
  background: #e0f2fe;
  color: #075985;
  font-size: 12px;
  font-weight: 600;
}

.genset-faq-item {
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  background: #ffffff;
  margin-top: 10px;
  padding: 10px 12px;
}

.genset-faq-item summary {
  cursor: pointer;
  font-weight: 600;
  color: #1f2937;
}

.genset-faq-item p {
  margin: 10px 0 0 0;
  color: #4b5563;
  line-height: 1.6;
}

.genset-cta-row {
  display: grid;
  gap: 10px;
  margin-top: 14px;
}

@media (min-width: 640px) {
  .genset-intro h1 {
    font-size: 28px;
  }

  .genset-cta-row {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 480px) {
  .genset-product-item {
    grid-template-columns: 1fr;
  }

  .genset-product-thumb-wrap {
    width: 100%;
  }

  .genset-product-thumb,
  .genset-product-thumb-fallback {
    width: 72px;
    height: 72px;
  }
}
