:root{
  --ink:#0b1220;--ink-2:#151f32;--gold:#d4a64a;--gold-2:#f0cf7a;--cream:#fbf8f1;--white:#fff;
  --text:#293244;--muted:#687386;--line:#e7e9ee;--success:#167a5b;--shadow:0 20px 55px rgba(11,18,32,.12);
  --radius:22px;--radius-sm:14px;--max:1180px;
}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--text);background:#fff;line-height:1.65}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}
.container{width:min(var(--max),calc(100% - 40px));margin:auto}.section{padding:88px 0}.section-sm{padding:54px 0}.eyebrow{display:inline-flex;align-items:center;gap:8px;font-size:.78rem;font-weight:800;letter-spacing:.13em;text-transform:uppercase;color:#8a681f;margin-bottom:14px}.eyebrow:before{content:"";width:26px;height:2px;background:var(--gold)}h1,h2,h3{color:var(--ink);line-height:1.1;margin:0 0 16px;letter-spacing:-.035em}h1{font-size:clamp(2.6rem,5vw,5.25rem)}h2{font-size:clamp(2rem,3.4vw,3.45rem)}h3{font-size:1.35rem}.lead{font-size:1.12rem;color:var(--muted);max-width:720px}.gold{color:var(--gold)}
.topbar{background:var(--ink);color:#d9e0eb;font-size:.86rem}.topbar .container{display:flex;justify-content:space-between;align-items:center;gap:16px;padding:9px 0}.topbar a{color:var(--gold-2);font-weight:800}.header{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.94);backdrop-filter:blur(16px);border-bottom:1px solid rgba(11,18,32,.07)}.nav{height:82px;display:flex;align-items:center;justify-content:space-between;gap:24px}.brand{display:flex;align-items:center;gap:12px;font-weight:900;color:var(--ink);font-size:1.05rem}.brand-mark{width:44px;height:44px;border-radius:13px;background:linear-gradient(145deg,var(--ink),#26344f);display:grid;place-items:center;color:var(--gold);box-shadow:0 10px 24px rgba(11,18,32,.15)}.brand small{display:block;color:var(--muted);font-weight:700;font-size:.72rem;letter-spacing:.08em;text-transform:uppercase}.menu{display:flex;align-items:center;gap:28px;font-weight:750;font-size:.94rem}.menu a:hover,.menu button:hover{color:#966f20}.menu .drop{position:relative}.drop-btn{border:0;background:transparent;font-weight:750;padding:18px 0;cursor:pointer}.dropdown{position:absolute;top:52px;left:-20px;width:310px;padding:12px;background:#fff;border:1px solid var(--line);box-shadow:var(--shadow);border-radius:16px;opacity:0;visibility:hidden;transform:translateY(8px);transition:.2s}.drop:hover .dropdown,.drop:focus-within .dropdown{opacity:1;visibility:visible;transform:none}.dropdown a{display:block;padding:10px 12px;border-radius:10px}.dropdown a:hover{background:var(--cream)}.nav-cta{display:flex;align-items:center;gap:10px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:9px;min-height:49px;padding:0 21px;border-radius:999px;font-weight:850;border:1px solid transparent;transition:.22s;cursor:pointer}.btn-primary{background:var(--gold);color:#17120a;box-shadow:0 10px 28px rgba(212,166,74,.26)}.btn-primary:hover{background:var(--gold-2);transform:translateY(-2px)}.btn-dark{background:var(--ink);color:#fff}.btn-dark:hover{background:#1c2940;transform:translateY(-2px)}.btn-outline{border-color:#ccd2dc;background:#fff;color:var(--ink)}.btn-outline:hover{border-color:var(--gold);color:#8b671d}.hamburger{display:none;border:0;background:var(--ink);color:#fff;width:44px;height:44px;border-radius:12px;font-size:1.25rem}
.hero{position:relative;overflow:hidden;background:linear-gradient(90deg,rgba(11,18,32,.96) 0%,rgba(11,18,32,.88) 48%,rgba(11,18,32,.3) 100%),url('../images/homepage-hero.webp') center/cover;min-height:690px;display:flex;align-items:center;color:#fff}.hero:after{content:"";position:absolute;inset:auto 0 0;height:110px;background:linear-gradient(transparent,rgba(11,18,32,.28))}.hero-grid{position:relative;z-index:2;display:grid;grid-template-columns:1.1fr .9fr;gap:52px;align-items:center}.hero h1{color:#fff;max-width:780px}.hero p{color:#d9e0eb;font-size:1.16rem;max-width:690px}.hero-actions{display:flex;flex-wrap:wrap;gap:12px;margin:28px 0}.micro-trust{display:flex;flex-wrap:wrap;gap:18px;color:#e9edf4;font-size:.92rem}.micro-trust span{display:flex;align-items:center;gap:7px}.hero-card{justify-self:end;background:rgba(255,255,255,.96);color:var(--text);border-radius:26px;padding:28px;max-width:390px;box-shadow:0 30px 80px rgba(0,0,0,.28)}.hero-card h3{font-size:1.5rem}.hero-card .offer{border:1px solid #ead9ae;background:#fffaf0;border-radius:16px;padding:16px;margin:16px 0}.hero-card strong{color:var(--ink)}
.trust-strip{position:relative;z-index:4;margin-top:-38px}.trust-grid{display:grid;grid-template-columns:repeat(4,1fr);background:#fff;border-radius:22px;border:1px solid var(--line);box-shadow:var(--shadow);overflow:hidden}.trust-item{padding:24px 18px;display:flex;align-items:center;gap:13px;border-right:1px solid var(--line)}.trust-item:last-child{border:0}.trust-icon{width:46px;height:46px;border-radius:14px;background:var(--cream);display:grid;place-items:center;font-size:1.35rem}.trust-item strong{display:block;color:var(--ink)}.trust-item span{font-size:.82rem;color:var(--muted)}
.van-stage{overflow:hidden;background:linear-gradient(180deg,#fff,#f8f5ed);padding:52px 0 68px}.van-wrap{position:relative;min-height:310px;border-radius:28px;background:linear-gradient(135deg,#f9f5ea,#eef1f6);border:1px solid var(--line);overflow:hidden}.van-wrap:before{content:"";position:absolute;left:0;right:0;bottom:54px;height:4px;background:repeating-linear-gradient(90deg,#bdc3cb 0 38px,transparent 38px 72px)}.van-copy{position:absolute;left:6%;top:16%;z-index:2;max-width:420px}.van-copy h2{font-size:clamp(1.9rem,3vw,3rem)}.van-image{position:absolute;right:-6%;bottom:35px;width:min(54%,620px);animation:driveLeft 8s ease-in-out infinite alternate;filter:drop-shadow(0 26px 18px rgba(11,18,32,.18))}@keyframes driveLeft{from{transform:translateX(7%)}to{transform:translateX(-18%)}}
.grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.grid-2{display:grid;grid-template-columns:repeat(2,1fr);gap:34px}.card{border:1px solid var(--line);border-radius:var(--radius);background:#fff;overflow:hidden;transition:.25s;box-shadow:0 8px 28px rgba(11,18,32,.045)}.card:hover{transform:translateY(-7px);box-shadow:var(--shadow);border-color:#e3d2a7}.card-img{aspect-ratio:16/10;object-fit:cover;width:100%;background:#eef1f4}.card-body{padding:24px}.card-body p{color:var(--muted);margin:0 0 18px}.service-link{font-weight:850;color:#8d681f}.service-link:hover{color:var(--ink)}
.offer-band{background:var(--ink);color:#fff;border-radius:30px;padding:46px;display:grid;grid-template-columns:1.1fr .9fr;gap:30px;align-items:center;position:relative;overflow:hidden}.offer-band:after{content:"";position:absolute;width:260px;height:260px;border-radius:50%;background:rgba(212,166,74,.15);right:-80px;top:-90px}.offer-band h2{color:#fff}.offer-band p{color:#cdd5e1}.offer-cards{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;position:relative;z-index:2}.mini-offer{background:rgba(255,255,255,.07);border:1px solid rgba(255,255,255,.12);border-radius:16px;padding:16px}.mini-offer strong{display:block;color:var(--gold-2);font-size:1.03rem}.mini-offer span{font-size:.85rem;color:#d8dfeb}
.split{display:grid;grid-template-columns:.95fr 1.05fr;gap:58px;align-items:center}.feature-img{border-radius:28px;box-shadow:var(--shadow);min-height:500px;object-fit:cover}.checks{display:grid;gap:12px;margin:24px 0}.check{display:flex;gap:11px}.check i{font-style:normal;width:25px;height:25px;border-radius:50%;background:#f6edd8;display:grid;place-items:center;color:#8c681f;font-weight:900;flex:none}.check strong{color:var(--ink)}
.area-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin-top:26px}.area{border:1px solid var(--line);border-radius:16px;padding:16px;background:#fff;display:flex;gap:10px;align-items:center;font-weight:750;color:var(--ink)}.area span{font-size:1.15rem}
.review-section{background:var(--cream)}.review-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:36px;align-items:start}.review-score{background:var(--ink);color:#fff;padding:34px;border-radius:26px}.review-score h2{color:#fff}.stars{color:var(--gold-2);font-size:1.35rem;letter-spacing:3px}.review-cards{display:grid;gap:16px}.review{background:#fff;border:1px solid #ede7d8;border-radius:18px;padding:22px}.review p{margin:8px 0;color:#525d6f}.review small{color:var(--muted)}
.form-wrap{background:#fff;border:1px solid var(--line);border-radius:26px;padding:30px;box-shadow:var(--shadow)}.form-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}.field{display:grid;gap:7px}.field.full{grid-column:1/-1}.field label{font-size:.84rem;font-weight:800;color:var(--ink)}.field input,.field select,.field textarea{width:100%;border:1px solid #d8dde6;border-radius:12px;padding:13px 14px;outline:none;background:#fff}.field input:focus,.field select:focus,.field textarea:focus{border-color:var(--gold);box-shadow:0 0 0 3px rgba(212,166,74,.14)}.field textarea{min-height:110px;resize:vertical}.form-note{font-size:.78rem;color:var(--muted);margin-top:12px}
.faqs{max-width:880px;margin:30px auto 0}.faq{border-bottom:1px solid var(--line)}.faq button{width:100%;border:0;background:transparent;padding:20px 0;text-align:left;font-weight:850;color:var(--ink);display:flex;justify-content:space-between;gap:20px;cursor:pointer}.faq .answer{display:none;padding:0 0 20px;color:var(--muted)}.faq.open .answer{display:block}.faq.open button span:last-child{transform:rotate(45deg)}
.page-hero{background:linear-gradient(100deg,rgba(11,18,32,.96),rgba(11,18,32,.76)),url('../images/page-hero.webp') center/cover;padding:112px 0 96px;color:#fff}.page-hero h1{color:#fff;font-size:clamp(2.6rem,5vw,4.5rem)}.page-hero p{color:#d8dfeb;max-width:730px;font-size:1.12rem}.breadcrumbs{font-size:.84rem;color:#c6ceda;margin-bottom:18px}.breadcrumbs a{color:var(--gold-2)}
.content-block p{color:#5c6677}.content-block ul{padding-left:20px}.content-block li{margin:8px 0}.callout{background:#fff9eb;border:1px solid #ead5a3;border-radius:18px;padding:20px;margin:24px 0}.callout strong{color:#795719}.service-facts{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-top:28px}.fact{background:#f8f9fb;border:1px solid var(--line);border-radius:16px;padding:18px}.fact strong{display:block;color:var(--ink)}
.footer{background:#080e19;color:#b9c3d2;padding:62px 0 24px}.footer-grid{display:grid;grid-template-columns:1.15fr .8fr .9fr 1fr;gap:36px}.footer h3{color:#fff;font-size:1rem;margin-bottom:16px}.footer p,.footer a{font-size:.91rem}.footer a:hover{color:var(--gold-2)}.footer-links{display:grid;gap:8px}.footer-brand{color:#fff;font-size:1.15rem;font-weight:900}.footer .payments{display:flex;flex-wrap:wrap;gap:7px;margin-top:12px}.pay{background:#fff;color:#111827;font-size:.72rem;font-weight:900;padding:7px 9px;border-radius:8px}.footer-bottom{border-top:1px solid rgba(255,255,255,.09);margin-top:42px;padding-top:20px;display:flex;justify-content:space-between;gap:18px;font-size:.8rem}.sticky-call{display:none}
.reveal{opacity:0;transform:translateY(26px);transition:opacity .65s ease,transform .65s ease}.reveal.visible{opacity:1;transform:none}
@media(max-width:980px){.menu,.nav-cta .btn{display:none}.hamburger{display:block}.nav{height:72px}.menu.mobile-open{display:flex;position:absolute;left:20px;right:20px;top:78px;flex-direction:column;align-items:stretch;background:#fff;border:1px solid var(--line);border-radius:18px;padding:16px;box-shadow:var(--shadow);gap:6px}.menu.mobile-open .drop-btn{padding:10px 12px;width:100%;text-align:left}.menu.mobile-open .dropdown{position:static;opacity:1;visibility:visible;transform:none;width:auto;box-shadow:none;border:0;padding:0 0 0 12px}.hero{min-height:650px}.hero-grid{grid-template-columns:1fr}.hero-card{display:none}.trust-grid{grid-template-columns:repeat(2,1fr)}.trust-item:nth-child(2){border-right:0}.grid-3{grid-template-columns:repeat(2,1fr)}.split,.review-grid,.offer-band{grid-template-columns:1fr}.area-grid{grid-template-columns:repeat(2,1fr)}.footer-grid{grid-template-columns:repeat(2,1fr)}.van-copy{position:relative;left:auto;top:auto;padding:34px;max-width:55%}.van-image{width:58%;right:-8%;bottom:28px}.service-facts{grid-template-columns:1fr 1fr}}
@media(max-width:640px){body{padding-bottom:74px}.container{width:min(100% - 28px,var(--max))}.topbar .container{justify-content:center;text-align:center}.topbar .container span:first-child{display:none}.brand{font-size:.9rem}.brand-mark{width:40px;height:40px}.hero{min-height:610px;background-position:62% center}.hero h1{font-size:2.65rem}.hero p{font-size:1rem}.hero-actions .btn{width:100%}.micro-trust{display:grid;gap:10px}.trust-strip{margin-top:0}.trust-grid{grid-template-columns:1fr 1fr;border-radius:0;margin-left:-14px;margin-right:-14px}.trust-item{padding:16px 12px;display:block;text-align:center}.trust-icon{margin:0 auto 7px}.section{padding:64px 0}.grid-3,.grid-2{grid-template-columns:1fr}.offer-band{padding:28px 22px;border-radius:22px}.offer-cards{grid-template-columns:1fr}.area-grid{grid-template-columns:1fr 1fr}.feature-img{min-height:320px}.form-grid{grid-template-columns:1fr}.field.full{grid-column:auto}.footer-grid{grid-template-columns:1fr}.footer-bottom{flex-direction:column}.van-wrap{min-height:430px}.van-copy{max-width:100%;padding:26px}.van-image{width:90%;right:-12%;bottom:22px}.sticky-call{display:flex;position:fixed;right:18px;bottom:18px;z-index:100;width:58px;height:58px;border-radius:50%;align-items:center;justify-content:center;background:var(--gold);color:#111;box-shadow:0 14px 35px rgba(11,18,32,.3);font-size:1.35rem;border:3px solid #fff}.page-hero{padding:82px 0 68px}.service-facts{grid-template-columns:1fr}.trust-item strong{font-size:.84rem}.trust-item span{font-size:.72rem}}

/* Revised conversion-focused hero form and trust badges */
.hero-lead-card{padding:30px}
.hero-form{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:18px}
.hero-form .field{margin:0}
.hero-form .field:nth-of-type(3),.hero-form .field:nth-of-type(4),.hero-form .btn{grid-column:1/-1}
.hero-form label{display:block;font-size:.76rem;font-weight:800;margin-bottom:5px;color:#18202e}
.hero-form input,.hero-form select{width:100%;height:46px;border:1px solid #d8dde7;border-radius:12px;background:#fff;padding:0 13px;font:inherit;color:#111827;outline:none}
.hero-form input:focus,.hero-form select:focus{border-color:var(--gold);box-shadow:0 0 0 3px rgba(215,166,65,.14)}
.brand-badges .brand-badge{min-height:92px}
.badge-logo{width:42px;height:42px;object-fit:contain;flex:0 0 42px}
.badge-seal{width:46px;height:46px;border:2px solid var(--gold);border-radius:50%;display:grid;place-items:center;font-size:.9rem;font-weight:900;color:#101828;background:#fffaf0;flex:0 0 46px}
@media(max-width:700px){.hero-form{grid-template-columns:1fr}.hero-form .field,.hero-form .btn{grid-column:1}.hero-lead-card{padding:22px}}

/* Requested homepage refinements */
.hero-lead-card .hero-form-intro{
  color:#4b5563 !important;
  opacity:1 !important;
  font-weight:500;
  line-height:1.65;
}
.hero-lead-card h3{color:#081326}
.hero-lead-card label{color:#081326}
.hero-lead-card input,.hero-lead-card select{color:#111827}
.hero-lead-card input::placeholder{color:#737b88;opacity:1}

/* Short, subtle van movement only */
.van-stage img,
.van-stage .service-van,
.service-van-img{
  animation:vanGentleMove 5.5s ease-in-out infinite !important;
  will-change:transform;
}
@keyframes vanGentleMove{
  0%,100%{transform:translateX(0)}
  50%{transform:translateX(-28px)}
}

/* Branded trust badges */
.brand-badges .brand-badge{
  gap:15px;
  align-items:center;
}
.badge-art{
  width:58px;
  height:58px;
  min-width:58px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:15px;
  background:#fff;
  border:1px solid #e6e8ec;
  box-shadow:0 5px 18px rgba(8,19,38,.07);
}
.google-g{
  font-family:Arial,sans-serif;
  font-size:35px;
  line-height:1;
  font-weight:700;
  color:#4285F4;
}
.yelp-art{
  gap:2px;
  color:#d32323;
  font-family:Arial,sans-serif;
  font-weight:800;
}
.yelp-art span{font-size:16px}
.yelp-art b{font-size:25px;line-height:1}
.service-art{
  border-radius:50%;
  border:2px solid var(--gold);
  background:#fffaf0;
}
.clock-face{
  font-size:15px;
  font-weight:900;
  color:#8b6513;
}
.tech-art{
  color:#a47719;
  background:#fffaf0;
}
.tech-art svg{width:34px;height:34px}
.brand-badge strong{display:block;color:#081326}
.brand-badge span{display:block;color:#606978;margin-top:3px;font-size:.82rem}

@media(max-width:700px){
  .van-stage img,.van-stage .service-van,.service-van-img{
    animation:vanGentleMoveMobile 5.5s ease-in-out infinite !important;
  }
  @keyframes vanGentleMoveMobile{
    0%,100%{transform:translateX(0)}
    50%{transform:translateX(-12px)}
  }
}

/* FINAL HERO + VAN OVERRIDES */
.hero-premium{padding:74px 0 78px;background:
radial-gradient(circle at 82% 25%,rgba(255,255,255,.14),transparent 28%),
linear-gradient(110deg,#0b1424 0%,#172235 58%,#5d6673 100%);}
.hero-premium .hero-grid{align-items:center;gap:64px}
.hero-premium .hero-copy{max-width:760px}
.hero-premium .hero-copy h1{font-size:clamp(3.2rem,5.5vw,5.4rem);line-height:.98;letter-spacing:-.045em;margin:24px 0 24px;max-width:760px}
.hero-premium .hero-lead{max-width:720px;font-size:1.18rem;line-height:1.72;color:#e7ebf2;margin:0 0 28px}
.hero-premium .hero-actions{display:flex;gap:14px;flex-wrap:wrap;margin-bottom:28px}
.hero-premium .hero-points{display:flex;gap:25px;flex-wrap:wrap;color:#f5f7fa;font-size:.93rem}
.hero-premium .hero-lead-card{padding:28px 30px 30px;border-radius:24px;box-shadow:0 25px 70px rgba(3,10,20,.24);max-width:510px;margin-left:auto}
.hero-premium .hero-lead-card h2{font-size:2rem;line-height:1.08;margin:13px 0 9px;color:#081326}
.hero-premium .hero-form-intro{font-size:.96rem;line-height:1.55;margin:0 0 17px;color:#566171!important}
.hero-premium .hero-form{gap:11px}
.hero-premium .hero-form input,.hero-premium .hero-form select{height:48px;border-radius:10px}
.hero-premium .hero-form .btn{height:50px;margin-top:2px}
.hero-premium .btn-gold{background:var(--gold);color:#07111f;border-color:var(--gold);font-weight:800}
.hero-premium .btn-gold:hover{transform:translateY(-2px)}
.hero-premium .btn-light{background:#fff;color:#07111f;border-color:#fff}

/* The van moves ONLY 8px to the left, then returns. Target the actual .van-image class. */
.van-image{
animation:vanTinyMotion 6s ease-in-out infinite!important;
transform:translateX(0);
}
@keyframes vanTinyMotion{
0%,100%{transform:translateX(0)}
50%{transform:translateX(-8px)}
}
@media(max-width:900px){
.hero-premium{padding:52px 0}
.hero-premium .hero-grid{gap:32px}
.hero-premium .hero-lead-card{max-width:none;margin:0}
}
@media(max-width:700px){
.hero-premium .hero-copy h1{font-size:clamp(2.7rem,13vw,4rem)}
.hero-premium .hero-lead{font-size:1.04rem}
.hero-premium .hero-points{gap:12px 18px}
.hero-premium .hero-lead-card{padding:23px 20px}
.hero-premium .hero-form{grid-template-columns:1fr}
.hero-premium .hero-form .field,.hero-premium .hero-form .full,.hero-premium .hero-form .btn{grid-column:1!important}
.van-image{animation:vanTinyMotionMobile 6s ease-in-out infinite!important}
@keyframes vanTinyMotionMobile{0%,100%{transform:translateX(0)}50%{transform:translateX(-5px)}}
}
@media(prefers-reduced-motion:reduce){.van-image{animation:none!important}}

/* FINAL VAN SECTION REBUILD */
.van-wrap:before{display:none!important;content:none!important}

.brand-logo{width:78px;height:48px;object-fit:contain;flex:0 0 78px}
.brand-logo.round-logo{width:54px;height:54px;flex-basis:54px}
.google-logo{width:92px;flex-basis:92px}
.yelp-logo{width:76px;flex-basis:76px}

.van-image{animation:vanMicroMove 7s ease-in-out infinite!important}
@keyframes vanMicroMove{0%,100%{transform:translateX(0)}50%{transform:translateX(-6px)}}

@media(max-width:700px){
  .van-stage{padding:34px 0 44px!important}
  .van-wrap{
    display:flex!important;
    flex-direction:column!important;
    min-height:0!important;
    overflow:hidden!important;
    border-radius:24px!important;
  }
  .van-copy{
    position:relative!important;
    left:auto!important;top:auto!important;
    max-width:none!important;
    width:100%!important;
    padding:28px 24px 18px!important;
    z-index:2!important;
  }
  .van-copy h2{font-size:2.35rem!important;line-height:1.04!important;margin-bottom:18px!important}
  .van-copy p{font-size:1rem!important;line-height:1.7!important;margin-bottom:20px!important}
  .van-image{
    position:relative!important;
    right:auto!important;bottom:auto!important;
    display:block!important;
    width:92%!important;
    max-width:520px!important;
    height:auto!important;
    margin:4px auto 20px!important;
    object-fit:contain!important;
    animation:vanMicroMobile 7s ease-in-out infinite!important;
  }
  @keyframes vanMicroMobile{0%,100%{transform:translateX(0)}50%{transform:translateX(-3px)}}
  .van-wrap:before{display:none!important}
  .brand-badges .brand-badge{min-height:86px}
}
@media(prefers-reduced-motion:reduce){.van-image{animation:none!important}}

/* SINGLE TRUST BADGE IMAGE — replace assets/images/trust-badges.webp with the final 1600x300 WebP */
.trust-image-section{
  position:relative;
  z-index:5;
  background:#fff;
  padding:0 0 38px;
}
.hero + .trust-image-section{
  margin-top:-38px;
  background:transparent;
}
.trust-image-wrap{
  width:100%;
  max-width:1600px;
  margin:0 auto;
  background:#fff;
  border:1px solid #e3e7ed;
  border-radius:26px;
  padding:14px 22px;
  box-shadow:0 18px 46px rgba(8,19,38,.10);
  overflow:hidden;
}
.trust-badges-image{
  display:block;
  width:100%;
  height:auto;
  max-height:250px;
  object-fit:contain;
  margin:0 auto;
}
@media(max-width:700px){
  .hero + .trust-image-section{margin-top:-18px}
  .trust-image-section{padding-bottom:28px}
  .trust-image-wrap{
    border-radius:18px;
    padding:10px 8px;
    overflow-x:auto;
    -webkit-overflow-scrolling:touch;
  }
  .trust-badges-image{
    width:760px;
    max-width:none;
    height:auto;
  }
}

/* FOUR INDIVIDUAL TRUST IMAGES */
.trust-four-images{
display:grid;
grid-template-columns:repeat(4,1fr);
background:#fff;
border:1px solid #e3e7ed;
border-radius:26px;
box-shadow:0 18px 46px rgba(8,19,38,.10);
overflow:hidden;
}
.trust-image-card{
min-height:150px;
display:flex;
align-items:center;
justify-content:center;
padding:20px 24px;
border-right:1px solid #e3e7ed;
}
.trust-image-card:last-child{border-right:0}
.trust-image-card img{
display:block;
width:100%;
max-width:260px;
height:105px;
object-fit:contain;
}
@media(max-width:900px){
.trust-four-images{grid-template-columns:repeat(2,1fr)}
.trust-image-card:nth-child(2){border-right:0}
.trust-image-card:nth-child(-n+2){border-bottom:1px solid #e3e7ed}
}
@media(max-width:560px){
.trust-four-images{grid-template-columns:1fr;border-radius:20px}
.trust-image-card{min-height:118px;border-right:0!important;border-bottom:1px solid #e3e7ed!important;padding:14px 20px}
.trust-image-card:last-child{border-bottom:0!important}
.trust-image-card img{height:90px;max-width:300px}
}

/* HOMEPAGE TRUST BADGES: compact 2 x 2 layout on phones */
@media(max-width:560px){
  .trust-image-section .trust-four-images{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    border-radius:18px!important;
  }
  .trust-image-section .trust-image-card{
    min-height:105px!important;
    height:105px!important;
    padding:10px!important;
    border-right:1px solid #e3e7ed!important;
    border-bottom:1px solid #e3e7ed!important;
  }
  .trust-image-section .trust-image-card:nth-child(2n){
    border-right:0!important;
  }
  .trust-image-section .trust-image-card:nth-child(n+3){
    border-bottom:0!important;
  }
  .trust-image-section .trust-image-card img{
    width:100%!important;
    max-width:155px!important;
    height:78px!important;
    object-fit:contain!important;
  }
}

/* Real logo image in header and footer */
.brand-image-link{display:flex;align-items:center;flex:0 0 auto;line-height:0}
.site-logo{display:block;width:auto;height:58px;max-width:245px;object-fit:contain}
.footer-logo-link{display:inline-flex;align-items:center;margin-bottom:16px;line-height:0}
.footer-logo{display:block;width:auto;height:72px;max-width:280px;object-fit:contain}
@media(max-width:900px){.site-logo{height:52px;max-width:210px}}
@media(max-width:640px){.site-logo{height:44px;max-width:175px}.footer-logo{height:62px;max-width:230px}}
