﻿@import url(https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap);
.ms-ref{--red:#de4d5a;--red-dk:#c13040;--blue:#2c62a8;--blue-dk:#1a4880;--text:#494949;--muted:#6b7280;--bg:#f5f7fa;--white:#fff;--line:#e0e4ec;--sh-sm:0 2px 8px rgba(73,73,73,.10);--sh-md:0 6px 20px rgba(73,73,73,.12);--r-btn:30px;--r-card:12px;font-family:Roboto,sans-serif;color:var(--text);background:#fff;padding:0;-webkit-font-smoothing:antialiased}
.ms-ref *,.ms-ref *::before,.ms-ref *::after{box-sizing:border-box}
.ms-ref a{color:var(--blue);text-decoration:none;transition:color .18s}.ms-ref a:hover{color:var(--red)}
.ms-ref .wrap{width:min(1160px,100%);margin:0 auto;padding:0 24px}
.ms-ref .section{padding:52px 0}.ms-ref .section:nth-child(even){background:var(--bg)}
.ms-ref h1,.ms-ref h2,.ms-ref h3,.ms-ref h4{margin:0;font-family:Roboto,sans-serif;line-height:1.2}
.ms-ref h1{font-size:clamp(1.9rem,3.6vw,3rem);font-weight:500;color:var(--red);max-width:20ch;line-height:1.18}
.ms-ref h2{font-size:clamp(1.5rem,2.4vw,2rem);font-weight:700;color:var(--text)}
.ms-ref h3{font-size:1.1rem;font-weight:700;color:var(--text)}
.ms-ref p{margin:0;color:var(--muted);line-height:1.72;font-size:.98rem}
.ms-ref .eyebrow{display:inline-block;margin:0 0 12px;padding:4px 14px;font-size:.78rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#fff;background:var(--red);border-radius:var(--r-btn)}
.ms-ref .head{margin-bottom:40px}.ms-ref .head h2{margin-top:8px}.ms-ref .head p{margin-top:12px;max-width:64ch}
.ms-ref .stack{display:grid;gap:20px}
.ms-ref .grid-6{display:grid;gap:20px;grid-template-columns:repeat(3,minmax(0,1fr))}
.ms-ref .grid-4{display:grid;gap:20px;grid-template-columns:repeat(4,minmax(0,1fr))}
.ms-ref .grid-3{display:grid;gap:20px;grid-template-columns:repeat(3,minmax(0,1fr))}
.ms-ref .grid-2{display:grid;gap:24px;grid-template-columns:repeat(2,minmax(0,1fr))}
.ms-ref .card{background:var(--white);border:1px solid var(--line);border-radius:var(--r-card);padding:28px 24px;display:flex;flex-direction:column;box-shadow:var(--sh-sm);transition:box-shadow .2s,transform .2s,border-color .2s}
.ms-ref .card:hover{box-shadow:var(--sh-md);transform:translateY(-2px);border-color:var(--red)}
.ms-ref .card.soft{background:var(--bg)}.ms-ref .card h3{margin-top:14px}.ms-ref .card p{margin-top:10px}
.ms-ref .iconbox{width:52px;height:52px;border-radius:10px;display:grid;place-items:center;background:linear-gradient(135deg,#fdeaea 0%,#fce4e7 100%);border:1px solid rgba(222,77,90,.16);flex-shrink:0}
.ms-ref .iconbox svg{width:26px;height:26px;stroke:var(--red);fill:none;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.ms-ref .icon-row{display:flex;gap:16px;align-items:flex-start}.ms-ref .icon-row .iconbox{flex:0 0 52px;margin-top:2px}.ms-ref .icon-row h3{margin-top:0}.ms-ref .icon-row p{margin-top:8px}
.ms-ref .split{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(300px,.9fr);border-radius:var(--r-card);overflow:hidden;border:1px solid var(--line);box-shadow:var(--sh-sm);background:#fff}
.ms-ref .split-copy{padding:clamp(24px,3vw,44px)}.ms-ref .split-copy h2{color:var(--text)}.ms-ref .split-copy p{margin-top:14px;max-width:52ch}
.ms-ref .feature-list{display:grid;gap:12px;margin-top:24px}
.ms-ref .feature-item{display:flex;gap:12px;align-items:flex-start;padding:14px 16px;border-radius:8px;background:var(--bg);border-left:3px solid var(--red)}
.ms-ref .feature-item svg{width:20px;height:20px;stroke:var(--red);fill:none;stroke-width:2.4;flex:0 0 20px;margin-top:2px}
.ms-ref .feature-item strong{color:var(--text);font-weight:700}.ms-ref .feature-item div{color:var(--muted);line-height:1.62}
.ms-ref .feature-item > p:empty{display:none !important}.ms-ref .feature-item > div{flex:1 1 auto;max-width:none}
.ms-ref .illustration{min-height:320px;background:linear-gradient(160deg,#eef2f8 0%,#f5f7fa 100%);border-left:1px solid var(--line);position:relative;overflow:hidden}
.ms-ref .illustration::before{content:'';position:absolute;left:12%;top:16%;width:52%;height:48%;border-radius:12px;background:#fff;box-shadow:var(--sh-md);border:1px solid var(--line)}
.ms-ref .illustration::after{content:'';position:absolute;right:10%;bottom:14%;width:40%;height:42%;border-radius:12px;background:linear-gradient(160deg,var(--blue) 0%,var(--blue-dk) 100%);box-shadow:var(--sh-md)}
.ms-ref .illustration span{position:absolute;left:22%;bottom:20%;width:38%;height:24%;border-radius:10px;background:#fff;box-shadow:var(--sh-sm);border:1px solid var(--line)}.ms-ref .facts-band{background:var(--white);border:1px solid var(--line);border-radius:var(--r-card);padding:8px;box-shadow:var(--sh-sm)}
.ms-ref .facts-band .grid-4{gap:8px}
.ms-ref .stat{padding:28px 20px;background:var(--bg);border-radius:8px;text-align:center;transition:background .18s}
.ms-ref .stat:hover{background:#fff}
.ms-ref .stat p{font-size:.9rem;color:var(--muted)}
.ms-ref .b2b-band{display:grid;grid-template-columns:minmax(0,1fr) minmax(280px,1fr);border-radius:var(--r-card);overflow:hidden;border:1px solid var(--line);box-shadow:var(--sh-sm)}
.ms-ref .b2b-copy{padding:clamp(28px,3.5vw,52px);background:linear-gradient(135deg,#1a3a6b 0%,#2c62a8 100%)}
.ms-ref .b2b-copy h2,.ms-ref .b2b-copy p{color:#fff}
.ms-ref .b2b-copy p{color:rgba(255,255,255,.85);margin-top:14px}
.ms-ref .b2b-copy .actions{margin-top:24px}
.ms-ref .b2b-copy .btn.primary{background:var(--red);border-color:var(--red)}
.ms-ref .b2b-copy .btn.secondary{background:transparent;color:#fff;border-color:rgba(255,255,255,.45)}
.ms-ref .b2b-copy .btn.secondary:hover{background:rgba(255,255,255,.12);border-color:#fff}
.ms-ref .b2b-side{padding:clamp(24px,3vw,44px);background:#fff}
.ms-ref .checklist{list-style:none;padding:0;margin:0;display:grid;gap:12px}
.ms-ref .checklist li{display:flex;gap:12px;align-items:flex-start;padding:14px 16px;border-radius:8px;background:var(--bg);border:1px solid var(--line);color:var(--text);line-height:1.58;font-size:.96rem}
.ms-ref .checklist svg{width:20px;height:20px;stroke:#fff;fill:var(--red);stroke-width:2.5;flex:0 0 20px;padding:4px;border-radius:50%;background:var(--red);margin-top:1px}
.ms-ref .lead{background:var(--bg);border:1px solid var(--line);border-radius:var(--r-card);padding:clamp(28px,4vw,48px);box-shadow:var(--sh-sm)}
.ms-ref .lead-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.1fr);gap:48px;align-items:start}
.ms-ref .lead h2{color:var(--text);max-width:22ch}.ms-ref .lead p{margin-top:12px;max-width:48ch}
.ms-ref .form{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}
.ms-ref .form label{display:grid;gap:6px}.ms-ref .form .wide{grid-column:1/-1}
.ms-ref .form span{font-weight:500;color:var(--text);font-size:.9rem}
.ms-ref input,.ms-ref textarea{width:100%;padding:12px 16px;border:1px solid var(--line);border-radius:8px;background:#fff;font-family:Roboto,sans-serif;font-size:.96rem;color:var(--text);transition:border-color .18s,box-shadow .18s}
.ms-ref input:focus,.ms-ref textarea:focus{outline:none;border-color:var(--red);box-shadow:0 0 0 3px rgba(222,77,90,.12)}
.ms-ref textarea{min-height:130px;resize:vertical}
.ms-ref .contact-grid{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(300px,.85fr);gap:20px}
.ms-ref .map-card{border-radius:var(--r-card);overflow:hidden;min-height:420px;display:flex;border:1px solid var(--line);box-shadow:var(--sh-sm)}
.ms-ref .map-card iframe{display:block;width:100%;height:100%;min-height:420px;border:0;flex:1 1 auto}
.ms-ref .contact-card{background:#fff;border:1px solid var(--line);border-radius:var(--r-card);padding:clamp(20px,2.8vw,36px);box-shadow:var(--sh-sm);display:flex;flex-direction:column;gap:20px}
.ms-ref .contact-card ul{list-style:none;padding:0;margin:0;display:grid;gap:0}
.ms-ref .contact-card li{display:flex;gap:12px;align-items:flex-start;padding:12px 0;border-bottom:1px solid var(--line);line-height:1.62;font-size:.96rem}
.ms-ref .contact-card li:last-child{border-bottom:none}
.ms-ref .contact-card strong{color:var(--text);font-weight:600;min-width:90px;flex-shrink:0}
.ms-ref .contact-card a{color:var(--blue);font-weight:500}.ms-ref .contact-card a:hover{color:var(--red)}
@media(max-width:1100px){.ms-ref .grid-6{grid-template-columns:repeat(3,minmax(0,1fr))}.ms-ref .grid-4{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:900px){.ms-ref .grid-6{grid-template-columns:repeat(2,minmax(0,1fr))}.ms-ref .grid-3{grid-template-columns:repeat(2,minmax(0,1fr))}.ms-ref .split,.ms-ref .b2b-band,.ms-ref .lead-grid,.ms-ref .contact-grid,.ms-ref .grid-2{grid-template-columns:1fr}.ms-ref .illustration{min-height:240px;border-left:none;border-top:1px solid var(--line)}.ms-ref .b2b-side{border-top:1px solid var(--line)}}
@media(max-width:640px){.ms-ref .section{padding:36px 0}.ms-ref .wrap{padding:0 16px}.ms-ref .grid-6,.ms-ref .grid-4,.ms-ref .grid-3,.ms-ref .form{grid-template-columns:1fr}.ms-ref .hero{padding:28px 20px;border-radius:12px;min-height:0}.ms-ref .hero h1{max-width:none;font-size:clamp(1.7rem,8vw,2.4rem)}.ms-ref .actions .btn{width:100%;justify-content:center}}

/* Force overrides */
.ms-ref .hero{background:linear-gradient(135deg,#1a3a6b 0%,#2c62a8 50%,#1a3a6b 100%) !important;border-radius:16px !important;min-height:480px !important;padding:clamp(36px,5vw,64px) clamp(28px,4vw,56px) !important;display:flex !important;flex-direction:column !important;justify-content:center !important;overflow:hidden !important}
.ms-ref .hero h1{color:#fff !important;font-family:Roboto,sans-serif !important;font-size:clamp(2rem,4vw,3.4rem) !important;font-weight:700 !important}
.ms-ref .hero p{color:rgba(255,255,255,.88) !important}
.ms-ref .btn.primary{background:#de4d5a !important;color:#fff !important;border-color:#de4d5a !important;border-radius:30px !important;box-shadow:0 4px 16px rgba(222,77,90,.28) !important}
.ms-ref .btn.primary:hover{background:#c13040 !important;border-color:#c13040 !important}
.ms-ref .btn.secondary{background:#fff !important;color:#2c62a8 !important;border-color:#2c62a8 !important;border-radius:30px !important}
.ms-ref .btn.secondary:hover{background:#2c62a8 !important;color:#fff !important}
.ms-ref h1{font-family:Roboto,sans-serif !important;color:#de4d5a !important}
.ms-ref h2{font-family:Roboto,sans-serif !important;color:#494949 !important}
.ms-ref h3{font-family:Roboto,sans-serif !important;color:#494949 !important}
.ms-ref .card{background:#fff !important;border:1px solid #e0e4ec !important;border-radius:12px !important;box-shadow:0 2px 8px rgba(73,73,73,.10) !important}
.ms-ref .b2b-copy{background:linear-gradient(135deg,#1a3a6b 0%,#2c62a8 100%) !important}
.ms-ref .b2b-copy h2,.ms-ref .b2b-copy p{color:#fff !important}
/* stat text white in hero */
.ms-ref .hero .stat strong, .ms-ref .hero .stat p { color: #fff !important; }
/* logo size — now in global.css */
.ms-ref .hero a {
  color: rgba(255,255,255,0.7) !important;
}
.ms-ref .hero a:hover {
  color: #fff !important;
}
.ms-ref .hero p, .ms-ref .hero span, .ms-ref .hero div { color: rgba(255,255,255,0.85) !important; }
.ms-ref .card {
  justify-content: space-between !important;
  min-height: 220px !important;
}
.ms-ref .card .actions {
  margin-top: auto !important;
  padding-top: 16px !important;
}
.ms-ref .stat strong {
  color: #de4d5a !important;
}
.ms-ref .stat p {
  color: #494949 !important;
}
.ms-ref .stat {
  background: #fff !important;
  border: 1px solid #e0e4ec !important;
}
/* Footer fixes */
#colophon, .site-footer, footer { background: #1c446f !important; border-top: none !important; border: none !important; box-shadow: none !important; } #colophon *, .site-footer * { border-color: rgba(255,255,255,0.14) !important; }
/* contact list markers fix */
/* form buttons fix */
.ms-ref .actions { display: flex !important; flex-wrap: wrap !important; gap: 12px !important; align-items: center !important; }
.ms-ref .actions .btn { margin: 0 !important; }
.ms-ref .contact-card li {
  align-items: flex-start !important;
  padding: 14px 0 !important;
}
.ms-ref .contact-card li svg,
.ms-ref .contact-card li::before {
  margin-top: 3px !important;
  flex-shrink: 0 !important;
}
.ms-ref .contact-card ul {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
}
.ms-ref .contact-card li {
  display: flex !important;
  gap: 12px !important;
  padding: 12px 0 !important;
  border-bottom: 1px solid #e0e4ec !important;
  align-items: flex-start !important;
  list-style: none !important;
}
.ms-ref .contact-card li::before {
  display: none !important;
}
.ms-ref .contact-card li strong {
  min-width: 110px !important;
  flex-shrink: 0 !important;
  color: #494949 !important;
  font-weight: 600 !important;
}
.ms-ref .contact-card li span {
  color: #494949 !important;
}
.ms-ref .hero,
.ms-ref .card,
.ms-ref .facts-band,
.ms-ref .split,
.ms-ref .b2b-band,
.ms-ref .lead,
.ms-ref .contact-card,
.ms-ref .map-card,
.ms-ref .stat {
  border-radius: 0 !important;
}
.ms-ref .btn {
  border-radius: 4px !important;
}
.ms-ref .eyebrow {
  border-radius: 4px !important;
}
.ms-ref .iconbox {
  border-radius: 6px !important;
}
.ms-ref .feature-item,
.ms-ref .checklist li {
  border-radius: 0 !important;
}
.ms-ref .section {
  padding: 56px 0 !important;
  margin: 0 !important;
}
.ms-ref .section:nth-child(even) {
  background: #f5f7fa !important;
}
.ms-ref .section:nth-child(odd) {
  background: #ffffff !important;
}
.ms-ref {
  margin: 0 !important;
  padding: 0 !important;
}
.ms-ref > * {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}@media (max-width:768px) {
  .site-header-inner.fixed {
    padding: 8px 12px !important;
    flex-wrap: nowrap !important;
    min-height: auto !important;
    gap: 8px !important;
  }
  .site-logotype img {
    max-height: 38px !important;
    height: 38px !important;
    width: auto !important;
  }
  .header-html-1 .header-phone-wrap {
    display: none !important;
  }
  .header-html-1 {
    gap: 8px !important;
    margin-left: auto !important;
  }
  .header-html-1 .header-callback {
    padding: 8px 12px !important;
    font-size: 12px !important;
  }
  .ms-ref .wrap {
    padding: 0 8px !important;
  }
  .ms-ref .section {
    padding: 32px 0 !important;
  }
  .ms-ref .hero {
    border-radius: 0 !important;
  }
}@media (max-width:900px) {
  .header-html-1 .header-phone-sub {
    display: none !important;
  }
  .header-html-1 .header-phone-wrap {
    align-items: flex-start !important;
  }
} @media (max-width:600px) {
  .site-header-inner.fixed {
    padding: 0 12px !important;
    min-height: 56px !important;
    flex-wrap: nowrap !important;
    gap: 0 !important;
    justify-content: space-between !important;
  }
  .site-logotype img {
    max-height: 36px !important;
    height: 36px !important;
  }
  .header-html-1 {
    gap: 10px !important;
    align-items: center !important;
  }
  .header-html-1 .header-phone {
    font-size: 14px !important;
  }
  .header-html-1 .header-phone-wrap {
    display: none !important;
  }
  .header-html-1 .header-callback {
    padding: 8px 12px !important;
    font-size: 12px !important;
    border-radius: 4px !important;
  }
  .header-search {
    display: none !important;
  }
}@media (max-width:768px) {
  #colophon div[style*="grid-template-columns"],
  .site-footer div[style*="grid-template-columns"],
  footer div[style*="grid-template-columns"] {
    display: block !important;
  }
  #colophon div[style*="grid"],
  .site-footer div[style*="grid"],
  footer div[style*="grid"] {
    display: block !important;
  }
  #colophon,
  .site-footer,
  footer {
    padding: 0 !important;
  }
  footer > div {
    padding: 32px 16px 16px !important;
  }
  footer > div > div:first-child {
    grid-template-columns: 1fr !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 24px !important;
  }
}.ms-ref .section > .wrap > .head,
.ms-ref .section > .wrap > h2 {
  padding-left: 0 !important;
}
.ms-ref .wrap {
  padding: 0 24px !important;
}
.ms-ref .section {
  padding-left: 0 !important;
  padding-right: 0 !important;
}.ms-ref .illustration {
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  min-height: 360px !important;
}
.ms-ref .illustration::before,
.ms-ref .illustration::after,
.ms-ref .illustration span {
  display: none !important;
}
.ms-ref .illustration.photo-remont {
  background-image: url(https://images.unsplash.com/photo-1581091226825-a6a2a5aee158?w=800) !important;
}
.ms-ref .illustration.photo-about {
  background-image: url(https://images.unsplash.com/photo-1516321318423-f06f85e504b3?w=800) !important;
}
.ms-ref .illustration.photo-serv {
  background-image: url(https://images.unsplash.com/photo-1600880292203-757bb62b4baf?w=800) !important;
}
.ms-ref .illustration.photo-cart {
  background-image: url(https://images.unsplash.com/photo-1612815154858-60aa4c59eaa6?w=800) !important;
}
.ms-ref .illustration.photo-org {
  background-image: url(https://images.unsplash.com/photo-1497366216548-37526070297c?w=800) !important;
}
.ms-ref .illustration.photo-viezd {
  background-image: url(https://images.unsplash.com/photo-1621905251189-08b45d6a269e?w=800) !important;
}
.ms-ref .card ul li::before {
  display: none !important;
}
.ms-ref .card ul li {
  padding-left: 0 !important;
}
.ms-ref .b2b-band .btn.secondary,
.ms-ref .hero .btn.secondary {
  background: transparent !important;
  border: 2px solid rgba(255,255,255,0.7) !important;
  color: #fff !important;
}
.ms-ref .b2b-band .btn.secondary:hover,
.ms-ref .hero .btn.secondary:hover {
  background: rgba(255,255,255,0.15) !important;
  border-color: #fff !important;
  color: #fff !important;
}
/* Hero background: photo + dark overlay */
.ms-ref .hero {
    background: linear-gradient(135deg, rgba(22,58,99,0.85) 0%, rgba(44,98,168,0.72) 45%, rgba(22,58,99,0.88) 100%), url(hero-bg.jpg) center/cover no-repeat !important;
    background-attachment: scroll !important;
}
/* Illustration block on home: main photo of technician */
.ms-ref .illustration {
    background: url(about-photo.jpg) center top / cover no-repeat !important;
    min-height: 460px !important;
    border-left: 1px solid var(--line);
}
.ms-ref .illustration::before,
.ms-ref .illustration::after,
.ms-ref .illustration span { display: none !important; }
@media (max-width: 900px) {
  .ms-ref .illustration {
    min-height: 340px !important;
    background-position: center 25% !important;
  }
}
/* homepage-restructure-2026-07-27 */
.page-id-183 .ms-ref .card.compact{padding:24px 22px}
.page-id-183 .ms-ref .problem-card{position:relative;padding-top:28px}
.page-id-183 .ms-ref .problem-card::before{content:'';display:block;width:44px;height:4px;background:var(--red);margin-bottom:18px}
.page-id-183 .ms-ref .process-grid{display:grid;gap:20px;grid-template-columns:repeat(4,minmax(0,1fr))}
.page-id-183 .ms-ref .process-card{position:relative;min-height:100%}
.page-id-183 .ms-ref .step-num{display:inline-flex;align-items:center;justify-content:center;min-width:54px;height:32px;padding:0 12px;background:#fff2f3;border:1px solid rgba(222,77,90,.22);color:var(--red);font-size:13px;font-weight:800;letter-spacing:.08em}
.page-id-183 .ms-ref .process-card h3{margin-top:18px}
.page-id-183 .ms-ref .faq-home{display:grid;gap:14px}
.page-id-183 .ms-ref .faq-home .ms-faq-item{display:block;margin:0;border:1px solid #d9e1ea;background:#ffffff;box-shadow:0 6px 18px rgba(22,58,99,.06);overflow:hidden}
.page-id-183 .ms-ref .faq-home .ms-faq-item[open]{border-color:#c8d6e6;box-shadow:0 10px 24px rgba(22,58,99,.10)}
.page-id-183 .ms-ref .faq-home .ms-faq-question{list-style:none;display:flex;align-items:center;justify-content:space-between;gap:18px;margin:0;padding:18px 22px;cursor:pointer;background:#ffffff;color:#163a63;font-size:18px;font-weight:700;line-height:1.45;transition:background-color .2s ease,color .2s ease}
.page-id-183 .ms-ref .faq-home .ms-faq-question::-webkit-details-marker{display:none}
.page-id-183 .ms-ref .faq-home .ms-faq-question::marker{content:''}
.page-id-183 .ms-ref .faq-home .ms-faq-item:hover .ms-faq-question,.page-id-183 .ms-ref .faq-home .ms-faq-item[open] .ms-faq-question{background:#f5f8fc}
.page-id-183 .ms-ref .faq-home .ms-faq-question span:first-child{flex:1 1 auto}
.page-id-183 .ms-ref .faq-home .ms-faq-icon{flex:0 0 34px;width:34px;height:34px;display:inline-flex;align-items:center;justify-content:center;border:1px solid rgba(222,77,90,.22);background:#fff5f6;color:#de4d5a;font-size:24px;font-weight:700;line-height:1;transition:transform .2s ease,background-color .2s ease,border-color .2s ease}
.page-id-183 .ms-ref .faq-home .ms-faq-item[open] .ms-faq-icon{transform:rotate(45deg);background:#de4d5a;border-color:#de4d5a;color:#ffffff}
.page-id-183 .ms-ref .faq-home .ms-faq-answer{padding:0 22px 20px;border-top:1px solid #edf2f7;background:#fbfdff}
.page-id-183 .ms-ref .faq-home .ms-faq-answer p{margin:16px 0 0;color:#53667e;line-height:1.72}
@media (max-width: 1100px){
  .page-id-183 .ms-ref .process-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media (max-width: 767px){
  .page-id-183 .ms-ref .process-grid{grid-template-columns:1fr}
  .page-id-183 .ms-ref .faq-home .ms-faq-question{padding:16px 18px;font-size:16px}
  .page-id-183 .ms-ref .faq-home .ms-faq-answer{padding:0 18px 18px}
}

/* homepage-icons-map-2026-07-27 */
.page-id-183 .ms-ref .service-icon{
  width:64px;
  height:64px;
  border-radius:18px;
  display:grid;
  place-items:center;
  background:linear-gradient(180deg,#f7fbff 0%,#eaf3fc 100%);
  border:1px solid rgba(22,58,99,.12);
  box-shadow:0 10px 24px rgba(22,58,99,.08);
}
.page-id-183 .ms-ref .service-icon svg{
  width:34px;
  height:34px;
  stroke:#163a63;
  fill:none;
  stroke-width:2.1;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.page-id-183 .ms-ref .grid-4 .card.compact{
  justify-content:space-between;
}
.page-id-183 .ms-ref .grid-4 .card.compact .actions{
  margin-top:20px;
}
.page-id-183 .ms-ref .map-card{
  padding:0;
  min-height:440px;
  overflow:hidden;
  background:#dce9f6;
}
.page-id-183 .ms-ref .map-shell{
  position:relative;
  width:100%;
  min-height:440px;
  flex:1 1 auto;
}
.page-id-183 .ms-ref .map-shell iframe{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  min-height:0;
  border:0;
}
.page-id-183 .ms-ref .map-pin{
  position:absolute;
  left:58%;
  top:42%;
  transform:translate(-50%,-100%);
  display:flex;
  align-items:center;
  gap:10px;
  pointer-events:none;
}
.page-id-183 .ms-ref .map-pin-dot{
  width:22px;
  height:22px;
  background:#de4d5a;
  border:4px solid #ffffff;
  border-radius:999px 999px 999px 0;
  transform:rotate(-45deg);
  box-shadow:0 8px 20px rgba(222,77,90,.35);
  position:relative;
}
.page-id-183 .ms-ref .map-pin-dot::after{
  content:'';
  position:absolute;
  left:50%;
  top:50%;
  width:6px;
  height:6px;
  background:#ffffff;
  border-radius:50%;
  transform:translate(-50%,-50%);
}
.page-id-183 .ms-ref .map-pin-label{
  display:inline-flex;
  align-items:center;
  padding:8px 12px;
  background:rgba(22,58,99,.92);
  color:#ffffff;
  font-size:14px;
  font-weight:700;
  line-height:1;
  border-radius:999px;
  box-shadow:0 12px 24px rgba(22,58,99,.22);
}
@media (max-width: 991px){
  .page-id-183 .ms-ref .map-card,
  .page-id-183 .ms-ref .map-shell{
    min-height:380px;
  }
  .page-id-183 .ms-ref .map-pin{
    left:56%;
    top:45%;
  }
}
@media (max-width: 767px){
  .page-id-183 .ms-ref .service-icon{
    width:58px;
    height:58px;
    border-radius:16px;
  }
  .page-id-183 .ms-ref .service-icon svg{
    width:30px;
    height:30px;
  }
  .page-id-183 .ms-ref .map-card,
  .page-id-183 .ms-ref .map-shell{
    min-height:320px;
  }
  .page-id-183 .ms-ref .map-pin{
    left:58%;
    top:47%;
    gap:8px;
  }
  .page-id-183 .ms-ref .map-pin-label{
    padding:7px 10px;
    font-size:12px;
  }
}

/* homepage-map-fix-2026-07-27 */
.page-id-183 .ms-ref .map-card{position:relative}
.page-id-183 .ms-ref .map-shell{background:#edf4fb}
.page-id-183 .ms-ref .map-shell iframe{background:#edf4fb;z-index:1}
.page-id-183 .ms-ref .map-pin{z-index:2;left:53%;top:46%}
@media (max-width: 991px){
  .page-id-183 .ms-ref .map-pin{left:53%;top:47%}
}
@media (max-width: 767px){
  .page-id-183 .ms-ref .map-pin{left:54%;top:48%}
}

/* homepage-icons-map-fix-2026-07-27-b */
.page-id-183 .ms-ref .service-icon svg,
.page-id-183 .ms-ref .service-icon svg *{
  stroke:#163a63 !important;
  fill:none !important;
  opacity:1 !important;
}
.page-id-183 .ms-ref .service-icon circle{
  fill:#ffffff !important;
}
.page-id-183 .ms-ref .map-pin{
  display:none;
}
.page-id-183 .ms-ref .map-shell iframe{
  filter:none;
}

/* homepage-visual-polish-2026-07-27 */
.page-id-183 .ms-ref .grid-4{
  align-items:stretch;
}
.page-id-183 .ms-ref .grid-4 .card.compact{
  min-height:100%;
  padding:28px 24px;
  display:flex;
  flex-direction:column;
  align-items:flex-start;
}
.page-id-183 .ms-ref .grid-4 .card.compact .iconbox{
  margin-bottom:18px;
}
.page-id-183 .ms-ref .grid-4 .card.compact h3{
  margin:0;
  min-height:72px;
  display:flex;
  align-items:flex-start;
}
.page-id-183 .ms-ref .grid-4 .card.compact p{
  margin-top:12px;
  min-height:128px;
  width:100%;
}
.page-id-183 .ms-ref .grid-4 .card.compact .actions{
  margin-top:auto;
  width:100%;
}
.page-id-183 .ms-ref .grid-4 .card.compact .btn{
  width:100%;
  min-height:58px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  text-align:center;
}
.page-id-183 .ms-ref .grid-4 .card.compact .btn br{display:none}
.page-id-183 .ms-ref .service-icon{
  background:linear-gradient(180deg,#f7fbff 0%,#edf4fc 100%);
}
.page-id-183 .ms-ref .service-icon svg,
.page-id-183 .ms-ref .service-icon svg *{
  stroke:#163a63 !important;
  fill:none !important;
  opacity:1 !important;
}
.page-id-183 .ms-ref .map-card{
  position:relative;
  min-height:440px;
  background:#e9f1fa;
}
.page-id-183 .ms-ref .map-link{
  position:relative;
  display:block;
  width:100%;
  min-height:440px;
  overflow:hidden;
  text-decoration:none;
}
.page-id-183 .ms-ref .map-link img{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}
.page-id-183 .ms-ref .map-pin{
  display:flex !important;
  position:absolute;
  left:53%;
  top:49%;
  transform:translate(-50%,-100%);
  align-items:center;
  gap:10px;
  pointer-events:none;
  z-index:2;
}
.page-id-183 .ms-ref .map-pin-dot{
  width:22px;
  height:22px;
  background:#de4d5a;
  border:4px solid #ffffff;
  border-radius:999px 999px 999px 0;
  transform:rotate(-45deg);
  box-shadow:0 8px 20px rgba(222,77,90,.35);
  position:relative;
}
.page-id-183 .ms-ref .map-pin-dot::after{
  content:'';
  position:absolute;
  left:50%;
  top:50%;
  width:6px;
  height:6px;
  background:#ffffff;
  border-radius:50%;
  transform:translate(-50%,-50%);
}
.page-id-183 .ms-ref .map-pin-label{
  display:inline-flex;
  align-items:center;
  padding:8px 12px;
  background:rgba(22,58,99,.92);
  color:#fff;
  font-size:14px;
  font-weight:700;
  line-height:1;
  border-radius:999px;
  box-shadow:0 12px 24px rgba(22,58,99,.22);
}
.page-id-183 .ms-ref .map-link-chip{
  position:absolute;
  left:18px;
  bottom:18px;
  z-index:2;
  display:inline-flex;
  align-items:center;
  padding:10px 14px;
  border-radius:999px;
  background:rgba(255,255,255,.94);
  color:#163a63;
  font-size:13px;
  font-weight:700;
  box-shadow:0 10px 26px rgba(22,58,99,.14);
}
@media (max-width: 991px){
  .page-id-183 .ms-ref .grid-4 .card.compact h3{min-height:unset}
  .page-id-183 .ms-ref .grid-4 .card.compact p{min-height:unset}
  .page-id-183 .ms-ref .map-card,
  .page-id-183 .ms-ref .map-link{min-height:380px}
}
@media (max-width: 767px){
  .page-id-183 .ms-ref .grid-4 .card.compact{padding:24px 20px}
  .page-id-183 .ms-ref .grid-4 .card.compact .btn{min-height:54px}
  .page-id-183 .ms-ref .map-card,
  .page-id-183 .ms-ref .map-link{min-height:320px}
  .page-id-183 .ms-ref .map-pin{left:55%;top:50%;gap:8px}
  .page-id-183 .ms-ref .map-pin-label{font-size:12px;padding:7px 10px}
  .page-id-183 .ms-ref .map-link-chip{left:12px;right:12px;bottom:12px;justify-content:center;text-align:center}
}

/* page-394-title-blue-2026-07-27 */
.page-id-394 .ms-ref h1 {
  color: #163a63 !important;
}


.page-id-334 .ms-ref .brand-matrix{display:grid;gap:20px;grid-template-columns:repeat(4,minmax(0,1fr));margin-top:28px}
.page-id-334 .ms-ref .brand-card{min-height:100% !important;padding:18px 16px 16px !important;justify-content:space-between !important;align-items:stretch !important;text-align:center;border-radius:0 !important;gap:12px;background:#fff !important}
.page-id-334 .ms-ref .brand-card:hover{transform:translateY(-2px)}
.page-id-334 .ms-ref .brand-logo-button{appearance:none;-webkit-appearance:none;display:flex;flex-direction:column;align-items:center;gap:12px;width:100%;padding:0;margin:0;border:0;background:transparent;cursor:pointer}
.page-id-334 .ms-ref .brand-logo-button:hover .brand-name{color:#de4d5a}
.page-id-334 .ms-ref .brand-logo-button:focus-visible{outline:2px solid rgba(44,98,168,.28);outline-offset:3px}
.page-id-334 .ms-ref .brand-card a{display:flex;flex-direction:column;align-items:center;gap:14px;width:100%;color:#494949 !important}
.page-id-334 .ms-ref .brand-logo-wrap{display:flex;align-items:center;justify-content:center;min-height:74px;width:100%;padding:8px 10px;background:#f8fafc;border:1px solid #e3eaf2}
.page-id-334 .ms-ref .brand-logo-wrap img{display:block;max-width:138px;max-height:40px;width:auto;height:auto;object-fit:contain;filter:none}
.page-id-334 .ms-ref .brand-name{font-size:.96rem;font-weight:700;color:#163a63;line-height:1.3}
.page-id-334 .ms-ref .brand-meta{display:inline-flex;align-items:center;justify-content:center;padding:6px 10px;border:1px solid #d9e1ea;background:#f5f7fa;color:#6b7280;font-size:.78rem;line-height:1.2}
.page-id-334 .ms-ref .brand-note{margin-top:24px;padding:18px 20px;border-left:3px solid #de4d5a;background:#fff;border:1px solid #e0e4ec;box-shadow:0 2px 8px rgba(73,73,73,.08)}
.page-id-334 .ms-ref .brand-note p{max-width:none}
@media(max-width:1100px){.page-id-334 .ms-ref .brand-matrix{grid-template-columns:repeat(4,minmax(0,1fr));}}
@media(max-width:900px){.page-id-334 .ms-ref .brand-matrix{grid-template-columns:repeat(2,minmax(0,1fr));}}
@media(max-width:640px){.page-id-334 .ms-ref .brand-matrix{grid-template-columns:1fr;gap:12px}.page-id-334 .ms-ref .brand-card{padding:14px 12px !important}.page-id-334 .ms-ref .brand-logo-wrap{min-height:60px}.page-id-334 .ms-ref .brand-logo-wrap img{max-width:120px;max-height:34px}.page-id-334 .ms-ref .brand-name{font-size:.9rem}.page-id-334 .ms-ref .brand-actions .btn{width:100%}}


.page-id-334 .ms-ref .brand-actions{display:flex;justify-content:center;width:100%;margin-top:auto}
.page-id-334 .ms-ref .brand-actions .btn{width:auto;min-width:0;justify-content:center;border-radius:4px !important;box-shadow:none !important;padding:9px 14px !important;font-size:.85rem !important;line-height:1.2 !important}
.page-id-334 .brand-modal{position:fixed;inset:0;display:none;align-items:center;justify-content:center;padding:24px;background:rgba(16,31,52,.62);z-index:9999}
.page-id-334 .brand-modal.is-open{display:flex}
.page-id-334 .brand-modal__dialog{position:relative;width:min(860px,100%);max-height:min(86vh,900px);overflow:auto;background:#fff;border:1px solid #d9e1ea;box-shadow:0 24px 60px rgba(15,35,60,.24);padding:28px 28px 24px}
.page-id-334 .brand-modal__close{position:absolute;top:12px;right:12px;width:40px;height:40px;border:1px solid #d9e1ea;background:#fff;color:#163a63;font-size:28px;line-height:1;cursor:pointer}
.page-id-334 .brand-modal__head{display:flex;align-items:center;gap:18px;padding-right:48px;margin-bottom:20px}
.page-id-334 .brand-modal__head img{max-width:120px;max-height:38px;width:auto;height:auto;object-fit:contain}
.page-id-334 .brand-modal__head h3{margin-top:8px !important;font-size:1.55rem;color:#163a63 !important}
.page-id-334 .brand-modal__body ul{margin:0;padding:0;list-style:none;display:grid;gap:12px}
.page-id-334 .brand-modal__body li{padding:14px 16px;background:#f5f7fa;border-left:3px solid #de4d5a;color:#494949;line-height:1.65}
.page-id-334 .brand-modal__body p{margin:0;color:#6b7280;line-height:1.68}
.page-id-334 .brand-modal__body .brand-fact{display:grid;gap:8px}
.page-id-334 .brand-modal__actions{display:flex;gap:12px;justify-content:flex-start;margin-top:22px}
.page-id-334 .brand-modal__actions .btn.secondary{background:#163a63 !important;border-color:#163a63 !important;color:#fff !important}
.page-id-334 .brand-modal__actions .btn.secondary:hover{background:#0f2f55 !important;border-color:#0f2f55 !important}
body.brand-modal-open{overflow:hidden}
@media(max-width:640px){.page-id-334 .brand-modal{padding:14px}.page-id-334 .brand-modal__dialog{padding:20px 16px 16px}.page-id-334 .brand-modal__head{align-items:flex-start;gap:12px;margin-bottom:16px}.page-id-334 .brand-modal__head img{max-width:96px;max-height:32px}.page-id-334 .brand-modal__head h3{font-size:1.2rem}.page-id-334 .brand-modal__actions .btn{width:100%}.page-id-334 .brand-modal__actions{flex-direction:column}}

/* premium brand cards override */
.page-id-334 .ms-ref .brand-matrix{
    grid-template-columns:repeat(4,minmax(0,1fr)) !important;
    gap:22px !important;
    align-items:stretch !important;
}
.page-id-334 .ms-ref .brand-card{
    min-height:100% !important;
    padding:18px !important;
    border:1px solid #dbe5f0 !important;
    background:#ffffff !important;
    box-shadow:0 10px 26px rgba(18,43,72,.08) !important;
    display:flex !important;
    flex-direction:column !important;
    align-items:stretch !important;
    justify-content:space-between !important;
    gap:14px !important;
    transition:transform .18s ease, box-shadow .18s ease, border-color .18s ease !important;
}
.page-id-334 .ms-ref .brand-card:hover{
    transform:translateY(-4px) !important;
    border-color:#c8d7e8 !important;
    box-shadow:0 18px 36px rgba(18,43,72,.14) !important;
}
.page-id-334 .ms-ref .brand-logo-button{
    display:flex !important;
    flex-direction:column !important;
    align-items:center !important;
    gap:14px !important;
    width:100% !important;
    padding:0 !important;
    margin:0 !important;
    border:0 !important;
    background:transparent !important;
    cursor:pointer !important;
}
.page-id-334 .ms-ref .brand-logo-wrap{
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;
    min-height:104px !important;
    width:100% !important;
    padding:18px 16px !important;
    border:1px solid #e4ecf4 !important;
    background:linear-gradient(180deg,#ffffff 0%,#f7fbff 100%) !important;
    box-shadow:inset 0 1px 0 rgba(255,255,255,.9) !important;
}
.page-id-334 .ms-ref .brand-logo-wrap img{
    max-width:150px !important;
    max-height:44px !important;
    width:auto !important;
    height:auto !important;
    object-fit:contain !important;
    display:block !important;
}
.page-id-334 .ms-ref .brand-name{
    margin:0 !important;
    font-size:1rem !important;
    font-weight:700 !important;
    line-height:1.25 !important;
    color:#163a63 !important;
}
.page-id-334 .ms-ref .brand-actions{
    display:flex !important;
    justify-content:center !important;
    width:100% !important;
    margin-top:auto !important;
}
.page-id-334 .ms-ref .brand-actions .btn,
.page-id-334 .ms-ref .brand-actions .btn.secondary{
    width:auto !important;
    min-width:146px !important;
    padding:10px 14px !important;
    border-radius:4px !important;
    border:1px solid #163a63 !important;
    background:#ffffff !important;
    color:#163a63 !important;
    font-size:.84rem !important;
    font-weight:700 !important;
    line-height:1.15 !important;
    box-shadow:none !important;
}
.page-id-334 .ms-ref .brand-actions .btn:hover,
.page-id-334 .ms-ref .brand-actions .btn.secondary:hover{
    background:#163a63 !important;
    color:#ffffff !important;
    border-color:#163a63 !important;
}
.page-id-334 .ms-ref .brand-note{
    margin-top:26px !important;
    padding:18px 22px !important;
    border-left:3px solid #de4d5a !important;
    background:#ffffff !important;
    border-top:1px solid #e0e7f0 !important;
    border-right:1px solid #e0e7f0 !important;
    border-bottom:1px solid #e0e7f0 !important;
    box-shadow:0 8px 24px rgba(18,43,72,.06) !important;
}
@media (max-width:900px){
    .page-id-334 .ms-ref .brand-matrix{grid-template-columns:repeat(2,minmax(0,1fr)) !important;gap:16px !important;}
}
@media (max-width:640px){
    .page-id-334 .ms-ref .brand-matrix{grid-template-columns:1fr !important;gap:14px !important;}
    .page-id-334 .ms-ref .brand-card{padding:14px !important;}
    .page-id-334 .ms-ref .brand-logo-wrap{min-height:84px !important;padding:14px 12px !important;}
    .page-id-334 .ms-ref .brand-logo-wrap img{max-width:132px !important;max-height:38px !important;}
    .page-id-334 .ms-ref .brand-actions .btn,
    .page-id-334 .ms-ref .brand-actions .btn.secondary{width:100% !important;min-width:0 !important;}
}

/* warranty brand pages */
.ms-brand-page .brand-hero{
    display:grid;
    grid-template-columns:minmax(0,1.35fr) minmax(300px,.65fr);
    gap:24px;
    align-items:stretch;
}
.ms-brand-page .brand-hero__main,
.ms-brand-page .brand-hero__aside,
.ms-brand-page .brand-block,
.ms-brand-page .brand-cta{
    background:#ffffff;
    border:1px solid #dbe5f0;
    box-shadow:0 10px 30px rgba(18,43,72,.08);
}
.ms-brand-page .brand-hero__main{
    padding:34px 34px 30px;
}
.ms-brand-page .brand-hero__lead{
    margin-top:16px;
    max-width:62ch;
    color:#53667e !important;
    font-size:1rem;
    line-height:1.78;
}
.ms-brand-page .brand-points{
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:14px;
    margin-top:24px;
}
.ms-brand-page .brand-point{
    padding:16px 16px 15px;
    background:#f7fafc;
    border:1px solid #e3ebf4;
}
.ms-brand-page .brand-point strong{
    display:block;
    margin-bottom:8px;
    color:#163a63;
    font-size:.9rem;
    line-height:1.35;
}
.ms-brand-page .brand-point span{
    display:block;
    color:#53667e;
    font-size:.92rem;
    line-height:1.58;
}
.ms-brand-page .brand-hero .actions{
    margin-top:24px;
}
.ms-brand-page .brand-hero__aside{
    padding:24px;
    display:flex;
}
.ms-brand-page .brand-logo-panel{
    width:100%;
    display:flex;
    flex-direction:column;
    justify-content:space-between;
    gap:18px;
}
.ms-brand-page .brand-logo-panel__media{
    min-height:180px;
    display:flex;
    align-items:center;
    justify-content:center;
    padding:28px 20px;
    background:linear-gradient(180deg,#ffffff 0%,#f5f9fd 100%);
    border:1px solid #e3ebf4;
}
.ms-brand-page .brand-logo-panel__media img{
    display:block;
    width:auto;
    max-width:100%;
    max-height:72px;
    object-fit:contain;
}
.ms-brand-page .brand-logo-panel__meta{
    display:grid;
    gap:10px;
}
.ms-brand-page .brand-logo-panel__row{
    display:flex;
    justify-content:space-between;
    gap:14px;
    padding:12px 0;
    border-bottom:1px solid #edf2f7;
    color:#53667e;
    font-size:.92rem;
    line-height:1.45;
}
.ms-brand-page .brand-logo-panel__row:last-child{
    border-bottom:none;
    padding-bottom:0;
}
.ms-brand-page .brand-logo-panel__row span{
    color:#708398;
}
.ms-brand-page .brand-logo-panel__row strong{
    color:#163a63;
    font-weight:700;
    text-align:right;
}
.ms-brand-page .brand-layout{
    display:grid;
    grid-template-columns:minmax(0,1fr) minmax(0,1fr);
    gap:24px;
}
.ms-brand-page .brand-block{
    padding:30px 28px;
}
.ms-brand-page .brand-block h2{
    margin-top:10px;
    font-size:1.65rem;
    line-height:1.2;
    color:#163a63 !important;
}
.ms-brand-page .brand-block--accent{
    border-top:4px solid #163a63;
}
.ms-brand-page .brand-block--soft{
    background:#f9fbfd;
}
.ms-brand-page .brand-list{
    list-style:none;
    padding:0;
    margin:22px 0 0;
    display:grid;
    gap:12px;
}
.ms-brand-page .brand-list li{
    position:relative;
    padding:0 0 0 18px;
    color:#494949;
    line-height:1.72;
    font-size:.97rem;
}
.ms-brand-page .brand-list li::before{
    content:'';
    position:absolute;
    left:0;
    top:.72em;
    width:7px;
    height:7px;
    background:#de4d5a;
    border-radius:50%;
}
.ms-brand-page .brand-list--check li::before{
    width:8px;
    height:8px;
    background:#163a63;
    border-radius:0;
    transform:rotate(45deg);
    top:.64em;
}
.ms-brand-page .brand-list--warning li::before{
    background:#de4d5a;
    width:8px;
    height:8px;
    top:.62em;
}
.ms-brand-page .brand-list--ordered{
    counter-reset:brandsteps;
}
.ms-brand-page .brand-list--ordered li{
    padding-left:50px;
    min-height:34px;
}
.ms-brand-page .brand-list--ordered li::before{
    counter-increment:brandsteps;
    content:counter(brandsteps);
    width:30px;
    height:30px;
    top:0;
    left:0;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    background:#163a63;
    color:#ffffff;
    font-size:.85rem;
    font-weight:700;
}
.ms-brand-page .brand-cta{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:24px;
    padding:28px 30px;
    border-left:4px solid #de4d5a;
}
.ms-brand-page .brand-cta h2{
    margin-top:10px;
    font-size:1.45rem;
    color:#163a63 !important;
}
.ms-brand-page .brand-cta p{
    margin-top:12px;
    max-width:58ch;
    color:#53667e !important;
}
.ms-brand-page .btn.primary{
    background:#163a63 !important;
    border-color:#163a63 !important;
    color:#ffffff !important;
    box-shadow:none !important;
}
.ms-brand-page .btn.primary:hover{
    background:#0f2f55 !important;
    border-color:#0f2f55 !important;
}
.ms-brand-page .btn.secondary{
    background:#ffffff !important;
    border-color:#163a63 !important;
    color:#163a63 !important;
}
.ms-brand-page .btn.secondary:hover{
    background:#163a63 !important;
    color:#ffffff !important;
}
.ms-brand-page h1{
    max-width:none !important;
    color:#163a63 !important;
    font-size:clamp(2rem,3.3vw,3rem) !important;
    font-weight:700 !important;
    line-height:1.1 !important;
}
@media (max-width:980px){
    .ms-brand-page .brand-hero,
    .ms-brand-page .brand-layout,
    .ms-brand-page .brand-points{
        grid-template-columns:1fr;
    }
    .ms-brand-page .brand-cta{
        flex-direction:column;
        align-items:flex-start;
    }
}
@media (max-width:640px){
    .ms-brand-page .brand-hero__main,
    .ms-brand-page .brand-hero__aside,
    .ms-brand-page .brand-block,
    .ms-brand-page .brand-cta{
        padding:22px 18px;
    }
    .ms-brand-page .brand-logo-panel__media{
        min-height:132px;
        padding:20px 14px;
    }
    .ms-brand-page .brand-logo-panel__media img{
        max-height:56px;
    }
    .ms-brand-page .brand-block h2,
    .ms-brand-page .brand-cta h2{
        font-size:1.28rem;
    }
    .ms-brand-page .brand-list--ordered li{
        padding-left:42px;
    }
    .ms-brand-page .brand-hero .actions .btn,
    .ms-brand-page .brand-cta .actions .btn{
        width:100% !important;
    }
}


/* visual-audit adjustments 2026-07-28 */
body.page-id-142 .ms-ref .split,
body.page-id-175 .ms-ref .split,
body.page-id-177 .ms-ref .split,
body.page-id-212 .ms-ref .split,
body.page-id-214 .ms-ref .split{
  grid-template-columns:minmax(0,1fr) minmax(300px, 38%) !important;
  align-items:stretch !important;
}
body.page-id-142 .ms-ref .split-copy,
body.page-id-175 .ms-ref .split-copy,
body.page-id-177 .ms-ref .split-copy,
body.page-id-212 .ms-ref .split-copy,
body.page-id-214 .ms-ref .split-copy{
  padding:34px 34px 30px !important;
}
body.page-id-142 .ms-ref .illustration,
body.page-id-175 .ms-ref .illustration,
body.page-id-177 .ms-ref .illustration,
body.page-id-212 .ms-ref .illustration,
body.page-id-214 .ms-ref .illustration{
  min-height:100% !important;
  border-left:1px solid var(--line) !important;
  border-top:none !important;
  background-position:center center !important;
  background-size:cover !important;
}
body.page-id-175 .ms-ref .hero .badge:nth-child(2n){
  background:linear-gradient(180deg,rgba(255,255,255,.14) 0%,rgba(215,231,255,.10) 100%);
}
body.page-id-142 .ms-ref .hero .badges,
body.page-id-175 .ms-ref .hero .badges,
body.page-id-177 .ms-ref .hero .badges,
body.page-id-212 .ms-ref .hero .badges,
body.page-id-214 .ms-ref .hero .badges{
  display:grid !important;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:14px !important;
  width:min(100%, 760px);
  max-width:760px;
  margin-top:8px !important;
}
body.page-id-142 .ms-ref .hero .badge,
body.page-id-175 .ms-ref .hero .badge,
body.page-id-177 .ms-ref .hero .badge,
body.page-id-212 .ms-ref .hero .badge,
body.page-id-214 .ms-ref .hero .badge{
  position:relative;
  display:flex !important;
  align-items:center;
  min-height:78px;
  padding:18px 18px 18px 62px;
  background:linear-gradient(180deg,rgba(255,255,255,.18) 0%,rgba(255,255,255,.10) 100%);
  border:1px solid rgba(255,255,255,.18);
  box-shadow:0 16px 30px rgba(9,31,59,.16);
  color:#ffffff !important;
  font-weight:700;
  line-height:1.35;
  letter-spacing:-.01em;
  backdrop-filter:blur(8px);
  -webkit-backdrop-filter:blur(8px);
}
body.page-id-142 .ms-ref .hero .badge::before,
body.page-id-175 .ms-ref .hero .badge::before,
body.page-id-177 .ms-ref .hero .badge::before,
body.page-id-212 .ms-ref .hero .badge::before,
body.page-id-214 .ms-ref .hero .badge::before{
  content:'';
  position:absolute;
  left:18px;
  top:50%;
  width:30px;
  height:30px;
  transform:translateY(-50%);
  border-radius:999px;
  background:linear-gradient(135deg,#de4d5a 0%,#f26d78 100%);
  box-shadow:0 10px 18px rgba(222,77,90,.28);
}
body.page-id-142 .ms-ref .hero .badge::after,
body.page-id-175 .ms-ref .hero .badge::after,
body.page-id-177 .ms-ref .hero .badge::after,
body.page-id-212 .ms-ref .hero .badge::after,
body.page-id-214 .ms-ref .hero .badge::after{
  content:'✓';
  position:absolute;
  left:27px;
  top:50%;
  transform:translateY(-56%);
  color:#ffffff;
  font-size:16px;
  font-weight:800;
}
body.page-id-142 .ms-ref .hero .badge:nth-child(2n),
body.page-id-175 .ms-ref .hero .badge:nth-child(2n),
body.page-id-177 .ms-ref .hero .badge:nth-child(2n),
body.page-id-212 .ms-ref .hero .badge:nth-child(2n),
body.page-id-214 .ms-ref .hero .badge:nth-child(2n){
  background:linear-gradient(180deg,rgba(255,255,255,.14) 0%,rgba(215,231,255,.10) 100%);
}
body.page-id-142 .ms-ref .hero .badges br,
body.page-id-175 .ms-ref .hero .badges br,
body.page-id-177 .ms-ref .hero .badges br,
body.page-id-212 .ms-ref .hero .badges br,
body.page-id-214 .ms-ref .hero .badges br{display:none !important;}
body.page-id-142 .ms-ref .feature-list,
body.page-id-175 .ms-ref .feature-list,
body.page-id-177 .ms-ref .feature-list,
body.page-id-212 .ms-ref .feature-list,
body.page-id-214 .ms-ref .feature-list{
  gap:10px !important;
  margin-top:20px !important;
}
body.page-id-142 .ms-ref .feature-item,
body.page-id-175 .ms-ref .feature-item,
body.page-id-177 .ms-ref .feature-item,
body.page-id-212 .ms-ref .feature-item,
body.page-id-214 .ms-ref .feature-item{
  padding:16px 18px !important;
}
@media (max-width: 960px){
  body.page-id-142 .ms-ref .hero .badges,
  body.page-id-175 .ms-ref .hero .badges,
  body.page-id-177 .ms-ref .hero .badges,
  body.page-id-212 .ms-ref .hero .badges,
  body.page-id-214 .ms-ref .hero .badges{
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
    width:100%;
    max-width:none;
  }
  body.page-id-142 .ms-ref .hero .badge,
  body.page-id-175 .ms-ref .hero .badge,
  body.page-id-177 .ms-ref .hero .badge,
  body.page-id-212 .ms-ref .hero .badge,
  body.page-id-214 .ms-ref .hero .badge{
    min-height:0;
    padding:16px 16px 16px 58px;
  }
}
@media (max-width: 640px){
  body.page-id-142 .ms-ref .hero .badges,
  body.page-id-175 .ms-ref .hero .badges,
  body.page-id-177 .ms-ref .hero .badges,
  body.page-id-212 .ms-ref .hero .badges,
  body.page-id-214 .ms-ref .hero .badges{
    grid-template-columns:1fr !important;
  }
  body.page-id-142 .ms-ref .split,
  body.page-id-175 .ms-ref .split,
  body.page-id-177 .ms-ref .split,
  body.page-id-212 .ms-ref .split,
  body.page-id-214 .ms-ref .split{
    grid-template-columns:1fr !important;
  }
  body.page-id-142 .ms-ref .illustration,
  body.page-id-175 .ms-ref .illustration,
  body.page-id-177 .ms-ref .illustration,
  body.page-id-212 .ms-ref .illustration,
  body.page-id-214 .ms-ref .illustration{
    min-height:360px !important;
    border-left:none !important;
    border-top:1px solid var(--line) !important;
    background-position:center 28% !important;
  }
}
body.page-id-152 .ms-ref .split{
  grid-template-columns:1fr !important;
  align-items:start !important;
}
body.page-id-152 .ms-ref .split > .card.compact{
  min-height:auto !important;
  justify-content:flex-start !important;
  padding:28px 24px !important;
}
body.page-id-152 .ms-ref .split > .card.compact h3{
  margin-top:18px !important;
}
body.page-id-152 .ms-ref .service-links{
  margin-top:18px !important;
}
@media (max-width: 960px){
  body.page-id-152 .ms-ref .split{
    grid-template-columns:1fr !important;
  }
}


/* contacts-map-nav-fix-2026-07-28 */
.page-id-152 .ms-ref .map-card{
  position:relative;
  display:block;
  min-height:440px;
  overflow:hidden;
  background:#e9f1fa;
}
.page-id-152 .ms-ref .map-link{
  position:absolute;
  inset:0;
  display:block;
  width:100% !important;
  height:100% !important;
  min-height:440px;
  overflow:hidden;
  background:#e9f1fa;
  text-decoration:none;
}
.page-id-152 .ms-ref .map-link img{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}
.page-id-152 .ms-ref .map-pin{
  display:flex !important;
  position:absolute;
  left:53%;
  top:49%;
  transform:translate(-50%,-100%);
  align-items:center;
  gap:10px;
  pointer-events:none;
  z-index:2;
}
.page-id-152 .ms-ref .map-pin-dot{
  width:22px;
  height:22px;
  background:#de4d5a;
  border:4px solid #ffffff;
  border-radius:999px 999px 999px 0;
  transform:rotate(-45deg);
  box-shadow:0 8px 20px rgba(222,77,90,.35);
  position:relative;
}
.page-id-152 .ms-ref .map-pin-dot::after{
  content:'';
  position:absolute;
  left:50%;
  top:50%;
  width:6px;
  height:6px;
  background:#ffffff;
  border-radius:50%;
  transform:translate(-50%,-50%);
}
.page-id-152 .ms-ref .map-pin-label{
  display:inline-flex;
  align-items:center;
  padding:8px 12px;
  background:rgba(22,58,99,.92);
  color:#fff;
  font-size:14px;
  font-weight:700;
  line-height:1;
  border-radius:999px;
  box-shadow:0 12px 24px rgba(22,58,99,.22);
}
.page-id-152 .ms-ref .map-link-chip{
  position:absolute;
  left:18px;
  bottom:18px;
  z-index:2;
  display:inline-flex;
  align-items:center;
  padding:10px 14px;
  border-radius:999px;
  background:rgba(255,255,255,.94);
  color:#163a63;
  font-size:13px;
  font-weight:700;
  box-shadow:0 10px 26px rgba(22,58,99,.14);
}
.page-id-152 .menu-item-417{display:none !important;}
@media (max-width: 991px){
  .page-id-152 .ms-ref .map-card{min-height:380px}
  .page-id-152 .ms-ref .map-link{min-height:380px}
}
@media (max-width: 767px){
  .page-id-152 .ms-ref .map-card{min-height:320px}
  .page-id-152 .ms-ref .map-link{min-height:320px}
  .page-id-152 .ms-ref .map-pin{left:55%;top:50%;gap:8px}
  .page-id-152 .ms-ref .map-pin-label{font-size:12px;padding:7px 10px}
  .page-id-152 .ms-ref .map-link-chip{left:12px;right:12px;bottom:12px;justify-content:center;text-align:center}
}


/* yandex-map-embed-2026-07-28 */
.page-id-183 .ms-ref .map-embed,
.page-id-152 .ms-ref .map-embed{
  position:relative;
  display:block;
  width:100%;
  height:100%;
  min-height:440px;
  overflow:hidden;
  background:#e9f1fa;
}
.page-id-183 .ms-ref .map-embed iframe,
.page-id-152 .ms-ref .map-embed iframe{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  border:0;
  display:block;
}
.page-id-183 .ms-ref .map-embed .map-link-chip,
.page-id-152 .ms-ref .map-embed .map-link-chip{
  position:absolute;
  left:18px;
  bottom:18px;
  z-index:3;
  display:inline-flex;
  align-items:center;
  padding:10px 14px;
  border-radius:999px;
  background:rgba(255,255,255,.94);
  color:#163a63;
  font-size:13px;
  font-weight:700;
  box-shadow:0 10px 26px rgba(22,58,99,.14);
}
.page-id-183 .ms-ref .map-embed .map-pin,
.page-id-152 .ms-ref .map-embed .map-pin{display:none !important;}
@media (max-width: 991px){
  .page-id-183 .ms-ref .map-embed,
  .page-id-152 .ms-ref .map-embed{min-height:380px}
}
@media (max-width: 767px){
  .page-id-183 .ms-ref .map-embed,
  .page-id-152 .ms-ref .map-embed{min-height:320px}
  .page-id-183 .ms-ref .map-embed .map-link-chip,
  .page-id-152 .ms-ref .map-embed .map-link-chip{left:12px;right:12px;bottom:12px;justify-content:center;text-align:center}
}

/* codex-service-polish-2026-07-29 */
.ms-ref h1,
.ms-ref h2,
.ms-ref h3,
.ms-ref .card h3,
.ms-ref .badge,
.ms-ref .map-pin-label{
  text-wrap:balance;
  overflow-wrap:break-word;
  word-break:normal;
}
.ms-ref p,
.ms-ref li,
.ms-ref .card p,
.ms-ref .feature-item div,
.ms-ref .checklist li,
.ms-ref .contact-card li,
.ms-ref .b2b-copy p,
.ms-ref .split-copy p{
  text-wrap:pretty;
  overflow-wrap:break-word;
  word-break:normal;
}
.ms-ref .grid-2,
.ms-ref .grid-3,
.ms-ref .grid-4,
.ms-ref .grid-6,
.ms-ref .process-grid,
.ms-ref .facts-band .grid-4,
.ms-ref .lead-grid,
.ms-ref .contact-grid{
  align-items:stretch;
}
.ms-ref .card,
.ms-ref .contact-card,
.ms-ref .b2b-side,
.ms-ref .split-copy,
.ms-ref .lead,
.ms-ref .map-card{
  min-width:0;
}
.ms-ref .card{
  height:100%;
}
.ms-ref .actions{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  align-items:stretch;
}
.ms-ref .actions .btn{
  min-height:52px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  text-align:center;
  white-space:normal;
}
.ms-ref .feature-list{
  gap:14px;
}
.ms-ref .feature-item{
  display:grid;
  grid-template-columns:20px minmax(0,1fr);
  gap:14px;
  align-items:start;
}
.ms-ref .feature-item svg{
  margin-top:4px;
}
.ms-ref .feature-item div,
.ms-ref .feature-item strong{
  min-width:0;
}
body.page-id-142 .ms-ref .split,
body.page-id-175 .ms-ref .split,
body.page-id-177 .ms-ref .split,
body.page-id-212 .ms-ref .split,
body.page-id-214 .ms-ref .split{
  grid-template-columns:minmax(0,1fr) minmax(320px,420px);
  align-items:stretch;
}
body.page-id-142 .ms-ref .split-copy,
body.page-id-175 .ms-ref .split-copy,
body.page-id-177 .ms-ref .split-copy,
body.page-id-212 .ms-ref .split-copy,
body.page-id-214 .ms-ref .split-copy{
  display:flex;
  flex-direction:column;
  justify-content:center;
}
body.page-id-142 .ms-ref .illustration,
body.page-id-175 .ms-ref .illustration,
body.page-id-177 .ms-ref .illustration,
body.page-id-212 .ms-ref .illustration,
body.page-id-214 .ms-ref .illustration{
  min-height:100%;
  background-size:cover !important;
  background-position:center center !important;
}
body.page-id-142 .ms-ref .hero .badges,
body.page-id-175 .ms-ref .hero .badges,
body.page-id-177 .ms-ref .hero .badges,
body.page-id-212 .ms-ref .hero .badges,
body.page-id-214 .ms-ref .hero .badges{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:12px 14px;
  max-width:780px;
}
body.page-id-142 .ms-ref .hero .badge,
body.page-id-175 .ms-ref .hero .badge,
body.page-id-177 .ms-ref .hero .badge,
body.page-id-212 .ms-ref .hero .badge,
body.page-id-214 .ms-ref .hero .badge{
  display:flex;
  align-items:center;
  min-height:86px;
  padding-top:16px;
  padding-bottom:16px;
}
body.page-id-175 .ms-ref .process-grid,
body.page-id-177 .ms-ref .process-grid,
body.page-id-212 .ms-ref .process-grid,
body.page-id-214 .ms-ref .process-grid{
  align-items:stretch;
}
body.page-id-175 .ms-ref .process-grid .card,
body.page-id-177 .ms-ref .process-grid .card,
body.page-id-212 .ms-ref .process-grid .card,
body.page-id-214 .ms-ref .process-grid .card,
body.page-id-175 .ms-ref .grid-3 .card.compact,
body.page-id-177 .ms-ref .grid-3 .card.compact,
body.page-id-212 .ms-ref .grid-3 .card.compact,
body.page-id-214 .ms-ref .grid-3 .card.compact{
  display:flex;
  flex-direction:column;
  justify-content:space-between;
  height:100%;
}
body.page-id-175 .ms-ref .process-grid .card p,
body.page-id-177 .ms-ref .process-grid .card p,
body.page-id-212 .ms-ref .process-grid .card p,
body.page-id-214 .ms-ref .process-grid .card p{
  margin-top:10px;
}
@media (max-width: 960px){
  body.page-id-142 .ms-ref .split,
  body.page-id-175 .ms-ref .split,
  body.page-id-177 .ms-ref .split,
  body.page-id-212 .ms-ref .split,
  body.page-id-214 .ms-ref .split{
    grid-template-columns:1fr;
  }
  body.page-id-142 .ms-ref .hero .badges,
  body.page-id-175 .ms-ref .hero .badges,
  body.page-id-177 .ms-ref .hero .badges,
  body.page-id-212 .ms-ref .hero .badges,
  body.page-id-214 .ms-ref .hero .badges{
    max-width:none;
  }
}
@media (max-width: 640px){
  .ms-ref .actions .btn{
    width:100%;
  }
  .ms-ref .feature-item{
    grid-template-columns:18px minmax(0,1fr);
    gap:12px;
  }
  body.page-id-142 .ms-ref .hero .badges,
  body.page-id-175 .ms-ref .hero .badges,
  body.page-id-177 .ms-ref .hero .badges,
  body.page-id-212 .ms-ref .hero .badges,
  body.page-id-214 .ms-ref .hero .badges{
    grid-template-columns:1fr;
  }
  body.page-id-142 .ms-ref .hero .badge,
  body.page-id-175 .ms-ref .hero .badge,
  body.page-id-177 .ms-ref .hero .badge,
  body.page-id-212 .ms-ref .hero .badge,
  body.page-id-214 .ms-ref .hero .badge{
    min-height:0;
  }
}

/* codex warranty split fix 2026-07-29 */
.page-id-334 .ms-ref .split{
  grid-template-columns:minmax(0,1fr) minmax(320px,.9fr);
}
.page-id-334 .ms-ref .split-copy h2{
  max-width:none;
  text-wrap:balance;
}
.page-id-334 .ms-ref .split-copy .feature-list{
  gap:14px;
}
.page-id-334 .ms-ref .split-copy .feature-item{
  display:block;
  padding:16px 18px;
}
.page-id-334 .ms-ref .split-copy .feature-item > div{
  display:block;
  width:100%;
  max-width:none;
  min-width:0;
  color:var(--muted);
  line-height:1.68;
}
.page-id-334 .ms-ref .split-copy .feature-item strong{
  display:block;
  margin-bottom:8px;
  color:var(--text);
  text-wrap:balance;
}
@media (max-width: 900px){
  .page-id-334 .ms-ref .split{
    grid-template-columns:1fr;
  }
}
/* codex warranty compare block 2026-07-29 */
.page-id-334 .ms-ref .grid-2{
  align-items:stretch;
  gap:24px;
}
.page-id-334 .ms-ref .grid-2 > .card{
  position:relative;
  padding:26px 24px 22px;
  border:1px solid #dbe5f0;
  background:linear-gradient(180deg,#ffffff 0%,#f8fbff 100%);
  box-shadow:0 18px 38px rgba(15,43,73,.06);
}
.page-id-334 .ms-ref .grid-2 > .card::before{
  content:'';
  position:absolute;
  inset:0 0 auto 0;
  height:4px;
  background:linear-gradient(90deg,#de4d5a 0%,#ef7c86 100%);
}
.page-id-334 .ms-ref .grid-2 > .card h3{
  margin-top:18px;
  margin-bottom:16px;
  max-width:14ch;
  color:#163a63;
  font-size:clamp(28px,2.4vw,34px);
  line-height:1.08;
  text-wrap:balance;
}
.page-id-334 .ms-ref .grid-2 > .card ul{
  list-style:none;
  margin:20px 0 0 !important;
  padding:0 !important;
  display:grid;
  gap:10px;
}
.page-id-334 .ms-ref .grid-2 > .card li{
  position:relative;
  margin:0;
  padding:14px 0 14px 22px !important;
  border-bottom:1px solid #e2eaf3 !important;
  color:#3f5f7f;
  line-height:1.66;
}
.page-id-334 .ms-ref .grid-2 > .card li::before{
  content:'';
  position:absolute;
  left:0;
  top:22px;
  width:8px;
  height:8px;
  background:#de4d5a;
}
.page-id-334 .ms-ref .grid-2 > .card li:last-child{
  border-bottom:0 !important;
  padding-bottom:4px !important;
}
.page-id-334 .ms-ref .grid-2 > .card:first-child li::before{
  background:#2c62a8;
}
@media (max-width: 900px){
  .page-id-334 .ms-ref .grid-2{
    gap:18px;
  }
  .page-id-334 .ms-ref .grid-2 > .card{
    padding:22px 20px 18px;
  }
  .page-id-334 .ms-ref .grid-2 > .card h3{
    font-size:clamp(24px,6vw,30px);
    max-width:none;
  }
}
/* codex warranty compare new block 2026-07-29 */
.page-id-334 .ms-warranty-compare-section .wrap{
  display:grid;
  gap:24px;
}
.page-id-334 .ms-warranty-compare-head{
  max-width:78ch;
}
.page-id-334 .ms-warranty-compare-head h2{
  margin-top:16px;
  color:#163a63;
  font-size:clamp(30px,3vw,42px);
  line-height:1.08;
  text-wrap:balance;
}
.page-id-334 .ms-warranty-compare-head p{
  margin-top:14px;
  color:#5c7592;
  line-height:1.75;
  text-wrap:pretty;
}
.page-id-334 .ms-warranty-compare-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:24px;
}
.page-id-334 .ms-warranty-compare-card{
  display:grid;
  gap:18px;
  padding:28px 26px 24px;
  border:1px solid #dbe5f0;
  background:linear-gradient(180deg,#ffffff 0%,#f8fbff 100%);
  box-shadow:0 18px 38px rgba(15,43,73,.06);
}
.page-id-334 .ms-warranty-compare-card.is-positive{
  border-top:4px solid #2c62a8;
}
.page-id-334 .ms-warranty-compare-card.is-negative{
  border-top:4px solid #de4d5a;
}
.page-id-334 .ms-warranty-compare-top h3{
  margin-top:16px;
  margin-bottom:0;
  color:#163a63;
  font-size:clamp(24px,2.2vw,32px);
  line-height:1.12;
  text-wrap:balance;
}
.page-id-334 .ms-warranty-compare-list{
  list-style:none;
  margin:0;
  padding:0;
  display:grid;
  gap:12px;
}
.page-id-334 .ms-warranty-compare-list li{
  display:grid;
  grid-template-columns:42px minmax(0,1fr);
  gap:14px;
  align-items:flex-start;
  padding:16px 0;
  border-top:1px solid #e4ebf3;
}
.page-id-334 .ms-warranty-compare-list li:first-child{
  border-top:0;
  padding-top:0;
}
.page-id-334 .ms-warranty-compare-icon{
  display:grid;
  place-items:center;
  width:42px;
  height:42px;
  font-size:22px;
  font-weight:800;
  line-height:1;
  color:#fff;
}
.page-id-334 .ms-warranty-compare-card.is-positive .ms-warranty-compare-icon{
  background:#2c62a8;
}
.page-id-334 .ms-warranty-compare-card.is-negative .ms-warranty-compare-icon{
  background:#de4d5a;
}
.page-id-334 .ms-warranty-compare-list strong{
  display:block;
  margin:0 0 6px;
  color:#163a63;
  font-size:18px;
  line-height:1.35;
  text-wrap:balance;
}
.page-id-334 .ms-warranty-compare-list p{
  margin:0;
  color:#5c7592;
  line-height:1.68;
  text-wrap:pretty;
}
@media (max-width: 980px){
  .page-id-334 .ms-warranty-compare-grid{
    grid-template-columns:1fr;
  }
}
@media (max-width: 640px){
  .page-id-334 .ms-warranty-compare-card{
    padding:22px 18px 18px;
  }
  .page-id-334 .ms-warranty-compare-head h2{
    font-size:clamp(24px,8vw,32px);
  }
  .page-id-334 .ms-warranty-compare-top h3{
    font-size:clamp(22px,7vw,28px);
  }
  .page-id-334 .ms-warranty-compare-list li{
    grid-template-columns:36px minmax(0,1fr);
    gap:12px;
  }
  .page-id-334 .ms-warranty-compare-icon{
    width:36px;
    height:36px;
    font-size:20px;
  }
  .page-id-334 .ms-warranty-compare-list strong{
    font-size:17px;
  }
}
/* codex warranty compare align 2026-07-29 */
.page-id-334 .ms-warranty-compare-grid{
  align-items:stretch;
}
.page-id-334 .ms-warranty-compare-card{
  height:100%;
  align-content:start;
}
.page-id-334 .ms-warranty-compare-top{
  min-height:138px;
}
.page-id-334 .ms-warranty-compare-top .eyebrow{
  display:inline-flex;
}
.page-id-334 .ms-warranty-compare-list{
  align-content:start;
}
.page-id-334 .ms-warranty-compare-list li{
  grid-template-columns:32px minmax(0,1fr);
  gap:12px;
}
.page-id-334 .ms-warranty-compare-icon{
  width:32px;
  height:32px;
  font-size:16px;
  font-weight:700;
}
.page-id-334 .ms-warranty-compare-list strong{
  font-size:17px;
}
@media (max-width: 640px){
  .page-id-334 .ms-warranty-compare-top{
    min-height:0;
  }
  .page-id-334 .ms-warranty-compare-list li{
    grid-template-columns:28px minmax(0,1fr);
    gap:10px;
  }
  .page-id-334 .ms-warranty-compare-icon{
    width:28px;
    height:28px;
    font-size:14px;
  }
}
/* codex icon-row card fix 2026-07-29 */
.ms-ref .icon-row{
  display:flex;
  gap:16px;
  align-items:flex-start;
}
.ms-ref .icon-row > div:last-child{
  flex:1 1 auto;
  min-width:0;
}
.ms-ref .icon-row h3{
  margin-top:0;
  max-width:none;
  width:auto;
  text-wrap:balance;
}
.ms-ref .icon-row p{
  margin-top:8px;
  max-width:none;
}
@media (max-width: 640px){
  .ms-ref .icon-row{
    gap:14px;
  }
}

/* codex for-business split cleanup 2026-07-29 */
body.page-id-580 .ms-ref .split{
  grid-template-columns:minmax(0,1fr) minmax(320px,400px) !important;
  align-items:start !important;
}
body.page-id-580 .ms-ref .split > .card.compact{
  height:auto !important;
  min-height:0 !important;
  justify-content:flex-start !important;
  align-self:start !important;
  gap:16px !important;
  padding:34px 28px !important;
}
body.page-id-580 .ms-ref .split > .card.compact h3{
  margin-top:4px !important;
  max-width:14ch;
  text-wrap:balance;
}
body.page-id-580 .ms-ref .split > .card.compact .checklist{
  margin-top:2px;
  gap:12px;
}
body.page-id-580 .ms-ref .split > .card.compact .checklist li{
  padding:16px 18px;
  min-height:0;
}
@media (max-width: 960px){
  body.page-id-580 .ms-ref .split{
    grid-template-columns:1fr !important;
  }
  body.page-id-580 .ms-ref .split > .card.compact{
    align-self:stretch !important;
  }
}


@media (max-width: 768px){
  .header-search{
    display:flex !important;
    align-items:center;
    justify-content:center;
    width:42px;
    height:42px;
    margin-left:auto !important;
  }
}
