
/* V46 — service form success state + image fallback */
.sr-hero-photo{background:linear-gradient(135deg,#eaf3f6,#f7fafb)!important}
.sr-hero-photo>img{display:block;width:100%;height:100%;object-fit:cover}
.sr-success[hidden]{display:none!important}
.sr-success{
  margin:0 0 24px;
  padding:22px 24px;
  display:grid;
  grid-template-columns:52px 1fr;
  gap:16px;
  align-items:start;
  border:1px solid #cce7d6;
  border-radius:12px;
  background:#f4fbf7;
  box-shadow:0 12px 30px rgba(25,100,62,.06);
}
.sr-success-icon{
  width:52px;height:52px;border-radius:50%;
  display:grid;place-items:center;
  background:#e4f6eb;color:#238854;
}
.sr-success-icon svg{width:24px;height:24px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
.sr-success-copy>span{display:block;font-size:8px;letter-spacing:.12em;font-weight:750;color:#238854;margin-bottom:6px}
.sr-success h2{margin:0 0 7px!important;font-size:22px!important;line-height:1.2!important;color:#173f4e!important}
.sr-success p{margin:0!important;max-width:760px!important;font-size:12.5px!important;line-height:1.65!important;color:#637b85!important}
.sr-success-actions{display:flex;gap:8px;flex-wrap:wrap;margin-top:14px}
.sr-success-actions a{display:inline-flex;align-items:center;min-height:38px;padding:0 12px;border-radius:7px;border:1px solid #cfe0e7;color:#17495c!important;background:#fff;text-decoration:none!important;font-size:10px;font-weight:700}
.sr-success-actions a:first-child{background:#07384c;border-color:#07384c;color:#fff!important}
.sr-after-submit{opacity:.72}
@media(max-width:700px){
 .sr-success{grid-template-columns:1fr;padding:18px}
 .sr-success-icon{width:44px;height:44px}
}
