/* DI shared chrome — header + footer (source of truth for all pages)
   Hosted at: /wp-content/uploads/elementor/di-chrome.css
   IMPORTANT: this file must load AFTER page <style> blocks (sync injects before </body>).
*/

/* —— Utility bar (trust + offer) —— */
.util-bar{
  background:#08131c;
  border-bottom:1px solid rgba(255,255,255,.08);
}
.util-bar-inner{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px 20px;
  min-height:32px;
  flex-wrap:wrap;
}
.util-trust,
.util-reviews,
.util-offer{
  margin:0;
  color:#C5CDD6;
  font-size:12px;
  font-weight:600;
  letter-spacing:.02em;
  white-space:nowrap;
  text-decoration:none;
}
.util-reviews{
  display:inline-flex;
  align-items:center;
  gap:6px;
  color:#F5F7FA;
}
.util-reviews:hover,
.util-offer:hover{color:#ebcf10 !important}
.util-star{color:#ebcf10;font-size:12px;line-height:1}
.util-offer{
  flex:0 0 auto;
  color:#ebcf10 !important;
  font-size:11px;
  font-weight:700;
  letter-spacing:.12em;
  text-transform:uppercase;
}
header.scrolled .util-bar{display:none}

/* —— Desktop header —— */
.nav{
  display:flex !important;
  align-items:center;
  justify-content:space-between;
  gap:14px;
  flex-wrap:nowrap !important;
  padding:12px 0 !important;
  position:relative;
}
header.scrolled .nav{padding:8px 0 !important}
/* Leaflet map panes default z-index 200–700 and paint over the sticky header */
header,
#siteHeader,
[id^="di-"] header{
  z-index:1100 !important;
  overflow:visible !important;
}
.map-frame{
  isolation:isolate;
  z-index:1;
}
.brand{flex:0 0 auto;min-width:0}
.brand-logo,
.nav .brand-logo,
#di-site .brand-logo,
[id^="di-"] .brand-logo{
  height:118px !important;
  max-width:min(420px,46vw) !important;
  width:auto !important;
  object-fit:contain;
  filter:drop-shadow(0 2px 8px rgba(0,0,0,.45));
}
header.scrolled .brand-logo,
#di-site header.scrolled .brand-logo,
[id^="di-"] header.scrolled .brand-logo{
  height:92px !important;
  max-width:min(340px,40vw) !important;
}
.nav-links{
  display:flex !important;
  align-items:center;
  gap:clamp(12px,1.2vw,22px) !important;
  flex:1 1 auto;
  justify-content:center !important;
  min-width:0;
  flex-wrap:nowrap !important;
}
.nav-links > a,
.nav-dd > a{
  white-space:nowrap !important;
  flex-shrink:0;
  line-height:1.15;
  font-size:15px;
  font-weight:700;
  color:#F5F7FA !important;
  text-decoration:none;
}
.nav-links > a:hover,
.nav-dd > a:hover,
.nav-links > a:focus-visible,
.nav-dd > a:focus-visible,
.nav-dd.is-open > a{
  color:#ebcf10 !important;
}
.nav-dd{flex-shrink:0;position:relative;z-index:95}
.nav-dd.is-open{z-index:200}
.nav-dd > a{
  display:inline-flex !important;
  align-items:center;
  gap:6px;
  padding:12px 2px !important;
  margin:-12px 0 !important;
}
#di-site .nav-dd.is-open > a,
header .nav-dd.is-open > a,
.nav-dd.is-open > a{
  color:#ebcf10 !important;
  -webkit-text-fill-color:#ebcf10 !important;
}
.nav-dd > a::after{
  content:"";
  width:0;height:0;
  border-left:4px solid transparent;
  border-right:4px solid transparent;
  border-top:5px solid currentColor;
  opacity:.7;
}
.nav-cta{display:flex;align-items:center;gap:14px;flex:0 0 auto}
.nav-phone{
  display:inline-flex !important;
  flex-direction:column;
  align-items:flex-end;
  gap:2px;
  line-height:1.05;
  text-decoration:none;
}
.nav-phone-label{
  font-size:10px;
  font-weight:700;
  letter-spacing:.16em;
  text-transform:uppercase;
  color:#A8B2BD;
}
.nav-phone-num{
  font-size:17px;
  font-weight:800;
  color:#F5F7FA;
  letter-spacing:.01em;
  white-space:nowrap;
}
.nav-phone:hover .nav-phone-num{color:#ebcf10}
.nav-cta .btn,
.nav-cta .hcp-button{white-space:nowrap;flex-shrink:0;padding:12px 16px !important;font-size:14px !important}

/* Yellow Schedule Service CTAs — typography only */
.nav-cta .btn.btn-gold.hcp-button,
.btn.btn-gold.hcp-button.di-schedule-cta{
  color:#FFFFFF !important;
  font-weight:600 !important;
  letter-spacing:.3px;
  text-transform:uppercase;
  text-align:center;
  white-space:nowrap;
}
.menu-toggle{display:none}

/* Services dropdown (desktop) */
.nav-dd-mega{position:static}
.nav-dd-menu{
  display:none;
  position:absolute;
  top:calc(100% - 4px);
  left:0;
  transform:none;
  min-width:220px;
  padding:14px 12px 12px;
  margin:0;
  background:#0C1720;
  border:1px solid rgba(0,131,249,.45);
  border-radius:16px;
  box-shadow:0 22px 48px rgba(12,23,32,.38);
  z-index:1300;
}
.nav-dd-menu::before{
  content:"";
  position:absolute;
  left:0;right:0;top:-28px;height:28px;
}
.nav-dd.is-open > .nav-dd-menu{
  display:grid;
  gap:2px;
}
.nav-dd-menu.is-mega{
  left:50%;
  right:auto;
  top:calc(100% - 6px);
  transform:translateX(-50%);
  width:min(1260px, 88vw);
  max-width:min(1260px, calc(100vw - 24px));
  min-width:0;
  grid-template-columns:repeat(3, minmax(0, 1fr));
  gap:2px 20px;
  padding:12px 18px 10px;
  background:#FFFFFF;
  border:1px solid #ebcf10;
  border-radius:16px;
  box-shadow:0 24px 56px rgba(12,23,32,.32), 0 6px 16px rgba(12,23,32,.14);
}
.nav-dd-menu.is-mega[data-cols="2"]{
  width:min(860px, 88vw);
  max-width:min(860px, calc(100vw - 24px));
  grid-template-columns:repeat(2, minmax(0, 1fr));
}
.nav-dd-menu.is-mega .nav-dd-title{
  grid-column:1 / -1;
  margin:0 0 2px;
  padding:0 8px 8px;
  text-align:center;
  font-family:Oswald,sans-serif;
  font-size:13px;
  font-weight:600;
  letter-spacing:.16em;
  text-transform:uppercase;
  color:#0C1720;
  border-bottom:1px solid #ebcf10;
}
.nav-dd-col{min-width:0}
.nav-dd-label{
  display:flex;
  align-items:center;
  gap:8px;
  width:100%;
  margin:0 0 1px;
  padding:3px 10px 4px;
  border:0;
  background:transparent;
  appearance:none;
  -webkit-appearance:none;
  font-family:inherit;
  font-size:11px;
  font-weight:700;
  letter-spacing:.14em;
  line-height:1.2;
  text-transform:uppercase;
  text-align:left;
  color:#0083f9;
  cursor:default;
}
.nav-dd-label:focus-visible{
  outline:2px solid #0083f9;
  outline-offset:2px;
  border-radius:8px;
}
.nav-dd-ico{
  width:14px;
  height:14px;
  flex:0 0 14px;
  opacity:.9;
}
.nav-dd-menu a{
  display:flex !important;
  align-items:center;
  justify-content:space-between;
  gap:10px;
  padding:7px 10px;
  border-radius:8px;
  color:#F5F7FA !important;
  white-space:nowrap;
  font-size:14px;
  font-weight:600;
  text-decoration:none;
  transition:background .18s ease, color .18s ease;
}
.nav-dd-menu a:hover,
.nav-dd-menu a:focus-visible{
  background:rgba(0,131,249,.16);
  color:#0083f9 !important;
}
.nav-dd-menu a:focus-visible{
  outline:2px solid #0083f9;
  outline-offset:1px;
}
.nav-dd-menu.is-mega a{
  color:#0C1720 !important;
}
.nav-dd-menu.is-mega a:hover,
.nav-dd-menu.is-mega a:focus-visible{
  background:#F3F6F9;
  color:#0083f9 !important;
}
.nav-dd-menu.is-mega a::after{
  content:"\2192";
  opacity:0;
  transform:translateX(-4px);
  color:#0083f9;
  font-size:13px;
  font-weight:700;
  transition:opacity .18s ease, transform .18s ease;
}
.nav-dd-menu.is-mega a:hover::after,
.nav-dd-menu.is-mega a:focus-visible::after{
  opacity:1;
  transform:translateX(0);
}
.nav-dd-popular{
  grid-column:1 / -1;
  display:grid;
  grid-template-columns:1fr;
  gap:2px;
  margin-top:4px;
  padding-top:8px;
  border-top:1px solid rgba(235,207,16,.65);
}
.nav-dd-popular .nav-dd-col-items{
  display:flex;
  flex-wrap:wrap;
  justify-content:flex-start;
  align-items:center;
  gap:4px 6px;
  padding:0 6px 2px;
}
.nav-dd-popular .nav-dd-col-items a{
  flex:0 0 auto;
  width:auto;
  min-width:0;
  justify-content:flex-start;
  gap:8px;
  padding:6px 10px;
}
.nav-dd-finance{
  grid-column:1 / -1;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:8px 16px;
  margin-top:6px;
  padding:7px 12px;
  background:#F3F6F9;
  border-radius:10px;
}
.nav-dd-finance-title{
  margin:0;
  font-size:11px;
  font-weight:700;
  letter-spacing:.04em;
  text-transform:uppercase;
  color:#0C1720;
}
.nav-dd-finance-copy{
  margin:2px 0 0;
  font-size:12px;
  font-weight:400;
  color:#5A6673;
}
.nav-dd-menu.is-mega a.nav-dd-finance-link{
  flex:0 0 auto;
  padding:4px 0;
  background:transparent;
  color:#0083f9 !important;
  font-size:12px;
  font-weight:700;
  white-space:nowrap;
}
.nav-dd-menu.is-mega a.nav-dd-finance-link::after{content:none}
.nav-dd-menu.is-mega a.nav-dd-finance-link:hover,
.nav-dd-menu.is-mega a.nav-dd-finance-link:focus-visible{
  background:transparent;
  color:#0C1720 !important;
}
.nav-dd-more{position:relative;flex-shrink:0}
.nav-dd-more > a{
  color:#F5F7FA !important;
}
.nav-dd-more > a:hover,
.nav-dd-more > a:focus-visible,
.nav-dd-more.is-open > a{
  color:#ebcf10 !important;
}
.nav-dd-more .nav-dd-menu,
.nav-dd-menu.is-util{
  left:auto;
  right:0;
  transform:none;
  width:min(460px, 90vw);
  grid-template-columns:1fr 1fr;
  gap:4px 16px;
  padding:12px 14px 10px;
  background:#FFFFFF;
  border:1px solid #ebcf10;
  border-radius:16px;
  box-shadow:0 24px 56px rgba(12,23,32,.32), 0 6px 16px rgba(12,23,32,.14);
}
.nav-dd-more .nav-dd-label,
.nav-dd-menu.is-util .nav-dd-label{
  color:#0C1720;
  padding:0 8px 8px;
  margin:0 0 2px;
  border-bottom:1px solid #ebcf10;
}
.nav-dd-more .nav-dd-menu a,
.nav-dd-menu.is-util a{
  padding:7px 10px;
  color:#0C1720 !important;
}
.nav-dd-more .nav-dd-menu a:hover,
.nav-dd-more .nav-dd-menu a:focus-visible,
.nav-dd-menu.is-util a:hover,
.nav-dd-menu.is-util a:focus-visible{
  background:#F3F6F9;
  color:#0083f9 !important;
}
@media (prefers-reduced-motion:reduce){
  .nav-dd-menu a,
  .nav-dd-menu.is-mega a::after{transition:none}
}

/* Trustindex floating review certificate */
.ti-widget[data-layout-id="74"],
.ti-widget.ti-certificate{
  z-index:1200 !important;
}
.ti-widget .ti-sticky-button,
.ti-widget .ti-trust-badge{
  bottom:84px !important;
}
@media (max-width:860px){
  .ti-widget .ti-sticky-button,
  .ti-widget .ti-trust-badge{
    bottom:96px !important;
    right:14px !important;
  }
}

/* —— Footer —— */
footer{
  border-top:1px solid var(--line,#1e2f3d);
  padding:48px 0 28px !important;
  color:var(--muted,#A8B2BD);
  font-size:14px;
  background:var(--bg,#0C1720);
}
footer .foot,
.foot,
[id^="di-"] .foot{
  display:grid !important;
  grid-template-columns:minmax(220px,1.35fr) repeat(3,minmax(100px,.62fr)) !important;
  gap:28px 18px !important;
  align-items:start !important;
}
footer .foot-brand,
.foot-brand{
  display:flex !important;
  flex-direction:column !important;
  align-items:flex-start !important;
  gap:10px !important;
  color:var(--text,#F5F7FA);
}
footer .foot-brand-link,
.foot-brand-link{
  display:block;
  line-height:0;
}
footer .foot-logo,
.foot-logo,
[id^="di-"] .foot-logo{
  height:128px !important;
  max-width:min(320px,100%) !important;
  width:auto !important;
  background:transparent !important;
  border-radius:0 !important;
  padding:0 !important;
  object-fit:contain;
  filter:drop-shadow(0 4px 14px rgba(0,0,0,.4));
}
footer .foot-call-label,
.foot-call-label{
  margin:10px 0 0 !important;
  color:var(--gold,#ebcf10) !important;
  font-size:12px;
  font-weight:700;
  letter-spacing:.14em;
  text-transform:uppercase;
}
footer .foot-phone,
.foot-phone{
  font-family:"Oswald",sans-serif;
  font-size:clamp(26px,3vw,34px);
  font-weight:700;
  letter-spacing:.02em;
  color:#fff !important;
  line-height:1.1;
  text-decoration:none;
}
footer .foot-phone:hover,
.foot-phone:hover{color:var(--gold,#ebcf10) !important;outline:none}
footer .foot-phone:focus,
.foot-phone:focus{color:var(--gold,#ebcf10) !important;outline:none}
footer .foot-phone:focus-visible,
.foot-phone:focus-visible{color:var(--gold,#ebcf10) !important;outline:2px solid var(--gold,#ebcf10);outline-offset:3px}
footer .foot-serve-label,
.foot-serve-label{
  margin:8px 0 0 !important;
  color:#0083f9 !important;
  font-size:12px;
  font-weight:700;
  letter-spacing:.12em;
  text-transform:uppercase;
}
footer .foot-serve-areas,
.foot-serve-areas{
  margin:4px 0 0 !important;
  color:var(--muted,#A8B2BD);
  font-size:13px;
  line-height:1.55;
  max-width:40ch;
}
footer .foot-serve,
.foot-serve,
footer .foot-addr,
.foot-addr{
  margin:0;
  color:var(--muted,#A8B2BD);
  font-size:14px;
  line-height:1.6;
  max-width:36ch;
}
footer .foot-social,
.foot-social{
  margin-top:10px;
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  gap:10px;
}
footer .foot-social-label,
.foot-social-label{
  margin:0 !important;
  color:#0083f9 !important;
  font-size:12px;
  font-weight:700;
  letter-spacing:.12em;
  text-transform:uppercase;
}
footer .foot-social-links,
.foot-social-links{
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:14px;
}
footer .foot-social-link,
.foot-social-link{
  display:inline-flex !important;
  align-items:center;
  justify-content:center;
  width:24px;
  height:24px;
  color:#F5F7FA !important;
  text-decoration:none !important;
  transition:color .15s ease;
}
footer .foot-social-link svg,
.foot-social-link svg{width:22px;height:22px;display:block}
footer .foot-social-link:hover,
.foot-social-link:hover{color:#0083f9 !important;outline:none}
footer .foot-social-link:focus,
.foot-social-link:focus{color:#0083f9 !important;outline:none}
footer .foot-social-link:focus-visible,
.foot-social-link:focus-visible{
  color:#0083f9 !important;
  outline:2px solid var(--gold,#ebcf10);
  outline-offset:3px;
  border-radius:4px;
}
footer .foot-social-pending,
.foot-social-pending{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:24px;
  height:24px;
  color:rgba(245,247,250,.45);
}
footer .foot-social-pending svg,
.foot-social-pending svg{width:22px;height:22px;display:block}
footer .foot-col,
.foot-col{
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  gap:10px;
}
footer .foot-heading,
.foot-heading{
  margin:6px 0 6px !important;
  color:var(--gold,#ebcf10) !important;
  font-family:"Oswald",sans-serif;
  font-size:16px;
  font-weight:700;
  letter-spacing:.08em;
  text-transform:uppercase;
}
footer .foot-col a,
.foot-col a{
  color:#F5F7FA !important;
  font-size:15px;
  font-weight:600;
  line-height:1.35;
  padding:2px 0;
}
footer .foot-col a:hover,
.foot-col a:hover{color:var(--gold,#ebcf10) !important;outline:none}
footer .foot-col a:focus,
.foot-col a:focus{color:var(--gold,#ebcf10) !important;outline:none}
footer .foot-col a:focus-visible,
.foot-col a:focus-visible{color:var(--gold,#ebcf10) !important;outline:2px solid var(--gold,#ebcf10);outline-offset:2px}
footer .foot-nap,.foot-nap,
footer .foot-tag,.foot-tag,
footer .foot-legal,.foot-legal{line-height:1.7}
footer .foot-tag,.foot-tag{
  color:var(--gold,#ebcf10) !important;
  font-family:"Oswald",sans-serif;
  text-transform:uppercase;
  letter-spacing:.04em;
  font-size:15px;
  margin:4px 0 0 !important;
}
footer .foot-bottom,
.foot-bottom{
  display:flex;
  flex-wrap:wrap;
  justify-content:space-between;
  align-items:center;
  gap:12px 24px;
  margin-top:36px;
  padding-top:22px;
  border-top:1px solid rgba(255,255,255,.10);
  color:var(--muted,#A8B2BD);
  font-size:13px;
}
footer .foot-legal small,.foot-legal small{
  display:inline-block;
  margin-top:8px;
  color:var(--muted,#A8B2BD);
  font-size:12px;
  max-width:36ch;
}
footer .foot a,.foot a{color:var(--gold,#ebcf10)}
footer .foot a:hover,.foot a:hover{color:var(--gold2,#f5dc4a)}
footer .foot-bottom a,
.foot-bottom a{color:var(--gold,#ebcf10)}
footer .foot-bottom a:hover,
.foot-bottom a:hover{color:var(--gold2,#f5dc4a);outline:none}
footer .foot-bottom a:focus,
.foot-bottom a:focus{color:var(--gold2,#f5dc4a);outline:none}
footer .foot-bottom a:focus-visible,
.foot-bottom a:focus-visible{color:var(--gold2,#f5dc4a);outline:2px solid var(--gold,#ebcf10);outline-offset:2px}

/* —— Sticky mobile call bar —— */
.mobile-callbar,.mobile-cta{display:none !important}

/* —— Scroll to top —— */
.di-scroll-top{
  position:fixed;
  right:18px;
  bottom:24px;
  z-index:55;
  width:48px;
  height:48px;
  border:1px solid rgba(12,23,32,.14);
  border-radius:50%;
  background:linear-gradient(135deg,#ebcf10,#e3bf21);
  color:#0C1720;
  box-shadow:0 10px 28px rgba(235,207,16,.32);
  display:inline-flex;
  align-items:center;
  justify-content:center;
  cursor:pointer;
  opacity:0;
  visibility:hidden;
  pointer-events:none;
  transform:translateY(12px);
  transition:opacity .2s ease, transform .2s ease, visibility .2s;
  padding:0;
}
.di-scroll-top.is-visible{
  opacity:1;
  visibility:visible;
  pointer-events:auto;
  transform:translateY(0);
}
.di-scroll-top:hover{ transform:translateY(-2px); }
.di-scroll-top.is-visible:hover{ transform:translateY(-2px); }
.di-scroll-top:focus-visible{
  outline:2px solid #0083f9;
  outline-offset:3px;
}
.di-scroll-top svg{
  width:22px;
  height:22px;
  display:block;
}

/* ========== RESPONSIVE (must stay last so !important wins) ========== */

@media (max-width:1120px){
  .util-trust{display:none}
  .util-bar-inner{justify-content:center}
  .brand-logo,
  .nav .brand-logo,
  #di-site .brand-logo,
  [id^="di-"] .brand-logo{
    height:80px !important;
    max-width:min(280px,46vw) !important;
  }
  header.scrolled .brand-logo,
  #di-site header.scrolled .brand-logo,
  [id^="di-"] header.scrolled .brand-logo{
    height:64px !important;
    max-width:min(240px,40vw) !important;
  }
  html.di-nav-open,
  html.di-nav-open body{
    overflow:hidden !important;
    height:100% !important;
    overscroll-behavior:none;
  }
  html.di-nav-open #siteHeader,
  html.di-nav-open header{
    -webkit-backdrop-filter:none !important;
    backdrop-filter:none !important;
  }
  #siteHeader,
  header{
    overflow:visible !important;
  }
  .nav{position:relative;z-index:2}
  .nav-cta{
    flex-shrink:0;
    position:relative;
    z-index:3;
  }
  .nav-cta .btn,
  .nav-cta .hcp-button{
    display:none !important;
  }
  .nav-links{
    display:none !important;
  }
  .nav-links.open{
    display:flex !important;
    position:fixed !important;
    top:var(--di-header-h, 88px) !important;
    left:0 !important;
    right:0 !important;
    bottom:0 !important;
    width:100% !important;
    max-width:none !important;
    background:rgba(8,19,28,.98) !important;
    flex-direction:column;
    align-items:stretch;
    padding:12px 18px calc(96px + env(safe-area-inset-bottom, 0px)) !important;
    gap:4px !important;
    border-bottom:1px solid rgba(255,255,255,.10);
    justify-content:flex-start !important;
    flex-wrap:nowrap !important;
    z-index:1200 !important;
    overflow-x:hidden;
    overflow-y:auto;
    -webkit-overflow-scrolling:touch;
    box-shadow:0 24px 60px rgba(0,0,0,.45);
  }
  .menu-toggle{
    display:inline-flex !important;
    align-items:center;
    justify-content:center;
    flex-shrink:0;
    position:relative;
    z-index:3;
    min-width:44px;
    min-height:44px;
    padding:10px 14px;
    background:rgba(255,255,255,.04);
    border:1px solid rgba(255,255,255,.18);
    border-radius:10px;
    color:#F5F7FA;
    font:inherit;
    font-size:14px;
    font-weight:700;
    cursor:pointer;
    touch-action:manipulation;
    -webkit-tap-highlight-color:transparent;
  }
  .menu-toggle[aria-expanded="true"]{
    border-color:#ebcf10;
    color:#ebcf10;
  }
  .nav-dd-mega{position:relative}
  .nav-dd-menu{
    position:static;
    transform:none;
    width:auto;
    max-width:none;
    min-width:0;
    margin:0;
    padding:0 0 0 8px;
    background:transparent;
    border:none;
    box-shadow:none;
    display:none;
    left:auto;
    right:auto;
  }
  .nav-dd-menu.is-mega,
  .nav-dd-more .nav-dd-menu,
  .nav-dd-menu.is-util{
    min-width:0;
    width:auto;
    max-width:none;
    grid-template-columns:1fr;
    gap:4px;
    padding:10px 12px 8px;
    background:#FFFFFF;
    border:1px solid #ebcf10;
    border-radius:14px;
    box-shadow:none;
    transform:none;
    left:auto;
    right:auto;
  }
  .nav-dd-menu::before{display:none}
  .nav-dd:hover .nav-dd-menu,
  .nav-dd:focus-within .nav-dd-menu{display:none}
  .nav-dd.is-open > .nav-dd-menu{display:grid !important;gap:4px}
  .nav-dd > a{padding:12px 0 !important;margin:0 !important;width:100%;justify-content:space-between}
  .nav-dd-label{
    min-height:44px;
    padding:10px 8px;
    cursor:pointer;
    justify-content:space-between;
    border-radius:10px;
  }
  .nav-dd-label::after{
    content:"";
    width:0;height:0;
    border-left:5px solid transparent;
    border-right:5px solid transparent;
    border-top:6px solid currentColor;
    opacity:.7;
    transition:transform .18s ease;
  }
  .nav-dd-col.is-subopen > .nav-dd-label::after,
  .nav-dd-popular.is-subopen > .nav-dd-label::after{
    transform:rotate(180deg);
  }
  .nav-dd-col:not(.is-subopen) > .nav-dd-col-items,
  .nav-dd-popular:not(.is-subopen) > .nav-dd-col-items{
    display:none;
  }
  .nav-dd-popular{
    margin-top:4px;
    padding-top:4px;
  }
  .nav-dd-popular .nav-dd-col-items{
    display:grid;
    grid-template-columns:1fr;
  }
  .nav-dd-menu.is-mega a,
  .nav-dd-more a{
    min-height:44px;
    white-space:normal;
  }
  .nav-dd-menu.is-mega a::after{display:none}
  .nav-dd-finance{
    flex-direction:column;
    align-items:flex-start;
  }
}

@media (max-width:980px){
  footer .foot,.foot,[id^="di-"] .foot{grid-template-columns:1fr 1fr !important}
  footer .foot-brand,.foot-brand{grid-column:1 / -1}
  footer .foot-logo,.foot-logo,[id^="di-"] .foot-logo{height:112px !important}
  }


@media (max-width:860px){
  .mobile-callbar,.mobile-cta{
    display:flex !important;
    position:fixed;
    left:0;right:0;bottom:0;
    z-index:49;
    background:rgba(12,23,32,.98);
    backdrop-filter:blur(10px);
    border-top:1px solid var(--line,#1e2f3d);
    padding:10px 12px;
    gap:10px;
  }
  .mobile-callbar .btn,.mobile-cta .btn{flex:1;padding:13px 10px;font-size:14px}
  .di-scroll-top{ right:14px; bottom:86px; }
}

@media (max-width:640px){
  .util-bar{display:none}
  .nav{gap:10px !important;padding:8px 0 !important}
  header.scrolled .nav{padding:6px 0 !important}
  .brand-logo,
  .nav .brand-logo,
  #di-site .brand-logo,
  [id^="di-"] .brand-logo{
    height:70px !important;
    max-width:min(240px,58vw) !important;
  }
  header.scrolled .brand-logo,
  #di-site header.scrolled .brand-logo,
  [id^="di-"] header.scrolled .brand-logo{
    height:58px !important;
    max-width:min(210px,52vw) !important;
  }
  .nav-phone{
    display:inline-flex !important;
    align-items:flex-end;
  }
  .nav-phone-label{display:none}
  .nav-phone-num{font-size:14px !important}
  .nav-cta{gap:8px !important}
  .nav-cta .btn,
  .nav-cta .hcp-button{display:none !important}
  .menu-toggle{display:block !important;flex-shrink:0;min-width:44px;min-height:44px}
  footer .foot,.foot,[id^="di-"] .foot{grid-template-columns:1fr !important;gap:28px !important}
  footer .foot-brand,.foot-brand{order:1}
  footer .foot-col-services,.foot-col-services{order:2}
  footer .foot-col-company,.foot-col-company{order:3}
  footer .foot-col-resources,.foot-col-resources{order:4}
  footer .foot-logo,.foot-logo,[id^="di-"] .foot-logo{height:96px !important}
  footer .foot-phone,.foot-phone{font-size:28px !important}
  footer .foot-col a,.foot-col a{padding:6px 0;min-height:40px;display:inline-flex;align-items:center}
  footer .foot-bottom,.foot-bottom{flex-direction:column;align-items:flex-start;gap:10px}
  footer{padding-bottom:100px !important}
  .wrap,
  [id^="di-"] .wrap{
    width:min(1180px,calc(100% - 28px)) !important;
    max-width:1180px !important;
    margin-left:auto !important;
    margin-right:auto !important;
  }
  .mobile-callbar,.mobile-cta{padding:12px 14px !important;gap:12px !important}
}

@media (min-width:1121px){
  .menu-toggle{display:none !important}
}

/* ---- Live Google reviews ---- */
.g-mark,.g-star{display:block;flex:0 0 auto}
.g-mark{width:18px;height:18px}
.g-star{width:16px;height:16px}
.g-stars{display:inline-flex;align-items:center;gap:1px;line-height:0;color:#ebcf10}
.g-badge{
  display:inline-flex !important;
  align-items:center;
  gap:10px;
  padding:8px 14px 8px 10px;
  border-radius:999px;
  background:#fff !important;
  color:#202124 !important;
  border:1px solid #dadce0 !important;
  text-decoration:none !important;
  box-shadow:none;
}
.g-badge-mark{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:32px;height:32px;
  border-radius:50%;
  background:#fff;
  border:1px solid #eee;
}
.g-badge-mark .g-mark{width:18px;height:18px}
.g-badge-copy{display:flex;flex-direction:column;gap:1px;min-width:0}
.g-badge-brand{
  font-size:11px;
  font-weight:700;
  letter-spacing:.02em;
  color:#5f6368;
  line-height:1;
}
.g-badge-score{
  display:flex;
  align-items:center;
  gap:6px;
  line-height:1;
}
.g-badge-score b,
.g-badge [data-di-score]{
  font-family:Arial,Helvetica,sans-serif !important;
  font-size:18px !important;
  font-weight:700 !important;
  color:#202124 !important;
}
.g-badge-count{
  font-size:12px;
  color:#5f6368;
  white-space:nowrap;
}
.g-review{
  background:#fff !important;
  color:#202124 !important;
  border:1px solid #dadce0 !important;
  border-radius:12px !important;
  box-shadow:none !important;
  padding:20px 20px 18px !important;
}
.g-review-top{
  display:flex;
  align-items:center;
  gap:10px;
  margin-bottom:10px;
}
.g-avatar{
  width:36px;height:36px;
  border-radius:50%;
  background:#1a73e8;
  color:#fff;
  font-size:15px;
  font-weight:700;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  flex:0 0 auto;
  font-family:Arial,Helvetica,sans-serif;
}
.g-review-meta{flex:1 1 auto;min-width:0}
.g-review-meta strong{
  display:block;
  font-size:14px;
  font-weight:700;
  color:#202124;
  line-height:1.25;
  font-family:Arial,Helvetica,sans-serif;
}
.g-review-meta span{
  display:block;
  font-size:12px;
  color:#5f6368;
  margin-top:2px;
}
.g-review-logo{flex:0 0 auto;opacity:.95}
.g-review-logo .g-mark{width:20px;height:20px}
.g-review-rating{display:flex;align-items:center;gap:6px;margin:0 0 10px}
.g-review p{
  color:#3c4043 !important;
  font-size:14px !important;
  line-height:1.55 !important;
  margin:0 !important;
  font-family:Arial,Helvetica,sans-serif;
}
#reviews .g-review,
#di-reviews .g-review{min-height:0}
.hero .g-badge,
.hero-trust .g-badge{margin-top:16px}
.hero-trust{display:flex;flex-wrap:wrap;align-items:center;gap:14px 18px}
.hero-trust .g-badge{margin-top:0}

/* Horizon-style home reviews, DI navy/gold */
#reviews h2 em{
  color:#ebcf10 !important;
  font-style:normal;
}
#reviews .reviews-head{
  display:flex;
  align-items:center !important;
  justify-content:space-between;
  gap:28px;
  margin-bottom:32px;
}
#reviews .reviews-head .section-head h2{
  max-width:16ch;
}
.reviews-score{
  display:flex;
  align-items:center;
  gap:14px;
  color:#0C1720;
  text-decoration:none !important;
  flex:0 0 auto;
}
.reviews-score:hover .reviews-score-num{color:#0083f9}
.reviews-faces{
  display:flex;
  align-items:center;
}
.reviews-faces img,
.reviews-faces .reviews-face-g,
.reviews-faces .reviews-face-letter{
  width:42px;
  height:42px;
  border-radius:50%;
  border:3px solid #fff;
  margin-left:-12px;
  object-fit:cover;
  background:#fff;
  box-shadow:0 4px 12px rgba(12,23,32,.12);
}
.reviews-faces > :first-child{margin-left:0}
.reviews-face-g{
  display:inline-flex !important;
  align-items:center;
  justify-content:center;
}
.reviews-face-letter{
  display:inline-flex !important;
  align-items:center;
  justify-content:center;
  color:#fff;
  font-weight:700;
  font-size:16px;
}
.reviews-head-aside{
  display:flex;
  flex-direction:column;
  align-items:flex-end;
  gap:10px;
  flex:0 0 auto;
}
.reviews-head-links{
  display:flex;
  align-items:center;
  justify-content:flex-end;
  gap:16px;
  flex-wrap:wrap;
}
#reviews .reviews-link{
  color:#0083f9 !important;
  font-size:14px;
  font-weight:700;
  text-decoration:none;
  white-space:nowrap;
}
#reviews .reviews-link:hover,
#reviews .reviews-link:focus-visible{
  text-decoration:underline;
}
.reviews-face-g .g-mark{width:20px;height:20px}
.reviews-score-copy{
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  min-width:0;
}
.reviews-score-row{
  display:flex;
  align-items:center;
  gap:10px;
}
.reviews-score-num{
  font-family:"Oswald",sans-serif !important;
  font-size:36px !important;
  line-height:1 !important;
  font-weight:700 !important;
  color:#0C1720 !important;
  letter-spacing:.01em;
}
.reviews-score-copy .g-stars{margin:4px 0 2px;color:#ebcf10;letter-spacing:.06em;font-size:16px;line-height:1}
.reviews-score-copy .g-star{width:18px;height:18px}
.reviews-score-count{
  display:block;
  font-size:14px;
  font-weight:700;
  color:#0C1720;
}
.reviews-carousel{
  position:relative;
}
#reviews .reviews-track{
  display:grid;
  grid-auto-flow:column;
  grid-auto-columns:minmax(250px,calc((100% - 40px)/3));
  gap:20px;
  overflow-x:auto;
  overscroll-behavior-inline:contain;
  scroll-snap-type:inline mandatory;
  scroll-behavior:smooth;
  padding:8px 56px 18px;
  scrollbar-width:none;
}
#reviews .reviews-track::-webkit-scrollbar{display:none}
#reviews .reviews-track.is-marquee{
  scroll-snap-type:none;
  scroll-behavior:auto;
  cursor:grab;
}
#reviews .reviews-track.is-marquee.is-dragging{cursor:grabbing;user-select:none}
.reviews-arrow{
  position:absolute;
  top:50%;
  transform:translateY(-50%);
  z-index:2;
  width:48px;
  height:48px;
  border:0;
  border-radius:50%;
  background:#ebcf10;
  color:#0C1720;
  cursor:pointer;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  box-shadow:0 10px 24px rgba(12,23,32,.16);
  padding:0;
}
.reviews-arrow:hover{background:#f5dc4a}
.reviews-arrow:focus-visible{
  outline:2px solid #0083f9;
  outline-offset:3px;
}
.reviews-arrow.prev{left:0}
.reviews-arrow.next{right:0}
.reviews-arrow svg{width:18px;height:18px;display:block}
.reviews-all{
  display:inline-flex;
  margin-top:4px;
  color:#0083f9 !important;
  font-weight:700;
  font-size:15px;
}
.reviews-all:hover{text-decoration:underline}
.g-avatar-img{
  width:44px;
  height:44px;
  border-radius:50%;
  object-fit:cover;
  flex:0 0 auto;
  background:#E8EEF4;
}
.g-avatar{
  background:#0C1720 !important;
  color:#ebcf10 !important;
  width:44px !important;
  height:44px !important;
}
.g-review{
  background:#EEF2F6 !important;
  border:0 !important;
  border-radius:14px !important;
  padding:22px 22px 18px !important;
  min-height:280px !important;
}
.g-review-meta strong{
  font-family:"Open Sans",sans-serif !important;
  font-size:16px !important;
  color:#0C1720 !important;
}
.g-review-meta span{
  color:#5A6673 !important;
  font-size:13px !important;
}
.g-review p{
  color:#0C1720 !important;
  font-family:"Open Sans",sans-serif !important;
  font-size:15px !important;
  line-height:1.55 !important;
}
.g-readmore{
  color:#0083f9 !important;
  font-weight:700;
  white-space:nowrap;
}
.g-verified{
  display:inline-flex;
  align-items:center;
  gap:8px;
  margin-top:auto;
  padding-top:14px;
  color:#5A6673;
  font-size:13px;
  font-weight:600;
}
.g-verified .g-mark{width:16px;height:16px}
#di-reviews .review-grid{
  grid-template-columns:repeat(3,1fr) !important;
  gap:20px !important;
}
#di-reviews .g-review{
  min-height:0 !important;
}
@media (max-width:1100px){
  #di-reviews .review-grid{grid-template-columns:repeat(2,1fr) !important}
}
@media (max-width:980px){
  #reviews .reviews-track{grid-auto-columns:minmax(240px,calc((100% - 20px)/2));padding-left:48px;padding-right:48px}
  .reviews-score-num{font-size:30px !important}
}
@media (max-width:640px){
  #reviews .reviews-head{flex-direction:column;align-items:flex-start !important}
  .reviews-head-aside{align-items:flex-start}
  .reviews-head-links{justify-content:flex-start}
  #reviews .reviews-track{grid-auto-columns:86%;padding-left:44px;padding-right:44px}
  #di-reviews .review-grid{grid-template-columns:1fr !important}
  .reviews-arrow{width:40px;height:40px}
}

#di-reviews .testimonials-sec{
  background:#F3F6F9;
  color:#0C1720;
  padding:56px 0 36px;
}
#di-reviews .testimonials-sec .eyebrow{color:#0083f9}
#di-reviews .testimonials-sec h2{
  color:#0C1720;
  font-size:clamp(30px,4.2vw,48px);
  margin:12px 0 0;
  max-width:18ch;
}
#di-reviews .testimonials-sec h2 em{
  color:#ebcf10;
  font-style:normal;
}
#di-reviews .testimonials-lead{
  margin:16px 0 0;
  max-width:62ch;
  color:#5A6673;
  font-size:17px;
  line-height:1.6;
}
#di-reviews .quote-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:24px;
  margin-top:32px;
  align-items:stretch;
}
#di-reviews .di-quote{
  position:relative;
  background:#fff;
  border-radius:24px;
  padding:36px 32px 28px;
  border:1px solid rgba(12,23,32,.08);
  box-shadow:0 18px 40px rgba(12,23,32,.08);
  display:flex;
  flex-direction:column;
  min-height:100%;
  overflow:hidden;
}
#di-reviews .di-quote::before{
  content:"";
  position:absolute;
  left:0;top:0;right:0;
  height:5px;
  background:linear-gradient(90deg,#ebcf10,#e3bf21);
}
#di-reviews .di-quote-mark{
  font-family:"Oswald",sans-serif;
  font-size:92px;
  line-height:.7;
  color:#ebcf10;
  margin:0 0 8px;
  letter-spacing:-.04em;
}
#di-reviews .di-quote-rating{
  display:flex;
  align-items:center;
  margin-bottom:16px;
}
#di-reviews .di-quote .g-stars{margin:0}
#di-reviews .di-quote .g-star{width:18px;height:18px}
#di-reviews .di-quote blockquote{
  margin:0 0 28px;
  color:#0C1720;
  font-size:17px;
  line-height:1.65;
  font-family:"Open Sans",sans-serif;
  flex:1;
}
#di-reviews .di-quote-who{
  display:flex;
  align-items:center;
  gap:12px;
  background:transparent;
  border:0;
  padding:18px 0 0;
  margin:0;
  border-top:1px solid rgba(12,23,32,.08);
}
#di-reviews .di-quote-who .g-avatar-img,
#di-reviews .di-quote-who .g-avatar{
  width:56px !important;
  height:56px !important;
}
#di-reviews .di-quote-who strong{
  display:block;
  color:#0C1720;
  font-size:16px;
}
#di-reviews .di-quote-who span span{
  display:block;
  color:#5A6673;
  font-size:13px;
  margin-top:2px;
}
#di-reviews .di-quote-g{
  margin-left:auto;
  flex:0 0 auto;
}
#di-reviews .di-quote-g .g-mark{width:22px;height:22px}
#di-reviews .reviews-more{
  display:flex;
  justify-content:center;
  gap:12px;
  flex-wrap:wrap;
  margin-top:32px;
}
#di-reviews .reviews-more:not(:has(button:not([hidden]))){
  display:none;
}
#di-reviews .reviews-load[hidden],
#di-reviews button[hidden]{
  display:none !important;
}
#di-reviews .reviews-load{
  border:1px solid rgba(12,23,32,.16) !important;
  color:#0C1720 !important;
  background:#fff !important;
  box-shadow:none !important;
  min-width:140px;
}
#di-reviews .reviews-load.btn-gold,
#di-reviews #reviewsNext{
  background:linear-gradient(135deg,#ebcf10,#e3bf21) !important;
  border-color:transparent !important;
  color:#0C1720 !important;
  box-shadow:0 12px 30px rgba(235,207,16,.28) !important;
}
#di-reviews .reviews-load:hover,
#di-reviews .reviews-load:focus-visible{
  border-color:#ebcf10 !important;
  background:#ebcf10 !important;
  color:#0C1720 !important;
}
@media (max-width:980px){
  #di-reviews .quote-grid{grid-template-columns:1fr}
}
@media (max-width:640px){
  #di-reviews .quote-grid{grid-template-columns:1fr}
  #di-reviews .di-quote{padding:28px 22px 22px}
  #di-reviews .di-quote-mark{font-size:72px}
}

/* Four Seasons-style reviews widget — DI brand */
.di-rev-widget{
  background:transparent;
  border-radius:0;
  box-shadow:none;
  padding:0;
}
.di-rev-bar{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  margin-bottom:18px;
  background:#fff;
  border-radius:18px;
  box-shadow:0 10px 32px rgba(12,23,32,.08);
  padding:18px 22px;
}
.di-rev-overall-label{
  display:block;
  font-size:18px;
  font-weight:700;
  color:#0C1720;
  margin-bottom:6px;
  font-family:"Open Sans",sans-serif;
}
.di-rev-overall-row{
  display:flex;
  align-items:center;
  gap:8px;
}
.di-rev-overall-row b,
.di-rev-overall-row [data-di-score]{
  font-family:"Oswald",sans-serif !important;
  font-size:28px !important;
  font-weight:700 !important;
  color:#0C1720 !important;
  line-height:1;
}
.di-rev-overall-row .g-star{width:18px;height:18px}
.di-rev-count{
  color:#5A6673;
  font-size:14px;
}
.di-rev-bar-stars{
  color:#ebcf10;
  letter-spacing:.08em;
  font-size:16px;
}
.di-rev-write{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:44px;
  padding:12px 22px;
  border-radius:999px;
  background:#ebcf10 !important;
  color:#0C1720 !important;
  font-weight:700;
  font-size:14px;
  text-decoration:none !important;
  white-space:nowrap;
  box-shadow:0 8px 20px rgba(235,207,16,.28);
}
.di-rev-write:hover{background:#e3bf21 !important;color:#0C1720 !important}
.di-rev-carousel{position:relative}
.di-rev-track{
  display:grid !important;
  grid-auto-flow:column;
  grid-auto-columns:minmax(210px,calc((100% - 48px)/5));
  gap:12px;
  overflow-x:auto;
  scroll-snap-type:inline mandatory;
  scrollbar-width:none;
  padding:4px 2px 8px;
}
.di-rev-track::-webkit-scrollbar{display:none}
.di-rev-card{
  scroll-snap-align:start;
  background:#fff !important;
  border:1px solid rgba(12,23,32,.08) !important;
  border-radius:14px !important;
  box-shadow:0 8px 22px rgba(12,23,32,.06) !important;
  padding:16px 16px 14px !important;
  min-height:250px;
  display:flex;
  flex-direction:column;
  color:#0C1720 !important;
}
.di-rev-top{display:flex;align-items:center;gap:10px;margin-bottom:10px}
.di-rev-avatar,
.di-rev-avatar-img{
  width:44px;height:44px;border-radius:50%;flex:0 0 auto;object-fit:cover;
}
.di-rev-avatar{
  display:inline-flex;align-items:center;justify-content:center;
  color:#fff;font-weight:700;font-size:16px;
}
.di-rev-meta strong{
  display:flex;align-items:center;gap:6px;
  font-size:14px;color:#0C1720;line-height:1.2;
}
.di-rev-meta span{display:block;font-size:12px;color:#5A6673;margin-top:3px}
.di-rev-verified{display:inline-flex;width:16px;height:16px}
.di-rev-verified svg{width:16px;height:16px;display:block}
.di-rev-rating{margin:0 0 8px}
.di-rev-rating .g-star{width:16px;height:16px}
.di-rev-card p{
  color:#3c4043 !important;
  font-size:14px !important;
  line-height:1.5 !important;
  margin:0 0 12px !important;
  flex:1;
}
.di-rev-more{color:#0083f9 !important;font-weight:700;text-decoration:none;background:none;border:0;padding:0;cursor:pointer;font-family:inherit;font-size:inherit}
.di-rev-more:hover{text-decoration:underline}
.di-rev-posted{
  display:flex;align-items:center;gap:8px;
  margin-top:auto;padding-top:10px;
  color:#0C1720;font-size:13px;font-weight:600;
  font-family:"Open Sans",sans-serif;
  line-height:1;
}
.di-rev-posted .g-mark{width:18px;height:18px}
.di-rev-posted span{color:#0C1720}
.di-rev-arrow{
  position:absolute;top:42%;transform:translateY(-50%);
  width:44px;height:44px;border:0;border-radius:50%;
  background:#6b7680;color:#fff;cursor:pointer;
  display:inline-flex;align-items:center;justify-content:center;
  box-shadow:0 8px 18px rgba(12,23,32,.18);
  z-index:2;
}
.di-rev-arrow.prev{left:-8px}
.di-rev-arrow.next{right:-8px}
.di-rev-arrow:hover{background:#0C1720;color:#ebcf10}
.di-rev-arrow svg{width:20px;height:20px}
.di-rev-dots{
  display:flex;justify-content:center;gap:8px;margin-top:14px;
}
.di-rev-dot{
  width:8px;height:8px;padding:0;border:0;border-radius:50%;
  background:#c5ccd3;cursor:pointer;
}
.di-rev-dot.is-on{background:#ebcf10;width:18px;border-radius:999px}
#reviews .di-rev-widget,
#di-reviews .di-rev-widget{color:#0C1720}
@media (max-width:1100px){
  .di-rev-track{grid-auto-columns:minmax(220px,calc((100% - 24px)/3))}
}
@media (max-width:760px){
  .di-rev-bar{flex-direction:column;align-items:flex-start}
  .di-rev-track{grid-auto-columns:86%}
  .di-rev-arrow{width:40px;height:40px}
}

/* Iframe pages: scroll-reveal JS never marks .reveal as visible, so sections stay opacity:0 */
.reveal{
  opacity:1 !important;
  transform:none !important;
}
