/* V70 – prioritized phone contact, original-parts promise and on-page price search */
.v70-call-banner{
  position:relative;
  z-index:12;
  color:#fff;
  background:linear-gradient(90deg,#b90f20,#ed1b2f 52%,#b90f20);
  box-shadow:0 8px 28px rgba(173,9,28,.22);
}
.v70-call-banner-inner{
  min-height:76px;
  display:grid;
  grid-template-columns:auto minmax(260px,1fr) auto;
  align-items:center;
  gap:24px;
}
.v70-call-banner-label{
  padding:7px 10px;
  border:1px solid rgba(255,255,255,.35);
  border-radius:999px;
  font-size:.62rem;
  font-weight:900;
  letter-spacing:.11em;
  text-transform:uppercase;
}
.v70-call-banner a{
  justify-self:center;
  display:flex;
  align-items:baseline;
  gap:14px;
  color:#fff;
  text-decoration:none;
}
.v70-call-banner a small{
  color:rgba(255,255,255,.74);
  font-size:.7rem;
  font-weight:700;
  text-transform:uppercase;
}
.v70-call-banner a strong{
  font-size:clamp(1.4rem,2.5vw,2.05rem);
  letter-spacing:-.035em;
}
.v70-call-banner-note{
  color:rgba(255,255,255,.78);
  font-size:.68rem;
  font-weight:700;
}
.v70-inline-phone{
  color:#fff;
  font-weight:900;
  text-decoration:underline;
  text-decoration-color:var(--v58-red);
  text-decoration-thickness:3px;
  text-underline-offset:4px;
}
.v70-original-parts{
  background:linear-gradient(135deg,#ed1b2f,#aa091d);
}
.repair-search-help button{
  padding:0;
  border:0;
  color:#fff;
  background:transparent;
  font:inherit;
  text-decoration:underline;
  cursor:pointer;
}
.repair-search-live{
  display:flex;
  align-items:center;
  gap:7px;
  margin:11px 2px 0;
  color:#2e765d;
  font-size:.62rem;
  font-weight:800;
  line-height:1.4;
}
.repair-search-live span{
  width:7px;
  height:7px;
  flex:0 0 auto;
  border-radius:50%;
  background:#22a875;
  box-shadow:0 0 0 4px rgba(34,168,117,.13);
}
.repair-search-live[data-state="loading"]{color:#77747a}
.repair-search-live[data-state="loading"] span{background:#8d8a8f;box-shadow:none}
.repair-search-live[data-state="warning"]{color:#9a5a16}
.repair-search-live[data-state="warning"] span{background:#d88721;box-shadow:0 0 0 4px rgba(216,135,33,.12)}
.repair-search-results{
  max-height:min(430px,55vh);
  overflow:auto;
}
.repair-search-results button{
  width:100%;
  min-height:58px;
  padding:9px 12px;
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  align-items:center;
  gap:14px;
  border:0;
  border-radius:11px;
  color:#16161a;
  background:#fff;
  font-family:inherit;
  text-align:left;
  cursor:pointer;
}
.repair-search-results button+button{margin-top:2px}
.repair-search-results button:hover,
.repair-search-results button.is-active{background:#f4f1ee}
.repair-result-name{min-width:0;display:grid;gap:2px}
.repair-result-name strong{overflow:hidden;font-size:.82rem;text-overflow:ellipsis;white-space:nowrap}
.repair-result-name small{color:#77747a;font-size:.62rem}
.repair-result-prices{display:grid;justify-items:end;gap:2px}
.repair-result-prices small{color:#4c4a50;font-size:.61rem;white-space:nowrap}
.repair-result-prices b{color:#bd1021;font-weight:800}
.repair-result-category{color:#77747a;font-size:.65rem}
.repair-search-empty{padding:12px;display:grid;gap:5px}
.repair-search-empty strong{font-size:.82rem}
.repair-search-empty small{color:#77747a;font-size:.67rem}
.repair-search-empty a{margin-top:6px;color:#bd1021;font-size:.7rem;font-weight:800}
.repair-price-preview{
  margin-top:14px;
  padding:20px;
  border:1px solid rgba(255,255,255,.32);
  border-radius:20px;
  color:#151519;
  background:#fff;
  box-shadow:0 26px 65px rgba(0,0,0,.34);
}
.repair-price-preview-head{
  display:flex;
  align-items:end;
  justify-content:space-between;
  gap:20px;
  padding-bottom:15px;
  border-bottom:1px solid #e9e5e2;
}
.repair-price-preview-head>div{display:grid;gap:3px}
.repair-price-preview-head small{
  color:#bd1021;
  font-size:.6rem;
  font-weight:900;
  letter-spacing:.08em;
  text-transform:uppercase;
}
.repair-price-preview-head h2{margin:0;font-size:1.4rem;letter-spacing:-.04em}
.repair-price-preview-head>a{color:#bd1021;font-size:.65rem;font-weight:800;text-align:right}
.repair-price-grid{
  margin-top:14px;
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:8px;
}
.repair-price-item{
  min-height:68px;
  padding:11px;
  display:grid;
  align-content:center;
  gap:4px;
  border:1px solid #e7e2de;
  border-radius:12px;
  background:#faf9f7;
}
.repair-price-item span{color:#747178;font-size:.61rem;font-weight:700}
.repair-price-item strong{font-size:.9rem;letter-spacing:-.025em}
.repair-price-actions{
  margin-top:14px;
  display:grid;
  grid-template-columns:minmax(0,1.35fr) minmax(0,.65fr);
  gap:8px;
}
.repair-price-actions>a{
  min-height:54px;
  padding:10px 14px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:13px;
  font-size:.72rem;
  font-weight:900;
  text-decoration:none;
}
.repair-price-call{
  display:grid!important;
  justify-items:start!important;
  color:#fff;
  background:#ed1b2f;
}
.repair-price-call small{color:rgba(255,255,255,.7);font-size:.52rem;text-transform:uppercase}
.repair-price-call strong{font-size:.9rem}
.repair-price-book{border:1px solid #ddd7d2;color:#17171b;background:#fff}
.repair-price-note{margin:10px 2px 0;color:#77747a;font-size:.58rem;line-height:1.5}
.v70-hero-actions .v70-hero-call{
  grid-column:1/-1;
  min-height:72px;
  padding:12px 18px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
  border:2px solid #fff;
  border-radius:17px;
  color:#fff;
  background:linear-gradient(135deg,#ed1b2f,#ae0a1e);
  box-shadow:0 20px 48px rgba(237,27,47,.28);
  text-decoration:none;
}
.v70-hero-call>span{display:grid;gap:2px}
.v70-hero-call small{color:rgba(255,255,255,.72);font-size:.57rem;font-weight:900;letter-spacing:.1em;text-transform:uppercase}
.v70-hero-call strong{font-size:1.15rem;letter-spacing:-.025em}
.v70-hero-call>b{font-size:.72rem}
.v58-hero-card>a.v70-call-card{
  min-height:92px;
  margin:2px 0 7px;
  padding:13px 10px;
  border:1px solid rgba(255,255,255,.28);
  border-radius:16px;
  background:linear-gradient(135deg,rgba(237,27,47,.98),rgba(160,5,25,.94));
  box-shadow:0 18px 40px rgba(237,27,47,.22);
}
.v58-hero-card .v70-call-card span:nth-child(2){display:grid;gap:2px}
.v58-hero-card .v70-call-card small{color:rgba(255,255,255,.7);font-size:.56rem;font-weight:900;text-transform:uppercase}
.v58-hero-card .v70-call-card strong{font-size:.9rem}
.v58-hero-card .v70-call-card em{color:rgba(255,255,255,.72);font-size:.6rem;font-style:normal}
.v70-sticky a.v70-sticky-call{color:#fff;background:#ed1b2f}
.v70-sticky a:not(.v70-sticky-call).is-primary{background:transparent}
@media(max-width:980px){
  .v70-call-banner-inner{grid-template-columns:auto 1fr;gap:8px 18px;padding:11px 0}
  .v70-call-banner a{justify-self:start}
  .v70-call-banner-note{grid-column:2}
}
@media(max-width:700px){
  .v70-call-banner-inner{min-height:68px;grid-template-columns:auto 1fr;gap:3px 10px}
  .v70-call-banner-label{padding:5px 7px;font-size:.5rem}
  .v70-call-banner a{display:grid;gap:0}
  .v70-call-banner a small{font-size:.5rem}
  .v70-call-banner a strong{font-size:1.18rem}
  .v70-call-banner-note{grid-column:2;font-size:.54rem}
  .repair-search-results{max-height:52vh}
  .repair-search-results button{grid-template-columns:1fr;gap:5px}
  .repair-result-prices{display:flex;justify-content:flex-start;gap:10px}
  .repair-price-preview{padding:14px;border-radius:16px}
  .repair-price-preview-head{align-items:start;flex-direction:column;gap:7px}
  .repair-price-preview-head>a{text-align:left}
  .repair-price-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:6px}
  .repair-price-item{min-height:61px;padding:9px}
  .repair-price-actions{grid-template-columns:1fr}
  .repair-price-actions>a{min-height:50px}
  .v70-hero-actions .v70-hero-call{min-height:64px;padding:10px 13px}
  .v70-hero-call strong{font-size:.96rem}
  .v70-hero-call>b{font-size:.62rem}
}
@media(max-width:390px){
  .v70-call-banner-label{display:none}
  .v70-call-banner-inner{grid-template-columns:1fr}
  .v70-call-banner a{justify-self:center;text-align:center}
  .v70-call-banner-note{grid-column:1;justify-self:center}
  .repair-price-grid{grid-template-columns:1fr 1fr}
  .v70-hero-call>b{display:none}
}
