/*
 * Conversion and accessibility corrections for v1.1.0.
 * Loaded after the theme stylesheet so the approved layout remains unchanged.
 */
:root {
  --muted: #5f5b52;
}

.hero-lead {
  color: rgba(255, 255, 255, 0.79);
}

.hero-trust .trust-copy {
  color: rgba(255, 255, 255, 0.68);
  font-size: 12px;
}

.frame-label {
  color: rgba(255, 255, 255, 0.66);
  font-size: 10px;
}

.quote-chip span,
.quote-chip small {
  color: rgba(255, 255, 255, 0.7);
  font-size: 10px;
}

.hero-bottom p {
  color: rgba(255, 255, 255, 0.66);
  font-size: 11px;
}

.gold-heading > p,
.live-quote > p,
.calculator-title {
  color: rgba(255, 255, 255, 0.72);
}

.quote-topline,
.quote-meta,
.calculator-result span {
  color: rgba(255, 255, 255, 0.64);
  font-size: 11px;
}

.big-price small {
  color: rgba(255, 255, 255, 0.62);
  font-size: 12px;
}

.calculator label,
.lead-form label {
  color: rgba(255, 255, 255, 0.72);
  font-size: 11px;
}

.fine-print {
  color: rgba(255, 255, 255, 0.6);
  font-size: 11px;
}

.lead-form input::placeholder,
.lead-form textarea::placeholder {
  color: rgba(255, 255, 255, 0.58);
}

.lead-form label small,
.checkbox-label {
  color: rgba(255, 255, 255, 0.68) !important;
}

.checkbox-label {
  font-size: 11px !important;
}

.form-note {
  color: rgba(255, 255, 255, 0.6);
  font-size: 10px;
}

.location-panel .address {
  color: rgba(255, 255, 255, 0.78);
}

.hours .hours-label {
  color: rgba(255, 255, 255, 0.68);
}

.site-footer .footer-link {
  color: rgba(255, 255, 255, 0.72);
  font-size: 12px;
}

.site-footer .footer-description {
  color: rgba(255, 255, 255, 0.6);
}

.site-footer .footer-bottom {
  color: rgba(255, 255, 255, 0.54);
  font-size: 11px;
}

.form-success {
  margin: 16px 0 0;
  color: var(--gold-pale);
  font-size: 13px;
  line-height: 1.5;
  text-align: center;
}

.com-oro-privacy {
  width: min(820px, calc(100% - 48px));
  margin-inline: auto;
  padding: 110px 0 90px;
}

.com-oro-privacy h1 {
  margin-bottom: 18px;
  font-family: var(--serif);
  font-size: clamp(3rem, 7vw, 5.5rem);
  font-weight: 400;
  letter-spacing: -0.05em;
  line-height: 0.95;
}

.com-oro-privacy h2 {
  margin: 50px 0 16px;
  font-size: clamp(1.75rem, 4vw, 2.6rem);
  letter-spacing: -0.035em;
  line-height: 1.05;
}

.com-oro-privacy p {
  color: var(--ink-soft);
  font-size: 16px;
}

.com-oro-privacy a {
  color: #765824;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.com-oro-privacy .privacy-back {
  margin-top: 60px;
  padding-top: 24px;
  border-top: 1px solid var(--line);
  font-weight: 700;
}

@media (max-width: 640px) {
  .hero-trust .trust-copy,
  .hero-bottom p,
  .site-footer .footer-link {
    font-size: 12px;
  }

  .com-oro-privacy {
    width: min(100% - 32px, 820px);
    padding: 76px 0 70px;
  }
}
