:root{
  --navy:#0B2D4F;
  --navy2:#06243f;
  --red:#C8102E;
  --text:#0c2743;
  --muted:#536579;
  --line:#d7dfe7;
  --soft:#f5f7f9;
  --white:#fff;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body.mps-editable-site{margin:0;background:#fff;color:var(--text);font-family:Inter,Arial,sans-serif}
body.mps-editable-site a{color:inherit}
.mps-wrap{width:min(1200px,calc(100% - 48px));margin:0 auto}

/* header */
.mps-site-header{background:#fff;border-top:3px solid #1b1f22;box-shadow:0 2px 12px rgba(0,0,0,.08);position:relative;z-index:20}
.mps-header-inner{display:flex;align-items:stretch;justify-content:space-between;min-height:102px}
.mps-brand-lockup{display:flex;align-items:center;gap:20px;text-decoration:none;padding:12px 0}
.mps-brand-lockup img{width:215px;height:auto;display:block}
.mps-brand-tagline{font-family:"Playfair Display",serif;color:#0b2d4f;font-size:13px;line-height:1.2;border-left:1px solid #cfd7df;padding-left:20px}
.mps-header-right{flex:1;display:flex;flex-direction:column;align-items:flex-end;padding-left:32px}
.mps-header-contact{height:43px;display:flex;align-items:center;gap:12px;font-size:11px;color:#133453}
.mps-header-contact i{width:1px;height:16px;background:#9ba9b6;display:block}
.mps-header-contact a{text-decoration:none}
.mps-search-mark{font-size:19px;margin-left:22px}
.mps-header-navrow{display:flex;align-items:center;justify-content:flex-end;width:100%;height:59px;gap:28px}
.mps-main-nav{display:flex;align-items:center;gap:30px;font-size:13px;font-weight:700;color:#071f39}
.mps-main-nav>a,.mps-nav-dropdown>a{text-decoration:none;white-space:nowrap}
.mps-nav-dropdown{position:relative}
.mps-nav-dropdown>a span{font-size:12px;margin-left:3px}
.mps-dropdown-menu{display:none;position:absolute;top:100%;left:-14px;background:#fff;min-width:250px;padding:10px 0;box-shadow:0 8px 24px rgba(0,0,0,.14);border-top:3px solid var(--red)}
.mps-dropdown-menu a{display:block;padding:10px 16px;text-decoration:none;font-size:12px;font-weight:600}
.mps-dropdown-menu a:hover{background:#f4f6f8}
.mps-nav-dropdown:hover .mps-dropdown-menu{display:block}
.mps-nav-sep{height:18px;width:1px;background:#94a2af}
.mps-header-quote{background:var(--red);color:#fff!important;text-decoration:none;padding:15px 27px;border-radius:3px;font-size:13px;font-weight:700;white-space:nowrap}
.mps-menu-toggle{display:none}

/* hero */
.ref-hero{height:355px;background-size:cover;background-position:center;display:flex;align-items:center;color:#fff}
.ref-hero-inner{position:relative}
.ref-hero-copy{max-width:520px}
.ref-eyebrow,.ref-kicker{font-size:11px;font-weight:800;letter-spacing:4px;text-transform:uppercase}
.ref-kicker{color:var(--red)}
.ref-hero h1{font-family:"Playfair Display",serif;font-size:55px;line-height:.96;margin:7px 0 0;color:#fff;letter-spacing:-1.3px}
.ref-red-rule{display:block;width:42px;height:4px;background:var(--red);margin:13px 0 13px}
.ref-hero p{font-size:15px;line-height:1.55;margin:0 0 20px;max-width:515px}
.ref-hero-actions{display:flex;gap:16px}
.ref-btn{display:inline-flex;align-items:center;justify-content:center;padding:13px 28px;border-radius:3px;text-decoration:none!important;font-size:12px;font-weight:700}
.ref-btn.red{background:var(--red);color:#fff!important}
.ref-btn.ghost{border:1px solid rgba(255,255,255,.8);color:#fff!important;background:rgba(255,255,255,.02)}
.ref-hero-script{position:absolute;right:8px;bottom:24px;color:#fff;font-family:"Comic Sans MS",cursive;font-size:26px;line-height:.95;transform:rotate(-5deg);text-align:left}
.ref-hero-script span,.ref-history-photo div span{display:block;width:70px;height:3px;background:var(--red);transform:rotate(-15deg);margin:10px 0 0 26px}

/* trust */
.ref-trust{border-bottom:1px solid #d8e0e7;background:#fff}
.ref-trust-grid{display:grid;grid-template-columns:repeat(5,1fr) 1.35fr;min-height:74px}
.ref-trust-item{display:flex;align-items:center;gap:15px;padding:5px 20px;border-right:1px solid #ccd5de}
.ref-trust-item:first-child{padding-left:20px;padding-top:10px}
.ref-trust-item img{width:36px;height:36px;object-fit:contain}
.ref-trust-item b{display:block;font-size:14px;line-height:1.05}
.ref-trust-item span{display:block;font-size:13px;line-height:1.05}
.ref-bbb{display:flex;align-items:left;gap:10px;padding:5px 20px}
.ref-bbb-mark{background:#0b6cae;color:#fff;font-weight:900;font-size:20px;padding:13px 10px;border-radius:4px}
.ref-bbb b{font-size:11px;line-height:1.1}
.ref-bbb span{display:block;font-size:9px;line-height:1.15;margin-top:2px}

/* services */
.ref-services{padding:24px 0 18px;background:#fff}
.ref-section-head{display:grid;grid-template-columns:1.15fr .85fr;gap:60px;align-items:end}
.ref-section-head h2,.ref-process h2,.ref-rebate h2,.ref-history h2,.ref-bottom-cta h2{font-family:"Playfair Display",serif;color:#092845;margin:3px 0 0}
.ref-section-head h2{font-size:32px}
.ref-section-intro{font-size:12px;line-height:1.35}
.ref-section-intro p{margin:0 0 5px}
.ref-section-intro a{color:var(--red)!important;text-decoration:none;font-weight:800;float:right}
.ref-service-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;margin-top:18px}
.ref-service-card{border:1px solid #dce3e9;background:#fff;box-shadow:0 3px 12px rgba(0,0,0,.06)}
.ref-service-photo{width:100%;height:134px;object-fit:cover;display:block}
.ref-service-body{display:flex;gap:12px;padding:13px 14px 12px}
.ref-service-icon{width:36px;height:36px;object-fit:contain;flex:0 0 36px}
.ref-service-body h3{font-family:"Playfair Display",serif;color:#092845;font-size:17px;line-height:1.05;margin:0 0 6px}
.ref-service-body p{font-size:10px;line-height:1.35;margin:0 0 9px;color:#253c52;min-height:54px}
.ref-service-body a{font-size:11px;color:var(--red)!important;text-decoration:none;font-weight:800}

/* why */
.ref-why{background:linear-gradient(90deg,#062944,#0a3a61);color:#fff;padding:22px 0 25px}
.ref-why-grid{display:grid;grid-template-columns:repeat(4,1fr);margin-top:17px}
.ref-why-grid>div{display:flex;gap:16px;padding:0 25px;border-right:1px solid rgba(255,255,255,.25)}
.ref-why-grid>div:first-child{padding-left:0}
.ref-why-grid>div:last-child{border-right:0;padding-right:0}
.ref-why-grid img{width:42px;height:42px;filter:brightness(0) invert(1);flex:0 0 42px}
.ref-why h3{font-family:"Playfair Display",serif;font-size:16px;line-height:1.1;margin:0 0 8px;color:#fff}
.ref-why p{font-size:10.5px;line-height:1.45;margin:0;color:#fff}

/* process */
.ref-process{padding:19px 0 24px;background:#fff}
.ref-process-head{align-items:center}
.ref-process-head h2{font-size:30px}
.ref-process-head>p{font-size:12px;line-height:1.45;margin:0}
.ref-process-grid{display:grid;grid-template-columns:1fr 30px 1fr 30px 1fr 30px 1fr;align-items:start;margin-top:10px}
.ref-step{display:grid;grid-template-columns:40px 38px 1fr;gap:10px;align-items:start;position:relative}
.ref-step b{width:37px;height:37px;background:var(--red);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:11px}
.ref-step img{width:34px;height:34px;object-fit:contain}
.ref-step h3{font-family:"Playfair Display",serif;font-size:16px;margin:5px 0 4px;color:#092845}
.ref-step p{font-size:10px;line-height:1.35;margin:0}
.ref-arrow{font-size:44px;color:#8093a6;line-height:34px;text-align:center}

/* rebate */
.ref-rebate{display:grid;grid-template-columns:1fr 1.08fr .48fr;background:#f5f7f8;min-height:255px;border-top:1px solid #e0e5e9}
.ref-rebate-img img{width:100%;height:255px;object-fit:cover;display:block}
.ref-rebate-copy{padding:20px 34px 20px}
.ref-rebate-copy h2{font-size:29px}
.ref-rebate-copy p{font-size:11.5px;line-height:1.5;margin:0 0 15px}
.ref-rebate-list{border-left:1px solid #c7d1da;padding:28px 22px;display:flex;flex-direction:column;justify-content:center;gap:20px}
.ref-rebate-list div{font-size:11px;display:flex;align-items:center;gap:12px}
.ref-rebate-list span{font-size:21px;color:#0c3154;width:25px;text-align:center}

/* history */
.ref-history{background:#fff;padding:18px 0}
.ref-history-grid{display:grid;grid-template-columns:1.2fr .9fr 1.05fr;gap:28px;align-items:center}
.ref-history h2{font-size:23px;line-height:1.02}
.ref-history p{font-size:10.8px;line-height:1.45;margin-bottom:0}
.ref-history blockquote{margin:0;color:#183956;font-family:"Playfair Display",serif;font-style:italic;font-size:14px;line-height:1.45;position:relative;padding-left:35px}
.ref-history blockquote>span{position:absolute;left:0;top:-18px;font-size:52px;color:#9cacbb}
.ref-history cite{display:block;font-family:Inter,sans-serif;font-size:10px;font-style:normal;margin-top:8px}
.ref-history-photo{position:relative;height:150px;overflow:hidden}
.ref-history-photo img{width:100%;height:100%;object-fit:cover;filter:grayscale(1);display:block}
.ref-history-photo>div{position:absolute;right:6px;bottom:15px;font-family:"Comic Sans MS",cursive;font-size:19px;line-height:1;color:#092845;transform:rotate(-5deg);text-align:left;background:rgba(255,255,255,.55);padding:4px 6px}

/* bottom cta */
.ref-bottom-cta{background-size:cover;background-position:center;padding:20px 0;color:#fff}
.ref-bottom-inner{display:flex;justify-content:space-between;align-items:center;gap:35px}
.ref-bottom-cta h2{font-size:25px;color:#fff;margin:0 0 4px}
.ref-bottom-cta p{font-size:11px;margin:0}

/* interior pages */
.mps-page-content{margin:0;padding:0}
.mps-page-content > *:not(.mps-page-hero):not(.mps-dark-section):not(.mps-bottom-cta):not(.mps-feature){
  width:min(1200px,calc(100% - 48px));margin-left:auto;margin-right:auto
}
.mps-page-hero{padding:62px 0;background:#0B2D4F;color:#fff;background-size:cover;background-position:center}
.mps-page-hero .mps-wrap{width:min(1200px,calc(100% - 48px));margin:0 auto}
.mps-page-hero h1{font-family:"Playfair Display",serif;font-size:48px;line-height:1;margin:0;color:#fff}
.mps-page-hero p{font-size:16px;line-height:1.6;max-width:650px}
.mps-detail{width:min(1200px,calc(100% - 48px));margin:55px auto!important;gap:60px}
.mps-detail h2{font-family:"Playfair Display",serif;color:#0B2D4F;font-size:34px}
.mps-capabilities{background:#f4f6f8;padding:28px}
.wp-block-button__link{background:var(--red)!important;color:#fff!important;border-radius:2px!important}
.mps-footer{background:#06243f;color:#fff;padding:42px 0}
.mps-footer-grid{display:grid;grid-template-columns:1.2fr 1fr .6fr;gap:40px}
.mps-footer img{width:230px;max-height:70px;object-fit:contain}
.mps-footer a{color:#fff!important;text-decoration:none}

/* responsive */
@media(max-width:1020px){
  .mps-header-inner{min-height:82px}
  .mps-brand-lockup img{width:180px}
  .mps-brand-tagline{display:none}
  .mps-header-contact{display:none}
  .mps-header-navrow{height:82px}
  .mps-main-nav{gap:18px}
  .ref-service-grid,.ref-why-grid{grid-template-columns:repeat(2,1fr)}
  .ref-trust-grid{grid-template-columns:repeat(3,1fr)}
  .ref-rebate{grid-template-columns:1fr 1fr}
  .ref-rebate-list{grid-column:1 / -1;display:grid;grid-template-columns:repeat(4,1fr);border-left:0;border-top:1px solid #c7d1da}
}
@media(max-width:760px){
  .mps-wrap{width:min(100% - 30px,1200px)}
  .mps-site-header{border-top-width:2px}
  .mps-header-inner{display:block;min-height:auto}
  .mps-brand-lockup{padding:10px 0}
  .mps-header-right{padding:0;align-items:stretch}
  .mps-header-navrow{height:auto;display:flex;justify-content:space-between;padding:8px 0}
  .mps-menu-toggle{display:block;background:#fff;border:1px solid #cbd5df;padding:8px 12px}
  .mps-main-nav{display:none;position:absolute;left:0;right:0;top:100%;background:#fff;padding:15px 20px;box-shadow:0 8px 20px rgba(0,0,0,.12);flex-direction:column;align-items:flex-start}
  .mps-main-nav.is-open{display:flex}
  .mps-dropdown-menu{position:static;box-shadow:none;border-top:0;padding-left:10px}
  .mps-header-quote{padding:10px 15px}
  .ref-hero{height:auto;min-height:410px}
  .ref-hero h1{font-size:43px}
  .ref-hero-script{display:none}
  .ref-trust-grid{grid-template-columns:repeat(2,1fr)}
  .ref-section-head,.ref-history-grid{grid-template-columns:1fr;gap:16px}
  .ref-section-intro a{float:none}
  .ref-service-grid,.ref-why-grid{grid-template-columns:1fr}
  .ref-why-grid>div{border-right:0;border-bottom:1px solid rgba(255,255,255,.2);padding:17px 0}
  .ref-process-grid{grid-template-columns:1fr;gap:14px}
  .ref-arrow{display:none}
  .ref-rebate{grid-template-columns:1fr}
  .ref-rebate-img img{height:230px}
  .ref-rebate-list{grid-template-columns:1fr 1fr}
  .ref-bottom-inner{flex-direction:column;align-items:flex-start}
  .mps-footer-grid{grid-template-columns:1fr}
}

/* v3.1 matching interior page system */
.int-hero{background:#062b4a;background-size:cover;background-position:center;padding:68px 0;color:#fff}
.int-hero .int-eyebrow,.int-kicker{font-size:11px;font-weight:800;letter-spacing:3.5px;color:#C8102E;text-transform:uppercase}
.int-hero .int-eyebrow{color:#fff}
.int-hero h1{font-family:"Playfair Display",serif;color:#fff;font-size:50px;line-height:1;margin:7px 0 0;max-width:720px}
.int-hero p{max-width:680px;font-size:15px;line-height:1.6;margin:0}
.int-red-rule{display:block;width:44px;height:4px;background:#C8102E;margin:13px 0}
.int-split{padding:48px 0}
.int-split>.mps-wrap{display:grid;grid-template-columns:1fr 1fr;gap:65px;align-items:center}
.int-split h2,.int-capabilities h2,.int-services-page h2,.int-about h2,.int-contact h2,.int-resources h2,.int-consumer h2{font-family:"Playfair Display",serif;color:#092845;font-size:34px;line-height:1.08;margin:5px 0 0}
.int-split-copy p,.int-about p,.int-contact p,.int-consumer p{font-size:14px;line-height:1.7;color:#344a5f}
.int-split-image img,.int-about-photo img{width:100%;height:320px;object-fit:cover;display:block}
.int-text-link{color:#C8102E!important;text-decoration:none;font-weight:800;font-size:13px}
.int-capabilities,.int-services-page,.int-resources{padding:44px 0;background:#f5f7f9}
.int-cap-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;margin-top:25px}
.int-cap-card{background:#fff;padding:25px 22px;border:1px solid #dce3e9;box-shadow:0 3px 10px rgba(0,0,0,.04)}
.int-cap-card>span{display:block;width:32px;height:4px;background:#C8102E;margin-bottom:17px}
.int-cap-card h3{font-family:"Playfair Display",serif;color:#092845;font-size:19px;margin:0 0 8px}
.int-cap-card p{font-size:12px;line-height:1.55;color:#44596d;margin:0}
.int-process{background:linear-gradient(90deg,#062944,#0a3a61);color:#fff;padding:38px 0}
.int-process>.mps-wrap{display:grid;grid-template-columns:.8fr 1.8fr;gap:60px;align-items:center}
.int-process h2{font-family:"Playfair Display",serif;color:#fff;font-size:30px;line-height:1.1;margin:5px 0}
.int-kicker.light{color:#fff}
.int-process-grid{display:grid;grid-template-columns:repeat(4,1fr)}
.int-process-grid>div{padding:0 20px;border-right:1px solid rgba(255,255,255,.22)}
.int-process-grid>div:last-child{border-right:0}
.int-process-grid b{display:flex;width:34px;height:34px;border-radius:50%;background:#C8102E;align-items:center;justify-content:center;font-size:10px}
.int-process-grid h3{font-family:"Playfair Display",serif;font-size:17px;margin:9px 0 5px}
.int-process-grid p{font-size:10.5px;line-height:1.45;margin:0}
.int-cta{background-size:cover;background-position:center;color:#fff;padding:28px 0}
.int-cta>.mps-wrap{display:flex;align-items:center;justify-content:space-between;gap:40px}
.int-cta h2{font-family:"Playfair Display",serif;color:#fff;font-size:27px;margin:0 0 4px}
.int-cta p{font-size:12px;margin:0}
.int-btn{display:inline-flex;background:#C8102E;color:#fff!important;text-decoration:none;padding:13px 25px;border-radius:3px;font-size:12px;font-weight:800;white-space:nowrap}
.int-service-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:22px;margin-top:26px}
.int-service-card{display:grid;grid-template-columns:190px 1fr;background:#fff;border:1px solid #dce3e9;box-shadow:0 3px 12px rgba(0,0,0,.05)}
.int-service-card>img{width:190px;height:180px;object-fit:cover}
.int-service-card>div{padding:24px}
.int-service-card h3{font-family:"Playfair Display",serif;color:#092845;font-size:21px;margin:0 0 8px}
.int-service-card p{font-size:12px;line-height:1.55}
.int-service-card a{color:#C8102E!important;text-decoration:none;font-size:12px;font-weight:800}
.int-about{padding:50px 0}
.int-about-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:65px;align-items:center}
.int-quote{background:#f4f6f8;padding:35px 0}
.int-quote>.mps-wrap{display:flex;gap:22px;max-width:850px}
.int-quote span{font-family:"Playfair Display",serif;font-size:70px;color:#9baaba;line-height:.8}
.int-quote blockquote{font-family:"Playfair Display",serif;color:#153754;font-size:19px;line-height:1.5;margin:0;font-style:italic}
.int-quote cite{display:block;font-family:Inter,sans-serif;font-size:11px;font-style:normal;margin-top:10px}
.int-contact{padding:50px 0}
.int-contact-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:70px}
.int-contact-row{display:grid;grid-template-columns:80px 1fr;border-top:1px solid #d7dfe6;padding:14px 0;font-size:13px}
.int-contact-row a{color:#0B2D4F!important;text-decoration:none}
.int-form-placeholder{background:#f4f6f8;padding:32px;border-top:4px solid #C8102E;min-height:270px}
.int-form-placeholder h3{font-family:"Playfair Display",serif;font-size:24px;color:#092845}
.int-resource-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-top:25px}
.int-resource-grid>div{background:#fff;padding:26px;border:1px solid #dce3e9}
.int-resource-grid h3{font-family:"Playfair Display",serif;color:#092845;font-size:20px}
.int-resource-grid p{font-size:12px;line-height:1.55}
.int-consumer{padding:50px 0}
.int-consumer>.mps-wrap{max-width:850px}
@media(max-width:850px){
 .int-split>.mps-wrap,.int-process>.mps-wrap,.int-about-grid,.int-contact-grid{grid-template-columns:1fr}
 .int-cap-grid{grid-template-columns:repeat(2,1fr)}
 .int-service-grid{grid-template-columns:1fr}
 .int-resource-grid{grid-template-columns:1fr}
}
@media(max-width:600px){
 .int-hero h1{font-size:40px}
 .int-cap-grid,.int-process-grid{grid-template-columns:1fr}
 .int-process-grid>div{border-right:0;border-bottom:1px solid rgba(255,255,255,.2);padding:15px 0}
 .int-service-card{grid-template-columns:1fr}
 .int-service-card>img{width:100%;height:200px}
 .int-cta>.mps-wrap{flex-direction:column;align-items:flex-start}
}

/* v3.2 protected Services page */
.svc-page{background:#fff}.svc-hero{background-size:cover;background-position:center;padding:64px 0;color:#fff}
.svc-kicker{font-size:11px;letter-spacing:3.5px;font-weight:800;color:#C8102E}.svc-kicker.light{color:#fff}
.svc-hero h1,.svc-heading h2,.svc-why h2,.svc-cta h2{font-family:"Playfair Display",serif}
.svc-hero h1{font-size:52px;line-height:.98;margin:6px 0 0;color:#fff}.svc-hero p{max-width:630px;font-size:15px;line-height:1.55;margin:0}
.svc-rule{display:block;width:44px;height:4px;background:#C8102E;margin:13px 0}
.svc-main{padding:38px 0 42px}.svc-heading{display:grid;grid-template-columns:1.15fr .85fr;gap:55px;align-items:end}
.svc-heading h2{font-size:34px;color:#092845;margin:4px 0 0}.svc-heading>p{font-size:13px;line-height:1.5;margin:0;color:#344a5f}
.svc-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:22px;margin-top:24px}
.svc-card{border:1px solid #dce3e9;background:#fff;box-shadow:0 4px 14px rgba(5,40,65,.07);overflow:hidden}
.svc-card>img{width:100%;height:220px;object-fit:cover;display:block}.svc-card-content{display:flex;gap:16px;padding:20px 22px 22px}
.svc-icon{width:44px;height:44px;object-fit:contain;flex:0 0 44px}.svc-card h3{font-family:"Playfair Display",serif;color:#092845;font-size:22px;line-height:1.05;margin:0 0 8px}
.svc-card p{font-size:12px;line-height:1.5;color:#344a5f;margin:0 0 11px}.svc-card a{color:#C8102E!important;text-decoration:none;font-size:12px;font-weight:800}
.svc-why{background:linear-gradient(90deg,#062944,#0a3a61);color:#fff;padding:31px 0 36px}.svc-why h2{font-size:30px;color:#fff;margin:5px 0 22px}
.svc-why-grid{display:grid;grid-template-columns:repeat(4,1fr)}.svc-why-grid>div{padding:0 28px;border-right:1px solid rgba(255,255,255,.23)}
.svc-why-grid>div:first-child{padding-left:0}.svc-why-grid>div:last-child{border-right:0}.svc-why-grid img{width:43px;height:43px;filter:brightness(0) invert(1);margin-bottom:10px}
.svc-why h3{font-family:"Playfair Display",serif;font-size:18px;line-height:1.05;margin:0 0 8px}.svc-why p{font-size:11px;line-height:1.45;margin:0}
.svc-process{padding:32px 0 38px}.svc-process-grid{display:grid;grid-template-columns:1fr 32px 1fr 32px 1fr 32px 1fr;align-items:center;margin-top:20px}
.svc-process-grid>div{display:grid;grid-template-columns:42px 1fr;column-gap:12px}.svc-process-grid b{grid-row:1/3;width:38px;height:38px;border-radius:50%;background:#C8102E;color:#fff;display:flex;align-items:center;justify-content:center;font-size:11px}
.svc-process-grid h3{font-family:"Playfair Display",serif;font-size:18px;color:#092845;margin:0 0 4px}.svc-process-grid p{font-size:10.5px;line-height:1.4;margin:0}
.svc-process-grid>span{text-align:center;font-size:38px;color:#8b9bab}
.svc-cta{background-size:cover;background-position:center;color:#fff;padding:28px 0}.svc-cta>.mps-wrap{display:flex;justify-content:space-between;align-items:center;gap:35px}
.svc-cta h2{font-size:28px;color:#fff;margin:0 0 4px}.svc-cta p{font-size:12px;margin:0}.svc-cta a{background:#C8102E;color:#fff!important;text-decoration:none;padding:14px 28px;border-radius:3px;font-size:12px;font-weight:800}
@media(max-width:800px){.svc-grid,.svc-heading{grid-template-columns:1fr}.svc-why-grid{grid-template-columns:1fr 1fr;gap:25px}.svc-process-grid{grid-template-columns:1fr;gap:18px}.svc-process-grid>span{display:none}}
@media(max-width:560px){.svc-hero h1{font-size:41px}.svc-grid,.svc-why-grid{grid-template-columns:1fr}.svc-card>img{height:190px}.svc-cta>.mps-wrap{flex-direction:column;align-items:flex-start}}

/* v3.3 protected individual service pages */
.sdetail-page{background:#fff}
.sdetail-hero{background-size:cover;background-position:center;padding:72px 0;color:#fff}
.sdetail-kicker{font-size:11px;letter-spacing:3.6px;font-weight:800;color:#C8102E;text-transform:uppercase}
.sdetail-kicker.light{color:#fff}
.sdetail-hero h1,.sdetail-intro h2,.sdetail-capabilities h2,.sdetail-process h2,.sdetail-why h2,.sdetail-cta h2{font-family:"Playfair Display",serif}
.sdetail-hero h1{font-size:54px;line-height:.98;color:#fff;margin:7px 0 0;max-width:760px}
.sdetail-rule{display:block;width:44px;height:4px;background:#C8102E;margin:14px 0}
.sdetail-hero p{max-width:670px;font-size:15px;line-height:1.6;margin:0 0 20px}
.sdetail-btn{display:inline-flex;background:#C8102E;color:#fff!important;text-decoration:none;padding:13px 25px;border-radius:3px;font-size:12px;font-weight:800}
.sdetail-intro{padding:52px 0}
.sdetail-intro-grid{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:center}
.sdetail-intro h2,.sdetail-capabilities h2,.sdetail-why h2{font-size:35px;color:#092845;margin:5px 0 0;line-height:1.08}
.sdetail-intro p{font-size:14px;line-height:1.72;color:#344a5f}
.sdetail-text-link{color:#C8102E!important;text-decoration:none;font-weight:800;font-size:13px}
.sdetail-image-frame{position:relative}
.sdetail-image-frame:before{content:"";position:absolute;left:-12px;bottom:-12px;width:90px;height:90px;background:#C8102E;z-index:0}
.sdetail-image-frame img{position:relative;z-index:1;width:100%;height:330px;object-fit:cover;display:block}
.sdetail-capabilities{padding:46px 0;background:#f5f7f9}
.sdetail-cap-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;margin-top:26px}
.sdetail-cap-grid article{background:#fff;border:1px solid #dce3e9;padding:25px 22px;box-shadow:0 3px 10px rgba(0,0,0,.04)}
.sdetail-topline{display:block;width:34px;height:4px;background:#C8102E;margin-bottom:16px}
.sdetail-cap-grid h3{font-family:"Playfair Display",serif;color:#092845;font-size:20px;margin:0 0 8px}
.sdetail-cap-grid p{font-size:12px;line-height:1.55;color:#44596d;margin:0}
.sdetail-process{background:linear-gradient(90deg,#062944,#0a3a61);color:#fff;padding:39px 0}
.sdetail-process h2{font-size:31px;color:#fff;margin:5px 0 24px}
.sdetail-process-grid{display:grid;grid-template-columns:repeat(4,1fr)}
.sdetail-process-grid>div{padding:0 28px;border-right:1px solid rgba(255,255,255,.23)}
.sdetail-process-grid>div:first-child{padding-left:0}
.sdetail-process-grid>div:last-child{border-right:0}
.sdetail-process-grid b{display:flex;width:36px;height:36px;background:#C8102E;border-radius:50%;align-items:center;justify-content:center;font-size:10px;margin-bottom:10px}
.sdetail-process-grid h3{font-family:"Playfair Display",serif;font-size:18px;margin:0 0 6px}
.sdetail-process-grid p{font-size:11px;line-height:1.45;margin:0;color:#fff}
.sdetail-why{padding:46px 0}
.sdetail-why-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;margin-top:24px}
.sdetail-why-grid article{border-left:3px solid #C8102E;padding:8px 18px 10px;background:#fff}
.sdetail-why-grid h3{font-family:"Playfair Display",serif;color:#092845;font-size:19px;margin:0 0 7px}
.sdetail-why-grid p{font-size:11.5px;line-height:1.5;color:#44596d;margin:0}
.sdetail-cta{background-size:cover;background-position:center;color:#fff;padding:30px 0}
.sdetail-cta>.mps-wrap{display:flex;justify-content:space-between;align-items:center;gap:38px}
.sdetail-cta h2{font-size:28px;color:#fff;margin:0 0 5px}
.sdetail-cta p{font-size:12px;margin:0}
.sdetail-cta a{background:#C8102E;color:#fff!important;text-decoration:none;padding:14px 28px;border-radius:3px;font-size:12px;font-weight:800;white-space:nowrap}
@media(max-width:850px){
 .sdetail-intro-grid{grid-template-columns:1fr}
 .sdetail-cap-grid,.sdetail-why-grid{grid-template-columns:repeat(2,1fr)}
 .sdetail-process-grid{grid-template-columns:repeat(2,1fr);gap:24px}
 .sdetail-process-grid>div{border-right:0;padding:0}
}
@media(max-width:560px){
 .sdetail-hero h1{font-size:41px}
 .sdetail-cap-grid,.sdetail-why-grid,.sdetail-process-grid{grid-template-columns:1fr}
 .sdetail-cta>.mps-wrap{flex-direction:column;align-items:flex-start}
 .sdetail-image-frame img{height:240px}
}

/* v3.4 About + Contact */
.about-hero,.contact-hero{background-size:cover;background-position:center;padding:70px 0;color:#fff}
.about-kicker,.contact-kicker{font-size:11px;letter-spacing:3.5px;font-weight:800;color:#C8102E;text-transform:uppercase}.about-kicker.light,.contact-kicker.light{color:#fff}
.about-hero h1,.contact-hero h1,.about-story h2,.about-values h2,.about-founder h2,.about-cta h2,.contact-main h2{font-family:"Playfair Display",serif}
.about-hero h1,.contact-hero h1{font-size:52px;line-height:.98;color:#fff;margin:7px 0 0}.about-hero p,.contact-hero p{max-width:660px;font-size:15px;line-height:1.6;margin:0}
.about-rule,.contact-rule{display:block;width:44px;height:4px;background:#C8102E;margin:14px 0}
.about-story{padding:52px 0}.about-story-grid{display:grid;grid-template-columns:1fr 1fr;gap:65px;align-items:center}.about-story h2,.about-founder h2,.contact-main h2{font-size:34px;color:#092845;line-height:1.08;margin:5px 0 0}
.about-story p{font-size:14px;line-height:1.7;color:#344a5f}.about-story a,.about-founder a{color:#C8102E!important;text-decoration:none;font-weight:800;font-size:13px}.about-story-img img{width:100%;height:330px;object-fit:cover;object-position:0%;display:block}
.about-values{background:linear-gradient(90deg,#062944,#0a3a61);color:#fff;padding:35px 0}.about-values h2{font-size:30px;color:#fff;margin:5px 0 22px}.about-values-grid{display:grid;grid-template-columns:repeat(4,1fr)}.about-values-grid>div{padding:0 27px;border-right:1px solid rgba(255,255,255,.23)}.about-values-grid>div:first-child{padding-left:0}.about-values-grid>div:last-child{border:0}.about-values-grid img{width:43px;height:43px;filter:brightness(0) invert(1);margin-bottom:10px}.about-values h3{font-family:"Playfair Display",serif;font-size:18px;line-height:1.05;margin:0 0 7px}.about-values p{font-size:11px;line-height:1.45;margin:0}
.about-founder{padding:43px 0;background:#f5f7f9}.about-founder-grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:60px;align-items:center}.about-founder blockquote{margin:0;font-family:"Playfair Display",serif;font-size:18px;line-height:1.5;color:#173955;font-style:italic;position:relative;padding-left:45px}.about-founder blockquote>span{position:absolute;left:0;top:-20px;font-size:70px;color:#9baaba}.about-founder cite{display:block;font-family:Inter,sans-serif;font-size:11px;font-style:normal;margin-top:10px}
.about-cta{background-size:cover;background-position:center;color:#fff;padding:29px 0}.about-cta>.mps-wrap{display:flex;align-items:center;justify-content:space-between;gap:40px}.about-cta h2{font-size:28px;color:#fff;margin:0 0 4px}.about-cta p{font-size:12px;margin:0}.about-cta a{background:#C8102E;color:#fff!important;text-decoration:none;padding:14px 28px;border-radius:3px;font-size:12px;font-weight:800}
.contact-main{padding:52px 0}.contact-grid{display:grid;grid-template-columns:.82fr 1.18fr;gap:70px}.contact-info>p{font-size:14px;line-height:1.65;color:#44596d}.contact-detail{border-top:1px solid #d6dee5;padding:16px 0;display:grid;grid-template-columns:130px 1fr;font-size:13px}.contact-detail a{color:#0B2D4F!important;text-decoration:none}.contact-help{background:#f5f7f9;border-left:4px solid #C8102E;padding:20px;margin-top:20px}.contact-help h3{font-family:"Playfair Display",serif;color:#092845;margin:0 0 7px}.contact-help p{font-size:11.5px;line-height:1.5}.contact-help a{color:#C8102E!important;text-decoration:none;font-size:12px;font-weight:800}
.contact-form-card{background:#f5f7f9;border-top:4px solid #C8102E;padding:30px 32px}.contact-form-card h2{font-size:28px;margin-bottom:20px}.contact-form-card label{display:block;font-size:11px;font-weight:700;color:#173955;margin-bottom:13px}.contact-form-card input,.contact-form-card select,.contact-form-card textarea{display:block;width:100%;margin-top:6px;background:#fff;border:1px solid #cbd5de;padding:11px 12px;font:inherit;color:#173955}.contact-fields{display:grid;grid-template-columns:1fr 1fr;gap:14px}.contact-form-card label>span{color:#C8102E}.contact-form-card button{border:0;background:#C8102E;color:#fff;padding:13px 25px;font-weight:800;cursor:pointer}.contact-success{background:#eaf4eb;border-left:4px solid #3b7b48;padding:12px;margin-bottom:18px;font-size:12px}
.contact-band{background:linear-gradient(90deg,#062944,#0a3a61);color:#fff;padding:24px 0}.contact-band>.mps-wrap{display:grid;grid-template-columns:repeat(4,1fr)}.contact-band>.mps-wrap>div{padding:0 25px;border-right:1px solid rgba(255,255,255,.22)}.contact-band>.mps-wrap>div:first-child{padding-left:0}.contact-band>.mps-wrap>div:last-child{border:0}.contact-band b{display:block;font-family:"Playfair Display",serif;font-size:24px}.contact-band span{font-size:14px}
@media(max-width:800px){.about-story-grid,.about-founder-grid,.contact-grid{grid-template-columns:1fr}.about-values-grid,.contact-band>.mps-wrap{grid-template-columns:1fr 1fr;gap:25px}.about-cta>.mps-wrap{flex-direction:column;align-items:flex-start}}
@media(max-width:560px){.about-hero h1,.contact-hero h1{font-size:40px}.about-values-grid,.contact-band>.mps-wrap,.contact-fields{grid-template-columns:1fr}.about-story-img img{height:240px}}

/* v3.5 Consumer Rebates */
.rebate-support-page{background:#fff}
.rebate-support-hero{background-size:cover;background-position:center;padding:68px 0;color:#fff}
.rebate-support-kicker{font-size:11px;letter-spacing:3.5px;font-weight:800;color:#C8102E;text-transform:uppercase}
.rebate-support-kicker.light{color:#fff}
.rebate-support-hero h1,.rebate-support-actions h2,.rebate-support-process h2,.rebate-support-help h2,.rebate-support-cta h2{font-family:"Playfair Display",serif}
.rebate-support-hero h1{font-size:52px;line-height:.98;color:#fff;margin:7px 0 0}
.rebate-support-rule{display:block;width:44px;height:4px;background:#C8102E;margin:14px 0}
.rebate-support-hero p{max-width:680px;font-size:15px;line-height:1.6;margin:0}

.rebate-support-actions{padding:42px 0 44px}
.rebate-support-intro{font-size:14px;line-height:1.6;color:#173955;margin:0 0 24px}
.rebate-support-card-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px}
.rebate-support-card{border:1px solid #dce3e9;background:#fff;box-shadow:0 4px 14px rgba(5,40,65,.06);padding:28px;display:flex;gap:20px}
.rebate-support-card>img{width:52px;height:52px;object-fit:contain;flex:0 0 52px}
.rebate-support-card h2{font-size:24px;color:#092845;margin:0 0 8px}
.rebate-support-card p{font-size:13px;line-height:1.55;color:#344a5f;margin:0 0 14px}
.rebate-support-primary,.rebate-support-secondary{display:inline-flex;text-decoration:none;font-size:12px;font-weight:800;padding:13px 22px;border-radius:3px}
.rebate-support-primary{background:#C8102E;color:#fff!important}
.rebate-support-secondary{border:1px solid #C8102E;color:#C8102E!important;background:#fff}
.rebate-support-card small{display:block;font-size:10px;color:#5c6d7d;margin-top:8px}
.rebate-support-chat{width:52px;height:52px;border:3px solid #C8102E;color:#C8102E;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:900;font-size:17px;flex:0 0 52px}

.rebate-support-process{background:linear-gradient(90deg,#062944,#0a3a61);color:#fff;padding:38px 0 42px}
.rebate-support-process h2{font-size:32px;color:#fff;margin:5px 0 0}
.rebate-support-process-grid{display:grid;grid-template-columns:repeat(3,1fr);margin-top:22px}
.rebate-support-process-grid>div{padding:0 32px;border-right:1px solid rgba(255,255,255,.22)}
.rebate-support-process-grid>div:first-child{padding-left:0}
.rebate-support-process-grid>div:last-child{border-right:0}
.rebate-support-process-grid b{display:flex;width:40px;height:40px;border-radius:50%;background:#C8102E;color:#fff;align-items:center;justify-content:center;font-size:10px;margin-bottom:13px}
.rebate-support-process-grid h3{font-family:"Playfair Display",serif;font-size:19px;margin:0 0 7px}
.rebate-support-process-grid p{font-size:11.5px;line-height:1.5;margin:0;color:#fff}

.rebate-support-help{padding:42px 0}
.rebate-support-help-grid{display:grid;grid-template-columns:1.15fr .85fr;gap:70px;align-items:center}
.rebate-support-help h2{font-size:34px;color:#092845;margin:5px 0 0}
.rebate-support-help p{font-size:13.5px;line-height:1.6;color:#344a5f}
.rebate-support-checks{display:grid;gap:10px}
.rebate-support-checks>div{font-size:13px;color:#173955}
.rebate-support-checks>div::first-letter{color:#C8102E}
.rebate-support-checks span{margin-left:8px}

.rebate-support-cta{background-size:cover;background-position:center;color:#fff;padding:30px 0}
.rebate-support-cta>.mps-wrap{display:flex;justify-content:space-between;align-items:center;gap:35px}
.rebate-support-cta h2{font-size:29px;color:#fff;margin:5px 0 4px}
.rebate-support-cta p{font-size:12px;margin:0}
.rebate-support-cta a{background:#C8102E;color:#fff!important;text-decoration:none;padding:14px 28px;border-radius:3px;font-size:12px;font-weight:800;white-space:nowrap}

@media(max-width:800px){
  .rebate-support-card-grid,.rebate-support-help-grid{grid-template-columns:1fr}
  .rebate-support-process-grid{grid-template-columns:1fr;gap:24px}
  .rebate-support-process-grid>div{border-right:0;padding:0}
}
@media(max-width:560px){
  .rebate-support-hero h1{font-size:40px}
  .rebate-support-card{flex-direction:column}
  .rebate-support-cta>.mps-wrap{flex-direction:column;align-items:flex-start}
}

/* v3.5.1 Resources page only — no custom footer */
.mps-resources-page{background:#fff}
.mps-res-hero{background-size:cover;background-position:center;padding:66px 0;color:#fff}
.mps-res-kicker{font-size:11px;letter-spacing:3.5px;font-weight:800;color:#C8102E;text-transform:uppercase}
.mps-res-kicker.light{color:#fff}
.mps-res-hero h1,.mps-res-library h2,.mps-res-latest h2,.mps-res-cta h2{font-family:"Playfair Display",serif}
.mps-res-hero h1{font-size:52px;line-height:1;color:#fff;margin:7px 0 0}
.mps-res-rule{display:block;width:44px;height:4px;background:#C8102E;margin:14px 0}
.mps-res-hero p{max-width:650px;font-size:14px;line-height:1.6;margin:0}

.mps-res-library{padding:42px 0}
.mps-res-heading{display:grid;grid-template-columns:1.1fr .9fr;gap:55px;align-items:end}
.mps-res-heading h2,.mps-res-latest h2{font-size:35px;color:#092845;margin:5px 0 0}
.mps-res-heading>p{font-size:12.5px;line-height:1.55;color:#344a5f;margin:0 0 10px}
.mps-res-topic-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:17px;margin-top:25px}
.mps-res-topic-grid article{border:1px solid #dce3e9;background:#fff;padding:24px 16px;text-align:center;min-height:165px;box-shadow:0 2px 8px rgba(5,40,65,.03)}
.mps-res-topic-icon{font-size:34px;line-height:1;color:#C8102E;font-weight:800}
.mps-res-topic-grid h3{font-family:"Playfair Display",serif;color:#092845;font-size:17px;margin:12px 0 7px}
.mps-res-topic-grid p{font-size:10.5px;line-height:1.45;color:#344a5f;margin:0}

.mps-res-latest{background:#f5f7f9;padding:40px 0 46px}
.mps-res-articles-header{display:flex;justify-content:space-between;align-items:end;gap:30px;margin-bottom:22px}
.mps-res-articles-header>a,.mps-res-readmore{color:#C8102E!important;text-decoration:none;font-size:12px;font-weight:800}
.mps-res-post-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.mps-res-post-card{background:#fff;border:1px solid #dce3e9;overflow:hidden}
.mps-res-post-image{display:block;height:190px;overflow:hidden}
.mps-res-post-image img{width:100%;height:100%;object-fit:cover;display:block}
.mps-res-post-placeholder{height:100%;display:flex;align-items:center;justify-content:center;background:#0B2D4F;color:#fff;font-family:"Playfair Display",serif;font-size:31px}
.mps-res-post-body{padding:18px}
.mps-res-post-body time{font-size:9px;letter-spacing:1px;color:#66798a;text-transform:uppercase}
.mps-res-post-body h3{font-family:"Playfair Display",serif;font-size:20px;line-height:1.12;margin:8px 0}
.mps-res-post-body h3 a{color:#092845!important;text-decoration:none}
.mps-res-post-body p{font-size:11.5px;line-height:1.5;color:#344a5f;margin:0 0 12px}
.mps-res-empty{grid-column:1/-1;background:#fff;border:1px solid #dce3e9;padding:25px;color:#344a5f;font-size:13px}

.mps-res-cta{background-size:cover;background-position:center;color:#fff;padding:31px 0}
.mps-res-cta>.mps-wrap{display:flex;justify-content:space-between;align-items:center;gap:35px}
.mps-res-cta h2{font-size:29px;color:#fff;margin:5px 0 4px}
.mps-res-cta p{font-size:12px;margin:0}
.mps-res-cta>.mps-wrap>a{background:#C8102E;color:#fff!important;text-decoration:none;padding:14px 27px;border-radius:3px;font-size:12px;font-weight:800;white-space:nowrap}

@media(max-width:900px){
  .mps-res-topic-grid{grid-template-columns:repeat(2,1fr)}
  .mps-res-post-grid{grid-template-columns:1fr 1fr}
}
@media(max-width:700px){
  .mps-res-heading{grid-template-columns:1fr}
  .mps-res-post-grid{grid-template-columns:1fr}
}
@media(max-width:560px){
  .mps-res-hero h1{font-size:40px}
  .mps-res-topic-grid{grid-template-columns:1fr}
  .mps-res-articles-header,.mps-res-cta>.mps-wrap{flex-direction:column;align-items:flex-start}
}

/* v3.5.2 Resources visual alignment to approved mockup */
.mps-res-hero{
  min-height:285px;
  display:flex;
  align-items:center;
  background-position:center 42%;
}
.mps-res-hero .mps-wrap{padding-top:6px;padding-bottom:6px}
.mps-res-hero h1{
  font-family:"Playfair Display",Georgia,serif!important;
  font-weight:700!important;
  letter-spacing:-1.1px;
  font-size:49px;
}
.mps-res-hero p{max-width:610px;font-family:Inter,Arial,sans-serif!important;font-size:13.5px}
.mps-res-library{padding-top:34px;padding-bottom:38px}
.mps-res-heading h2,.mps-res-latest h2{
  font-family:"Playfair Display",Georgia,serif!important;
  font-weight:700!important;
  letter-spacing:-.4px
}
.mps-res-topic-grid{gap:15px}
.mps-res-topic-grid article{
  min-height:150px;
  padding:22px 13px 18px;
  border-color:#d9e1e7;
  box-shadow:none
}
.mps-res-topic-icon{
  width:38px;height:38px;margin:0 auto 8px;
  display:flex;align-items:center;justify-content:center;
  font-family:Inter,Arial,sans-serif!important;
  color:#C8102E;font-size:29px
}
.mps-res-topic-grid h3{
  font-family:"Playfair Display",Georgia,serif!important;
  font-weight:700!important;
  font-size:16px
}
.mps-res-latest{padding-top:34px;background:#f3f5f7}
.mps-res-post-grid{gap:18px}
.mps-res-post-card{
  box-shadow:0 2px 8px rgba(5,40,65,.035);
  border-color:#d8e0e6
}
.mps-res-post-image{height:178px}
.mps-res-post-body{padding:15px 16px 17px}
.mps-res-post-meta{display:flex;align-items:center;gap:9px;margin-bottom:7px}
.mps-res-post-meta span{
  color:#C8102E;font:800 8.5px/1 Inter,Arial,sans-serif;
  letter-spacing:.8px
}
.mps-res-post-meta time{
  color:#758594;font:500 8.5px/1 Inter,Arial,sans-serif;
  letter-spacing:.3px
}
.mps-res-post-body h3{
  font-family:"Playfair Display",Georgia,serif!important;
  font-weight:700!important;
  font-size:18px;
  line-height:1.12;
  margin:6px 0 8px
}
.mps-res-post-body p{font-family:Inter,Arial,sans-serif!important;font-size:10.5px;line-height:1.48}
.mps-res-readmore{font-family:Inter,Arial,sans-serif!important;font-size:10px!important}
.mps-res-cta{min-height:112px;display:flex;align-items:center}
.mps-res-cta h2{
  font-family:"Playfair Display",Georgia,serif!important;
  font-weight:700!important;
  font-size:26px
}


/* v3.5.4 READABILITY ONLY
   Exact v3.5.2 visual base: no color, font-family, font-weight,
   background, image, spacing, or architecture changes. */

body.mps-editable-site main p {
    font-size: 16px;
    line-height: 1.62;
}

body.mps-editable-site .mps-service-card p,
body.mps-editable-site .service-card p,
body.mps-editable-site [class*="service-card"] p {
    font-size: 16px !important;
    line-height: 1.52 !important;
}

body.mps-editable-site .mps-service-card h3,
body.mps-editable-site .service-card h3,
body.mps-editable-site [class*="service-card"] h3 {
    font-size: 25px !important;
    line-height: 1.10 !important;
}

body.mps-editable-site .mps-service-card a,
body.mps-editable-site .service-card a,
body.mps-editable-site [class*="service-card"] a {
    font-size: 15px !important;
    line-height: 1.4 !important;
}

body.mps-editable-site [class*="trust"] p,
body.mps-editable-site [class*="process"] p,
body.mps-editable-site [class*="capab"] p {
    font-size: 15px !important;
    line-height: 1.55 !important;
}

body.mps-editable-site [class*="intro"] p,
body.mps-editable-site [class*="split"] p {
    font-size: 16px !important;
    line-height: 1.62 !important;
}

.mps-res-topic-grid p {
    font-size: 14px !important;
    line-height: 1.5 !important;
}

.mps-res-topic-grid h3 {
    font-size: 19px !important;
    line-height: 1.15 !important;
}

.mps-res-post-body p {
    font-size: 15px !important;
    line-height: 1.55 !important;
}

.mps-res-post-body h3 {
    font-size: 21px !important;
    line-height: 1.15 !important;
}

.mps-res-readmore,
.mps-res-articles-header > a {
    font-size: 14px !important;
}

.mps-res-heading > p,
.mps-res-hero p,
.mps-res-cta p {
    font-size: 16px !important;
    line-height: 1.6 !important;
}

body.mps-editable-site input,
body.mps-editable-site textarea,
body.mps-editable-site select,
body.mps-editable-site label {
    font-size: 15px;
}

@media (max-width:700px) {
    body.mps-editable-site main p {
        font-size:16px;
    }
}


/* v3.5.5 STRONGER HEADING HIERARCHY
   Typography sizing only. Existing v3.5.2 colors/design remain intact. */

/* Main section headings */
body.mps-editable-site main h2 {
    font-size: 42px;
    line-height: 1.12;
}

/* General content/card H3 headings */
body.mps-editable-site main h3 {
    font-size: 28px;
    line-height: 1.15;
}

/* Service cards: clearly separated from 16px body copy */
body.mps-editable-site .mps-service-card h3,
body.mps-editable-site .service-card h3,
body.mps-editable-site [class*="service-card"] h3 {
    font-size: 28px !important;
    line-height: 1.15 !important;
}

/* Trust, process and capability headings */
body.mps-editable-site [class*="trust"] h3,
body.mps-editable-site [class*="process"] h3,
body.mps-editable-site [class*="capab"] h3 {
    font-size: 25px !important;
    line-height: 1.15 !important;
}

/* Resources card/article headings */
.mps-res-topic-grid h3 {
    font-size: 22px !important;
    line-height: 1.15 !important;
}
.mps-res-post-body h3 {
    font-size: 25px !important;
    line-height: 1.15 !important;
}

@media (max-width: 700px) {
    body.mps-editable-site main h2 {
        font-size: 34px;
    }
    body.mps-editable-site main h3,
    body.mps-editable-site .mps-service-card h3,
    body.mps-editable-site .service-card h3,
    body.mps-editable-site [class*="service-card"] h3 {
        font-size: 25px !important;
    }
}


/* ==========================================================
   v3.5.6 PROFESSIONAL FLOW / SPACING
   Preserves approved colors, imagery and page architecture.
   Adds breathing room, calmer typography and clearer hierarchy.
   ========================================================== */

/* Homepage: more deliberate vertical rhythm */
.ref-services { padding: 58px 0 64px; }
.ref-section-head { gap: 72px; align-items: center; }
.ref-section-head h2 { font-size: 40px; line-height: 1.12; }
.ref-section-intro { font-size: 16px; line-height: 1.65; }
.ref-section-intro p { margin: 0 0 12px; }

.ref-service-grid { gap: 24px; margin-top: 34px; }
.ref-service-body { gap: 16px; padding: 22px 20px 24px; }
.ref-service-body h3 { font-size: 25px; line-height: 1.16; margin: 0 0 10px; }
.ref-service-body p { font-size: 15px; line-height: 1.6; margin: 0 0 15px; min-height: 0; }

/* Trust section: less cramped and easier to scan */
.ref-why { padding: 50px 0 54px; }
.ref-why-grid > div { gap: 18px; padding: 0 30px; }
.ref-why h3 { font-size: 22px; line-height: 1.2; margin: 0 0 10px; }
.ref-why p { font-size: 14px; line-height: 1.6; }

/* Process: create separation between headline and steps */
.ref-process { padding: 58px 0 64px; }
.ref-process-head h2 { font-size: 38px; line-height: 1.15; }
.ref-process-head > p { font-size: 16px; line-height: 1.65; }
.ref-process-grid { margin-top: 30px; }
.ref-step { grid-template-columns: 42px 40px 1fr; gap: 12px; }
.ref-step p { font-size: 14px; line-height: 1.55; }

/* Digital rebate / history: readable editorial spacing */
.ref-rebate-copy { padding: 42px 42px; }
.ref-rebate-copy p { font-size: 16px; line-height: 1.65; margin-bottom: 20px; }
.ref-rebate-list { padding: 38px 30px; gap: 24px; }
.ref-rebate-list div { font-size: 14px; line-height: 1.5; }

.ref-history { padding: 52px 0; }
.ref-history-grid { gap: 48px; }
.ref-history h2 { font-size: 32px; line-height: 1.12; }
.ref-history p { font-size: 15px; line-height: 1.65; }
.ref-history blockquote { font-size: 18px; line-height: 1.6; }

/* Interior pages */
.int-hero { padding: 88px 0; }
.int-hero h1 { font-size: 52px; line-height: 1.08; margin-bottom: 18px; }
.int-hero p { font-size: 17px; line-height: 1.7; }

.int-split { padding: 76px 0; }
.int-split > .mps-wrap { gap: 80px; }
.int-split h2,
.int-capabilities h2,
.int-services-page h2,
.int-about h2,
.int-contact h2,
.int-resources h2,
.int-consumer h2 {
    font-size: 40px;
    line-height: 1.15;
}
.int-split-copy p,
.int-about p,
.int-contact p,
.int-consumer p {
    font-size: 16px;
    line-height: 1.75;
}

.int-capabilities,
.int-services-page,
.int-resources { padding: 68px 0; }
.int-cap-grid { gap: 24px; margin-top: 34px; }
.int-cap-card { padding: 30px 26px; }
.int-cap-card p { font-size: 15px; line-height: 1.65; }

.int-service-grid { gap: 28px; margin-top: 34px; }
.int-service-card > div { padding: 30px; }
.int-service-card p { font-size: 15px; line-height: 1.65; }

.int-process { padding: 58px 0; }
.int-process > .mps-wrap { gap: 70px; }
.int-process h2 { font-size: 36px; line-height: 1.15; }
.int-process-grid > div { padding: 0 24px; }
.int-process-grid h3 { font-size: 21px; line-height: 1.2; margin: 12px 0 8px; }
.int-process-grid p { font-size: 14px; line-height: 1.55; }

.int-about, .int-contact { padding: 72px 0; }
.int-about-grid { gap: 80px; }
.int-quote { padding: 48px 0; }
.int-quote blockquote { font-size: 20px; line-height: 1.65; }
.int-cta { padding: 42px 0; }

/* Keep heading hierarchy strong without globally recoloring anything */
body.mps-editable-site main h2 { line-height: 1.15; }
body.mps-editable-site main h3 { line-height: 1.2; }

/* Tablet/mobile: retain breathing room without oversized sections */
@media (max-width: 900px) {
    .ref-services,.ref-process { padding: 44px 0 48px; }
    .ref-section-head { gap: 24px; }
    .ref-service-grid { gap: 20px; }
    .ref-why { padding: 40px 0; }
    .int-hero { padding: 64px 0; }
    .int-split,.int-capabilities,.int-services-page,.int-resources,.int-about,.int-contact { padding: 52px 0; }
}

@media (max-width: 700px) {
    .ref-section-head h2 { font-size: 34px; }
    .ref-service-body { padding: 20px; }
    .ref-service-body h3 { font-size: 24px !important; }
    .ref-why-grid > div { padding: 22px 0; }
    .ref-process-head h2 { font-size: 33px; }
    .int-hero h1 { font-size: 42px; }
    .int-split h2,
    .int-capabilities h2,
    .int-services-page h2,
    .int-about h2,
    .int-contact h2,
    .int-resources h2,
    .int-consumer h2 { font-size: 34px; }
}


/* v3.5.7 TYPOGRAPHY REFINEMENT
   Keep v3.5.6 spacing/flow. Slightly reduce H3s and standardize body copy to Inter. */

body.mps-editable-site,
body.mps-editable-site p,
body.mps-editable-site li,
body.mps-editable-site a,
body.mps-editable-site label,
body.mps-editable-site input,
body.mps-editable-site textarea,
body.mps-editable-site select,
body.mps-editable-site button {
    font-family: Inter, Arial, Helvetica, sans-serif !important;
}

/* More balanced H3 hierarchy */
body.mps-editable-site main h3 {
    font-size: 25px;
    line-height: 1.2;
}

body.mps-editable-site .mps-service-card h3,
body.mps-editable-site .service-card h3,
body.mps-editable-site [class*="service-card"] h3,
body.mps-editable-site .ref-service-body h3 {
    font-size: 25px !important;
    line-height: 1.18 !important;
}

body.mps-editable-site [class*="trust"] h3,
body.mps-editable-site [class*="process"] h3,
body.mps-editable-site [class*="capab"] h3 {
    font-size: 23px !important;
    line-height: 1.2 !important;
}

.mps-res-topic-grid h3 {
    font-size: 21px !important;
}
.mps-res-post-body h3 {
    font-size: 24px !important;
}

/* Headings remain the established serif brand font */
body.mps-editable-site h1,
body.mps-editable-site h2,
body.mps-editable-site h3,
body.mps-editable-site h4,
body.mps-editable-site h5,
body.mps-editable-site h6 {
    font-family: "Playfair Display", Georgia, "Times New Roman", serif !important;
}

@media (max-width:700px) {
    body.mps-editable-site main h3,
    body.mps-editable-site .mps-service-card h3,
    body.mps-editable-site .service-card h3,
    body.mps-editable-site [class*="service-card"] h3,
    body.mps-editable-site .ref-service-body h3 {
        font-size: 23px !important;
    }
}

/* v3.5.8 type scale */
body.mps-editable-site p,
body.mps-editable-site li {
 font-family:Inter,Arial,Helvetica,sans-serif !important;
 font-size:14px !important;
 line-height:1.65 !important;
}
body.mps-editable-site main h3,
body.mps-editable-site .mps-service-card h3,
body.mps-editable-site .service-card h3,
body.mps-editable-site [class*="service-card"] h3,
body.mps-editable-site .ref-service-body h3,
body.mps-editable-site [class*="trust"] h3,
body.mps-editable-site [class*="process"] h3,
body.mps-editable-site [class*="capab"] h3,
body.mps-editable-site .mps-res-topic-grid h3,
body.mps-editable-site .mps-res-post-body h3 {
 font-size:24px !important;
 line-height:1.2 !important;
}


/* v3.5.9 — enforce 14px body copy site-wide.
   This intentionally comes last to override earlier section-specific
   15px/16px paragraph declarations from prior versions. */
body.mps-editable-site main p,
body.mps-editable-site main li,
body.mps-editable-site .ref-service-body p,
body.mps-editable-site .mps-service-card p,
body.mps-editable-site .service-card p,
body.mps-editable-site [class*="service-card"] p,
body.mps-editable-site [class*="trust"] p,
body.mps-editable-site [class*="process"] p,
body.mps-editable-site [class*="capab"] p,
body.mps-editable-site [class*="intro"] p,
body.mps-editable-site [class*="split"] p,
body.mps-editable-site .ref-section-intro,
body.mps-editable-site .ref-section-intro p,
body.mps-editable-site .ref-rebate-copy p,
body.mps-editable-site .ref-history p,
body.mps-editable-site .int-hero p,
body.mps-editable-site .int-split-copy p,
body.mps-editable-site .int-about p,
body.mps-editable-site .int-contact p,
body.mps-editable-site .int-consumer p,
body.mps-editable-site .int-cap-card p,
body.mps-editable-site .int-service-card p,
body.mps-editable-site .int-process-grid p,
body.mps-editable-site .mps-res-topic-grid p,
body.mps-editable-site .mps-res-post-body p,
body.mps-editable-site .mps-res-heading > p,
body.mps-editable-site .mps-res-hero p,
body.mps-editable-site .mps-res-cta p {
    font-family: Inter, Arial, Helvetica, sans-serif !important;
    font-size: 14px !important;
    line-height: 1.6 !important;
}


/* v3.5.11 — Consumer Rebate status card, matching existing support-card design */
.rebate-status-card {
    margin-top: 24px;
    border: 1px solid #d7dfe6;
    background: #fff;
    box-shadow: 0 6px 18px rgba(8, 43, 70, 0.05);
    padding: 30px 36px;
    display: grid;
    grid-template-columns: 62px minmax(0, 1fr);
    gap: 24px;
    align-items: start;
}

.rebate-status-icon {
    width: 48px;
    height: 48px;
    border: 3px solid #C8102E;
    border-radius: 50%;
    position: relative;
    margin-top: 4px;
}

.rebate-status-icon::after {
    content: "";
    position: absolute;
    width: 20px;
    height: 3px;
    background: #C8102E;
    right: -15px;
    bottom: -7px;
    transform: rotate(45deg);
    transform-origin: left center;
    border-radius: 2px;
}

.rebate-status-content .rebate-support-kicker {
    margin-bottom: 7px;
}

.rebate-status-content h2 {
    font-family: "Playfair Display", Georgia, serif;
    font-size: 24px !important;
    line-height: 1.2 !important;
    color: #092845;
    margin: 0 0 9px;
}

body.mps-editable-site .rebate-status-content p {
    font-family: Inter, Arial, Helvetica, sans-serif !important;
    font-size: 14px !important;
    line-height: 1.6 !important;
    color: #344a5f;
    margin: 0 0 14px;
    max-width: 760px;
}

.rebate-status-button {
    display: inline-block;
    background: #C8102E;
    color: #fff !important;
    text-decoration: none;
    padding: 12px 20px;
    border: 1px solid #C8102E;
    border-radius: 2px;
    font-family: Inter, Arial, Helvetica, sans-serif !important;
    font-size: 12px !important;
    font-weight: 700;
    line-height: 1.2;
}

.rebate-status-button:hover {
    background: #a90d26;
    border-color: #a90d26;
}

.rebate-status-content small {
    display: block;
    margin-top: 9px;
    font-family: Inter, Arial, Helvetica, sans-serif !important;
    font-size: 11px;
    line-height: 1.45;
    color: #647587;
}

@media (max-width: 700px) {
    .rebate-status-card {
        grid-template-columns: 48px minmax(0, 1fr);
        gap: 18px;
        padding: 25px 22px;
    }
    .rebate-status-icon {
        width: 40px;
        height: 40px;
    }
}


/* v3.5.12 — Homepage industry relationships / partner section */
.mps-industry-connections {
    background: #f8fafc;
    padding: 62px 0 58px;
    border-top: 1px solid #e5ebf0;
}
.mps-industry-heading {
    text-align: center;
    max-width: 820px;
    margin: 0 auto 34px;
}
.mps-industry-heading .ref-kicker { color: #C8102E; }
.mps-industry-heading h2 {
    margin: 7px 0 8px;
    font-family: "Playfair Display", Georgia, serif;
    font-size: 38px;
    line-height: 1.16;
    color: #0B2D4F;
}
.mps-industry-heading .ref-red-rule { margin: 0 auto 15px; }
body.mps-editable-site .mps-industry-heading p {
    max-width: 720px;
    margin: 0 auto;
    font-family: Inter, Arial, sans-serif !important;
    font-size: 14px !important;
    line-height: 1.7 !important;
    color: #526679;
}
.mps-association-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0,1fr));
    border-top: 1px solid #dbe3e9;
    border-bottom: 1px solid #dbe3e9;
}
.mps-association-card {
    min-height: 118px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    text-decoration: none !important;
    background: #fff;
    border-right: 1px solid #dbe3e9;
    padding: 20px;
    transition: transform .18s ease, box-shadow .18s ease;
}
.mps-association-card:last-child { border-right: 0; }
.mps-association-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(11,45,79,.08);
    position: relative;
    z-index: 1;
}
.mps-logo-placeholder {
    font-family: Inter, Arial, sans-serif;
    color: #0B2D4F;
    font-weight: 700;
    font-size: 15px;
    line-height: 1.25;
    letter-spacing: .02em;
}
.mps-association-card img {
    display: block;
    max-width: 150px;
    max-height: 58px;
    width: auto;
    height: auto;
    object-fit: contain;
}
.mps-partner-row {
    margin-top: 32px;
    text-align: center;
}
.mps-partner-label {
    color: #C8102E;
    font-family: Inter, Arial, sans-serif;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .24em;
    margin-bottom: 13px;
}
.mps-phoenix-partner {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    text-decoration: none !important;
    color: #0B2D4F !important;
}
.mps-phoenix-mark {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: #0B2D4F;
    color: #fff;
    font-family: "Playfair Display", Georgia, serif;
    font-size: 27px;
    font-weight: 700;
}
.mps-phoenix-partner strong {
    display: block;
    font-family: "Playfair Display", Georgia, serif;
    font-size: 24px;
    line-height: 1.1;
}
.mps-phoenix-partner small {
    display: block;
    margin-top: 5px;
    font-family: Inter, Arial, sans-serif;
    font-size: 11px;
    color: #607487;
}
@media (max-width: 800px) {
    .mps-association-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
    .mps-association-card:nth-child(2) { border-right: 0; }
    .mps-association-card:nth-child(-n+2) { border-bottom: 1px solid #dbe3e9; }
}
@media (max-width: 520px) {
    .mps-industry-connections { padding: 46px 0; }
    .mps-industry-heading h2 { font-size: 31px; }
    .mps-association-grid { grid-template-columns: 1fr; }
    .mps-association-card { border-right: 0; border-bottom: 1px solid #dbe3e9; }
    .mps-association-card:last-child { border-bottom: 0; }
}


/* v3.5.14 — Approved homepage lower-section visual match */
.mps-promo-cta{
    min-height: 330px !important;
    padding: 0 !important;
    background-size: cover !important;
    background-position: center 48% !important;
    display:flex;
    align-items:center;
    color:#fff;
}
.mps-promo-cta-inner{width:100%;display:block !important;}
.mps-promo-cta-copy{max-width:610px;padding:54px 0 58px;}
.mps-promo-kicker{
    font-family:Inter,Arial,sans-serif;
    font-size:12px;
    line-height:1;
    font-weight:800;
    letter-spacing:.27em;
    color:#fff;
    margin-bottom:14px;
}
.mps-promo-cta h2{
    font-family:"Playfair Display",Georgia,serif !important;
    font-size:43px !important;
    line-height:1.03 !important;
    letter-spacing:-.02em;
    color:#fff !important;
    margin:0 0 14px !important;
}
.mps-promo-rule{display:block;width:48px;height:4px;background:#C8102E;margin:0 0 18px;}
body.mps-editable-site .mps-promo-cta p{
    font-family:Inter,Arial,sans-serif !important;
    font-size:14px !important;
    line-height:1.65 !important;
    color:#fff !important;
    margin:0 0 20px !important;
}
.mps-promo-button{
    display:inline-block !important;
    padding:14px 28px !important;
    font-size:12px !important;
    font-weight:800 !important;
}

/* Connections section proportions from approved mockup */
.mps-industry-connections{padding:48px 0 42px !important;background:#fbfcfd !important;}
.mps-industry-heading{margin-bottom:28px !important;}
.mps-industry-heading h2{font-size:37px !important;margin-top:7px !important;}
.mps-association-grid{background:#fff;}
.mps-association-card{min-height:108px !important;}
.mps-partner-row{
    border-top:1px solid #dbe3e9;
    margin-top:26px !important;
    padding-top:25px;
}
.mps-phoenix-partner{gap:15px !important;}
.mps-phoenix-mark{
    position:relative;
    overflow:hidden;
    width:58px !important;height:58px !important;
    background:#0B2D4F !important;
}
.mps-phoenix-mark:before,.mps-phoenix-mark:after,.mps-phoenix-mark span:before{
    content:"";position:absolute;border-radius:50%;border:5px solid #fff;
}
.mps-phoenix-mark:before{width:34px;height:34px;left:11px;top:11px;border-right-color:transparent;}
.mps-phoenix-mark:after{width:25px;height:25px;left:16px;top:16px;border-left-color:transparent;}
.mps-phoenix-wordmark{text-align:left;}
.mps-phoenix-wordmark strong{font-size:25px !important;}
.mps-phoenix-wordmark em{
    display:block;font-style:normal;font-family:Inter,Arial,sans-serif;
    font-size:8px;font-weight:600;letter-spacing:.07em;color:#8293a3;margin-top:3px;
}
.mps-phoenix-wordmark small{
    font-size:11px !important;text-decoration:underline;text-underline-offset:2px;
    margin-top:8px !important;color:#0B2D4F !important;
}
@media(max-width:700px){
    .mps-promo-cta{min-height:390px !important;background-position:62% center !important;}
    .mps-promo-cta h2{font-size:36px !important;}
    .mps-promo-cta-copy{padding:48px 0;}
    .mps-desktop-only{display:none;}
}


/* v3.5.15 — approved homepage bottom: centered CTA, real association assets, Phoenix logo, footer */
.mps-promo-cta .mps-wrap{
    width:min(1200px, calc(100% - 48px)) !important;
    margin-left:auto !important;
    margin-right:auto !important;
}
.mps-promo-cta{
    background-size:cover !important;
    background-position:center center !important;
}
.mps-promo-cta-copy{padding-left:0 !important;}

.mps-five-logos{grid-template-columns:repeat(5,minmax(0,1fr)) !important;}
.mps-five-logos .mps-association-card{
    flex-direction:column;
    gap:11px;
    min-height:154px !important;
}
.mps-five-logos .mps-association-card img{
    max-width:145px !important;
    max-height:82px !important;
    mix-blend-mode:multiply;
}
.mps-five-logos .mps-association-card span{
    font-family:Inter,Arial,sans-serif;
    font-size:11px;
    font-weight:600;
    color:#0B2D4F;
    text-decoration:underline;
    text-underline-offset:3px;
}
.mps-phoenix-real{display:inline-block;text-decoration:none;}
.mps-phoenix-real img{
    width:auto;
    max-width:270px;
    height:78px;
    object-fit:contain;
}
body.mps-editable-site .mps-partner-copy{
    max-width:650px;
    margin:8px auto 5px !important;
    font-size:13px !important;
    line-height:1.55 !important;
    color:#344a5f !important;
}
.mps-partner-link{
    font-family:Inter,Arial,sans-serif;
    font-size:11px;
    font-weight:600;
    color:#0B2D4F !important;
    text-decoration:underline !important;
    text-underline-offset:3px;
}

/* New professional MPS footer */
.mps-site-footer{
    background:linear-gradient(105deg,#082943 0%,#0b3555 100%);
    color:#fff;
    padding:48px 0 0;
}
.mps-footer-grid{
    display:grid;
    grid-template-columns:1.35fr .75fr .9fr 1fr;
    gap:42px;
    padding-bottom:38px;
}
.mps-footer-brand img{width:220px;max-height:72px;object-fit:contain;object-position:left center;margin-bottom:16px;}
body.mps-editable-site .mps-footer-brand p{
    color:#e3ebf1 !important;
    font-size:13px !important;
    line-height:1.7 !important;
    max-width:290px;
    margin:0 !important;
}
.mps-footer-col{border-left:1px solid rgba(255,255,255,.22);padding-left:30px;}
.mps-footer-col h3{
    font-family:Inter,Arial,sans-serif !important;
    color:#fff !important;
    font-size:14px !important;
    font-weight:800 !important;
    margin:0 0 15px !important;
}
.mps-footer-col a{
    display:block;
    color:#eef4f8 !important;
    text-decoration:none;
    font-family:Inter,Arial,sans-serif;
    font-size:13px;
    line-height:1.45;
    margin:0 0 10px;
}
.mps-footer-col a:hover{text-decoration:underline;}
.mps-footer-quote{
    background:#C8102E;
    border:1px solid #C8102E;
    padding:13px 17px;
    margin-top:19px !important;
    text-align:center;
    font-weight:800 !important;
}
.mps-footer-quote:hover{background:#a90d26;text-decoration:none !important;}
.mps-footer-bottom{
    border-top:1px solid rgba(255,255,255,.25);
    min-height:58px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:20px;
    font-family:Inter,Arial,sans-serif;
    font-size:10px;
    color:#dce6ed;
}
.mps-footer-bottom a{color:#dce6ed !important;text-decoration:none;}

@media(max-width:900px){
    .mps-five-logos{grid-template-columns:repeat(2,minmax(0,1fr)) !important;}
    .mps-footer-grid{grid-template-columns:1fr 1fr;}
    .mps-footer-col:nth-child(3){border-left:0;padding-left:0;}
}
@media(max-width:600px){
    .mps-promo-cta .mps-wrap{width:min(100% - 32px,1200px) !important;}
    .mps-five-logos{grid-template-columns:1fr !important;}
    .mps-five-logos .mps-association-card{border-right:0 !important;}
    .mps-footer-grid{grid-template-columns:1fr;gap:26px;}
    .mps-footer-col{border-left:0;padding-left:0;border-top:1px solid rgba(255,255,255,.18);padding-top:22px;}
    .mps-footer-bottom{align-items:flex-start;flex-direction:column;justify-content:center;padding:17px 0;}
}


/* v3.5.18 — White footer treatment; layout/PHP unchanged */
.mps-site-footer{
    background:#fff !important;
    color:#0B2D4F !important;
    border-top:1px solid #dce3e9;
}
.mps-footer-brand img{
    /* white logo asset is hidden on white; use a subtle navy backing only for logo image if necessary */
    background:#0B2D4F;
    padding:10px 14px;
    border-radius:2px;
}
body.mps-editable-site .mps-footer-brand p{
    color:#526679 !important;
}
.mps-footer-col{
    border-left-color:#dce3e9 !important;
}
.mps-footer-col h3{
    color:#0B2D4F !important;
}
.mps-footer-col a{
    color:#344a5f !important;
}
.mps-footer-quote{
    color:#fff !important;
    background:#C8102E !important;
    border-color:#C8102E !important;
}
.mps-footer-quote:hover{
    color:#fff !important;
    background:#a90d26 !important;
}
.mps-footer-bottom{
    border-top-color:#dce3e9 !important;
    color:#687b8d !important;
}
.mps-footer-bottom a{
    color:#526679 !important;
}
@media(max-width:600px){
    .mps-footer-col{
        border-top-color:#dce3e9 !important;
    }
}


/* v3.5.19 — Light blue-gray footer */
.mps-site-footer{
    background:#F3F6F8 !important;
    color:#0B2D4F !important;
    border-top:1px solid #D7E0E7 !important;
}
.mps-footer-brand img{
    background:transparent !important;
    padding:0 !important;
    border-radius:0 !important;
}
body.mps-editable-site .mps-footer-brand p{
    color:#455B6E !important;
}
.mps-footer-col{
    border-left-color:#D7E0E7 !important;
}
.mps-footer-col h3{
    color:#0B2D4F !important;
}
.mps-footer-col a{
    color:#455B6E !important;
}
.mps-footer-col .mps-footer-quote,
body.mps-editable-site .mps-footer-col .mps-footer-quote{
    background:#C8102E !important;
    border-color:#C8102E !important;
    color:#FFFFFF !important;
}
.mps-footer-col .mps-footer-quote:hover,
body.mps-editable-site .mps-footer-col .mps-footer-quote:hover{
    background:#A90D26 !important;
    border-color:#A90D26 !important;
    color:#FFFFFF !important;
}
.mps-footer-bottom{
    border-top-color:#D7E0E7 !important;
    color:#607487 !important;
}
.mps-footer-bottom a{
    color:#455B6E !important;
}
@media(max-width:600px){
    .mps-footer-col{
        border-top-color:#D7E0E7 !important;
    }
}


/* v3.5.23 — Compact homepage CTA with quote button aligned right */
.mps-promo-cta{
    min-height:230px !important;
}
.mps-promo-cta .mps-promo-cta-inner{
    display:grid !important;
    grid-template-columns:minmax(0, 1fr) auto;
    align-items:center;
    gap:54px;
}
.mps-promo-cta-copy{
    max-width:none !important;
    padding:34px 0 38px !important;
    display:grid;
    grid-template-columns:minmax(0, 650px) auto;
    column-gap:54px;
    align-items:center;
}
.mps-promo-cta-copy > .mps-promo-kicker,
.mps-promo-cta-copy > h2,
.mps-promo-cta-copy > .mps-promo-rule,
.mps-promo-cta-copy > p{
    grid-column:1;
}
.mps-promo-cta-copy > .mps-promo-button-right{
    grid-column:2;
    grid-row:1 / span 4;
    align-self:center;
    white-space:nowrap;
    margin:0 !important;
    padding:15px 28px !important;
}
.mps-promo-cta h2{
    font-size:38px !important;
    line-height:1.06 !important;
    margin-bottom:11px !important;
}
.mps-promo-rule{margin-bottom:13px !important;}
body.mps-editable-site .mps-promo-cta p{
    margin-bottom:0 !important;
}
@media(max-width:800px){
    .mps-promo-cta{min-height:0 !important;}
    .mps-promo-cta-copy{
        display:block !important;
        padding:38px 0 !important;
    }
    .mps-promo-cta-copy > .mps-promo-button-right{
        display:inline-block !important;
        margin-top:20px !important;
    }
}


/* v3.5.24 — Left-aligned, streamlined Industry Relationships section */
.mps-industry-connections{
    padding:46px 0 38px !important;
}
.mps-industry-heading{
    text-align:left !important;
    max-width:720px !important;
    margin:0 0 28px !important;
}
.mps-industry-heading .ref-red-rule{
    margin:0 0 14px !important;
}
body.mps-editable-site .mps-industry-heading p{
    margin:0 !important;
    max-width:650px !important;
}
.mps-five-logos{
    border-top:1px solid #D7E0E7 !important;
    border-bottom:1px solid #D7E0E7 !important;
}
.mps-five-logos .mps-association-card{
    min-height:124px !important;
    padding:18px 16px !important;
    box-shadow:none !important;
    border-right:1px solid #D7E0E7 !important;
}
.mps-five-logos .mps-association-card:last-child{
    border-right:0 !important;
}
.mps-five-logos .mps-association-card:hover{
    transform:none !important;
    background:#F8FAFC !important;
}
.mps-five-logos .mps-association-card img{
    max-width:132px !important;
    max-height:66px !important;
}
.mps-five-logos .mps-association-card span{
    font-size:10px !important;
}
.mps-partner-row{
    display:grid !important;
    grid-template-columns:180px 245px minmax(0,1fr) auto;
    gap:28px;
    align-items:center;
    text-align:left !important;
    margin-top:0 !important;
    padding:26px 0 0 !important;
    border-top:0 !important;
}
.mps-partner-label{
    margin:0 !important;
    line-height:1.5;
}
.mps-phoenix-real img{
    max-width:225px !important;
    height:62px !important;
}
body.mps-editable-site .mps-partner-copy{
    max-width:440px !important;
    margin:0 !important;
    font-size:12px !important;
}
.mps-partner-link{
    white-space:nowrap;
    font-size:11px !important;
}
@media(max-width:900px){
    .mps-partner-row{
        grid-template-columns:1fr 1fr !important;
        gap:18px 28px;
    }
}
@media(max-width:600px){
    .mps-industry-connections{padding:38px 0 32px !important;}
    .mps-five-logos{grid-template-columns:repeat(2,minmax(0,1fr)) !important;}
    .mps-five-logos .mps-association-card{border-bottom:1px solid #D7E0E7 !important;}
    .mps-partner-row{
        grid-template-columns:1fr !important;
        gap:12px !important;
        padding-top:24px !important;
    }
}


/* v3.5.25 — Properly sized right-aligned homepage CTA button */
.mps-promo-cta-copy{
    grid-template-columns:minmax(0,650px) 1fr !important;
    width:100% !important;
}
.mps-promo-cta-copy > .mps-promo-button-right{
    justify-self:end !important;
    width:auto !important;
    min-width:0 !important;
    max-width:none !important;
    display:inline-flex !important;
    align-items:center;
    justify-content:center;
    padding:14px 25px !important;
}
@media(max-width:800px){
    .mps-promo-cta-copy > .mps-promo-button-right{
        width:auto !important;
        justify-self:start !important;
    }
}

/* BBB badge positioning */
.bbb-badge {
    display: flex !important;
    align-items: left !important;
    justify-content: left !important;
    width: 100% !important;
    height: 100% !important;
	padding: 5px 20px;
}

/* BBB badge size */
.bbb-badge img {
    width: auto !important;
    max-width: none !important;
    height: 60px !important;
    max-height: 60px !important;
    object-fit: contain !important;
	align-content: center;
}

@media (max-width: 768px) {
    #page,
    .site,
    .site-content,
    #content {
        margin-bottom: 0 !important;
        padding-bottom: 0 !important;
        min-height: 0 !important;
    }
}

/* Consumer rebate support form - v3.5.27 */
.consumer-support-section{padding:48px 0;background:#fff}
.consumer-support-grid{display:grid;grid-template-columns:.78fr 1.22fr;gap:46px;align-items:start}
.consumer-support-info h2,.consumer-support-form-card h2,.consumer-business-note h3{font-family:"Playfair Display",Georgia,serif;color:#092845}
.consumer-support-info h2{font-size:36px;line-height:1.08;margin:6px 0 0}
.consumer-support-info>p{font-size:14px;line-height:1.65;color:#344a5f;max-width:420px}
.consumer-support-links{margin-top:25px;border-top:1px solid #dce3e9}
.consumer-support-links a{display:block;padding:16px 0;border-bottom:1px solid #dce3e9;text-decoration:none;color:#092845!important}
.consumer-support-links b{display:block;font-size:13px;margin-bottom:3px}
.consumer-support-links span{display:block;font-size:11px;color:#52697c}
.consumer-business-note{margin-top:28px;background:#f5f7f9;border-left:4px solid #C8102E;padding:20px 22px}
.consumer-business-note h3{font-size:20px;margin:0 0 7px}
.consumer-business-note p{font-size:12.5px;line-height:1.55;color:#344a5f;margin:0 0 10px}
.consumer-business-note a{font-size:12px;font-weight:800;color:#C8102E!important;text-decoration:none}
.consumer-support-form-card{background:#f5f7f9;border-top:4px solid #C8102E;padding:30px 32px}
.consumer-support-form-card h2{font-size:30px;line-height:1.15;margin:7px 0 8px}
.consumer-form-intro{font-size:12.5px;line-height:1.55;color:#52697c;margin:0 0 20px}
.consumer-support-form-card label{display:block;font-size:11px;font-weight:700;color:#173955;margin-bottom:13px}
.consumer-support-form-card label>span{color:#C8102E}
.consumer-support-form-card input,.consumer-support-form-card select,.consumer-support-form-card textarea{display:block;width:100%;margin-top:6px;background:#fff;border:1px solid #cbd5de;padding:11px 12px;font:inherit;color:#173955;box-sizing:border-box}
.consumer-support-form-card textarea{resize:vertical}
.consumer-support-form-card button{border:0;background:#C8102E;color:#fff;padding:13px 25px;font-weight:800;cursor:pointer}
.consumer-form-error{background:#fbeaec;border-left:4px solid #C8102E;padding:12px;margin-bottom:18px;font-size:12px;color:#7a1828}
.consumer-hp{position:absolute!important;left:-9999px!important;width:1px!important;height:1px!important;overflow:hidden!important}
@media(max-width:800px){.consumer-support-grid{grid-template-columns:1fr;gap:30px}.consumer-support-section{padding:36px 0}.consumer-support-form-card{padding:25px 20px}}


/* v3.5.28 Blog archive */
.mps-blog-page{background:#fff}
.mps-blog-hero{min-height:285px}
.mps-blog-listing{padding-top:42px;padding-bottom:54px}
.mps-blog-heading{align-items:end}
.mps-blog-heading>p{max-width:430px;margin:0 0 4px;color:#344a5f;font:400 12.5px/1.55 Inter,Arial,sans-serif;text-align:right}
.mps-blog-pagination{display:flex;justify-content:center;align-items:center;gap:7px;margin-top:34px}
.mps-blog-pagination .page-numbers{display:inline-flex;min-width:38px;height:38px;padding:0 12px;align-items:center;justify-content:center;border:1px solid #d8e0e6;background:#fff;color:#092845!important;text-decoration:none;font:700 11px/1 Inter,Arial,sans-serif}
.mps-blog-pagination .page-numbers.current{background:#092845;border-color:#092845;color:#fff!important}
.mps-blog-pagination a.page-numbers:hover{border-color:#C8102E;color:#C8102E!important}
@media(max-width:700px){
  .mps-blog-heading>p{text-align:left;max-width:none}
  .mps-blog-heading{align-items:flex-start}
}

/* v3.5.29 — MPS single article template */
.mps-article-page{background:#fff;color:#173955}
.mps-article-hero{background:#f3f6f8;border-bottom:1px solid #e1e7ec;padding:64px 24px 58px}
.mps-article-hero-inner{max-width:980px;margin:0 auto}
.mps-article-back{display:inline-block;margin-bottom:28px;color:#526a7e!important;text-decoration:none;font:700 11px/1.2 Inter,Arial,sans-serif;letter-spacing:.3px}
.mps-article-back:hover{color:#C8102E!important}
.mps-article-meta{display:flex;align-items:center;gap:11px;margin-bottom:14px;font:700 10px/1 Inter,Arial,sans-serif;letter-spacing:1.4px;text-transform:uppercase;color:#66798a}
.mps-article-meta span{color:#C8102E}.mps-article-meta i{width:3px;height:3px;border-radius:50%;background:#9aa9b5}
.mps-article-hero h1{max-width:940px;margin:0;color:#092845;font:700 clamp(38px,5vw,62px)/1.06 "Playfair Display",Georgia,serif;letter-spacing:-1.2px}
.mps-article-deck{max-width:780px;margin:20px 0 0;color:#425b70;font:400 16px/1.65 Inter,Arial,sans-serif}
.mps-article-featured{max-width:1100px;margin-top:42px}.mps-article-featured img{display:block;width:100%;max-height:520px;object-fit:cover}
.mps-article-content-section{max-width:820px;margin:0 auto;padding:56px 24px 64px}
.mps-article-content{color:#263e52;font:400 17px/1.82 Inter,Arial,sans-serif}
.mps-article-content>p:first-child{font-size:19px;line-height:1.75;color:#173955}
.mps-article-content p{margin:0 0 24px}.mps-article-content h2,.mps-article-content h3,.mps-article-content h4{font-family:"Playfair Display",Georgia,serif;color:#092845;line-height:1.15}
.mps-article-content h2{font-size:34px;margin:48px 0 16px}.mps-article-content h3{font-size:26px;margin:38px 0 13px}.mps-article-content h4{font-size:21px;margin:32px 0 12px}
.mps-article-content a{color:#C8102E!important;text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:3px}
.mps-article-content ul,.mps-article-content ol{margin:0 0 26px;padding-left:25px}.mps-article-content li{margin-bottom:9px}
.mps-article-content blockquote{margin:38px 0;padding:4px 0 4px 25px;border-left:4px solid #C8102E;color:#092845;font:600 21px/1.55 "Playfair Display",Georgia,serif}
.mps-article-content img{max-width:100%;height:auto}.mps-article-content figure{max-width:100%;margin:34px 0}.mps-article-content figcaption{font-size:11px;color:#6d7f8e;margin-top:7px}
.mps-article-return{margin-top:48px;padding-top:24px;border-top:1px solid #dce3e9}.mps-article-return a{color:#C8102E!important;text-decoration:none;font:800 12px/1 Inter,Arial,sans-serif}
.mps-article-related{background:#f5f7f9;padding:48px 0 55px}.mps-article-related-head{display:flex;align-items:end;justify-content:space-between;gap:30px;margin-bottom:23px}.mps-article-related-head h2{margin:5px 0 0;color:#092845;font:700 35px/1.1 "Playfair Display",Georgia,serif}.mps-article-related-head>a{color:#C8102E!important;text-decoration:none;font:800 12px/1 Inter,Arial,sans-serif}
@media(max-width:700px){.mps-article-hero{padding:44px 20px 40px}.mps-article-back{margin-bottom:22px}.mps-article-content-section{padding:40px 20px 50px}.mps-article-content{font-size:16px;line-height:1.75}.mps-article-content>p:first-child{font-size:17px}.mps-article-content h2{font-size:29px;margin-top:40px}.mps-article-content h3{font-size:24px}.mps-article-related{padding:40px 0 46px}.mps-article-related-head{align-items:flex-start;flex-direction:column}.mps-article-related-head h2{font-size:31px}}

/* v3.5.30 Resource Library topic filters */
.mps-res-topic-grid .mps-res-topic-card{border:1px solid #dce3e9;background:#fff;padding:24px 16px;text-align:center;min-height:165px;box-shadow:0 2px 8px rgba(5,40,65,.03);display:block;text-decoration:none!important;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}
.mps-res-topic-grid .mps-res-topic-card:hover{transform:translateY(-4px);box-shadow:0 10px 24px rgba(5,40,65,.10);border-color:#c8102e}
.mps-res-topic-grid .mps-res-topic-card.is-active{border-color:#c8102e;box-shadow:inset 0 -4px 0 #c8102e,0 8px 20px rgba(5,40,65,.08)}
.mps-res-topic-grid .mps-res-topic-card h3{color:#092845!important}
.mps-res-topic-grid .mps-res-topic-card p{color:#344a5f!important}
#articles{scroll-margin-top:90px}


/* v3.5.31 — refined MPS knowledge-center article */
.mps-article-hero{padding:66px 24px 62px;background:#f3f6f8}
.mps-article-hero-inner{max-width:1120px;margin:0 auto}
.mps-article-kicker{margin-bottom:18px;color:#C8102E;font:800 10px/1 Inter,Arial,sans-serif;letter-spacing:3px}
.mps-article-meta{margin-bottom:16px}
.mps-article-hero h1{max-width:1000px;font-size:clamp(42px,5.2vw,68px);line-height:1.02}
.mps-article-title-rule{display:block;width:48px;height:4px;background:#C8102E;margin-top:26px}
.mps-article-deck{max-width:850px}
.mps-article-content-section{max-width:900px;padding:58px 24px 70px}
.mps-article-content{font-size:17px;line-height:1.85}
.mps-article-content>p:first-child{font-size:19px;line-height:1.78}
.mps-article-content h2{position:relative;font-size:36px;margin:54px 0 17px;padding-top:4px;scroll-margin-top:110px}
.mps-article-content h2:after{content:"";display:block;width:34px;height:3px;background:#C8102E;margin-top:12px}
.mps-article-content h3{font-size:27px}
.mps-article-toc{margin:0 0 48px;padding:28px 32px 25px;border:1px solid #dce3e9;border-top:4px solid #C8102E;background:#f7f9fa}
.mps-article-toc-kicker{margin-bottom:16px;color:#092845;font:800 10px/1 Inter,Arial,sans-serif;letter-spacing:2.4px}
.mps-article-toc ol{display:grid;grid-template-columns:1fr 1fr;gap:10px 30px;counter-reset:mps-toc;list-style:none;margin:0;padding:0}
.mps-article-toc li{counter-increment:mps-toc;margin:0}
.mps-article-toc a{display:flex;gap:10px;align-items:baseline;color:#173955!important;text-decoration:none!important;font:700 13px/1.45 Inter,Arial,sans-serif}
.mps-article-toc a:before{content:counter(mps-toc,decimal-leading-zero);color:#C8102E;font-size:10px;letter-spacing:1px}
.mps-article-toc a:hover{color:#C8102E!important}
.mps-article-inline-cta{background:#092845;padding:42px 0;color:#fff}
.mps-article-inline-cta>.mps-wrap{display:flex;align-items:center;justify-content:space-between;gap:42px}
.mps-article-inline-cta h2{margin:7px 0 8px;color:#fff;font:700 35px/1.12 "Playfair Display",Georgia,serif}
.mps-article-inline-cta p{max-width:700px;margin:0;color:#d7e1e8;font:400 14px/1.65 Inter,Arial,sans-serif}
.mps-article-inline-cta a{flex:0 0 auto;display:inline-block;background:#C8102E;color:#fff!important;padding:15px 22px;text-decoration:none!important;font:800 12px/1 Inter,Arial,sans-serif}
.mps-article-inline-cta a:hover{background:#a90d27}
.mps-article-related{padding:55px 0 62px}
@media(max-width:700px){
 .mps-article-hero{padding:46px 20px 43px}
 .mps-article-kicker{margin-bottom:15px}
 .mps-article-hero h1{font-size:39px;line-height:1.04}
 .mps-article-title-rule{margin-top:21px}
 .mps-article-content-section{padding:38px 20px 52px}
 .mps-article-toc{padding:23px 20px 21px;margin-bottom:38px}
 .mps-article-toc ol{grid-template-columns:1fr;gap:9px}
 .mps-article-content h2{font-size:30px;margin-top:44px}
 .mps-article-inline-cta{padding:36px 0}
 .mps-article-inline-cta>.mps-wrap{align-items:flex-start;flex-direction:column;gap:22px}
 .mps-article-inline-cta h2{font-size:30px}
}


/* v3.5.32 — stronger legacy-article transformation */
.mps-article-content-section{max-width:1040px!important;padding:62px 32px 76px!important}
.mps-article-content{width:100%!important;max-width:none!important;font-size:18px!important;line-height:1.82!important}
.mps-article-content p{width:100%!important;max-width:none!important;margin-bottom:28px!important}
.mps-article-content>p:first-child{font-size:21px!important;line-height:1.72!important;color:#173955!important;margin-bottom:38px!important}
.mps-article-content h2{font-size:38px!important;margin:58px 0 20px!important}
.mps-article-toc{margin:0 0 52px!important;padding:31px 36px 28px!important;background:#092845!important;border:0!important;border-left:5px solid #C8102E!important;color:#fff!important}
.mps-article-toc-kicker{color:#fff!important}
.mps-article-toc a{color:#fff!important;font-size:14px!important}
.mps-article-toc a:hover{color:#f2b5bf!important}
.mps-article-toc a:before{color:#ef536b!important}
@media(max-width:700px){
 .mps-article-content-section{padding:40px 20px 54px!important}
 .mps-article-content{font-size:16.5px!important;line-height:1.76!important}
 .mps-article-content>p:first-child{font-size:18px!important;margin-bottom:30px!important}
 .mps-article-content h2{font-size:31px!important;margin-top:45px!important}
 .mps-article-toc{padding:25px 22px 23px!important}
}

/* Cloudflare Turnstile */
.mps-turnstile-wrap{margin:18px 0 16px;min-height:65px;}
@media(max-width:420px){.mps-turnstile-wrap{overflow:hidden;max-width:100%;}}

/* FAQ hub */
.mps-faq-hero{min-height:360px;background-size:cover;background-position:center;display:flex;align-items:center;color:#fff}
.mps-faq-hero h1{font-family:"Playfair Display",serif;font-size:52px;line-height:1.02;margin:8px 0 0;color:#fff;letter-spacing:-.8px}
.mps-faq-hero p{max-width:690px;font-size:15px;line-height:1.65;color:#f3f6f8;margin:0}
.mps-faq-jump{background:#fff;border-bottom:1px solid var(--line);position:sticky;top:0;z-index:12;box-shadow:0 4px 16px rgba(11,45,79,.05)}
.mps-faq-jump .mps-wrap{display:flex;justify-content:center;gap:0;overflow-x:auto;scrollbar-width:none}
.mps-faq-jump .mps-wrap::-webkit-scrollbar{display:none}
.mps-faq-jump a{padding:18px 20px;text-decoration:none;font-size:13px;font-weight:700;white-space:nowrap;color:var(--navy)!important;border-bottom:3px solid transparent}
.mps-faq-jump a:hover{color:var(--red)!important;border-bottom-color:var(--red)}
.mps-faq-intro{padding:64px 0 46px;background:#fff}
.mps-faq-intro-grid{display:grid;grid-template-columns:1fr .9fr;gap:80px;align-items:end}
.mps-faq-intro h2{font-family:"Playfair Display",serif;font-size:38px;line-height:1.1;color:var(--navy);margin:5px 0 0}
.mps-faq-intro p{font-size:14px;line-height:1.75;color:var(--muted);margin:0}
.mps-faq-content{padding:10px 0 72px;background:#f6f8fa}
.mps-faq-group{display:grid;grid-template-columns:300px 1fr;gap:70px;padding:58px 0;border-bottom:1px solid #d9e1e8;scroll-margin-top:76px}
.mps-faq-group:last-child{border-bottom:0}
.mps-faq-group-head{position:sticky;top:90px;align-self:start}
.mps-faq-group-head h2{font-family:"Playfair Display",serif;font-size:30px;line-height:1.1;color:var(--navy);margin:7px 0 12px}
.mps-faq-group-head p{font-size:13px;line-height:1.65;color:var(--muted);margin:0}
.mps-faq-list{background:#fff;border:1px solid #d9e1e8;box-shadow:0 8px 24px rgba(11,45,79,.045)}
.mps-faq-item+.mps-faq-item{border-top:1px solid #d9e1e8}
.mps-faq-question{width:100%;border:0;background:#fff;color:var(--navy);padding:22px 24px;display:flex;align-items:center;justify-content:space-between;gap:25px;text-align:left;cursor:pointer;font:700 15px/1.4 Inter,Arial,sans-serif}
.mps-faq-question:hover{background:#fbfcfd}
.mps-faq-question i{font-style:normal;color:var(--red);font-size:27px;font-weight:400;line-height:1;min-width:20px;text-align:center;transition:transform .2s ease}
.mps-faq-question[aria-expanded="true"] i{transform:rotate(45deg)}
.mps-faq-answer{padding:0 62px 23px 24px;background:#fff}
.mps-faq-answer p{font-size:13.5px;line-height:1.75;color:var(--muted);margin:0}
.mps-faq-support{padding:66px 0;background:#fff}
.mps-faq-support-grid{display:grid;grid-template-columns:1fr 1fr;border:1px solid #d9e1e8;box-shadow:0 7px 22px rgba(11,45,79,.04)}
.mps-faq-support-grid>div{padding:42px 46px}
.mps-faq-support-grid>div+div{border-left:1px solid #d9e1e8}
.mps-faq-support h2{font-family:"Playfair Display",serif;font-size:28px;color:var(--navy);margin:7px 0 10px}
.mps-faq-support p{font-size:13px;line-height:1.65;color:var(--muted);margin:0 0 22px}
.mps-faq-outline,.mps-faq-red{display:inline-flex;text-decoration:none!important;font-size:12px;font-weight:700;padding:13px 20px;border-radius:2px}
.mps-faq-outline{border:1px solid var(--navy);color:var(--navy)!important}
.mps-faq-red{background:var(--red);color:#fff!important}
@media(max-width:900px){
 .mps-faq-intro-grid{grid-template-columns:1fr;gap:22px}
 .mps-faq-group{grid-template-columns:1fr;gap:24px}
 .mps-faq-group-head{position:static}
 .mps-faq-support-grid{grid-template-columns:1fr}
 .mps-faq-support-grid>div+div{border-left:0;border-top:1px solid #d9e1e8}
}
@media(max-width:680px){
 .mps-faq-hero{min-height:330px}
 .mps-faq-hero h1{font-size:40px}
 .mps-faq-jump .mps-wrap{justify-content:flex-start;width:100%;padding:0 16px}
 .mps-faq-jump a{padding:15px 13px}
 .mps-faq-intro{padding:46px 0 30px}
 .mps-faq-intro h2{font-size:32px}
 .mps-faq-group{padding:38px 0}
 .mps-faq-question{padding:19px 18px;font-size:14px}
 .mps-faq-answer{padding:0 44px 20px 18px}
 .mps-faq-support{padding:46px 0}
 .mps-faq-support-grid>div{padding:30px 24px}
}


/* FAQ mobile responsiveness — v3.5.38 */
.mps-faq-page,
.mps-faq-page *{box-sizing:border-box}
.mps-faq-page{max-width:100%;overflow-x:hidden}
.mps-faq-intro-grid,
.mps-faq-group,
.mps-faq-list,
.mps-faq-support-grid,
.mps-faq-group-head{min-width:0}
.mps-faq-question{min-width:0}
.mps-faq-question span{min-width:0;overflow-wrap:anywhere}

@media(max-width:900px){
 .mps-faq-group{grid-template-columns:minmax(0,1fr);gap:20px}
 .mps-faq-intro-grid{grid-template-columns:minmax(0,1fr)}
 .mps-faq-support-grid{grid-template-columns:minmax(0,1fr)}
}

@media(max-width:680px){
 .mps-faq-hero{min-height:285px;padding:42px 0}
 .mps-faq-hero h1{font-size:36px;line-height:1.08;letter-spacing:-.4px}
 .mps-faq-hero p{font-size:14px;line-height:1.55}

 .mps-faq-jump{position:relative;top:auto}
 .mps-faq-jump .mps-wrap{
   display:flex;
   justify-content:flex-start;
   gap:8px;
   width:auto;
   max-width:100%;
   padding:10px 18px;
   overflow-x:auto;
   overflow-y:hidden;
   -webkit-overflow-scrolling:touch;
   scroll-snap-type:x proximity;
 }
 .mps-faq-jump a{
   flex:0 0 auto;
   padding:10px 13px;
   border:1px solid #d9e1e8;
   border-radius:999px;
   font-size:12px;
   line-height:1.2;
   scroll-snap-align:start;
 }
 .mps-faq-jump a:hover{border-color:var(--red)}

 .mps-faq-intro{padding:38px 0 24px}
 .mps-faq-intro-grid{gap:14px}
 .mps-faq-intro h2{font-size:29px;line-height:1.12}

 .mps-faq-content{padding:0 0 48px}
 .mps-faq-group{display:block;padding:32px 0}
 .mps-faq-group-head{margin-bottom:18px}
 .mps-faq-group-head h2{font-size:26px;margin:5px 0 8px}
 .mps-faq-group-head p{font-size:13px;line-height:1.55}
 .mps-faq-list{width:100%;max-width:100%;overflow:hidden}
 .mps-faq-question{
   width:100%;
   padding:17px 16px;
   gap:12px;
   align-items:flex-start;
   font-size:14px;
   line-height:1.4;
 }
 .mps-faq-question span{flex:1 1 auto;padding-top:1px}
 .mps-faq-question i{flex:0 0 22px;min-width:22px;font-size:24px}
 .mps-faq-answer{padding:0 16px 18px}
 .mps-faq-answer p{font-size:13.5px;line-height:1.65;overflow-wrap:anywhere}

 .mps-faq-support{padding:40px 0}
 .mps-faq-support-grid{width:100%;max-width:100%}
 .mps-faq-support-grid>div{padding:26px 20px}
 .mps-faq-support h2{font-size:25px;line-height:1.15}
 .mps-faq-outline,.mps-faq-red{max-width:100%;white-space:normal;text-align:center;justify-content:center}
}

@media(max-width:380px){
 .mps-faq-hero h1{font-size:32px}
 .mps-faq-jump .mps-wrap{padding-left:14px;padding-right:14px}
 .mps-faq-question{padding:16px 14px;font-size:13.5px}
 .mps-faq-answer{padding:0 14px 17px}
 .mps-faq-support-grid>div{padding:24px 16px}
}


/* v3.5.39 — Print + Digital Coupon feature, matched to MPS homepage design */
.mps-digital-coupon{background:#f4f6f8;border-top:1px solid #e1e6ea;border-bottom:1px solid #e1e6ea}
.mps-dc-grid{display:grid;grid-template-columns:1.05fr 1.2fr .62fr;min-height:390px;max-width:1600px;margin:0 auto}
.mps-dc-visual{position:relative;overflow:hidden;display:flex;align-items:center;justify-content:center;min-height:390px;background:linear-gradient(135deg,#d9dee2 0%,#eef1f3 48%,#c6cdd2 100%)}
.mps-dc-visual:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,rgba(9,40,69,.14),transparent 48%),repeating-linear-gradient(90deg,rgba(255,255,255,.16) 0 1px,transparent 1px 48px)}
.mps-dc-phone{position:relative;z-index:1;width:190px;height:330px;border:10px solid #172a3a;border-radius:28px;background:#fff;transform:rotate(-8deg);box-shadow:0 22px 45px rgba(9,40,69,.22);padding:12px}
.mps-dc-speaker{width:58px;height:5px;border-radius:4px;background:#172a3a;margin:0 auto 24px}
.mps-dc-screen{height:270px;border-radius:13px;background:#f9fbfc;display:flex;flex-direction:column;align-items:center;justify-content:center;color:#092845;font-family:Inter,sans-serif}
.mps-dc-screen>span,.mps-dc-screen>strong{font-size:24px;line-height:1;font-weight:800;letter-spacing:.03em}.mps-dc-screen>strong{margin-top:4px}
.mps-dc-barcode{width:105px;height:65px;margin:22px 0 18px;background:repeating-linear-gradient(90deg,#092845 0 2px,transparent 2px 4px,#092845 4px 7px,transparent 7px 9px)}
.mps-dc-check{width:38px;height:38px;border-radius:50%;background:#16a978;color:#fff;display:grid;place-items:center;font-size:24px}.mps-dc-screen small{font-size:13px;margin-top:8px}
.mps-dc-copy{padding:48px 46px;display:flex;flex-direction:column;justify-content:center}.mps-dc-copy h2{font-family:"Playfair Display",serif;color:#092845;font-size:38px;line-height:1.08;margin:6px 0 0}.mps-dc-copy p{font-size:15px;line-height:1.65;color:#29445e;max-width:650px;margin:0 0 22px}.mps-dc-copy .ref-btn{align-self:flex-start}
.mps-dc-features{border-left:1px solid #c9d3dc;padding:34px 30px;display:flex;flex-direction:column;justify-content:center;gap:26px}.mps-dc-features>div{display:grid;grid-template-columns:34px 1fr;gap:15px;align-items:start}.mps-dc-features img{width:28px;height:28px;object-fit:contain}.mps-dc-features strong{display:block;color:#092845;font:700 15px/1.25 Inter,sans-serif;margin-bottom:4px}.mps-dc-features small{display:block;color:#405a72;font:400 12.5px/1.5 Inter,sans-serif}
.mps-dc-process{background:#fff;padding:38px 0 42px}.mps-dc-process-head{display:grid;grid-template-columns:1.1fr .75fr;gap:50px;align-items:end}.mps-dc-process-head h2{font-family:"Playfair Display",serif;color:#092845;font-size:34px;line-height:1.1;margin:5px 0 0}.mps-dc-process-head p{color:#29445e;font-size:14px;line-height:1.55;margin:0 0 4px}.mps-dc-process-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:0;margin-top:30px}.mps-dc-process-grid>div{position:relative;display:grid;grid-template-columns:38px 30px 1fr;gap:12px;align-items:start;padding-right:26px}.mps-dc-process-grid>div:not(:last-child):after{content:"›";position:absolute;right:8px;top:6px;color:#9aabb9;font-size:38px;font-weight:300}.mps-dc-process-grid b{width:36px;height:36px;border-radius:50%;display:grid;place-items:center;background:#c8102e;color:#fff;font:700 11px Inter,sans-serif}.mps-dc-process-grid img{width:26px;height:26px;margin-top:5px}.mps-dc-process-grid strong{display:block;font-family:"Playfair Display",serif;color:#092845;font-size:21px;line-height:1.1;margin-bottom:5px}.mps-dc-process-grid small{display:block;color:#405a72;font:400 12.5px/1.5 Inter,sans-serif}
@media(max-width:980px){.mps-dc-grid{grid-template-columns:1fr 1.25fr}.mps-dc-features{grid-column:1/-1;border-left:0;border-top:1px solid #c9d3dc;display:grid;grid-template-columns:repeat(2,1fr)}.mps-dc-process-grid{grid-template-columns:repeat(2,1fr);gap:28px 20px}.mps-dc-process-grid>div:nth-child(2):after{display:none}}
@media(max-width:680px){.mps-dc-grid{display:block}.mps-dc-visual{min-height:280px}.mps-dc-phone{width:150px;height:250px;border-width:8px}.mps-dc-screen{height:200px}.mps-dc-screen>span,.mps-dc-screen>strong{font-size:19px}.mps-dc-barcode{width:86px;height:48px;margin:15px 0 12px}.mps-dc-copy{padding:34px 20px}.mps-dc-copy h2{font-size:31px}.mps-dc-copy p{font-size:14px}.mps-dc-features{display:block;padding:26px 20px}.mps-dc-features>div{margin-bottom:22px}.mps-dc-features>div:last-child{margin-bottom:0}.mps-dc-process{padding:34px 0 38px}.mps-dc-process-head{display:block}.mps-dc-process-head h2{font-size:30px;margin-bottom:12px}.mps-dc-process-grid{grid-template-columns:1fr;margin-top:24px;gap:22px}.mps-dc-process-grid>div{grid-template-columns:38px 30px 1fr;padding:0}.mps-dc-process-grid>div:after{display:none!important}}

/* v3.5.41 — Unified homepage coupon + rebate solutions */
.mps-modern-solutions{background:#f4f6f8;border-top:1px solid #e1e6ea;border-bottom:1px solid #e1e6ea;padding:54px 0 0}
.mps-modern-heading{text-align:left;max-width:none;margin:0 0 34px}.mps-modern-heading h2{font-family:"Playfair Display",serif;color:#092845;font-size:36px;line-height:1.12;margin:6px 0 0}.mps-modern-heading .ref-red-rule{margin:14px 0 14px}.mps-modern-heading p{font-size:14px;line-height:1.65;color:#405a72;margin:0;max-width:820px}
.mps-modern-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px;padding-bottom:34px}.mps-modern-card{background:#fff;border:1px solid #dce3e8;display:grid;grid-template-columns:.92fr 1.08fr;min-height:330px;overflow:hidden}.mps-modern-visual{min-height:330px;overflow:hidden}.mps-modern-coupon{display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#d9dee2 0%,#eef1f3 48%,#c6cdd2 100%);position:relative}.mps-modern-coupon:before{content:"";position:absolute;inset:0;background:repeating-linear-gradient(90deg,rgba(255,255,255,.16) 0 1px,transparent 1px 48px)}.mps-modern-coupon .mps-dc-phone{width:150px;height:260px;border-width:8px;border-radius:23px;padding:10px}.mps-modern-coupon .mps-dc-speaker{margin-bottom:16px}.mps-modern-coupon .mps-dc-screen{height:210px}.mps-modern-coupon .mps-dc-screen>span,.mps-modern-coupon .mps-dc-screen>strong{font-size:19px}.mps-modern-coupon .mps-dc-barcode{width:84px;height:50px;margin:15px 0 12px}.mps-modern-coupon .mps-dc-check{width:32px;height:32px;font-size:20px}.mps-modern-rebate img{width:100%;height:100%;min-height:330px;object-fit:cover;display:block}.mps-modern-copy{padding:34px 30px;display:flex;flex-direction:column;justify-content:center}.mps-modern-copy h3{font-family:"Playfair Display",serif;color:#092845;font-size:27px;line-height:1.12;margin:6px 0 12px}.mps-modern-copy p{font-size:13.5px;line-height:1.6;color:#405a72;margin:0 0 20px}.mps-modern-copy .ref-btn{align-self:flex-start}
.mps-modern-benefits{border-top:1px solid #d5dee5;display:grid;grid-template-columns:repeat(4,1fr);padding:25px 0 28px}.mps-modern-benefits>div{display:grid;grid-template-columns:32px 1fr;gap:12px;padding:0 24px;border-right:1px solid #d5dee5;align-items:start}.mps-modern-benefits>div:first-child{padding-left:0}.mps-modern-benefits>div:last-child{border-right:0;padding-right:0}.mps-modern-benefits img{width:27px;height:27px;object-fit:contain}.mps-modern-benefits strong{display:block;color:#092845;font:700 14px/1.25 Inter,sans-serif;margin-bottom:4px}.mps-modern-benefits small{display:block;color:#405a72;font:400 13px/1.45 Inter,sans-serif}
@media(max-width:980px){.mps-modern-grid{grid-template-columns:1fr}.mps-modern-card{grid-template-columns:.8fr 1.2fr}.mps-modern-benefits{grid-template-columns:repeat(2,1fr);gap:24px 0}.mps-modern-benefits>div:nth-child(2){border-right:0}.mps-modern-benefits>div:nth-child(3){padding-left:0}}
@media(max-width:680px){.mps-modern-solutions{padding-top:38px}.mps-modern-heading{text-align:left;margin-bottom:25px}.mps-modern-heading h2{font-size:30px}.mps-modern-heading .ref-red-rule{margin-left:0}.mps-modern-card{display:block}.mps-modern-visual,.mps-modern-rebate img{min-height:245px;height:245px}.mps-modern-copy{padding:27px 20px 30px}.mps-modern-copy h3{font-size:25px}.mps-modern-benefits{grid-template-columns:1fr;padding:24px 0}.mps-modern-benefits>div,.mps-modern-benefits>div:first-child,.mps-modern-benefits>div:nth-child(3),.mps-modern-benefits>div:last-child{border-right:0;padding:0 0 18px;margin-bottom:18px;border-bottom:1px solid #d5dee5}.mps-modern-benefits>div:last-child{border-bottom:0;margin-bottom:0;padding-bottom:0}}

/* v3.5.45 - Print + digital coupon photography */
.mps-dc-photo { overflow:hidden; }
.mps-dc-photo img,
.mps-modern-coupon img {
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center;
}
@media (max-width: 767px) {
  .mps-dc-photo img,
  .mps-modern-coupon img { min-height:260px; }
}

/* Rebate service intro: preserve the original message without stacking another large image */
.mps-rebate-intro{background:#fff;padding:52px 0}
.mps-rebate-intro-grid{display:grid;grid-template-columns:minmax(280px,.8fr) minmax(0,1.2fr);gap:72px;align-items:center}
.mps-rebate-intro-copy{max-width:720px}
.mps-rebate-intro-copy p{margin-top:0}
@media(max-width:767px){.mps-rebate-intro{padding:38px 0}.mps-rebate-intro-grid{grid-template-columns:1fr;gap:18px}.mps-rebate-intro-copy{max-width:none}}
\n\n/* v3.5.48 — align coupon/rebate feature banners to standard MPS content width */
.mps-digital-coupon{
  padding:42px 0 0;
  background:#f4f6f8;
}
.mps-digital-coupon .mps-dc-grid{
  width:calc(100% - 48px);
  max-width:1200px;
  margin:0 auto;
  grid-template-columns:minmax(0,1fr) minmax(0,1.12fr);
  grid-template-areas:
    "visual copy"
    "features features";
  min-height:0;
  background:#f4f6f8;
  border:1px solid #dce3e8;
}
.mps-digital-coupon .mps-dc-visual{
  grid-area:visual;
  min-height:350px;
}
.mps-digital-coupon .mps-dc-copy{
  grid-area:copy;
  min-height:350px;
  padding:42px 46px;
}
.mps-digital-coupon .mps-dc-features{
  grid-area:features;
  border-left:0;
  border-top:1px solid #c9d3dc;
  padding:24px 28px;
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:0;
}
.mps-digital-coupon .mps-dc-features>div{
  padding:0 22px;
  border-right:1px solid #c9d3dc;
}
.mps-digital-coupon .mps-dc-features>div:first-child{padding-left:0}
.mps-digital-coupon .mps-dc-features>div:last-child{border-right:0;padding-right:0}
.mps-digital-coupon .mps-dc-process{margin-top:0}

@media(max-width:980px){
  .mps-digital-coupon .mps-dc-grid{
    grid-template-columns:1fr 1fr;
    grid-template-areas:"visual copy" "features features";
  }
  .mps-digital-coupon .mps-dc-features{grid-template-columns:repeat(2,1fr);gap:24px 0}
  .mps-digital-coupon .mps-dc-features>div:nth-child(2){border-right:0}
  .mps-digital-coupon .mps-dc-features>div:nth-child(3){padding-left:0}
}
@media(max-width:680px){
  .mps-digital-coupon{padding-top:28px}
  .mps-digital-coupon .mps-dc-grid{display:block;width:calc(100% - 30px)}
  .mps-digital-coupon .mps-dc-visual,.mps-digital-coupon .mps-dc-copy{min-height:0}
  .mps-digital-coupon .mps-dc-features{display:block;padding:24px 20px}
  .mps-digital-coupon .mps-dc-features>div,
  .mps-digital-coupon .mps-dc-features>div:first-child,
  .mps-digital-coupon .mps-dc-features>div:nth-child(3),
  .mps-digital-coupon .mps-dc-features>div:last-child{
    padding:0 0 18px;
    margin:0 0 18px;
    border-right:0;
    border-bottom:1px solid #d5dee5;
  }
  .mps-digital-coupon .mps-dc-features>div:last-child{padding-bottom:0;margin-bottom:0;border-bottom:0}
}


/* v3.5.49 — Promotional Product Sourcing */
@media (min-width: 901px){
  .ref-service-grid .ref-service-card:nth-child(5){grid-column:2 / span 2;}
}


/* v3.5.52 — homepage services carousel */
.ref-services .mps-wrap{position:relative}
.ref-services-actions{display:flex;align-items:center;justify-content:flex-end;gap:18px;margin-top:14px}.ref-services-actions>a{white-space:nowrap}.ref-service-carousel-nav{display:flex;align-items:center;gap:10px;margin:0}
.ref-service-carousel-nav button{width:44px;height:44px;border:1px solid #cbd5dd;background:#fff;color:#092845;font:600 28px/1 Inter,sans-serif;cursor:pointer;transition:.2s ease}
.ref-service-carousel-nav button:hover{background:#092845;color:#fff;border-color:#092845}
.ref-service-grid{display:grid!important;grid-auto-flow:column;grid-auto-columns:calc((100% - 48px)/3);grid-template-columns:none!important;gap:24px;overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;padding-bottom:8px;scrollbar-width:none}
.ref-service-grid::-webkit-scrollbar{display:none}
.ref-service-grid .ref-service-card{grid-column:auto!important;scroll-snap-align:start;min-width:0}
@media(max-width:900px){.ref-service-grid{grid-auto-columns:calc((100% - 20px)/2);gap:20px}}
@media(max-width:640px){.ref-services-actions{justify-content:flex-start;flex-wrap:wrap;gap:12px 16px}.ref-service-grid{grid-auto-columns:88%;gap:16px}}
