:root {
  --brand-blue: #2c94d2;
  --brand-blue-dark: #1f8ac7;
}

button[type="submit"],
.btn,
.find-part-button {
  background: var(--brand-blue);
  color: #fff;
  border: 0;
}

button[type="submit"]:hover,
.btn:hover,
.find-part-button:hover {
  background: var(--brand-blue-dark);
}

.form-control,
select,
input,
textarea {
  outline: none;
}

.sm-form-microcopy {
  font-size: 13px;
  margin: 8px 0 8px;
  opacity: 0.9;
  text-align: center;
  color: #FFF7ED;
}

.sm-submit-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border: 0;
  border-radius: 10px;
  padding: 14px 14px;
  font-size: 16px;
  font-weight: 800;
  cursor: pointer;
  background: #111;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.3px;
}

.find-part-btn-text {
  margin: 0;
  width: 100%;
  text-align: center;
}

.sm-submit-btn:hover { filter: brightness(1.08); }
.sm-submit-btn:active { transform: translateY(1px); }

.call-cta {
  text-decoration: none;
}

.call-cta .call-cta-icon {
  width: 26px;
  height: 26px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.14);
}

.call-cta .call-cta-icon svg {
  width: 18px;
  height: 18px;
  fill: var(--brand-blue);
}

.call-cta .call-cta-text {
  display: flex;
  flex-direction: column;
  gap: 3px;
  line-height: 1.1;
}

.call-cta .call-cta-title {
  font-size: 15px;
  letter-spacing: 0.6px;
  font-weight: 900;
}

.call-cta .call-cta-number {
  display: none;
}

.sm-seo {
  background: #fff;
  padding: 34px 0 10px;
}

.sm-seo-container {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 18px;
}

.sm-seo-h1 {
  margin: 0 0 10px;
  font-size: 34px;
  line-height: 1.15;
  font-weight: 900;
  color: #111;
}

.sm-seo-p {
  margin: 0 0 12px;
  color: #4a4a4a;
  font-size: 16px;
  line-height: 1.55;
  max-width: 980px;
}

.sm-seo-list {
  margin: 0;
  padding-left: 18px;
  color: #333;
  font-size: 15px;
  line-height: 1.6;
  display: grid;
  gap: 4px;
}

.sm-seo-links {
  margin-top: 16px;
  padding-top: 14px;
  border-top: 1px solid #eee;
}

.sm-seo-links-title {
  margin: 0 0 10px;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 900;
  color: #111;
}

.sm-seo-links-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.sm-seo-link {
  display: inline-block;
  padding: 10px 12px;
  border: 1px solid #e8e8e8;
  border-radius: 12px;
  background: #fafafa;
  color: #111;
  text-decoration: none;
  font-weight: 800;
  font-size: 14px;
}

.sm-seo-link:hover { background: #fff; }

.sm-bc {
  background: #fff;
  padding: 10px 0 0;
}

.sm-bc-container {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 18px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px;
  color: #666;
  font-size: 13px;
  line-height: 1.4;
}

.sm-bc-link {
  color: #111;
  text-decoration: none;
  font-weight: 800;
}

.sm-bc-link:hover { text-decoration: underline; }
.sm-bc-sep { color: #aaa; font-weight: 900; }
.sm-bc-current { color: #444; font-weight: 900; }

@media (max-width: 768px) {
  .sm-seo { padding: 26px 0 8px; }
  .sm-seo-h1 { font-size: 28px; }
  .sm-bc-container { font-size: 12px; }
}

@media (max-width: 820px) {
  .hide-note-mobile { display: none !important; }
}

.qc-page-main {
  padding: 40px 16px;
}

.qc-page-container {
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}

.qc-page-title {
  font-size: 34px;
  margin: 0 0 10px;
}

.qc-page-intro {
  font-size: 18px;
  line-height: 1.4;
  margin: 0 0 24px;
}

.qc-page-reference {
  margin-top: 14px;
  color: #666;
  font-size: 13px;
}

#qcMiniPopup {
  display: none;
}

#qcMiniError {
  display: none;
}
