/* Forex Traders Expo Dubai 2026 — V3.1.4 deep QA refinement.
   Surgical frontend-only overrides: hero visual integration, preview speakers, responsive spacing. */

/* Hero visual becomes an integrated borderless event slider, not a framed card. */
body[data-page="home"] .hx-v314-hero-visual{
  position:relative!important;min-height:500px!important;aspect-ratio:1.28/1!important;
  border:0!important;border-radius:0!important;background:transparent!important;box-shadow:none!important;
  overflow:hidden!important;isolation:isolate!important;
  -webkit-mask-image:linear-gradient(90deg,transparent 0,#000 6%,#000 100%);
  mask-image:linear-gradient(90deg,transparent 0,#000 6%,#000 100%);
}
html[dir="rtl"] body[data-page="home"] .hx-v314-hero-visual{-webkit-mask-image:linear-gradient(270deg,transparent 0,#000 6%,#000 100%);mask-image:linear-gradient(270deg,transparent 0,#000 6%,#000 100%)}
body[data-page="home"] .hx-v314-hero-visual:after{content:""!important;display:block!important;position:absolute!important;inset:0!important;z-index:2!important;pointer-events:none!important;background:linear-gradient(180deg,rgba(4,7,10,.02) 45%,rgba(4,7,10,.72) 100%)!important}
body[data-page="home"] .hx-v314-hero-slides{position:absolute!important;inset:0!important;z-index:1!important}
body[data-page="home"] .hx-v314-hero-slide{position:absolute!important;inset:0!important;margin:0!important;opacity:0!important;visibility:hidden!important;transition:opacity .75s ease,visibility .75s ease!important}
body[data-page="home"] .hx-v314-hero-slide.is-active{opacity:1!important;visibility:visible!important}
body[data-page="home"] .hx-v314-hero-slide picture,body[data-page="home"] .hx-v314-hero-slide img{display:block!important;width:100%!important;height:100%!important}
body[data-page="home"] .hx-v314-hero-slide img{min-height:0!important;object-fit:cover!important;object-position:center 48%!important;filter:saturate(.97) contrast(1.035)!important;transform:scale(1.005)!important}
body[data-page="home"] .hx-v314-hero-caption{position:absolute!important;left:34px!important;right:22px!important;bottom:24px!important;z-index:4!important;display:flex!important;align-items:flex-end!important;justify-content:space-between!important;gap:16px!important;color:#fff!important;text-shadow:0 3px 24px rgba(0,0,0,.72)!important}
body[data-page="home"] .hx-v314-hero-caption span{font-size:9px!important;font-weight:850!important;letter-spacing:.14em!important;color:#ff7c46!important}
body[data-page="home"] .hx-v314-hero-caption strong{font-size:12px!important;font-weight:720!important}
body[data-page="home"] .hx-v314-hero-controls{position:absolute!important;right:22px!important;top:20px!important;z-index:5!important;display:flex!important;align-items:center!important;gap:8px!important}
html[dir="rtl"] body[data-page="home"] .hx-v314-hero-controls{right:auto!important;left:22px!important}
body[data-page="home"] .hx-v314-hero-controls>button,body[data-page="home"] .hx-v314-slider-arrows button{width:34px!important;height:34px!important;border:1px solid rgba(255,255,255,.22)!important;border-radius:999px!important;background:rgba(7,10,15,.56)!important;color:#fff!important;display:grid!important;place-items:center!important;padding:0!important;cursor:pointer!important;backdrop-filter:blur(8px)!important}
body[data-page="home"] .hx-v314-hero-dots{display:flex!important;gap:5px!important;align-items:center!important;padding:0 4px!important}
body[data-page="home"] .hx-v314-hero-dots button{width:6px!important;height:6px!important;min-width:6px!important;border:0!important;border-radius:99px!important;padding:0!important;background:rgba(255,255,255,.42)!important;cursor:pointer!important;transition:width .2s ease,background .2s ease!important}
body[data-page="home"] .hx-v314-hero-dots button.is-active{width:18px!important;background:#f46a32!important}

/* Speaker preview: borderless visual rail / slider. */
body[data-page="home"] .hx-speakers-v314{overflow:hidden!important}
body[data-page="home"] .hx-v314-speaker-head-actions{display:flex!important;align-items:center!important;gap:18px!important}
body[data-page="home"] .hx-v314-slider-arrows{display:flex!important;gap:7px!important}
body[data-page="home"] .hx-v314-speaker-viewport{overflow:hidden!important;width:100%!important}
body[data-page="home"] .hx-v314-speaker-rail{
  display:flex!important;grid-template-columns:none!important;gap:22px!important;overflow-x:auto!important;scroll-snap-type:x mandatory!important;
  scroll-behavior:smooth!important;padding:2px 2px 14px!important;scrollbar-width:none!important
}
body[data-page="home"] .hx-v314-speaker-rail::-webkit-scrollbar{display:none!important}
body[data-page="home"] .hx-v314-speaker-rail .hx-speaker-card{flex:0 0 min(31vw,330px)!important;scroll-snap-align:start!important}
body[data-page="home"] .hx-v314-speaker-rail .hx-preview-speaker-card{
  background:transparent!important;border:0!important;border-radius:0!important;overflow:visible!important;box-shadow:none!important
}
body[data-page="home"] .hx-v314-speaker-rail .hx-preview-speaker-card figure{border:0!important;border-radius:18px!important;overflow:hidden!important;background:#f3f1ed!important;aspect-ratio:4/5!important}
body[data-page="home"] .hx-v314-speaker-rail .hx-preview-speaker-card>div{padding:14px 2px 0!important}
body[data-page="home"] .hx-v314-speaker-rail .hx-preview-speaker-card figure img{object-position:center 12%!important}
body[data-page="home"] .hx-v314-speaker-rail .hx-preview-badge{margin-bottom:7px!important;background:transparent!important;border:0!important;padding:0!important;color:#ff7540!important}

/* Dedicated preview speakers: preserve clean photography without artificial card frames. */
body[data-page="speakers"] .hx-speaker-preview-card{background:transparent!important;border:0!important;box-shadow:none!important;border-radius:0!important;overflow:visible!important}
body[data-page="speakers"] .hx-speaker-preview-card .speaker-photo{border-radius:18px!important;overflow:hidden!important;background:#f2f0ed!important;aspect-ratio:4/5!important}
body[data-page="speakers"] .hx-speaker-preview-card .speaker-photo picture{display:block!important;width:100%!important;height:100%!important}
body[data-page="speakers"] .hx-speaker-preview-card .speaker-photo img{display:block!important;width:100%!important;height:100%!important;object-fit:cover!important;object-position:center 12%!important}
body[data-page="speakers"] .hx-speaker-preview-card .hx-speaker-directory-copy{padding:13px 2px 0!important}

/* Deep responsive safeguards: no giant accidental blank areas / floating CTA collisions. */
.svs-floating-actions{max-width:calc(100vw - 24px)!important}
@media(max-width:1080px){
 body[data-page="home"] .hx-v314-hero-visual{min-height:430px!important}
 body[data-page="home"] .hx-v314-speaker-rail .hx-speaker-card{flex-basis:clamp(250px,42vw,320px)!important}
}
@media(max-width:820px){
 body[data-page="home"] .hx-v314-hero-visual{min-height:390px!important;aspect-ratio:16/10!important;-webkit-mask-image:none!important;mask-image:none!important}
 body[data-page="home"] .hx-v314-hero-caption{left:18px!important;right:18px!important;bottom:16px!important}
 body[data-page="home"] .hx-v314-speaker-head-actions{align-items:flex-end!important}
 body[data-page="home"] .hx-v314-speaker-rail .hx-speaker-card{flex-basis:clamp(238px,62vw,310px)!important}
}
@media(max-width:520px){
 body[data-page="home"] .hx-v314-hero-visual{min-height:305px!important;aspect-ratio:4/3!important}
 body[data-page="home"] .hx-v314-hero-slide img{object-position:center 45%!important}
 body[data-page="home"] .hx-v314-hero-controls{right:12px!important;top:12px!important}html[dir="rtl"] body[data-page="home"] .hx-v314-hero-controls{right:auto!important;left:12px!important}
 body[data-page="home"] .hx-v314-hero-caption{left:13px!important;right:13px!important;bottom:12px!important;gap:8px!important}
 body[data-page="home"] .hx-v314-hero-caption strong{font-size:10px!important}
 body[data-page="home"] .hx-v314-speaker-head-actions{gap:10px!important}
 body[data-page="home"] .hx-v314-slider-arrows{display:none!important}
 body[data-page="home"] .hx-v314-speaker-viewport{overflow:visible!important}
 body[data-page="home"] .hx-v314-speaker-rail{margin-right:calc(-1 * var(--page-pad,18px))!important;padding-right:var(--page-pad,18px)!important}
 body[data-page="home"] .hx-v314-speaker-rail .hx-speaker-card{flex-basis:78vw!important;max-width:310px!important}
 .svs-floating-actions{right:10px!important;bottom:10px!important;gap:6px!important}.svs-floating-actions a{min-height:38px!important;padding:0 11px!important;font-size:10px!important}
}
@media(prefers-reduced-motion:reduce){body[data-page="home"] .hx-v314-hero-slide{transition:none!important}body[data-page="home"] .hx-v314-speaker-rail{scroll-behavior:auto!important}}
