/* DST City Hero Pro - scoped widget styles */
.dst-city-hero-pro,.dst-city-hero-pro *{box-sizing:border-box}

.dst-city-hero-pro{
  --dst-chp-bg:#0B1528;
  --dst-chp-radius:30px;
  --dst-chp-min-height:550px;
  --dst-chp-min-height-vh:80vh;
  --dst-chp-max-height:800px;
  --dst-chp-content-max:1000px;
  --dst-chp-text-min-height:240px;
  --dst-chp-slide-gap:15px;
  --dst-chp-fade-duration:1200ms;
  --dst-chp-image-scale:1;
  --dst-chp-active-image-scale:1;
  --dst-chp-ken-scale:1.08;
  --dst-chp-overlay-direction:to bottom;
  --dst-chp-overlay-start:rgba(11,21,40,.25);
  --dst-chp-overlay-end:rgba(11,21,40,.55);
  --dst-chp-badge-radius:50px;
  --dst-chp-badge-gap:8px;
  --dst-chp-badge-icon-size:16px;
  --dst-chp-subhead-max:850px;
  --dst-chp-stats-gap:20px;
  --dst-chp-stats-mt:30px;
  --dst-chp-stat-radius:16px;
  --dst-chp-stat-hover-y:-5px;
  --dst-chp-stat-icon-size:28px;
  width:100%;
  padding:0 15px;
  margin:15px 0 0;
  background:transparent;
  position:relative;
  overflow:visible;
}

.dst-city-hero-pro--no-wrapper{padding-left:0;padding-right:0;margin-top:0}
.dst-city-hero-pro__hero{position:relative;min-height:clamp(var(--dst-chp-min-height),var(--dst-chp-min-height-vh),var(--dst-chp-max-height));display:flex;align-items:center;justify-content:center;text-align:center;border-radius:var(--dst-chp-radius);overflow:hidden;padding:60px 20px;background-color:var(--dst-chp-bg);isolation:isolate;}
.dst-chp-clip-yes .dst-city-hero-pro__hero{-webkit-clip-path:inset(0 0 0 0 round var(--dst-chp-radius));clip-path:inset(0 0 0 0 round var(--dst-chp-radius));}

.dst-city-hero-pro__media{position:absolute;inset:0;z-index:0;background:var(--dst-chp-bg);overflow:hidden;}
.dst-city-hero-pro__image{position:absolute;inset:0;z-index:1;width:100%!important;height:100%!important;min-width:100%;min-height:100%;object-fit:cover;object-position:center;display:block;margin:0!important;padding:0!important;max-width:none!important;opacity:0;transform:scale(var(--dst-chp-image-scale));transition:opacity var(--dst-chp-fade-duration) cubic-bezier(.4,0,.2,1),transform calc(var(--dst-chp-fade-duration) * 1.4) cubic-bezier(.4,0,.2,1);will-change:opacity;}
.dst-city-hero-pro__image.is-active{z-index:2;opacity:1;transform:scale(var(--dst-chp-active-image-scale));}
.dst-city-hero-pro__image.is-leaving{z-index:3;opacity:0;transform:scale(var(--dst-chp-active-image-scale));}
.dst-city-hero-pro--ken-burns .dst-city-hero-pro__image.is-active{animation:dstChpKenBurns var(--dst-chp-current-duration,6000ms) ease-out forwards;}
.dst-city-hero-pro--ken-burns .dst-city-hero-pro__image.is-leaving{animation:none;transform:scale(var(--dst-chp-ken-scale));}
@keyframes dstChpKenBurns{0%{transform:scale(var(--dst-chp-image-scale)) translate3d(0,0,0)}100%{transform:scale(var(--dst-chp-ken-scale)) translate3d(0,0,0)}}
.dst-city-hero-pro__overlay{position:absolute;inset:0;z-index:1;background:linear-gradient(var(--dst-chp-overlay-direction),var(--dst-chp-overlay-start) 0%,var(--dst-chp-overlay-end) 100%);pointer-events:none;}

.dst-city-hero-pro__content{position:relative;z-index:2;width:100%;max-width:var(--dst-chp-content-max);display:flex;flex-direction:column;align-items:center;margin:0 auto;}
.dst-city-hero-pro__text-slider{display:grid;grid-template-columns:1fr;grid-template-rows:1fr;width:100%;align-items:center;justify-items:center;min-height:var(--dst-chp-text-min-height);}
.dst-city-hero-pro__slide-text{grid-area:1/1;z-index:1;display:flex;flex-direction:column;align-items:inherit;text-align:inherit;gap:var(--dst-chp-slide-gap);width:100%;opacity:0;transform:translateY(15px);transition:opacity var(--dst-chp-fade-duration) cubic-bezier(.4,0,.2,1),transform var(--dst-chp-fade-duration) cubic-bezier(.4,0,.2,1);pointer-events:none;}
.dst-city-hero-pro__slide-text.is-active{z-index:2;opacity:1;transform:translateY(0);pointer-events:auto;}
.dst-city-hero-pro__slide-text.is-leaving{z-index:3;opacity:0;transform:translateY(-15px);pointer-events:none;}

.dst-city-hero-pro__badge{display:inline-flex;align-items:center;justify-content:center;gap:var(--dst-chp-badge-gap);background-color:rgba(255,193,7,.15);border:1px solid rgba(255,193,7,.4);color:#FFC107;font-family:Inter,Arial,Helvetica,sans-serif;font-size:clamp(12px,1.5vw,14px);font-weight:800;line-height:1.2;letter-spacing:2px;text-transform:uppercase;padding:8px 24px;border-radius:var(--dst-chp-badge-radius);margin-bottom:10px;}
.dst-city-hero-pro--badge-blur .dst-city-hero-pro__badge{backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px)}
.dst-city-hero-pro__badge-icon{display:inline-flex;align-items:center;justify-content:center;color:currentColor;flex:0 0 auto;}
.dst-city-hero-pro__badge-icon svg,.dst-city-hero-pro__badge-icon i{width:var(--dst-chp-badge-icon-size);height:var(--dst-chp-badge-icon-size);font-size:var(--dst-chp-badge-icon-size);fill:currentColor;stroke:currentColor;}

.dst-city-hero-pro__heading{color:#fff;font-family:Inter,Arial,Helvetica,sans-serif;font-size:clamp(36px,5vw,64px);font-weight:800;line-height:1.2;margin:0;text-shadow:0 4px 20px rgba(0,0,0,.8);}
.dst-city-hero-pro__highlight{color:#FFC107;}
.dst-city-hero-pro__subhead{color:#E2E8F0;font-family:Inter,Arial,Helvetica,sans-serif;font-size:clamp(16px,1.8vw,20px);font-weight:500;line-height:1.6;margin:10px auto 0;max-width:var(--dst-chp-subhead-max);text-shadow:0 2px 10px rgba(0,0,0,.8);}

.dst-city-hero-pro__stats{display:flex;gap:var(--dst-chp-stats-gap);justify-content:center;align-items:stretch;flex-wrap:wrap;margin-top:var(--dst-chp-stats-mt);width:100%;}
.dst-city-hero-pro__stat-box{background-color:rgba(11,21,40,.65);border:1px solid rgba(255,255,255,.15);border-radius:var(--dst-chp-stat-radius);padding:16px 24px;display:flex;align-items:center;justify-content:flex-start;gap:15px;text-decoration:none;transition:transform 300ms ease,border-color 300ms ease,background-color 300ms ease,box-shadow 300ms ease;color:inherit;}
.dst-city-hero-pro--stat-blur .dst-city-hero-pro__stat-box{backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}
.dst-city-hero-pro__stat-box:hover,.dst-city-hero-pro__stat-box:focus-visible{transform:translateY(var(--dst-chp-stat-hover-y));border-color:#FFC107;outline:none;}
.dst-city-hero-pro__stat-box:focus-visible{box-shadow:0 0 0 4px rgba(255,193,7,.36)}
.dst-city-hero-pro__stat-icon{color:#FFC107;display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;}
.dst-city-hero-pro__stat-icon svg,.dst-city-hero-pro__stat-icon i{width:var(--dst-chp-stat-icon-size);height:var(--dst-chp-stat-icon-size);font-size:var(--dst-chp-stat-icon-size);fill:currentColor;stroke:currentColor;}
.dst-city-hero-pro__stat-main{color:#fff;font-family:Inter,Arial,Helvetica,sans-serif;font-size:16px;font-weight:800;text-align:left;line-height:1.3;}
.dst-city-hero-pro__stat-sub{display:block;color:#94A3B8;font-size:13px;font-weight:500;margin-top:2px;}

.dst-city-hero-pro--paused .dst-city-hero-pro__image:not(:first-child),.dst-city-hero-pro--paused .dst-city-hero-pro__slide-text:not(:first-child){display:none}
.dst-city-hero-pro--paused .dst-city-hero-pro__image:first-child,.dst-city-hero-pro--paused .dst-city-hero-pro__slide-text:first-child{opacity:1;transform:none;}

@media (max-width:1024px){.dst-city-hero-pro__stats{gap:16px}.dst-city-hero-pro__stat-box{padding:14px 20px}}
@media (max-width:767px){.dst-city-hero-pro{--dst-chp-radius:20px;--dst-chp-text-min-height:320px;padding:0 10px}.dst-city-hero-pro__hero{padding:60px 15px}.dst-city-hero-pro__stats{flex-direction:column;gap:12px}.dst-city-hero-pro__stat-box{width:100%;justify-content:flex-start}.dst-city-hero-pro__heading{font-size:clamp(34px,10vw,48px)}}
@media (prefers-reduced-motion:reduce){.dst-city-hero-pro *{transition:none!important;animation:none!important;scroll-behavior:auto!important}.dst-city-hero-pro__image:not(:first-child),.dst-city-hero-pro__slide-text:not(:first-child){display:none}.dst-city-hero-pro__image:first-child,.dst-city-hero-pro__slide-text:first-child{opacity:1;transform:none!important}}
