.elementor-3800 .elementor-element.elementor-element-ec5f138{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-3800 .elementor-element.elementor-element-ec5f138:not(.elementor-motion-effects-element-type-background), .elementor-3800 .elementor-element.elementor-element-ec5f138 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F5F5F7;}.elementor-3800 .elementor-element.elementor-element-83924c0{--grid-row-gap:22px;--grid-column-gap:30px;}.elementor-3800 .elementor-element.elementor-element-83924c0 .elementor-posts-container .elementor-post__thumbnail{padding-bottom:calc( 0.66 * 100% );}.elementor-3800 .elementor-element.elementor-element-83924c0:after{content:"0.66";}.elementor-3800 .elementor-element.elementor-element-83924c0 .elementor-post__thumbnail__link{width:100%;}.elementor-3800 .elementor-element.elementor-element-83924c0 .elementor-post__meta-data span + span:before{content:"///";}.elementor-3800 .elementor-element.elementor-element-83924c0.elementor-posts--thumbnail-left .elementor-post__thumbnail__link{margin-right:20px;}.elementor-3800 .elementor-element.elementor-element-83924c0.elementor-posts--thumbnail-right .elementor-post__thumbnail__link{margin-left:20px;}.elementor-3800 .elementor-element.elementor-element-83924c0.elementor-posts--thumbnail-top .elementor-post__thumbnail__link{margin-bottom:20px;}.elementor-3800 .elementor-element.elementor-element-83924c0 .elementor-pagination{text-align:center;}body:not(.rtl) .elementor-3800 .elementor-element.elementor-element-83924c0 .elementor-pagination .page-numbers:not(:first-child){margin-left:calc( 10px/2 );}body:not(.rtl) .elementor-3800 .elementor-element.elementor-element-83924c0 .elementor-pagination .page-numbers:not(:last-child){margin-right:calc( 10px/2 );}body.rtl .elementor-3800 .elementor-element.elementor-element-83924c0 .elementor-pagination .page-numbers:not(:first-child){margin-right:calc( 10px/2 );}body.rtl .elementor-3800 .elementor-element.elementor-element-83924c0 .elementor-pagination .page-numbers:not(:last-child){margin-left:calc( 10px/2 );}@media(max-width:767px){.elementor-3800 .elementor-element.elementor-element-83924c0 .elementor-posts-container .elementor-post__thumbnail{padding-bottom:calc( 0.5 * 100% );}.elementor-3800 .elementor-element.elementor-element-83924c0:after{content:"0.5";}.elementor-3800 .elementor-element.elementor-element-83924c0 .elementor-post__thumbnail__link{width:100%;}}/* Start custom CSS */.entry-title { display: none !important; }

/* SCROLL REVEAL */
.wv-reveal { opacity: 0; transform: translateY(50px); transition: opacity 0.85s cubic-bezier(0.16,1,0.3,1), transform 0.85s cubic-bezier(0.16,1,0.3,1); }
.wv-reveal.visible { opacity: 1; transform: translateY(0); }
.wv-reveal-left { opacity: 0; transform: translateX(-50px); transition: opacity 0.85s cubic-bezier(0.16,1,0.3,1), transform 0.85s cubic-bezier(0.16,1,0.3,1); }
.wv-reveal-left.visible { opacity: 1; transform: translateX(0); }
.wv-reveal-right { opacity: 0; transform: translateX(50px); transition: opacity 0.85s cubic-bezier(0.16,1,0.3,1), transform 0.85s cubic-bezier(0.16,1,0.3,1); }
.wv-reveal-right.visible { opacity: 1; transform: translateX(0); }
.wv-reveal-scale { opacity: 0; transform: scale(0.9); transition: opacity 0.85s cubic-bezier(0.16,1,0.3,1), transform 0.85s cubic-bezier(0.16,1,0.3,1); }
.wv-reveal-scale.visible { opacity: 1; transform: scale(1); }
.wv-d1 { transition-delay: 0.1s !important; }
.wv-d2 { transition-delay: 0.2s !important; }
.wv-d3 { transition-delay: 0.3s !important; }
.wv-d4 { transition-delay: 0.4s !important; }
.wv-d5 { transition-delay: 0.5s !important; }
.wv-d6 { transition-delay: 0.6s !important; }
.wv-d7 { transition-delay: 0.7s !important; }

/* SCROLL PROGRESS BAR */
#wvent-progress { position: fixed; top: 0; left: 0; height: 3px; background: linear-gradient(90deg, #47C5FA, #032254); z-index: 9999; width: 0%; pointer-events: none; }

/* LOGO STRIP */
.wv-strip { overflow: hidden; padding: 32px 0; background: #fff; border-bottom: 1px solid #E2E8F0; }
.wv-strip-label { text-align: center; font-size: 11px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: #6B6B6B; margin-bottom: 24px; }
.wv-strip-track { display: flex; gap: 48px; animation: strip-scroll 30s linear infinite; width: max-content; }
.wv-strip-track span { font-size: 14px; font-weight: 600; color: #6B6B6B; white-space: nowrap; }
@keyframes strip-scroll { from { transform: translateX(0); } to { transform: translateX(-50%); } }

/* ONSTREAM — DARK (img left, text right) */
.wvent-os { display: grid; grid-template-columns: 1fr 1fr; min-height: 640px; }
.wvent-os-img { position: relative; overflow: hidden; }
.wvent-os-img img { width: 100%; height: 100%; object-fit: cover; display: block; transform: scale(1.06); transition: transform 10s cubic-bezier(.16,1,.3,1); }
.wvent-os:hover .wvent-os-img img { transform: scale(1.0); }
.wvent-os-badge { position: absolute; top: 32px; left: 32px; background: rgba(255,255,255,.92); border: 1px solid #E2E8F0; border-radius: 8px; padding: 12px 18px; backdrop-filter: blur(8px); box-shadow: 0 4px 24px rgba(3,34,84,.12); }
.wvent-os-badge-n { display: block; font-size: 22px; font-weight: 900; color: #032254; letter-spacing: -.03em; line-height: 1; }
.wvent-os-badge-l { display: block; font-size: 11px; font-weight: 600; color: #6B6B6B; text-transform: uppercase; letter-spacing: .06em; margin-top: 2px; }
.wvent-os-txt { padding: 80px 64px; display: flex; flex-direction: column; justify-content: center; background: #060F1E; }
.wvent-os-ey { font-size: 10px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; color: #47C5FA; margin: 0 0 20px; display: flex; align-items: center; gap: 10px; }
.wvent-os-ey::before { content: ''; display: block; width: 20px; height: 1.5px; background: #47C5FA; flex-shrink: 0; }
.wvent-os-h { font-size: clamp(26px,2.6vw,40px); font-weight: 900; letter-spacing: -.04em; line-height: 1.04; color: #fff; margin: 0 0 20px; }
.wvent-os-p { font-size: 16px; line-height: 1.7; color: rgba(255,255,255,.65); margin: 0 0 28px; }
.wvent-os-list { list-style: none; padding: 0; margin: 0 0 36px; display: flex; flex-direction: column; gap: 12px; }
.wvent-os-list li { font-size: 14px; color: rgba(255,255,255,.75); padding-left: 20px; position: relative; line-height: 1.5; }
.wvent-os-list li::before { content: '→'; position: absolute; left: 0; color: #47C5FA; }
.wvent-os-cta { display: inline-block; background: #47C5FA; color: #032254; padding: 14px 32px; border-radius: 50px; font-size: 14px; font-weight: 700; text-decoration: none; align-self: flex-start; transition: transform 0.25s, box-shadow 0.25s; }
.wvent-os-cta:hover { transform: translateY(-3px); box-shadow: 0 10px 36px rgba(71,197,250,0.35); color: #032254; }

/* STATS COUNTER BAR */
.wvent-stats { background: #032254; padding: 72px 80px; display: grid; grid-template-columns: repeat(4,1fr); gap: 24px; }
.wvent-stat { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 10px; padding: 36px 20px; border: 1px solid rgba(255,255,255,0.1); border-radius: 16px; background: rgba(255,255,255,0.04); transition: background 0.35s, transform 0.35s, border-color 0.35s; cursor: default; }
.wvent-stat:hover { background: rgba(71,197,250,0.1); transform: translateY(-6px); border-color: rgba(71,197,250,0.4); }
.wvent-stat-icon { font-size: 30px; line-height: 1; }
.wvent-stat-n { font-size: clamp(36px,4vw,54px); font-weight: 900; color: #fff; letter-spacing: -.05em; line-height: 1; }
.wvent-stat-l { font-size: 12px; font-weight: 600; color: rgba(255,255,255,.5); text-transform: uppercase; letter-spacing: .1em; line-height: 1.4; }

/* HUB — LIGHT (text left, img right) */
.wvent-hub { display: grid; grid-template-columns: 1fr 1fr; min-height: 640px; }
.wvent-hub-txt { padding: 80px 64px; display: flex; flex-direction: column; justify-content: center; background: #fff; }
.wvent-hub-ey { font-size: 10px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; color: #47C5FA; margin: 0 0 20px; display: flex; align-items: center; gap: 10px; }
.wvent-hub-ey::before { content: ''; display: block; width: 20px; height: 1.5px; background: #47C5FA; flex-shrink: 0; }
.wvent-hub-h { font-size: clamp(26px,2.6vw,40px); font-weight: 900; letter-spacing: -.04em; line-height: 1.04; color: #032254; margin: 0 0 20px; }
.wvent-hub-p { font-size: 16px; line-height: 1.7; color: #6B6B6B; margin: 0 0 32px; }
.wvent-hub-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-bottom: 36px; }
.wvent-hub-card { background: #F5F5F7; border-radius: 12px; padding: 20px; transition: background 0.25s, transform 0.25s; cursor: default; }
.wvent-hub-card:hover { background: #e8f4fd; transform: translateY(-3px); }
.wvent-hub-card-h { font-size: 14px; font-weight: 700; color: #032254; margin: 0 0 6px; }
.wvent-hub-card-p { font-size: 13px; color: #6B6B6B; line-height: 1.6; margin: 0; }
.wvent-hub-cta { display: inline-block; background: #032254; color: #fff; padding: 14px 32px; border-radius: 50px; font-size: 14px; font-weight: 600; text-decoration: none; align-self: flex-start; transition: transform 0.25s, box-shadow 0.25s; }
.wvent-hub-cta:hover { transform: translateY(-3px); box-shadow: 0 10px 36px rgba(3,34,84,0.28); color: #fff; }
.wvent-hub-img { position: relative; overflow: hidden; }
.wvent-hub-img img { width: 100%; height: 100%; object-fit: cover; display: block; transform: scale(1.06); transition: transform 10s cubic-bezier(.16,1,.3,1); }
.wvent-hub:hover .wvent-hub-img img { transform: scale(1.0); }

/* PRODUCT SHOWCASE (interactive cards) */
.wvent-show { background: #F5F5F7; padding: 96px 80px; }
.wvent-show-header { text-align: center; margin-bottom: 60px; }
.wvent-show-ey { font-size: 10px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; color: #47C5FA; display: flex; align-items: center; justify-content: center; gap: 10px; margin: 0 0 16px; }
.wvent-show-ey::before, .wvent-show-ey::after { content: ''; display: block; width: 20px; height: 1.5px; background: #47C5FA; flex-shrink: 0; }
.wvent-show-h { font-size: clamp(26px,2.6vw,40px); font-weight: 900; letter-spacing: -.04em; line-height: 1.04; color: #032254; margin: 0 0 16px; }
.wvent-show-sub { font-size: 17px; color: #6B6B6B; max-width: 560px; margin: 0 auto; line-height: 1.7; }
.wvent-show-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; }
.wvent-show-card { background: #fff; border-radius: 20px; padding: 40px 32px; border: 1px solid #E2E8F0; cursor: pointer; transition: all 0.45s cubic-bezier(0.16,1,0.3,1); position: relative; overflow: hidden; }
.wvent-show-card::after { content: ''; position: absolute; bottom: 0; left: 0; right: 0; height: 3px; background: linear-gradient(90deg, #47C5FA, #032254); transform: scaleX(0); transform-origin: left; transition: transform 0.45s cubic-bezier(0.16,1,0.3,1); }
.wvent-show-card:hover { transform: translateY(-8px); box-shadow: 0 24px 64px rgba(3,34,84,0.14); border-color: transparent; }
.wvent-show-card:hover::after { transform: scaleX(1); }
.wvent-show-card-num { font-size: 11px; font-weight: 700; color: #47C5FA; letter-spacing: .12em; margin: 0 0 20px; display: block; }
.wvent-show-card-h { font-size: 20px; font-weight: 900; color: #032254; letter-spacing: -.03em; margin: 0 0 12px; }
.wvent-show-card-p { font-size: 14px; color: #6B6B6B; line-height: 1.65; margin: 0 0 28px; }
.wvent-show-card-link { display: inline-flex; align-items: center; gap: 6px; font-size: 13px; font-weight: 700; color: #032254; text-decoration: none; padding: 9px 20px; border-radius: 50px; border: 1.5px solid #E2E8F0; transition: all 0.25s; }
.wvent-show-card-link:hover { background: #032254; color: #fff; border-color: #032254; }

/* COMPASS — DARK (img left, text right) */
.wvent-cmp { display: grid; grid-template-columns: 1fr 1fr; min-height: 640px; }
.wvent-cmp-img { position: relative; overflow: hidden; }
.wvent-cmp-img img { width: 100%; height: 100%; object-fit: cover; display: block; transform: scale(1.06); transition: transform 10s cubic-bezier(.16,1,.3,1); }
.wvent-cmp:hover .wvent-cmp-img img { transform: scale(1.0); }
.wvent-cmp-badge { position: absolute; top: 32px; left: 32px; background: rgba(255,255,255,.92); border: 1px solid #E2E8F0; border-radius: 8px; padding: 12px 18px; backdrop-filter: blur(8px); box-shadow: 0 4px 24px rgba(3,34,84,.12); }
.wvent-cmp-badge-n { display: block; font-size: 22px; font-weight: 900; color: #032254; letter-spacing: -.03em; line-height: 1; }
.wvent-cmp-badge-l { display: block; font-size: 11px; font-weight: 600; color: #6B6B6B; text-transform: uppercase; letter-spacing: .06em; margin-top: 2px; }
.wvent-cmp-txt { padding: 80px 64px; display: flex; flex-direction: column; justify-content: center; background: #032254; }
.wvent-cmp-ey { font-size: 10px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; color: #47C5FA; margin: 0 0 20px; display: flex; align-items: center; gap: 10px; }
.wvent-cmp-ey::before { content: ''; display: block; width: 20px; height: 1.5px; background: #47C5FA; flex-shrink: 0; }
.wvent-cmp-h { font-size: clamp(26px,2.6vw,40px); font-weight: 900; letter-spacing: -.04em; line-height: 1.04; color: #fff; margin: 0 0 20px; }
.wvent-cmp-p { font-size: 16px; line-height: 1.7; color: rgba(255,255,255,.65); margin: 0 0 28px; }
.wvent-cmp-list { list-style: none; padding: 0; margin: 0 0 36px; display: flex; flex-direction: column; gap: 12px; }
.wvent-cmp-list li { font-size: 14px; color: rgba(255,255,255,.75); padding-left: 20px; position: relative; line-height: 1.5; }
.wvent-cmp-list li::before { content: '→'; position: absolute; left: 0; color: #47C5FA; }
.wvent-cmp-cta { display: inline-block; background: #47C5FA; color: #032254; padding: 14px 32px; border-radius: 50px; font-size: 14px; font-weight: 700; text-decoration: none; align-self: flex-start; transition: transform 0.25s, box-shadow 0.25s; }
.wvent-cmp-cta:hover { transform: translateY(-3px); box-shadow: 0 10px 36px rgba(71,197,250,0.35); color: #032254; }

/* TV PROGRAMMING — LIGHT (text left, img right) */
.wvent-tv { display: grid; grid-template-columns: 1fr 1fr; min-height: 640px; }
.wvent-tv-txt { padding: 80px 64px; display: flex; flex-direction: column; justify-content: center; background: #fff; }
.wvent-tv-ey { font-size: 10px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; color: #47C5FA; margin: 0 0 20px; display: flex; align-items: center; gap: 10px; }
.wvent-tv-ey::before { content: ''; display: block; width: 20px; height: 1.5px; background: #47C5FA; flex-shrink: 0; }
.wvent-tv-h { font-size: clamp(26px,2.6vw,40px); font-weight: 900; letter-spacing: -.04em; line-height: 1.04; color: #032254; margin: 0 0 20px; }
.wvent-tv-p { font-size: 16px; line-height: 1.7; color: #6B6B6B; margin: 0 0 32px; }
.wvent-tv-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-bottom: 36px; }
.wvent-tv-card { background: #F5F5F7; border-radius: 12px; padding: 20px; transition: background 0.25s, transform 0.25s; cursor: default; }
.wvent-tv-card:hover { background: #e8f4fd; transform: translateY(-3px); }
.wvent-tv-card-h { font-size: 14px; font-weight: 700; color: #032254; margin: 0 0 6px; }
.wvent-tv-card-p { font-size: 13px; color: #6B6B6B; line-height: 1.6; margin: 0; }
.wvent-tv-cta { display: inline-block; background: #032254; color: #fff; padding: 14px 32px; border-radius: 50px; font-size: 14px; font-weight: 600; text-decoration: none; align-self: flex-start; transition: transform 0.25s, box-shadow 0.25s; }
.wvent-tv-cta:hover { transform: translateY(-3px); box-shadow: 0 10px 36px rgba(3,34,84,0.28); color: #fff; }
.wvent-tv-img { position: relative; overflow: hidden; }
.wvent-tv-img img { width: 100%; height: 100%; object-fit: cover; display: block; transform: scale(1.06); transition: transform 10s cubic-bezier(.16,1,.3,1); }
.wvent-tv:hover .wvent-tv-img img { transform: scale(1.0); }

/* CASTING — DARK (img left, text right) */
.wvent-cast { display: grid; grid-template-columns: 1fr 1fr; min-height: 640px; }
.wvent-cast-img { position: relative; overflow: hidden; }
.wvent-cast-img img { width: 100%; height: 100%; object-fit: cover; display: block; transform: scale(1.06); transition: transform 10s cubic-bezier(.16,1,.3,1); }
.wvent-cast:hover .wvent-cast-img img { transform: scale(1.0); }
.wvent-cast-badge { position: absolute; top: 32px; left: 32px; background: rgba(255,255,255,.92); border: 1px solid #E2E8F0; border-radius: 8px; padding: 12px 18px; backdrop-filter: blur(8px); box-shadow: 0 4px 24px rgba(3,34,84,.12); }
.wvent-cast-badge-n { display: block; font-size: 22px; font-weight: 900; color: #032254; letter-spacing: -.03em; line-height: 1; }
.wvent-cast-badge-l { display: block; font-size: 11px; font-weight: 600; color: #6B6B6B; text-transform: uppercase; letter-spacing: .06em; margin-top: 2px; }
.wvent-cast-txt { padding: 80px 64px; display: flex; flex-direction: column; justify-content: center; background: #060F1E; }
.wvent-cast-ey { font-size: 10px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; color: #47C5FA; margin: 0 0 20px; display: flex; align-items: center; gap: 10px; }
.wvent-cast-ey::before { content: ''; display: block; width: 20px; height: 1.5px; background: #47C5FA; flex-shrink: 0; }
.wvent-cast-h { font-size: clamp(26px,2.6vw,40px); font-weight: 900; letter-spacing: -.04em; line-height: 1.04; color: #fff; margin: 0 0 20px; }
.wvent-cast-p { font-size: 16px; line-height: 1.7; color: rgba(255,255,255,.65); margin: 0 0 28px; }
.wvent-cast-list { list-style: none; padding: 0; margin: 0 0 36px; display: flex; flex-direction: column; gap: 12px; }
.wvent-cast-list li { font-size: 14px; color: rgba(255,255,255,.75); padding-left: 20px; position: relative; line-height: 1.5; }
.wvent-cast-list li::before { content: '→'; position: absolute; left: 0; color: #47C5FA; }
.wvent-cast-cta { display: inline-block; background: #47C5FA; color: #032254; padding: 14px 32px; border-radius: 50px; font-size: 14px; font-weight: 700; text-decoration: none; align-self: flex-start; transition: transform 0.25s, box-shadow 0.25s; }
.wvent-cast-cta:hover { transform: translateY(-3px); box-shadow: 0 10px 36px rgba(71,197,250,0.35); color: #032254; }

/* PLATFORM CARDS */
.wvent-plat-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; margin-top: 48px; }
.wvent-plat-card { background: #F5F5F7; border-radius: 16px; padding: 36px 28px; border: 1px solid #E2E8F0; transition: all 0.35s cubic-bezier(0.16,1,0.3,1); }
.wvent-plat-card:hover { background: #fff; box-shadow: 0 20px 56px rgba(3,34,84,0.11); transform: translateY(-5px); border-color: rgba(71,197,250,0.5); }
.wvent-plat-num { font-size: 11px; font-weight: 700; color: #47C5FA; letter-spacing: .1em; margin: 0 0 16px; }
.wvent-plat-h { font-size: 18px; font-weight: 800; color: #032254; letter-spacing: -.03em; margin: 0 0 12px; }
.wvent-plat-p { font-size: 14px; color: #6B6B6B; line-height: 1.65; margin: 0 0 24px; }
.wvent-plat-link { font-size: 14px; font-weight: 600; color: #47C5FA; text-decoration: none; }
.wvent-plat-link:hover { color: #032254; }

/* PROMISE / CTA OVERRIDES */
.wvent-promise-wrap h2 { font-weight: 900 !important; letter-spacing: -.04em !important; line-height: 1.04 !important; }
.wvent-promise-wrap h6 { display: flex !important; align-items: center !important; justify-content: center !important; gap: 10px !important; }
.wvent-promise-wrap h6::before { content: '' !important; display: block !important; width: 20px !important; height: 1.5px !important; background: #47C5FA !important; flex-shrink: 0 !important; }
.wvent-cta-wrap h2 { font-weight: 900 !important; letter-spacing: -.04em !important; line-height: 1.04 !important; }
.wvent-cta-wrap h6 { display: flex !important; align-items: center !important; justify-content: center !important; gap: 10px !important; }
.wvent-cta-wrap h6::before { content: '' !important; display: block !important; width: 20px !important; height: 1.5px !important; background: #47C5FA !important; flex-shrink: 0 !important; }

/* RESPONSIVE */
@media (max-width: 1024px) {
  .wvent-os,.wvent-hub,.wvent-cmp,.wvent-tv,.wvent-cast { grid-template-columns: 1fr; }
  .wvent-os-img,.wvent-cmp-img,.wvent-cast-img,.wvent-hub-img,.wvent-tv-img { min-height: 360px; order: -1; }
  .wvent-os-txt,.wvent-hub-txt,.wvent-cmp-txt,.wvent-tv-txt,.wvent-cast-txt { padding: 60px 40px; }
  .wvent-stats { grid-template-columns: repeat(2,1fr); padding: 56px 40px; }
  .wvent-show { padding: 64px 40px; }
  .wvent-show-grid { grid-template-columns: repeat(2,1fr); }
  .wvent-plat-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 640px) {
  .wvent-hub-cards,.wvent-tv-cards { grid-template-columns: 1fr; }
  .wvent-stats { grid-template-columns: 1fr 1fr; gap: 16px; padding: 48px 24px; }
  .wvent-show-grid { grid-template-columns: 1fr; }
  .wvent-plat-grid { grid-template-columns: 1fr; }
  .wvent-show { padding: 56px 24px; }
}
/* Hero eyebrow line */
.elementor-element-4532473 h6 { display: flex !important; align-items: center !important; gap: 10px !important; }
.elementor-element-4532473 h6::before { content: '' !important; display: block !important; width: 20px !important; height: 1.5px !important; background: #47C5FA !important; flex-shrink: 0 !important; }
/* Promise section */
.elementor-element-eda206e h2 { font-weight: 900 !important; letter-spacing: -.04em !important; line-height: 1.04 !important; }
.elementor-element-eda206e h6 { display: flex !important; align-items: center !important; justify-content: center !important; gap: 10px !important; }
.elementor-element-eda206e h6::before { content: '' !important; display: block !important; width: 20px !important; height: 1.5px !important; background: #47C5FA !important; flex-shrink: 0 !important; }
/* Platform cards section */
.elementor-element-ec5f138 h2 { font-weight: 900 !important; letter-spacing: -.04em !important; line-height: 1.04 !important; }
.elementor-element-ec5f138 h6 { display: flex !important; align-items: center !important; justify-content: center !important; gap: 10px !important; }
.elementor-element-ec5f138 h6::before { content: '' !important; display: block !important; width: 20px !important; height: 1.5px !important; background: #47C5FA !important; flex-shrink: 0 !important; }
/* Final CTA section */
.elementor-element-18d69b8 h2 { font-weight: 900 !important; letter-spacing: -.04em !important; line-height: 1.04 !important; }
.elementor-element-18d69b8 h6 { display: flex !important; align-items: center !important; justify-content: center !important; gap: 10px !important; }
.elementor-element-18d69b8 h6::before { content: '' !important; display: block !important; width: 20px !important; height: 1.5px !important; background: #47C5FA !important; flex-shrink: 0 !important; }
/* Hero h1 italic */
.elementor-element-3055179 em { font-style: italic; color: #47C5FA; }
/* ============================================================
   UNIFIED BUTTON SYSTEM
   #47C5FA bg · #032254 text · translateY(-3px) + glow on hover
   Full-width on mobile
============================================================ */

/* HTML-based CTAs */
.wvent-os-cta,
.wvent-hub-cta,
.wvent-cmp-cta,
.wvent-tv-cta,
.wvent-cast-cta,
.wvent-show-card-link {
  background: #47C5FA !important;
  color: #032254 !important;
  border-color: #47C5FA !important;
  transition: transform 0.25s cubic-bezier(0.16,1,0.3,1), box-shadow 0.25s cubic-bezier(0.16,1,0.3,1) !important;
}
.wvent-os-cta:hover,
.wvent-hub-cta:hover,
.wvent-cmp-cta:hover,
.wvent-tv-cta:hover,
.wvent-cast-cta:hover,
.wvent-show-card-link:hover {
  background: #47C5FA !important;
  color: #032254 !important;
  border-color: #47C5FA !important;
  transform: translateY(-3px) !important;
  box-shadow: 0 10px 36px rgba(71,197,250,0.45) !important;
}

/* Elementor native buttons */
.elementor-element-c615a94 .elementor-button,
.elementor-element-ebb3dd1 .elementor-button,
.elementor-element-dfbdc7f .elementor-button {
  background-color: #47C5FA !important;
  color: #032254 !important;
  transition: transform 0.25s cubic-bezier(0.16,1,0.3,1), box-shadow 0.25s cubic-bezier(0.16,1,0.3,1) !important;
}
.elementor-element-c615a94 .elementor-button:hover,
.elementor-element-ebb3dd1 .elementor-button:hover,
.elementor-element-dfbdc7f .elementor-button:hover {
  background-color: #47C5FA !important;
  color: #032254 !important;
  transform: translateY(-3px) !important;
  box-shadow: 0 10px 36px rgba(71,197,250,0.45) !important;
}

/* Mobile: all buttons full-width */
@media (max-width: 767px) {
  .wvent-os-cta,
  .wvent-hub-cta,
  .wvent-cmp-cta,
  .wvent-tv-cta,
  .wvent-cast-cta {
    display: block !important;
    width: 100% !important;
    text-align: center !important;
    box-sizing: border-box !important;
  }
  .wvent-show-card-link {
    display: flex !important;
    width: 100% !important;
    justify-content: center !important;
    box-sizing: border-box !important;
  }
  .elementor-element-c615a94 .elementor-button-wrapper,
  .elementor-element-ebb3dd1 .elementor-button-wrapper,
  .elementor-element-dfbdc7f .elementor-button-wrapper {
    width: 100% !important;
  }
  .elementor-element-c615a94 .elementor-button,
  .elementor-element-ebb3dd1 .elementor-button,
  .elementor-element-dfbdc7f .elementor-button {
    width: 100% !important;
    display: flex !important;
    justify-content: center !important;
  }
}
/* HERO CENTERING & RESPONSIVE PADDING */
.elementor-element-eaa2877 {
  align-items: center !important;
  text-align: center !important;
  padding: 80px 40px !important;
}
.elementor-element-eaa2877 .elementor-heading-title,
.elementor-element-eaa2877 .elementor-text-editor {
  text-align: center !important;
}
.elementor-element-ee5d6fa {
  justify-content: center !important;
}
@media (max-width: 1024px) {
  .elementor-element-eaa2877 {
    padding: 72px 48px !important;
  }
}
@media (max-width: 767px) {
  .elementor-element-e9460ff {
    min-height: 65vh !important;
  }
  .elementor-element-eaa2877 {
    padding: 60px 28px !important;
  }
  .elementor-element-ee5d6fa {
    width: 100% !important;
  }
}
/* HERO FIX — full centering */
.elementor-element-e9460ff {
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  align-items: center !important;
}
.elementor-element-eaa2877 {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  text-align: center !important;
  width: 100% !important;
  padding: 80px 40px !important;
}
.elementor-element-eaa2877 > .elementor-widget-wrap,
.elementor-element-eaa2877 .elementor-widget-container {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  width: 100% !important;
}
/* Eyebrow line — centered */
.elementor-element-4532473 h6 {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 10px !important;
  text-align: center !important;
  width: 100% !important;
}
.elementor-element-4532473 h6::before {
  content: '' !important;
  display: block !important;
  width: 20px !important;
  height: 1.5px !important;
  background: #47C5FA !important;
  flex-shrink: 0 !important;
}
.elementor-element-4532473 .elementor-widget-container {
  width: 100% !important;
  text-align: center !important;
}
@media (max-width: 1024px) {
  .elementor-element-eaa2877 { padding: 72px 48px !important; }
}
@media (max-width: 767px) {
  .elementor-element-eaa2877 { padding: 60px 28px !important; }
}
/* Collapse JS/progress container */
.elementor-element-3cd5a7a {
  height: 0 !important;
  min-height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  overflow: hidden !important;
  line-height: 0 !important;
  font-size: 0 !important;
}

/* Center the resource access gate in the viewport. */
#wv-resource-gate {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  inset: 0 !important;
  width: 100vw !important;
  min-height: 100vh !important;
  padding: 24px !important;
}

#wv-resource-gate > .e-con-inner,
#wv-resource-gate > .elementor-element,
#wv-gate-card {
  margin: auto !important;
}

#wv-gate-card {
  flex: 0 1 min(520px, calc(100vw - 48px)) !important;
  max-width: 520px !important;
  align-self: center !important;
}

@media (max-height: 620px) {
  #wv-resource-gate {
    align-items: flex-start !important;
    overflow-y: auto !important;
  }

  #wv-gate-card {
    margin-top: 24px !important;
    margin-bottom: 24px !important;
  }
}

/* Resource feed pagination: keep six webinars visible per page. */
#blog-posts .wvr-page-hidden {
  display: none !important;
}

#blog-posts .wvr-feed-pager {
  width: min(1280px, 100%);
  margin: -48px auto 86px;
  padding: 0 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  position: relative;
  z-index: 3;
}

#blog-posts .wvr-feed-pager button {
  min-height: 42px;
  padding: 11px 20px;
  border-radius: 999px;
  border: 1px solid #E2E8F0;
  background: #FFFFFF;
  color: #032254;
  font: 800 13px/1 Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  cursor: pointer;
  transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease, background .2s ease;
}

#blog-posts .wvr-feed-pager button:hover,
#blog-posts .wvr-feed-pager button:focus-visible {
  transform: translateY(-2px);
  border-color: #47C5FA;
  box-shadow: 0 10px 24px rgba(71,197,250,.24);
  outline: none;
}

#blog-posts .wvr-feed-pager button[data-dir="next"] {
  background: #47C5FA;
  border-color: #47C5FA;
}

#blog-posts .wvr-feed-page-status {
  min-width: 86px;
  text-align: center;
  font: 800 11px/1 Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: #6B6B6B;
}

#blog-posts .elementor-widget-posts.wvr-feed-has-pager + .wvr-feed-pager + .wvr-page,
#blog-posts .elementor-widget-posts.wvr-feed-has-pager + .wvr-feed-pager + .elementor-widget-html {
  margin-top: 0;
}

#blog-posts .elementor-post.wvr-card-enter {
  animation: wvr-card-page-in .42s cubic-bezier(.16,1,.3,1) both !important;
}

@keyframes wvr-card-page-in {
  from { opacity: 0; transform: translateY(18px); }
  to { opacity: 1; transform: translateY(0); }
}

@media (max-width: 680px) {
  #blog-posts .wvr-feed-pager {
    margin: -34px auto 64px;
    padding: 0 20px;
    gap: 8px;
  }

  #blog-posts .wvr-feed-pager button {
    flex: 1 1 0;
    padding: 11px 12px;
  }

  #blog-posts .wvr-feed-page-status {
    min-width: 64px;
  }
}

#blog-posts .wvr-feed-pager button:disabled {
  cursor: not-allowed;
  opacity: .48;
  transform: none !important;
  box-shadow: none !important;
}

/* Stronger pagination hide rule; overrides the card display:flex rule. */
#blog-posts .elementor-posts-container .elementor-post.elementor-grid-item.wvr-page-hidden,
#blog-posts .elementor-widget-posts .elementor-post.elementor-grid-item.wvr-page-hidden {
  display: none !important;
  visibility: hidden !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
}/* End custom CSS */