/* 2026-08-03 UI refinement layer: native dialogs + Alpine tabs + Lucide icons. */
[x-cloak]{display:none!important}
.btn svg,.mobile-bar svg,.header-actions svg,.ticket-dialog-tab svg,.payment-cta svg{width:18px;height:18px;flex:0 0 auto}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:9px}

/* Restore the supplied day/night summit wordmark in header and footer. */
.brand{width:190px!important;gap:0!important}
.brand-logo{width:190px!important}
.footer-brand-lockup{display:block!important}
.footer-brand-lockup .footer-logo{width:220px!important}
.brand-headmark,.footer-headmark{display:none!important}

/* Light theme: the stats square follows the gray campaign visual. */
html[data-theme="light"] .stats-panel{
  background:#9da1ad!important;
  color:#fff!important;
  box-shadow:0 28px 75px rgba(68,76,92,.18)!important;
}
html[data-theme="light"] .stats-panel:before{
  background:radial-gradient(circle at 74% 16%,rgba(60,227,230,.22),transparent 42%),radial-gradient(circle at 14% 90%,rgba(255,78,112,.18),transparent 52%)!important;
}
html[data-theme="light"] .stats-panel article{border-color:rgba(255,255,255,.28)!important}
html[data-theme="light"] .stats-panel strong{color:#fff!important;text-shadow:0 0 24px rgba(60,227,230,.38)!important}
html[data-theme="light"] .stats-panel span{color:#fff!important}
html[data-theme="light"] .stats-panel small{color:rgba(255,255,255,.82)!important}

/* Speaker markers: one consistent edge alignment and readable light-mode contrast. */
.headliner-v2-label,.speaker-feature-badge,.speaker-profile-photo>span{
  left:16px!important;
  right:auto!important;
  top:16px!important;
  bottom:auto!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  min-height:30px;
  padding:0 11px!important;
  border-radius:999px!important;
  border:1px solid rgba(255,255,255,.22)!important;
  background:rgba(7,9,16,.72)!important;
  color:#fff!important;
  font-size:8px!important;
  font-weight:900!important;
  letter-spacing:.12em!important;
  text-transform:uppercase!important;
  backdrop-filter:blur(12px)!important;
  box-shadow:0 10px 28px rgba(0,0,0,.18)!important;
}
.speaker-profile-photo>span{width:auto!important;height:30px!important}
html[data-theme="light"] .headliner-v2-label,
html[data-theme="light"] .speaker-feature-badge,
html[data-theme="light"] .speaker-profile-photo>span{
  background:linear-gradient(135deg,#ff5877,#ff315d)!important;
  border-color:rgba(255,255,255,.72)!important;
  color:#fff!important;
  box-shadow:0 12px 30px rgba(255,49,93,.24)!important;
}
.speaker-feature-number{right:18px!important;bottom:15px!important;left:auto!important;top:auto!important}

/* Make every tariff actionable, regardless of visual state. */
.ticket-card{pointer-events:auto!important}
.ticket-card .btn{pointer-events:auto!important;position:relative!important;z-index:8!important}
.ticket-card:not(.active) .btn-outline{background:rgba(255,255,255,.06)!important}
html[data-theme="light"] .ticket-card:not(.active) .btn-outline{background:#111722!important;color:#fff!important;border-color:#111722!important}
html[data-theme="light"] .ticket-card:not(.active) .btn-outline:hover{background:var(--coral)!important;border-color:var(--coral)!important}

/* Native HTML dialogs: no nested viewport, no accidental scrollbars. */
.nlas-dialog{
  border:0;
  padding:0;
  margin:auto;
  color:inherit;
  background:transparent;
  max-width:none;
  max-height:none;
  overflow:visible;
  outline:none;
}
.nlas-dialog::backdrop{
  background:rgba(4,7,13,.82);
  backdrop-filter:blur(18px) saturate(1.2);
  animation:nlasBackdropIn .22s ease both;
}
.nlas-dialog[open]{animation:nlasDialogIn .28s cubic-bezier(.2,.75,.25,1) both}
@keyframes nlasBackdropIn{from{opacity:0}to{opacity:1}}
@keyframes nlasDialogIn{from{opacity:0;transform:translateY(14px) scale(.985)}to{opacity:1;transform:none}}
.nlas-dialog-close{
  position:absolute;
  z-index:20;
  right:14px;
  top:14px;
  width:44px;
  height:44px;
  padding:0;
  border-radius:50%;
  border:1px solid rgba(255,255,255,.22);
  display:grid;
  place-items:center;
  color:#fff;
  background:rgba(10,13,20,.56);
  backdrop-filter:blur(14px);
  box-shadow:0 12px 28px rgba(0,0,0,.24);
  transition:transform .22s ease,background .22s ease,border-color .22s ease;
}
.nlas-dialog-close svg{width:21px;height:21px}
.nlas-dialog-close:hover{transform:rotate(90deg);background:var(--coral);border-color:var(--coral)}
.nlas-dialog-close-light{color:#101722;background:rgba(255,255,255,.9);border-color:rgba(20,27,39,.12)}

/* Video lightbox */
.nlas-video-dialog{width:100vw;height:100dvh;overflow:hidden}
.nlas-video-shell{position:fixed;inset:0;display:grid;place-items:center;padding:clamp(18px,3vw,42px);overflow:hidden}
.nlas-video-frame{
  width:min(1240px,calc(100vw - 48px));
  aspect-ratio:16/9;
  max-height:calc(100dvh - 48px);
  overflow:hidden;
  border-radius:24px;
  background:#05070b;
  border:1px solid rgba(255,255,255,.16);
  box-shadow:0 45px 140px rgba(0,0,0,.65),0 0 70px rgba(60,227,230,.12);
}
.nlas-video-frame video{display:block;width:100%;height:100%;object-fit:contain;background:#05070b}
.nlas-video-dialog .nlas-dialog-close{right:clamp(22px,3.6vw,56px);top:clamp(22px,3.6vw,56px)}

/* Unified registration / purchase dialog */
.nlas-ticket-dialog{width:min(1040px,calc(100vw - 32px));max-height:calc(100dvh - 32px);overflow:hidden;border-radius:28px;background:#fff;box-shadow:0 48px 150px rgba(0,0,0,.5)}
.nlas-ticket-shell{position:relative;max-height:calc(100dvh - 32px);overflow:hidden;background:linear-gradient(145deg,#fff,#f5f7fa)}
.ticket-dialog-header{display:grid;grid-template-columns:1fr auto;gap:28px;align-items:end;padding:30px 72px 18px 32px;border-bottom:1px solid #e5e8ed}
.ticket-dialog-header h2{margin:0;font-size:clamp(27px,3.4vw,42px);line-height:1;letter-spacing:-.055em;color:#111722}
.ticket-dialog-choice{min-width:245px;padding:13px 16px;border-radius:15px;background:#111722;color:#fff;display:flex;flex-direction:column;gap:4px}
.ticket-dialog-choice small{color:#9da6b4;font-size:9px;text-transform:uppercase;letter-spacing:.12em}
.ticket-dialog-choice strong{font-size:13px}
.ticket-dialog-tabs{display:grid;grid-template-columns:1fr;gap:8px;padding:12px 32px;background:#eef1f5;border-bottom:1px solid #e1e5eb}
.ticket-dialog-tab{min-height:52px;border:0;border-radius:14px;background:transparent;color:#687282;font-weight:900;display:flex;align-items:center;justify-content:center;gap:9px;transition:.22s}
.ticket-dialog-tab:hover{background:rgba(255,255,255,.78);color:#111722}
.ticket-dialog-tab.active{background:#111722;color:#fff;box-shadow:0 13px 30px rgba(17,23,34,.16)}
.ticket-dialog-body{max-height:calc(100dvh - 208px);overflow:auto;overscroll-behavior:contain}
.ticket-dialog-panel{padding:26px 32px 30px;color:#111722}
.ticket-dialog-panel[hidden]{display:none!important}
.ticket-dialog-panel-copy{display:grid;grid-template-columns:.8fr 1fr;gap:30px;align-items:end;margin-bottom:20px}
.ticket-dialog-panel-copy h3{margin:0;font-size:24px;letter-spacing:-.035em}
.ticket-dialog-panel-copy p{margin:0;color:#687282;line-height:1.55;font-size:13px}
.ticket-dialog-panel .form-grid input,.ticket-dialog-panel .form-grid select{background:#fff}
.ticket-dialog-panel .form-submit{display:flex}
.ticket-buy-panel{display:grid;grid-template-columns:1fr 330px;gap:30px;align-items:center;min-height:480px}
.ticket-buy-copy{padding:10px 0 10px 6px}
.ticket-buy-kicker{display:inline-flex;align-items:center;gap:8px;color:#14a55c;font-size:10px;font-weight:900;text-transform:uppercase;letter-spacing:.12em}
.ticket-buy-copy h3{font-size:clamp(31px,4vw,48px);line-height:.98;letter-spacing:-.055em;margin:18px 0 14px}
.ticket-buy-copy>p{color:#687282;line-height:1.65;max-width:520px}
.ticket-buy-selected{margin:22px 0;padding:16px 18px;border-radius:15px;background:#f0f3f6;display:flex;flex-direction:column;gap:4px}
.ticket-buy-selected small{color:#788291;text-transform:uppercase;letter-spacing:.11em;font-size:9px}
.ticket-buy-selected strong{font-size:17px}
.ticket-buy-help{width:100%;margin-top:10px;min-height:48px;border:1px solid #dce1e7;border-radius:13px;background:#fff;color:#253041;font-weight:800;display:flex;align-items:center;justify-content:center;gap:8px}

/* Speaker dialog */
.nlas-speaker-dialog{width:min(920px,calc(100vw - 32px));max-height:calc(100dvh - 32px);overflow:hidden;border-radius:28px;background:#fff;box-shadow:0 48px 150px rgba(0,0,0,.5)}
.nlas-speaker-shell{position:relative;display:grid;grid-template-columns:.85fr 1fr;max-height:calc(100dvh - 32px);overflow:hidden}
.nlas-speaker-shell>img{width:100%;height:min(680px,calc(100dvh - 32px));object-fit:cover;object-position:top;background:#a3a7af}
.nlas-speaker-copy{padding:50px 46px;display:flex;flex-direction:column;justify-content:center;color:#111722;overflow:auto}
.nlas-speaker-copy h2{font-size:clamp(36px,5vw,56px);letter-spacing:-.06em;line-height:.95;margin:0 0 20px}
.nlas-speaker-copy p{color:#657080;line-height:1.75;margin:0 0 28px}
.nlas-speaker-copy .btn{align-self:flex-start}

@media(max-width:820px){
  .brand{width:132px!important}.brand-logo{width:132px!important}.footer-brand-lockup .footer-logo{width:178px!important}
  .payment-cta-visible{grid-template-columns:74px 1fr!important;gap:14px!important;padding:15px!important}
  .payment-qr-trigger{width:74px;height:74px;border-radius:14px}
  .payment-cta-copy>strong{font-size:15px}.payment-cta-copy>p{display:none}.payment-buy-btn{grid-column:1/-1;width:100%}
  .nlas-video-shell{padding:8px}.nlas-video-frame{width:calc(100vw - 16px);max-height:calc(100dvh - 16px);border-radius:15px}.nlas-video-dialog .nlas-dialog-close{right:14px;top:14px}
  .nlas-ticket-dialog,.nlas-speaker-dialog{width:calc(100vw - 14px);max-height:calc(100dvh - 14px);border-radius:20px}
  .nlas-ticket-shell{max-height:calc(100dvh - 14px)}
  .ticket-dialog-header{display:block;padding:24px 55px 15px 18px}.ticket-dialog-header h2{font-size:26px}.ticket-dialog-choice{margin-top:14px;min-width:0}
  .ticket-dialog-tabs{padding:9px 12px}.ticket-dialog-tab{font-size:12px;min-height:48px}
  .ticket-dialog-body{max-height:calc(100dvh - 230px)}
  .ticket-dialog-panel{padding:19px 15px 22px}.ticket-dialog-panel-copy{display:block;margin-bottom:16px}.ticket-dialog-panel-copy p{margin-top:8px}
  .ticket-buy-panel{grid-template-columns:1fr;gap:18px;min-height:0}.ticket-buy-copy{padding:0}.ticket-buy-copy h3{font-size:32px}  .nlas-speaker-shell{display:block;overflow:auto;max-height:calc(100dvh - 14px)}.nlas-speaker-shell>img{height:44dvh}.nlas-speaker-copy{padding:28px 20px 34px;overflow:visible}.nlas-speaker-copy h2{font-size:38px}
  .headliner-v2-label,.speaker-feature-badge,.speaker-profile-photo>span{left:12px!important;top:12px!important;min-height:27px!important;font-size:7px!important}
}

/* ======================================================================
   Client revision · 2026-08-03 17:33
   Campaign video hero, manager checkout, visible partner lockup and venue
   ====================================================================== */

/* The supplied campaign video replaces the isolated head artwork. */
.hero-art{min-height:570px}
.holo-frame.hero-main-video{
  position:absolute!important;
  left:auto!important;
  right:0!important;
  top:56px!important;
  width:min(100%,620px)!important;
  height:auto!important;
  aspect-ratio:16/9;
  border-radius:30px!important;
  background:#080b12!important;
  overflow:hidden;
  cursor:pointer;
  animation:none!important;
  transform:none;
  box-shadow:0 38px 110px rgba(0,0,0,.42),0 0 0 1px rgba(255,255,255,.14),0 0 80px rgba(60,227,230,.13)!important;
  isolation:isolate;
  transition:transform .35s cubic-bezier(.2,.8,.2,1),box-shadow .35s ease;
}
.holo-frame.hero-main-video:before{border-radius:inherit!important;border:1px solid rgba(255,255,255,.2)!important;z-index:5!important;pointer-events:none}
.hero-main-video:hover{transform:translateY(-5px)!important;box-shadow:0 48px 130px rgba(0,0,0,.5),0 0 0 1px rgba(255,255,255,.2),0 0 100px rgba(60,227,230,.18)!important}
.hero-main-video video{display:block;width:100%;height:100%;object-fit:cover;background:#080b12;filter:saturate(1.06) contrast(1.04)}
.hero-main-video-shade{position:absolute;inset:0;z-index:2;pointer-events:none;background:linear-gradient(180deg,transparent 42%,rgba(4,7,13,.62) 100%),linear-gradient(90deg,rgba(7,10,16,.16),transparent 45%)}
.hero-main-video-action{position:absolute;z-index:4;left:20px;bottom:18px;display:flex;align-items:center;gap:12px;color:#fff;pointer-events:none}
.hero-main-video-action>span:last-child{display:flex;flex-direction:column;gap:2px;text-shadow:0 3px 16px rgba(0,0,0,.5)}
.hero-main-video-action small{font-size:9px;font-weight:900;text-transform:uppercase;letter-spacing:.14em;color:rgba(255,255,255,.72)}
.hero-main-video-action strong{font-size:14px}
.hero-main-video-play{width:48px;height:48px;border-radius:50%;display:grid;place-items:center;background:rgba(255,78,112,.94);box-shadow:0 14px 34px rgba(255,78,112,.4);border:1px solid rgba(255,255,255,.55)}
.hero-main-video-play svg{width:20px;height:20px;fill:currentColor;margin-left:2px}
.hero-main-video:focus-visible{outline:3px solid var(--cyan);outline-offset:5px}
.stat-one{right:-1%;top:9%}.stat-two{left:-1%;top:45%}.stat-three{right:4%;bottom:26%}

/* The partner/support strip must stay legible over all campaign themes. */
.hero-partners{position:relative;gap:10px;flex-wrap:wrap;margin-top:24px}
.hero-partners>span{display:inline-flex;align-items:center;min-height:36px;padding:0 12px;border-radius:10px;color:#fff!important;background:rgba(7,10,16,.68);border:1px solid rgba(255,255,255,.18);font-size:9px!important;font-weight:900;letter-spacing:.13em!important;white-space:nowrap;backdrop-filter:blur(12px)}
.partner-mini{height:42px;min-width:100px;padding:7px 12px;border:1px solid rgba(255,255,255,.24);box-shadow:0 10px 28px rgba(0,0,0,.12)}
.partner-mini img{max-height:27px;max-width:112px}
.partner-beautyprof .beautyprof-logo-switch{height:27px}
/* BeautyProf branding follows the active theme: white mark on dark, black mark on light/gray. */
html[data-theme="dark"] .partner-beautyprof{background:#1a1a1a;border-color:rgba(255,255,255,.2)}
html[data-theme="dark"] .partner-beautyprof .beautyprof-logo-dark{opacity:1!important;visibility:visible!important}
html[data-theme="dark"] .partner-beautyprof .beautyprof-logo-light{opacity:0!important;visibility:hidden!important}
html[data-theme="light"] .partner-beautyprof,html[data-theme="gray"] .partner-beautyprof{background:#fff}
html[data-theme="light"] .partner-beautyprof .beautyprof-logo-dark,html[data-theme="gray"] .partner-beautyprof .beautyprof-logo-dark{opacity:0!important;visibility:hidden!important}
html[data-theme="light"] .partner-beautyprof .beautyprof-logo-light,html[data-theme="gray"] .partner-beautyprof .beautyprof-logo-light{opacity:1!important;visibility:visible!important}
html[data-theme="light"] .hero-partners>span,html[data-theme="gray"] .hero-partners>span{background:rgba(69,74,88,.72);border-color:rgba(255,255,255,.34)}

/* Remove the internal-production note look from section headers. */
.speakers-v2-heading,.program-v2-heading{grid-template-columns:minmax(0,900px)!important;max-width:900px;margin-bottom:48px!important}
.speakers-v2-heading>div,.program-v2-heading>div{max-width:900px}

/* The detailed schedule will be inserted later without showing a placeholder. */
.day-program-schedule[hidden]{display:none!important}

/* Venue information remains readable on the ballroom photograph. */
.venue-overlay{background:linear-gradient(90deg,rgba(5,8,14,.92) 0%,rgba(5,8,14,.5) 52%,rgba(5,8,14,.22) 100%),linear-gradient(0deg,rgba(5,8,14,.9) 0%,transparent 64%)!important}
.venue-title{max-width:min(760px,calc(100% - 260px));padding:24px 26px;border-radius:22px;background:rgba(7,10,16,.66);border:1px solid rgba(255,255,255,.16);backdrop-filter:blur(16px);box-shadow:0 22px 65px rgba(0,0,0,.3)}
.venue-title h2{color:#fff;text-shadow:0 4px 24px rgba(0,0,0,.55)}
.venue-meta{display:flex;align-items:center;flex-wrap:wrap;gap:10px 18px;margin-top:16px}
.venue-meta span{display:inline-flex;align-items:center;gap:8px;color:#fff;font-size:13px;font-weight:800}
.venue-meta svg{width:17px;height:17px;color:var(--cyan)}
.venue-date{padding:17px 19px;border-radius:20px;background:rgba(7,10,16,.72);border:1px solid rgba(255,255,255,.17);backdrop-filter:blur(14px);box-shadow:0 18px 50px rgba(0,0,0,.28)}
.venue-date span{color:#fff;line-height:1.45}.venue-date span b{color:var(--cyan);font-size:15px;letter-spacing:.08em}

/* Purchase is handled through a personal manager. */
.manager-buy-panel{grid-template-columns:minmax(0,1fr) 350px!important;gap:34px!important;min-height:430px!important}
.manager-buy-action{width:100%;min-height:56px}
.manager-buy-card{position:relative;padding:30px;border-radius:24px;background:linear-gradient(145deg,#111722,#1a2230);color:#fff;overflow:hidden;box-shadow:0 26px 70px rgba(20,28,42,.18)}
.manager-buy-card:before{content:"";position:absolute;width:220px;height:220px;right:-95px;top:-95px;border-radius:50%;border:1px solid rgba(60,227,230,.26);box-shadow:0 0 0 34px rgba(60,227,230,.04),0 0 0 68px rgba(60,227,230,.022)}
.manager-buy-card-icon{position:relative;width:56px;height:56px;border-radius:18px;display:grid;place-items:center;color:#061016;background:var(--cyan);box-shadow:0 16px 34px rgba(60,227,230,.25)}
.manager-buy-card-icon svg{width:27px;height:27px}
.manager-buy-card h4{position:relative;margin:24px 0 18px;font-size:28px;letter-spacing:-.045em}
.manager-buy-card ol{position:relative;display:grid;gap:12px;margin:0;padding:0;list-style:none}
.manager-buy-card li{display:grid;grid-template-columns:38px 1fr;gap:12px;align-items:center;padding:13px 0;border-top:1px solid rgba(255,255,255,.11)}
.manager-buy-card li b{width:34px;height:34px;border-radius:10px;display:grid;place-items:center;background:rgba(255,255,255,.08);color:var(--cyan);font-size:10px}
.manager-buy-card li span{color:#d5dae2;font-size:13px;line-height:1.45}
.ticket-buy-kicker{color:#16a06a!important}
.ticket-buy-help{text-decoration:none}

/* Plyr is used as the polished video player inside the native lightbox. */
.nlas-video-frame .plyr{width:100%;height:100%;--plyr-color-main:var(--coral);--plyr-video-background:#05070b;--plyr-control-radius:12px}
.nlas-video-frame .plyr__video-wrapper{height:100%;background:#05070b}
.nlas-video-frame .plyr video{width:100%;height:100%;object-fit:contain}
.nlas-video-frame .plyr__control--overlaid{width:72px;height:72px;background:linear-gradient(135deg,var(--coral),#ff315c);box-shadow:0 18px 44px rgba(255,78,112,.42)}
.nlas-video-frame .plyr__controls{padding:18px;background:linear-gradient(transparent,rgba(0,0,0,.86))}

@media(max-width:820px){
  .hero-art{min-height:470px}
  .holo-frame.hero-main-video{left:0!important;right:0!important;top:28px!important;width:100%!important;height:auto!important;aspect-ratio:16/9!important;transform:none!important;border-radius:22px!important}
  .hero-main-video:hover{transform:none!important}
  .stat-one{right:8px;top:7px}.stat-two{left:8px;top:44%}.stat-three{display:none}
  .countdown-card{left:0!important;right:0!important;bottom:0!important}
  .venue-title{left:18px!important;right:18px!important;bottom:22px!important;max-width:none;padding:18px 19px}
  .venue-title h2{font-size:36px!important}
  .venue-meta{gap:8px 13px}.venue-meta span{font-size:11px}
  .venue-date{right:18px!important;top:18px!important;bottom:auto!important;padding:11px 13px}
  .venue-date strong{font-size:48px!important}
  .venue-date span{font-size:9px!important}
  .manager-buy-panel{grid-template-columns:1fr!important;gap:20px!important;min-height:0!important}
  .manager-buy-card{padding:22px}.manager-buy-card h4{font-size:24px}
}

@media(max-width:600px){
  .hero-art{min-height:390px}
  .hero-main-video-action{left:13px;bottom:12px;gap:9px}
  .hero-main-video-play{width:40px;height:40px}.hero-main-video-play svg{width:17px;height:17px}
  .hero-main-video-action small{font-size:7px}.hero-main-video-action strong{font-size:12px}
  .hero-partners>span{width:auto!important;min-height:38px}
  .partner-mini{min-width:92px;height:40px}
  .speakers-v2-heading,.program-v2-heading{margin-bottom:32px!important}
  .venue-photo-wrap{height:560px!important}
  .venue-title{padding:16px;bottom:16px!important}.venue-title h2{font-size:31px!important}.venue-meta{display:grid;gap:8px}
  .venue-date{top:14px!important;right:14px!important}
}

/* Pricing heading: concise public-facing copy, without internal brief text. */
.pricing-heading{grid-template-columns:1fr!important;margin-bottom:clamp(20px,3vw,36px)!important}
.pricing-heading h2{margin:0}

/* ======================================================================
   Registration dialog polish · 2026-08-03 20:08
   Removes the redundant single-tab bar and replaces the unreliable native
   select popup with a consistent accessible custom listbox.
   ====================================================================== */
.nlas-ticket-dialog{
  width:min(980px,calc(100vw - 32px));
}
.nlas-ticket-shell{
  background:linear-gradient(145deg,#ffffff 0%,#f7f8fb 58%,#eef2f7 100%);
  /* flex column so the scrollable body takes EXACTLY the space left below the
     header/tabs, instead of relying on fragile calc(100dvh - Npx) magic numbers
     that don't account for the actual header height and cut off the submit button */
  display:flex;
  flex-direction:column;
}
.ticket-dialog-header{
  align-items:center;
  padding:28px 72px 22px 32px;
  flex:0 0 auto;
}
.ticket-dialog-tabs{
  flex:0 0 auto;
}
.ticket-dialog-header h2{
  max-width:660px;
  font-size:clamp(28px,3vw,39px);
}
.ticket-dialog-body{
  max-height:calc(100dvh - 132px);
  overflow:auto;
  /* fill whatever vertical space is left inside the flex-column shell (between
     header+tabs and the dialog's bottom edge) and allow it to shrink so the
     form + submit button never overflow / get clipped on small screens */
  flex:1 1 auto;
  min-height:0;
}
.ticket-dialog-panel{
  padding:28px 32px 30px;
}
.ticket-dialog-panel-copy{
  grid-template-columns:minmax(250px,.72fr) 1fr;
  align-items:center;
  margin-bottom:22px;
}
.ticket-dialog-panel-copy h3{
  font-size:25px;
  line-height:1.12;
}
.ticket-dialog-panel .form-grid{
  gap:14px 12px;
}
.ticket-dialog-panel .form-grid input,
.ticket-dialog-panel .custom-select-trigger{
  width:100%;
  height:50px;
  border:1px solid #d9dee6;
  border-radius:13px;
  padding:0 14px;
  color:#111722;
  background:#fff;
  outline:0;
  box-shadow:0 1px 0 rgba(17,23,34,.02);
  transition:border-color .18s ease,box-shadow .18s ease,background .18s ease;
}
.ticket-dialog-panel .form-grid input:hover,
.ticket-dialog-panel .custom-select-trigger:hover{
  border-color:#bcc4cf;
}
.ticket-dialog-panel .form-grid input:focus,
.custom-select.is-open .custom-select-trigger{
  border-color:var(--cyan);
  box-shadow:0 0 0 4px rgba(60,227,230,.13);
}
.ticket-dialog-panel .form-grid input[readonly]{
  color:#4d5869;
  background:#f0f3f7;
}

.form-field-specialty{position:relative;z-index:8}
.custom-select{position:relative}
.custom-select-trigger{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  text-align:left;
  cursor:pointer;
}
.custom-select-trigger>span{
  min-width:0;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
}
.custom-select-trigger svg{
  width:18px;
  height:18px;
  flex:0 0 auto;
  color:#667182;
  transition:transform .18s ease;
}
.custom-select.is-open .custom-select-trigger svg{transform:rotate(180deg)}
.custom-select-menu{
  position:absolute;
  z-index:120;
  top:calc(100% + 8px);
  left:0;
  right:0;
  display:grid;
  gap:4px;
  max-height:250px;
  overflow:auto;
  padding:7px;
  border:1px solid #d9dee6;
  border-radius:15px;
  background:#fff;
  box-shadow:0 22px 54px rgba(17,23,34,.18),0 4px 12px rgba(17,23,34,.08);
  overscroll-behavior:contain;
}
.custom-select-menu[hidden]{display:none!important}
.custom-select-option{
  width:100%;
  min-height:42px;
  border:0;
  border-radius:10px;
  padding:9px 11px;
  color:#17202d;
  background:transparent;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  text-align:left;
  font-weight:700;
  transition:background .16s ease,color .16s ease;
}
.custom-select-option:hover,
.custom-select-option:focus-visible{
  color:#101722;
  background:#eef3f7;
  outline:0;
}
.custom-select-option svg{
  width:17px;
  height:17px;
  flex:0 0 auto;
  color:var(--coral);
  opacity:0;
}
.custom-select-option.is-selected{
  color:#101722;
  background:linear-gradient(90deg,rgba(60,227,230,.13),rgba(255,78,112,.08));
}
.custom-select-option.is-selected svg{opacity:1}

.ticket-dialog-panel .form-submit{
  min-height:51px;
  border-radius:14px;
}

/* Two-button row: primary "Отправить" + green WhatsApp button side by side. */
.form-actions{
  display:flex;
  gap:10px;
  margin-top:4px;
}
.form-actions .btn{flex:1 1 0;min-height:51px;border-radius:14px}
.btn-whatsapp{
  --btn-bg:#25D366;
  --btn-bg-hover:#1ebe5d;
  --btn-color:#fff;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:9px;
  font:inherit;
  font-weight:700;
  font-size:15px;
  line-height:1;
  cursor:pointer;
  border:0;
  padding:0 18px;
  background:var(--btn-bg);
  color:var(--btn-color);
  transition:background .2s ease, transform .05s ease, box-shadow .2s ease;
}
.btn-whatsapp:hover{background:var(--btn-bg-hover);box-shadow:0 6px 18px rgba(37,211,102,.32)}
.btn-whatsapp:active{transform:translateY(1px)}
.btn-whatsapp .wa-icon{width:20px;height:20px;flex:0 0 auto}
@media(max-width:420px){
  .form-actions{flex-direction:column}
}

/* Status message shown after submit — success (with lead ID) or error.
   Replaces the need to block/restore buttons: on success both buttons stay
   disabled and this message confirms the lead was created, showing its ID. */
.form-status{
  margin-top:12px;
  padding:13px 16px;
  border-radius:12px;
  font-size:14px;
  font-weight:600;
  line-height:1.4;
  display:flex;
  align-items:center;
  gap:10px;
  animation:formStatusIn .25s ease both;
}
.form-status.is-success{
  background:#e7f7ec;
  color:#1d7a3f;
  border:1px solid #b7e2c4;
}
.form-status.is-error{
  background:#fdeceb;
  color:#c0392b;
  border:1px solid #f5b7b1;
}
.form-status .status-icon{
  width:22px;height:22px;flex:0 0 auto;
  display:inline-flex;align-items:center;justify-content:center;
  border-radius:50%;
  font-weight:700;
}
.form-status.is-success .status-icon{background:#1d7a3f;color:#fff}
.form-status.is-error .status-icon{background:#c0392b;color:#fff}
.form-status .status-lead-id{
  display:inline-block;
  margin-left:2px;
  font-variant-numeric:tabular-nums;
  opacity:.85;
}
@keyframes formStatusIn{from{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:none}}

@media(max-width:820px){
  .nlas-ticket-dialog{width:calc(100vw - 14px)}
  .ticket-dialog-header{padding:22px 54px 16px 18px}
  .ticket-dialog-header h2{font-size:25px}
  .ticket-dialog-body{max-height:calc(100dvh - 172px)}
  .ticket-dialog-panel{padding:18px 15px 22px}
  .ticket-dialog-panel-copy{display:block;margin-bottom:17px}
  .ticket-dialog-panel-copy h3{font-size:22px}
  .ticket-dialog-panel-copy p{margin-top:8px}
  .custom-select-menu{position:fixed;left:14px;right:14px;top:auto;bottom:18px;max-height:min(330px,54dvh);border-radius:18px;padding:8px;box-shadow:0 30px 90px rgba(5,8,13,.32)}
  .custom-select-option{min-height:48px}
}

/* ----------------------------------------------------------------------
   Phone-only compaction (after the 820px block so it wins the cascade).
   The registration panel is ~684px tall but only ~641px is available below
   the dialog header on phones, which clipped the submit button. The dialog
   header already conveys the registration context, so the panel-copy <p>
   (redundant) is dropped and paddings tightened to bring the whole form,
   including the submit button, fully into view. Saves ~69px.
   ---------------------------------------------------------------------- */
@media(max-width:680px){
  .ticket-dialog-panel{padding:15px 14px 16px}
  .ticket-dialog-panel-copy{margin-bottom:10px}
  .ticket-dialog-panel-copy p{display:none}
}

/* Hide the "Выбранный вариант" field visually (it duplicates the selected ticket
   which is already shown in the dialog header / tabs), but keep it in the DOM so
   the script can still update its value and it is submitted with the form. */
.visually-hidden{
  position:absolute!important;
  width:1px;height:1px;
  padding:0;margin:-1px;
  overflow:hidden;
  clip:rect(0,0,0,0);
  white-space:nowrap;
  border:0;
}

/* Honeypot anti-spam field — hidden from humans, visible to bots that fill
   every field. bitrix-lead.php rejects submissions where this is filled. */
.hp-field{position:absolute!important;left:-9999px!important;width:1px!important;height:1px!important;opacity:0!important;pointer-events:none!important}

/* City + ticket quantity + specialty share ONE row on desktop/tablet.
   On phones it collapses: city + qty stay paired, specialty goes below. */
.ticket-dialog-panel .form-trio{
  display:grid;
  grid-template-columns:1fr 120px 1fr;
  gap:13px;
  grid-column:1/-1;
  margin-bottom:0;
}
/* label spans get a fixed 2-line height so all three inputs sit on the same
   baseline even when the label text wraps (Кол-во билетов / Специализация). */
.ticket-dialog-panel .form-trio label>span{
  min-height:26px;
}
@media(max-width:760px){
  .ticket-dialog-panel .form-trio{grid-template-columns:1fr 100px}
  .ticket-dialog-panel .form-trio .form-field-specialty{grid-column:1/-1}
}
@media(max-width:380px){
  .ticket-dialog-panel .form-trio{grid-template-columns:1fr 86px}
}

/* ----------------------------------------------------------------------
   LANDSCAPE TABLET (wide screen + short height). This is the case that never
   fits: plenty of width, very little vertical room, and Android Chrome's
   address/toolbar eats another ~140px. Compact the dialog vertically so the
   whole form — including the submit button — fits without internal scroll.
   Targeted: min-width keeps phones out; max-height catches landscape tablets.
   ---------------------------------------------------------------------- */
@media (min-width:900px) and (max-height:820px){
  .ticket-dialog-header{padding:16px 56px 12px 24px}
  .ticket-dialog-header h2{font-size:clamp(22px,2.6vw,32px)}
  .ticket-dialog-choice{padding:9px 13px;min-width:210px}
  .ticket-dialog-choice strong{font-size:12px}
  .ticket-dialog-tabs{padding:8px 24px}
  .ticket-dialog-tab{min-height:40px}
  .ticket-dialog-body{max-height:calc(100dvh - 148px)}     /* less offset now that header/tabs are shorter */
  .ticket-dialog-panel{padding:16px 24px 18px}
  .ticket-dialog-panel-copy{margin-bottom:12px;gap:18px}
  .ticket-dialog-panel-copy h3{font-size:19px}
  .ticket-dialog-panel .form-grid{gap:9px 14px}
  .ticket-dialog-panel .form-grid input,
  .ticket-dialog-panel .custom-select-trigger{height:42px}
  .ticket-dialog-panel .form-submit{min-height:46px}
}


/* ======================================================================
   Symmetry audit · 2026-08-03 21:15
   One optical center and one geometry for every modal close control.
   ====================================================================== */
.nlas-dialog-close{
  box-sizing:border-box!important;
  width:44px!important;
  height:44px!important;
  min-width:44px!important;
  min-height:44px!important;
  padding:0!important;
  margin:0!important;
  border-radius:50%!important;
  display:block!important;
  position:absolute!important;
  overflow:hidden!important;
  line-height:0!important;
  font-size:0!important;
  appearance:none!important;
  -webkit-appearance:none!important;
  transform:none!important;
}
.nlas-dialog-close>svg,
.nlas-dialog-close>i,
.nlas-dialog-close>span{display:none!important}
.nlas-dialog-close::before,
.nlas-dialog-close::after{
  content:"";
  position:absolute;
  left:50%;
  top:50%;
  width:15px;
  height:2px;
  border-radius:999px;
  background:currentColor;
  transform-origin:50% 50%;
  pointer-events:none;
}
.nlas-dialog-close::before{transform:translate(-50%,-50%) rotate(45deg)}
.nlas-dialog-close::after{transform:translate(-50%,-50%) rotate(-45deg)}
.nlas-dialog-close:hover{
  transform:scale(1.06)!important;
}
.nlas-dialog-close:active{
  transform:scale(.96)!important;
}
.nlas-dialog-close:focus-visible{
  outline:3px solid rgba(60,227,230,.55)!important;
  outline-offset:3px!important;
}
.nlas-ticket-shell>.nlas-dialog-close,
.nlas-speaker-shell>.nlas-dialog-close{
  top:16px!important;
  right:16px!important;
}
.nlas-video-frame{
  position:relative!important;
}
.nlas-video-frame>.nlas-dialog-close{
  top:14px!important;
  right:14px!important;
  color:#fff!important;
  background:rgba(7,10,16,.68)!important;
  border-color:rgba(255,255,255,.28)!important;
  box-shadow:0 12px 30px rgba(0,0,0,.34)!important;
}
.nlas-video-frame>.nlas-dialog-close:hover{
  background:var(--coral)!important;
  border-color:var(--coral)!important;
}

/* Optical centering for all other icon-only circular controls. */
.hero-video-play,
.hero-main-video-play,
.speaker-profile-photo b{
  align-items:center!important;
  justify-content:center!important;
  line-height:0!important;
}
.hero-video-play svg,
.hero-main-video-play svg{
  transform:translateX(1px)!important;
}
.menu-toggle{
  position:relative!important;
  padding:0!important;
  display:none;
  align-items:center!important;
  justify-content:center!important;
}
@media(max-width:1100px){
  .menu-toggle{display:flex!important;flex-direction:column!important;gap:5px!important}
  .menu-toggle span{width:18px!important;height:1.5px!important;margin:0!important;border-radius:999px!important;flex:0 0 auto!important}
}

@media(max-width:820px){
  .nlas-dialog-close{
    width:40px!important;
    height:40px!important;
    min-width:40px!important;
    min-height:40px!important;
  }
  .nlas-dialog-close::before,
  .nlas-dialog-close::after{width:14px;height:2px}
  .nlas-ticket-shell>.nlas-dialog-close,
  .nlas-speaker-shell>.nlas-dialog-close,
  .nlas-video-frame>.nlas-dialog-close{
    top:12px!important;
    right:12px!important;
  }
}

/* ===== Final visual symmetry + theme control audit · 2026-08-03 22:05 ===== */
:root{
  --ui-control-size:42px;
  --ui-control-radius:13px;
  --ui-ring:0 0 0 3px rgba(60,227,230,.24);
}

/* Every header control shares one optical baseline and one control height. */
.header-actions{align-items:center!important;gap:12px!important}
.header-actions>.phone-link,
.header-actions>.btn,
.header-actions>.menu-toggle{min-height:var(--ui-control-size)!important;height:var(--ui-control-size)!important}
.header-actions>.phone-link{display:inline-flex!important;align-items:center!important;line-height:1!important;white-space:nowrap}
.btn>svg,.btn>i,.mobile-bar button>svg,.mobile-bar button>i{width:18px!important;height:18px!important;flex:0 0 18px!important}
.btn,.mobile-bar button{line-height:1.1!important}

/* Balanced two-cell day/night switch. The active plate moves exactly one cell. */
.theme-toggle{
  --toggle-pad:3px;
  --toggle-cell:32px;
  position:relative!important;
  width:calc(var(--toggle-cell)*2 + var(--toggle-pad)*2)!important;
  height:38px!important;
  min-width:70px!important;
  min-height:38px!important;
  box-sizing:border-box!important;
  flex:0 0 70px!important;
  display:grid!important;
  grid-template-columns:repeat(2,var(--toggle-cell))!important;
  align-items:center!important;
  justify-items:center!important;
  gap:0!important;
  padding:var(--toggle-pad)!important;
  margin:0!important;
  overflow:hidden!important;
  border:1px solid #323947!important;
  border-radius:999px!important;
  background:#151a24!important;
  color:#7f899a!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.06),0 6px 18px rgba(0,0,0,.18)!important;
  appearance:none!important;
  -webkit-appearance:none!important;
  transition:border-color .22s ease,background .22s ease,box-shadow .22s ease!important;
}
.theme-toggle:hover{border-color:#4b5566!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.07),0 8px 22px rgba(0,0,0,.23)!important}
.theme-toggle:focus-visible{outline:none!important;box-shadow:var(--ui-ring),inset 0 1px 0 rgba(255,255,255,.07)!important}
.theme-toggle-active{
  position:absolute!important;
  z-index:1!important;
  left:var(--toggle-pad)!important;
  top:var(--toggle-pad)!important;
  width:var(--toggle-cell)!important;
  height:var(--toggle-cell)!important;
  border-radius:50%!important;
  background:linear-gradient(145deg,#ffffff,#e7ebf1)!important;
  box-shadow:0 4px 13px rgba(0,0,0,.28),inset 0 1px 0 rgba(255,255,255,.8)!important;
  transform:translateX(var(--toggle-cell))!important;
  transition:transform .3s cubic-bezier(.2,.8,.2,1),background .25s ease,box-shadow .25s ease!important;
  pointer-events:none!important;
}
.theme-toggle-option{
  position:relative!important;
  inset:auto!important;
  z-index:2!important;
  width:var(--toggle-cell)!important;
  height:var(--toggle-cell)!important;
  display:grid!important;
  place-items:center!important;
  transform:none!important;
  color:#818b9c!important;
  line-height:0!important;
  pointer-events:none!important;
  transition:color .22s ease!important;
}
.theme-toggle-option svg{width:17px!important;height:17px!important;display:block!important;overflow:visible!important}
.theme-toggle-option svg *{fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.theme-toggle-moon{color:#111722!important}
.theme-toggle-sun{color:#778294!important}

html[data-theme="light"] .theme-toggle{
  background:#e9edf2!important;
  border-color:#d3d9e2!important;
  color:#8a94a3!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.9),0 6px 18px rgba(32,40,55,.09)!important;
}
html[data-theme="light"] .theme-toggle:hover{border-color:#c1c9d4!important;box-shadow:inset 0 1px 0 #fff,0 8px 22px rgba(32,40,55,.12)!important}
html[data-theme="light"] .theme-toggle-active{
  transform:translateX(0)!important;
  background:linear-gradient(145deg,#fff8d8,#ffd978)!important;
  box-shadow:0 4px 12px rgba(110,78,10,.18),inset 0 1px 0 rgba(255,255,255,.95)!important;
}
html[data-theme="light"] .theme-toggle-sun{color:#b95d0b!important}
html[data-theme="light"] .theme-toggle-moon{color:#8d97a6!important}

html[data-theme="gray"] .theme-toggle{
  background:#8e939e!important;
  border-color:rgba(255,255,255,.34)!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.24),0 6px 18px rgba(41,46,58,.14)!important;
}
html[data-theme="gray"] .theme-toggle-active{background:linear-gradient(145deg,#fff,#e4e7ec)!important}
html[data-theme="gray"] .theme-toggle-moon{color:#151a24!important}
html[data-theme="gray"] .theme-toggle-sun{color:#f0f2f5!important}

/* One geometry for every icon-only control. */
.menu-toggle,
.nlas-dialog-close,
.hero-main-video-play,
.hero-video-play,
.speaker-profile-photo b{
  box-sizing:border-box!important;
  display:grid!important;
  place-items:center!important;
  padding:0!important;
  line-height:0!important;
}
.menu-toggle{width:var(--ui-control-size)!important;height:var(--ui-control-size)!important;min-width:var(--ui-control-size)!important;border-radius:var(--ui-control-radius)!important}
.menu-toggle:focus-visible,.nlas-dialog-close:focus-visible,.hero-main-video-play:focus-visible,.hero-video-play:focus-visible{outline:none!important;box-shadow:var(--ui-ring)!important}

/* Symmetric burger: exact shared center, equal stroke length, no inherited margins. */
@media(max-width:1100px){
  .menu-toggle{display:grid!important;grid-template-rows:repeat(2,2px)!important;align-content:center!important;gap:6px!important}
  .menu-toggle span{display:block!important;width:18px!important;height:2px!important;margin:0!important;border-radius:999px!important;transform:none!important}
}

/* Optical uniformity for badges and numeric markers on speaker imagery. */
.headliner-v2-label,
.speaker-feature-badge,
.speaker-profile-photo>span{
  box-sizing:border-box!important;
  min-height:28px!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  padding:0 12px!important;
  border-radius:999px!important;
  line-height:1!important;
  letter-spacing:.12em!important;
}
.speaker-profile-photo>span{
  left:14px!important;
  top:14px!important;
  min-width:28px!important;
  width:28px!important;
  padding:0!important;
  font-variant-numeric:tabular-nums!important;
}

/* Accordion and card action markers stay centered inside equal circles. */
.accordion summary::after{
  display:grid!important;
  place-items:center!important;
  width:32px!important;
  height:32px!important;
  min-width:32px!important;
  line-height:32px!important;
  text-align:center!important;
  border-radius:50%!important;
}

@media(max-width:820px){
  .header-actions{gap:8px!important}
  /* phone link is shown via !important on line ~590; force-hide on phones so the
     hamburger (menu-toggle) never overflows the right edge of the viewport */
  .header-actions>.phone-link{display:none!important}
  .theme-toggle{--toggle-cell:29px;width:64px!important;min-width:64px!important;height:35px!important;flex-basis:64px!important}
  .theme-toggle-option svg{width:16px!important;height:16px!important}
  .header-actions>.menu-toggle{width:40px!important;height:40px!important;min-width:40px!important;min-height:40px!important}
}

/* ======================================================================
   Responsive hero media correction · phone + tablet
   The summit video becomes a normal, centred 16:9 block below the copy.
   No oversized absolute canvas, no clipping outside the viewport.
   ====================================================================== */
@media (max-width:1024px){
  .hero{padding-bottom:64px!important}
  .hero-layout{
    grid-template-columns:minmax(0,1fr)!important;
    gap:30px!important;
    align-items:start!important;
  }
  .hero-copy{max-width:none!important}
  .hero-art{
    position:relative!important;
    display:grid!important;
    grid-template-columns:repeat(3,minmax(0,1fr))!important;
    gap:12px!important;
    width:100%!important;
    min-height:0!important;
    height:auto!important;
    margin:0!important;
    padding:0!important;
    overflow:visible!important;
  }
  .holo-frame.hero-main-video{
    position:relative!important;
    inset:auto!important;
    left:auto!important;
    right:auto!important;
    top:auto!important;
    bottom:auto!important;
    grid-column:1/-1!important;
    grid-row:1!important;
    justify-self:stretch!important;
    width:100%!important;
    max-width:none!important;
    height:auto!important;
    min-height:0!important;
    aspect-ratio:16/9!important;
    margin:0!important;
    translate:none!important;
    transform:none!important;
    border-radius:24px!important;
    overflow:hidden!important;
  }
  .hero-main-video:hover{transform:none!important}
  .hero-main-video video{
    width:100%!important;
    height:100%!important;
    object-fit:cover!important;
    object-position:center center!important;
  }
  .floating-stat{
    position:relative!important;
    inset:auto!important;
    left:auto!important;
    right:auto!important;
    top:auto!important;
    bottom:auto!important;
    grid-row:2!important;
    width:100%!important;
    min-width:0!important;
    padding:13px 14px!important;
    transform:none!important;
    text-align:left!important;
  }
  .stat-one{grid-column:1!important}
  .stat-two{grid-column:2!important}
  .stat-three{display:block!important;grid-column:3!important}
  .countdown-card{
    position:relative!important;
    inset:auto!important;
    left:auto!important;
    right:auto!important;
    top:auto!important;
    bottom:auto!important;
    grid-column:1/-1!important;
    grid-row:3!important;
    width:100%!important;
    margin:0!important;
    transform:none!important;
  }
}

@media (max-width:600px){
  .hero-layout{gap:22px!important}
  .hero-art{
    grid-template-columns:repeat(3,minmax(0,1fr))!important;
    gap:8px!important;
  }
  .holo-frame.hero-main-video{
    width:100%!important;
    aspect-ratio:16/9!important;
    border-radius:18px!important;
    box-shadow:0 22px 54px rgba(0,0,0,.34),0 0 0 1px rgba(255,255,255,.13)!important;
  }
  .hero-main-video-action{left:12px!important;right:12px!important;bottom:11px!important;gap:9px!important}
  .hero-main-video-play{width:38px!important;height:38px!important;min-width:38px!important}
  .hero-main-video-action small{font-size:6.5px!important;letter-spacing:.1em!important}
  .hero-main-video-action strong{font-size:11px!important}
  .floating-stat{
    border-radius:13px!important;
    padding:10px 9px!important;
    text-align:center!important;
  }
  .floating-stat strong{font-size:21px!important}
  .floating-stat span{font-size:7px!important;letter-spacing:.06em!important}
  .countdown-card{border-radius:17px!important;padding:14px 12px!important}
  .countdown-head{margin-bottom:10px!important}
  .countdown strong{font-size:21px!important}
  .countdown span{font-size:7px!important}
}


/* ======================================================================
   Compact mobile footer · 2026-08-03 21:55
   Keeps the footer visually complete without a tall empty column.
   ====================================================================== */
@media (max-width:600px){
  .site-footer{
    padding:28px 0 94px!important;
  }
  .site-footer .footer-layout{
    display:grid!important;
    grid-template-columns:1fr!important;
    gap:0!important;
  }
  .site-footer .footer-layout>div:first-child{
    display:grid!important;
    grid-template-columns:142px minmax(0,1fr)!important;
    align-items:center!important;
    gap:14px!important;
    padding-bottom:16px!important;
  }
  .site-footer .footer-brand-lockup{
    min-width:0!important;
    margin:0!important;
  }
  .site-footer .footer-brand-lockup .footer-logo{
    width:142px!important;
    height:auto!important;
    display:block!important;
  }
  .site-footer .footer-brand-lockup .footer-logo img{
    width:100%!important;
    height:auto!important;
    display:block!important;
  }
  .site-footer .footer-layout>div:first-child p{
    margin:0!important;
    max-width:150px!important;
    justify-self:end!important;
    text-align:right!important;
    font-size:9.5px!important;
    line-height:1.45!important;
  }
  .site-footer .footer-layout nav{
    display:flex!important;
    flex-wrap:wrap!important;
    gap:9px 18px!important;
    padding:14px 0!important;
    border-top:1px solid rgba(255,255,255,.08)!important;
    border-bottom:1px solid rgba(255,255,255,.08)!important;
  }
  .site-footer .footer-layout nav a{
    font-size:11px!important;
    line-height:1.2!important;
  }
  .site-footer .footer-contact{
    display:flex!important;
    align-items:center!important;
    justify-content:space-between!important;
    gap:12px!important;
    padding-top:15px!important;
    text-align:left!important;
  }
  .site-footer .footer-contact a{
    font-size:17px!important;
    line-height:1!important;
    white-space:nowrap!important;
  }
  .site-footer .footer-contact button{
    min-height:36px!important;
    margin:0!important;
    padding:0 13px!important;
    border:1px solid rgba(255,78,112,.42)!important;
    border-radius:999px!important;
    background:rgba(255,78,112,.08)!important;
    font-size:10px!important;
    line-height:1.2!important;
    white-space:nowrap!important;
  }
  .site-footer .footer-bottom{
    margin-top:16px!important;
    padding-top:12px!important;
    flex-direction:row!important;
    align-items:center!important;
    justify-content:space-between!important;
    gap:12px!important;
    font-size:8.5px!important;
  }
  .site-footer .footer-bottom a{
    text-align:right!important;
  }
  html[data-theme="light"] .site-footer .footer-layout nav{
    border-color:rgba(17,24,39,.1)!important;
  }
  html[data-theme="light"] .site-footer .footer-contact button{
    background:rgba(255,78,112,.07)!important;
  }
}

@media (max-width:380px){
  .site-footer .footer-layout>div:first-child{
    grid-template-columns:126px minmax(0,1fr)!important;
    gap:10px!important;
  }
  .site-footer .footer-brand-lockup .footer-logo{width:126px!important}
  .site-footer .footer-contact{align-items:flex-start!important;flex-direction:column!important;gap:10px!important}
  .site-footer .footer-contact button{width:100%!important}
}

/* ======================================================================
   Registration modal final symmetry + dropdown portal · 2026-08-25
   ====================================================================== */
.nlas-ticket-dialog{width:min(980px,calc(100vw - 32px));max-height:calc(100dvh - 32px);overflow:visible!important}
.nlas-ticket-shell{max-height:calc(100dvh - 32px);overflow:hidden;border-radius:28px}
.ticket-dialog-header{grid-template-columns:minmax(0,1fr) 245px;align-items:center;padding:30px 72px 24px 32px;gap:30px}
.ticket-dialog-choice{width:245px;min-width:0;justify-self:end}
.ticket-dialog-body{overflow-y:auto;overflow-x:hidden;overscroll-behavior:contain}
.ticket-dialog-panel{padding:28px 32px 24px}
.ticket-dialog-panel-copy{grid-template-columns:minmax(290px,.78fr) minmax(0,1fr);gap:40px;margin-bottom:22px}
.ticket-dialog-panel .form-grid{gap:14px 12px}
.ticket-dialog-panel .form-trio{grid-template-columns:minmax(0,1.05fr) minmax(130px,.33fr) minmax(0,1.05fr);gap:12px}
.ticket-dialog-panel .form-grid>label>span,.ticket-dialog-panel .form-trio>label>span{display:block;min-height:14px;margin-bottom:8px;font-size:10px;line-height:1.35;white-space:nowrap}
.ticket-dialog-panel .form-grid input,.ticket-dialog-panel .custom-select-trigger{height:50px;border-color:#cbd2dc;background:#fff;color:#111722}
.ticket-dialog-panel .form-grid input[readonly]{background:#f0f3f7;color:#4d5869}
.form-actions{gap:10px;margin-top:22px}.form-actions .btn{min-height:51px}.form-status{margin-top:13px;margin-bottom:0;padding:13px 16px}
.nlas-ticket-shell>.nlas-dialog-close{top:16px!important;right:16px!important}
/* JS portals the menu beside the shell but keeps it inside the native dialog's
   top layer. Absolute positioning avoids both clipping and inert body content. */
.custom-select-menu.is-portalled{position:absolute!important;z-index:2147483000!important;right:auto!important;bottom:auto!important;width:auto;max-height:min(250px,calc(100dvh - 24px));margin:0;transform-origin:top center;scrollbar-width:none}.custom-select-menu.is-portalled::-webkit-scrollbar{display:none}
.custom-select-menu.is-portalled.is-above{transform-origin:bottom center}
.ticket-dialog-body.select-open{overflow-y:hidden}
@media(max-width:760px){
  .ticket-dialog-header{grid-template-columns:1fr;padding:25px 64px 20px 22px;gap:14px}.ticket-dialog-choice{width:100%;justify-self:stretch}.ticket-dialog-panel{padding:24px 22px 26px}.ticket-dialog-panel-copy{grid-template-columns:1fr;gap:10px}.ticket-dialog-panel .form-trio{grid-template-columns:minmax(0,1fr) 116px}.ticket-dialog-panel .form-field-specialty{grid-column:1/-1}.form-actions{margin-top:22px}
}
@media(max-width:520px){
  .nlas-ticket-dialog{width:calc(100vw - 16px);max-height:calc(100dvh - 16px)}.nlas-ticket-shell{max-height:calc(100dvh - 16px)}.ticket-dialog-header{padding:22px 58px 17px 18px}.ticket-dialog-header h2{font-size:clamp(25px,8vw,34px)}.ticket-dialog-panel{padding:21px 18px 23px}.ticket-dialog-panel-copy{margin-bottom:18px}.ticket-dialog-panel .form-grid{grid-template-columns:1fr;gap:13px}.ticket-dialog-panel .form-trio{grid-template-columns:minmax(0,1fr) 104px}.form-actions{flex-direction:column}.form-actions .btn{width:100%}.form-status{margin-top:12px;margin-bottom:0}
}
