
/* Immersive Hero */
.hgp-hero-modal,.hgp-hero-modal *{box-sizing:border-box}
.hgp-hero-modal{
  position:relative;
  width:min(var(--hgp-popup-width,1180px),96vw);
  height:min(760px,calc(100vh - 64px));
  max-height:calc(100vh - 64px);
  overflow:hidden;
  border-radius:28px;
  box-shadow:0 30px 90px rgba(0,0,0,.42);
  background:#172b33;
}
.hgp-hero-bg,.hgp-hero-shade{position:absolute;inset:0}
.hgp-hero-bg img{width:100%;height:100%;display:block;object-fit:cover;object-position:var(--hgp-hero-image-position,center)}
.hgp-hero-bg:empty{background:linear-gradient(145deg,#315766,#9cb3b9)}
.hgp-hero-shade{background:var(--hgp-hero-overlay,#102A36);opacity:var(--hgp-hero-overlay-opacity,.58)}
.hgp-hero-content{
  position:absolute;
  z-index:3;
  width:min(var(--hgp-hero-content-width,54%),760px);
  padding:52px;
  color:var(--hgp-hero-text,#fff);
  font-family:var(--hgp-body-font,Arial,sans-serif);
}
.hgp-hero-x-left .hgp-hero-content{left:0;text-align:left}
.hgp-hero-x-center .hgp-hero-content{left:50%;transform:translateX(-50%);text-align:center}
.hgp-hero-x-right .hgp-hero-content{right:0;text-align:right}
.hgp-hero-y-top .hgp-hero-content{top:0}
.hgp-hero-y-center .hgp-hero-content{top:50%;transform:translateY(-50%)}
.hgp-hero-x-center.hgp-hero-y-center .hgp-hero-content{transform:translate(-50%,-50%)}
.hgp-hero-y-bottom .hgp-hero-content{bottom:0}
.hgp-hero-logo{display:flex;margin-bottom:22px}
.hgp-hero-x-center .hgp-hero-logo{justify-content:center}
.hgp-hero-x-right .hgp-hero-logo{justify-content:flex-end}
.hgp-hero-logo img{display:block;width:min(var(--hgp-logo-width,210px),100%);max-height:100px;object-fit:contain}
.hgp-hero-eyebrow{font-size:12px;font-weight:700;letter-spacing:.2em;text-transform:uppercase;margin-bottom:14px}
.hgp-hero-divider{display:flex;gap:7px;align-items:center;margin:0 0 18px;color:var(--hgp-separator,var(--hgp-accent))}
.hgp-hero-x-center .hgp-hero-divider{justify-content:center}.hgp-hero-x-right .hgp-hero-divider{justify-content:flex-end}
.hgp-hero-divider b{width:6px;height:6px;border-radius:50%;background:currentColor}.hgp-hero-divider i{font-style:normal}
.hgp-hero-content h2{
  margin:0 0 20px;
  color:var(--hgp-hero-text,#fff);
  font-family:var(--hgp-title-font,Georgia,serif);
  font-size:clamp(42px,var(--hgp-title-size,58px),76px);
  line-height:1.02;
  font-weight:400;
  letter-spacing:-.025em;
  text-shadow:0 2px 18px rgba(0,0,0,.18);
}
.hgp-hero-content>p{
  max-width:720px;
  margin:0 0 24px;
  color:var(--hgp-hero-text,#fff);
  font-size:var(--hgp-body-size,16px);
  line-height:1.65;
}
.hgp-hero-x-center .hgp-hero-content>p{margin-left:auto;margin-right:auto}
.hgp-hero-x-right .hgp-hero-content>p{margin-left:auto}
.hgp-hero-benefits{display:grid;grid-template-columns:1fr 1fr;gap:8px 16px;margin:0 0 25px}
.hgp-hero-benefits span{display:flex;align-items:center;gap:8px;font-size:var(--hgp-feature-size,14px)}
.hgp-hero-benefits i{display:grid;place-items:center;width:25px;height:25px;color:var(--hgp-accent);font-style:normal}
.hgp-hero-benefits svg{width:22px;height:22px}
.hgp-hero-cta{
  width:min(var(--hgp-hero-button-width,72%),100%);
  min-height:56px;
  background:var(--hgp-button-bg,#b9822b);
  color:var(--hgp-button-text,#fff)!important;
}
.hgp-hero-x-left .hgp-hero-cta{margin-right:auto}
.hgp-hero-x-center .hgp-hero-cta{margin-left:auto;margin-right:auto}
.hgp-hero-x-right .hgp-hero-cta{margin-left:auto}

@media(max-width:767px){
  .hgp-hero-modal{
    width:calc(100vw - 20px);
    height:calc(100dvh - 20px);
    max-height:calc(100dvh - 20px);
    border-radius:var(--hgp-mobile-radius,20px);
  }
  .hgp-hero-content{
    left:0!important;right:0!important;bottom:0!important;top:auto!important;
    width:100%;
    padding:34px var(--hgp-mobile-padding,20px) 24px;
    text-align:center!important;
    transform:none!important;
    background:linear-gradient(180deg,transparent 0%,rgba(0,0,0,.14) 10%,rgba(0,0,0,.62) 100%);
  }
  .hgp-hero-logo{justify-content:center!important;margin-bottom:14px}
  .hgp-hero-logo img{width:min(var(--hgp-mobile-logo-width,165px),100%);max-height:76px}
  .hgp-hero-divider{justify-content:center!important;margin-bottom:13px}
  .hgp-hero-content h2{font-size:var(--hgp-title-mobile,38px);margin-bottom:14px}
  .hgp-hero-content>p{font-size:var(--hgp-mobile-body-size,15px);line-height:1.52;margin:0 auto 17px}
  .hgp-hero-benefits{grid-template-columns:1fr 1fr;gap:7px;margin-bottom:18px;text-align:left}
  .hgp-hero-benefits span{font-size:var(--hgp-mobile-feature-size,13px)}
  .hgp-hero-cta{width:min(var(--hgp-mobile-button-width,100%),100%);margin-left:auto!important;margin-right:auto!important}
}
.hgp-hero-force-mobile{
  width:390px!important;
  max-width:calc(100vw - 40px)!important;
  height:min(844px,calc(100vh - 76px))!important;
  max-height:calc(100vh - 76px)!important;
  border-radius:var(--hgp-mobile-radius,20px)!important;
}
.hgp-hero-force-mobile .hgp-hero-content{
  left:0!important;right:0!important;bottom:0!important;top:auto!important;
  width:100%!important;padding:34px var(--hgp-mobile-padding,20px) 24px!important;
  text-align:center!important;transform:none!important;
  background:linear-gradient(180deg,transparent 0%,rgba(0,0,0,.15) 12%,rgba(0,0,0,.65) 100%);
}
.hgp-hero-force-mobile .hgp-hero-logo{justify-content:center!important}
.hgp-hero-force-mobile .hgp-hero-logo img{width:min(var(--hgp-mobile-logo-width,165px),100%)}
.hgp-hero-force-mobile .hgp-hero-divider{justify-content:center!important}
.hgp-hero-force-mobile .hgp-hero-content h2{font-size:var(--hgp-title-mobile,38px)}
.hgp-hero-force-mobile .hgp-hero-content>p{font-size:var(--hgp-mobile-body-size,15px)}
.hgp-hero-force-mobile .hgp-hero-cta{width:min(var(--hgp-mobile-button-width,100%),100%);margin:auto!important}
