:root {
  --brand-blue: #d25b2b;
  --brand-blue-dark: #ad4319;
  --engine-navy: #12263a;
  --engine-navy-soft: #edf3f9;
  --engine-accent: #d25b2b;
  --engine-accent-soft: #fff1e8;
  --engine-text: #183047;
  --engine-muted: #53697e;
}

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: linear-gradient(180deg, #ffffff 0%, #f7fafc 100%);
  padding: 34px 0 16px;
}

.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: var(--engine-text);
}

.sm-seo-p {
  margin: 0 0 12px;
  color: var(--engine-muted);
  font-size: 16px;
  line-height: 1.55;
  max-width: 980px;
}

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

.sm-seo-links {
  margin-top: 16px;
  padding-top: 14px;
  border-top: 1px solid rgba(18, 38, 58, 0.08);
}

.sm-seo-links-title {
  margin: 0 0 10px;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 900;
  color: var(--engine-text);
}

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

.sm-seo-link {
  display: inline-block;
  padding: 10px 12px;
  border: 1px solid rgba(18, 38, 58, 0.10);
  border-radius: 12px;
  background: #fbfcfe;
  color: var(--engine-text);
  text-decoration: none;
  font-weight: 800;
  font-size: 14px;
}

.sm-seo-link:hover {
  background: #fff;
  border-color: rgba(210, 91, 43, 0.22);
}

.sm-bc {
  background: #f7fafc;
  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: #687c8f;
  font-size: 13px;
  line-height: 1.4;
}

.sm-bc-link {
  color: var(--engine-text);
  text-decoration: none;
  font-weight: 800;
}

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

.hero-eyebrow {
  margin: 0 0 8px;
  color: var(--engine-accent);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.hero-summary {
  margin: 0 0 18px;
  max-width: 780px;
  color: #4d6174;
  font-size: 18px;
  line-height: 1.55;
  font-weight: 500;
}

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

@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;
}

.sm-seo-page {
  padding: 30px 0 44px;
  background:
    linear-gradient(180deg, #f7fafd 0%, #eef4f9 100%);
}

.sm-seo-page .sm-seo-container {
  max-width: 1200px;
}

.seo-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, 420px);
  gap: 24px;
  align-items: stretch;
  margin-bottom: 24px;
}

.seo-hero-copy {
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid rgba(255, 255, 255, 0.88);
  border-radius: 16px;
  box-shadow: 0 16px 30px rgba(18, 38, 58, 0.12);
  padding: 26px;
  backdrop-filter: blur(4px);
}

.seo-hero-copy .sm-seo-h1 {
  margin-bottom: 12px;
}

.seo-hero-copy .hero-summary {
  max-width: none;
  margin-bottom: 18px;
}

.seo-trust-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 10px;
}

.seo-trust-list li {
  position: relative;
  padding-left: 18px;
  color: var(--engine-text);
  font-size: 16px;
  line-height: 1.5;
  font-weight: 700;
}

.seo-trust-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--engine-accent);
  box-shadow: 0 0 0 4px rgba(210, 91, 43, 0.12);
}

.seo-hero-form-col {
  min-width: 0;
  background: linear-gradient(180deg, #17304a 0%, #12263a 100%);
  border-radius: 16px;
  box-shadow: 0 20px 35px rgba(18, 38, 58, 0.28);
  padding: 16px;
}

.seo-hero-form-col .form-panel__head {
  color: #fff;
  margin-bottom: 12px;
}

.seo-hero-form-col .form-panel__title {
  color: #fff;
  font-size: 29px;
  line-height: 1;
  letter-spacing: 0.04em;
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
}

.seo-hero-form-col .hero-find-form {
  width: 100%;
}

.seo-content-card {
  background: #fff;
  border: 1px solid rgba(18, 38, 58, 0.08);
  border-radius: 16px;
  box-shadow: 0 18px 30px rgba(18, 38, 58, 0.08);
  padding: 28px;
}

.seo-content-card h2 {
  margin: 0 0 14px;
  font-size: 28px;
  line-height: 1.2;
  color: var(--engine-text);
}

.seo-content-card h3 {
  margin: 24px 0 8px;
  font-size: 20px;
  line-height: 1.3;
  color: var(--engine-text);
}

.seo-content-card p,
.seo-content-card li {
  color: var(--engine-muted);
  font-size: 16px;
  line-height: 1.65;
}

.seo-content-card p {
  margin: 0 0 14px;
}

.seo-content-card ul,
.seo-content-card ol {
  margin: 0 0 22px;
  padding-left: 22px;
}

.seo-content-card li + li {
  margin-top: 6px;
}

.seo-content-card a:not(.btn) {
  color: var(--engine-text);
  font-weight: 800;
}

.seo-content-card .btn {
  border-radius: 999px;
  background: linear-gradient(180deg, #d25b2b 0%, #ad4319 100%);
  box-shadow: 0 12px 20px rgba(173, 67, 25, 0.24);
}

.seo-content-card .btn:hover {
  background: linear-gradient(180deg, #de6c3f 0%, #ba4d22 100%);
}

.seo-content-card section[aria-labelledby] {
  margin-top: 36px;
  padding-top: 24px;
  border-top: 1px solid rgba(18, 38, 58, 0.08);
}

.efs-content-wrap {
  display: grid;
  gap: 18px;
}

.efs-section-card {
  background: #fff;
  border: 1px solid rgba(18, 38, 58, 0.08);
  border-radius: 16px;
  box-shadow: 0 18px 30px rgba(18, 38, 58, 0.08);
  padding: 26px 28px;
}

.efs-section-card h2 {
  margin: 0 0 14px;
  font-size: 28px;
  line-height: 1.2;
  color: var(--engine-text);
}

.efs-section-card h3 {
  margin: 0 0 8px;
  font-size: 20px;
  line-height: 1.3;
  color: var(--engine-text);
}

.efs-section-card p,
.efs-section-card li {
  color: var(--engine-muted);
  font-size: 16px;
  line-height: 1.65;
}

.efs-section-card p {
  margin: 0 0 14px;
}

.efs-section-card ul,
.efs-section-card ol {
  margin: 0;
  padding-left: 22px;
}

.efs-section-card li + li {
  margin-top: 6px;
}

.efs-section-card .btn {
  border-radius: 999px;
  background: linear-gradient(180deg, #d25b2b 0%, #ad4319 100%);
  box-shadow: 0 12px 20px rgba(173, 67, 25, 0.24);
}

.efs-section-card .btn:hover {
  background: linear-gradient(180deg, #de6c3f 0%, #ba4d22 100%);
}

.efs-section-card a:not(.btn):not(.efs-related-link) {
  color: var(--engine-text);
  font-weight: 800;
}

.efs-link-stack {
  display: grid;
  gap: 10px;
}

.efs-related-grid {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 12px;
}

.efs-related-link {
  display: block;
  height: 100%;
  padding: 16px 18px;
  border-radius: 14px;
  text-decoration: none;
  color: var(--engine-text);
  background:
    linear-gradient(180deg, #ffffff 0%, #f8fbfe 100%);
  border: 1px solid rgba(18, 38, 58, 0.08);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.8);
  font-weight: 800;
  line-height: 1.35;
  transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}

.efs-related-link:hover {
  transform: translateY(-1px);
  border-color: rgba(210, 91, 43, 0.26);
  box-shadow: 0 14px 24px rgba(18, 38, 58, 0.10);
}

.efs-related-link::before {
  content: "Related";
  display: block;
  margin-bottom: 6px;
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--engine-accent);
  font-weight: 900;
}

.efs-faq-grid {
  display: grid;
  gap: 14px;
}

.efs-faq-card {
  background: linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
  border: 1px solid rgba(18, 38, 58, 0.08);
  border-left: 4px solid var(--engine-accent);
  border-radius: 14px;
  padding: 18px 18px 16px;
  box-shadow: 0 10px 18px rgba(18, 38, 58, 0.06);
}

.efs-faq-card h3 {
  margin-bottom: 8px;
}

.efs-faq-card p:last-child,
.efs-section-card p:last-child {
  margin-bottom: 0;
}

.efs-cta-box {
  border-radius: 16px;
  padding: 24px;
  background:
    linear-gradient(180deg, #17304a 0%, #12263a 100%);
  box-shadow: 0 20px 32px rgba(18, 38, 58, 0.18);
  color: #fff;
}

.efs-cta-box h3 {
  margin: 0 0 10px;
  color: #fff;
  font-size: 28px;
  line-height: 1.15;
}

.efs-cta-box p {
  margin: 0 0 16px;
  color: rgba(255, 255, 255, 0.88);
}

.efs-primary-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0 26px;
  border-radius: 999px;
  background: linear-gradient(180deg, #d25b2b 0%, #ad4319 100%);
  color: #fff;
  text-decoration: none;
  font-weight: 900;
  letter-spacing: 0.02em;
  box-shadow: 0 12px 20px rgba(173, 67, 25, 0.26);
}

.efs-primary-btn:hover {
  background: linear-gradient(180deg, #de6c3f 0%, #ba4d22 100%);
  color: #fff;
}

.efs-cta-trust {
  margin-top: 16px;
  color: #fff1e8;
  font-size: 14px;
  line-height: 1.7;
  font-weight: 700;
  white-space: pre-line;
}

@media (max-width: 991px) {
  .seo-hero-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .sm-seo-page {
    padding: 22px 0 34px;
  }

  .seo-hero-copy,
  .seo-content-card {
    padding: 20px;
  }

  .seo-hero-form-col {
    padding: 14px;
  }

  .seo-hero-form-col .form-panel__title {
    font-size: 32px;
  }

  .seo-content-card h2 {
    font-size: 24px;
  }

  .efs-section-card {
    padding: 22px 20px;
  }

  .efs-cta-box {
    padding: 20px;
  }

  .efs-cta-box h3 {
    font-size: 24px;
  }
}

#qcMiniPopup {
  display: none;
}

#qcMiniError {
  display: none;
}
