/* Homepage A+ trust/conversion upgrade */
.home-trust-strip{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:10px;
  margin-top:22px;
  max-width:620px;
}
.home-trust-strip span,
.home-trust-strip a{
  display:inline-flex;
  align-items:center;
  min-height:38px;
  padding:9px 12px;
  border:1px solid rgba(232,221,202,.24);
  background:rgba(10,7,5,.48);
  color:#e8ddca;
  font-size:12px;
  line-height:1.2;
  letter-spacing:.04em;
  text-transform:uppercase;
  font-weight:850;
}
.home-trust-strip a{text-decoration:none}
.home-trust-strip a:hover{border-color:rgba(243,214,170,.68);background:rgba(143,36,28,.5)}
.home-trust-strip strong{color:#f3d6aa;margin-right:5px}
.v4-exact-services{grid-template-columns:repeat(5,minmax(0,1fr))}
.v4-exact-services a:nth-child(4){border-right:1px solid rgba(0,0,0,.24)}
.v4-exact-services a{
  min-width:0;
  justify-content:flex-start;
}
.v4-exact-services .v4-service-icon{
  flex:0 0 44px;
  width:44px;
  height:44px;
  margin:0 0 8px;
}
.v4-exact-services strong{
  min-height:20px;
  line-height:1;
}
.v4-exact-services small{
  min-height:32px;
}
.v4-icon-gear:before{
  content:"";
  position:absolute;
  left:8px;
  top:7px;
  width:26px;
  height:26px;
  border:3px solid #090807;
  border-radius:50%;
  background:repeating-conic-gradient(#090807 0 8deg, transparent 8deg 18deg);
  box-shadow:inset 0 0 0 8px #e8ddca, inset 0 0 0 12px #090807;
}
.v4-icon-gear:after{
  content:"";
  position:absolute;
  left:19px;
  top:0;
  width:5px;
  height:44px;
  border-radius:5px;
  background:#090807;
  transform:rotate(45deg);
}
.home-proof-section{
  background:#e8ddca;
  color:#111;
  padding:56px 0 62px;
  border-top:1px solid rgba(0,0,0,.12);
}
.home-proof-grid{
  display:grid;
  grid-template-columns:minmax(0,1.05fr) minmax(360px,.95fr);
  gap:34px;
  align-items:center;
}
.home-proof-copy h2{
  margin:8px 0 14px;
  font-size:clamp(36px,4vw,58px);
  line-height:.95;
  letter-spacing:-.035em;
}
.home-proof-copy p{
  max-width:720px;
  color:#4b3a2b;
  font-size:19px;
}
.home-proof-stats{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:12px;
}
.home-proof-stats div{
  min-height:170px;
  padding:20px 18px;
  border:1px solid rgba(17,13,9,.16);
  background:rgba(255,247,232,.62);
  box-shadow:0 16px 35px rgba(43,27,13,.08);
}
.home-proof-stats strong{
  display:block;
  color:#8f241c;
  font-size:clamp(28px,3vw,42px);
  line-height:.95;
  letter-spacing:-.04em;
}
.home-proof-stats span{
  display:block;
  margin-top:10px;
  color:#34281d;
  font-weight:800;
  line-height:1.32;
}
.home-testimonial-strip{
  background:#120d09;
  color:#f4e9d8;
  padding:34px 0;
  border-top:1px solid rgba(232,221,202,.12);
  border-bottom:1px solid rgba(232,221,202,.12);
}
.home-testimonial-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:16px;
}
.home-testimonial-grid figure{
  margin:0;
  padding:22px;
  border:1px solid rgba(217,155,43,.24);
  background:rgba(255,255,255,.035);
}
.home-testimonial-grid div{
  color:#d99b2b;
  letter-spacing:.12em;
  font-size:13px;
  margin-bottom:10px;
}
.home-testimonial-grid blockquote{
  margin:0;
  font-size:20px;
  line-height:1.28;
  font-weight:900;
}
.home-testimonial-grid figcaption{
  margin-top:12px;
  color:#d9bd8c;
  font-weight:850;
}
.home-section-actions{
  display:flex;
  gap:12px;
  flex-wrap:wrap;
  justify-content:flex-end;
}
.home-next-step{
  background:linear-gradient(135deg,#8f241c 0%,#c85a22 100%);
  color:#fff4df;
  padding:54px 0;
}
.home-next-step-inner{
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  gap:28px;
  align-items:center;
}
.home-next-step h2{
  margin:8px 0 10px;
  max-width:820px;
  font-size:clamp(34px,4vw,54px);
  line-height:.98;
  letter-spacing:-.035em;
}
.home-next-step p{margin:0;color:#ffe8c9;font-size:18px}
.home-next-step .kicker{color:#ffe0aa}
.home-next-step-actions{
  display:grid;
  gap:12px;
  min-width:230px;
}
@media(max-width:980px){
  .home-proof-grid,.home-next-step-inner{grid-template-columns:1fr}
  .home-proof-stats,.home-testimonial-grid{grid-template-columns:1fr}
  .home-proof-stats div{min-height:0}
  .home-section-actions{justify-content:flex-start;margin-top:14px}
  .v4-exact-services{grid-template-columns:repeat(2,1fr)}
  .v4-exact-services a:nth-child(2n){border-right:0}
  .v4-exact-services a:nth-child(4){border-right:0}
}
@media(max-width:560px){
  .home-trust-strip{display:grid;grid-template-columns:1fr}
  .home-exact-copy{padding-bottom:260px}
  .v4-exact-services{grid-template-columns:1fr}
  .v4-exact-services a{border-right:0}
}
