/* Gulf Fix Pro v27: shared brand refresh and core service landing pages */
.site-header,
.site-header.scrolled,
.home-page .site-header:not(.scrolled):not(.menu-open) {
  background: rgba(255, 255, 255, .97) !important;
  border-bottom-color: rgba(7, 31, 63, .11) !important;
  box-shadow: 0 8px 26px rgba(7, 31, 63, .08);
  backdrop-filter: blur(18px);
}

/* v31: complete compact redesign for the fault-details request */
.service-redesign-page .service-conversion-section {
  padding-block: 34px 40px;
  background: linear-gradient(180deg, #f5f9fe 0%, #fbfdff 100%);
}

.service-redesign-page .service-lead-card {
  display: grid;
  grid-template-columns: minmax(220px, .7fr) minmax(0, 1.7fr);
  gap: 0;
  max-width: 1100px;
  margin: 8px auto 0;
  padding: 0;
  overflow: hidden;
  border: 1px solid #d8e6f3;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 16px 42px rgba(7, 31, 61, .09);
}

.service-redesign-page .service-lead-intro {
  position: relative;
  display: flex;
  min-width: 0;
  flex-direction: column;
  justify-content: center;
  padding: 28px 26px;
  overflow: hidden;
  background: linear-gradient(145deg, #061b3e 0%, #073570 100%);
  color: #fff;
}

.service-redesign-page .service-lead-intro::after {
  content: "";
  position: absolute;
  right: -54px;
  bottom: -70px;
  width: 165px;
  height: 165px;
  border: 28px solid rgba(37, 143, 235, .18);
  border-radius: 50%;
}

.service-redesign-page .service-lead-intro .eyebrow {
  position: relative;
  z-index: 1;
  margin-bottom: 9px;
  color: #70c0ff;
  font-size: .7rem;
}

.service-redesign-page .service-lead-intro h3 {
  position: relative;
  z-index: 1;
  margin: 0 0 9px;
  color: #fff;
  font-size: clamp(1.45rem, 2.3vw, 2rem);
  line-height: 1.08;
  letter-spacing: -.035em;
}

.service-redesign-page .service-lead-intro > p {
  position: relative;
  z-index: 1;
  margin: 0;
  color: #c9d9ec;
  font-size: .86rem;
  line-height: 1.55;
}

.service-redesign-page .service-lead-points {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 7px;
  margin-top: 20px;
}

.service-redesign-page .service-lead-points span {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #edf6ff;
  font-size: .76rem;
  font-weight: 700;
}

.service-redesign-page .service-lead-points span::before {
  content: "✓";
  display: grid;
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  place-items: center;
  border-radius: 50%;
  background: #12b76a;
  color: #fff;
  font-size: .68rem;
}

.service-redesign-page .service-lead-form {
  display: grid;
  gap: 11px;
  min-width: 0;
  padding: 24px 26px 20px;
}

.service-redesign-page .service-lead-form .form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 11px;
}

.service-redesign-page .service-lead-form label {
  display: grid;
  gap: 5px;
  min-width: 0;
  color: #17324f;
  font-size: .77rem;
  font-weight: 800;
}

.service-redesign-page .service-lead-form input,
.service-redesign-page .service-lead-form textarea {
  width: 100%;
  min-height: 43px;
  padding: 9px 11px;
  border: 1px solid #cbd9e7;
  border-radius: 9px;
  background: #fbfdff;
  color: #102b49;
  font: inherit;
  font-size: .86rem;
  font-weight: 500;
  transition: border-color .18s ease, box-shadow .18s ease, background .18s ease;
}

.service-redesign-page .service-lead-form textarea {
  min-height: 65px;
  resize: vertical;
}

.service-redesign-page .service-lead-form input::placeholder,
.service-redesign-page .service-lead-form textarea::placeholder { color: #8a9bad; }

.service-redesign-page .service-lead-form input:focus,
.service-redesign-page .service-lead-form textarea:focus {
  outline: none;
  border-color: #1683e2;
  background: #fff;
  box-shadow: 0 0 0 3px rgba(22, 131, 226, .12);
}

.service-redesign-page .service-form-actions {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: stretch;
  gap: 11px;
}

.service-redesign-page .photo-upload-panel {
  position: relative;
  display: grid;
  grid-template-columns: 36px minmax(0, 1fr) auto;
  align-items: center;
  gap: 10px;
  min-height: 50px;
  margin: 0;
  padding: 7px 9px;
  border: 1px solid #cbdff2;
  border-radius: 10px;
  background: #f3f8fe;
  text-align: left;
  cursor: pointer;
}

.service-redesign-page .photo-upload-panel:hover { border-color: #77afe2; background: #edf6ff; }

.service-redesign-page .photo-upload-panel .upload-icon {
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  margin: 0;
  border-radius: 9px;
  background: #e0efff;
  color: #0768c9;
  font-size: 1.35rem;
  font-weight: 500;
}

.service-redesign-page .photo-upload-panel .upload-icon::before { content: none; }
.service-redesign-page .photo-upload-panel .upload-copy { display: grid; gap: 1px; min-width: 0; }
.service-redesign-page .photo-upload-panel .upload-copy strong { margin: 0; color: #102b49; font-size: .79rem; }
.service-redesign-page .photo-upload-panel .upload-copy small { color: #6d8094; font-size: .65rem; font-weight: 500; }
.service-redesign-page .photo-upload-panel input { position: absolute; width: 1px; height: 1px; overflow: hidden; opacity: 0; }
.service-redesign-page .photo-upload-panel .file-status { max-width: 110px; margin: 0; padding: 6px 9px; overflow: hidden; border: 1px solid #aecbe7; border-radius: 7px; background: #fff; color: #075fbd; font-size: .68rem; font-weight: 800; text-overflow: ellipsis; white-space: nowrap; }
.service-redesign-page .photo-upload-panel:focus-within { border-color: #1683e2; box-shadow: 0 0 0 3px rgba(22, 131, 226, .12); }

.service-redesign-page .service-form-actions > .button {
  min-width: 176px;
  min-height: 50px;
  padding-inline: 20px;
  border-radius: 10px;
  box-shadow: 0 8px 18px rgba(7, 104, 201, .17);
}

.service-redesign-page .service-form-actions > .button span { margin-left: 5px; font-size: 1.1rem; }
.service-redesign-page .service-form-privacy { margin: -2px 0 0; color: #74879a; font-size: .68rem; }

@media (max-width: 820px) {
  .service-redesign-page .service-lead-card { grid-template-columns: 1fr; }
  .service-redesign-page .service-lead-intro { padding: 22px; }
  .service-redesign-page .service-lead-points { grid-template-columns: repeat(3, auto); gap: 10px; margin-top: 15px; }
  .service-redesign-page .service-lead-points span { font-size: .68rem; }
}

@media (max-width: 600px) {
  .service-redesign-page .service-conversion-section { padding-block: 28px; }
  .service-redesign-page .service-lead-card { border-radius: 16px; }
  .service-redesign-page .service-lead-intro { padding: 21px 18px; }
  .service-redesign-page .service-lead-points { grid-template-columns: 1fr; }
  .service-redesign-page .service-lead-form { gap: 10px; padding: 18px 15px 16px; }
  .service-redesign-page .service-lead-form .form-grid,
  .service-redesign-page .service-form-actions { grid-template-columns: 1fr; }
  .service-redesign-page .photo-upload-panel { min-height: 50px; }
  .service-redesign-page .service-form-actions > .button { width: 100%; }
}
.site-header .brand,
.site-header .brand strong,
.site-header .brand small,
.site-header .site-nav > a,
.site-header .services-toggle { color: #17324f; }
.site-header .brand strong { color: #071b42; }
.site-header .brand small { color: #0768c9; }
.site-header .site-nav > a:hover,
.site-header .site-nav > a:focus-visible,
.site-header .services-toggle:hover,
.site-header .services-toggle:focus-visible { color: #0768c9; }
.site-header .menu-toggle span { background: #071b42; }
.brand-mark { width: 48px; height: 48px; flex: 0 0 48px; filter: drop-shadow(0 8px 16px rgba(0, 103, 192, .28)); }
.brand-footer .brand-mark { width: 52px; height: 52px; }

.service-redesign-page .service-hero {
  position: relative;
  overflow: hidden;
  padding-block: clamp(54px, 7vw, 96px);
  background:
    radial-gradient(circle at 84% 18%, rgba(0, 103, 192, .12), transparent 28%),
    linear-gradient(135deg, #f8fbff 0%, #fff 55%, #edf6ff 100%);
}
.service-redesign-page .service-hero .hero-grid { align-items: center; gap: clamp(36px, 6vw, 84px); }
.service-redesign-page .service-hero h1 {
  max-width: 720px;
  margin-bottom: 18px;
  font-size: clamp(2.5rem, 5vw, 4.8rem);
  line-height: .98;
  letter-spacing: -.055em;
}
.service-redesign-page .service-hero p { max-width: 650px; font-size: clamp(1rem, 1.4vw, 1.16rem); line-height: 1.72; }
.service-redesign-page .service-hero .service-visual {
  min-height: 420px;
  border: 1px solid #d8e7f5;
  border-radius: 28px;
  background: #fff;
  box-shadow: 0 28px 70px rgba(7, 36, 72, .16);
}
.service-redesign-page .service-product-render img { width: min(100%, 470px); filter: drop-shadow(0 24px 28px rgba(8, 32, 62, .18)); }
.service-redesign-page .hero-contact-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.service-redesign-page .hero-contact-actions .button { min-height: 52px; padding-inline: 24px; }
.service-redesign-page .service-proof { position: relative; z-index: 2; margin-top: -24px; background: transparent; }
.service-redesign-page .service-proof-grid {
  border: 1px solid #dce8f3;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 20px 50px rgba(7, 32, 64, .1);
}

.service-conversion-section { padding-block: clamp(58px, 7vw, 92px); background: #f5f9fd; }
.service-conversion-section .section-heading { max-width: 760px; margin-inline: auto; text-align: center; }
.issue-choice-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 12px;
  margin: 28px 0 36px;
  padding: 0;
  list-style: none;
}
.issue-choice-grid li {
  min-height: 146px;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 13px;
  padding: 18px 12px;
  border: 1px solid #dce7f1;
  border-radius: 16px;
  background: #fff;
  color: #0b2342;
  text-align: center;
  font-weight: 800;
  box-shadow: 0 10px 26px rgba(8, 36, 70, .07);
}
.issue-choice-grid li span {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border-radius: 14px;
  background: #eaf4ff;
  color: #0067c0;
  font-size: 1.55rem;
  line-height: 1;
}
.service-lead-card {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(300px, .92fr);
  gap: clamp(24px, 4vw, 48px);
  padding: clamp(24px, 4vw, 44px);
  border: 1px solid #d8e5f0;
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 22px 60px rgba(7, 31, 61, .11);
}
.service-lead-card h3 { margin-bottom: 8px; font-size: clamp(1.55rem, 2.5vw, 2.2rem); }
.service-lead-form { display: grid; gap: 16px; }
.service-lead-form .form-grid { gap: 14px; }
.service-lead-form label { display: grid; gap: 7px; color: #17324f; font-weight: 750; }
.service-lead-form input,
.service-lead-form select,
.service-lead-form textarea {
  width: 100%;
  min-height: 48px;
  border: 1px solid #bdccda;
  border-radius: 10px;
  background: #fff;
  padding: 11px 13px;
  color: #102b49;
  font: inherit;
}
.service-lead-form textarea { min-height: 110px; resize: vertical; }
.service-lead-form input:focus,
.service-lead-form select:focus,
.service-lead-form textarea:focus { outline: 3px solid rgba(0, 103, 192, .18); border-color: #0067c0; }
.photo-upload-panel {
  min-height: 100%;
  display: grid;
  place-items: center;
  align-content: center;
  padding: 28px;
  border: 2px dashed #8cbce9;
  border-radius: 18px;
  background: #f8fbff;
  text-align: center;
}
.photo-upload-panel .upload-icon { font-size: 3rem; color: #0067c0; }
.photo-upload-panel strong { margin: 12px 0 7px; font-size: 1.3rem; }
.photo-upload-panel p { margin: 0 0 18px; color: #567089; line-height: 1.55; }
.photo-upload-panel input { width: 100%; max-width: 320px; }
.photo-upload-panel .file-status { margin-top: 10px; color: #526b83; font-size: .82rem; }
.service-form-privacy { margin: -4px 0 0; color: #60758a; font-size: .78rem; }
.service-lead-form .honeypot { position: absolute !important; left: -9999px !important; }

.service-redesign-page .floating-contact {
  display: grid;
  gap: 0;
  overflow: hidden;
  border-radius: 18px;
  box-shadow: 0 18px 44px rgba(3, 20, 43, .28);
}
.service-redesign-page .floating-contact a { border-radius: 0; min-width: 58px; min-height: 58px; }
.service-redesign-page .floating-contact a:first-child { background: #0874d1; }

@media (max-width: 1040px) {
  .issue-choice-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
@media (max-width: 760px) {
  .site-header.menu-open { background: #061935; }
  .site-header.menu-open .site-nav > a,
  .site-header.menu-open .services-toggle { color: #102b49; }
  .service-redesign-page .service-hero { padding-top: 38px; }
  .service-redesign-page .service-hero .hero-grid { grid-template-columns: 1fr; }
  .service-redesign-page .service-hero .service-visual { min-height: 280px; order: -1; }
  .service-redesign-page .service-hero h1 { font-size: clamp(2.25rem, 11vw, 3.4rem); }
  .service-redesign-page .hero-contact-actions { display: grid; grid-template-columns: 1fr 1fr; }
  .service-redesign-page .hero-contact-actions .button { padding-inline: 10px; }
  .issue-choice-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .issue-choice-grid li { min-height: 124px; }
  .service-lead-card { grid-template-columns: 1fr; padding: 19px; }
  .photo-upload-panel { min-height: 250px; }
}
@media (max-width: 430px) {
  .brand-mark { width: 42px; height: 42px; flex-basis: 42px; }
  .service-redesign-page .hero-contact-actions { grid-template-columns: 1fr; }
}

/* v28: close visual match to the approved landing-page reference */
:root { --v28-navy:#061b3e; --v28-blue:#0768c9; --v28-green:#08b95d; --v28-ink:#071b42; }
.site-header .container { max-width: 1320px; }
.site-header { min-height: 86px; }
.site-header .brand-mark-v28 { width: 55px; height: 55px; flex-basis:55px; filter:drop-shadow(0 7px 14px rgba(0,122,226,.28)); }
.site-header .brand strong { font-size:1.24rem; }
.site-header .brand small { font-size:.58rem; letter-spacing:.035em; text-transform:uppercase; }
.site-header .site-nav { gap:26px; }
.site-header .header-actions .button { border-radius:8px; min-height:48px; padding-inline:20px; }
.site-header .header-actions .button:last-child { background:var(--v28-green); border-color:var(--v28-green); color:#fff; }
.service-redesign-page { color:var(--v28-ink); background:#f8fbff; }
.service-redesign-page main { overflow:hidden; }
.v28-icon-defs { position:absolute; width:0; height:0; overflow:hidden; }

.v28-hero { background:#fff; }
.v28-hero .container { max-width:none; padding:0; }
.v28-hero-grid { display:grid; grid-template-columns:46% 54%; min-height:500px; }
.v28-hero-copy { z-index:1; display:flex; flex-direction:column; justify-content:center; padding:68px clamp(34px,5.5vw,92px); background:linear-gradient(90deg,#fff 76%,rgba(255,255,255,.9) 91%,rgba(255,255,255,0)); }
.v28-hero-copy h1 { max-width:650px; margin:0 0 20px; color:var(--v28-ink); font-size:clamp(3.1rem,5.2vw,5rem); line-height:1.04; letter-spacing:-.052em; }
.v28-hero-copy > p { max-width:520px; margin:0 0 26px; color:#354765; font-size:1.24rem; line-height:1.55; }
.v28-hero-photo {
  min-width: 0;
  margin-left: 0;
  background-color: #eef3f8;
  background-image: var(--hero-image);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.v28-benefits { display:grid; grid-template-columns:repeat(3,1fr); gap:12px; max-width:550px; margin-bottom:28px; }
.v28-benefits > div { display:flex; align-items:center; gap:11px; min-height:74px; padding:12px 14px; border-radius:11px; background:#f3f7fd; box-shadow:0 5px 16px rgba(5,34,73,.04); }
.v28-benefits b { color:var(--v28-blue); font-size:1.55rem; }
.v28-benefits span { font-size:.82rem; line-height:1.32; font-weight:800; }
.v28-hero .hero-contact-actions { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:12px; max-width:550px; }
.v28-hero .button,.v28-bottom-cta .button { min-height:58px; border-radius:9px; font-size:1rem; }
.v28-hero .service-hero-call svg { width:17px; height:17px; flex:0 0 17px; }
.button-whatsapp { background:var(--v28-green)!important; border-color:var(--v28-green)!important; color:#fff!important; }

.service-conversion-section { padding:46px 0 42px; background:linear-gradient(180deg,#f5f9fe,#fbfdff); }
.service-conversion-section .container { max-width:1260px; }
.service-conversion-section .section-heading h2,.v28-process h2,.v28-trust h2,.v28-faq h2 { margin:0; text-align:center; color:var(--v28-ink); font-size:clamp(1.8rem,3vw,2.55rem); letter-spacing:-.035em; }
.issue-choice-grid { gap:18px; margin:26px 0 55px; }
.issue-choice-grid li { min-height:188px; gap:16px; border:0; border-radius:16px; font-size:1.05rem; line-height:1.25; box-shadow:0 11px 28px rgba(12,43,80,.11); }
.issue-choice-grid li svg { width:62px; height:62px; fill:none; stroke:var(--v28-blue); stroke-width:1.8; stroke-linecap:round; stroke-linejoin:round; }
.issue-choice-grid li > span { width:auto; height:auto; max-width:95px; padding:0; border-radius:0; background:none; color:var(--v28-ink); font-size:inherit; }
.service-lead-card { grid-template-columns:1.08fr .92fr; padding:40px 42px; border:0; border-radius:16px; box-shadow:0 14px 38px rgba(10,40,75,.10); }
.service-lead-card h3 { color:var(--v28-ink); font-size:2rem; }
.service-lead-card > div > p { color:#465877; }
.service-lead-form { counter-reset:formstep; gap:14px; }
.service-lead-form .form-grid { display:grid; grid-template-columns:1fr 1fr; }
.service-lead-form label:not(.honeypot) { position:relative; padding-left:45px; }
.service-lead-form label:not(.honeypot)::before { counter-increment:formstep; content:counter(formstep); position:absolute; left:0; top:0; width:29px; height:29px; display:grid; place-items:center; border-radius:50%; background:var(--v28-blue); color:#fff; font-size:.78rem; font-weight:900; }
.service-lead-form input,.service-lead-form select,.service-lead-form textarea { border-color:#c9d3df; border-radius:7px; }
.service-lead-form .button { margin-left:45px; min-height:54px; border-radius:7px; }
.service-form-privacy { margin-left:45px; }
.photo-upload-panel { min-height:405px; border-color:#83b8f4; border-radius:15px; background:#fbfdff; cursor:pointer; }
.photo-upload-panel .upload-icon { font-size:0; }
.photo-upload-panel .upload-icon::before { content:'☁'; font-size:5rem; line-height:1; color:var(--v28-blue); }
.photo-upload-panel strong { color:var(--v28-ink); font-size:1.45rem; }
.photo-upload-panel input { padding:9px; border:1px solid #d7e2ef; border-radius:8px; background:#fff; }

.v28-process,.v28-trust,.v28-faq { padding:42px 0; background:#fbfdff; }
.v28-process-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:70px; max-width:1040px; margin:28px auto 0; }
.v28-process article { position:relative; text-align:center; }
.v28-process article:not(:last-child)::after { content:''; position:absolute; top:38px; left:75%; width:55%; border-top:2px dashed #9cabc0; }
.v28-process article > b { position:absolute; top:0; left:23%; display:grid; place-items:center; width:28px; height:28px; border-radius:50%; background:var(--v28-blue); color:#fff; z-index:1; }
.v28-process article > span { display:grid; place-items:center; width:78px; height:78px; margin:0 auto 20px; border-radius:50%; background:#eef5fd; color:var(--v28-blue); font-size:2.3rem; }
.v28-process h3,.v28-trust h3 { margin:0 0 7px; color:var(--v28-ink); font-size:1rem; }
.v28-process p,.v28-trust p { margin:0; color:#50617b; font-size:.85rem; line-height:1.45; }
.v28-trust { padding-top:18px; }
.v28-trust-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:16px; margin-top:20px; }
.v28-trust article { display:flex; align-items:center; gap:20px; padding:26px 24px; border-radius:12px; background:#fff; box-shadow:0 9px 25px rgba(9,40,75,.09); }
.v28-trust article > span { display:grid; place-items:center; width:64px; height:64px; flex:0 0 64px; color:var(--v28-blue); font-size:2.5rem; }
.v28-faq .faq-layout { display:block; }
.v28-faq .faq-layout > div:first-child .eyebrow { display:none; }
.v28-faq .faq-list { display:grid; grid-template-columns:1fr 1fr; gap:0 55px; max-width:1100px; margin:20px auto 0; }
.v28-faq .faq-item { margin:0; border:1px solid #d8e0e9; border-bottom:0; border-radius:0; background:#fff; }
.v28-faq .faq-item:nth-last-child(-n+2) { border-bottom:1px solid #d8e0e9; }
.v28-faq .faq-item button { min-height:58px; padding:12px 17px; }
.v28-bottom-cta { margin:0 auto; padding:0 34px; background:#fbfdff; }
.v28-bottom-cta .container { max-width:1240px; padding:28px 22px; border-radius:16px 16px 0 0; background:linear-gradient(110deg,#061a3c,#032653); color:#fff; text-align:center; }
.v28-bottom-cta h2 { margin:0 0 4px; color:#fff; font-size:2rem; }
.v28-bottom-cta p { margin:0 0 15px; }
.v28-bottom-cta div div { display:flex; justify-content:center; gap:14px; }
.v28-bottom-cta .button { min-height:44px; padding:8px 25px; }

@media (max-width:900px){
 .v28-hero-grid{grid-template-columns:1fr;}.v28-hero-photo{order:-1;min-height:0;aspect-ratio:3/2;margin:0;background-position:center;background-size:contain}.v28-hero-copy{padding:42px 28px;background:#fff}.v28-hero-copy h1{font-size:clamp(2.5rem,9vw,4rem)}
 .issue-choice-grid{grid-template-columns:repeat(3,1fr)}.service-lead-card{grid-template-columns:1fr}.v28-trust-grid{grid-template-columns:1fr}.v28-process-grid{gap:25px}.v28-faq .faq-list{grid-template-columns:1fr}.v28-faq .faq-item:nth-last-child(-n+2){border-bottom:0}.v28-faq .faq-item:last-child{border-bottom:1px solid #d8e0e9}
}
@media (max-width:600px){
 .site-header{min-height:72px}.site-header .brand-mark-v28{width:46px;height:46px;flex-basis:46px}.v28-hero-photo{min-height:0;aspect-ratio:3/2;background-position:center;background-size:contain}.v28-hero-copy{padding:32px 20px}.v28-benefits{grid-template-columns:1fr}.v28-hero .hero-contact-actions{grid-template-columns:1fr}.issue-choice-grid{grid-template-columns:repeat(2,1fr);gap:10px}.issue-choice-grid li{min-height:145px}.service-lead-card{padding:26px 18px}.service-lead-form .form-grid{grid-template-columns:1fr}.photo-upload-panel{min-height:290px}.v28-process-grid{grid-template-columns:1fr}.v28-process article:not(:last-child)::after{display:none}.v28-process article>b{left:calc(50% - 55px)}.v28-bottom-cta{padding:0 12px}.v28-bottom-cta div div{flex-direction:column}.v28-trust article{padding:20px 16px}
}

/* v29: reference-matched symptom cards and compact appliance-service footer */
.service-redesign-page,
.service-redesign-page button,
.service-redesign-page input,
.service-redesign-page textarea,
.service-redesign-page select { font-family: Inter, ui-sans-serif, system-ui, sans-serif; }
.service-redesign-page h1,
.service-redesign-page h2,
.service-redesign-page h3,
.service-redesign-page .v28-benefits span { font-family: Manrope, Inter, ui-sans-serif, system-ui, sans-serif; }
.service-redesign-page .v28-benefits span { color: #071b42; font-size: .84rem; font-weight: 800; letter-spacing: -.01em; }
.service-redesign-page .v28-benefits b { font-family: Inter, ui-sans-serif, system-ui, sans-serif; font-weight: 700; }
.site-header .brand-mark-v28 > path:nth-of-type(2) { display: none; }
.service-redesign-page .issue-choice-grid {
  gap: clamp(10px, 1.35vw, 16px);
  margin: 26px 0 50px;
}
.service-redesign-page .issue-choice-grid li {
  min-height: 156px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 12px;
  padding: 18px 10px;
  border: 0;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 5px 16px rgba(7, 29, 65, .12);
  transition: box-shadow .2s ease, transform .2s ease;
}
.service-redesign-page .issue-choice-grid li:hover {
  transform: translateY(-2px);
  box-shadow: 0 9px 22px rgba(7, 29, 65, .16);
}
.service-redesign-page .issue-choice-grid li svg {
  width: 52px;
  height: 52px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #075bc4;
  stroke: currentColor;
  stroke-width: 1.65;
  vector-effect: non-scaling-stroke;
}
.service-redesign-page .issue-choice-grid li > span {
  max-width: 105px;
  color: #071b42;
  font-family: Manrope, Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: .88rem;
  font-weight: 800;
  line-height: 1.28;
  letter-spacing: -.02em;
}

.appliance-footer {
  padding: clamp(26px, 4vw, 42px) 0;
  background: #061b3e;
  color: #fff;
}
.appliance-footer > .footer-grid,
.appliance-footer > .footer-bottom { display: none; }
.appliance-footer-cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 28px;
}
.appliance-footer-copy h2 {
  margin: 0 0 6px;
  color: #fff;
  font-family: Manrope, Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: clamp(1.55rem, 3vw, 2.25rem);
  letter-spacing: -.035em;
}
.appliance-footer-copy p { margin: 0; color: #c5d7ed; }
.appliance-footer-actions { display: flex; gap: 12px; }
.appliance-footer-actions .button {
  min-height: 52px;
  white-space: nowrap;
  border-radius: 9px;
}
.appliance-footer-actions .button:first-child { background: #fff; border-color: #fff; color: #06285a; }

@media (max-width: 760px) {
  .service-redesign-page .issue-choice-grid li { min-height: 140px; padding: 16px 8px; }
  .service-redesign-page .issue-choice-grid li svg { width: 48px; height: 48px; }
  .appliance-footer-cta { grid-template-columns: 1fr; gap: 20px; text-align: center; }
  .appliance-footer-actions { display: grid; grid-template-columns: 1fr; width: 100%; }
  .appliance-footer-actions .button { width: 100%; min-height: 56px; }
}

@media (prefers-reduced-motion: reduce) {
  .service-redesign-page .issue-choice-grid li { transition: none; }
}

/* v29 compact service-page rhythm: homepage-style sections and cards */
.service-redesign-page .v28-hero-grid { min-height: 500px; }
.service-redesign-page .v28-hero-copy { padding-block: 38px; }
.service-redesign-page .service-conversion-section { padding-block: 38px; }
.service-redesign-page .issue-choice-grid { margin-bottom: 34px; }
.service-redesign-page .service-lead-card { padding: 30px 32px; }
.service-redesign-page .photo-upload-panel { min-height: 340px; }

.service-redesign-page main > .section,
.service-redesign-page main > section.section { padding-block: 48px; }
.service-redesign-page .section-heading { margin-bottom: 26px; }
.service-redesign-page .section-heading h2,
.service-redesign-page .content-grid h2,
.service-redesign-page .faq-layout h2,
.service-redesign-page .cta-band h2 {
  margin-top: 8px;
  font-size: clamp(1.9rem, 3.2vw, 2.7rem);
  line-height: 1.08;
}
.service-redesign-page .section-heading p { margin-top: 10px; }
.service-redesign-page .content-grid,
.service-redesign-page .faq-layout { gap: 36px; }

.service-redesign-page .v28-process,
.service-redesign-page .v28-trust,
.service-redesign-page .v28-faq { padding-block: 34px; }
.service-redesign-page .v28-process-grid { margin-top: 22px; gap: 18px; }
.service-redesign-page .v28-process article {
  min-height: 180px;
  padding: 22px 18px 18px;
  border: 1px solid #dfe8f2;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 8px 22px rgba(7, 34, 68, .07);
}
.service-redesign-page .v28-process article:not(:last-child)::after { display: none; }
.service-redesign-page .v28-process article > b { left: 18px; top: 18px; }
.service-redesign-page .v28-process article > span { width: 62px; height: 62px; margin-bottom: 14px; font-size: 1.8rem; }
.service-redesign-page .v28-trust-grid { gap: 14px; margin-top: 18px; }
.service-redesign-page .v28-trust article { padding: 20px; }
.service-redesign-page .v28-trust article > span { width: 52px; height: 52px; flex-basis: 52px; font-size: 2rem; }
.service-redesign-page .v28-faq .faq-list { margin-top: 16px; }

.service-redesign-page .mini-service-grid { gap: 14px; }
.service-redesign-page .mini-service-card {
  min-height: 104px;
  padding: 16px;
  border-color: #dce7f2;
  border-radius: 16px;
  box-shadow: 0 7px 20px rgba(7, 34, 68, .06);
  transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}
.service-redesign-page .mini-service-card:hover {
  transform: translateY(-3px);
  border-color: #9cc6eb;
  box-shadow: 0 12px 28px rgba(7, 34, 68, .1);
}
.service-redesign-page .mini-service-card .mini-icon { width: 58px; height: 54px; flex-basis: 58px; border-radius: 13px; }
.service-redesign-page .mini-service-card strong { color: #071b42; line-height: 1.28; }

.service-redesign-page .cta-band { padding-block: 36px; border-radius: 0; }
.service-redesign-page .guide-service-link {
  padding: 24px 26px;
  border: 1px solid #dce7f2;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 8px 24px rgba(7, 34, 68, .06);
}
.service-redesign-page .guide-service-link h2 { font-size: clamp(1.7rem, 3vw, 2.3rem); }
.service-redesign-page .guide-link-card { padding: 20px; border-radius: 16px; }
.service-redesign-page [data-blog-related="true"] .hero-actions { margin-top: 18px; }
.service-redesign-page .area-directory { gap: 26px; }
.service-redesign-page .area-directory > div:first-child { padding: 24px; border-radius: 18px; background: #fff; box-shadow: 0 8px 24px rgba(7,34,68,.06); }

@media (max-width: 900px) {
  .service-redesign-page .v28-hero-grid { min-height: 0; }
  .service-redesign-page .v28-hero-copy { padding-block: 34px; }
  .service-redesign-page .v28-process article { min-height: 0; }
  .service-redesign-page .mini-service-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 600px) {
  .service-redesign-page .service-conversion-section,
  .service-redesign-page main > .section,
  .service-redesign-page main > section.section,
  .service-redesign-page .v28-process,
  .service-redesign-page .v28-trust,
  .service-redesign-page .v28-faq { padding-block: 30px; }
  .service-redesign-page .service-lead-card { padding: 22px 16px; }
  .service-redesign-page .photo-upload-panel { min-height: 230px; }
  .service-redesign-page .section-heading { align-items: flex-start; gap: 12px; margin-bottom: 20px; }
  .service-redesign-page .section-heading h2,
  .service-redesign-page .content-grid h2,
  .service-redesign-page .faq-layout h2,
  .service-redesign-page .cta-band h2 { font-size: clamp(1.65rem, 8vw, 2.05rem); }
  .service-redesign-page .mini-service-grid { grid-template-columns: 1fr; }
  .service-redesign-page .mini-service-card { min-height: 88px; padding: 14px; }
  .service-redesign-page .cta-inner,
  .service-redesign-page .guide-service-link { align-items: stretch; flex-direction: column; gap: 18px; }
  .service-redesign-page .guide-service-link { padding: 20px 16px; }
  .service-redesign-page .guide-service-link .button { width: 100%; }
}

/* v29: restore the original light service-page header while retaining the G mark */
.service-redesign-page .site-header,
.service-redesign-page .site-header.scrolled,
.service-redesign-page .site-header.menu-open {
  background: rgba(255, 255, 255, .97) !important;
  border-bottom-color: rgba(7, 31, 63, .11) !important;
  box-shadow: 0 8px 26px rgba(7, 31, 63, .08);
  backdrop-filter: blur(18px);
}
.service-redesign-page .site-header .site-nav > a,
.service-redesign-page .site-header .services-toggle { color: #17324f; }
.service-redesign-page .site-header .site-nav > a:hover,
.service-redesign-page .site-header .site-nav > a:focus-visible,
.service-redesign-page .site-header .site-nav > a.active,
.service-redesign-page .site-header .services-toggle:hover,
.service-redesign-page .site-header .services-toggle:focus-visible { color: #0768c9; }
.service-redesign-page .site-header .menu-toggle span { background: #071b42; }

@media (max-width: 980px) {
  .service-redesign-page .site-header.menu-open .site-nav {
    background: #fff;
    border-bottom-color: #dce7f2;
  }
  .service-redesign-page .site-header.menu-open .site-nav > a,
  .service-redesign-page .site-header.menu-open .services-toggle { color: #17324f; }
}

/* v29: polished light-header navigation and visible dropdown controls */
.service-redesign-page .site-header .header-inner { gap: 16px; }
.service-redesign-page .site-header .site-nav {
  gap: 2px;
  align-self: stretch;
}
.service-redesign-page .site-header .site-nav > a,
.service-redesign-page .site-header .dropdown-toggle {
  min-height: 48px;
  align-self: center;
  padding: 11px 10px;
  border-radius: 9px;
  font-size: .79rem;
  line-height: 1;
  white-space: nowrap;
}
.service-redesign-page .site-header .site-nav > a::after,
.service-redesign-page .site-header .dropdown-toggle::after { display: none; }
.service-redesign-page .site-header .site-nav > a:hover,
.service-redesign-page .site-header .site-nav > a:focus-visible,
.service-redesign-page .site-header .site-nav > a.active,
.service-redesign-page .site-header .dropdown-toggle:hover,
.service-redesign-page .site-header .dropdown-toggle:focus-visible,
.service-redesign-page .site-header .nav-dropdown.open .dropdown-toggle {
  background: #edf6ff;
  color: #075fbd;
}
.service-redesign-page .site-header .dropdown-toggle .chevron {
  display: block !important;
  width: 16px !important;
  height: 16px !important;
  flex: 0 0 16px;
  margin-left: 3px;
  overflow: visible;
  color: #075fbd;
  opacity: 1;
  transition: transform .2s ease;
}
.service-redesign-page .site-header .nav-dropdown.open .chevron { transform: rotate(180deg); }
.service-redesign-page .site-header .header-actions { gap: 8px; margin-left: 4px; }
.service-redesign-page .site-header .header-actions .button {
  min-height: 44px;
  padding-inline: 15px;
  border-radius: 9px;
  font-size: .79rem;
}

@media (max-width: 1180px) and (min-width: 981px) {
  .service-redesign-page .site-header .header-inner { gap: 10px; }
  .service-redesign-page .site-header .site-nav > a,
  .service-redesign-page .site-header .dropdown-toggle { padding-inline: 7px; font-size: .74rem; }
  .service-redesign-page .site-header .header-actions .button { padding-inline: 11px; }
}

@media (max-width: 980px) {
  .service-redesign-page .site-header.menu-open .site-nav { gap: 5px; padding-top: 14px; }
  .service-redesign-page .site-header.menu-open .site-nav > a,
  .service-redesign-page .site-header.menu-open .dropdown-toggle {
    min-height: 46px;
    padding: 12px 14px;
    border-radius: 9px;
    background: #f7faff;
    font-size: .88rem;
  }
  .service-redesign-page .site-header.menu-open .nav-dropdown.open .dropdown-toggle { background: #eaf4ff; }
}

/* Use the same approved G glyph in the header and footer. */
.site-header .brand-mark-v28 > path:nth-of-type(2),
.site-header .brand-mark-v28 > path:last-of-type,
.site-footer .brand-footer .brand-mark-v28 > path:nth-of-type(2),
.site-footer .brand-footer .brand-mark-v28 > path:last-of-type { display: none; }
.site-header .header-inner { gap: 16px; }
.site-header .brand { margin-right: 8px; }
.site-header .site-nav { gap: 2px; align-self: stretch; }
.site-header .site-nav > a,
.site-header .dropdown-toggle {
  min-height: 48px;
  align-self: center;
  padding: 11px 10px;
  border-radius: 9px;
  color: #17324f;
  font-size: .79rem;
  line-height: 1;
  white-space: nowrap;
}
.site-header .site-nav > a::after,
.site-header .dropdown-toggle::after { display: none; }
.site-header .site-nav > a:hover,
.site-header .site-nav > a:focus-visible,
.site-header .site-nav > a.active,
.site-header .dropdown-toggle:hover,
.site-header .dropdown-toggle:focus-visible,
.site-header .nav-dropdown.open .dropdown-toggle {
  background: #edf6ff;
  color: #075fbd;
}
.site-header .dropdown-toggle .chevron {
  display: block !important;
  width: 16px !important;
  height: 16px !important;
  flex: 0 0 16px;
  margin-left: 3px;
  overflow: visible;
  color: #075fbd;
  opacity: 1;
  transition: transform .2s ease;
}
.site-header .nav-dropdown.open .chevron { transform: rotate(180deg); }
.site-header .header-actions { gap: 8px; margin-left: 4px; }
.site-header .header-actions .button {
  min-height: 44px;
  padding-inline: 15px;
  border-radius: 9px;
  font-size: .79rem;
}

@media (max-width: 1180px) and (min-width: 981px) {
  .site-header .header-inner { gap: 10px; }
  .site-header .brand-mark-v28 { width: 48px; height: 48px; flex-basis: 48px; }
  .site-header .brand strong { font-size: 1.05rem; }
  .site-header .site-nav > a,
  .site-header .dropdown-toggle { padding-inline: 7px; font-size: .74rem; }
  .site-header .header-actions .button { padding-inline: 11px; }
}

@media (max-width: 980px) {
  .site-header.menu-open { background: #fff !important; }
  .site-header.menu-open .site-nav { gap: 5px; padding-top: 14px; background: #fff; border-bottom-color: #dce7f2; }
  .site-header.menu-open .site-nav > a,
  .site-header.menu-open .dropdown-toggle {
    min-height: 46px;
    padding: 12px 14px;
    border-radius: 9px;
    background: #f7faff;
    color: #17324f;
    font-size: .88rem;
  }
  .site-header.menu-open .nav-dropdown.open .dropdown-toggle { background: #eaf4ff; color: #075fbd; }
  .site-header.menu-open .menu-toggle span { background: #071b42; }
}

/* v29: service heroes follow the approved homepage image direction */
.service-redesign-page .v28-hero {
  position: relative;
  overflow: hidden;
  background: #eff7ff;
  border-bottom: 1px solid #dce8f2;
}
.service-redesign-page .v28-hero-grid {
  position: relative;
  display: block;
  min-height: 450px;
  overflow: hidden;
}
.service-redesign-page .v28-hero-photo {
  position: absolute;
  z-index: 0;
  inset: 0;
  min-height: 0;
  aspect-ratio: auto;
  background-color: #eff7ff;
  background-position: right center;
  background-size: contain;
}
.service-redesign-page .v28-hero-copy {
  position: relative;
  z-index: 1;
  width: min(50%, 680px);
  min-height: 450px;
  padding: 42px clamp(28px, 5vw, 74px);
  background: linear-gradient(90deg, rgba(255,255,255,.99) 0%, rgba(249,252,255,.96) 72%, rgba(249,252,255,.62) 88%, rgba(249,252,255,0) 100%);
}
.service-redesign-page .v28-hero-copy h1 {
  max-width: 610px;
  font-size: clamp(2.75rem, 4.4vw, 3.55rem);
  line-height: 1.01;
}
.service-redesign-page .v28-hero-copy > p { font-size: clamp(1rem, 1.3vw, 1.12rem); }

@media (max-width: 900px) and (min-width: 761px) {
  .service-redesign-page .v28-hero-grid { min-height: 440px; }
  .service-redesign-page .v28-hero-copy {
    width: 56%;
    min-height: 440px;
    padding: 36px 30px;
  }
  .service-redesign-page .v28-hero-photo {
    position: absolute;
    order: initial;
    background-position: right center;
    background-size: contain;
  }
  .service-redesign-page .v28-hero-copy h1 { font-size: clamp(2.35rem, 5.8vw, 3.15rem); }
}

@media (max-width: 760px) {
  .service-redesign-page .v28-hero-grid { min-height: 0; }
  .service-redesign-page .v28-hero-photo {
    position: absolute;
    inset: auto 0 0;
    width: 100%;
    height: 250px;
    aspect-ratio: auto;
    background-position: center bottom;
    background-size: 100% auto;
  }
  .service-redesign-page .v28-hero-copy {
    width: 100%;
    min-height: 0;
    padding: 30px 20px 238px;
    background: linear-gradient(180deg, #fff 0%, rgba(255,255,255,.99) 58%, rgba(255,255,255,.9) 72%, rgba(255,255,255,0) 100%);
  }
  .service-redesign-page .v28-hero-copy h1 {
    max-width: 360px;
    margin-bottom: 14px;
    font-size: clamp(2.3rem, 10.8vw, 2.9rem);
  }
  .service-redesign-page .v28-hero-copy > p { margin-bottom: 18px; font-size: .96rem; }
  .service-redesign-page .v28-benefits {
    grid-template-columns: repeat(3, minmax(0,1fr));
    gap: 7px;
    margin-bottom: 18px;
  }
  .service-redesign-page .v28-benefits > div {
    min-height: 62px;
    gap: 6px;
    padding: 8px 7px;
  }
  .service-redesign-page .v28-benefits b { font-size: 1.15rem; }
  .service-redesign-page .v28-benefits span { font-size: .68rem; }
}

@media (max-width: 420px) {
  .service-redesign-page .v28-hero-photo { height: 225px; }
  .service-redesign-page .v28-hero-copy { padding-bottom: 213px; }
}

/* v29: edge-to-edge service artwork and homepage assurance icons */
@media (min-width: 761px) {
  .service-redesign-page .v28-hero-photo {
    background-position: center center;
    background-size: cover;
  }
}

/* v31: homepage-matched image tiles for "What is happening?". */
.service-redesign-page .issue-choice-grid.issue-visual-grid {
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 16px;
  max-width: 1180px;
  margin: 0 auto 38px;
}

.service-redesign-page .issue-choice-grid.issue-visual-grid > li {
  display: block;
  min-height: 0;
  padding: 0;
  border: 0;
  border-radius: 12px;
  background: transparent;
  box-shadow: none;
}

.service-redesign-page .issue-choice-grid.issue-visual-grid > li::before {
  display: none;
}

.service-redesign-page .issue-choice-grid.issue-visual-grid .issue-visual-tile {
  min-height: 188px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 13px 10px 12px;
  overflow: hidden;
  border: 1px solid #d8e3ee;
  border-radius: 12px;
  background: linear-gradient(180deg, #fff 0%, #fbfdff 100%);
  color: #0b1f3a;
  text-align: center;
  text-decoration: none;
  box-shadow: 0 7px 20px rgba(8, 39, 75, .07);
  transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.service-redesign-page .issue-choice-grid.issue-visual-grid .issue-visual-tile:hover {
  transform: translateY(-4px);
  border-color: #a9cceb;
  box-shadow: 0 14px 28px rgba(7, 50, 98, .13);
}

.service-redesign-page .issue-choice-grid.issue-visual-grid .issue-visual-tile:focus-visible {
  outline: 3px solid #1683e2;
  outline-offset: 3px;
}

.service-redesign-page .issue-choice-grid.issue-visual-grid .issue-visual-tile > span.quick-service-mark {
  width: 116px;
  height: 108px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  margin: 0;
  padding: 0;
  overflow: hidden;
  border: 0;
  border-radius: 14px;
  background: #edf5fd;
  box-shadow: none;
}

.service-redesign-page .issue-choice-grid.issue-visual-grid .quick-service-mark img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transform: scale(1.01);
  transition: transform .28s ease, filter .28s ease;
}

.service-redesign-page .issue-choice-grid.issue-visual-grid .issue-visual-tile:hover .quick-service-mark img {
  transform: translateY(-3px) scale(1.08);
  filter: saturate(1.05) contrast(1.02);
}

.service-redesign-page .issue-choice-grid.issue-visual-grid .issue-visual-tile > span:not(.quick-service-mark) {
  width: 100%;
  min-height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0 3px;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #0b1f3a;
  box-shadow: none;
}

.service-redesign-page .issue-choice-grid.issue-visual-grid .issue-visual-tile strong {
  display: block;
  color: #0b1f3a;
  font-family: Manrope, Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: .92rem;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: -.018em;
  text-wrap: balance;
}

@media (max-width: 1050px) {
  .service-redesign-page .issue-choice-grid.issue-visual-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 600px) {
  .service-redesign-page .issue-choice-grid.issue-visual-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  .service-redesign-page .issue-choice-grid.issue-visual-grid .issue-visual-tile {
    min-height: 158px;
    padding: 10px 7px 9px;
  }

  .service-redesign-page .issue-choice-grid.issue-visual-grid .issue-visual-tile > span.quick-service-mark {
    width: 96px;
    height: 91px;
    border-radius: 12px;
  }

  .service-redesign-page .issue-choice-grid.issue-visual-grid .issue-visual-tile > span:not(.quick-service-mark) {
    min-height: 34px;
  }

  .service-redesign-page .issue-choice-grid.issue-visual-grid .issue-visual-tile strong {
    font-size: .84rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .service-redesign-page .issue-choice-grid.issue-visual-grid .issue-visual-tile,
  .service-redesign-page .issue-choice-grid.issue-visual-grid .quick-service-mark img {
    transition: none;
  }
}
.service-redesign-page .v28-benefits > div {
  min-width: 0;
  gap: 10px;
  background: rgba(255,255,255,.88);
  border: 1px solid #e0e9f2;
  box-shadow: 0 4px 14px rgba(20,58,105,.05);
}
.service-redesign-page .v28-benefits b {
  width: 40px;
  height: 40px;
  flex: 0 0 40px;
  display: block;
  overflow: hidden;
  border-radius: 0;
  background-color: transparent;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  color: transparent;
  font-size: 0;
  filter: drop-shadow(0 4px 7px rgba(0,95,184,.14)) saturate(.78);
}
.service-redesign-page .v28-benefits > div:nth-child(1) b { background-image: url("../images/assurance-fast-service.webp"); }
.service-redesign-page .v28-benefits > div:nth-child(2) b { background-image: url("../images/assurance-warranty.webp"); }
.service-redesign-page .v28-benefits > div:nth-child(3) b { background-image: url("../images/assurance-clear-quote.webp"); }
.service-redesign-page .v28-benefits span {
  min-width: 0;
  color: #31465a;
  font-size: .76rem;
  line-height: 1.28;
}

@media (max-width: 760px) {
  .service-redesign-page .v28-benefits > div { gap: 5px; padding: 7px 5px; }
  .service-redesign-page .v28-benefits b { width: 32px; height: 32px; flex-basis: 32px; }
  .service-redesign-page .v28-benefits span { font-size: .64rem; }
}

/* v29: true homepage-style full-bleed artwork */
.service-redesign-page .v28-hero {
  background-color: #eff7ff;
  background-image:
    linear-gradient(90deg, rgba(244,249,255,.98) 0%, rgba(244,249,255,.94) 32%, rgba(244,249,255,.28) 55%, rgba(244,249,255,0) 76%),
    var(--hero-image);
  background-position: center, center 38%;
  background-repeat: no-repeat;
  background-size: 100% 100%, cover;
}
.service-redesign-page .v28-hero-photo { display: none; }
.service-redesign-page .v28-hero-copy { background: transparent; }

@media (max-width: 760px) {
  .service-redesign-page .v28-hero {
    background-image:
      linear-gradient(180deg, #fff 0%, rgba(255,255,255,.98) 55%, rgba(255,255,255,.65) 72%, rgba(255,255,255,0) 100%),
      var(--hero-image);
    background-position: center, center bottom;
    background-size: 100% 100%, 100% auto;
  }
}

@media (min-width: 761px) {
  .service-redesign-page .v28-hero {
    background-position: center, center !important;
    background-size: 100% 100%, 100% auto !important;
  }
  .service-redesign-page .v28-hero-grid {
    min-height: 0;
    aspect-ratio: var(--service-hero-ratio, 1.7778);
  }
  .service-redesign-page .v28-hero-copy {
    position: absolute;
    inset: 0 auto 0 0;
    width: min(50%, 680px);
    min-height: 0;
    height: 100%;
  }
  .service-redesign-page .v28-hero[style*="hero-washing-machine-v28.png"] { --service-hero-ratio: 2.1124; }
  .service-redesign-page .v28-hero[style*="hero-refrigerator-v28.png"] { --service-hero-ratio: 1.6674; }
  .service-redesign-page .v28-hero[style*="hero-dishwasher-v28.png"],
  .service-redesign-page .v28-hero[style*="hero-oven-v28.png"] { --service-hero-ratio: 1.5; }
}

/* v29: centered symptom heading and polished vector graphic system */
.service-redesign-page .service-conversion-section .section-heading {
  display: block;
  width: 100%;
  max-width: none;
  margin: 0 auto 28px;
  text-align: center;
}
.service-redesign-page .service-conversion-section .section-heading h2 {
  width: 100%;
  max-width: none;
  margin: 0 auto;
  text-align: center;
}
.service-redesign-page .issue-choice-grid {
  align-items: stretch;
  margin-top: 0;
}
.service-redesign-page .issue-choice-grid li {
  position: relative;
  min-height: 164px;
  gap: 12px;
  padding: 18px 12px 17px;
  border: 1px solid #dce7f2;
  border-radius: 17px;
  background: linear-gradient(180deg, #fff 0%, #fbfdff 100%);
  box-shadow: 0 8px 22px rgba(6, 38, 78, .09);
}
.service-redesign-page .issue-choice-grid li::before {
  content: "";
  position: absolute;
  width: 76px;
  height: 76px;
  border-radius: 24px;
  background: radial-gradient(circle at 32% 25%, #fff 0 16%, #edf6ff 48%, #dcecff 100%);
  box-shadow: inset 0 0 0 1px #cfe2f7, 0 8px 18px rgba(7, 93, 190, .12);
}
.service-redesign-page .issue-choice-grid li svg {
  position: relative;
  z-index: 1;
  width: 54px;
  height: 54px;
  color: #075fc7;
  stroke-width: 1.85;
  filter: drop-shadow(0 3px 5px rgba(7, 73, 153, .12));
}
.service-redesign-page .issue-choice-grid li > span {
  position: relative;
  z-index: 1;
  max-width: 118px;
  color: #071b42;
  font-size: .9rem;
  line-height: 1.28;
}
.service-redesign-page .issue-choice-grid li:hover {
  transform: translateY(-3px);
  border-color: #a9cceb;
  box-shadow: 0 14px 30px rgba(6, 38, 78, .13);
}

@media (max-width: 760px) {
  .service-redesign-page .service-conversion-section .section-heading { margin-bottom: 20px; }
  .service-redesign-page .issue-choice-grid li { min-height: 146px; padding: 15px 8px; }
  .service-redesign-page .issue-choice-grid li::before { width: 66px; height: 66px; border-radius: 20px; }
  .service-redesign-page .issue-choice-grid li svg { width: 47px; height: 47px; }
  .service-redesign-page .issue-choice-grid li > span { font-size: .82rem; }
}

/* v29: lock each SVG to the exact centre of its icon marking */
.service-redesign-page .issue-choice-grid li {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 76px auto;
  place-items: center;
  align-content: center;
  gap: 10px;
}
.service-redesign-page .issue-choice-grid li::before {
  position: relative;
  grid-column: 1;
  grid-row: 1;
  align-self: center;
  justify-self: center;
}
.service-redesign-page .issue-choice-grid li svg {
  grid-column: 1;
  grid-row: 1;
  align-self: center;
  justify-self: center;
}
.service-redesign-page .issue-choice-grid li > span {
  grid-column: 1;
  grid-row: 2;
  align-self: start;
  justify-self: center;
  margin: 0;
}

@media (max-width: 760px) {
  .service-redesign-page .issue-choice-grid li { grid-template-rows: 66px auto; gap: 8px; }
}

/* v29: polished symptom captions */
.service-redesign-page .issue-choice-grid li > span {
  width: calc(100% - 4px);
  max-width: 142px;
  min-height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px 10px;
  border: 1px solid #dbe8f5;
  border-radius: 11px;
  background: linear-gradient(180deg, #f8fbff 0%, #f1f6fb 100%);
  color: #0a2348;
  font-family: Manrope, Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: .9rem;
  font-weight: 750;
  line-height: 1.22;
  letter-spacing: -.012em;
  text-align: center;
  text-wrap: balance;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .9);
}

@media (max-width: 760px) {
  .service-redesign-page .issue-choice-grid li > span {
    width: 100%;
    min-height: 43px;
    padding: 7px 6px;
    border-radius: 9px;
    font-size: .82rem;
    line-height: 1.2;
  }
}
.visually-hidden{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}.issue-link-grid li{padding:0}.issue-link-grid li>a{display:flex;min-height:100%;width:100%;flex-direction:column;align-items:center;justify-content:center;gap:10px;padding:18px;color:inherit;text-decoration:none;border-radius:inherit}.issue-link-grid li>a:focus-visible{outline:3px solid #0b74de;outline-offset:3px}.issue-link-grid li:hover{transform:translateY(-2px)}

/* Linked symptom cards: preserve the v29 card theme after adding page links. */
.service-redesign-page .issue-choice-grid.issue-link-grid li {
  display: block;
  min-height: 164px;
  padding: 0;
}

.service-redesign-page .issue-choice-grid.issue-link-grid li::before {
  display: none;
}

.service-redesign-page .issue-choice-grid.issue-link-grid li > a {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 76px 46px;
  place-items: center;
  align-content: center;
  gap: 10px;
  width: 100%;
  min-height: 164px;
  padding: 16px 12px;
  border-radius: inherit;
  color: inherit;
  text-align: center;
  text-decoration: none;
}

.service-redesign-page .issue-choice-grid.issue-link-grid li > a::before {
  content: "";
  grid-column: 1;
  grid-row: 1;
  width: 76px;
  height: 76px;
  border-radius: 24px;
  background: radial-gradient(circle at 32% 25%, #fff 0 16%, #edf6ff 48%, #dcecff 100%);
  box-shadow: inset 0 0 0 1px #cfe2f7, 0 8px 18px rgba(7, 93, 190, .12);
}

.service-redesign-page .issue-choice-grid.issue-link-grid li > a > svg {
  position: relative;
  z-index: 1;
  grid-column: 1;
  grid-row: 1;
  align-self: center;
  justify-self: center;
  width: 54px;
  height: 54px;
  margin: 0;
}

.service-redesign-page .issue-choice-grid.issue-link-grid li > a > span:not(.visually-hidden) {
  position: relative;
  z-index: 1;
  grid-column: 1;
  grid-row: 2;
  align-self: stretch;
  justify-self: center;
  width: calc(100% - 4px);
  max-width: 142px;
  min-height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 8px 10px;
  border: 1px solid #dbe8f5;
  border-radius: 10px;
  background: #f4f8fd;
  color: #071b42;
  font-family: Manrope, Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: .9rem;
  font-weight: 800;
  line-height: 1.22;
  letter-spacing: -.012em;
  text-align: center;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .9);
}

@media (max-width: 760px) {
  .service-redesign-page .issue-choice-grid.issue-link-grid li,
  .service-redesign-page .issue-choice-grid.issue-link-grid li > a {
    min-height: 146px;
  }

  .service-redesign-page .issue-choice-grid.issue-link-grid li > a {
    grid-template-rows: 66px 43px;
    gap: 8px;
    padding: 14px 8px;
  }

  .service-redesign-page .issue-choice-grid.issue-link-grid li > a::before {
    width: 66px;
    height: 66px;
    border-radius: 20px;
  }

  .service-redesign-page .issue-choice-grid.issue-link-grid li > a > svg {
    width: 47px;
    height: 47px;
  }

  .service-redesign-page .issue-choice-grid.issue-link-grid li > a > span:not(.visually-hidden) {
    width: 100%;
    min-height: 43px;
    padding: 7px 6px;
    border-radius: 9px;
    font-size: .82rem;
    line-height: 1.2;
  }
}

/* v30: spacious, supportive symptom navigation cards. */
.service-redesign-page .issue-choice-grid.issue-link-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  max-width: 1180px;
  margin: 0 auto 38px;
}

.service-redesign-page .issue-choice-grid.issue-link-grid li {
  min-height: 0;
  overflow: hidden;
  padding: 0;
  border: 1px solid #d9e6f2;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 10px 28px rgba(7, 39, 76, .08);
  transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.service-redesign-page .issue-choice-grid.issue-link-grid li:hover {
  transform: translateY(-4px);
  border-color: #9bc7ed;
  box-shadow: 0 18px 38px rgba(7, 54, 107, .14);
}

.service-redesign-page .issue-choice-grid.issue-link-grid li > a {
  display: grid;
  grid-template-columns: 68px minmax(0, 1fr);
  grid-template-rows: auto;
  align-items: center;
  align-content: center;
  gap: 16px;
  min-height: 168px;
  padding: 22px 22px 21px;
  border-radius: inherit;
  background: linear-gradient(145deg, #fff 0%, #fbfdff 68%, #f1f7fd 100%);
  color: #071b42;
  text-align: left;
  text-decoration: none;
}

.service-redesign-page .issue-choice-grid.issue-link-grid li > a::before {
  display: none;
}

.service-redesign-page .issue-choice-grid.issue-link-grid li > a > span.symptom-card-icon {
  grid-column: 1;
  grid-row: 1;
  align-self: center;
  justify-self: center;
  width: 68px;
  height: 68px;
  display: grid;
  place-items: center;
  margin: 0;
  padding: 0;
  border: 1px solid #cfe2f7;
  border-radius: 20px;
  background: radial-gradient(circle at 30% 24%, #fff 0 17%, #edf6ff 50%, #dcecff 100%);
  color: #075fc7;
  box-shadow: 0 10px 22px rgba(7, 93, 190, .12), inset 0 1px 0 #fff;
}

.service-redesign-page .issue-choice-grid.issue-link-grid li > a > span.symptom-card-icon > svg {
  position: static;
  display: block;
  width: 43px;
  height: 43px;
  margin: 0;
  color: currentColor;
  stroke: currentColor;
  stroke-width: 1.8;
  filter: none;
}

.service-redesign-page .issue-choice-grid.issue-link-grid li > a > span.symptom-card-copy {
  grid-column: 2;
  grid-row: 1;
  width: 100%;
  max-width: none;
  min-height: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 6px;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: inherit;
  text-align: left;
  box-shadow: none;
}

.service-redesign-page .issue-choice-grid.issue-link-grid .symptom-card-copy > strong {
  color: #071b42;
  font-family: Manrope, Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: 1.05rem;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: -.025em;
}

.service-redesign-page .issue-choice-grid.issue-link-grid .symptom-card-copy > small {
  color: #526680;
  font-size: .82rem;
  font-weight: 500;
  line-height: 1.45;
}

.service-redesign-page .issue-choice-grid.issue-link-grid .symptom-card-action {
  width: auto;
  min-height: 0;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin: 3px 0 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #075fc7;
  font-size: .78rem;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: .01em;
  box-shadow: none;
}

.service-redesign-page .issue-choice-grid.issue-link-grid .symptom-card-action b {
  font-size: 1rem;
  transition: transform .2s ease;
}

.service-redesign-page .issue-choice-grid.issue-link-grid li:hover .symptom-card-action b {
  transform: translateX(4px);
}

.service-redesign-page .issue-choice-grid.issue-link-grid li > a:focus-visible {
  outline: 3px solid #1683e2;
  outline-offset: -4px;
}

@media (max-width: 980px) {
  .service-redesign-page .issue-choice-grid.issue-link-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 600px) {
  .service-redesign-page .issue-choice-grid.issue-link-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .service-redesign-page .issue-choice-grid.issue-link-grid li,
  .service-redesign-page .issue-choice-grid.issue-link-grid li > a {
    min-height: 0;
  }

  .service-redesign-page .issue-choice-grid.issue-link-grid li > a {
    grid-template-columns: 58px minmax(0, 1fr);
    gap: 14px;
    padding: 17px;
  }

  .service-redesign-page .issue-choice-grid.issue-link-grid li > a > span.symptom-card-icon {
    width: 58px;
    height: 58px;
    border-radius: 17px;
  }

  .service-redesign-page .issue-choice-grid.issue-link-grid li > a > span.symptom-card-icon > svg {
    width: 37px;
    height: 37px;
  }

  .service-redesign-page .issue-choice-grid.issue-link-grid .symptom-card-copy > strong {
    font-size: 1rem;
  }
}

/* Keep the compact request layout authoritative over legacy service styles. */
.service-redesign-page .service-lead-card { padding: 0; }
.service-redesign-page .photo-upload-panel { min-height: 50px; }
.service-redesign-page .photo-upload-panel .upload-icon { font-size: 1.35rem; }
.service-redesign-page .photo-upload-panel .upload-icon::before { content: none; }
.service-redesign-page .photo-upload-panel .upload-copy strong { margin: 0; font-size: .79rem; }
.service-redesign-page .photo-upload-panel input { position: absolute; width: 1px; height: 1px; padding: 0; border: 0; opacity: 0; }
.service-redesign-page .photo-upload-panel .file-status { margin: 0; }

@media (max-width: 600px) {
  .service-redesign-page .service-lead-card { padding: 0; }
  .service-redesign-page .photo-upload-panel { min-height: 50px; }
}

/* v32: homepage-themed FAQ cards */
.service-redesign-page .v28-faq {
  position: relative;
  padding-block: 52px;
  overflow: hidden;
  background:
    radial-gradient(circle at 8% 12%, rgba(22, 131, 226, .08) 0, rgba(22, 131, 226, 0) 24%),
    linear-gradient(180deg, #f7fbff 0%, #ffffff 100%);
}

.service-redesign-page .v28-faq .faq-layout {
  display: block;
  max-width: 1160px;
}

.service-redesign-page .v28-faq .faq-layout > div:first-child {
  max-width: 680px;
  margin: 0 auto 26px;
  text-align: center;
}

.service-redesign-page .v28-faq .faq-layout > div:first-child .eyebrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 28px;
  margin: 0 0 10px;
  padding: 5px 11px;
  border: 1px solid #c9e1f8;
  border-radius: 999px;
  background: #eaf5ff;
  color: #075fbd;
  font-size: .68rem;
  letter-spacing: .09em;
}

.service-redesign-page .v28-faq h2 {
  margin: 0;
  color: #071b42;
  font-size: clamp(1.9rem, 3.3vw, 2.75rem);
  line-height: 1.08;
  letter-spacing: -.045em;
}

.service-redesign-page .v28-faq .faq-list {
  counter-reset: faq-card;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: start;
  gap: 13px;
  max-width: 1080px;
  margin: 0 auto;
  border: 0;
}

.service-redesign-page .v28-faq .faq-item {
  counter-increment: faq-card;
  margin: 0;
  overflow: hidden;
  border: 1px solid #d9e6f2;
  border-radius: 14px;
  background: rgba(255, 255, 255, .96);
  box-shadow: 0 7px 20px rgba(7, 31, 61, .055);
  transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.service-redesign-page .v28-faq .faq-item:nth-last-child(-n+2),
.service-redesign-page .v28-faq .faq-item:last-child { border-bottom: 1px solid #d9e6f2; }

.service-redesign-page .v28-faq .faq-item:hover {
  transform: translateY(-2px);
  border-color: #b8d8f5;
  box-shadow: 0 12px 28px rgba(7, 31, 61, .085);
}

.service-redesign-page .v28-faq .faq-item.open {
  border-color: #9bc8f0;
  box-shadow: 0 14px 30px rgba(7, 73, 137, .1);
}

.service-redesign-page .v28-faq .faq-item button {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 34px;
  align-items: center;
  gap: 14px;
  width: 100%;
  min-height: 72px;
  padding: 13px 14px 13px 16px;
  border: 0;
  background: transparent;
  color: #102b49;
  font-family: Manrope, Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: .91rem;
  font-weight: 800;
  line-height: 1.3;
  text-align: left;
  cursor: pointer;
}

.service-redesign-page .v28-faq .faq-item button > span {
  display: grid;
  grid-template-columns: 27px minmax(0, 1fr);
  align-items: center;
  gap: 10px;
}

.service-redesign-page .v28-faq .faq-item button > span::before {
  content: counter(faq-card, decimal-leading-zero);
  display: grid;
  width: 27px;
  height: 27px;
  place-items: center;
  border-radius: 8px;
  background: #edf6ff;
  color: #0768c9;
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: .65rem;
  font-weight: 800;
}

.service-redesign-page .v28-faq .faq-item button > b {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border: 1px solid #c9def2;
  border-radius: 10px;
  background: #f5faff;
  color: #0768c9;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1;
  transition: color .2s ease, background .2s ease, border-color .2s ease, transform .2s ease;
}

.service-redesign-page .v28-faq .faq-item.open button > b {
  border-color: #0768c9;
  background: #0768c9;
  color: #fff;
  transform: rotate(180deg);
}

.service-redesign-page .v28-faq .faq-item button:focus-visible {
  outline: 3px solid rgba(22, 131, 226, .25);
  outline-offset: -3px;
}

.service-redesign-page .v28-faq .faq-answer > p {
  margin: 0;
  padding-inline: 53px 62px;
  color: #52677d;
  font-size: .82rem;
  line-height: 1.6;
}

.service-redesign-page .v28-faq .faq-item.open .faq-answer > p {
  padding-top: 0;
  padding-bottom: 17px;
}

@media (max-width: 820px) {
  .service-redesign-page .v28-faq .faq-list { grid-template-columns: 1fr; max-width: 680px; }
  .service-redesign-page .v28-faq .faq-item:nth-last-child(-n+2) { border-bottom: 1px solid #d9e6f2; }
}

@media (max-width: 600px) {
  .service-redesign-page .v28-faq { padding-block: 38px; }
  .service-redesign-page .v28-faq .faq-layout > div:first-child { margin-bottom: 20px; }
  .service-redesign-page .v28-faq .faq-list { gap: 10px; }
  .service-redesign-page .v28-faq .faq-item { border-radius: 12px; }
  .service-redesign-page .v28-faq .faq-item button { min-height: 66px; padding: 11px 11px 11px 13px; font-size: .84rem; }
  .service-redesign-page .v28-faq .faq-item button > span { grid-template-columns: 24px minmax(0, 1fr); gap: 8px; }
  .service-redesign-page .v28-faq .faq-item button > span::before { width: 24px; height: 24px; border-radius: 7px; font-size: .59rem; }
  .service-redesign-page .v28-faq .faq-item button > b { width: 32px; height: 32px; }
  .service-redesign-page .v28-faq .faq-answer > p { padding-inline: 45px 48px; }
}

/* v33: contain the compact photo picker and remove legacy form-step markers. */
.service-redesign-page .service-lead-form label:not(.honeypot) {
  padding-left: 0;
}

.service-redesign-page .service-lead-form label:not(.honeypot)::before {
  content: none;
  display: none;
}

.service-redesign-page .service-form-actions {
  min-width: 0;
}

.service-redesign-page .service-form-actions > .button {
  min-width: 0;
  max-width: 100%;
  margin: 0;
}

.service-redesign-page .service-lead-form .service-form-actions .photo-upload-panel {
  width: 100%;
  min-width: 0;
  max-width: 100%;
  min-height: 50px;
  padding: 7px 9px 7px 12px;
  overflow: hidden;
}

.service-redesign-page .service-form-actions .photo-upload-panel input[type="file"] {
  position: absolute !important;
  width: 1px !important;
  min-width: 0 !important;
  height: 1px !important;
  min-height: 0 !important;
  margin: -1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  clip-path: inset(50%) !important;
  border: 0 !important;
  opacity: 0 !important;
  white-space: nowrap !important;
}

.service-redesign-page .service-form-actions .photo-upload-panel .upload-copy {
  overflow: hidden;
}

.service-redesign-page .service-form-actions .photo-upload-panel .file-status {
  min-width: 76px;
  max-width: 92px;
}

@media (max-width: 420px) {
  .service-redesign-page .service-form-actions .photo-upload-panel {
    grid-template-columns: 34px minmax(0, 1fr) auto;
    gap: 8px;
  }
  .service-redesign-page .service-form-actions .photo-upload-panel .upload-icon {
    width: 34px;
    height: 34px;
    margin-left: 0;
  }
  .service-redesign-page .service-form-actions .photo-upload-panel .file-status {
    min-width: 70px;
    max-width: 78px;
    padding-inline: 7px;
  }
}

/* v34: match every core-service hero to the washing-machine hero height. */
@media (min-width: 761px) {
  .service-redesign-page .v28-hero[style*="hero-refrigerator-v28.png"],
  .service-redesign-page .v28-hero[style*="hero-dishwasher-v28.png"],
  .service-redesign-page .v28-hero[style*="hero-oven-v28.png"] {
    --service-hero-ratio: 2.1124;
  }
}

/* v35: homepage-themed process and assurance sections. */
.service-redesign-page .v28-process {
  padding-block: 52px 48px;
  background: #f7faff;
}

.service-redesign-page .v28-process h2,
.service-redesign-page .v28-trust h2 {
  margin: 0;
  font-size: clamp(1.9rem, 3.2vw, 2.65rem);
  line-height: 1.08;
  letter-spacing: -.043em;
}

.service-redesign-page .v28-process-grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  max-width: 1080px;
  margin: 27px auto 0;
}

.service-redesign-page .v28-process-grid::before {
  content: "";
  position: absolute;
  top: 29px;
  left: 16.5%;
  right: 16.5%;
  border-top: 1px dashed #a9cae8;
}

.service-redesign-page .v28-process article {
  position: relative;
  z-index: 1;
  min-height: 0;
  padding: 58px 22px 23px;
  overflow: hidden;
  border: 1px solid #d8e6f3;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 8px 22px rgba(7, 31, 61, .06);
  text-align: left;
  transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.service-redesign-page .v28-process article::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  background: linear-gradient(90deg, #0768c9, #3ca4f5);
}

.service-redesign-page .v28-process article:hover {
  transform: translateY(-3px);
  border-color: #acd1f2;
  box-shadow: 0 14px 30px rgba(7, 54, 101, .1);
}

.service-redesign-page .v28-process article:not(:last-child)::after { display: none; }

.service-redesign-page .v28-process article > b {
  position: absolute;
  top: 17px;
  left: 22px;
  display: grid;
  width: 30px;
  height: 30px;
  place-items: center;
  border-radius: 9px;
  background: #0768c9;
  color: #fff;
  font-family: Manrope, Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: .75rem;
  font-weight: 800;
  box-shadow: 0 6px 14px rgba(7, 104, 201, .2);
}

.service-redesign-page .v28-process article > span { display: none; }

.service-redesign-page .v28-process h3 {
  margin: 0 0 7px;
  color: #071b42;
  font-size: 1rem;
  letter-spacing: -.02em;
}

.service-redesign-page .v28-process p {
  margin: 0;
  color: #52677d;
  font-size: .82rem;
  line-height: 1.55;
}

.service-redesign-page .v28-trust {
  position: relative;
  padding-block: 46px 50px;
  overflow: hidden;
  background: linear-gradient(125deg, #061b3e 0%, #07336b 100%);
}

.service-redesign-page .v28-trust::after {
  content: "";
  position: absolute;
  right: -110px;
  bottom: -150px;
  width: 360px;
  height: 360px;
  border: 55px solid rgba(34, 137, 229, .11);
  border-radius: 50%;
}

.service-redesign-page .v28-trust h2 {
  position: relative;
  z-index: 1;
  color: #fff;
}

.service-redesign-page .v28-trust-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 13px;
  max-width: 1080px;
  margin: 24px auto 0;
}

.service-redesign-page .v28-trust article {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  align-items: center;
  gap: 14px;
  min-height: 118px;
  padding: 19px;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 14px;
  background: rgba(255, 255, 255, .97);
  box-shadow: 0 12px 28px rgba(0, 10, 29, .18);
}

.service-redesign-page .v28-trust article > span {
  display: block;
  width: 48px;
  height: 48px;
  flex-basis: 48px;
  border-radius: 12px;
  background-color: #eaf5ff;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 40px 40px;
  color: transparent;
  font-size: 0;
}

.service-redesign-page .v28-trust article:nth-child(1) > span { background-image: url("../images/assurance-clear-quote.webp"); }
.service-redesign-page .v28-trust article:nth-child(2) > span { background-image: url("../images/assurance-fast-service.webp"); }
.service-redesign-page .v28-trust article:nth-child(3) > span { background-image: url("../images/assurance-warranty.webp"); }

.service-redesign-page .v28-trust h3 {
  margin: 0 0 5px;
  color: #071b42;
  font-size: .93rem;
  letter-spacing: -.02em;
}

.service-redesign-page .v28-trust p {
  margin: 0;
  color: #586d82;
  font-size: .77rem;
  line-height: 1.48;
}

@media (max-width: 820px) {
  .service-redesign-page .v28-process-grid,
  .service-redesign-page .v28-trust-grid { grid-template-columns: 1fr; max-width: 680px; }
  .service-redesign-page .v28-process-grid::before { display: none; }
  .service-redesign-page .v28-process article { padding: 20px 20px 20px 64px; }
  .service-redesign-page .v28-process article > b { top: 20px; left: 20px; }
  .service-redesign-page .v28-trust article { min-height: 0; }
}

@media (max-width: 600px) {
  .service-redesign-page .v28-process { padding-block: 38px; }
  .service-redesign-page .v28-trust { padding-block: 38px 40px; }
  .service-redesign-page .v28-process-grid,
  .service-redesign-page .v28-trust-grid { margin-top: 20px; }
  .service-redesign-page .v28-process article { border-radius: 13px; }
  .service-redesign-page .v28-trust article { grid-template-columns: 44px minmax(0, 1fr); padding: 16px; border-radius: 13px; }
  .service-redesign-page .v28-trust article > span { width: 44px; height: 44px; background-size: 37px 37px; }
}

/* v36: shared homepage-themed Dubai service-area directory. */
.service-redesign-page .service-area-section {
  padding-block: 44px;
  background: #fff;
}

.service-redesign-page .service-area-section .area-directory {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(300px, .85fr);
  align-items: center;
  gap: 32px;
  max-width: 1100px;
  padding: 28px 30px;
  overflow: hidden;
  border: 1px solid #d6e5f3;
  border-radius: 18px;
  background:
    radial-gradient(circle at 96% 10%, rgba(22, 131, 226, .12) 0, rgba(22, 131, 226, 0) 28%),
    linear-gradient(135deg, #f7fbff 0%, #edf6ff 100%);
  box-shadow: 0 12px 34px rgba(7, 31, 61, .075);
}

.service-redesign-page .service-area-section .area-directory > div:first-child {
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.service-redesign-page .service-area-section .eyebrow {
  display: inline-flex;
  min-height: 27px;
  align-items: center;
  margin-bottom: 9px;
  padding: 5px 10px;
  border: 1px solid #c7dff5;
  border-radius: 999px;
  background: #fff;
  color: #075fbd;
  font-size: .67rem;
}

.service-redesign-page .service-area-section h2 {
  max-width: 620px;
  margin: 0 0 8px;
  color: #071b42;
  font-size: clamp(1.75rem, 3vw, 2.45rem);
  line-height: 1.08;
  letter-spacing: -.043em;
}

.service-redesign-page .service-area-section .area-directory > div:first-child > p {
  max-width: 620px;
  margin: 0;
  color: #52677d;
  font-size: .84rem;
  line-height: 1.58;
}

.service-redesign-page .service-area-section .area-directory-details {
  width: 100%;
  min-width: 0;
  border: 1px solid #c8ddf0;
  border-radius: 13px;
  background: rgba(255, 255, 255, .92);
  box-shadow: 0 7px 18px rgba(7, 66, 121, .06);
}

.service-redesign-page .service-area-section .area-directory-details summary {
  display: flex;
  min-height: 62px;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 13px 14px 13px 17px;
  color: #102b49;
  font-size: .84rem;
  font-weight: 800;
  cursor: pointer;
  list-style: none;
}

.service-redesign-page .service-area-section .area-directory-details summary::-webkit-details-marker { display: none; }

.service-redesign-page .service-area-section .area-directory-details summary > span {
  display: grid;
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
  place-items: center;
  border-radius: 9px;
  background: #0768c9;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 500;
  transition: transform .2s ease;
}

.service-redesign-page .service-area-section .area-directory-details[open] {
  grid-column: 1 / -1;
}

.service-redesign-page .service-area-section .area-directory-details[open] summary {
  border-bottom: 1px solid #dce8f3;
}

.service-redesign-page .service-area-section .area-directory-details[open] summary > span { transform: rotate(45deg); }

.service-redesign-page .service-area-section .area-groups {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  padding: 16px;
}

.service-redesign-page .service-area-section .area-groups > section {
  padding: 14px;
  border: 1px solid #e0eaf4;
  border-radius: 11px;
  background: #fbfdff;
}

.service-redesign-page .service-area-section .area-groups h3 {
  margin: 0 0 10px;
  color: #12325a;
  font-size: .8rem;
}

.service-redesign-page .service-area-section .area-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.service-redesign-page .service-area-section .area-chips li {
  padding: 5px 8px;
  border: 1px solid #d9e7f3;
  border-radius: 7px;
  background: #fff;
  color: #52677d;
  font-size: .67rem;
  line-height: 1.25;
}

@media (max-width: 900px) {
  .service-redesign-page .service-area-section .area-directory { grid-template-columns: 1fr; gap: 20px; }
  .service-redesign-page .service-area-section .area-groups { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 600px) {
  .service-redesign-page .service-area-section { padding-block: 34px; }
  .service-redesign-page .service-area-section .area-directory { gap: 17px; padding: 21px 16px; border-radius: 15px; }
  .service-redesign-page .service-area-section .area-groups { grid-template-columns: 1fr; padding: 11px; }
  .service-redesign-page .service-area-section .area-directory-details summary { min-height: 58px; padding-left: 13px; }
}

/* v37: request form follows the service-process section. */
.service-redesign-page .service-request-section {
  padding-block: 38px;
  background: linear-gradient(180deg, #f7faff 0%, #ffffff 100%);
}

.service-redesign-page .service-request-section .service-lead-card {
  margin-block: 0;
}

@media (max-width: 600px) {
  .service-redesign-page .service-request-section { padding-block: 28px; }
}

/* v38: compact homepage-themed technician advice. */
.service-redesign-page [data-blog-related="true"] {
  padding-block: 38px;
  background: #fff;
}

.service-redesign-page [data-blog-related="true"] > .container {
  display: grid;
  grid-template-columns: minmax(240px, .78fr) minmax(0, 1.22fr);
  grid-template-rows: auto auto;
  gap: 0;
  max-width: 1080px;
  padding: 0;
  overflow: hidden;
  border: 1px solid #d8e6f3;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 12px 34px rgba(7, 31, 61, .075);
}

.service-redesign-page [data-blog-related="true"] .section-heading {
  display: block;
  grid-row: 1 / span 2;
  margin: 0;
  padding: 27px 26px;
  background: linear-gradient(145deg, #061b3e 0%, #073570 100%);
}

.service-redesign-page [data-blog-related="true"] .section-heading .eyebrow {
  display: inline-flex;
  min-height: 27px;
  align-items: center;
  margin: 0 0 10px;
  padding: 5px 10px;
  border: 1px solid rgba(112, 192, 255, .32);
  border-radius: 999px;
  background: rgba(112, 192, 255, .1);
  color: #77c5ff;
  font-size: .66rem;
}

.service-redesign-page [data-blog-related="true"] .section-heading h2 {
  max-width: 360px;
  margin: 0 0 9px;
  color: #fff;
  font-size: clamp(1.55rem, 2.6vw, 2.15rem);
  line-height: 1.08;
  letter-spacing: -.04em;
}

.service-redesign-page [data-blog-related="true"] .section-heading p {
  max-width: 360px;
  margin: 0;
  color: #c9d9ec;
  font-size: .78rem;
  line-height: 1.55;
}

.service-redesign-page [data-blog-related="true"] .guide-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  padding: 22px 22px 10px;
}

.service-redesign-page [data-blog-related="true"] .guide-link-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 38px;
  align-items: center;
  gap: 14px;
  min-height: 112px;
  padding: 18px;
  border: 1px solid #d9e6f2;
  border-radius: 13px;
  background: #f8fbff;
  color: inherit;
  text-decoration: none;
  box-shadow: none;
  transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.service-redesign-page [data-blog-related="true"] .guide-link-card:hover,
.service-redesign-page [data-blog-related="true"] .guide-link-card:focus-visible {
  transform: translateY(-2px);
  border-color: #9cc9f0;
  box-shadow: 0 10px 24px rgba(7, 66, 121, .09);
}

.service-redesign-page [data-blog-related="true"] .guide-link-card h3 {
  margin: 0 0 6px;
  color: #071b42;
  font-size: .96rem;
  line-height: 1.3;
  letter-spacing: -.022em;
}

.service-redesign-page [data-blog-related="true"] .guide-link-card p {
  margin: 0;
  color: #5b6f83;
  font-size: .75rem;
  line-height: 1.52;
}

.service-redesign-page [data-blog-related="true"] .guide-link-card > span {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border-radius: 10px;
  background: #0768c9;
  color: #fff;
  font-size: 1rem;
  font-weight: 800;
  transition: transform .2s ease;
}

.service-redesign-page [data-blog-related="true"] .guide-link-card:hover > span { transform: translateX(3px); }

.service-redesign-page [data-blog-related="true"] .hero-actions {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0 22px 20px;
}

.service-redesign-page [data-blog-related="true"] .hero-actions .button {
  min-height: 42px;
  padding: 8px 16px;
  border-color: #b9d3eb;
  border-radius: 9px;
  background: #fff;
  color: #075fbd;
  font-size: .77rem;
}

@media (max-width: 760px) {
  .service-redesign-page [data-blog-related="true"] > .container { grid-template-columns: 1fr; grid-template-rows: auto; }
  .service-redesign-page [data-blog-related="true"] .section-heading { grid-row: auto; padding: 23px 20px; }
  .service-redesign-page [data-blog-related="true"] .section-heading h2,
  .service-redesign-page [data-blog-related="true"] .section-heading p { max-width: 560px; }
}

@media (max-width: 600px) {
  .service-redesign-page [data-blog-related="true"] { padding-block: 30px; }
  .service-redesign-page [data-blog-related="true"] > .container { border-radius: 15px; }
  .service-redesign-page [data-blog-related="true"] .guide-list { padding: 15px 14px 8px; }
  .service-redesign-page [data-blog-related="true"] .guide-link-card { grid-template-columns: minmax(0, 1fr) 34px; min-height: 0; padding: 15px; }
  .service-redesign-page [data-blog-related="true"] .guide-link-card > span { width: 34px; height: 34px; }
  .service-redesign-page [data-blog-related="true"] .hero-actions { padding: 0 14px 14px; }
  .service-redesign-page [data-blog-related="true"] .hero-actions .button { width: 100%; }
}

/* v39: combined care guides and technician advice. */
.service-redesign-page .combined-guidance-section {
  padding-block: 34px;
  background: #fff;
}

.service-redesign-page .combined-guidance-grid {
  display: grid;
  grid-template-columns: minmax(280px, .82fr) minmax(0, 1.18fr);
  align-items: stretch;
  gap: 12px;
  max-width: 1240px;
}

.service-redesign-page .guidance-panel {
  display: grid;
  align-content: space-between;
  gap: 17px;
  min-width: 0;
  min-height: 224px;
  padding: 23px 24px;
  border-radius: 16px;
}

.service-redesign-page .guidance-panel .eyebrow {
  display: inline-flex;
  width: max-content;
  min-height: 26px;
  align-items: center;
  margin: 0 0 9px;
  padding: 5px 9px;
  border-radius: 999px;
  font-size: .64rem;
}

.service-redesign-page .guidance-panel h2 {
  margin: 0 0 7px;
  font-size: clamp(1.45rem, 2.5vw, 2rem);
  line-height: 1.08;
  letter-spacing: -.04em;
}

.service-redesign-page .guidance-panel p {
  margin: 0;
  font-size: .77rem;
  line-height: 1.52;
}

.service-redesign-page .guidance-panel-care {
  border: 1px solid #cce1f4;
  background:
    radial-gradient(circle at 95% 8%, rgba(22, 131, 226, .14) 0, rgba(22, 131, 226, 0) 30%),
    linear-gradient(145deg, #f4f9ff, #eaf4ff);
  color: #071b42;
}

.service-redesign-page .guidance-panel-care .eyebrow {
  border: 1px solid #c7def3;
  background: #fff;
  color: #075fbd;
}

.service-redesign-page .guidance-panel-care p { color: #53697f; }
.service-redesign-page .guidance-panel-care .button { width: max-content; min-height: 41px; padding: 8px 15px; border-radius: 9px; font-size: .75rem; }

.service-redesign-page .guidance-panel-advice {
  grid-template-columns: minmax(190px, .72fr) minmax(280px, 1.28fr);
  grid-template-rows: 1fr auto;
  align-items: center;
  column-gap: 18px;
  border: 1px solid #153e70;
  background: linear-gradient(135deg, #061b3e 0%, #073570 100%);
  color: #fff;
  box-shadow: 0 10px 28px rgba(3, 25, 57, .14);
}

.service-redesign-page .guidance-panel-advice > div { grid-row: 1 / span 2; }

.service-redesign-page .guidance-panel-advice .eyebrow {
  border: 1px solid rgba(112, 192, 255, .3);
  background: rgba(112, 192, 255, .1);
  color: #77c5ff;
}

.service-redesign-page .guidance-panel-advice h2 { color: #fff; }
.service-redesign-page .guidance-panel-advice p { color: #c9d9ec; }

.service-redesign-page .guidance-article-link {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 34px;
  align-items: center;
  gap: 11px;
  padding: 13px 14px;
  border: 1px solid rgba(255, 255, 255, .15);
  border-radius: 11px;
  background: rgba(255, 255, 255, .97);
  color: #071b42;
  text-decoration: none;
  transition: transform .2s ease, background .2s ease;
}

.service-redesign-page .guidance-article-link:hover,
.service-redesign-page .guidance-article-link:focus-visible { transform: translateY(-2px); background: #fff; }
.service-redesign-page .guidance-article-link > span { display: grid; gap: 4px; min-width: 0; }
.service-redesign-page .guidance-article-link strong { font-size: .78rem; line-height: 1.35; }
.service-redesign-page .guidance-article-link small { color: #5c7084; font-size: .65rem; line-height: 1.42; }
.service-redesign-page .guidance-article-link b { display: grid; width: 34px; height: 34px; place-items: center; border-radius: 9px; background: #0768c9; color: #fff; }

.service-redesign-page .guidance-all-link {
  justify-self: start;
  color: #8bcbff;
  font-size: .7rem;
  font-weight: 800;
  text-decoration: none;
}

.service-redesign-page .guidance-all-link:hover,
.service-redesign-page .guidance-all-link:focus-visible { color: #fff; text-decoration: underline; }

@media (max-width: 900px) {
  .service-redesign-page .combined-guidance-grid { grid-template-columns: 1fr; max-width: 720px; }
  .service-redesign-page .guidance-panel { min-height: 0; }
}

@media (max-width: 600px) {
  .service-redesign-page .combined-guidance-section { padding-block: 28px; }
  .service-redesign-page .guidance-panel { gap: 15px; padding: 20px 17px; border-radius: 14px; }
  .service-redesign-page .guidance-panel-advice { grid-template-columns: 1fr; grid-template-rows: auto; }
  .service-redesign-page .guidance-panel-advice > div { grid-row: auto; }
  .service-redesign-page .guidance-panel-care .button { width: 100%; }
}
/* Brand-specific washing machine landing pages */
.brand-breadcrumb { padding: 1rem 0; background: #f7f9fc; border-bottom: 1px solid rgba(15, 23, 42, .08); }
.brand-breadcrumb ol { display: flex; flex-wrap: wrap; gap: .5rem; margin: 0; padding: 0; list-style: none; color: var(--ms-muted, #64748b); font-size: .9rem; }
.brand-breadcrumb li + li::before { content: "/"; margin-right: .5rem; color: #94a3b8; }
.brand-breadcrumb a { color: #075ea8; }
.brand-repair-hero { padding: clamp(3.5rem, 7vw, 6.5rem) 0; background: radial-gradient(circle at 85% 20%, rgba(32, 156, 238, .16), transparent 34%), linear-gradient(135deg, #061d45, #0b3569); color: #fff; overflow: hidden; }
.brand-repair-hero__grid { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(18rem, .9fr); gap: clamp(2rem, 5vw, 5rem); align-items: center; }
.brand-repair-hero h1 { margin: .5rem 0 1rem; max-width: 15ch; color: #fff; font-size: clamp(2.3rem, 5vw, 4.7rem); line-height: 1.02; }
.brand-repair-hero__copy > p:not(.eyebrow):not(.brand-independence) { max-width: 64ch; font-size: 1.1rem; color: #dbeafe; }
.brand-repair-hero .eyebrow { color: #7dd3fc; }
.brand-independence { margin-top: 1.5rem; max-width: 68ch; color: #cbd5e1; font-size: .88rem; line-height: 1.55; }
.brand-repair-hero__visual { display: grid; place-items: center; min-height: 25rem; padding: 2rem; border: 1px solid rgba(255,255,255,.16); border-radius: 2rem; background: rgba(255,255,255,.96); box-shadow: 0 1.8rem 5rem rgba(0,0,0,.25); }
.brand-repair-hero__visual > img:first-child { max-width: 12rem; max-height: 4rem; object-fit: contain; }
.brand-appliance-image { width: min(100%, 29rem); height: auto; object-fit: contain; }
.brand-card-grid, .brand-step-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1.25rem; }
.brand-card-grid article, .brand-step-grid article, .brand-info-panel, .brand-booking-panel { padding: clamp(1.35rem, 3vw, 2rem); border: 1px solid rgba(15,23,42,.1); border-radius: 1.35rem; background: #fff; box-shadow: 0 .8rem 2.4rem rgba(15,23,42,.07); }
.brand-card-grid h3, .brand-step-grid h3 { margin-top: 0; }
.brand-card-grid a, .brand-content-grid a { font-weight: 700; color: #075ea8; }
.brand-detail-note { margin: 1.5rem 0 0; padding: 1.1rem 1.3rem; border-left: .25rem solid #1596e3; background: #eff8ff; border-radius: 0 .8rem .8rem 0; }
.brand-content-grid { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(17rem, .75fr); gap: clamp(2rem, 5vw, 4rem); align-items: start; }
.brand-content-grid h2 { margin-top: .4rem; }
.brand-check-list, .brand-process-list { display: grid; gap: .75rem; padding-left: 1.2rem; }
.brand-info-panel img { display: block; max-width: 10rem; max-height: 3.5rem; margin-bottom: 1.5rem; object-fit: contain; }
.brand-step-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.brand-step-grid article > span { display: grid; place-items: center; width: 2.3rem; height: 2.3rem; margin-bottom: 1rem; border-radius: 50%; background: #0b72c8; color: #fff; font-weight: 800; }
.brand-booking-panel { display: flex; justify-content: space-between; align-items: center; gap: 2rem; background: linear-gradient(135deg, #f7fbff, #edf7ff); }
.brand-booking-panel > div:first-child { max-width: 62ch; }
.brand-repair-page .service-brands__grid > li { display: contents; }
.brand-repair-page .service-brands__card { text-decoration: none; }
@media (max-width: 900px) {
  .brand-repair-hero__grid, .brand-content-grid { grid-template-columns: 1fr; }
  .brand-repair-hero__visual { min-height: auto; }
  .brand-card-grid, .brand-step-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .brand-booking-panel { align-items: flex-start; flex-direction: column; }
}
@media (max-width: 580px) {
  .brand-card-grid, .brand-step-grid { grid-template-columns: 1fr; }
  .brand-repair-hero { padding-top: 2.75rem; }
  .brand-repair-hero__visual { padding: 1.25rem; border-radius: 1.25rem; }
  .brand-repair-hero .hero-contact-actions, .brand-booking-panel .hero-contact-actions { width: 100%; flex-direction: column; }
  .brand-repair-hero .button, .brand-booking-panel .button { width: 100%; justify-content: center; }
}

/* Brand repair knowledge articles */
.brand-blog-hero { padding: clamp(3rem, 7vw, 5.5rem) 0; background: linear-gradient(135deg, #061d45, #0b467e); color: #fff; }
.brand-blog-hero__grid { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(16rem, .8fr); gap: clamp(2rem, 5vw, 4rem); align-items: center; }
.brand-blog-hero h1 { margin: .5rem 0 1rem; max-width: 18ch; color: #fff; font-size: clamp(2.2rem, 5vw, 4.2rem); line-height: 1.04; }
.brand-blog-hero p { max-width: 66ch; color: #dbeafe; }
.brand-blog-hero__visual { display: grid; gap: 1.25rem; place-items: center; padding: 2rem; border-radius: 1.6rem; background: #fff; }
.brand-blog-hero__visual img:first-child { max-width: 12rem; max-height: 4rem; object-fit: contain; }
.brand-blog-hero__visual img:last-child { width: min(100%, 25rem); max-height: 19rem; object-fit: contain; }
.brand-article-layout { display: grid; grid-template-columns: minmax(0, 1fr) 18rem; gap: clamp(2rem, 5vw, 4rem); align-items: start; }
.brand-article-body { max-width: 54rem; }
.brand-article-body > section { padding: 0 0 2.5rem; margin: 0 0 2.5rem; border-bottom: 1px solid rgba(15,23,42,.1); }
.brand-article-body h2 { margin: 0 0 1rem; font-size: clamp(1.65rem, 3vw, 2.35rem); }
.brand-article-body h3 { margin: 1.5rem 0 .55rem; }
.brand-article-body p, .brand-article-body li { line-height: 1.75; }
.brand-article-body ul, .brand-article-body ol { display: grid; gap: .65rem; padding-left: 1.3rem; }
.brand-article-summary { padding: 1.35rem; border-left: .28rem solid #1596e3; border-radius: 0 1rem 1rem 0; background: #eff8ff; }
.brand-article-sidebar { position: sticky; top: 7rem; display: grid; gap: 1rem; padding: 1.35rem; border: 1px solid rgba(15,23,42,.1); border-radius: 1.2rem; background: #fff; box-shadow: 0 .8rem 2.4rem rgba(15,23,42,.08); }
.brand-article-sidebar img { max-width: 9rem; max-height: 3rem; object-fit: contain; }
.brand-article-sidebar a:not(.button) { color: #075ea8; font-weight: 700; }
.brand-article-warning { padding: 1.25rem; border-radius: 1rem; background: #fff3e6; border: 1px solid #fed7aa; }
.brand-guide-directory { display: grid; gap: 1.25rem; }
.brand-guide-directory details { border: 1px solid rgba(15,23,42,.1); border-radius: 1rem; background: #fff; overflow: hidden; }
.brand-guide-directory summary { cursor: pointer; padding: 1.15rem 1.3rem; font-weight: 800; color: #0f3158; }
.brand-guide-directory__links { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: .75rem; padding: 0 1.3rem 1.3rem; }
.brand-guide-directory__links a { padding: .85rem 1rem; border-radius: .8rem; background: #f1f7fc; color: #075ea8; font-weight: 700; text-decoration: none; }
.brand-guide-inline { display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; margin-top: 1.25rem; padding: 1.1rem 1.25rem; border: 1px solid rgba(21,150,227,.24); border-radius: 1rem; background: linear-gradient(135deg, #f5fbff, #eaf6ff); box-shadow: 0 .65rem 1.8rem rgba(15,72,120,.07); }
.brand-guide-inline__copy { display: grid; gap: .2rem; }
.brand-guide-inline__copy span { color: #0877c9; font-size: .75rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.brand-guide-inline__copy strong { color: #0f3158; font-size: 1.05rem; }
.brand-guide-inline__copy small { color: #52677d; line-height: 1.45; }
.brand-guide-inline > a { flex: 0 0 auto; color: #075ea8; font-weight: 800; text-decoration: none; }
.brand-inspection-card { overflow: hidden; padding: 0; border-color: rgba(21,150,227,.22); }
.brand-inspection-card__head { padding: 1.35rem 1.35rem 1.1rem; background: linear-gradient(135deg, #071f46, #0b5b99); color: #fff; }
.brand-inspection-card__head .eyebrow { margin: 0 0 .35rem; color: #7dd3fc; }
.brand-inspection-card__head h2 { margin: 0; color: #fff; font-size: 1.45rem; }
.brand-inspection-card__body { display: grid; gap: 1rem; padding: 1.25rem 1.35rem 1.35rem; }
.brand-inspection-card__body p { margin: 0; color: #52677d; line-height: 1.6; }
.brand-inspection-links { display: grid; gap: .6rem; padding-top: .2rem; }
.brand-inspection-links a { display: flex; justify-content: space-between; gap: .75rem; padding: .75rem .85rem; border-radius: .7rem; background: #f1f7fc; text-decoration: none; }
.brand-inspection-links a::after { content: "→"; }
.brand-inspection-card .hero-contact-actions { display: grid; grid-template-columns: 1fr; gap: .65rem; margin: .15rem 0 0; }
.brand-inspection-card .button { width: 100%; min-height: 3rem; justify-content: center; }
@media (max-width: 900px) {
  .brand-blog-hero__grid, .brand-article-layout { grid-template-columns: 1fr; }
  .brand-article-sidebar { position: static; }
  .brand-guide-directory__links { grid-template-columns: repeat(2, minmax(0,1fr)); }
}
@media (max-width: 580px) {
  .brand-guide-directory__links { grid-template-columns: 1fr; }
  .brand-blog-hero__visual { padding: 1.25rem; }
  .brand-guide-inline { align-items: flex-start; flex-direction: column; }
}
