.callback-optional .callback-message[hidden] {
  display: none !important;
}

.callback-secondary {
  margin: 9px 0 0;
  color: #b6c1cf;
  font-size: 12px;
  line-height: 1.5;
}

.callback-secondary a {
  color: #f2d58c;
  font-weight: 700;
  text-underline-offset: 3px;
}

.callback-actions--single {
  grid-template-columns: minmax(0, 280px);
}

.callback-actions--single .btn {
  width: 100%;
}

.callback-guarantee-link {
  margin: 16px 0 0;
  font-size: 13px;
}

.callback-guarantee-link a {
  color: #f2d58c;
  font-weight: 700;
  text-underline-offset: 4px;
}

.decision-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 18px;
  align-items: baseline;
  margin-top: 22px;
  color: #aeb9c8;
  font-size: 14px;
  line-height: 1.6;
}

.decision-links span {
  color: #d8dee8;
  font-weight: 700;
}

.decision-links a,
.decision-link {
  color: #f2d58c;
  font-weight: 700;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

.faq-conversion-actions {
  align-items: center;
  margin-top: 20px;
}

.contact-trust-list a {
  color: inherit;
  text-underline-offset: 3px;
}

.hero-callback-panel {
  transition: border-color 0.25s ease, box-shadow 0.25s ease;
}

.hero-callback-panel:target,
.hero-callback-panel.is-targeted {
  border-color: rgba(233, 196, 100, 0.72);
  box-shadow: 0 0 0 3px rgba(233, 196, 100, 0.1), 0 28px 76px rgba(1, 5, 12, 0.5);
}

.hero-callback-panel:focus {
  outline: none;
}

.pricing-hero-more {
  display: inline-flex;
  margin-top: 16px;
  color: #f2d58c;
  font-size: 13px;
  font-weight: 700;
  text-underline-offset: 4px;
}

.pricing-mid-cta {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) auto;
  gap: clamp(24px, 4vw, 60px);
  align-items: center;
  margin-top: clamp(28px, 4vw, 52px);
  padding: clamp(24px, 3.5vw, 42px);
  border: 1px solid rgba(118, 87, 29, 0.22);
  border-radius: 18px;
  color: #182334;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.82), rgba(246, 242, 234, 0.96));
  box-shadow: 0 20px 48px rgba(35, 47, 61, 0.13);
}

.pricing-mid-cta h2 {
  max-width: 780px;
  margin: 6px 0 10px;
  font-size: clamp(26px, 2.5vw, 38px);
}

.pricing-mid-cta p:not(.eyebrow) {
  max-width: 760px;
  margin: 0;
  color: #4c5a68;
}

.pricing-mid-cta .row {
  justify-content: flex-end;
}

.pricing-guarantee-panel {
  align-items: start;
}

.pricing-guarantee-actions {
  align-self: center;
}

.pricing-guarantee-panel .decision-link {
  color: #76571d;
}

.settlement-scale {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid rgba(118, 87, 29, 0.22);
  border-bottom: 1px solid rgba(80, 91, 104, 0.16);
}

.settlement-step {
  min-width: 0;
  padding: 22px clamp(14px, 2vw, 24px);
}

.settlement-step:not(:first-child) {
  border-left: 1px solid rgba(80, 91, 104, 0.16);
}

.settlement-price {
  display: block;
  margin-bottom: 8px;
  color: #8a6119;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(24px, 2.2vw, 32px);
  font-weight: 700;
}

.settlement-step strong {
  display: block;
  min-height: 2.9em;
  color: #263344;
  font-size: 14px;
  line-height: 1.45;
}

.pricing-mid-cta .settlement-step p {
  max-width: none;
  margin-top: 9px;
  color: #5b6774;
  font-size: 12px;
  line-height: 1.55;
}

.pricing-mid-cta .settlement-terms {
  grid-column: 1 / -1;
  max-width: none;
  color: #4c5a68;
  font-size: 12px;
  line-height: 1.65;
}

.settlement-terms strong {
  color: #182334;
}

.decision-assurance {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 12px 22px;
  align-items: center;
  margin-top: 24px;
  padding: 18px 0;
  border-top: 1px solid rgba(224, 185, 115, 0.28);
  border-bottom: 1px solid rgba(148, 163, 190, 0.14);
}

.decision-assurance strong {
  color: #fff4d4;
}

.decision-assurance span {
  color: #b9c4d2;
  font-size: 14px;
  line-height: 1.6;
}

.decision-assurance a {
  color: #f2d58c;
  font-size: 13px;
  font-weight: 700;
  white-space: nowrap;
  text-underline-offset: 4px;
}

.article-action {
  display: grid;
  gap: 18px;
  margin: 28px 0 34px;
  padding: 22px 0 22px 20px;
  border-left: 3px solid #e0b973;
  background: linear-gradient(90deg, rgba(224, 185, 115, 0.08), transparent);
}

.article-action strong,
.article-action span {
  display: block;
}

.article-action strong {
  margin-bottom: 7px;
  color: #fff4d4;
  font-size: 1.08rem;
}

.article-action span {
  color: #c7d0dc;
  line-height: 1.65;
}

@media (max-width: 1100px) {
  .pricing-mid-cta {
    grid-template-columns: 1fr;
  }

  .pricing-mid-cta .row {
    justify-content: flex-start;
  }

  .settlement-scale {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .settlement-step:nth-child(3) {
    border-left: 0;
  }

  .settlement-step:nth-child(n + 3) {
    border-top: 1px solid rgba(148, 163, 190, 0.14);
  }

  .decision-assurance {
    grid-template-columns: 1fr;
  }

  .decision-assurance a {
    white-space: normal;
  }
}

@media (max-width: 620px) {
  .settlement-scale {
    grid-template-columns: 1fr;
  }

  .settlement-step:not(:first-child) {
    border-top: 1px solid rgba(148, 163, 190, 0.14);
    border-left: 0;
  }

  .settlement-step strong {
    min-height: 0;
  }
}

@media (max-width: 820px) {
  .action-bar {
    transition: transform 0.2s ease, opacity 0.2s ease;
  }

  body:has(.callback-form :focus) .action-bar {
    transform: translateY(110%);
    opacity: 0;
    pointer-events: none;
  }
}
