/* Results testimonials-focused repair v1
   Scope: results.html only. Keeps the approved global footer intact. */
.refined-results-hero{
  min-height:440px;
}
.refined-results-hero .results-bg{
  filter:saturate(.95) contrast(1.04);
}
.refined-results-hero .hero-copy{
  max-width:760px;
}
.refined-results-hero h1{
  max-width:760px;
}
.refined-results-hero p{
  max-width:680px;
  font-size:20px;
  line-height:1.58;
}

.results-proof-section{
  padding:64px 0 54px;
  background:linear-gradient(180deg,#fffdf8 0%,#fbf8f1 100%);
}
.results-proof-head{
  text-align:center;
  max-width:820px;
  margin:0 auto 34px;
}
.results-proof-head h2{
  margin:10px 0 12px;
  font-size:clamp(34px,3.6vw,52px);
  line-height:1.05;
}
.results-proof-head p{
  margin:0 auto;
  max-width:720px;
  color:#273642;
  font-size:17px;
  line-height:1.6;
}
.results-proof-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:22px;
}
.results-proof-card{
  position:relative;
  display:flex;
  flex-direction:column;
  min-height:330px;
  padding:30px 28px 26px;
  border:1px solid #dfd0b8;
  border-radius:10px;
  background:#fffdf8;
  box-shadow:0 18px 42px rgba(6,24,39,.055);
}
.results-proof-card .quote-mark{
  color:#b57a21;
  font-family:"Cormorant Garamond",Georgia,serif;
  font-size:54px;
  line-height:.75;
  margin-bottom:10px;
}
.results-proof-card blockquote{
  margin:0 0 24px;
  color:#061827;
  font-family:"Cormorant Garamond",Georgia,serif;
  font-size:25px;
  line-height:1.22;
  font-weight:600;
}
.results-proof-card .testimonial-meta{
  margin-top:auto;
  padding-top:18px;
  border-top:1px solid rgba(201,148,45,.35);
}
.results-proof-card .testimonial-meta b{
  display:block;
  color:#061827;
  font-size:13px;
  letter-spacing:.04em;
}
.results-proof-card .testimonial-meta span{
  display:block;
  color:#52616d;
  font-size:12px;
  margin-top:4px;
}
.results-proof-card .read-more{
  align-self:flex-start;
  margin-top:18px;
  padding:0;
  border:0;
  background:transparent;
  color:#a8641c;
  font-weight:900;
  font-size:13px;
  cursor:pointer;
}
.results-credibility-note{
  display:grid;
  grid-template-columns:112px 1fr;
  gap:28px;
  align-items:center;
  margin:34px auto 0;
  padding:28px 34px;
  max-width:980px;
  border:1px solid #dfd0b8;
  border-radius:10px;
  background:rgba(255,253,248,.76);
}
.credibility-mark{
  display:flex;
  align-items:center;
  justify-content:center;
  width:96px;
  height:96px;
  border-radius:999px;
  background:#061827;
  color:#d7ad62;
  font-family:"Cormorant Garamond",Georgia,serif;
  font-size:31px;
  font-weight:700;
  letter-spacing:.04em;
}
.results-credibility-note h3{
  margin:0 0 8px;
  color:#061827;
  font-size:26px;
  line-height:1.08;
}
.results-credibility-note p{
  margin:0;
  color:#273642;
  line-height:1.58;
}
.results-proof-section + .final-cta{
  margin-top:0;
}
@media(max-width:1020px){
  .results-proof-grid{
    grid-template-columns:repeat(2,1fr);
  }
  .results-proof-card{
    min-height:300px;
  }
}
@media(max-width:680px){
  .refined-results-hero{
    min-height:auto;
  }
  .refined-results-hero p{
    font-size:17px;
  }
  .results-proof-section{
    padding:42px 0;
  }
  .results-proof-head{
    text-align:left;
  }
  .results-proof-grid{
    grid-template-columns:1fr;
    gap:18px;
  }
  .results-proof-card{
    min-height:auto;
    padding:26px 22px 24px;
  }
  .results-proof-card blockquote{
    font-size:23px;
  }
  .results-credibility-note{
    grid-template-columns:1fr;
    text-align:center;
    gap:18px;
    padding:26px 22px;
  }
  .credibility-mark{
    margin:0 auto;
    width:86px;
    height:86px;
    font-size:28px;
  }
}