#ncmq-quiz {
  font-family: "Segoe UI", sans-serif;
  padding: 30px;
  background: #fff;
  max-width: 100%;
  border-top: 3px solid #CAD400;
  border-radius: 8px;
  box-shadow: 0 3px 8px rgba(0,0,0,0.05);
  margin: 0 auto;
}

.ncmq-question {
  margin-bottom: 30px;
}

.ncmq-options {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}

.ncmq-options button {
  flex: 1 1 200px;
  max-width: 280px;
  text-align: center;
  padding: 20px 15px;
  background: #f7f7f7;
  color: #333;
  border: 2px solid #ccc;
  border-radius: 8px;
  font-size: 1rem;
  cursor: pointer;
  transition: all 0.2s ease;
  min-height: 120px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-weight: 600;
}

.ncmq-options button:hover {
  background: #CAD400;
  color: #fff;
  border-color: #CAD400;
}

.ncmq-options.with-icons button img {
  margin-bottom: 10px;
  max-height: 40px;
}

.help-text {
  font-size: 0.95em;
  color: #666;
  margin-bottom: 15px;
  text-align: center;
}

.ncmq-back {
  margin-top: 20px;
  background: none;
  color: #CAD400;
  border: none;
  font-weight: bold;
  font-size: 1rem;
  cursor: pointer;
  text-decoration: underline;
}

.ncmq-result {
  text-align: center;
}

.ncmq-result ul {
  text-align: left;
  max-width: 400px;
  margin: 10px auto;
}

.ncmq-result ul li {
  margin-bottom: 6px;
}

.ncmq-commercial-btn {
  display: inline-block;
  margin-top: 15px;
  padding: 12px 20px;
  background: #CAD400;
  color: #fff;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
}

.ncmq-commercial-btn:hover {
  background: rgb(183, 193, 0);
}

.ncmq-restart {
  display: inline-block;
  margin-top: 20px;
  background: #555;
  color: white;
  padding: 10px 20px;
  border: none;
  border-radius: 6px;
  font-weight: bold;
  cursor: pointer;
}

.ncmq-restart:hover {
  background: #222;
}

.ncmq-options .ncmq-option-card {
  position: relative;
  overflow: hidden;
  flex: 1 1 250px;
  max-width: 280px;
  min-height: 220px;
  background: #fff;
  border: 2px solid #ccc;
  border-radius: 8px;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  transition: all 0.3s ease;
}

.ncmq-option-card img {
  width: 100%;
  height: 140px;
  object-fit: cover;
  border-bottom: 1px solid #ccc;
}

.ncmq-option-card h4 {
  margin: 10px 0 5px;
  font-size: 1.05rem;
  text-align: center;
}

.ncmq-option-card .info {
  font-size: 0.85rem;
  color: #666;
  padding: 0 10px 10px;
  text-align: center;
  opacity: 0;
  transform: translateY(10px);
  transition: all 0.3s ease;
}

.ncmq-option-card:hover {
  border-color: #CAD400;
}

.ncmq-option-card:hover .info {
  opacity: 1;
  transform: translateY(0);
}

.ncmq-matches {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 20px;
  justify-content: center;
}
.ncmq-match {
  flex: 1 1 250px;
  border: 1px solid #ddd;
  padding: 15px;
  border-radius: 8px;
  background: #fff;
  text-align: center;
  max-width: 300px;
}
.ncmq-match img {
  max-width: 100%;
  height: auto;
  border-radius: 6px;
  margin-bottom: 10px;
}
.ncmq-match h4 {
  margin-bottom: 5px;
}
.view-button {
  display: inline-block;
  margin-top: 10px;
  padding: 8px 16px;
  background: #CAD400;
  color: white;
  border-radius: 4px;
  text-decoration: none;
  font-weight: bold;
}
.view-button:hover {
  background: rgb(183, 193, 0);
}
.catcher-alert {
  font-size: 0.85em;
  background: #fff3cd;
  color: #856404;
  border: 1px solid #ffeeba56;
  padding: 5px 10px;
  border-radius: 4px;
  margin-top: 5px;
}
.ncmq-match .price-box {
    margin: 10px 0;
    font-size: 14px;
    line-height: 1.4;
    color: #333;
}
.ncmq-form-wrapper {
    margin-top: 40px;
    padding: 20px;
    background: #f4f4f4;
    border-radius: 6px;
}

.ncmq-form-wrapper h3 {
    margin-top: 0;
}
.ncmq-form-container {
  display: none;
}

.ncmq-benefits-footer {
  background: #f9f9f9;
  border-top: 2px solid #CAD400;
  padding: 20px;
  margin-top: 30px;
  font-size: 16px;
  border-radius: 6px;
}

.ncmq-benefits-footer h3 {
  margin-top: 0;
  font-size: 20px;
  color: #CAD400;
}

.ncmq-benefits-footer ul {
  list-style: none;
  padding-left: 0;
}

.ncmq-benefits-footer ul li {
  margin-bottom: 6px;
}

.ncmq-benefits-inline {
  margin-top: 2rem;
  text-align: center;
}

.benefits-inline-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  padding: 15px;
  background: #f3f3f3;
  border-radius: 8px;
}

.benefit {
  background: #ffffff;
  border: 1px solid #dcdcdc;
  padding: 6px 12px;
  border-radius: 20px;
  font-size: 14px;
  color: #333;
  white-space: nowrap;
  box-shadow: 0 1px 2px rgba(0,0,0,0.1);
}

.benefit.warning {
  background: #fff3cd;
  border-color: #ffeeba;
  color: #856404;
}

.benefit.notice {
  background: #e9ecef;
  border-color: #d6d8db;
  color: #495057;
}

.mower-description {
	  padding: 10px;
	background: #f3f3f3;
	border-radius: 8px;
	font-size:11px;
	line-height:12px;
}

.ncmq-summary-box {
    background: #f9f9f9;
    border: 2px solid #ddd;
    padding: 1em;
    margin-bottom: 1.5em;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0 2px 6px rgba(0,0,0,0.05);
}

.ncmq-summary-tags {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1em;
    margin-top: 0.5em;
    font-size: 1rem;
}

.ncmq-summary-tags span {
    background: #fff;
    border: 1px solid #ccc;
    padding: 0.5em 1em;
    border-radius: 6px;
}

.ncmq-warning-box {
    background: #fff8e1;
    border: 2px solid #ffc107;
    padding: 1em;
    border-radius: 8px;
    margin-bottom: 1em;
    text-align: center;
    font-size: 1rem;
}
.ncmq-warning-box a {
    color: #CAD400;
    text-decoration: underline;
}

.ncmq-warning-banner {
    background: #fff3cd;
    color: #856404;
    border: 1px solid #ffeeba;
    padding: 12px 16px;
    border-radius: 6px;
    font-size: 0.95rem;
    margin-bottom: 1.25em;
    display: flex;
    align-items: center;
    gap: 8px;
}


/* Intro screen */
.ncmq-intro {
  max-width: 680px;
  margin: 0 auto 30px;
  text-align: center;
}

.ncmq-intro-card {
  background: #f8f8f8;
  border-radius: 12px;
  padding: 30px 25px 20px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.06);
  border: 1px solid #e0e0e0;
}

.ncmq-intro-logo img {
  max-height: 80px;
  margin-bottom: 10px;
}

.ncmq-intro-subtitle {
  font-size: 0.98rem;
  color: #555;
  margin-bottom: 20px;
}

.ncmq-intro-form {
  display: grid;
  grid-template-columns: 1fr;
  gap: 15px;
  text-align: left;
  margin-bottom: 15px;
}

.ncmq-field label {
  display: block;
  font-weight: 600;
  margin-bottom: 4px;
  font-size: 0.9rem;
}

.ncmq-field input {
  width: 100%;
  padding: 9px 10px;
  border-radius: 6px;
  border: 1px solid #ccc;
  font-size: 0.95rem;
}

.ncmq-field input:focus {
  outline: none;
  border-color: #CAD400;
  box-shadow: 0 0 0 1px rgba(215,25,32,0.1);
}

.ncmq-start-btn {
  width: 100%;
  margin-top: 5px;
  padding: 12px 16px;
  background: #CAD400;
  color: #fff;
  border: none;
  border-radius: 8px;
  font-size: 1rem;
  font-weight: 700;
  cursor: pointer;
}

.ncmq-start-btn:hover {
  background: rgb(183, 193, 0);
}

.ncmq-disclaimer {
  font-size: 0.8rem;
  color: #777;
  margin-top: 10px;
}
