/*
 * Ewing Client-Approved Homepage v7.3.0
 * Master target: user-approved full-page reference image.
 * Geometry is deliberately stable on hover; Elementor responsive/content controls remain editable.
 */
:root{
  --ew5-navy:#061A36;
  --ew5-navy2:#0A2A51;
  --ew5-gold:#E9B84F;
  --ew5-gold-light:#F4D47C;
  --ew5-text:#071A37;
  --ew5-muted:#65758B;
  --ew5-soft:#F8FAFC;
  --ew5-container:1480px;
  --ew5-heading:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;
  --ew5-body:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;
}
.ew5-home-root,
.ew5-home-root *{box-sizing:border-box}
.ew5-home-root{
  position:relative;
  left:50%;
  width:100vw;
  max-width:100vw;
  margin-left:-50vw;
  margin-right:-50vw;
  overflow-x:clip;
  color:var(--ew5-text);
  font-family:var(--ew5-body);
  line-height:1.5;
  -webkit-font-smoothing:antialiased;
  text-rendering:optimizeLegibility;
}
.ew5-home-root a{text-decoration:none}
.ew5-home-root img,.ew5-home-root svg{display:block;max-width:100%}
.ew5-container{
  width:calc(100% - 88px);
  max-width:var(--ew5-container);
  margin-left:auto;
  margin-right:auto;
}
.ew5-section{position:relative}
.ew5-eyebrow{
  margin:0 0 12px;
  color:#C88719;
  font:800 11px/1.15 var(--ew5-body);
  letter-spacing:.11em;
  text-transform:uppercase;
}
.ew5-section-head{text-align:center;margin:0 auto 32px}
.ew5-section-head h2{
  margin:0;
  color:var(--ew5-text);
  font:800 clamp(31px,2.35vw,42px)/1.05 var(--ew5-heading);
  letter-spacing:-.038em;
}
.ew5-buttons{display:flex;flex-wrap:wrap;gap:15px;margin-top:28px}
.ew5-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  min-height:48px;
  padding:0 23px;
  border-radius:5px;
  font:900 11px/1 var(--ew5-body);
  letter-spacing:.01em;
  text-transform:uppercase;
  white-space:nowrap;
  transition:background-color .2s ease,border-color .2s ease,box-shadow .2s ease,color .2s ease;
}
.ew5-btn:hover{transform:none}
.ew5-btn-gold{color:#061A36;background:linear-gradient(135deg,var(--ew5-gold-light),var(--ew5-gold));box-shadow:0 10px 25px rgba(233,184,79,.2)}
.ew5-btn-gold:hover{background:linear-gradient(135deg,#F8DB87,#EDBD53);box-shadow:0 12px 28px rgba(233,184,79,.27)}
.ew5-btn-ghost{color:#fff;border:1px solid rgba(255,255,255,.78);background:rgba(4,20,42,.12)}
.ew5-btn-ghost:hover{background:rgba(255,255,255,.07)}
.ew5-btn-dark{color:#fff;border:1px solid var(--ew5-gold);background:#061A36;box-shadow:0 10px 25px rgba(3,18,39,.18)}
.ew5-btn-dark:hover{background:#0A2A51}
.ew5-btn-outline{color:#071A37;border:1px solid #CFD7E1;background:#fff}
.ew5-btn-outline:hover{border-color:#BFC9D5;background:#FAFBFD}
.ew5-btn-light{color:#071A37;border:1px solid #D7DEE8;background:#fff}

/* Frontend reveal only. Elementor editor always forces visibility below. */
.ew5-reveal{opacity:1;transform:none;visibility:visible}
.ew5-animate-ready .ew5-reveal.is-visible{animation:ew5FadeUp .55s cubic-bezier(.2,.7,.25,1) both;animation-delay:var(--delay,0ms)}
@keyframes ew5FadeUp{from{opacity:.72;transform:translateY(10px)}to{opacity:1;transform:none}}

/* ---------------- 01 HERO ---------------- */
.ew5-hero{
  min-height:650px;
  display:flex;
  flex-direction:column;
  overflow:hidden;
  color:#fff;
  background:#04162F;
  isolation:isolate;
}
.ew5-hero-bg{
  position:absolute;
  inset:0;
  z-index:-2;
  background-color:#04162F;
  background-image:
    linear-gradient(90deg,#04162F 0%,#04162F 35%,rgba(4,22,47,.93) 45%,rgba(4,22,47,.48) 60%,rgba(4,22,47,.08) 81%,rgba(4,22,47,.03) 100%),
    linear-gradient(0deg,rgba(2,14,31,.68) 0%,rgba(2,14,31,.05) 48%),
    var(--ew5-hero-image);
  background-repeat:no-repeat;
  background-size:100% 100%,100% 100%,66% 100%;
  background-position:center,center,right center;
  filter:saturate(1.03) contrast(1.035);
}
.ew5-hero:after{
  content:"";
  position:absolute;
  inset:0;
  z-index:-1;
  pointer-events:none;
  background:radial-gradient(circle at 83% 17%,rgba(243,188,83,.14),transparent 27%);
}
.ew5-hero-inner{
  position:relative;
  z-index:2;
  flex:1 1 auto;
  min-height:535px;
  display:flex;
  align-items:center;
  padding-top:35px;
  padding-bottom:24px;
}
.ew5-hero-copy{width:48%;max-width:630px}
.ew5-hero .ew5-eyebrow{margin-bottom:15px;color:#F1BD56}
.ew5-hero h1{
  margin:0;
  max-width:620px;
  color:#fff;
  font:800 clamp(50px,4.2vw,68px)/1.01 var(--ew5-heading);
  letter-spacing:-.047em;
  text-shadow:0 8px 28px rgba(0,0,0,.15);
}
.ew5-hero-copy>p{
  max-width:520px;
  margin:19px 0 0;
  color:rgba(255,255,255,.9);
  font-size:14px;
  line-height:1.72;
}
.ew5-phone-mini{font-size:13px}
.ew5-trust-wrap{position:relative;z-index:3;padding-bottom:27px}
.ew5-trust-strip{
  min-height:74px;
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  align-items:center;
  border-top:1px solid rgba(255,255,255,.08);
}
.ew5-trust-item{
  min-width:0;
  display:flex;
  align-items:center;
  gap:12px;
  padding:11px 14px;
  color:#fff;
  font-size:11px;
  font-weight:750;
  line-height:1.28;
}
.ew5-trust-icon{width:38px;height:38px;flex:0 0 38px;display:grid;place-items:center;color:var(--ew5-gold)}
.ew5-trust-icon svg,.ew5-trust-icon img{width:29px;height:29px;object-fit:contain}

/* ---------------- 02 BUSINESSES ---------------- */
.ew5-businesses{padding:70px 0 56px;background:#fff}
.ew5-businesses .ew5-section-head{margin-bottom:29px}
.ew5-business-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:20px}
.ew5-business-card{
  min-width:0;
  overflow:hidden;
  display:flex;
  flex-direction:column;
  min-height:332px;
  border:1px solid #DCE3EC;
  border-radius:8px;
  background:#fff;
  box-shadow:0 10px 25px rgba(8,31,63,.055);
  transition:border-color .2s ease,box-shadow .2s ease;
}
.ew5-business-card:hover{transform:none;border-color:#CDD7E3;box-shadow:0 15px 34px rgba(8,31,63,.10)}
.ew5-business-photo{height:166px;overflow:hidden;background:#E8EDF3}
.ew5-business-photo img{width:100%;height:100%;object-fit:cover;object-position:center;transition:filter .2s ease}
.ew5-business-card:hover .ew5-business-photo img{transform:none;filter:saturate(1.04) contrast(1.02)}
.ew5-business-body{display:flex;flex:1;flex-direction:column;padding:19px 17px 19px}
.ew5-business-card h3{margin:0 0 8px;color:#071A37;font:800 14px/1.25 var(--ew5-heading)}
.ew5-business-card p{margin:0;color:#607087;font-size:11px;line-height:1.58}
.ew5-card-link{display:inline-flex;align-items:center;gap:6px;margin-top:auto;padding-top:17px;color:#C57F17;font-size:10.5px;font-weight:800}
.ew5-card-link span{font-size:13px}

/* ---------------- 03 COVERAGE ---------------- */
.ew5-coverage{padding:0 0 64px;background:#fff}
.ew5-coverage-panel{
  position:relative;
  overflow:visible;
  padding:42px 37px 58px;
  border-radius:8px;
  color:#fff;
  background:radial-gradient(circle at 4% 0%,rgba(55,101,164,.38),transparent 28%),linear-gradient(145deg,#061A36,#0A2D57);
  box-shadow:0 14px 35px rgba(4,26,55,.16);
}
.ew5-coverage-panel:after{content:"";position:absolute;right:-70px;top:-142px;width:300px;height:300px;border:1px solid rgba(255,255,255,.065);border-radius:50%;pointer-events:none}
.ew5-coverage .ew5-section-head{margin-bottom:24px}
.ew5-coverage .ew5-section-head .ew5-eyebrow{color:#EFBC56}
.ew5-coverage .ew5-section-head h2{color:#fff;font-size:35px}
.ew5-coverage-grid{position:relative;z-index:2;display:grid;grid-template-columns:repeat(6,minmax(0,1fr))}
.ew5-coverage-item{text-align:center;padding:16px 14px 19px;border-right:1px solid rgba(255,255,255,.13)}
.ew5-coverage-item:last-child{border-right:0}
.ew5-coverage-icon{height:58px;display:flex;align-items:center;justify-content:center;margin-bottom:10px;color:var(--ew5-gold)}
.ew5-coverage-icon svg,.ew5-coverage-icon img{width:45px;height:45px;object-fit:contain}
.ew5-coverage-item h3{margin:0 0 7px;color:#fff;font:750 11.2px/1.25 var(--ew5-heading)}
.ew5-coverage-item p{margin:0;color:rgba(255,255,255,.72);font-size:9.3px;line-height:1.52}
.ew5-coverage-action{position:absolute;z-index:5;left:50%;bottom:-23px;transform:translateX(-50%);width:max-content;max-width:calc(100% - 32px)}
.ew5-coverage-action .ew5-btn{min-height:48px;padding:0 25px;border-color:var(--ew5-gold)}

/* ---------------- 04 WHY ---------------- */
.ew5-why{padding:72px 0 62px;background:#fff}
.ew5-why-grid{display:grid;grid-template-columns:.78fr 1.22fr;gap:70px;align-items:center}
.ew5-why-copy{max-width:510px}
.ew5-why-copy h2{max-width:410px;margin:0;color:#071A37;font:800 42px/1.03 var(--ew5-heading);letter-spacing:-.04em}
.ew5-why-copy>p{margin:16px 0 22px;color:#65758B;font-size:12.2px;line-height:1.72}
.ew5-why ul{list-style:none;margin:0 0 26px;padding:0;display:grid;gap:10px}
.ew5-why li{display:flex;gap:10px;align-items:flex-start;color:#3F4F66;font-size:11px;line-height:1.45}
.ew5-why li span{color:#D18D21;font-weight:900}
.ew5-why-media{position:relative;height:400px;border-radius:8px;overflow:visible;box-shadow:0 16px 38px rgba(12,33,62,.13)}
.ew5-why-media>img{width:100%;height:100%;object-fit:cover;border-radius:8px}
.ew5-experience-badge{position:absolute;left:-38px;bottom:18px;width:145px;min-height:135px;padding:15px;border:1px solid rgba(255,255,255,.12);border-radius:8px;color:#fff;text-align:center;background:linear-gradient(145deg,#0B2C55,#061A36);box-shadow:0 16px 34px rgba(3,18,39,.25)}
.ew5-badge-icon{width:33px;height:33px;margin:0 auto 6px;display:grid;place-items:center;color:var(--ew5-gold)}
.ew5-badge-icon svg{width:30px;height:30px}
.ew5-experience-badge strong{display:block;font:800 31px/1 var(--ew5-heading)}
.ew5-experience-badge small{display:block;margin-top:6px;color:rgba(255,255,255,.72);font-size:8.6px;line-height:1.25}

/* ---------------- 05 PROCESS ---------------- */
.ew5-process{padding:20px 0 54px;background:#fff}
.ew5-process-shell{padding:34px 32px 35px;border:1px solid #E2E8EF;border-radius:9px;background:#fff;box-shadow:0 10px 31px rgba(14,35,67,.06)}
.ew5-process .ew5-section-head{margin-bottom:29px}
.ew5-process .ew5-section-head h2{font-size:31px}
.ew5-process-layout{display:grid;grid-template-columns:1fr 285px;gap:34px;align-items:stretch}
.ew5-steps{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px;align-items:center}
.ew5-step{position:relative;text-align:center;padding:0 10px}
.ew5-step:not(:last-child):after{content:"";position:absolute;top:34px;left:calc(50% + 40px);width:calc(100% - 80px);border-top:1px dashed #AAB5C5}
.ew5-step-num{position:absolute;z-index:4;top:21px;left:calc(50% - 47px);width:24px;height:24px;border-radius:50%;display:grid;place-items:center;color:#fff;background:#061A36;font-size:9px;font-weight:800}
.ew5-step-icon{position:relative;z-index:3;width:70px;height:70px;margin:0 auto 13px;border:1px solid #DCE2E9;border-radius:50%;display:grid;place-items:center;color:#061A36;background:#fff;box-shadow:0 8px 19px rgba(5,26,54,.08)}
.ew5-step-icon svg,.ew5-step-icon img{width:35px;height:35px;object-fit:contain}
.ew5-step h3{margin:0 0 6px;color:#071A37;font:750 11.5px/1.25 var(--ew5-heading)}
.ew5-step p{margin:0;color:#68788F;font-size:9.3px;line-height:1.53}
.ew5-call-card{padding:24px 25px;border-radius:8px;color:#fff;background:linear-gradient(145deg,#0A2B52,#061A36);display:flex;flex-direction:column;justify-content:center}
.ew5-call-icon{width:40px;height:40px;color:var(--ew5-gold);margin-bottom:6px}.ew5-call-icon svg{width:34px;height:34px}
.ew5-call-card h3{margin:0;font:800 24px/1.03 var(--ew5-heading);letter-spacing:-.025em}
.ew5-call-card p{margin:9px 0 15px;color:rgba(255,255,255,.73);font-size:10px;line-height:1.55}
.ew5-call-card .ew5-btn{min-height:42px;padding-inline:17px;font-size:9.5px}

/* ---------------- 06 CARRIERS ---------------- */
.ew5-carriers{padding:36px 0 43px;background:#fff}
.ew5-carriers .ew5-section-head{margin-bottom:22px}
.ew5-carriers .ew5-section-head h2{font-size:32px}
.ew5-carrier-row{display:grid;grid-template-columns:25px repeat(6,minmax(0,1fr)) 25px;gap:18px;align-items:center}
.ew5-slider-arrow{display:grid;place-items:center;color:#9AA7B8;font:300 28px/1 Arial,sans-serif;user-select:none}
.ew5-carrier-logo{height:62px;display:flex;align-items:center;justify-content:center;padding:7px 6px;opacity:.91;filter:grayscale(1);transition:opacity .2s ease,filter .2s ease}
.ew5-carrier-logo:hover{transform:none;opacity:1;filter:grayscale(.5)}
.ew5-carrier-logo img{width:auto;max-width:150px;max-height:48px;object-fit:contain}
.ew5-carrier-logo span{color:#565E69;font:800 13px/1 var(--ew5-heading)}

/* ---------------- 07 TESTIMONIAL ---------------- */
.ew5-testimonial{min-height:245px;overflow:hidden;display:flex;align-items:center;padding:44px 0 42px;color:#fff;background:linear-gradient(145deg,#061A36,#0A2B52)}
.ew5-testimonial-pattern{position:absolute;inset:0;background-image:radial-gradient(circle at 25% 40%,rgba(255,255,255,.025),transparent 23%),linear-gradient(135deg,transparent 45%,rgba(255,255,255,.024) 45%,rgba(255,255,255,.024) 46%,transparent 46%);background-size:auto,45px 45px;opacity:.72}
.ew5-testimonial-inner{position:relative;z-index:2;max-width:820px;text-align:center}
.ew5-testimonial-stage{min-height:133px;display:flex;align-items:center;justify-content:center}
.ew5-testimonial-slide{width:100%}
.ew5-quote-mark{margin-bottom:2px;color:var(--ew5-gold);font:800 40px/1 Georgia,serif}
.ew5-testimonial p{max-width:760px;margin:0 auto 12px;color:#fff;font-size:16.5px;line-height:1.55}
.ew5-stars{color:var(--ew5-gold);font-size:12px;letter-spacing:.11em}
.ew5-testimonial strong{display:block;margin-top:4px;font-size:9.5px}
.ew5-testimonial small{display:block;color:rgba(255,255,255,.58);font-size:7.8px}
.ew5-dots{display:flex;justify-content:center;gap:6px;margin-top:12px}
.ew5-dot{width:5px;height:5px;padding:0;border:0;border-radius:50%;background:rgba(255,255,255,.26);cursor:pointer}
.ew5-dot.is-active{background:var(--ew5-gold)}
.ew5-testimonial-arrow{position:absolute;z-index:4;top:50%;transform:translateY(-50%);width:46px;height:62px;border:0;background:transparent;color:var(--ew5-gold);font:300 40px/1 Arial,sans-serif;cursor:pointer;opacity:.9}
.ew5-testimonial-prev{left:max(25px,calc((100vw - var(--ew5-container))/2 + 3px))}
.ew5-testimonial-next{right:max(25px,calc((100vw - var(--ew5-container))/2 + 3px))}
.ew5-testimonial-arrow:hover{opacity:1}

/* ---------------- 08 FINAL CTA ---------------- */
.ew5-final-cta{min-height:205px;padding:0;background:#F8FAFC;border-top:1px solid #EDF0F4;overflow:hidden;display:flex;align-items:center}
.ew5-final-cta>.ew5-cta-image{position:absolute;z-index:1;left:0;top:0;bottom:0;width:31vw;max-width:590px;overflow:hidden}
.ew5-final-cta>.ew5-cta-image:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(248,250,252,0) 52%,#F8FAFC 100%)}
.ew5-final-cta>.ew5-cta-image img{width:100%;height:100%;object-fit:cover;object-position:center}
.ew5-cta-grid{position:relative;z-index:2;display:grid;grid-template-columns:1fr 225px;gap:38px;align-items:center;min-height:205px;padding-left:330px}
.ew5-final-cta .ew5-eyebrow{font-size:9px;margin-bottom:7px}
.ew5-final-cta h2{margin:0;max-width:560px;color:#071A37;font:800 33px/1.04 var(--ew5-heading);letter-spacing:-.038em}
.ew5-final-cta p{max-width:590px;margin:10px 0 0;color:#68778D;font-size:10px;line-height:1.58}
.ew5-cta-actions{display:grid;gap:9px}
.ew5-cta-actions .ew5-btn{min-height:43px;font-size:9.4px}
.ew5-cta-watermark{position:absolute;right:2%;top:50%;transform:translateY(-50%);width:225px;height:128px;background-repeat:no-repeat;background-position:center;background-size:contain;opacity:.04;filter:grayscale(1)}

/* Elementor/editor visibility and spacing stability */
.elementor-widget:has(> .elementor-widget-container > .ew5-home-root){margin-block:0!important}
.e-con:has(> .elementor-element > .elementor-widget-container > .ew5-home-root){--row-gap:0px!important;row-gap:0!important}
html.ew5-editor-mode .ew5-reveal,
body.elementor-editor-active .ew5-reveal,
.elementor-editor-active .ew5-reveal,
.elementor-element-edit-mode .ew5-reveal,
.elementor-editor-preview .ew5-reveal{opacity:1!important;transform:none!important;visibility:visible!important;transition:none!important;animation:none!important}
body.elementor-editor-active .ew5-business-grid,.elementor-element-edit-mode .ew5-business-grid{overflow:visible!important}

/* ---------------- RESPONSIVE ---------------- */
@media(max-width:1280px){
  .ew5-container{width:calc(100% - 56px)}
  .ew5-hero-bg{background-size:100% 100%,100% 100%,69% 100%;background-position:center,center,75% center}
  .ew5-hero-copy{width:49%;max-width:570px}
  .ew5-hero h1{font-size:56px}
  .ew5-business-grid{gap:16px}
  .ew5-business-photo{height:150px}
  .ew5-why-grid{gap:48px}
  .ew5-process-layout{grid-template-columns:1fr 250px}
  .ew5-cta-grid{padding-left:285px}
}
@media(max-width:1024px){
  .ew5-container{width:calc(100% - 42px)}
  .ew5-hero{min-height:610px}
  .ew5-hero-bg{background-size:100% 100%,100% 100%,75% 100%;background-position:center,center,81% center}
  .ew5-hero-copy{width:54%;max-width:520px}
  .ew5-hero h1{font-size:51px}
  .ew5-trust-item{font-size:9.7px;padding-inline:8px}
  .ew5-business-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
  .ew5-business-card:nth-child(n+4){display:none}
  .ew5-coverage-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
  .ew5-coverage-item{border-bottom:1px solid rgba(255,255,255,.1)}
  .ew5-coverage-item:nth-child(3n){border-right:0}
  .ew5-why-grid{grid-template-columns:1fr 1.2fr;gap:40px}
  .ew5-why-copy h2{font-size:36px}
  .ew5-why-media{height:350px}
  .ew5-process-layout{grid-template-columns:1fr 235px;gap:24px}
  .ew5-carrier-row{grid-template-columns:22px repeat(4,minmax(0,1fr)) 22px}
  .ew5-carrier-logo:nth-of-type(n+6){display:none}
  .ew5-final-cta>.ew5-cta-image{width:34vw}
  .ew5-cta-grid{padding-left:245px;grid-template-columns:1fr 190px;gap:24px}
}
@media(max-width:960px) and (min-width:768px){
  .ew5-news-grid{grid-template-columns:repeat(2,minmax(0,1fr));max-width:820px}
  .ew5-news-card:last-child:nth-child(odd){grid-column:1 / -1;max-width:399px;width:100%;justify-self:center}
}
@media(max-width:767px){
  .ew5-home-root{overflow-x:hidden}
  .ew5-container{width:calc(100% - 30px)}
  .ew5-section-head{margin-bottom:23px}
  .ew5-section-head h2{font-size:29px}
  .ew5-eyebrow{font-size:9px}
  .ew5-hero{min-height:auto}
  .ew5-hero-bg{background-image:linear-gradient(0deg,rgba(3,17,38,.99) 0%,rgba(3,17,38,.92) 54%,rgba(3,17,38,.24) 100%),var(--ew5-hero-image);background-size:100% 100%,auto 48%;background-position:center,76% top}
  .ew5-hero-inner{min-height:600px;align-items:flex-end;padding:230px 0 35px}
  .ew5-hero-copy{width:100%;max-width:none}
  .ew5-hero h1{max-width:none;font-size:42px;line-height:1.01}
  .ew5-hero-copy>p{font-size:13px}
  .ew5-buttons{display:grid;grid-template-columns:1fr;max-width:285px}
  .ew5-trust-wrap{padding-bottom:18px}
  .ew5-trust-strip{grid-template-columns:1fr;border-top:1px solid rgba(255,255,255,.08);padding-top:8px}
  .ew5-trust-item{min-height:50px;padding:4px 0;font-size:10px}
  .ew5-businesses{padding:49px 0 39px}
  .ew5-business-grid{display:flex;overflow-x:auto;gap:13px;padding-bottom:8px;scroll-snap-type:x mandatory;scrollbar-width:none}
  .ew5-business-grid::-webkit-scrollbar{display:none}
  .ew5-business-card,.ew5-business-card:nth-child(n+4){display:flex;flex:0 0 82%;min-height:325px;scroll-snap-align:start}
  .ew5-business-photo{height:158px}
  .ew5-coverage{padding-bottom:48px}
  .ew5-coverage-panel{padding:31px 18px 54px}
  .ew5-coverage .ew5-section-head h2{font-size:28px}
  .ew5-coverage-grid{grid-template-columns:1fr;gap:8px}
  .ew5-coverage-item{display:grid;grid-template-columns:48px 1fr;align-items:center;text-align:left;padding:12px;border:1px solid rgba(255,255,255,.15)!important;border-radius:6px}
  .ew5-coverage-icon{height:auto;margin:0}.ew5-coverage-icon svg,.ew5-coverage-icon img{width:31px;height:31px}
  .ew5-coverage-item h3{margin:0;font-size:11.2px}.ew5-coverage-item p{display:none}
  .ew5-coverage-action{bottom:-22px}.ew5-coverage-action .ew5-btn{min-height:45px;padding-inline:18px;font-size:8.7px}
  .ew5-why{padding:60px 0 48px}
  .ew5-why-grid{grid-template-columns:1fr;gap:31px}
  .ew5-why-copy{max-width:none}.ew5-why-copy h2{font-size:34px}.ew5-why-media{height:300px}
  .ew5-experience-badge{left:12px;bottom:12px;width:118px;min-height:109px}.ew5-experience-badge strong{font-size:24px}
  .ew5-process{padding:17px 0 42px}.ew5-process-shell{padding:27px 18px}.ew5-process-layout{grid-template-columns:1fr;gap:25px}
  .ew5-steps{grid-template-columns:1fr;gap:20px}.ew5-step{display:grid;grid-template-columns:64px 1fr;text-align:left;gap:13px;align-items:center}.ew5-step:not(:last-child):after{display:none}.ew5-step-num{left:-4px;top:-1px}.ew5-step-icon{grid-row:1/3;margin:0}.ew5-step h3{font-size:12px;margin:0}.ew5-step p{font-size:9.5px}
  .ew5-call-card{padding:24px}
  .ew5-carriers{padding:28px 0 34px}.ew5-carriers .ew5-section-head h2{font-size:25px}.ew5-carrier-row{grid-template-columns:18px repeat(2,minmax(0,1fr)) 18px;gap:11px}.ew5-carrier-logo:nth-of-type(n+4){display:none}.ew5-carrier-logo{height:54px}.ew5-carrier-logo img{max-width:120px;max-height:40px}
  .ew5-testimonial{min-height:270px;padding:48px 0}.ew5-testimonial p{font-size:14px;padding-inline:20px}.ew5-testimonial-arrow{display:none}
  .ew5-final-cta{display:block;min-height:0;padding:30px 0}
  .ew5-final-cta>.ew5-cta-image{position:relative;left:auto;top:auto;bottom:auto;width:calc(100% - 30px);max-width:none;height:180px;margin:0 auto 23px;border-radius:7px}.ew5-final-cta>.ew5-cta-image:after{display:none}
  .ew5-cta-grid{grid-template-columns:1fr;min-height:0;padding-left:0;gap:19px}.ew5-final-cta h2{font-size:31px}.ew5-cta-actions{grid-template-columns:1fr 1fr}.ew5-cta-watermark{right:-44px;bottom:-8px;top:auto;transform:none}
}
@media(max-width:420px){
  .ew5-hero h1{font-size:38px}
  .ew5-business-card,.ew5-business-card:nth-child(n+4){flex-basis:88%}
  .ew5-cta-actions{grid-template-columns:1fr}
}
@media(prefers-reduced-motion:reduce){.ew5-home-root *{transition-duration:.001ms!important;animation:none!important}.ew5-animate-ready .ew5-reveal{opacity:1!important;transform:none!important}}

/* v5.0.1 final reference calibration */
@media(min-width:1281px){
  .ew5-hero{min-height:625px}
  .ew5-hero-bg{background-size:100% 100%,100% 100%,61% 100%;background-position:center,center,right center}
  .ew5-hero-inner{min-height:510px}
  .ew5-process-shell{padding:40px 34px 41px}
  .ew5-process-layout{grid-template-columns:1fr 300px;gap:36px}
  .ew5-step-icon{width:76px;height:76px}
  .ew5-step-icon svg,.ew5-step-icon img{width:37px;height:37px}
  .ew5-step-num{top:24px;left:calc(50% - 50px)}
  .ew5-step:not(:last-child):after{top:37px;left:calc(50% + 43px);width:calc(100% - 86px)}
  .ew5-call-card{padding:27px 27px}
  .ew5-carriers{padding:30px 0 35px}
  .ew5-carriers .ew5-section-head{margin-bottom:17px}
  .ew5-carrier-logo{height:64px;padding:4px}
  .ew5-carrier-logo img{max-width:168px;max-height:55px}
  .ew5-testimonial{min-height:225px;padding:38px 0 36px}
}

/* ================================================================
   v6.0.0 CLIENT FEEDBACK UPDATE
   - Hybrid Insurance Agency / Commercial Insurance Solutions wording
   - Carriers moved to slot 02 in Elementor
   - What We Insure converted to compact bullet list
   - Quote-process widget removed from live output
   - Oklahoma + Texas service-area emphasis
   - Single-review slider
   - WordPress-powered insurance news
   ================================================================ */
.ew5-hero-subline{
  margin:-6px 0 13px;
  color:rgba(255,255,255,.72);
  font:800 10px/1.2 var(--ew5-body);
  letter-spacing:.18em;
  text-transform:uppercase;
}

/* 02 Companies represented — compact horizontal carousel */
.ew5-carriers{padding:44px 0 48px;background:#fff;border-bottom:1px solid #EDF1F5}
.ew5-carriers .ew5-section-head{margin-bottom:10px}
.ew5-carriers .ew5-section-head h2{font-size:34px}
.ew5-carrier-note{max-width:760px;margin:0 auto 24px;text-align:center;color:#66758A;font-size:11px;line-height:1.6}
.ew5-carrier-shell{display:grid;grid-template-columns:42px minmax(0,1fr) 42px;gap:14px;align-items:center}
.ew5-carrier-viewport{overflow:hidden;min-width:0}
.ew5-carrier-track{display:flex;gap:16px;transition:transform .42s cubic-bezier(.2,.7,.25,1);will-change:transform}
.ew5-carrier-card{
  flex:0 0 calc((100% - 64px)/5);
  min-width:0;
  height:92px;
  padding:12px 16px;
  border:1px solid #E1E7EF;
  border-radius:10px;
  display:flex;
  align-items:center;
  justify-content:center;
  text-align:center;
  background:#fff;
  box-shadow:0 9px 24px rgba(6,26,54,.055);
  color:#213651;
  transition:border-color .2s ease,box-shadow .2s ease,background-color .2s ease;
}
.ew5-carrier-card:hover{border-color:#CBD5E2;box-shadow:0 13px 30px rgba(6,26,54,.09);background:#FCFDFE}
.ew5-carrier-card img{max-width:180px;max-height:64px;object-fit:contain}
.ew5-carrier-wordmark{font:800 13px/1.25 var(--ew5-heading);letter-spacing:-.01em}
.ew5-carrier-nav{width:42px;height:42px;padding:0;border:1px solid #DCE4ED;border-radius:50%;display:grid;place-items:center;color:#0A2A51;background:#fff;font:300 30px/1 Arial,sans-serif;cursor:pointer;box-shadow:0 6px 18px rgba(6,26,54,.06)}
.ew5-carrier-nav:hover{border-color:#C7D2E0;background:#F9FBFD}

/* 03 What We Insure — client requested titles/bullets only */
.ew5-businesses-compact{padding:48px 0 44px;background:#F9FBFD}
.ew5-businesses-compact .ew5-section-head{margin-bottom:24px}
.ew5-business-bullets{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:13px}
.ew5-business-bullet{
  min-height:76px;
  display:flex;
  align-items:center;
  gap:13px;
  padding:17px 18px;
  border:1px solid #DCE4ED;
  border-radius:10px;
  color:#071A37;
  background:#fff;
  box-shadow:0 9px 22px rgba(6,26,54,.045);
  transition:border-color .2s ease,box-shadow .2s ease;
}
.ew5-business-bullet:hover{border-color:#C8D3E0;box-shadow:0 12px 28px rgba(6,26,54,.075)}
.ew5-business-check{width:30px;height:30px;flex:0 0 30px;border-radius:50%;display:grid;place-items:center;color:#061A36;background:linear-gradient(135deg,#F8DB87,var(--ew5-gold));font-size:13px;font-weight:900}
.ew5-business-title{font:800 13px/1.3 var(--ew5-heading)}

/* Make remaining homepage more compact like the client's USA trucking reference */
.ew5-coverage{padding:24px 0 54px}
.ew5-coverage-panel{padding-top:36px;padding-bottom:52px}
.ew5-why{padding:52px 0 46px}
.ew5-why-grid{grid-template-columns:.85fr 1.15fr;gap:58px}
.ew5-why-media{height:365px}
.ew5-why-media>img{object-position:center 42%}
.ew5-experience-badge{width:142px;min-height:126px;display:flex;flex-direction:column;justify-content:center}
.ew5-experience-badge strong{font-size:25px;letter-spacing:-.03em}
.ew5-experience-badge small{font-weight:800;letter-spacing:.08em}
.ew5-service-area-banner{
  margin-top:34px;
  min-height:112px;
  display:grid;
  grid-template-columns:170px 1fr;
  gap:28px;
  align-items:center;
  padding:21px 28px;
  border:1px solid #D8E1EB;
  border-radius:10px;
  background:linear-gradient(135deg,#F8FAFD,#fff);
  box-shadow:0 10px 28px rgba(7,28,58,.055);
}
.ew5-service-state-icons{display:flex;align-items:center;gap:9px;justify-content:center}
.ew5-service-state-icons span{width:58px;height:58px;border-radius:50%;display:grid;place-items:center;color:#fff;background:#061A36;font:850 16px/1 var(--ew5-heading);box-shadow:inset 0 0 0 2px rgba(233,184,79,.55)}
.ew5-service-state-icons i{font-style:normal;color:#C88719;font-weight:900}
.ew5-service-area-banner strong{display:block;color:#071A37;font:800 21px/1.1 var(--ew5-heading)}
.ew5-service-area-banner p{margin:7px 0 0;color:#64758B;font-size:11px;line-height:1.55}

/* Client review slider: one review at a time */
.ew5-testimonial{min-height:238px;padding:42px 0;background:linear-gradient(145deg,#061A36,#0A2A51)}
.ew5-testimonial-inner{max-width:900px}
.ew5-testimonial-stage{min-height:128px}
.ew5-testimonial p{font-size:17px;line-height:1.6}
.ew5-testimonial strong{font-size:10px}
.ew5-testimonial small{font-size:8.5px}

/* Insurance News / weekly updates */
.ew5-news{padding:52px 0 54px;background:#F8FAFC}
.ew5-news .ew5-section-head{margin-bottom:24px}
.ew5-news-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px;max-width:1180px;margin:0 auto}
.ew5-news-card{min-width:0;display:flex;flex-direction:column;overflow:hidden;border:1px solid #DCE5EF;border-radius:16px;background:#fff;box-shadow:0 14px 36px rgba(6,26,54,.08);transition:border-color .2s ease,box-shadow .2s ease}
.ew5-news-card:hover{border-color:#CCD8E6;box-shadow:0 18px 44px rgba(6,26,54,.11)}
.ew5-news-image{display:block;aspect-ratio:16/9;min-height:0;background:linear-gradient(145deg,#071E3D,#0A2F5A);overflow:hidden}
.ew5-news-image img{display:block;width:100%;height:100%;object-fit:cover;transition:transform .35s ease}
.ew5-news-card:hover .ew5-news-image img{transform:scale(1.018)}
.ew5-news-fallback{width:100%;height:100%;min-height:188px;display:flex;align-items:center;justify-content:center;color:#fff;text-align:center;font:900 13px/1.4 var(--ew5-heading);letter-spacing:.1em}
.ew5-news-body{display:flex;flex-direction:column;flex:1;padding:22px 22px 24px}
.ew5-news-body time{display:block;margin-bottom:9px;color:#B77A19;font-size:9px;font-weight:850;text-transform:uppercase;letter-spacing:.09em}
.ew5-news-body h3{margin:0;color:#071A37;font:800 18px/1.24 var(--ew5-heading);letter-spacing:-.025em}
.ew5-news-body h3 a{color:inherit;text-decoration:none}
.ew5-news-body p{margin:10px 0 16px;color:#68788E;font-size:11.5px;line-height:1.58}
.ew5-news-link{display:inline-flex;align-items:center;gap:7px;margin-top:auto;color:#B97814;font-size:9.5px;font-weight:900;letter-spacing:.045em;text-decoration:none}

.ew5-editor-setup-note{margin:12px 0;padding:14px 16px;border:1px dashed #C6D3E2;border-radius:8px;color:#42566E;background:#F8FAFC;font:600 12px/1.55 Arial,sans-serif}

/* Lower CTA remains compact */
.ew5-final-cta{min-height:190px}
.ew5-cta-grid{min-height:190px}

@media(max-width:1100px){
  .ew5-carrier-card{flex-basis:calc((100% - 32px)/3)}
  .ew5-business-bullets{grid-template-columns:repeat(3,minmax(0,1fr))}
  .ew5-news-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
  .ew5-news-body{padding:18px}
}
@media(max-width:960px) and (min-width:768px){
  .ew5-news-grid{grid-template-columns:repeat(2,minmax(0,1fr));max-width:820px}
  .ew5-news-card:last-child:nth-child(odd){grid-column:1 / -1;max-width:399px;width:100%;justify-self:center}
}
@media(max-width:767px){
  .ew5-hero-subline{font-size:8.5px;letter-spacing:.14em}
  .ew5-carriers{padding:36px 0 39px}
  .ew5-carriers .ew5-section-head h2{font-size:26px}
  .ew5-carrier-note{font-size:10px;margin-bottom:18px}
  .ew5-carrier-shell{grid-template-columns:34px minmax(0,1fr) 34px;gap:8px}
  .ew5-carrier-nav{width:34px;height:34px;font-size:24px}
  .ew5-carrier-track{gap:10px}
  .ew5-carrier-card{flex-basis:calc((100% - 10px)/2);height:78px;padding:9px}
  .ew5-carrier-card img{max-width:120px;max-height:48px}
  .ew5-carrier-wordmark{font-size:10.5px}
  .ew5-businesses-compact{padding:37px 0 34px}
  .ew5-business-bullets{grid-template-columns:1fr 1fr;gap:10px}
  .ew5-business-bullet{min-height:64px;padding:13px 12px;gap:9px}
  .ew5-business-check{width:26px;height:26px;flex-basis:26px}
  .ew5-business-title{font-size:11px}
  .ew5-why{padding:44px 0 39px}
  .ew5-why-media{height:305px}
  .ew5-service-area-banner{grid-template-columns:1fr;gap:14px;text-align:center;padding:20px 18px;margin-top:25px}
  .ew5-service-state-icons span{width:52px;height:52px}
  .ew5-service-area-banner strong{font-size:19px}
  .ew5-testimonial{min-height:250px;padding:45px 0}
  .ew5-news{padding:42px 0}
  .ew5-news-grid{grid-template-columns:1fr;gap:16px;max-width:560px}
  .ew5-news-card{display:grid;grid-template-columns:145px 1fr}
  .ew5-news-image{aspect-ratio:auto;min-height:165px}
  .ew5-news-fallback{min-height:165px}
  .ew5-news-body{padding:17px}
  .ew5-news-body h3{font-size:15.5px}
}
@media(max-width:430px){
  .ew5-business-bullets{grid-template-columns:1fr}
  .ew5-carrier-card{flex-basis:100%}
  .ew5-news-card{display:flex;grid-template-columns:none}
  .ew5-news-image{aspect-ratio:16/9;min-height:0;max-height:none}
}


/* ================================================================
   v6.2.1 CLIENT-FEEDBACK + 3-BLOG FINALIZER
   Applies the latest Project B feedback even when legacy Elementor
   settings are still stored on the page. No layout-shift hover.
   ================================================================ */
.ew5-auto-news-source,.ew5-auto-news{display:none!important}
.ew5-carrier-card img{filter:none!important;opacity:1!important}
.ew5-carrier-card,.ew5-business-bullet{transform:none!important}
.ew5-carrier-card:hover,.ew5-business-bullet:hover{transform:none!important}
.ew5-client-hidden{display:none!important}
@media(min-width:1025px){
  .ew5-carriers{padding-top:34px;padding-bottom:36px}
  .ew5-businesses-compact{padding-top:36px;padding-bottom:34px}
  .ew5-news{padding-top:38px;padding-bottom:40px}
}

/* =====================================================================
   v7.1.0 — FULL CLIENT-FEEDBACK FINALIZATION
   Directly implements all confirmed Project B homepage feedback while
   preserving Elementor editability and a compact, premium page rhythm.
   ===================================================================== */

/* Hero: latest client wording and premium spacing */
.ew5-hero-subline{margin:-3px 0 15px;color:rgba(255,255,255,.78);font-size:10px;letter-spacing:.16em}
.ew5-hero-copy>p{max-width:610px;font-size:14.5px;line-height:1.68}
.ew5-hero h1{max-width:650px}
.ew5-trust-strip{border-top-color:rgba(255,255,255,.11)}
.ew5-trust-item{font-weight:800}

/* Companies represented is intentionally the second major homepage area */
.ew5-carriers{padding:38px 0 42px;background:#fff}
.ew5-carriers .ew5-section-head{margin-bottom:8px}
.ew5-carrier-note{max-width:850px;margin-bottom:22px;font-size:11.5px}
.ew5-carrier-card{height:94px;border-radius:12px}
.ew5-carrier-wordmark{max-width:150px;color:#26384e;font-size:13px;line-height:1.2}

/* What We Insure: bullet-only, with the requested Pilot/escort sub-item */
.ew5-businesses-compact{padding:44px 0 43px;background:#F8FAFC}
.ew5-business-bullets{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}
.ew5-business-bullet{min-height:86px;padding:17px 19px;border-radius:12px}
.ew5-business-copy{display:flex;min-width:0;flex-direction:column;gap:5px}
.ew5-business-title{font-size:13.5px}
.ew5-business-copy small{display:flex;align-items:center;gap:6px;color:#65758B;font-size:10px;line-height:1.35}
.ew5-business-copy small b{color:#B97B18;font-size:11px}

/* About / Why Choose section — exact client copy + approved owner-operator image */
.ew5-why{padding:54px 0 48px;background:#fff}
.ew5-why-grid{grid-template-columns:1fr 1.05fr;gap:58px;align-items:center}
.ew5-why-copy{max-width:none}
.ew5-why-copy h2{max-width:680px;font-size:42px;line-height:1.04}
.ew5-about-intro{max-width:680px!important;margin:15px 0 22px!important;color:#596B82!important;font-size:12.5px!important;line-height:1.7!important}
.ew5-about-pillars{display:grid;grid-template-columns:1fr 1fr;gap:13px;margin:0 0 22px}
.ew5-about-pillars article{display:grid;grid-template-columns:34px 1fr;gap:10px;padding:15px 16px;border:1px solid #DDE5EE;border-radius:10px;background:#FAFCFE}
.ew5-about-pillars article>span{width:30px;height:30px;display:grid;place-items:center;border-radius:50%;color:#061A36;background:linear-gradient(135deg,#F8DB87,var(--ew5-gold));font-size:9px;font-weight:900}
.ew5-about-pillars h3{margin:0 0 5px;color:#071A37;font:800 13px/1.2 var(--ew5-heading)}
.ew5-about-pillars p{margin:0;color:#65758B;font-size:10.3px;line-height:1.52}
.ew5-why-media{height:480px;border-radius:12px;overflow:hidden}
.ew5-why-media>img{width:100%;height:100%;object-fit:cover;object-position:center;border-radius:12px}
.ew5-why-points{display:grid;grid-template-columns:.75fr 1.25fr;gap:38px;margin-top:38px;padding:28px 30px;border:1px solid #E0E7EF;border-radius:12px;background:#FBFCFE}
.ew5-why-points-head h3{max-width:440px;margin:0;color:#071A37;font:800 30px/1.08 Georgia,"Times New Roman",serif;letter-spacing:-.025em}
.ew5-why-point-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px 22px}
.ew5-why-point-grid article{display:grid;grid-template-columns:38px 1fr;gap:11px;align-items:start}
.ew5-why-point-icon{width:36px;height:36px;display:grid;place-items:center;color:#C88A1F}
.ew5-why-point-icon svg,.ew5-why-point-icon img{width:28px;height:28px;object-fit:contain}
.ew5-why-point-grid h4{margin:0 0 4px;color:#071A37;font:800 12px/1.25 var(--ew5-heading)}
.ew5-why-point-grid p{margin:0;color:#65758B;font-size:10.3px;line-height:1.48}
.ew5-service-area-banner{margin-top:20px;min-height:120px;border:0;color:#fff;background:linear-gradient(135deg,#061A36,#0A2B54);box-shadow:0 12px 30px rgba(6,26,54,.13)}
.ew5-service-state-icons span{background:#0B2F5C;box-shadow:inset 0 0 0 2px rgba(233,184,79,.65)}
.ew5-service-area-banner strong{color:#fff;font:800 25px/1.12 Georgia,"Times New Roman",serif;letter-spacing:-.02em}
.ew5-service-area-banner p{color:rgba(255,255,255,.72);font-size:11.5px}

/* Coverage: latest client wording, compact but readable */
.ew5-coverage{padding:26px 0 55px}
.ew5-coverage-panel{padding:39px 38px 58px}
.ew5-coverage .ew5-section-head{margin-bottom:10px}
.ew5-coverage .ew5-section-head h2{max-width:900px;margin:0 auto;font:700 37px/1.08 Georgia,"Times New Roman",serif;letter-spacing:-.025em}
.ew5-coverage-intro{max-width:850px;margin:0 auto 26px;color:rgba(255,255,255,.73);text-align:center;font-size:11.5px;line-height:1.58}
.ew5-coverage-item h3{font-size:11.5px}
.ew5-coverage-item p{font-size:9.5px}
.ew5-coverage-action{bottom:-22px}

/* Approved testimonial slider: only real/approved reviews render */
.ew5-testimonial{padding:44px 0;touch-action:pan-y}
.ew5-testimonial-slide{transition:opacity .22s ease}

/* 3 premium update cards */
.ew5-news{padding:46px 0 50px}
.ew5-news-grid{max-width:1240px;gap:22px}
.ew5-news-card{border-radius:15px}
.ew5-news-image{aspect-ratio:16/9}
.ew5-news-body h3{font-size:18px}

/* Final CTA wording can stay editable, but maintain client phone/quote path */
.ew5-final-cta{min-height:195px}
.ew5-cta-grid{min-height:195px}

/* Never let editor previews disappear */
body.elementor-editor-active .ew5-home-root,
.elementor-editor-active .ew5-home-root,
.elementor-element-edit-mode .ew5-home-root,
.elementor-editor-preview .ew5-home-root{display:block!important;visibility:visible!important;opacity:1!important}
body.elementor-editor-active .ew5-reveal,
.elementor-editor-active .ew5-reveal,
.elementor-element-edit-mode .ew5-reveal,
.elementor-editor-preview .ew5-reveal{display:revert!important;visibility:visible!important;opacity:1!important;transform:none!important;animation:none!important}

/* No layout-moving hover effects */
.ew5-home-root .ew5-btn:hover,.ew5-carrier-card:hover,.ew5-business-bullet:hover,.ew5-news-card:hover{transform:none!important}

@media(max-width:1100px){
  .ew5-why-grid{grid-template-columns:1fr 1fr;gap:38px}
  .ew5-why-media{height:410px}
  .ew5-why-points{grid-template-columns:1fr;gap:22px}
  .ew5-about-pillars{grid-template-columns:1fr}
}
@media(max-width:960px) and (min-width:768px){
  .ew5-business-bullets{grid-template-columns:repeat(2,minmax(0,1fr))}
  .ew5-why-copy h2{font-size:36px}
  .ew5-why-media{height:380px}
  .ew5-why-point-grid{grid-template-columns:1fr 1fr}
}
@media(max-width:767px){
  .ew5-hero-inner{min-height:620px;padding-top:245px}
  .ew5-hero h1{font-size:44px}
  .ew5-hero-subline{font-size:8px}
  .ew5-trust-strip{grid-template-columns:1fr 1fr;gap:0 12px}
  .ew5-trust-item{min-height:48px;font-size:9px}
  .ew5-business-bullets{grid-template-columns:1fr}
  .ew5-business-bullet{min-height:70px}
  .ew5-why{padding:44px 0 38px}
  .ew5-why-grid{grid-template-columns:1fr;gap:28px}
  .ew5-why-copy h2{font-size:34px}
  .ew5-about-pillars{grid-template-columns:1fr}
  .ew5-why-media{height:340px;order:-1}
  .ew5-why-points{grid-template-columns:1fr;padding:22px 18px;margin-top:26px}
  .ew5-why-points-head h3{font-size:27px}
  .ew5-why-point-grid{grid-template-columns:1fr;gap:15px}
  .ew5-service-area-banner{grid-template-columns:1fr;text-align:center;padding:22px 18px}
  .ew5-service-area-banner strong{font-size:22px}
  .ew5-coverage-panel{padding:31px 18px 53px}
  .ew5-coverage .ew5-section-head h2{font-size:30px}
  .ew5-coverage-intro{text-align:left;font-size:10.5px;margin-bottom:20px}
  .ew5-testimonial-arrow{display:none!important}
  .ew5-news-grid{grid-template-columns:1fr;max-width:560px}
  .ew5-news-card{display:flex}
  .ew5-news-image{aspect-ratio:16/9}
}
@media(max-width:430px){
  .ew5-hero h1{font-size:39px}
  .ew5-trust-strip{grid-template-columns:1fr}
  .ew5-why-media{height:300px}
  .ew5-service-state-icons span{width:48px;height:48px}
}


/* =====================================================================
   v7.3.0 — FINAL HOMEPAGE CONTENT/MIGRATION PASS
   Exact wording, Small Fleet/Pilot-Escort, BHHC and single News instance.
   ===================================================================== */
.ew5-hero-copy>p{max-width:660px}
.ew5-business-copy small{font-weight:700}
.ew5-business-copy small b{display:inline-grid;place-items:center;width:18px;height:18px;border-radius:50%;background:#FFF4D8}
.ew5-why-media>img{object-position:center center}
.ew5-about-pillars article{min-height:118px}
.ew5-news-card{height:100%}
.ew5-news-body{min-height:225px}
.ew5-auto-news-source,.ew5-auto-news{display:none!important}
@media(max-width:767px){
  .ew5-about-pillars article{min-height:0}
  .ew5-news-body{min-height:0}
  .ew5-business-copy small{font-size:10.5px}
}

/* v7.4.0 — final client-feedback lock (homepage only) */
.ew740-about .ew5-why-grid{align-items:center;gap:clamp(34px,5vw,76px)}
.ew740-about .ew5-why-media img{width:100%;height:clamp(360px,38vw,520px);object-fit:cover;object-position:center;border-radius:18px;display:block}
.ew740-about .ew5-about-intro{font-size:clamp(16px,1.25vw,19px);line-height:1.75;margin:0 0 28px;color:var(--ew5-muted)}
.ew740-about .ew5-about-pillars{display:grid;grid-template-columns:1fr;gap:14px}
.ew740-about .ew5-about-pillars article{display:grid;grid-template-columns:44px 1fr;gap:14px;padding:18px 20px;border:1px solid rgba(8,35,70,.11);border-radius:14px;background:#fff;box-shadow:0 12px 34px rgba(8,35,70,.06)}
.ew740-about .ew5-about-pillars article>span{width:36px;height:36px;border-radius:50%;display:grid;place-items:center;background:rgba(216,165,47,.12);color:#b98200;font-weight:800}
.ew740-about .ew5-about-pillars h3{margin:0 0 5px;font-size:18px;color:var(--ew5-navy)}
.ew740-about .ew5-about-pillars p{margin:0;color:var(--ew5-muted);line-height:1.6}
.ew740-businesses .ew5-business-copy small{display:flex;align-items:center;gap:8px;margin-top:7px;font-size:12px;color:#8a6400;font-weight:700}
.ew740-businesses .ew5-business-copy small b{display:grid;place-items:center;width:18px;height:18px;border-radius:50%;background:rgba(216,165,47,.13);color:#b98200}
@media(max-width:1024px){.ew740-about .ew5-why-grid{grid-template-columns:1fr 1fr;gap:28px}.ew740-about .ew5-why-media img{height:420px}}
@media(max-width:767px){.ew740-about .ew5-why-grid{grid-template-columns:1fr}.ew740-about .ew5-why-media{order:0}.ew740-about .ew5-why-copy{order:1}.ew740-about .ew5-why-media img{height:330px}.ew740-about .ew5-about-pillars article{grid-template-columns:38px 1fr;padding:15px}.ew740-businesses .ew5-business-bullets{grid-template-columns:1fr!important}}

/* =====================================================================
   v7.6.1 — MOBILE HERO CENTER FIX
   Requested-only patch:
   - Keep the mobile hero content/trust group centered vertically and horizontally.
   - Preserve the v7.6 responsive fit and empty testimonial collapse.
   - Do not alter desktop/tablet content, section order, typography or other widgets.
   ===================================================================== */
body.home .elementor-widget-ewing500_testimonial:has(> .elementor-widget-container:empty),
body.home .elementor-widget-ewing500_testimonial:has(> .elementor-widget-container:not(:has(*))){
  display:none!important;
  margin:0!important;
  padding:0!important;
  min-height:0!important;
  height:0!important;
}
body.home .e-con:has(> .elementor-widget-ewing500_testimonial:only-child > .elementor-widget-container:empty),
body.home .e-con:has(> .elementor-widget-ewing500_testimonial:only-child > .elementor-widget-container:not(:has(*))){
  display:none!important;
  margin:0!important;
  padding:0!important;
  min-height:0!important;
  height:0!important;
  gap:0!important;
}
body.home .ew5-news{margin-top:0!important}

@media(max-width:767px){
  body.home .ew5-hero{
    height:auto!important;
  }
  body.home .ew5-hero-bg{
    background-image:linear-gradient(0deg,rgba(3,17,38,.995) 0%,rgba(3,17,38,.94) 55%,rgba(3,17,38,.25) 100%),var(--ew5-hero-image)!important;
    background-size:100% 100%,auto 43%!important;
    background-position:center,68% top!important;
  }
  body.home .ew5-hero .ew5-container{
    width:calc(100% - 28px)!important;
  }
  /* Center the full hero content group inside the available hero height. */
  body.home .ew5-hero-inner{
    flex:0 0 auto!important;
    min-height:0!important;
    height:auto!important;
    align-items:center!important;
    justify-content:center!important;
    padding:18px 0 10px!important;
    margin-top:auto!important;
  }
  body.home .ew5-hero-copy{
    width:100%!important;
    max-width:420px!important;
    min-width:0!important;
    margin-left:auto!important;
    margin-right:auto!important;
  }
  body.home .ew5-hero h1{
    max-width:100%!important;
    font-size:clamp(34px,10.6vw,42px)!important;
    line-height:1.02!important;
    letter-spacing:-.04em!important;
    overflow-wrap:anywhere;
  }
  body.home .ew5-hero-copy>p{
    max-width:100%!important;
    margin-top:14px!important;
    font-size:12.5px!important;
    line-height:1.55!important;
  }
  body.home .ew5-buttons{
    display:grid!important;
    grid-template-columns:1fr!important;
    width:100%!important;
    max-width:none!important;
    gap:10px!important;
    margin-top:18px!important;
  }
  body.home .ew5-buttons .ew5-btn{
    width:100%!important;
    min-width:0!important;
    max-width:none!important;
    justify-content:center!important;
    white-space:normal!important;
    text-align:center!important;
  }
  body.home .ew5-trust-wrap{
    flex:0 0 auto!important;
    width:calc(100% - 28px)!important;
    max-width:420px!important;
    margin-left:auto!important;
    margin-right:auto!important;
    margin-bottom:auto!important;
    padding-bottom:0!important;
  }
  body.home .ew5-trust-strip{
    grid-template-columns:1fr!important;
    gap:0!important;
    padding-top:5px!important;
  }
  body.home .ew5-trust-item{
    min-height:43px!important;
    padding:6px 0!important;
    font-size:9.5px!important;
    gap:10px!important;
  }
  body.home .ew5-trust-icon{
    width:31px!important;
    height:31px!important;
    flex-basis:31px!important;
  }
  body.home .ew5-trust-icon svg,
  body.home .ew5-trust-icon img{
    width:23px!important;
    height:23px!important;
  }
}
@media(max-width:430px){
  body.home .ew5-hero-copy,
  body.home .ew5-trust-wrap{
    max-width:calc(100vw - 32px)!important;
  }
  body.home .ew5-hero h1{
    font-size:clamp(31px,10.2vw,36px)!important;
  }
  body.home .ew5-hero-copy>p{
    font-size:12px!important;
  }
}

/* =====================================================================
   v7.7.0 — PRESERVE-FIRST / LATEST CLIENT ADJUSTMENTS ONLY
   - No forced runtime content normalization.
   - Existing images, layout, spacing, section order and manual Elementor edits remain saved.
   - The Ewing hybrid-agency sentence uses regular body typography by default.
   - What We Insure cards receive a subtle premium polish without moving on hover.
   ===================================================================== */
.ewing770-regular-hybrid-copy,
.ewing770-regular-hybrid-copy .elementor-heading-title,
.ewing770-regular-hybrid-copy .elementor-widget-container,
.ewing770-regular-hybrid-copy .ew5-about-intro{
  font-family:var(--ew5-body,Arial,sans-serif);
  font-size:16px;
  font-weight:400;
  line-height:1.65;
  letter-spacing:0;
}
.ew770-about .ew5-why-copy h2{
  margin:0 0 12px;
  font-family:var(--ew5-heading,Georgia,serif);
  font-size:clamp(24px,2.4vw,34px);
  line-height:1.12;
  font-weight:700;
  letter-spacing:-.025em;
}
.ew770-about .ew5-about-intro{
  margin:0 0 24px!important;
  max-width:720px!important;
  font-family:var(--ew5-body,Arial,sans-serif)!important;
  font-size:16px!important;
  font-weight:400!important;
  line-height:1.7!important;
  color:var(--ew5-muted,#65758B)!important;
}
.ew770-about .ew5-about-pillars{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin:0}
.ew770-about .ew5-about-pillars article{min-height:0;padding:16px 18px;border:1px solid #E1E7EE;border-radius:12px;background:#fff;box-shadow:0 10px 28px rgba(7,26,55,.055)}
.ew770-about .ew5-about-pillars h3{font-size:13px;margin:0 0 5px}
.ew770-about .ew5-about-pillars p{font-size:10.5px;line-height:1.55}

/* Keep What We Insure label even when the removed long title is empty. */
.ew5-businesses .ew5-section-head:has(h2:empty) h2{display:none}
.ew5-businesses .ew5-section-head:has(h2:empty){margin-bottom:22px}
.ew5-business-bullet{
  border-color:#E1E7EE;
  background:linear-gradient(180deg,#fff 0%,#FCFDFE 100%);
  box-shadow:0 7px 22px rgba(7,28,57,.055);
}
.ew5-business-bullet:hover{transform:none!important;border-color:#D3DCE6;box-shadow:0 10px 26px rgba(7,28,57,.075)}

@media(max-width:767px){
  .ew770-about .ew5-about-pillars{grid-template-columns:1fr}
  .ew770-about .ew5-about-intro{font-size:15px!important;line-height:1.65!important}
  .ew770-about .ew5-why-copy h2{font-size:27px}
}
.ewing770-regular-hybrid-copy .ew5-why-copy h2{
  font-family:var(--ew5-body,Arial,sans-serif);
  font-size:16px;
  font-weight:400;
  line-height:1.65;
  letter-spacing:0;
}
