/* ══════════════════════════════════════════════════════════════════════════
   CONFERENCE page — scoped styles. Ported verbatim from conference.blade.php.
   (The shared .lu-nav / button-reskin rules live in lu-chrome.css and the
   toast / .lu-zmodal rules in lu-shared.css; only the page-specific #cf-* /
   .lu-zf / .lu-embed styles are here.)
   ══════════════════════════════════════════════════════════════════════════ */

/* Page-local helper (not in shared chrome): the "+" accent used in the
   Featured Speakers header. */
.lu-plus { color: var(--cyan); font-size: 0.7em; font-weight: 700; vertical-align: baseline; margin-left: 2px; }

/* ══════════════════════════════════════════
   CONFERENCE PAGE — scoped styles
══════════════════════════════════════════ */
:root {
    --dp:#2C2F73; --mp:#3F3F8F; --lp:#5A5ACF; --ov:#1F2257;
    --cyan:#7ED6D1; --cyanl:#A6E3DF; --mint:#9FE3B3;
    --white:#FFFFFF; --soft:#E6E8F0;
}
html { scroll-behavior: smooth; }
body { background: var(--dp); color: var(--soft); }

/* shared section */
.cf-sec  { padding: 72px 0; position: relative; overflow: hidden; }
.cf-dots::before { content:''; position:absolute; inset:0; background-image:radial-gradient(rgba(127,214,209,.055) 1px,transparent 1px); background-size:42px 42px; pointer-events:none; z-index:0; }

/* ── typography — light weight, no cyan labels ── */
.cf-h    { font-family:'LEMONMILK','Futura',sans-serif; font-weight:300; text-transform:uppercase; color:var(--white); line-height:1.04; letter-spacing:-.01em; }
.cf-h em { font-style:normal; color:var(--cyan); }
.cf-body { font-family:'Futura','Trebuchet MS',sans-serif; font-size:15px; color:rgba(230,232,240,.72); line-height:1.76; }
/* hide all cyan eyebrow labels globally */
.cf-label { display: none !important; }

/* glass card */
.cf-gc { background:rgba(44,47,115,.48); border:1px solid rgba(127,214,209,.14); backdrop-filter:blur(14px); -webkit-backdrop-filter:blur(14px); transition:border-color .3s,transform .35s,box-shadow .35s; position:relative; overflow:hidden; }
.cf-gc::before { content:''; position:absolute; top:0; left:0; right:0; height:2px; background:linear-gradient(90deg,transparent,var(--cyan),transparent); opacity:0; transition:opacity .3s; }
.cf-gc:hover { border-color:rgba(127,214,209,.42); transform:translateY(-5px); box-shadow:0 18px 52px rgba(31,34,87,.65); }
.cf-gc:hover::before { opacity:1; }

/* ── 1. HERO ── */
#cf-hero { min-height:100vh; position:relative; display:flex; align-items:center; overflow:hidden; padding-bottom:80px; background:linear-gradient(150deg,#1F2257 0%,#2C2F73 40%,#3F3F8F 75%,#2C2F73 100%); }
#cf-hero .cf-hero-photo { position:absolute; inset:0; z-index:0; overflow:hidden; }
#cf-hero .cf-hero-photo img { width:100%; height:100%; object-fit:cover; object-position:center right; opacity:.55; }
#cf-hero .cf-hero-photo::after { content:''; position:absolute; inset:0; background:linear-gradient(90deg,#1F2257 0%,rgba(31,34,87,.94) 28%,rgba(44,47,115,.6) 62%,rgba(44,47,115,.28) 100%); }
@media (max-width:767px){ #cf-hero .cf-hero-photo img{ opacity:.3; } #cf-hero .cf-hero-photo::after{ background:linear-gradient(180deg,rgba(31,34,87,.72) 0%,rgba(31,34,87,.94) 62%,#1F2257 100%); } }
#cf-hero::before { content:''; position:absolute; top:-20%; right:-10%; width:68vw; height:68vw; max-width:850px; background:radial-gradient(ellipse,rgba(90,90,207,.42) 0%,transparent 68%); pointer-events:none; }
#cf-hero::after  { content:''; position:absolute; inset:0; background-image:radial-gradient(rgba(127,214,209,.06) 1px,transparent 1px); background-size:44px 44px; pointer-events:none; }
.cf-hero-title { font-family:'LEMONMILK','Futura',sans-serif; font-weight:300; font-size:clamp(36px,6.5vw,86px); line-height:.94; text-transform:uppercase; letter-spacing:-.025em; color:var(--white); margin-bottom:28px; }
.cf-hero-title .lc { color:var(--cyan); }
.cf-hero-title .lg { color:transparent; -webkit-text-stroke:1.5px rgba(255,255,255,.2); }
.cf-hero-sub  { font-family:'Futura','Trebuchet MS',sans-serif; font-size:18px; line-height:1.7; color:rgba(230,232,240,.72); max-width:560px; margin-bottom:36px; }
.cf-hero-feats { display:flex; flex-wrap:wrap; gap:10px; margin-bottom:40px; }
.cf-hero-feat  { display:flex; align-items:center; gap:8px; background:rgba(44,47,115,.55); border:1px solid rgba(127,214,209,.2); backdrop-filter:blur(6px); padding:8px 16px; font-family:'LEMONMILK','Futura',sans-serif; font-size:8px; letter-spacing:.16em; text-transform:uppercase; color:rgba(230,232,240,.75); }
.cf-hero-feat i { color:var(--cyan); font-size:11px; }
.cf-hero-ctas .btn-mod { border-radius:50px; font-size:11px; letter-spacing:.14em; padding:15px 34px; }
.cf-scroll { position:absolute; bottom:36px; left:50%; transform:translateX(-50%); display:flex; flex-direction:column; align-items:center; gap:8px; opacity:.3; z-index:2; }
.cf-scroll span { font-family:'LEMONMILK','Futura',sans-serif; font-size:7.5px; letter-spacing:.2em; text-transform:uppercase; color:#fff; }
.cf-sline { width:1px; height:34px; background:linear-gradient(to bottom,#fff,transparent); animation:cfsc 1.9s infinite; }
@keyframes cfsc { 0%{transform:scaleY(0);transform-origin:top}50%{transform:scaleY(1);transform-origin:top}51%{transform:scaleY(1);transform-origin:bottom}100%{transform:scaleY(0);transform-origin:bottom} }

/* ── 2. FORMATS ── */
#cf-formats { background:var(--ov); }
.cf-fmt-card { padding:36px 28px; height:100%; position:relative; }
.cf-fmt-card::after { content:''; position:absolute; bottom:0; left:0; right:0; height:2px; background:linear-gradient(90deg,var(--cyan),rgba(127,214,209,.2)); transform:scaleX(0); transform-origin:left; transition:transform .4s; }
.cf-fmt-card:hover::after { transform:scaleX(1); }
.cf-fmt-ico   { width:54px; height:54px; border:1px solid rgba(127,214,209,.22); background:rgba(90,90,207,.18); display:flex; align-items:center; justify-content:center; margin-bottom:22px; transition:border-color .3s,background .3s; }
.cf-gc:hover .cf-fmt-ico { border-color:var(--cyan); background:rgba(127,214,209,.1); }
.cf-fmt-ico i  { font-size:22px; color:var(--cyan); }
.cf-fmt-title  { font-family:'LEMONMILK','Futura',sans-serif; font-weight:700; font-size:14px; letter-spacing:.07em; text-transform:uppercase; color:var(--white); margin-bottom:10px; }
.cf-fmt-count  { font-family:'LEMONMILK','Futura',sans-serif; font-size:10px; letter-spacing:.14em; text-transform:uppercase; color:var(--cyan); margin-bottom:14px; }

/* ── 3. AGENDA ── */
#cf-agenda { background:var(--dp); }
.cf-filters { display:flex; gap:4px; overflow-x:auto; padding-bottom:4px; margin-bottom:40px; -webkit-overflow-scrolling:touch; scrollbar-width:none; }
.cf-filters::-webkit-scrollbar { display:none; }
.cf-filter-btn { font-family:'LEMONMILK','Futura',sans-serif; font-size:9px; letter-spacing:.18em; text-transform:uppercase; padding:11px 24px; border:1px solid rgba(127,214,209,.2); background:rgba(44,47,115,.35); color:rgba(230,232,240,.55); cursor:pointer; white-space:nowrap; transition:all .25s; backdrop-filter:blur(6px); }
.cf-filter-btn:hover { border-color:rgba(127,214,209,.45); color:var(--cyan); background:rgba(44,47,115,.65); }
.cf-filter-btn.active { border-color:var(--cyan); color:var(--white); background:rgba(127,214,209,.12); box-shadow:0 0 18px rgba(127,214,209,.12); }
.cf-day-group { display:none; }
.cf-day-group.cf-active { display:block; }

/* session card */
.cf-session { display:grid; grid-template-columns:120px 1fr; gap:0; margin-bottom:4px; position:relative; overflow:hidden; background:rgba(31,34,87,.82); border:1px solid rgba(127,214,209,.1); backdrop-filter:blur(12px); transition:border-color .3s,transform .35s,box-shadow .35s; }
.cf-session::before { content:''; position:absolute; top:0; left:0; right:0; height:2px; background:linear-gradient(90deg,transparent,var(--cyan),transparent); opacity:0; transition:opacity .3s; }
.cf-session:hover { border-color:rgba(127,214,209,.38); transform:translateY(-3px) translateX(2px); box-shadow:0 12px 40px rgba(31,34,87,.6); }
.cf-session:hover::before { opacity:1; }
.cf-session.vip { border-color:rgba(245,200,66,.18); background:rgba(44,32,87,.75); }
.cf-session.vip::before { background:linear-gradient(90deg,transparent,#F5C842,transparent); }
.cf-session.vip:hover { border-color:rgba(245,200,66,.42); }
.cf-session-time  { background:rgba(44,47,115,.6); padding:24px 14px; display:flex; flex-direction:row; gap:6px; justify-content:center; align-items:center; border-right:1px solid rgba(127,214,209,.1); flex-shrink:0; white-space:nowrap; }
.cf-time-val { font-family:'LEMONMILK','Futura',sans-serif; font-weight:700; font-size:14px; color:var(--white); line-height:1; letter-spacing:.04em; }
.cf-time-dash { color:rgba(230,232,240,.7); font-weight:300; font-size:14px; line-height:1; }
.cf-time-end { font-family:'LEMONMILK','Futura',sans-serif; font-weight:700; font-size:14px; letter-spacing:.04em; color:var(--white); line-height:1; }
.cf-session-body  { padding:22px 26px; }
.cf-session-top   { display:flex; align-items:flex-start; justify-content:space-between; gap:12px; flex-wrap:wrap; margin-bottom:8px; }
/* Inline location footnote — appended subtly to session description */
.cf-session-loc-inline { display:inline-flex; align-items:center; gap:5px; font-family:'LEMONMILK','Futura',sans-serif; font-size:9.5px; letter-spacing:.16em; text-transform:uppercase; color:rgba(127,214,209,.55); margin-left:6px; white-space:nowrap; }
.cf-session-loc-inline i { font-size:9px; color:var(--cyan); opacity:.7; }
.cf-session.vip .cf-session-loc-inline { color:rgba(245,200,66,.6); }
.cf-session.vip .cf-session-loc-inline i { color:#F5C842; }
.cf-session-title { font-family:'LEMONMILK','Futura',sans-serif; font-weight:700; font-size:clamp(13px,1.6vw,18px); text-transform:uppercase; letter-spacing:.04em; color:var(--white); margin-bottom:8px; line-height:1.2; }
.cf-session-desc  { font-family:'Futura','Trebuchet MS',sans-serif; font-size:13px; color:rgba(230,232,240,.55); line-height:1.6; margin-bottom:12px; }

/* speaker avatars row — supports multiple speakers + moderator */
.cf-speakers-row  { display:flex; flex-wrap:wrap; gap:10px; align-items:flex-start; }
.cf-spk-chip      { display:flex; align-items:center; gap:8px; }
.cf-spk-av        {
    width:44px; height:44px; border-radius:50%;
    background:rgba(127,214,209,.15);
    border:1px solid rgba(127,214,209,.3);
    display:flex; align-items:center; justify-content:center;
    flex-shrink:0;
    font-family:'LEMONMILK','Futura',sans-serif;
    font-size:12px; font-weight:700; color:var(--cyan);
    overflow:hidden;
    transition:border-color .25s;
    /* future: swap initials for photo by adding an <img> inside */
}
.cf-spk-av:hover  { border-color:var(--cyan); }
.cf-spk-av img    { width:100%; height:100%; object-fit:cover; object-position:top; }
.cf-spk-mod .cf-spk-av {
    background:rgba(245,200,66,.1);
    border-color:rgba(245,200,66,.3);
    color:#F5C842;
}
.cf-spk-info       { }
.cf-spk-name       { font-family:'LEMONMILK','Futura',sans-serif; font-size:9px; letter-spacing:.1em; text-transform:uppercase; color:rgba(230,232,240,.7); }
.cf-spk-co         { font-family:'LEMONMILK','Futura',sans-serif; font-size:7.5px; letter-spacing:.12em; text-transform:uppercase; color:rgba(127,214,209,.55); margin-top:2px; }
.cf-spk-role-badge { font-family:'LEMONMILK','Futura',sans-serif; font-size:7px; letter-spacing:.1em; text-transform:uppercase; color:#F5C842; margin-top:2px; }

@media(max-width:575px) { .cf-session{grid-template-columns:1fr;} .cf-session-time{flex-direction:row;gap:10px;padding:14px 18px;border-right:none;border-bottom:1px solid rgba(127,214,209,.1);} }

/* ── 4. SPEAKERS PLACEHOLDER ── */
#cf-speakers { background:var(--ov); }
.cf-spk-soon {
    border:2px dashed rgba(127,214,209,.2);
    padding:80px 40px;
    text-align:center;
    background:rgba(44,47,115,.2);
    position:relative;
    overflow:hidden;
}
.cf-spk-soon::before {
    content:'';
    position:absolute; top:50%; left:50%;
    transform:translate(-50%,-50%);
    width:400px; height:400px;
    background:radial-gradient(circle,rgba(127,214,209,.06) 0%,transparent 70%);
}

/* ── 5. BECOME A SPEAKER ── */
#cf-speak { background:var(--dp); }
.cf-speak-wrap { background:linear-gradient(135deg,rgba(44,47,115,.7) 0%,rgba(90,90,207,.55) 100%); border:1px solid rgba(127,214,209,.2); padding:72px 60px; position:relative; overflow:hidden; backdrop-filter:blur(12px); }
.cf-speak-wrap::before { content:''; position:absolute; top:-90px; right:-90px; width:340px; height:340px; background:radial-gradient(circle,rgba(90,90,207,.3) 0%,transparent 70%); }
.cf-speak-wrap::after  { content:''; position:absolute; bottom:-70px; left:-70px; width:260px; height:260px; background:radial-gradient(circle,rgba(127,214,209,.08) 0%,transparent 70%); }
/* form inside speak section */
.cf-speak-form { background:rgba(31,34,87,.6); border:1px solid rgba(127,214,209,.18); padding:36px; backdrop-filter:blur(12px); position:relative; z-index:1; }
.cf-speak-form .form-control { background:rgba(31,34,87,.7) !important; border:1px solid rgba(127,214,209,.16) !important; border-radius:0 !important; color:var(--white) !important; font-family:'Futura','Trebuchet MS',sans-serif; font-size:14px; padding:13px 18px; }
.cf-speak-form .form-control:focus { border-color:var(--cyan) !important; box-shadow:0 0 0 3px rgba(127,214,209,.1) !important; }
.cf-speak-form label { font-family:'LEMONMILK','Futura',sans-serif; font-size:7.5px; letter-spacing:.18em; text-transform:uppercase; color:rgba(230,232,240,.42); margin-bottom:6px; display:block; }
/* Speaker: display-only preview form (real submission happens in the Zoho modal) */
.cf-speak-preview { position:relative; margin-bottom:22px; }
.cf-speak-preview::after { content:''; position:absolute; inset:0; cursor:pointer; }
.cf-speak-preview .form-control { opacity:.6; pointer-events:none; }
.cf-speak-open:hover { background:var(--cyan) !important; box-shadow:0 0 18px rgba(126,214,209,.4); }

/* responsive */
@media(max-width:991px) { .cf-sec{padding:56px 0;} .cf-speak-wrap{padding:44px 32px;} }
@media(max-width:767px) { #cf-hero{padding-bottom:60px;} .cf-speak-wrap{padding:28px 20px;} }

/* ── POST SHOW REPORT MODAL ── */
#psr-modal, .psr-modal-overlay {
    display: none;
    position: fixed; inset: 0; z-index: 99999;
    align-items: center; justify-content: center;
    background: rgba(10,10,42,.75);
    backdrop-filter: blur(6px);
    padding: 20px;
}
.psr-box {
    background: linear-gradient(145deg, #1F2257, #2C2F73);
    border: 1px solid rgba(127,214,209,.25);
    width: 100%; max-width: 520px;
    padding: 48px 44px;
    position: relative;
    box-shadow: 0 32px 80px rgba(10,10,42,.8);
    animation: psrIn .3s ease;
}
@keyframes psrIn { from{opacity:0;transform:translateY(20px)} to{opacity:1;transform:translateY(0)} }
.psr-close {
    position: absolute; top: 18px; right: 18px;
    width: 32px; height: 32px; border-radius: 50%;
    background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.14);
    color: rgba(255,255,255,.7); font-size: 15px; cursor: pointer;
    display: flex; align-items: center; justify-content: center;
    transition: background .2s;
}
.psr-close:hover { background: rgba(255,255,255,.15); }
.psr-title {
    font-family: 'LEMONMILK','Futura',sans-serif;
    font-weight: 300; font-size: clamp(18px,2.5vw,26px);
    text-transform: uppercase; color: #fff;
    margin-bottom: 6px; letter-spacing: .02em;
}
.psr-title span { color: var(--cyan,#7ED6D1); }
.psr-sub {
    font-family: 'Futura','Trebuchet MS',sans-serif;
    font-size: 13px; color: rgba(230,232,240,.5);
    margin-bottom: 28px; line-height: 1.6;
}

/* ── Zoho embed: white body, matches the General Pass modal ── */
.psr-box.psr-box-zoho { padding: 0; max-width: 640px; overflow: hidden; border-radius: 16px;
    display: flex; flex-direction: column; max-height: 94vh; }
.psr-box-zoho .psr-head { padding: 30px 34px 18px; flex-shrink: 0; }
.psr-box-zoho .psr-head .psr-title { margin-bottom: 4px; }
.psr-box-zoho .psr-body { background:#fff; flex:1 1 auto; overflow-y:auto; -webkit-overflow-scrolling:touch; }
.psr-box-zoho .psr-body iframe { display:block; width:100%; border:none; min-height:560px; }
.psr-box-zoho .psr-close { top:14px; right:14px; z-index:3; }
@media (max-width:575px){ .psr-box.psr-box-zoho { border-radius:0; max-height:100vh; height:100vh; } }
.psr-box .form-control {
    background: rgba(31,34,87,.8) !important;
    border: 1px solid rgba(127,214,209,.18) !important;
    border-radius: 0 !important;
    color: #fff !important;
    font-family: 'Futura','Trebuchet MS',sans-serif;
    font-size: 14px; padding: 12px 16px;
}
.psr-box .form-control:focus {
    border-color: var(--cyan,#7ED6D1) !important;
    box-shadow: 0 0 0 3px rgba(127,214,209,.1) !important;
}
.psr-box label {
    font-family: 'LEMONMILK','Futura',sans-serif;
    font-size: 7.5px; letter-spacing: .18em;
    text-transform: uppercase; color: rgba(230,232,240,.38);
    margin-bottom: 5px; display: block;
}
.psr-success {
    display: none; text-align: center; padding: 20px 0;
}
.psr-success i { font-size: 48px; color: var(--mint,#9FE3B3); margin-bottom: 16px; display: block; }
.psr-success-title {
    font-family: 'LEMONMILK','Futura',sans-serif;
    font-weight: 300; font-size: 20px; text-transform: uppercase;
    color: #fff; margin-bottom: 8px;
}
.psr-success-sub {
    font-family: 'Futura','Trebuchet MS',sans-serif;
    font-size: 13px; color: rgba(230,232,240,.5);
}
@media(max-width:575px) { .psr-box { padding: 32px 22px; } }

/* ══════════════════════════════════════════
   BECOME A SPEAKER — on-page Zoho form (.lu-zf) + embed shell
══════════════════════════════════════════ */
.lu-embed-host { background:transparent !important; border:none !important;
    backdrop-filter:none !important; -webkit-backdrop-filter:none !important;
    padding:0 !important; box-shadow:none !important; }
.lu-embed-host::before, .lu-embed-host::after { display:none !important; content:none !important; }
.lu-embed-card { position:relative; background:#fff; border-radius:16px; overflow:hidden;
    box-shadow:0 26px 70px rgba(0,0,0,.45); border:1px solid rgba(127,214,209,.28); }
.lu-embed-card::before { content:''; position:absolute; top:0; left:0; right:0; height:3px;
    background:linear-gradient(90deg,#7ED6D1 0%,#9FE3B3 100%); z-index:2; pointer-events:none; }
.lu-embed-card iframe { display:block; width:100%; border:none; background:#fff; }


.lu-zf { position:relative; }
.lu-zf-grid { display:grid; grid-template-columns:1fr 1fr; gap:16px 16px; }
.lu-zf-f { display:flex; flex-direction:column; min-width:0; }
.lu-zf-f.full { grid-column:1 / -1; }
.lu-zf label, .lu-zf .lu-zf-lbl {
    font-family:'LEMONMILK','Futura',sans-serif; font-size:8.5px; letter-spacing:.18em;
    text-transform:uppercase; color:rgba(230,232,240,.52); margin-bottom:7px; }
.lu-zf .lu-zf-req { color:var(--cyan,#7ED6D1); margin-left:3px; }
.lu-zf input[type=text], .lu-zf input[type=email], .lu-zf select {
    width:100%; background:rgba(31,34,87,.72); border:1px solid rgba(127,214,209,.16);
    border-radius:8px; color:#fff; font-family:'Futura','Trebuchet MS',sans-serif;
    font-size:14px; padding:12px 14px; transition:border-color .18s, box-shadow .18s;
    -webkit-appearance:none; appearance:none; }
.lu-zf select {
    background-image:linear-gradient(45deg,transparent 50%,rgba(127,214,209,.7) 50%),
                     linear-gradient(135deg,rgba(127,214,209,.7) 50%,transparent 50%);
    background-position:calc(100% - 18px) 50%, calc(100% - 13px) 50%;
    background-size:5px 5px, 5px 5px; background-repeat:no-repeat;
    padding-right:38px; cursor:pointer; }
.lu-zf select option { background:#1F2257; color:#fff; }
.lu-zf input::placeholder { color:rgba(230,232,240,.30); }

.lu-zf input:-webkit-autofill,
.lu-zf input:-webkit-autofill:hover,
.lu-zf input:-webkit-autofill:focus {
    -webkit-text-fill-color:#fff; caret-color:#fff;
    -webkit-box-shadow:0 0 0 40px rgba(31,34,87,1) inset;
            box-shadow:0 0 0 40px rgba(31,34,87,1) inset;
    transition:background-color 9999s ease-out 0s; }
.lu-zf input:focus, .lu-zf select:focus {
    outline:none; border-color:var(--cyan,#7ED6D1); box-shadow:0 0 0 3px rgba(127,214,209,.12);
    background:rgba(44,47,115,.78); }
.lu-zf .lu-zf-phone { display:grid; grid-template-columns:88px 1fr; gap:8px; }
.lu-zf .lu-zf-name  { display:grid; grid-template-columns:84px 1fr 1fr; gap:8px; }
.lu-zf .lu-zf-radio { display:flex; gap:22px; flex-wrap:wrap; padding-top:4px; }
.lu-zf .lu-zf-radio span { display:inline-flex; align-items:center; gap:8px;
    font-size:14px; color:rgba(230,232,240,.86); cursor:pointer; }
.lu-zf .lu-zf-radio input { accent-color:var(--cyan,#7ED6D1); width:16px; height:16px;
    cursor:pointer; }
.lu-zf .lu-zf-err { display:none; font-family:'Futura','Trebuchet MS',sans-serif;
    font-size:11.5px; letter-spacing:.02em; text-transform:none; color:#FF8B8B;
    margin-top:6px; }
.lu-zf .lu-zf-f.bad input, .lu-zf .lu-zf-f.bad select { border-color:#FF8B8B; }
.lu-zf .lu-zf-f.bad .lu-zf-err { display:block; }
.lu-zf-top { display:none; margin-bottom:18px; padding:12px 16px; border-radius:8px;
    background:rgba(255,139,139,.10); border:1px solid rgba(255,139,139,.35);
    color:#FFB4B4; font-size:13px; }
.lu-zf-top.on { display:block; }
.lu-zf-sub { margin-top:22px; display:flex; align-items:center; gap:16px; flex-wrap:wrap; }
.lu-zf-btn { font-family:'LEMONMILK','Futura',sans-serif; font-size:11px; letter-spacing:.14em;
    text-transform:uppercase; border:none; border-radius:50px; cursor:pointer;
    padding:14px 34px; background:var(--mint,#9FE3B3); color:#12123A;
    transition:transform .18s, filter .18s; }
.lu-zf-btn:hover { filter:brightness(1.06); transform:translateY(-1px); }
.lu-zf-btn[disabled] { opacity:.6; cursor:default; transform:none; }

.lu-zf-btn:focus-visible { outline:2px solid #7ED6D1; outline-offset:3px; }
.lu-zf input:focus-visible, .lu-zf select:focus-visible { outline:2px solid #7ED6D1; outline-offset:1px; }
.lu-zf-note { font-size:11.5px; color:rgba(230,232,240,.42); line-height:1.6; }
.lu-zf-hp { position:absolute !important; left:-9999px !important; width:1px !important;
    height:1px !important; overflow:hidden !important; }
.lu-zf-done { border:1px solid rgba(159,227,179,.4); background:rgba(159,227,179,.08);
    border-radius:12px; padding:clamp(24px,3vw,40px); text-align:center; }
.lu-zf-done i { font-size:30px; color:var(--mint,#9FE3B3); margin-bottom:14px; display:block; }
.lu-zf-done-h { font-family:'LEMONMILK','Futura',sans-serif; font-weight:700;
    font-size:clamp(17px,2vw,24px); text-transform:uppercase; color:#fff; margin-bottom:10px; }
.lu-zf-done p { font-size:14px; color:rgba(230,232,240,.72); margin:0 auto; max-width:420px; }
@media (max-width:575px) {
    .lu-zf-grid { grid-template-columns:1fr; }
    .lu-zf .lu-zf-name { grid-template-columns:72px 1fr; }
    .lu-zf .lu-zf-name .lu-zf-last { grid-column:1 / -1; }
}
@media (max-width:575px){ .lu-embed-card { border-radius:12px; } }
/* ── MULTI-STEP (typeform-style) enhancement — scoped to .lu-zf forms.
   Progressive: with NO JS every .lu-zf-step is shown and the form is the
   same single scrollable page as before. JS adds .lu-zf-stepped, which
   reveals one step at a time. Nothing here renames a field. */
.lu-zf-grid { display:block; }
.lu-zf-step { display:grid; grid-template-columns:1fr 1fr; gap:16px 16px; }
.lu-zf-grid > .lu-zf-step + .lu-zf-step { margin-top:16px; }
.lu-zf-stepped .lu-zf-grid { min-height:300px; }
.lu-zf-stepped .lu-zf-step { display:none; }
.lu-zf-stepped .lu-zf-step.lu-zf-active { display:grid; }
.lu-zf-stepped .lu-zf-step + .lu-zf-step { margin-top:0; }
.lu-zf-prog { display:none; margin-bottom:22px; }
.lu-zf-stepped .lu-zf-prog { display:block; }
.lu-zf-prog-head { display:flex; align-items:baseline; justify-content:space-between; gap:12px; margin-bottom:9px; }
.lu-zf-prog-step { font-family:'LEMONMILK','Futura',sans-serif; font-size:9px; letter-spacing:.18em; text-transform:uppercase; color:var(--cyan,#7ED6D1); white-space:nowrap; }
.lu-zf-prog-name { font-family:'Futura','Trebuchet MS',sans-serif; font-size:12px; color:rgba(230,232,240,.55); text-align:right; }
.lu-zf-prog-track { height:4px; border-radius:50px; background:rgba(127,214,209,.14); overflow:hidden; }
.lu-zf-prog-fill { height:100%; width:0; border-radius:50px; background:linear-gradient(90deg,var(--cyan,#7ED6D1),var(--mint,#9FE3B3)); transition:width .35s ease; }
.lu-zf-nav { display:none; margin-top:22px; gap:14px; align-items:center; flex-wrap:wrap; }
.lu-zf-stepped .lu-zf-nav { display:flex; }
.lu-zf-stepped .lu-zf-sub { display:none; }
.lu-zf-stepped .lu-zf-sub.lu-zf-active { display:flex; }
.lu-zf-back { font-family:'LEMONMILK','Futura',sans-serif; font-size:11px; letter-spacing:.14em; text-transform:uppercase; border:1px solid rgba(127,214,209,.4); border-radius:50px; cursor:pointer; padding:13px 26px; background:transparent; color:var(--cyan,#7ED6D1); transition:background .2s, color .2s; }
.lu-zf-back:hover { background:rgba(127,214,209,.1); }
.lu-zf-back:focus-visible { outline:2px solid #7ED6D1; outline-offset:3px; }
.lu-zf-next { font-family:'LEMONMILK','Futura',sans-serif; font-size:11px; letter-spacing:.14em; text-transform:uppercase; border:none; border-radius:50px; cursor:pointer; padding:14px 34px; background:var(--mint,#9FE3B3); color:#12123A; transition:transform .18s, filter .18s; }
.lu-zf-next:hover { filter:brightness(1.06); transform:translateY(-1px); }
.lu-zf-next:focus-visible { outline:2px solid #7ED6D1; outline-offset:3px; }
@media (max-width:575px) {
    .lu-zf-step { grid-template-columns:1fr; }
    .lu-zf-back, .lu-zf-next { flex:1; text-align:center; }
}

/* ══════════════════════════════════════════
   Conference speakers section — scoped to #cf-speakers (Swiper lineup)
══════════════════════════════════════════ */
#cf-speakers { background: #07071c; }
#cf-spk-sw {
    overflow: hidden;
    position: relative;
    z-index: 1;
}
.cf-spk-card {
    background: rgba(16,16,58,0.55);
    border: 1px solid rgba(127,214,209,0.14);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    display: flex;
    flex-direction: column;
    overflow: hidden;
    position: relative;
    transition: all .35s cubic-bezier(.22,1,.36,1);
    height: 100%;
}
.cf-spk-card::before {
    content: '';
    position: absolute; top:0; left:0; right:0; height:2px;
    background: linear-gradient(90deg, transparent, #7ED6D1, transparent);
    opacity: 0; transition: opacity .3s; z-index: 3;
}
.cf-spk-card::after {
    content: '';
    position: absolute; inset: 0;
    background: linear-gradient(160deg, rgba(0,229,200,0.06) 0%, transparent 50%);
    opacity: 0; transition: opacity .3s;
    pointer-events: none; z-index: 1;
}
.cf-spk-card:hover {
    border-color: rgba(127,214,209,0.45);
    transform: translateY(-6px);
    box-shadow:
        0 20px 48px rgba(0,0,0,0.55),
        0 0 0 1px rgba(0,229,200,0.08),
        inset 0 1px 0 rgba(255,255,255,0.06);
}
.cf-spk-card:hover::before { opacity: 1; }
.cf-spk-card:hover::after  { opacity: 1; }
.cf-spk-img-box {
    width: 100%; height: 300px /* CLIENT: taller, no crop */;
    overflow: hidden; flex-shrink: 0; position: relative;
    background: #0d0d2e;
}
.cf-spk-img-box::after {
    content: '';
    position: absolute; bottom:0; left:0; right:0; height:1px;
    background: rgba(0,0,0,0.07);
    z-index: 2; pointer-events: none;
}
.cf-spk-img {
    /* Clean cover-crop: fills plate (no gutters), preserves aspect (no stretch);
       !important overrides any inline sizing left by the legacy align script. */
    position: absolute !important; inset: 0 !important;
    width: 100% !important; height: 100% !important; max-width: none !important;
    display: block;
    object-fit: cover !important; object-position: center top !important; /* CLIENT: heads in frame */
    filter: contrast(1.02);
    opacity: 1 !important;
    transition: transform .4s ease, filter .35s;
    z-index: 1;
}
.cf-spk-img.is-aligned { opacity: 1; }
.cf-spk-card:hover .cf-spk-img {
    transform: translateY(-3px);
    filter: contrast(1.05);
}
.cf-spk-body {
    padding: 12px 16px 16px;
    display: flex; flex-direction: column; flex: 1;
    position: relative; z-index: 2;
    background: rgba(10,10,40,0.35);
}
.cf-spk-name-wrap {
    border-left: 2px solid rgba(0,229,200,0.5);
    padding-left: 10px; margin-bottom: 8px;
}
.cf-spk-fn {
    font-family: 'LEMONMILK','Futura',sans-serif; font-weight: 300;
    font-size: 9.5px; color: rgba(255,255,255,.38); margin: 0;
    text-transform: uppercase; letter-spacing: .1em; line-height: 1.3;
}
.cf-spk-ln {
    font-family: 'LEMONMILK','Futura',sans-serif; font-weight: 700;
    font-size: 14px; color: #fff; margin: 0;
    text-transform: uppercase; letter-spacing: .03em; line-height: 1.2;
}
.cf-spk-role {
    font-family: 'Futura','Trebuchet MS',sans-serif;
    font-size: 12.5px;
    color: rgba(230,232,240,.7);
    line-height: 1.35;
    margin-bottom: 10px;
    flex: 1;
}
.cf-spk-org {
    border-top: 1px solid rgba(127,214,209,.08);
    padding-top: 10px;
    min-height: 56px;
    display: flex;
    align-items: center;
}
.cf-spk-org img {
    max-height: 46px; width: auto; max-width: 160px;
    object-fit: contain;
    /* No filter — show logos in original colours */
    filter: none;
    opacity: .9;
    display: block;
    transition: opacity .3s;
}
.cf-spk-card:hover .cf-spk-org img { opacity: 1; }
.cf-spk-org-txt {
    font-family: 'LEMONMILK','Futura',sans-serif;
    font-weight: 700;
    font-size: 11px; letter-spacing: .1em; text-transform: uppercase;
    color: rgba(127,214,209,.95); line-height: 1.25;
}
/* Swiper arrows — sit in the shell gutters, clear of the cards */
.cf-spk-shell { position: relative; padding: 0 54px; }
.cf-spk-shell .swiper-button-prev,
.cf-spk-shell .swiper-button-next {
    top: 115px; transform: translateY(-50%);
    width: 40px; height: 56px;
    background: rgba(16,16,58,0.9);
    border: 1px solid rgba(127,214,209,.25);
    border-radius: 0; backdrop-filter: blur(8px);
    transition: background .2s, border-color .2s;
    z-index: 10; margin-top: 0;
}
.cf-spk-shell .swiper-button-prev { left: 0; }
.cf-spk-shell .swiper-button-next { right: 0; }
.cf-spk-shell .swiper-button-prev:hover,
.cf-spk-shell .swiper-button-next:hover { background: rgba(0,229,200,0.12); border-color: #7ED6D1; }
.cf-spk-shell .swiper-button-prev::after,
.cf-spk-shell .swiper-button-next::after { font-size: 13px; font-weight: 700; color: #7ED6D1; }
@media (max-width:575px){ .cf-spk-shell { padding: 0 40px; } }
