@font-face {
    font-family: "Doko Sans";
    src: url("../fonts/doko-sans-regular.woff2") format("woff2");
    font-style: normal;
    font-weight: 400;
    font-display: swap;
}

@font-face {
    font-family: "Doko Sans";
    src: url("../fonts/doko-sans-medium.woff2") format("woff2");
    font-style: normal;
    font-weight: 600;
    font-display: swap;
}

.ls26,
.ls26 *,
.ls26 *::before,
.ls26 *::after {
    box-sizing: border-box;
}

.ls26 {
    --ls-primary: #7a20df;
    --ls-primary-dark: #170335;
    --ls-accent: #ff7a3d;
    --ls-blue: #3d65ff;
    --ls-surface: #f7f3fb;
    --ls-text: #170335;
    --ls-button-on-color-bg: #fff;
    --ls-button-on-color-text: #170335;
    --ls-button-on-color-hover-bg: #f1e9f8;
    --ls-button-on-color-hover-text: #170335;
    --ls-button-on-light-bg: #170335;
    --ls-button-on-light-text: #fff;
    --ls-button-on-light-hover-bg: #7a20df;
    --ls-button-on-light-hover-text: #fff;
    --ls-link-on-color: #fff;
    --ls-link-on-light: #170335;
    --ls-copy-gap: 38px;
    --ls-small-copy-gap: 25px;
    --ls-paragraph-gap: 1.5em;
    --ls-section-copy-gap: 30px;
    --ls-heading-copy-gap: 64px;
    --ls-radius: 28px;
    --ls-max: 1240px;
    --ls-shadow: 0 32px 90px rgba(23, 3, 53, .16);
    --ls-shadow-soft: 0 16px 50px rgba(23, 3, 53, .09);
    position: relative;
    width: 100%;
    overflow-x: hidden;
    overflow: clip;
    background: #fff;
    color: var(--ls-text);
    font-family: "Doko Sans", Arial, sans-serif;
    font-size: 16px;
    line-height: 1.55;
}

.ls26[data-ls-spacing="compact"] {
    --ls-copy-gap: 28px;
    --ls-small-copy-gap: 18px;
    --ls-paragraph-gap: 1.2em;
    --ls-section-copy-gap: 23px;
}

.ls26[data-ls-spacing="spacious"] {
    --ls-copy-gap: 48px;
    --ls-small-copy-gap: 31px;
    --ls-paragraph-gap: 1.8em;
    --ls-section-copy-gap: 38px;
}

.ls26 [hidden] {
    display: none !important;
}

.ls26 img,
.ls26 svg,
.ls26 video {
    display: block;
    max-width: 100%;
}

.ls26 img {
    height: auto;
}

.ls26 button,
.ls26 input {
    border: 0;
    font: inherit;
}

.ls26 button,
.ls26 a {
    -webkit-tap-highlight-color: transparent;
}

.ls26 button {
    cursor: pointer;
}

.ls26 a {
    color: inherit;
}

.ls26 h1,
.ls26 h2,
.ls26 h3,
.ls26 p,
.ls26 figure {
    margin: 0;
}

.ls26 h1,
.ls26 h2,
.ls26 h3 {
    font-weight: 600;
    letter-spacing: -.035em;
    line-height: .98;
}

.ls26 h2 {
    font-size: clamp(2.45rem, 5vw, 5.2rem);
}

.ls26 h3 {
    font-size: clamp(1.4rem, 2.2vw, 2rem);
    line-height: 1.1;
}

.ls26-container {
    width: min(calc(100% - 48px), var(--ls-max));
    margin-inline: auto;
}

.ls26-skip {
    position: fixed;
    z-index: 100000;
    top: 12px;
    left: 12px;
    padding: 12px 18px;
    transform: translateY(-150%);
    border-radius: 999px;
    background: #fff;
    color: var(--ls-primary-dark);
    font-weight: 600;
    text-decoration: none;
}

.ls26-skip:focus {
    transform: none;
}

.ls26 :focus-visible {
    outline: 3px solid var(--ls-accent);
    outline-offset: 4px;
}

.ls26 .screen-reader-text {
    position: absolute !important;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

/* Left anchor navigation */
.ls26-side-nav {
    position: fixed;
    z-index: 8800;
    top: 50%;
    left: 18px;
    display: grid;
    gap: 5px;
    padding: 8px;
    transform: translateY(-50%);
    border: 1px solid rgba(255, 255, 255, .14);
    border-radius: 22px;
    background: rgba(23, 3, 53, .88);
    box-shadow: 0 20px 55px rgba(10, 1, 28, .28);
    -webkit-backdrop-filter: blur(18px);
    backdrop-filter: blur(18px);
    transition: opacity .22s ease, visibility .22s ease, transform .22s ease;
}

.ls26-side-nav.ls26-is-hidden {
    transform: translate(-16px, -50%);
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
}

.ls26-side-nav a {
    display: flex;
    min-height: 40px;
    align-items: center;
    gap: 10px;
    padding: 4px 9px;
    border-radius: 14px;
    color: rgba(255, 255, 255, .72) !important;
    font-size: .78rem;
    letter-spacing: .025em;
    line-height: 1.15;
    text-decoration: none !important;
    white-space: nowrap;
    transition: background .22s ease, color .22s ease, transform .22s ease;
}

.ls26-side-nav__index {
    display: grid;
    width: 27px;
    height: 27px;
    flex: 0 0 auto;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 50%;
    color: rgba(255, 255, 255, .78);
    font-size: .66rem;
    font-weight: 600;
    letter-spacing: .04em;
    transition: background .22s ease, border-color .22s ease, color .22s ease;
}

.ls26-side-nav__label {
    max-width: 0;
    overflow: hidden;
    opacity: 0;
    transition: max-width .32s cubic-bezier(.2, .8, .2, 1), opacity .2s ease;
}

.ls26-side-nav:hover .ls26-side-nav__label,
.ls26-side-nav:focus-within .ls26-side-nav__label {
    max-width: 170px;
    opacity: 1;
}

.ls26-side-nav a:hover,
.ls26-side-nav a:focus-visible,
.ls26-side-nav a.ls26-is-active {
    background: rgba(255, 255, 255, .12);
    color: #fff !important;
}

.ls26-side-nav a.ls26-is-active .ls26-side-nav__index {
    border-color: #fff;
    background: #fff;
    color: var(--ls-primary-dark);
}

/* Persistent ticket CTA */
.ls26 .ls26-sticky-ticket {
    position: fixed;
    z-index: 8800;
    right: max(20px, env(safe-area-inset-right));
    bottom: max(20px, env(safe-area-inset-bottom));
    display: inline-flex !important;
    width: max-content !important;
    max-width: none !important;
    min-height: 58px;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    align-items: center;
    justify-content: center;
    gap: 11px;
    padding: 15px 22px;
    transform: translateY(18px) scale(.98);
    border: 1px solid rgba(23, 3, 53, .09);
    border-radius: 999px;
    background: var(--ls-button-on-color-bg) !important;
    box-shadow: 0 22px 65px rgba(10, 1, 28, .28);
    color: var(--ls-button-on-color-text) !important;
    -webkit-text-fill-color: currentColor !important;
    font-size: .9rem;
    font-weight: 600;
    letter-spacing: .02em;
    line-height: 1.15;
    opacity: 0;
    pointer-events: none;
    text-decoration: none !important;
    white-space: nowrap !important;
    visibility: hidden;
    transition: opacity .25s ease, visibility .25s ease, transform .25s ease, box-shadow .2s ease;
}

.ls26 .ls26-sticky-ticket.ls26-is-visible {
    transform: none;
    opacity: 1;
    pointer-events: auto;
    visibility: visible;
}

.ls26-sticky-ticket:hover,
.ls26-sticky-ticket:focus-visible {
    transform: translateY(-2px);
    background: var(--ls-button-on-color-hover-bg) !important;
    box-shadow: 0 26px 70px rgba(10, 1, 28, .36);
    color: var(--ls-button-on-color-hover-text) !important;
}

.ls26-sticky-ticket svg {
    width: 19px;
    height: 19px;
    flex: 0 0 auto;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
}

.ls26 .ls26-sticky-ticket > span,
.ls26 .ls26-sticky-ticket > svg {
    display: block !important;
    width: auto !important;
    max-width: none !important;
    flex: 0 0 auto !important;
    margin: 0 !important;
    color: inherit !important;
    -webkit-text-fill-color: currentColor !important;
    white-space: nowrap !important;
}

.ls26 .ls26-sticky-ticket > svg {
    width: 19px !important;
    height: 19px !important;
}

body.ls26-editing .ls26-sticky-ticket {
    opacity: 0 !important;
    pointer-events: none !important;
    visibility: hidden !important;
}

/* Buttons */
.ls26 .ls26-button {
    display: inline-flex;
    min-height: 54px;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 14px 24px;
    border: 1px solid transparent;
    border-radius: 999px !important;
    font-size: .92rem;
    font-weight: 600;
    letter-spacing: .025em;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
    white-space: nowrap !important;
    transition: transform .2s ease, background .2s ease, color .2s ease, box-shadow .2s ease;
}

.ls26 .ls26-button > span,
.ls26 .ls26-button > svg {
    white-space: nowrap !important;
}

.ls26-button svg,
.ls26-text-link svg {
    width: 20px;
    height: 20px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
}

.ls26-button:hover {
    transform: translateY(-2px);
}

.ls26 .ls26-button--light {
    background: var(--ls-button-on-color-bg) !important;
    color: var(--ls-button-on-color-text) !important;
    -webkit-text-fill-color: currentColor !important;
    box-shadow: 0 12px 35px rgba(12, 2, 27, .16);
}

.ls26 .ls26-button--light > span,
.ls26 .ls26-button--light > svg {
    color: var(--ls-button-on-color-text) !important;
    -webkit-text-fill-color: currentColor !important;
}

.ls26 .ls26-button--light:hover,
.ls26 .ls26-button--light:focus-visible {
    background: var(--ls-button-on-color-hover-bg) !important;
    color: var(--ls-button-on-color-hover-text) !important;
    -webkit-text-fill-color: currentColor !important;
    box-shadow: 0 18px 45px rgba(12, 2, 27, .22);
}

.ls26 .ls26-button--light:hover > span,
.ls26 .ls26-button--light:hover > svg,
.ls26 .ls26-button--light:focus-visible > span,
.ls26 .ls26-button--light:focus-visible > svg {
    color: var(--ls-button-on-color-hover-text) !important;
    -webkit-text-fill-color: currentColor !important;
}

.ls26 .ls26-button--dark {
    background: var(--ls-button-on-light-bg) !important;
    color: var(--ls-button-on-light-text) !important;
    -webkit-text-fill-color: currentColor !important;
    box-shadow: 0 12px 30px rgba(23, 3, 53, .18);
}

.ls26 .ls26-button--dark > span,
.ls26 .ls26-button--dark > svg {
    color: var(--ls-button-on-light-text) !important;
    -webkit-text-fill-color: currentColor !important;
}

.ls26 .ls26-button--dark:hover,
.ls26 .ls26-button--dark:focus-visible {
    background: var(--ls-button-on-light-hover-bg) !important;
    color: var(--ls-button-on-light-hover-text) !important;
    -webkit-text-fill-color: currentColor !important;
}

.ls26 .ls26-button--dark:hover > span,
.ls26 .ls26-button--dark:hover > svg,
.ls26 .ls26-button--dark:focus-visible > span,
.ls26 .ls26-button--dark:focus-visible > svg {
    color: var(--ls-button-on-light-hover-text) !important;
    -webkit-text-fill-color: currentColor !important;
}

.ls26-text-link {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    color: var(--ls-link-on-color) !important;
    -webkit-text-fill-color: currentColor !important;
    font-size: .95rem;
    font-weight: 600;
    text-decoration: none;
}

.ls26-text-link svg {
    transition: transform .2s ease;
}

.ls26 .ls26-text-link > span,
.ls26 .ls26-text-link > svg {
    color: var(--ls-link-on-color) !important;
    -webkit-text-fill-color: currentColor !important;
}

.ls26-text-link:hover svg {
    transform: translateX(4px);
}

.ls26 .ls26-text-link--dark,
.ls26 .ls26-text-link--dark > span,
.ls26 .ls26-text-link--dark > svg {
    color: var(--ls-link-on-light) !important;
    -webkit-text-fill-color: currentColor !important;
}

.ls26-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 24px;
}

.ls26-center {
    display: flex;
    justify-content: center;
    margin-top: 52px;
}

/* Hero */
.ls26-hero {
    position: relative;
    min-height: min(900px, 100svh);
    padding: clamp(76px, 8vh, 112px) 0 92px;
    overflow: hidden;
    background:
        linear-gradient(125deg, rgba(23, 3, 53, .98) 4%, rgba(73, 12, 142, .94) 48%, rgba(42, 42, 161, .9) 100%),
        var(--ls-primary-dark);
    color: #fff;
}

.ls26-hero::after {
    position: absolute;
    right: -10%;
    bottom: -30%;
    width: 55vw;
    height: 55vw;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255, 122, 61, .58), rgba(255, 122, 61, 0) 67%);
    content: "";
    filter: blur(8px);
    pointer-events: none;
}

.ls26-hero__noise {
    position: absolute;
    inset: 0;
    opacity: .14;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.55'/%3E%3C/svg%3E");
    pointer-events: none;
    mix-blend-mode: soft-light;
}

.ls26-hero__orb {
    position: absolute;
    width: 520px;
    height: 520px;
    border-radius: 50%;
    pointer-events: none;
    filter: blur(90px);
}

.ls26-hero__orb--one {
    top: -240px;
    left: 18%;
    background: rgba(61, 101, 255, .58);
}

.ls26-hero__orb--two {
    right: 15%;
    bottom: -300px;
    background: rgba(255, 122, 61, .62);
}

.ls26-hero__grid {
    position: relative;
    z-index: 2;
    display: grid;
    min-height: 640px;
    align-items: center;
    grid-template-columns: minmax(0, 1.02fr) minmax(440px, .98fr);
    gap: clamp(54px, 6vw, 96px);
}

.ls26-hero__copy {
    max-width: 680px;
}

.ls26-event-mark {
    width: clamp(116px, 10vw, 155px);
    height: auto;
    margin: 20px 0 34px;
    object-fit: contain;
}

.ls26-hero h1 {
    max-width: 680px;
    font-size: clamp(3.55rem, 5.45vw, 6.55rem);
    line-height: .98;
    text-wrap: balance;
}

#sgn-ls26 .ls26-hero__lead {
    max-width: 720px;
    margin-top: var(--ls-heading-copy-gap) !important;
    color: rgba(255, 255, 255, .82);
    font-size: clamp(1.05rem, 1.5vw, 1.28rem);
    line-height: 1.65;
}

.ls26-hero__partners {
    margin: 0;
    color: rgba(255, 255, 255, .66);
    font-size: .78rem;
    letter-spacing: .04em;
    line-height: 1.65;
    text-transform: uppercase;
}

.ls26-hero__meta {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin-top: 18px;
}

.ls26-meta-pill {
    display: inline-flex;
    width: 100%;
    min-height: 70px;
    align-items: center;
    gap: 12px;
    padding: 11px 16px;
    border: 1px solid rgba(255, 255, 255, .16);
    border-radius: 18px;
    background: rgba(255, 255, 255, .09);
    color: #fff;
    text-decoration: none;
    backdrop-filter: blur(12px);
}

.ls26-meta-pill svg {
    width: 23px;
    height: 23px;
    flex: 0 0 auto;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.7;
}

.ls26-meta-pill span {
    display: grid;
}

.ls26-meta-pill strong {
    font-size: .94rem;
    font-weight: 600;
}

.ls26-meta-pill small {
    color: rgba(255, 255, 255, .58);
    font-size: .75rem;
}

.ls26-hero__media {
    position: relative;
    display: grid;
    min-width: 0;
    align-content: center;
    padding: 24px 0;
}

.ls26-hero__copy .ls26-actions {
    margin-top: var(--ls-copy-gap);
}

.ls26-hero__aside {
    position: relative;
    z-index: 3;
    width: calc(100% - 38px);
    margin: -30px auto 0;
    padding: 24px;
    border: 1px solid rgba(255, 255, 255, .15);
    border-radius: calc(var(--ls-radius) + 2px);
    background: rgba(20, 4, 48, .82);
    box-shadow: 0 28px 70px rgba(5, 0, 15, .3);
    backdrop-filter: blur(20px);
}

.ls26-video-card {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .16);
    border-radius: calc(var(--ls-radius) + 10px);
    background: #110326;
    box-shadow: 0 50px 120px rgba(5, 0, 15, .42);
    color: #fff;
    text-align: left;
    transform: rotate(1.3deg);
    transition: transform .45s cubic-bezier(.2, .8, .2, 1), box-shadow .45s ease;
}

.ls26-video-card::before {
    position: absolute;
    z-index: -1;
    inset: -18px;
    border: 1px solid rgba(255, 255, 255, .11);
    border-radius: calc(var(--ls-radius) + 22px);
    content: "";
}

.ls26-video-card:hover {
    transform: rotate(0) translateY(-8px);
    box-shadow: 0 60px 140px rgba(5, 0, 15, .52);
}

.ls26-video-card img {
    width: 100%;
    aspect-ratio: 16 / 11;
    object-fit: cover;
}

.ls26-video-card__shade {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 42%, rgba(11, 2, 25, .85));
}

.ls26-play {
    position: absolute;
    top: 50%;
    left: 50%;
    display: grid;
    width: 78px;
    height: 78px;
    place-items: center;
    transform: translate(-50%, -50%);
    border: 1px solid rgba(255, 255, 255, .4);
    border-radius: 50%;
    background: rgba(255, 255, 255, .93);
    box-shadow: 0 20px 60px rgba(5, 0, 15, .3);
    color: var(--ls-primary-dark);
    transition: transform .25s ease;
}

.ls26-video-card:hover .ls26-play {
    transform: translate(-50%, -50%) scale(1.08);
}

.ls26-play svg {
    width: 26px;
    height: 26px;
    fill: currentColor;
    stroke: none;
    transform: translateX(2px);
}

.ls26-video-card__label {
    position: absolute;
    right: 26px;
    bottom: 24px;
    left: 26px;
    font-size: .92rem;
    font-weight: 600;
}

/* Shared section styles */
.ls26-sections {
    display: flex;
    flex-direction: column;
}

.ls26-section {
    position: relative;
    padding: clamp(90px, 10vw, 160px) 0;
    scroll-margin-top: 118px;
}

@supports (content-visibility: auto) {
    .ls26-section {
        content-visibility: auto;
        contain-intrinsic-size: auto 900px;
    }

    body.ls26-editing .ls26-section {
        content-visibility: visible;
    }
}

.ls26-eyebrow {
    margin-bottom: 22px;
    color: var(--ls-primary);
    font-size: .78rem;
    font-weight: 600;
    letter-spacing: .13em;
    text-transform: uppercase;
}

.ls26-eyebrow--light {
    color: rgba(255, 255, 255, .62);
}

.ls26-section-heading {
    max-width: 790px;
    margin-bottom: clamp(46px, 6vw, 78px);
}

.ls26-section-heading--wide {
    max-width: 1120px;
}

.ls26-section-heading:not(.ls26-section-heading--split) > p:last-child,
.ls26-section-heading--split > p {
    max-width: 620px;
    margin-top: var(--ls-heading-copy-gap);
    color: rgba(23, 3, 53, .66);
    font-size: 1.08rem;
    line-height: 1.65;
}

.ls26-section-heading--split {
    display: grid;
    max-width: none;
    align-items: end;
    grid-template-columns: minmax(0, 1.3fr) minmax(300px, .7fr);
    gap: 60px;
}

.ls26-section-heading--split > p {
    margin: 0 0 8px;
}

.ls26-prose {
    color: rgba(23, 3, 53, .72);
    font-size: 1.05rem;
}

.ls26-prose p + p {
    margin-top: var(--ls-paragraph-gap);
}

.ls26 .ls26-prose--light {
    color: rgba(255, 255, 255, .72) !important;
}

.ls26 .ls26-prose--light * {
    color: inherit !important;
}

/* Intro */
.ls26-intro {
    background: #fff;
}

.ls26-intro__grid {
    display: grid;
    max-width: 1060px;
    grid-template-columns: minmax(280px, .72fr) minmax(380px, 1.28fr);
    gap: clamp(50px, 8vw, 120px);
}

.ls26-intro__lead {
    color: var(--ls-primary);
    font-size: clamp(1.5rem, 2.5vw, 2.25rem);
    font-weight: 600;
    line-height: 1.15;
}

.ls26-stats {
    display: grid;
    margin-top: clamp(70px, 9vw, 120px);
    border-top: 1px solid rgba(23, 3, 53, .12);
    border-bottom: 1px solid rgba(23, 3, 53, .12);
    grid-template-columns: repeat(4, 1fr);
}

.ls26-stat {
    padding: 34px clamp(14px, 3vw, 34px);
    border-right: 1px solid rgba(23, 3, 53, .12);
}

.ls26-stat:last-child {
    border-right: 0;
}

.ls26-stat strong,
.ls26-stat span {
    display: block;
}

.ls26-stat strong {
    color: var(--ls-primary);
    font-size: clamp(2.4rem, 4.2vw, 4.7rem);
    font-weight: 600;
    letter-spacing: -.05em;
    line-height: 1;
}

.ls26-stat span {
    margin-top: 9px;
    color: rgba(23, 3, 53, .58);
    font-size: .9rem;
}

/* Features */
.ls26-features {
    background: var(--ls-surface);
}

.ls26-feature-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.ls26-feature-card {
    min-height: 420px;
    padding: clamp(28px, 3.2vw, 46px);
    border: 1px solid rgba(122, 32, 223, .1);
    border-radius: var(--ls-radius);
    background: rgba(255, 255, 255, .78);
    box-shadow: 0 14px 50px rgba(23, 3, 53, .04);
    transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease;
}

.ls26-feature-card:hover {
    transform: translateY(-7px);
    border-color: rgba(122, 32, 223, .25);
    box-shadow: var(--ls-shadow-soft);
}

.ls26-icon-badge {
    display: grid;
    width: 74px;
    height: 74px;
    margin-bottom: 70px;
    place-items: center;
    border-radius: 50%;
    background: linear-gradient(145deg, rgba(61, 101, 255, .12), rgba(122, 32, 223, .14));
    color: var(--ls-primary);
}

.ls26-icon-badge svg {
    width: 42px;
    height: 42px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.35;
}

.ls26-feature-card h3 {
    max-width: 290px;
    color: var(--ls-primary);
}

.ls26-feature-card p {
    margin-top: var(--ls-small-copy-gap);
    color: rgba(23, 3, 53, .67);
    line-height: 1.65;
}

/* Themes */
.ls26-themes {
    background: #fff;
}

.ls26-theme-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 18px;
}

.ls26-theme-card {
    position: relative;
    min-height: 310px;
    padding: 32px;
    overflow: hidden;
    border: 1px solid rgba(23, 3, 53, .13);
    border-radius: var(--ls-radius);
    background: #fff;
    grid-column: span 2;
    transition: color .3s ease, background .3s ease, transform .3s ease;
}

.ls26-theme-card:nth-child(4),
.ls26-theme-card:nth-child(5) {
    grid-column: span 3;
}

.ls26-theme-card::after {
    position: absolute;
    right: -90px;
    bottom: -90px;
    width: 220px;
    height: 220px;
    transform: scale(.3);
    border-radius: 50%;
    background: linear-gradient(145deg, var(--ls-blue), var(--ls-primary));
    content: "";
    opacity: 0;
    transition: transform .4s ease, opacity .4s ease;
}

.ls26-theme-card:hover {
    transform: translateY(-5px);
    background: var(--ls-primary-dark);
    color: #fff;
}

.ls26-theme-card:hover::after {
    transform: scale(1);
    opacity: .35;
}

.ls26-theme-card__number {
    position: relative;
    z-index: 1;
    display: block;
    margin-bottom: 62px;
    color: var(--ls-primary);
    font-size: .8rem;
    font-weight: 600;
    letter-spacing: .12em;
}

.ls26-theme-card h3,
.ls26-theme-card p {
    position: relative;
    z-index: 1;
}

.ls26-theme-card p {
    max-width: 430px;
    margin-top: var(--ls-small-copy-gap);
    color: rgba(23, 3, 53, .63);
    line-height: 1.6;
    transition: color .3s ease;
}

.ls26-theme-card:hover p,
.ls26-theme-card:hover .ls26-theme-card__number {
    color: rgba(255, 255, 255, .7);
}

/* Speakers */
.ls26-speakers {
    background: var(--ls-surface);
}

.ls26-speaker-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 42px 20px;
}

.ls26-speaker-card button {
    display: block;
    width: 100%;
    padding: 0;
    background: transparent;
    color: inherit;
    text-align: left;
}

.ls26-speaker-card__image {
    position: relative;
    display: block;
    overflow: hidden;
    aspect-ratio: 3 / 4;
    border-radius: calc(var(--ls-radius) - 5px);
    background: linear-gradient(145deg, #6e19ff, #1988ff);
}

.ls26-speaker-card__image::after {
    position: absolute;
    inset: 0;
    border: 1px solid rgba(255, 255, 255, .2);
    border-radius: inherit;
    content: "";
    pointer-events: none;
}

.ls26-speaker-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .5s cubic-bezier(.2, .8, .2, 1);
}

.ls26-speaker-card button:hover img {
    transform: scale(1.035);
}

.ls26-speaker-card__body {
    display: block;
    padding: 18px 4px 0;
}

.ls26-speaker-card__body strong,
.ls26-speaker-card__body span {
    display: block;
}

.ls26-speaker-card__body strong {
    font-size: 1.22rem;
    font-weight: 600;
    letter-spacing: -.025em;
    line-height: 1.15;
}

.ls26-speaker-card__body span {
    margin-top: 7px;
    color: rgba(23, 3, 53, .58);
    font-size: .9rem;
    line-height: 1.35;
}

/* Legacy */
.ls26-legacy {
    overflow: hidden;
    background:
        radial-gradient(circle at 75% 20%, rgba(61, 101, 255, .34), transparent 32%),
        linear-gradient(145deg, var(--ls-primary-dark), #391070 58%, #25105b);
    color: #fff;
}

.ls26-legacy__grid {
    display: grid;
    min-height: 640px;
    align-items: center;
    grid-template-columns: minmax(0, .9fr) minmax(420px, 1.1fr);
    gap: clamp(60px, 8vw, 120px);
}

.ls26-legacy__badge {
    display: inline-block;
    margin-bottom: 24px;
    padding: 9px 14px;
    border: 1px solid rgba(255, 255, 255, .2);
    border-radius: 999px;
    background: rgba(255, 255, 255, .08);
    color: rgba(255, 255, 255, .7);
    font-size: .78rem;
    letter-spacing: .1em;
}

.ls26-legacy h2 {
    max-width: 620px;
}

#sgn-ls26 .ls26-legacy .ls26-prose {
    max-width: 620px;
    margin-top: var(--ls-heading-copy-gap) !important;
}

.ls26-legacy__cta {
    margin-top: var(--ls-copy-gap);
}

.ls26-legacy__media {
    position: relative;
    min-height: 560px;
}

.ls26-legacy__image {
    position: absolute;
    width: min(78%, 560px);
    aspect-ratio: 4 / 3;
    border: 8px solid rgba(255, 255, 255, .9);
    border-radius: calc(var(--ls-radius) - 4px);
    box-shadow: 0 35px 90px rgba(5, 0, 15, .4);
    object-fit: cover;
}

.ls26-legacy__image--one {
    top: 0;
    right: 0;
    transform: rotate(3deg);
}

.ls26-legacy__image--two {
    bottom: 0;
    left: 0;
    transform: rotate(-4deg);
}

/* Gallery */
.ls26-gallery {
    background: #fff;
}

.ls26-gallery-grid {
    display: grid;
    grid-auto-flow: dense;
    grid-template-columns: repeat(12, 1fr);
    grid-auto-rows: 205px;
    gap: 16px;
}

.ls26-gallery-item {
    grid-column: span 4;
    grid-row: span 2;
}

.ls26-gallery-item:nth-child(1),
.ls26-gallery-item:nth-child(4) {
    grid-column: span 8;
}

.ls26-gallery-item:nth-child(3),
.ls26-gallery-item:nth-child(5) {
    grid-row: span 1;
}

.ls26-gallery-item button {
    position: relative;
    display: block;
    width: 100%;
    height: calc(100% - 46px);
    padding: 0;
    overflow: hidden;
    border-radius: calc(var(--ls-radius) - 5px);
    background: var(--ls-surface);
}

.ls26-gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .55s cubic-bezier(.2, .8, .2, 1);
}

.ls26-gallery-item button:hover img {
    transform: scale(1.035);
}

.ls26-gallery-item figcaption {
    padding: 13px 4px 0;
    color: rgba(23, 3, 53, .6);
    font-size: .84rem;
}

/* Support */
.ls26-support {
    background: var(--ls-surface);
}

.ls26-support__inner {
    display: grid;
    padding: clamp(38px, 6vw, 76px);
    border: 1px solid rgba(23, 3, 53, .1);
    border-radius: calc(var(--ls-radius) + 8px);
    background: #fff;
    box-shadow: var(--ls-shadow-soft);
    grid-template-columns: minmax(240px, .65fr) minmax(0, 1.35fr);
    gap: clamp(50px, 8vw, 120px);
}

.ls26-support__logo img {
    width: min(100%, 260px);
    max-height: 80px;
    object-fit: contain;
    object-position: left center;
}

.ls26-support__copy h2 {
    font-size: clamp(2.2rem, 4vw, 4.3rem);
}

#sgn-ls26 .ls26-support__copy > p {
    max-width: 670px;
    margin: var(--ls-heading-copy-gap) 0 var(--ls-section-copy-gap) !important;
    color: rgba(23, 3, 53, .65);
    line-height: 1.65;
}

/* Final CTA */
.ls26-final {
    overflow: hidden;
    background:
        radial-gradient(circle at 18% 20%, rgba(61, 101, 255, .64), transparent 32%),
        radial-gradient(circle at 85% 84%, rgba(255, 122, 61, .54), transparent 34%),
        linear-gradient(135deg, #2d0870, var(--ls-primary), #4024a5);
    color: #fff;
    text-align: center;
}

.ls26-final::after {
    position: absolute;
    inset: 0;
    background: linear-gradient(110deg, transparent 35%, rgba(255, 255, 255, .08) 50%, transparent 65%);
    content: "";
    transform: translateX(-100%);
    animation: ls26-shimmer 9s ease-in-out infinite;
    pointer-events: none;
}

.ls26-final__inner {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.ls26-final h2 {
    max-width: 1000px;
}

#sgn-ls26 .ls26-final p:not(.ls26-eyebrow) {
    max-width: 670px;
    margin: var(--ls-heading-copy-gap) auto var(--ls-copy-gap) !important;
    color: rgba(255, 255, 255, .74);
    line-height: 1.65;
}

@keyframes ls26-shimmer {
    0%, 70%, 100% { transform: translateX(-100%); }
    85% { transform: translateX(100%); }
}

/* Newsletter */
.ls26-newsletter {
    background: var(--ls-primary-dark);
    color: #fff;
}

.ls26-newsletter h2 {
    max-width: 900px;
    font-size: clamp(2.4rem, 4.6vw, 5rem);
}

.ls26-newsletter__form {
    display: flex;
    max-width: 1060px;
    margin-top: 42px;
    padding: 6px;
    border: 1px solid rgba(255, 255, 255, .2);
    border-radius: 999px;
    background: #fff;
}

.ls26-newsletter__form input {
    width: 100%;
    min-width: 0;
    padding: 0 24px;
    outline: none;
    background: transparent;
    color: var(--ls-primary-dark);
}

.ls26-newsletter__form input::placeholder {
    color: rgba(23, 3, 53, .42);
}

.ls26 .ls26-newsletter__form .ls26-button {
    min-width: 180px;
    flex: 0 0 auto;
    border-radius: 999px !important;
}

.ls26-newsletter__consent {
    max-width: 660px;
    margin-top: 20px;
    color: rgba(255, 255, 255, .48);
    font-size: .78rem;
}

.ls26-newsletter__consent a {
    color: inherit;
}

/* Footer */
.ls26-footer {
    padding: 86px 0 34px;
    border-top: 1px solid rgba(255, 255, 255, .1);
    background: #100222;
    color: #fff;
}

.ls26-footer__grid {
    display: grid;
    grid-template-columns: 1.1fr .8fr 1.1fr;
    gap: clamp(40px, 7vw, 100px);
}

.ls26-footer__brand > img {
    width: 170px;
    margin-bottom: 34px;
}

.ls26-footer h2 {
    margin-bottom: 20px;
    font-size: 1.7rem;
}

.ls26-footer h3 {
    margin: 0 0 8px;
    color: rgba(255, 255, 255, .5);
    font-size: .75rem;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.ls26-footer h3:not(:first-child) {
    margin-top: 24px;
}

.ls26-footer p {
    color: rgba(255, 255, 255, .62);
    font-size: .9rem;
}

.ls26-footer__email {
    color: #fff;
    font-size: 1.22rem;
    text-decoration: none;
}

.ls26-footer__bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    margin-top: 80px;
    padding-top: 28px;
    border-top: 1px solid rgba(255, 255, 255, .1);
}

.ls26-footer__bottom nav {
    display: flex;
    flex-wrap: wrap;
    gap: 22px;
}

.ls26-footer__bottom a {
    color: rgba(255, 255, 255, .7);
    font-size: .86rem;
    text-decoration: none;
}

.ls26-footer__bottom a:hover {
    color: #fff;
}

/* Modals */
.ls26-modal:not([hidden]) {
    position: fixed;
    z-index: 99000;
    inset: 0;
    display: grid;
    place-items: center;
    padding: 26px;
}

.ls26-modal__backdrop {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    background: rgba(10, 1, 22, .82);
    backdrop-filter: blur(14px);
}

.ls26-modal__panel {
    position: relative;
    z-index: 1;
    width: min(100%, 1120px);
    max-height: calc(100svh - 52px);
    overflow: auto;
    border-radius: var(--ls-radius);
    background: #fff;
    box-shadow: 0 50px 150px rgba(0, 0, 0, .45);
}

.ls26-modal__panel--video {
    overflow: hidden;
    background: #000;
}

.ls26-modal__panel--video video {
    width: 100%;
    max-height: calc(100svh - 52px);
    aspect-ratio: 16 / 9;
    background: #000;
}

.ls26-modal__close {
    position: absolute;
    z-index: 4;
    top: 16px;
    right: 16px;
    display: grid;
    width: 46px;
    height: 46px;
    place-items: center;
    border-radius: 50%;
    background: rgba(23, 3, 53, .9);
    color: #fff;
    font-size: 1.7rem;
    line-height: 1;
}

.ls26-speaker-modal {
    display: grid;
    max-width: 980px;
    overflow: hidden;
    grid-template-columns: minmax(290px, .82fr) minmax(0, 1.18fr);
}

.ls26-speaker-modal > img {
    width: 100%;
    height: 100%;
    min-height: 590px;
    object-fit: cover;
}

.ls26-speaker-modal__body {
    align-self: center;
    max-height: calc(100svh - 100px);
    padding: clamp(40px, 6vw, 76px);
    overflow: auto;
}

.ls26-speaker-modal__body h2 {
    font-size: clamp(2.4rem, 4.5vw, 4.5rem);
}

.ls26-speaker-modal__company {
    margin: 14px 0 30px;
    color: var(--ls-primary);
    font-weight: 600;
}

.ls26-modal__arrow {
    position: absolute;
    z-index: 5;
    top: 50%;
    display: grid;
    width: 48px;
    height: 48px;
    place-items: center;
    transform: translateY(-50%);
    border-radius: 50%;
    background: var(--ls-primary-dark);
    color: #fff;
    font-size: 2rem;
    line-height: 1;
}

.ls26-modal__arrow--prev {
    left: 14px;
}

.ls26-modal__arrow--next {
    right: 14px;
}

.ls26-modal__panel--image {
    width: min(100%, 1280px);
    padding: 12px;
    background: #100222;
}

.ls26-modal__panel--image img {
    width: 100%;
    max-height: calc(100svh - 120px);
    border-radius: calc(var(--ls-radius) - 8px);
    object-fit: contain;
}

.ls26-modal__panel--image p {
    padding: 14px 10px 6px;
    color: rgba(255, 255, 255, .72);
    text-align: center;
}

/* Former contact form */
#sgn-ls26 .ls26-form-modal {
    padding: clamp(12px, 2vw, 28px);
}

#sgn-ls26 .ls26-form-modal__panel {
    display: grid;
    width: min(100%, 1240px);
    height: min(880px, calc(100svh - 40px));
    max-height: calc(100svh - 40px);
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: clamp(24px, 3vw, 38px);
    grid-template-columns: minmax(310px, .72fr) minmax(0, 1.28fr);
}

#sgn-ls26 .ls26-form-modal__aside {
    position: relative;
    display: flex;
    min-width: 0;
    flex-direction: column;
    overflow: hidden;
    padding: clamp(34px, 4vw, 58px);
    background:
        radial-gradient(circle at 85% 8%, rgba(61, 101, 255, .74), transparent 32%),
        radial-gradient(circle at 8% 95%, rgba(255, 122, 61, .42), transparent 34%),
        linear-gradient(145deg, #170335, #4b0d9f 55%, #281064);
    color: #fff;
}

#sgn-ls26 .ls26-form-modal__orb {
    position: absolute;
    top: 20%;
    right: -190px;
    width: 380px;
    height: 380px;
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 50%;
    box-shadow: 0 0 0 48px rgba(255, 255, 255, .025), 0 0 0 96px rgba(255, 255, 255, .018);
    pointer-events: none;
}

#sgn-ls26 .ls26-form-modal__aside-copy,
#sgn-ls26 .ls26-form-steps,
#sgn-ls26 .ls26-form-modal__meter {
    position: relative;
    z-index: 1;
}

/* The host theme can apply global paragraph/label rules. Keep the branded
 * panel readable and keep each field in a predictable vertical rhythm. */
#sgn-ls26 .ls26-form-modal__aside-copy,
#sgn-ls26 .ls26-form-modal__aside-copy p,
#sgn-ls26 .ls26-form-modal__aside-copy h2,
#sgn-ls26 .ls26-form-modal__intro,
#sgn-ls26 .ls26-form-modal__intro p,
#sgn-ls26 .ls26-form-modal__intro * {
    color: rgba(255, 255, 255, .78) !important;
}

#sgn-ls26 .ls26-form-modal__aside-copy h2 {
    color: #fff !important;
}

#sgn-ls26 .ls26-form-modal__aside-copy p,
#sgn-ls26 .ls26-form-modal__intro p {
    margin-block: 0 !important;
}

#sgn-ls26 .ls26-form-modal__intro p + p {
    margin-top: 1em !important;
}

#sgn-ls26 .ls26-form-modal__aside h2 {
    max-width: 430px;
    color: #fff;
    font-size: clamp(2.65rem, 4vw, 4.7rem);
    line-height: .96;
}

#sgn-ls26 .ls26-form-modal__intro {
    max-width: 460px;
    margin-top: 32px;
    color: rgba(255, 255, 255, .75);
    font-size: .96rem;
    line-height: 1.65;
}

#sgn-ls26 .ls26-form-modal__intro p + p {
    margin-top: 1em;
}

#sgn-ls26 .ls26-form-modal__duration {
    display: inline-flex;
    width: fit-content;
    margin: 34px 0 0 !important;
    padding: 9px 13px;
    border: 1px solid rgba(255, 255, 255, .16);
    border-radius: 999px;
    background: rgba(255, 255, 255, .08);
    color: rgba(255, 255, 255, .82) !important;
    font-size: .78rem;
}

#sgn-ls26 .ls26-form-steps {
    display: grid;
    gap: 10px;
    padding: 0;
    margin: auto 0 0;
    list-style: none;
}

#sgn-ls26 .ls26-form-steps li {
    display: flex;
    min-height: 46px;
    align-items: center;
    gap: 13px;
    color: rgba(255, 255, 255, .48);
    transition: color .25s ease, transform .25s ease;
}

#sgn-ls26 .ls26-form-steps li > span,
#sgn-ls26 .ls26-form-steps li strong {
    color: inherit !important;
}

#sgn-ls26 .ls26-form-steps li > span {
    display: grid;
    width: 34px;
    height: 34px;
    flex: 0 0 auto;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, .2);
    border-radius: 50%;
    font-size: .7rem;
    font-weight: 600;
}

#sgn-ls26 .ls26-form-steps li strong {
    font-size: .86rem;
    font-weight: 600;
}

#sgn-ls26 .ls26-form-steps li.ls26-is-active,
#sgn-ls26 .ls26-form-steps li.ls26-is-complete {
    color: #fff;
}

#sgn-ls26 .ls26-form-steps li.ls26-is-active {
    transform: translateX(5px);
}

#sgn-ls26 .ls26-form-steps li.ls26-is-active > span {
    border-color: #fff;
    background: #fff;
    color: var(--ls-primary-dark) !important;
    -webkit-text-fill-color: var(--ls-primary-dark) !important;
}

#sgn-ls26 .ls26-form-steps li.ls26-is-complete > span {
    border-color: rgba(255, 255, 255, .5);
    background: rgba(255, 255, 255, .12);
}

#sgn-ls26 .ls26-form-modal__meter {
    height: 4px;
    margin-top: 22px;
    overflow: hidden;
    border-radius: 999px;
    background: rgba(255, 255, 255, .14);
}

#sgn-ls26 .ls26-form-modal__meter span {
    display: block;
    width: 25%;
    height: 100%;
    border-radius: inherit;
    background: linear-gradient(90deg, #fff, #dac4ff);
    transition: width .35s cubic-bezier(.2, .8, .2, 1);
}

#sgn-ls26 .ls26-form-modal__content {
    --ls-form-content-pad: clamp(40px, 5vw, 70px);
    position: relative;
    min-width: 0;
    overflow: auto;
    overscroll-behavior: contain;
    padding: var(--ls-form-content-pad);
    background: #fff;
    color: var(--ls-primary-dark);
}

#sgn-ls26 .ls26-form-modal__close {
    position: sticky;
    top: 0;
    float: right;
    margin: calc(8px - var(--ls-form-content-pad)) calc(8px - var(--ls-form-content-pad)) 0 0;
    background: var(--ls-surface);
    color: var(--ls-primary-dark);
}

#sgn-ls26 .ls26-form {
    clear: both;
}

#sgn-ls26 .ls26-form-modal__panel,
#sgn-ls26 .ls26-form-modal__panel *,
#sgn-ls26 .ls26-form-modal__panel *::before,
#sgn-ls26 .ls26-form-modal__panel *::after {
    box-sizing: border-box;
}

#sgn-ls26 .ls26-form__honeypot {
    position: absolute !important;
    left: -10000px !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
    opacity: 0 !important;
    pointer-events: none !important;
}

#sgn-ls26 .ls26-form__required-note {
    margin: 0 58px 28px 0;
    color: rgba(23, 3, 53, .5) !important;
    font-size: .78rem;
}

#sgn-ls26 .ls26-form__status {
    margin-bottom: 24px;
    padding: 14px 16px;
    border: 1px solid #f0b8c0;
    border-radius: 14px;
    background: #fff4f5;
    color: #9e2332;
    font-size: .9rem;
}

#sgn-ls26 .ls26-form__step-head {
    margin: 0 0 46px !important;
    padding-bottom: 24px;
    border-bottom: 1px solid rgba(23, 3, 53, .1);
}

#sgn-ls26 .ls26-form__step-head > span {
    display: block;
    margin-bottom: 10px;
    color: var(--ls-primary);
    font-size: .72rem;
    font-weight: 600;
    letter-spacing: .12em;
    text-transform: uppercase;
}

#sgn-ls26 .ls26-form__step-head h3 {
    color: var(--ls-primary-dark);
    font-size: clamp(2rem, 3vw, 3.25rem);
}

#sgn-ls26 .ls26-form__grid {
    display: grid;
    align-items: start;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 38px 26px;
}

#sgn-ls26 .ls26-form-field {
    min-width: 0;
    margin: 0 !important;
}

#sgn-ls26 .ls26-form-field--full {
    grid-column: 1 / -1;
}

#sgn-ls26 .ls26-form-field fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
}

#sgn-ls26 .ls26-form-field > label,
#sgn-ls26 .ls26-form-field legend {
    display: block;
    padding: 0;
    margin: 0 0 11px !important;
    color: var(--ls-primary-dark) !important;
    font-size: .96rem;
    font-weight: 600;
    letter-spacing: -.01em;
    line-height: 1.4;
    min-height: 2.8em;
}

#sgn-ls26 .ls26-form-field__label-text {
    color: inherit !important;
}

#sgn-ls26 .ls26-form-field .ls26-required-marker {
    display: inline !important;
    margin: 0 !important;
    color: var(--ls-primary) !important;
    font-size: inherit !important;
    font-weight: 600 !important;
}

/* Some host themes append a second required marker through pseudo-elements. */
#sgn-ls26 .ls26-form-field > label::after,
#sgn-ls26 .ls26-form-field legend::after {
    display: none !important;
    content: none !important;
}

#sgn-ls26 .ls26-form-field__hint {
    min-height: 18px;
    margin: -4px 0 12px !important;
    color: rgba(23, 3, 53, .52) !important;
    font-size: .78rem;
    line-height: 1.5;
}

#sgn-ls26 .ls26-form-field__hint--empty {
    visibility: hidden;
}

#sgn-ls26 .ls26-form-field > input,
#sgn-ls26 .ls26-form-field > textarea {
    display: block !important;
    width: 100% !important;
    min-height: 56px !important;
    padding: 15px 17px !important;
    border: 1px solid rgba(23, 3, 53, .15) !important;
    border-radius: 14px !important;
    outline: 0 !important;
    background: #fbf9fd !important;
    box-shadow: none !important;
    color: var(--ls-primary-dark) !important;
    -webkit-text-fill-color: currentColor !important;
    font-family: inherit !important;
    font-size: 16px !important;
    line-height: 1.5 !important;
    transition: border-color .2s ease, background .2s ease, box-shadow .2s ease !important;
}

#sgn-ls26 .ls26-form-field > textarea {
    min-height: 132px !important;
    resize: vertical;
}

#sgn-ls26 .ls26-form-field > input::placeholder,
#sgn-ls26 .ls26-form-field > textarea::placeholder {
    color: rgba(23, 3, 53, .36) !important;
    opacity: 1 !important;
}

#sgn-ls26 .ls26-form-field > input:focus,
#sgn-ls26 .ls26-form-field > textarea:focus {
    border-color: var(--ls-primary) !important;
    background: #fff !important;
    box-shadow: 0 0 0 4px rgba(122, 32, 223, .1) !important;
}

#sgn-ls26 .ls26-form-options {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
}

#sgn-ls26 .ls26-form-option {
    position: relative;
    display: block;
    cursor: pointer;
}

#sgn-ls26 .ls26-form-option input {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    opacity: 0 !important;
    pointer-events: none !important;
}

#sgn-ls26 .ls26-form-option > span {
    display: block;
    padding: 11px 14px;
    border: 1px solid rgba(23, 3, 53, .13);
    border-radius: 999px;
    background: #fff;
    color: rgba(23, 3, 53, .72) !important;
    font-size: .84rem;
    line-height: 1.25;
    transition: border-color .2s ease, background .2s ease, color .2s ease, transform .2s ease;
}

#sgn-ls26 .ls26-form-option:hover > span {
    transform: translateY(-1px);
    border-color: rgba(122, 32, 223, .38);
}

#sgn-ls26 .ls26-form-option input:focus-visible + span {
    outline: 3px solid var(--ls-accent);
    outline-offset: 3px;
}

#sgn-ls26 .ls26-form-option input:checked + span {
    border-color: var(--ls-primary-dark);
    background: var(--ls-primary-dark);
    color: #fff !important;
}

#sgn-ls26 .ls26-form-field__error {
    display: block;
    min-height: 18px;
    margin-top: 7px;
    color: #b42318;
    font-size: .76rem;
    line-height: 1.4;
}

#sgn-ls26 .ls26-form-field.ls26-has-error > input,
#sgn-ls26 .ls26-form-field.ls26-has-error > textarea {
    border-color: #d64553 !important;
    background: #fff8f8 !important;
}

#sgn-ls26 .ls26-form-field.ls26-has-error .ls26-form-options {
    padding: 8px;
    border: 1px solid rgba(214, 69, 83, .46);
    border-radius: 16px;
    background: #fff8f8;
}

#sgn-ls26 .ls26-form__privacy {
    margin-top: 34px;
    padding: 22px;
    border: 1px solid rgba(23, 3, 53, .1);
    border-radius: 18px;
    background: var(--ls-surface);
}

#sgn-ls26 .ls26-form-consent {
    position: relative;
    display: grid;
    align-items: start;
    cursor: pointer;
    grid-template-columns: 22px 1fr;
    gap: 11px;
}

#sgn-ls26 .ls26-form-consent input {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    opacity: 0 !important;
}

#sgn-ls26 .ls26-form-consent > span {
    display: grid;
    width: 22px;
    height: 22px;
    place-items: center;
    border: 1px solid rgba(23, 3, 53, .25);
    border-radius: 7px;
    background: #fff;
}

#sgn-ls26 .ls26-form-consent > span::after {
    color: #fff;
    content: "✓";
    font-size: .8rem;
    opacity: 0;
}

#sgn-ls26 .ls26-form-consent input:checked + span {
    border-color: var(--ls-primary);
    background: var(--ls-primary);
}

#sgn-ls26 .ls26-form-consent input:checked + span::after {
    opacity: 1;
}

#sgn-ls26 .ls26-form-consent input:focus-visible + span {
    outline: 3px solid var(--ls-accent);
    outline-offset: 3px;
}

#sgn-ls26 .ls26-form-consent strong {
    color: var(--ls-primary-dark);
    font-size: .87rem;
    font-weight: 600;
    line-height: 1.45;
}

#sgn-ls26 .ls26-form__privacy > p {
    margin: 12px 0 0 33px;
    color: rgba(23, 3, 53, .56) !important;
    font-size: .76rem;
    line-height: 1.55;
}

#sgn-ls26 .ls26-form__privacy > a {
    display: inline-block;
    margin: 8px 0 0 33px;
    color: var(--ls-primary) !important;
    font-size: .76rem;
    font-weight: 600;
}

#sgn-ls26 .ls26-form__actions {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 18px;
    margin-top: 38px;
    padding-top: 24px;
    border-top: 1px solid rgba(23, 3, 53, .1);
}

#sgn-ls26 .ls26-form__back {
    min-height: 48px;
    padding: 10px 6px;
    background: transparent !important;
    color: rgba(23, 3, 53, .66) !important;
    font-weight: 600;
}

#sgn-ls26 .ls26-form__back:hover {
    color: var(--ls-primary) !important;
}

#sgn-ls26 .ls26-form__actions .ls26-button {
    min-width: 190px;
}

#sgn-ls26 .ls26-form.ls26-is-submitting {
    pointer-events: none;
    opacity: .7;
}

#sgn-ls26 .ls26-form-success {
    min-height: 100%;
    padding: clamp(70px, 10vw, 140px) 0;
    text-align: center;
}

#sgn-ls26 .ls26-form-success__icon {
    display: grid;
    width: 82px;
    height: 82px;
    margin: 0 auto 34px;
    place-items: center;
    border-radius: 50%;
    background: linear-gradient(145deg, var(--ls-primary), var(--ls-blue));
    box-shadow: 0 20px 50px rgba(122, 32, 223, .25);
    color: #fff;
    font-size: 2rem;
}

#sgn-ls26 .ls26-form-success h3 {
    max-width: 650px;
    margin-inline: auto;
    font-size: clamp(2.25rem, 4.5vw, 4.3rem);
}

#sgn-ls26 .ls26-form-success > p:not(.ls26-eyebrow) {
    max-width: 610px;
    margin: 28px auto 38px;
    color: rgba(23, 3, 53, .62) !important;
    font-size: 1.04rem;
    line-height: 1.65;
}

/* Standalone former page (the same form UI, without the modal shell). */
#sgn-ls26.ls26-form-page {
    min-height: 70vh;
    background: var(--ls-surface);
}

#sgn-ls26 .ls26-form-standalone {
    min-height: 80vh;
    padding: clamp(34px, 6vw, 86px) 0;
    background:
        radial-gradient(circle at 9% 0%, rgba(61, 101, 255, .12), transparent 30%),
        radial-gradient(circle at 92% 82%, rgba(255, 122, 61, .15), transparent 28%),
        var(--ls-surface);
}

#sgn-ls26.ls26-form-page .ls26-container {
    width: min(calc(100% - 48px), var(--ls-max));
    margin-inline: auto;
}

#sgn-ls26 .ls26-form-page__back {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    margin-bottom: 26px;
    color: var(--ls-primary-dark) !important;
    font-size: .86rem;
    font-weight: 600;
    text-decoration: none;
}

#sgn-ls26 .ls26-form-page__back span {
    color: var(--ls-primary);
    font-size: 1.25rem;
    line-height: 1;
}

#sgn-ls26.ls26-form-page .ls26-form-modal__panel {
    height: auto;
    max-height: none;
    min-height: 720px;
    box-shadow: 0 30px 80px rgba(23, 3, 53, .14);
}

#sgn-ls26.ls26-form-page .ls26-form-modal__content {
    overflow: visible;
}

#sgn-ls26.ls26-form-page .ls26-form-success {
    min-height: 650px;
}

@media (max-width: 920px) {
    #sgn-ls26.ls26-form-page .ls26-form-modal__panel {
        min-height: 0;
        grid-template-rows: auto auto;
    }
}

@media (max-width: 620px) {
    #sgn-ls26 .ls26-form-standalone {
        padding: 24px 0 44px;
    }

    #sgn-ls26.ls26-form-page .ls26-form-modal__panel {
        width: 100%;
        border-radius: 24px;
    }
}

@media (max-width: 560px) {
    #sgn-ls26.ls26-form-page .ls26-container {
        width: calc(100% - 24px);
        margin-inline: auto;
    }
}

@media (max-width: 920px) {
    #sgn-ls26 .ls26-form-modal__panel {
        height: min(920px, calc(100svh - 24px));
        max-height: calc(100svh - 24px);
        grid-template-columns: 1fr;
        grid-template-rows: auto minmax(0, 1fr);
    }

    #sgn-ls26 .ls26-form-modal__aside {
        display: grid;
        align-items: end;
        padding: 26px 30px;
        grid-template-columns: 1fr auto;
        gap: 20px;
    }

    #sgn-ls26 .ls26-form-modal__aside h2 {
        font-size: clamp(2rem, 7vw, 3.2rem);
    }

    #sgn-ls26 .ls26-form-modal__intro,
    #sgn-ls26 .ls26-form-modal__duration,
    #sgn-ls26 .ls26-form-modal__aside .ls26-eyebrow {
        display: none;
    }

    #sgn-ls26 .ls26-form-steps {
        display: flex;
        gap: 7px;
        margin: 0;
    }

    #sgn-ls26 .ls26-form-steps li {
        min-height: auto;
    }

    #sgn-ls26 .ls26-form-steps li strong {
        display: none;
    }

    #sgn-ls26 .ls26-form-steps li.ls26-is-active {
        transform: none;
    }

    #sgn-ls26 .ls26-form-modal__meter {
        grid-column: 1 / -1;
        margin-top: 0;
    }
}

@media (max-width: 620px) {
    #sgn-ls26 .ls26-form-modal {
        padding: 0;
    }

    #sgn-ls26 .ls26-form-modal__panel {
        width: 100%;
        height: 100svh;
        max-height: 100svh;
        border: 0;
        border-radius: 0;
    }

    #sgn-ls26 .ls26-form-modal__aside {
        padding: 19px 18px;
    }

    #sgn-ls26 .ls26-form-modal__aside h2 {
        font-size: 2rem;
    }

    #sgn-ls26 .ls26-form-steps li > span {
        width: 29px;
        height: 29px;
    }

    #sgn-ls26 .ls26-form-modal__content {
        padding: 28px 18px 34px;
    }

    #sgn-ls26 .ls26-form-modal__close {
        width: 40px;
        height: 40px;
        margin: -20px -10px 0 0;
    }

    #sgn-ls26 .ls26-form__required-note {
        margin-bottom: 24px;
    }

    #sgn-ls26 .ls26-form__grid {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    #sgn-ls26 .ls26-form__step-head {
        margin-bottom: 32px !important;
    }

    #sgn-ls26 .ls26-form-field > label,
    #sgn-ls26 .ls26-form-field legend {
        min-height: 0;
    }

    #sgn-ls26 .ls26-form-field--full {
        grid-column: auto;
    }

    #sgn-ls26 .ls26-form-option > span {
        padding: 10px 12px;
        font-size: .8rem;
    }

    #sgn-ls26 .ls26-form__actions {
        align-items: stretch;
        flex-direction: column-reverse;
    }

    #sgn-ls26 .ls26-form__actions .ls26-button,
    #sgn-ls26 .ls26-form__back {
        width: 100%;
    }
}

body.ls26-modal-open {
    overflow: hidden;
}

/* Motion */
.ls26.ls26-ready .ls26-reveal {
    opacity: 0;
    transform: translateY(26px);
    transition: opacity .65s ease, transform .65s cubic-bezier(.2, .8, .2, 1);
}

.ls26.ls26-ready .ls26-reveal.ls26-is-visible {
    opacity: 1;
    transform: none;
}

/* Responsive */
@media (max-width: 1399px) {
    .ls26-container {
        width: min(calc(100% - 112px), var(--ls-max));
        margin-right: 24px;
        margin-left: 88px;
    }
}

@media (max-width: 1100px) {
    .ls26-hero {
        min-height: auto;
    }

    .ls26-hero__grid {
        min-height: 0;
        grid-template-columns: 1fr;
        gap: 68px;
    }

    .ls26-hero__copy {
        max-width: 850px;
    }

    .ls26-hero__media {
        width: min(100%, 850px);
        margin-inline: auto;
    }

    .ls26-video-card {
        transform: none;
    }

    .ls26-speaker-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .ls26-gallery-grid {
        grid-auto-rows: 175px;
    }
}

@media (max-width: 820px) {
    .ls26-section {
        scroll-margin-top: 86px;
    }

    .ls26-container {
        width: min(calc(100% - 92px), var(--ls-max));
        margin-right: 24px;
        margin-left: 68px;
    }

    .ls26-side-nav {
        left: 10px;
        padding: 6px;
        border-radius: 19px;
    }

    .ls26-side-nav a {
        min-height: 37px;
        padding: 3px 6px;
    }

    .ls26-hero {
        padding-top: 92px;
    }

    .ls26-event-mark {
        width: 118px;
    }

    .ls26-hero h1 {
        font-size: clamp(3.35rem, 12vw, 5.8rem);
    }

    .ls26-section-heading--split,
    .ls26-intro__grid,
    .ls26-legacy__grid,
    .ls26-support__inner {
        grid-template-columns: 1fr;
    }

    .ls26-section-heading--split {
        gap: 24px;
    }

    .ls26-stats {
        grid-template-columns: repeat(2, 1fr);
    }

    .ls26-stat:nth-child(2) {
        border-right: 0;
    }

    .ls26-stat:nth-child(-n + 2) {
        border-bottom: 1px solid rgba(23, 3, 53, .12);
    }

    .ls26-feature-grid {
        grid-template-columns: 1fr;
    }

    .ls26-feature-card {
        min-height: 0;
    }

    .ls26-icon-badge {
        margin-bottom: 45px;
    }

    .ls26-theme-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .ls26-theme-card,
    .ls26-theme-card:nth-child(4),
    .ls26-theme-card:nth-child(5) {
        grid-column: span 1;
    }

    .ls26-theme-card:last-child {
        grid-column: 1 / -1;
    }

    .ls26-speaker-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .ls26-legacy__media {
        min-height: 500px;
    }

    .ls26-gallery-grid {
        grid-template-columns: repeat(2, 1fr);
        grid-auto-rows: 250px;
    }

    .ls26-gallery-item,
    .ls26-gallery-item:nth-child(1),
    .ls26-gallery-item:nth-child(4) {
        grid-column: span 1;
        grid-row: span 1;
    }

    .ls26-gallery-item button {
        height: calc(100% - 48px);
    }

    .ls26-footer__grid {
        grid-template-columns: 1fr 1fr;
    }

    .ls26-footer__brand {
        grid-column: 1 / -1;
    }

    .ls26-speaker-modal {
        max-width: 650px;
        grid-template-columns: 1fr;
    }

    .ls26-speaker-modal > img {
        width: 100%;
        height: min(46vh, 430px);
        min-height: 0;
        object-position: center 20%;
    }

    .ls26-speaker-modal__body {
        max-height: none;
    }
}

@media (max-width: 560px) {
    .ls26 {
        font-size: 15px;
    }

    .ls26-container {
        width: auto;
        margin-right: 12px;
        margin-left: 52px;
    }

    .ls26-section {
        padding: 82px 0;
    }

    .ls26-hero {
        padding: 80px 0 70px;
    }

    .ls26-side-nav {
        left: 7px;
        gap: 3px;
        padding: 5px;
    }

    .ls26-side-nav a {
        min-height: 35px;
        gap: 0;
        padding: 3px;
    }

    .ls26-side-nav__index {
        width: 27px;
        height: 27px;
    }

    .ls26-side-nav__label,
    .ls26-side-nav:hover .ls26-side-nav__label,
    .ls26-side-nav:focus-within .ls26-side-nav__label {
        max-width: 0;
        overflow: hidden;
        opacity: 0;
    }

    .ls26 .ls26-sticky-ticket {
        right: max(12px, env(safe-area-inset-right));
        bottom: max(14px, env(safe-area-inset-bottom));
        min-height: 52px;
        gap: 8px;
        padding: 13px 17px;
        font-size: .82rem;
    }

    .ls26 .ls26-sticky-ticket svg {
        width: 17px !important;
        height: 17px !important;
    }

    .ls26-hero__grid {
        gap: 54px;
    }

    .ls26-hero h1 {
        font-size: clamp(3.1rem, 14.5vw, 4.7rem);
    }

    #sgn-ls26 .ls26-hero__lead {
        margin-top: clamp(40px, 9vw, var(--ls-heading-copy-gap)) !important;
    }

    .ls26-hero__meta {
        grid-template-columns: 1fr;
    }

    .ls26-meta-pill {
        width: 100%;
    }

    .ls26-actions {
        align-items: flex-start;
        flex-direction: column;
    }

    .ls26-video-card {
        border-radius: var(--ls-radius);
    }

    .ls26-video-card img {
        aspect-ratio: 16 / 10;
    }

    .ls26-hero__media {
        padding: 0;
    }

    .ls26-hero__aside {
        width: calc(100% - 16px);
        margin-top: -18px;
        padding: 20px 18px;
        border-radius: var(--ls-radius);
    }

    .ls26-play {
        width: 62px;
        height: 62px;
    }

    .ls26-stats {
        grid-template-columns: 1fr 1fr;
    }

    .ls26-stat {
        padding: 26px 14px;
    }

    .ls26-theme-grid,
    .ls26-speaker-grid,
    .ls26-gallery-grid {
        grid-template-columns: 1fr;
    }

    .ls26-theme-card,
    .ls26-theme-card:last-child {
        grid-column: 1;
    }

    .ls26-theme-card {
        min-height: 270px;
    }

    .ls26-speaker-grid {
        gap: 34px;
    }

    .ls26-gallery-grid {
        display: grid;
        grid-auto-rows: auto;
    }

    .ls26-gallery-item,
    .ls26-gallery-item:nth-child(n) {
        grid-column: 1;
        grid-row: auto;
    }

    .ls26-gallery-item button {
        height: auto;
        aspect-ratio: 4 / 3;
    }

    .ls26-legacy__media {
        min-height: 390px;
    }

    .ls26-legacy__image {
        border-width: 5px;
    }

    .ls26-support__inner {
        padding: 30px 22px;
        gap: 40px;
    }

    .ls26-newsletter__form {
        align-items: stretch;
        flex-direction: column;
        padding: 6px;
        border-radius: 26px;
    }

    .ls26-newsletter__form input {
        min-height: 58px;
    }

    .ls26 .ls26-newsletter__form .ls26-button {
        width: 100%;
        min-width: 0;
        border-radius: 20px !important;
    }

    .ls26-footer__grid {
        grid-template-columns: 1fr;
    }

    .ls26-footer__brand {
        grid-column: 1;
    }

    .ls26-footer__bottom {
        align-items: flex-start;
        flex-direction: column;
    }

    .ls26-modal:not([hidden]) {
        padding: 10px;
    }

    .ls26-modal__panel {
        max-height: calc(100svh - 20px);
        border-radius: 22px;
    }

    .ls26-speaker-modal > img {
        height: 40vh;
    }

    .ls26-speaker-modal__body {
        padding: 34px 24px 38px;
    }

    .ls26-modal__arrow {
        top: 35%;
        width: 42px;
        height: 42px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .ls26 *,
    .ls26 *::before,
    .ls26 *::after {
        scroll-behavior: auto !important;
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: .01ms !important;
    }

    .ls26.ls26-ready .ls26-reveal {
        opacity: 1;
        transform: none;
    }
}

@media print {
    .ls26-side-nav,
    .ls26-sticky-ticket,
    .ls26-editor,
    .ls26-video-card,
    .ls26-newsletter,
    .ls26-footer {
        display: none !important;
    }

    .ls26-section {
        break-inside: avoid;
        padding: 35px 0;
    }
}
