body.s2-2026v2-page {
    --s2-v2-red: #F62929;
    --s2-v2-black: #030303;
    --s2-v2-ink: #ffffff;
    --s2-v2-muted: rgba(255, 255, 255, 0.72);
    --s2-v2-heading-font: "Bebas Neue", Impact, "Arial Narrow", sans-serif;
    --s2-v2-body-font: "Albert Sans", Arial, sans-serif;
    --s2-v2-copy-size: clamp(22px, 1.45vw, 28px);
    --s2-v2-main-title-size: clamp(86px, 7.4vw, 158px);
    background: var(--s2-v2-black);
    color: var(--s2-v2-ink);
}

body.s2-2026v2-page,
body.s2-2026v2-page h1,
body.s2-2026v2-page h2,
body.s2-2026v2-page h3,
body.s2-2026v2-page h4,
body.s2-2026v2-page h5,
body.s2-2026v2-page h6,
body.s2-2026v2-page p,
body.s2-2026v2-page span,
body.s2-2026v2-page a,
body.s2-2026v2-page li,
body.s2-2026v2-page button {
    font-family: var(--s2-v2-heading-font);
    font-weight: 700;
}

body.s2-2026v2-page h1,
body.s2-2026v2-page h2,
body.s2-2026v2-page h3,
.s2-2026v2-title,
.s2-2026v2-speaker-name,
.s2-2026v2-register-title,
.s2-2026v2-connect-title,
.s2-2026v2-register-stat h3,
.s2-2026v2-register-price,
.s2-2026v2-footer-cta h2 {
    font-family: var(--s2-v2-heading-font);
    font-weight: 700;
}

body.s2-2026v2-page .btn.btn-red {
    background: var(--s2-v2-red);
    border-color: var(--s2-v2-red);
}

body.s2-2026v2-page .btn.btn-red:hover,
body.s2-2026v2-page .btn.btn-red:focus {
    background: transparent;
    border-color: var(--s2-v2-red);
    color: var(--s2-v2-red);
}

body.s2-2026v2-page .s2-2026v2-intro,
body.s2-2026v2-page .s2-2026v2-speaker .bio,
body.s2-2026v2-page .s2-2026v2-register-text,
body.s2-2026v2-page .s2-2026v2-register-secure,
body.s2-2026v2-page .s2-2026v2-what-copy,
body.s2-2026v2-page .s2-2026v2-what-copy p,
body.s2-2026v2-page .s2-2026v2-connect-copy {
    font-family: var(--s2-v2-body-font);
    font-weight: 700;
    text-transform: none;
}

.s2-2026v2-header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10000;
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    background: rgba(0, 0, 0, 0.58);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    transition: background 0.25s ease, border-color 0.25s ease;
}

.s2-2026v2-header.is-scrolled {
    border-color: rgba(246, 41, 41, 0.32);
    background: rgba(0, 0, 0, 0.86);
}

.s2-2026v2-header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
    width: 100%;
    max-width: 1880px;
    min-height: 92px;
    margin: 0 auto;
    padding: 16px clamp(20px, 3.8vw, 58px);
}

.s2-2026v2-brand {
    display: inline-flex;
    align-items: center;
    flex: 0 0 auto;
}

.s2-2026v2-brand img {
    display: block;
    width: auto;
    height: 58px;
}

.s2-2026v2-nav {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: clamp(18px, 2.6vw, 44px);
}

.s2-2026v2-nav a,
.s2-2026v2-footer-links a {
    color: #fff;
    font-size: 16px;
    font-weight: 800;
    letter-spacing: 0.05em;
    line-height: 1;
    text-decoration: none;
    text-transform: uppercase;
    transition: color 0.22s ease, opacity 0.22s ease, transform 0.22s ease;
}

.s2-2026v2-nav a:hover,
.s2-2026v2-footer-links a:hover {
    color: var(--s2-v2-red);
    text-decoration: none;
}

.s2-2026v2-nav .s2-2026v2-nav-cta {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    min-height: 54px;
    padding: 0 28px;
    border-radius: 999px;
    background: #fff;
    color: #000;
}

.s2-2026v2-nav .s2-2026v2-nav-cta:hover {
    background: var(--s2-v2-red);
    color: #fff;
}

.s2-2026v2-menu-toggle {
    display: none;
    width: 46px;
    height: 42px;
    padding: 9px;
    border: 1px solid rgba(255, 255, 255, 0.28);
    border-radius: 4px;
    background: transparent;
}

.s2-2026v2-menu-toggle span:not(.sr-only) {
    display: block;
    width: 100%;
    height: 2px;
    margin: 5px 0;
    background: #fff;
}

.s2-2026v2-hero {
    position: relative;
    min-height: 100vh;
    overflow: hidden;
    padding: 124px 0 58px;
    background:
        linear-gradient(90deg, rgba(0, 0, 0, 0.98) 0%, rgba(0, 0, 0, 0.9) 46%, rgba(0, 0, 0, 0.96) 100%),
        url("/assets/images/BG-Black.jpg") center/cover no-repeat;
    color: #fff;
}

.s2-2026v2-hero::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 160px;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.12), rgba(0, 0, 0, 0));
    pointer-events: none;
}

.s2-2026v2-hero::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 94% 10%, rgba(246, 41, 41, 0.24), transparent 18%),
        linear-gradient(135deg, rgba(255, 255, 255, 0.05) 0 1px, transparent 1px 20px);
    opacity: 0.34;
    pointer-events: none;
}

.s2-2026v2-hero-inner {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.5fr);
    gap: clamp(28px, 3vw, 50px);
    align-items: stretch;
    width: 100%;
    max-width: 1880px;
    min-height: calc(100vh - 182px);
    margin: 0 auto;
    padding: 0 clamp(24px, 4.5vw, 84px);
}

.s2-2026v2-copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-width: 0;
    padding-right: clamp(0px, 1vw, 18px);
}

.s2-2026v2-eyebrow {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 14px;
    margin: 0 0 28px;
    color: rgba(255, 255, 255, 0.72);
    font-size: clamp(14px, 1.25vw, 22px);
    font-weight: 900;
    letter-spacing: 0.005em;
    line-height: 1.2;
    text-transform: uppercase;
}

.s2-2026v2-eyebrow-divider {
    flex: 0 0 auto;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--s2-v2-red);
}

.s2-2026v2-title {
    max-width: none;
    margin: 0;
    color: #fff;
    font-size: var(--s2-v2-main-title-size);
    letter-spacing: 0;
    line-height: 0.84;
    text-transform: uppercase;
}

.s2-2026v2-title span {
    display: block;
    white-space: nowrap;
}

.s2-2026v2-title-accent {
    color: var(--s2-v2-red);
}

.s2-2026v2-rule {
    display: block;
    width: 76px;
    height: 4px;
    margin: clamp(22px, 2.4vw, 34px) 0;
    background: var(--s2-v2-red);
}

.s2-2026v2-intro {
    max-width: 610px;
    margin: 0;
    color: rgba(255, 255, 255, 0.86);
    font-size: var(--s2-v2-copy-size);
    font-weight: 700;
    line-height: 1.35;
}

.s2-2026v2-speakers {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    align-items: end;
    gap: clamp(8px, 1.2vw, 18px);
    width: 100%;
    max-width: 940px;
    margin-top: clamp(24px, 3vw, 38px);
}

.s2-2026v2-speaker {
    position: relative !important;
    aspect-ratio: 0.68;
    min-height: 0 !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden;
    isolation: isolate;
}

.s2-2026v2-speaker::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
    background: linear-gradient(135deg, rgba(31, 31, 31, 0.98), rgba(0, 0, 0, 0.98) 70%);
    clip-path: polygon(9% 0, 100% 0, 88% 100%, 0 100%);
    transition: background .35s ease;
}

.s2-2026v2-speaker::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    height: 54%;
    background: linear-gradient(to top, #000 2%, rgba(0, 0, 0, 0.88) 36%, rgba(0, 0, 0, 0));
    pointer-events: none;
}

.s2-2026v2-speaker:hover,
.s2-2026v2-speaker.is-open {
    z-index: 3;
}

.s2-2026v2-speaker:hover::before,
.s2-2026v2-speaker.is-open::before {
    background: linear-gradient(135deg, var(--s2-v2-red) 0%, #940000 42%, #120000 78%, #000 100%);
}

.s2-2026v2-speaker img {
    position: absolute;
    inset: 0;
    z-index: 1;
    display: block;
    width: 100% !important;
    height: 100% !important;
    margin: 0 !important;
    object-fit: contain;
    object-position: center bottom;
    filter: grayscale(100%);
    transition: opacity .35s ease, transform .35s ease;
}

.s2-2026v2-speaker:hover img,
.s2-2026v2-speaker.is-open img {
    opacity: .62;
    transform: scale(1.01);
}

.s2-2026v2-speaker aside {
    position: absolute !important;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 4;
    display: flex !important;
    flex-direction: column;
    justify-content: flex-end;
    height: 136px !important;
    padding: 0 26px 28px !important;
    background: transparent !important;
    color: #fff;
    overflow: hidden;
    opacity: 1 !important;
    transform: none !important;
    transition: height .35s ease, padding .35s ease;
}

.s2-2026v2-speaker aside br {
    display: none;
}

.s2-2026v2-speaker-name {
    display: block;
    font-family: var(--s2-v2-heading-font);
    max-width: 230px;
    color: #fff;
    font-size: clamp(30px, 2vw, 40px);
    font-weight: 700;
    letter-spacing: 0.005em;
    line-height: 0.95;
}

.s2-2026v2-speaker-name span:not(.bio) {
    display: none;
}

.s2-2026v2-speaker-role {
    color: var(--s2-v2-red);
    font-family: "Albert Sans", Arial, sans-serif;
    font-size: clamp(14px, 0.95vw, 17px);
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.12;
    text-transform: none;
}

.s2-2026v2-speaker-line {
    display: block;
    width: 62px;
    height: 3px;
    margin-top: 11px;
    background: var(--s2-v2-red);
}

.s2-2026v2-speaker .bio {
    display: block !important;
    max-height: 0 !important;
    margin-top: 0;
    overflow: hidden;
    color: #fff;
    opacity: 0 !important;
    transform: translateY(10px) !important;
    transition: opacity .35s ease, transform .35s ease, max-height .35s ease, margin .35s ease;
    font-size: clamp(15px, 0.95vw, 18px) !important;
    line-height: 1.12 !important;
}

.s2-2026v2-speaker:hover aside,
.s2-2026v2-speaker.is-open aside {
    height: 100% !important;
    padding: 26px !important;
}

.s2-2026v2-speaker:hover .bio,
.s2-2026v2-speaker.is-open .bio {
    max-height: calc(100% - 132px) !important;
    margin-top: 12px;
    overflow-y: auto;
    opacity: 1 !important;
    transform: none !important;
}

.s2-2026v2-trailer-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 0;
    padding-left: clamp(28px, 4vw, 64px);
    border-left: 1px solid rgba(255, 255, 255, 0.28);
}

.s2-2026v2-trailer-wrap .container-fluid,
.s2-2026v2-trailer-wrap .row,
.s2-2026v2-trailer-wrap [class*="col-"] {
    width: 100%;
    max-width: 430px;
}

.s2-2026v2-trailer-wrap .row {
    margin-right: 0;
    margin-left: 0;
}

.s2-2026v2-trailer-wrap [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}

.s2-2026v2-trailer {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: min(100%, 430px, calc((100vh - 210px) * 0.5625));
    max-width: 430px;
    min-width: 270px;
    aspect-ratio: 9 / 16;
    padding: 0;
    border: 1px solid rgba(255, 255, 255, 0.24);
    border-radius: 18px;
    background:
        linear-gradient(145deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0)),
        #000;
    box-shadow:
        0 30px 80px rgba(0, 0, 0, 0.58),
        0 0 0 10px rgba(255, 255, 255, 0.035);
    color: var(--s2-v2-red);
    overflow: hidden;
    text-align: center;
    text-transform: uppercase;
}

.s2-2026v2-trailer::before {
    content: "";
    position: absolute;
    inset: 10px;
    z-index: 2;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 12px;
    pointer-events: none;
}

.s2-2026v2-trailer-video {
    position: absolute !important;
    inset: 0 !important;
    top: 0 !important;
    left: 0 !important;
    z-index: 1 !important;
    display: block !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100%;
    height: 100% !important;
    min-height: 0 !important;
    aspect-ratio: 9 / 16;
    border-radius: 18px;
    background: #000;
    object-fit: cover;
    opacity: 1;
    transform: none !important;
}

.s2-2026v2-trailer-video:focus {
    outline: 2px solid var(--s2-v2-red);
    outline-offset: 4px;
}

.s2-2026v2-register {
    position: relative;
    overflow: hidden;
    padding: clamp(86px, 7.8vw, 142px) clamp(24px, 4.5vw, 84px);
    background:
        radial-gradient(circle at 98% 94%, rgba(246, 41, 41, 0.12), transparent 24%),
        linear-gradient(90deg, rgba(0, 0, 0, 0.98), rgba(0, 0, 0, 0.92) 58%, rgba(0, 0, 0, 0.98)),
        url("/assets/images/BG-Black.jpg") center/cover no-repeat;
    color: #fff;
}

.s2-2026v2-register::before,
.s2-2026v2-register::after {
    content: "";
    position: absolute;
    pointer-events: none;
}

.s2-2026v2-register::before {
    inset: 0;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.045) 0 1px, transparent 1px 22px),
        linear-gradient(to bottom, rgba(255, 255, 255, 0.08), transparent 115px);
    opacity: 0.42;
}

.s2-2026v2-register::after {
    right: -9%;
    bottom: -30%;
    width: 34vw;
    height: 34vw;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 50%;
}

.s2-2026v2-register-shell {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr);
    gap: clamp(36px, 3.4vw, 68px);
    align-items: start;
    width: 100%;
    max-width: 1800px;
    margin: 0 auto;
}

.s2-2026v2-register-copy,
.s2-2026v2-register-detail {
    min-width: 0;
}

.s2-2026v2-register-copy {
    padding-top: clamp(18px, 2.2vw, 42px);
}

.s2-2026v2-register-eyebrow {
    margin: 0;
    color: rgba(255, 255, 255, 0.74);
    font-size: clamp(16px, 1.2vw, 24px);
    font-weight: 900;
    letter-spacing: 0.08em;
    line-height: 1;
    text-transform: uppercase;
}

.s2-2026v2-register-rule {
    display: block;
    width: 70px;
    height: 4px;
    margin: 26px 0 26px;
    background: var(--s2-v2-red);
}

.s2-2026v2-register-title {
    max-width: 860px;
    margin: 0;
    color: #fff;
    font-size: var(--s2-v2-main-title-size);
    letter-spacing: 0;
    line-height: 0.83;
    text-wrap: balance;
    text-transform: uppercase;
}

.s2-2026v2-register-title span {
    display: block;
    white-space: nowrap;
}

.s2-2026v2-register-title span:last-child {
    color: var(--s2-v2-red);
}

.s2-2026v2-register-text {
    max-width: 720px;
    margin: clamp(30px, 2.8vw, 48px) 0 0;
    color: white;
    font-size: var(--s2-v2-copy-size);
    font-weight: 700;
    line-height: 1.25;
}

.s2-2026v2-register-stats {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 1px minmax(0, 1fr) 1px minmax(0, 1fr);
    gap: clamp(16px, 2vw, 38px);
    align-items: stretch;
    margin: 0 0 clamp(80px, 5.8vw, 112px);
}

.s2-2026v2-register-stat {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    text-align: center;
}

.s2-2026v2-register-stat img {
    width: clamp(82px, 6vw, 114px);
    height: auto;
    margin-bottom: clamp(18px, 1.7vw, 30px);
}

.s2-2026v2-register-stat h3 {
    margin: 0;
    color: #fff;
    font-size: clamp(42px, 3.1vw, 64px);
    letter-spacing: 0.005em;
    line-height: 0.92;
    white-space: nowrap;
    text-transform: uppercase;
}

.s2-2026v2-register-stat p {
    max-width: 250px;
    margin: 10px auto 0;
    color: rgba(255, 255, 255, 0.72);
    font-size: clamp(16px, 1.04vw, 22px);
    font-weight: 900;
    letter-spacing: 0.005em;
    line-height: 1.25;
    text-transform: uppercase;
}

.s2-2026v2-register-divider,
.s2-2026v2-register-price-divider {
    display: block;
    width: 1px;
    min-height: 100%;
    background: rgba(255, 255, 255, 0.18);
}

.s2-2026v2-register-pricing {
    display: grid;
    grid-template-columns: minmax(165px, 0.64fr) 1px minmax(165px, 0.64fr) 1px minmax(240px, 0.9fr);
    gap: clamp(12px, 1.05vw, 24px);
    align-items: center;
    width: calc(100% - clamp(26px, 3vw, 52px));
    margin-left: clamp(26px, 3vw, 52px);
    padding: clamp(30px, 2vw, 48px);
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 8px;
    background: rgba(10, 10, 10, 0.82);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.04);
}

.s2-2026v2-register-ticket,
.s2-2026v2-register-cta {
    min-width: 0;
}

.s2-2026v2-register-ticket-label,
.s2-2026v2-register-per,
.s2-2026v2-register-increase {
    margin: 0;
    color: rgba(255, 255, 255, 0.72);
    font-size: clamp(15px, 0.95vw, 19px) !important;
    font-weight: 900;
    letter-spacing: 0.005em;
    line-height: 1.05;
    text-transform: uppercase;
}

.s2-2026v2-register-ticket-label {
    white-space: nowrap;
}

.s2-2026v2-register-price {
    display: inline-flex;
    align-items: flex-start;
    gap: 0.035em;
    margin: 10px 0 8px;
    color: var(--s2-v2-red);
    font-size: clamp(78px, 5.75vw, 116px);
    letter-spacing: 0;
    line-height: 0.82;
    font-variant-numeric: tabular-nums;
}

.s2-2026v2-register-price span {
    display: inline-block;
    margin-top: 0.04em;
    font-size: 0.68em;
    line-height: 1;
}

.s2-2026v2-register-per {
    color: rgba(255, 255, 255, 0.82);
}

.s2-2026v2-register-button {
    box-sizing: border-box;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    width: min(100%, 220px);
    min-height: 54px;
    padding: 0 30px;
    border-radius: 999px;
    background: #fff;
    color: #000;
    font-size: clamp(16px, 1.05vw, 20px);
    font-weight: 900;
    letter-spacing: 0.005em;
    line-height: 1;
    text-decoration: none;
    text-transform: uppercase;
    white-space: nowrap;
    transition: background 0.24s ease, color 0.24s ease, transform 0.24s ease;
}

.s2-2026v2-register-button:hover,
.s2-2026v2-register-button:focus {
    background: var(--s2-v2-red);
    color: #fff;
    text-decoration: none;
    transform: translateY(-2px);
}

.s2-2026v2-register-button span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-family: Arial, sans-serif;
    font-size: 1.2em;
    font-weight: 700;
    line-height: 1;
    transform: translateY(-1px);
}

.s2-2026v2-register-increase {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 12px;
    margin-top: 18px;
    color: white;
}

.s2-2026v2-register-lock {
    position: relative;
    display: inline-block;
    width: 18px;
    height: 15px;
    border: 2px solid currentColor;
    border-radius: 3px;
}

.s2-2026v2-register-lock::before {
    content: "";
    position: absolute;
    right: 3px;
    bottom: 11px;
    left: 3px;
    height: 11px;
    border: 2px solid currentColor;
    border-bottom: 0;
    border-radius: 8px 8px 0 0;
}

.s2-2026v2-register-secure {
    margin: 12px 0 0;
    color: rgba(255, 255, 255, 0.72);
    font-size: clamp(15px, 0.98vw, 19px);
    font-weight: 700;
    line-height: 1.25;
    text-align: left;
}

.s2-2026v2-what {
    position: relative;
    display: flex;
    align-items: center;
    min-height: clamp(430px, 32vw, 560px);
    overflow: hidden;
    padding: clamp(58px, 5vw, 92px) clamp(24px, 4.5vw, 84px);
    background: url("/assets/images/WhatIs.jpg") center center / cover no-repeat;
    color: #fff;
}
/* 
.s2-2026v2-what::before {
    content: "";
    position: absolute;
    top: -1px;
    left: clamp(70px, 7.2vw, 150px);
    width: 5px;
    height: clamp(70px, 7vw, 130px);
    background: var(--s2-v2-red);
    pointer-events: none;
} */

.s2-2026v2-what::after {
    content: "";
    display: none;
    position: absolute;
    inset: 0;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.04) 0 1px, transparent 1px 22px),
        radial-gradient(circle at 18% 50%, rgba(246, 41, 41, 0.18), transparent 18%);
    opacity: 0.35;
    pointer-events: none;
}

.s2-2026v2-what-inner {
    position: relative;
    z-index: 1;
    width: min(100%, 650px);
    margin-left: 0;
}

.s2-2026v2-what-mark {
    display: none;
    position: absolute;
    top: 50%;
    left: clamp(-190px, -12vw, -95px);
    z-index: -1;
    color: transparent;
    font-family: var(--s2-v2-heading-font);
    font-size: clamp(320px, 30vw, 560px);
    font-weight: 700;
    letter-spacing: -0.04em;
    line-height: 0.72;
    opacity: 0.2;
    text-transform: uppercase;
    transform: translateY(-50%);
    -webkit-text-stroke: 2px rgba(255, 255, 255, 0.2);
    text-stroke: 2px rgba(255, 255, 255, 0.2);
}

.s2-2026v2-what-title {
    display: flex;
    flex-wrap: wrap;
    gap: 0.16em;
    margin: 0;
    color: #fff;
    font-size: clamp(68px, 5.8vw, 122px);
    letter-spacing: 0.01em;
    line-height: 0.88;
    text-transform: uppercase;
}

.s2-2026v2-what-title span:last-child {
    color: var(--s2-v2-red);
}

.s2-2026v2-what-rule {
    display: block;
    width: 76px;
    height: 4px;
    margin: clamp(16px, 1.8vw, 26px) 0 clamp(18px, 2.1vw, 32px);
    background: var(--s2-v2-red);
}

.s2-2026v2-what-copy {
    max-width: 620px;
    color: rgba(255, 255, 255, 0.88);
    font-size: var(--s2-v2-copy-size);
    font-weight: 700;
    letter-spacing: 0.01em;
    line-height: 1.28;
}

.s2-2026v2-what-copy p {
    margin: 0 0 clamp(24px, 2.6vw, 38px);
}

.s2-2026v2-what-copy p:last-child {
    margin-bottom: 0;
}

.s2-2026v2-connect {
    position: relative;
    overflow: hidden;
    padding: clamp(92px, 7.5vw, 148px) clamp(24px, 4.5vw, 84px);
    background:
        radial-gradient(circle at 92% 100%, rgba(246, 41, 41, 0.12), transparent 28%),
        #000;
    color: #fff;
}

.s2-2026v2-connect::before {
    content: "";
    display: none;
    position: absolute;
    inset: clamp(18px, 2vw, 36px);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 12px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.035), rgba(255, 255, 255, 0));
    pointer-events: none;
}

.s2-2026v2-connect::after {
    content: "";
    display: none;
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.035) 0 1px, transparent 1px 22px);
    opacity: 0.28;
    pointer-events: none;
}

.s2-2026v2-connect-inner {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(420px, 0.92fr);
    gap: clamp(54px, 5vw, 96px);
    align-items: center;
    width: 100%;
    max-width: 1880px;
    margin: 0 auto;
}

.s2-2026v2-connect-media {
    position: relative;
    min-width: 0;
    aspect-ratio: 1 / 0.94;
}

.s2-2026v2-connect-bg {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    filter: grayscale(100%) contrast(1.08) brightness(0.88);
}

.s2-2026v2-connect-phone {
    position: absolute;
    top: 10%;
    left: 29%;
    z-index: 2;
    width: 36%;
    aspect-ratio: 1645 / 3247;
    height: auto;
    filter: drop-shadow(0 34px 42px rgba(0, 0, 0, 0.65));
}

.s2-2026v2-connect-phone-frame {
    position: relative;
    z-index: 2;
    display: block;
    width: 100%;
    height: auto;
}

.s2-2026v2-connect-phone-feed {
    position: absolute;
    top: 39.4%;
    right: 5.6%;
    bottom: 5.2%;
    left: 5.6%;
    z-index: 3;
    display: block;
    overflow: hidden;
    border-radius: 0 0 9.5% 9.5%;
    pointer-events: none;
}

.s2-2026v2-connect-phone-feed::before {
    content: "";
    position: absolute;
    inset: 0;
    background: url("/assets/images/Reels.jpg") top center / 100% auto repeat-y;
    animation: s2-2026v2-phone-feed-scroll 7s ease-in-out infinite alternate;
}

@keyframes s2-2026v2-phone-feed-scroll {
    from {
        transform: translateY(0);
    }

    to {
        transform: translateY(-13%);
    }
}

@media (prefers-reduced-motion: reduce) {
    .s2-2026v2-connect-phone-feed::before {
        animation: none;
    }
}

.s2-2026v2-connect-content {
    min-width: 0;
    padding-top: clamp(0px, 2vw, 38px);
}

.s2-2026v2-connect-title {
    margin: 0;
    color: #fff;
    font-size: var(--s2-v2-main-title-size);
    letter-spacing: 0;
    line-height: 0.86;
    text-transform: uppercase;
}

.s2-2026v2-connect-title span {
    display: block;
    white-space: nowrap;
}

.s2-2026v2-connect-title span:last-child {
    color: var(--s2-v2-red);
}

.s2-2026v2-connect-rule {
    display: block;
    width: 76px;
    height: 4px;
    margin: clamp(22px, 2.5vw, 36px) 0 clamp(24px, 2.6vw, 40px);
    background: var(--s2-v2-red);
}

.s2-2026v2-connect-copy {
    max-width: 760px;
    margin: 0;
    color: rgba(255, 255, 255, 0.84);
    font-size: var(--s2-v2-copy-size);
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.22;
}

.s2-2026v2-connect-links {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0;
    width: min(100%, 760px);
    margin-top: clamp(48px, 5vw, 86px);
}

.s2-2026v2-connect-link {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    min-width: 0;
    padding-right: clamp(16px, 2vw, 34px);
    color: #fff;
    text-align: left;
    text-decoration: none;
    text-transform: uppercase;
    transition: color 0.22s ease, transform 0.22s ease;
}

.s2-2026v2-connect-link + .s2-2026v2-connect-link {
    padding-left: clamp(16px, 2vw, 34px);
}

.s2-2026v2-connect-link + .s2-2026v2-connect-link::before {
    content: "";
    position: absolute;
    top: 8%;
    bottom: 0;
    left: 0;
    width: 1px;
    background: rgba(255, 255, 255, 0.16);
}

.s2-2026v2-connect-link:hover,
.s2-2026v2-connect-link:focus {
    color: var(--s2-v2-red);
    text-decoration: none;
    transform: translateY(-3px);
}

.s2-2026v2-connect-icon {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: clamp(76px, 5.4vw, 92px);
    height: clamp(76px, 5.4vw, 92px);
    margin-bottom: clamp(12px, 1.2vw, 20px);
}

.s2-2026v2-connect-icon img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.s2-2026v2-connect-label,
.s2-2026v2-connect-sub {
    display: block;
    line-height: 1;
}

.s2-2026v2-connect-label {
    font-size: clamp(24px, 2vw, 38px);
    letter-spacing: 0.005em;
}

.s2-2026v2-connect-sub {
    margin-top: 8px;
    color: rgba(255, 255, 255, 0.64);
    font-size: clamp(16px, 1.1vw, 22px);
    letter-spacing: 0.005em;
}

.s2-2026v2-footer {
    padding: clamp(48px, 7vw, 30px) clamp(24px, 4.5vw, 84px) 30px;
    border-top: 1px solid rgba(246, 41, 41, 0.3);
    background:
        linear-gradient(135deg, rgba(246, 41, 41, 0.16), rgba(0, 0, 0, 0) 32%),
        #000;
    color: #fff;
}

.s2-2026v2-footer-cta,
.s2-2026v2-footer-main,
.s2-2026v2-footer-bottom {
    width: 100%;
    max-width: 1460px;
    margin: 0 auto;
}

.s2-2026v2-footer-cta {
    position: relative;
    display: grid;
    grid-template-columns: minmax(360px, 0.86fr) minmax(0, 1.14fr);
    align-items: center;
    gap: clamp(34px, 4vw, 72px);
    overflow: hidden;
    padding: clamp(54px, 5vw, 92px) 0 clamp(52px, 4.8vw, 86px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.s2-2026v2-footer-cta::before,
.s2-2026v2-footer-cta::after {
    content: "";
    position: absolute;
    pointer-events: none;
}

.s2-2026v2-footer-cta::before {
    top: -48%;
    left: -8%;
    width: 32%;
    height: 150%;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 50%;
    opacity: 0.55;
}

.s2-2026v2-footer-cta::after {
    right: -8%;
    bottom: -68%;
    width: 34%;
    height: 130%;
    border: 1px solid rgba(246, 41, 41, 0.18);
    border-radius: 50%;
}

.s2-2026v2-footer-cta-title,
.s2-2026v2-footer-cta-pricing {
    position: relative;
    z-index: 1;
    min-width: 0;
}

.s2-2026v2-footer-cta-title h2 {
    margin: 0;
    color: #fff;
    font-size: clamp(96px, 8vw, 170px);
    letter-spacing: 0;
    line-height: 0.84;
    text-transform: uppercase;
}

.s2-2026v2-footer-cta-title h2 span {
    display: block;
}

.s2-2026v2-footer-cta-title h2 span:last-child {
    color: var(--s2-v2-red);
}

.s2-2026v2-footer-cta-pricing {
    display: grid;
    grid-template-columns: 1px minmax(0, 1fr) 1px minmax(250px, 0.74fr);
    gap: clamp(26px, 3vw, 52px);
    align-items: center;
}

.s2-2026v2-footer-cta-divider {
    display: block;
    width: 1px;
    min-height: 100%;
    background: rgba(255, 255, 255, 0.18);
}

.s2-2026v2-footer-cta-eyebrow {
    margin: 0 0 clamp(24px, 2.4vw, 40px);
    color: rgba(255, 255, 255, 0.72);
    font-size: clamp(18px, 1.25vw, 25px);
    font-weight: 900;
    letter-spacing: 0.02em;
    line-height: 1;
    text-transform: uppercase;
}

.s2-2026v2-footer-cta-offers {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 1px minmax(0, 1fr);
    gap: clamp(22px, 2.6vw, 46px);
    align-items: center;
}

.s2-2026v2-footer-cta-offer strong,
.s2-2026v2-footer-cta-offer span {
    display: block;
}

.s2-2026v2-footer-cta-offer strong {
    display: inline-flex;
    align-items: flex-start;
    gap: 0.035em;
    color: #fff;
    font-size: clamp(72px, 5.8vw, 124px);
    font-weight: 700;
    letter-spacing: 0;
    line-height: 0.82;
}

.s2-2026v2-footer-cta-offer strong span {
    display: inline-block;
    margin-top: 0.04em;
    font-size: 0.68em;
    line-height: 1;
}

.s2-2026v2-footer-cta-offer > span {
    margin-top: 14px;
    color: rgba(255, 255, 255, 0.76);
    font-size: clamp(18px, 1.2vw, 24px);
    font-weight: 900;
    letter-spacing: 0.005em;
    line-height: 1;
    text-transform: uppercase;
}

.s2-2026v2-footer-button {
    box-sizing: border-box;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    width: 100%;
    min-height: 76px;
    padding: 0 clamp(28px, 3vw, 56px);
    border-radius: 999px;
    background: var(--s2-v2-red);
    color: #fff;
    font-size: clamp(17px, 1.2vw, 24px);
    font-weight: 900;
    letter-spacing: 0.005em;
    line-height: 1;
    text-decoration: none;
    text-transform: uppercase;
    transition: background 0.25s ease, color 0.25s ease, transform 0.25s ease;
}

.s2-2026v2-footer-button:hover,
.s2-2026v2-footer-button:focus {
    background: #fff;
    color: #000;
    text-decoration: none;
    transform: translateY(-2px);
}

.s2-2026v2-footer-button span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-family: Arial, sans-serif;
    font-size: 1.15em;
    font-weight: 700;
    line-height: 1;
    transform: translateY(-1px);
}

.s2-2026v2-footer-main {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    gap: 34px;
    align-items: center;
    padding: 38px 0;
}

.s2-2026v2-footer-logo img {
    display: block;
    width: auto;
    height: 54px;
}

.s2-2026v2-footer-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 18px 30px;
}

.s2-2026v2-footer-social {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 14px;
    padding: 0;
    margin: 0;
    list-style: none;
}

.s2-2026v2-footer-social a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 999px;
    transition: border-color 0.2s ease, transform 0.2s ease;
}

.s2-2026v2-footer-social a:hover {
    border-color: var(--s2-v2-red);
    transform: translateY(-2px);
}

.s2-2026v2-footer-social img {
    width: 22px;
    height: 22px;
    object-fit: contain;
}

.s2-2026v2-footer-bottom {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    color: rgba(255, 255, 255, 0.64);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.s2-2026v2-footer-bottom a {
    color: #fff;
    text-decoration: none;
}

.s2-2026v2-footer-bottom a:hover {
    color: var(--s2-v2-red);
}

@media (max-width: 1199.98px) {
    .s2-2026v2-hero-inner {
        grid-template-columns: minmax(0, 1fr) minmax(300px, 0.5fr);
        gap: 28px;
    }

    .s2-2026v2-trailer-wrap {
        padding-left: 34px;
    }

    .s2-2026v2-trailer {
        min-width: 250px;
    }

    .s2-2026v2-title,
    .s2-2026v2-register-title,
    .s2-2026v2-what-title,
    .s2-2026v2-connect-title {
        font-size: clamp(68px, 6.3vw, 96px);
    }

    .s2-2026v2-speaker aside {
        right: 0;
        left: 0;
    }

    .s2-2026v2-register-shell {
        grid-template-columns: 1fr;
    }

    .s2-2026v2-register-copy {
        max-width: 820px;
        padding-top: 0;
    }

    .s2-2026v2-register-pricing {
        gap: 18px;
        max-width: 980px;
    }

    .s2-2026v2-register-button {
        min-height: 58px;
    }
}

@media (max-width: 991.98px) {
    .s2-2026v2-header-inner {
        min-height: 78px;
    }

    .s2-2026v2-brand img {
        height: 48px;
    }

    .s2-2026v2-menu-toggle {
        display: block;
    }

    .s2-2026v2-nav {
        position: fixed;
        top: 78px;
        right: 0;
        left: 0;
        display: none;
        flex-direction: column;
        align-items: stretch;
        gap: 0;
        padding: 18px 22px 28px;
        border-bottom: 1px solid rgba(246, 41, 41, 0.24);
        background: rgba(0, 0, 0, 0.96);
    }

    .s2-2026v2-nav.is-open {
        display: flex;
    }

    .s2-2026v2-nav a {
        padding: 16px 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }

    .s2-2026v2-nav .s2-2026v2-nav-cta {
        justify-content: center;
        margin-top: 14px;
        border-bottom: 0;
    }

    .s2-2026v2-hero {
        min-height: auto;
        padding: 108px 0 54px;
    }

    .s2-2026v2-hero-inner {
        grid-template-columns: 1fr;
        min-height: 0;
    }

    .s2-2026v2-title,
    .s2-2026v2-register-title,
    .s2-2026v2-what-title,
    .s2-2026v2-connect-title {
        font-size: clamp(58px, 11vw, 92px);
    }

    .s2-2026v2-title span {
        white-space: normal;
    }

    .s2-2026v2-copy {
        padding-right: 0;
    }

    .s2-2026v2-trailer-wrap {
        padding: 0;
        border-left: 0;
    }

    .s2-2026v2-trailer-wrap .container-fluid,
    .s2-2026v2-trailer-wrap .row,
    .s2-2026v2-trailer-wrap [class*="col-"] {
        max-width: 390px;
    }

    .s2-2026v2-trailer {
        width: min(100%, 390px);
        min-width: 0;
        margin: 10px auto 0;
    }

    .s2-2026v2-register {
        padding-top: 78px;
        padding-bottom: 78px;
    }

    .s2-2026v2-register-stats {
        gap: 22px;
        margin-bottom: 44px;
    }

    .s2-2026v2-register-stat img {
        width: 82px;
    }

    .s2-2026v2-register-stat h3 {
        font-size: clamp(34px, 6vw, 52px);
    }

    .s2-2026v2-register-stat p {
        font-size: 15px;
        line-height: 1.35;
    }

    .s2-2026v2-register-pricing {
        grid-template-columns: minmax(0, 1fr) 1px minmax(0, 1fr);
    }

    .s2-2026v2-register-pricing > .s2-2026v2-register-price-divider:last-of-type {
        display: none;
    }

    .s2-2026v2-register-cta {
        grid-column: 1 / -1;
        justify-self: center;
        width: min(100%, 460px);
    }

    .s2-2026v2-register-increase,
    .s2-2026v2-register-secure {
        justify-content: center;
        text-align: center;
    }

    .s2-2026v2-what {
        min-height: 470px;
        padding-top: 62px;
        padding-bottom: 62px;
        background: url("/assets/images/WhatIs.jpg") center center / cover no-repeat;
    }

    .s2-2026v2-what-inner {
        margin-left: 0;
    }

    .s2-2026v2-what-mark {
        left: -100px;
        font-size: clamp(240px, 42vw, 380px);
    }

    .s2-2026v2-connect {
        padding-top: 78px;
        padding-bottom: 88px;
    }

    .s2-2026v2-connect-inner {
        grid-template-columns: 1fr;
        gap: 44px;
    }

    .s2-2026v2-connect-media {
        width: min(100%, 760px);
        margin: 0 auto;
    }

    .s2-2026v2-connect-content {
        padding-top: 0;
    }

    .s2-2026v2-connect-copy {
        max-width: 760px;
    }

    .s2-2026v2-footer-cta,
    .s2-2026v2-footer-main,
    .s2-2026v2-footer-bottom {
        align-items: flex-start;
        grid-template-columns: 1fr;
        flex-direction: column;
    }

    .s2-2026v2-footer-cta {
        gap: 34px;
    }

    .s2-2026v2-footer-cta-title h2 {
        font-size: clamp(76px, 12vw, 132px);
    }

    .s2-2026v2-footer-cta-pricing {
        width: 100%;
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .s2-2026v2-footer-cta-pricing > .s2-2026v2-footer-cta-divider {
        width: 100%;
        min-height: 1px;
    }

    .s2-2026v2-footer-button {
        width: min(100%, 420px);
    }

    .s2-2026v2-footer-links,
    .s2-2026v2-footer-social {
        justify-content: flex-start;
    }
}

@media (max-width: 767.98px) {
    body.s2-2026v2-page {
        --s2-v2-copy-size: clamp(20px, 4.4vw, 26px);
    }

    .s2-2026v2-title,
    .s2-2026v2-register-title,
    .s2-2026v2-connect-title {
        font-size: clamp(58px, 11vw, 82px);
    }

    .s2-2026v2-what-title {
        font-size: clamp(54px, 11vw, 78px);
    }

    .s2-2026v2-title span {
        white-space: normal;
    }

    .s2-2026v2-connect-title span {
        white-space: normal;
    }

    .s2-2026v2-register-title span,
    .s2-2026v2-register-stat h3 {
        white-space: normal;
    }

    .s2-2026v2-register-stats {
        grid-template-columns: 1fr;
    }

    .s2-2026v2-register-divider {
        width: 100%;
        min-height: 1px;
    }

    .s2-2026v2-register-pricing {
        width: 100%;
        margin-left: 0;
    }

    .s2-2026v2-what-copy {
        font-size: var(--s2-v2-copy-size);
    }

    .s2-2026v2-connect-copy {
        font-size: var(--s2-v2-copy-size);
    }

    .s2-2026v2-connect-links {
        width: min(100%, 760px);
        margin-top: 42px;
    }

    .s2-2026v2-connect-label {
        font-size: clamp(22px, 4.8vw, 30px);
    }

    .s2-2026v2-connect-sub {
        font-size: 15px;
    }
}

@media (max-width: 575.98px) {
    body.s2-2026v2-page {
        --s2-v2-copy-size: clamp(18px, 5vw, 22px);
    }

    .s2-2026v2-header-inner {
        padding: 14px 18px;
    }

    .s2-2026v2-hero {
        padding-top: 98px;
    }

    .s2-2026v2-hero-inner {
        padding: 0 18px;
    }

    .s2-2026v2-eyebrow {
        gap: 10px;
        margin-bottom: 20px;
    }

    .s2-2026v2-eyebrow-divider {
        width: 7px;
        height: 7px;
    }

    .s2-2026v2-title,
    .s2-2026v2-register-title,
    .s2-2026v2-what-title,
    .s2-2026v2-connect-title {
        font-size: clamp(54px, 16vw, 76px);
    }

    .s2-2026v2-title span {
        white-space: normal;
    }

    .s2-2026v2-speakers {
        display: grid;
        grid-template-columns: 1fr;
        gap: 24px;
        width: min(100%, 340px);
        max-width: 100%;
        margin-right: 0;
        overflow: visible;
        padding-bottom: 0;
        scroll-snap-type: none;
    }

    .s2-2026v2-speaker {
        flex: none;
        width: 100%;
        min-height: 0 !important;
        height: auto !important;
        margin-bottom: 0 !important;
        scroll-snap-align: none;
    }

    .s2-2026v2-speaker + .s2-2026v2-speaker {
        margin-left: 0;
    }

    .s2-2026v2-speaker img {
        height: 100% !important;
    }

    .s2-2026v2-speaker aside {
        right: 0;
        left: 0;
        height: 122px !important;
        padding: 0 22px 24px !important;
    }

    .s2-2026v2-speaker-name {
        display: flex;
        align-items: flex-end;
        justify-content: space-between;
        gap: 14px;
        max-width: none;
        font-size: 28px;
    }

    .s2-2026v2-speaker-name span:not(.bio) {
        display: inline-flex;
        opacity: 1;
    }

    .s2-2026v2-speaker .bio {
        font-size: 15px !important;
        line-height: 1.12 !important;
    }

    .s2-2026v2-speaker:hover aside,
    .s2-2026v2-speaker.is-open aside {
        height: 100% !important;
        padding: 22px 22px 24px !important;
    }

    .s2-2026v2-speaker:hover .bio,
    .s2-2026v2-speaker.is-open .bio {
        max-height: 155px !important;
    }

    .s2-2026v2-register {
        padding: 62px 18px;
    }

    .s2-2026v2-register-rule {
        margin: 22px 0 24px;
    }

    .s2-2026v2-register-text {
        margin-top: 28px;
        font-size: var(--s2-v2-copy-size);
        line-height: 1.25;
    }

    .s2-2026v2-register-stats {
        gap: 28px;
        margin-bottom: 36px;
    }

    .s2-2026v2-register-stat img {
        width: 76px;
        margin-bottom: 16px;
    }

    .s2-2026v2-register-stat p {
        max-width: 280px;
        margin-top: 8px;
    }

    .s2-2026v2-register-pricing {
        grid-template-columns: 1fr;
        gap: 24px;
        padding: 26px 20px;
    }

    .s2-2026v2-register-pricing > .s2-2026v2-register-price-divider:last-of-type {
        display: block;
    }

    .s2-2026v2-register-price-divider {
        width: 100%;
        min-height: 1px;
    }

    .s2-2026v2-register-ticket {
        text-align: center;
    }

    .s2-2026v2-register-price {
        font-size: clamp(66px, 20vw, 98px);
    }

    .s2-2026v2-register-cta {
        grid-column: auto;
        width: 100%;
    }

    .s2-2026v2-register-button {
        width: 100%;
        max-width: none;
        min-height: 60px;
        padding: 0 22px;
        font-size: 17px;
    }

    .s2-2026v2-register-increase {
        align-items: flex-start;
        font-size: 13px;
        line-height: 1.35;
    }

    .s2-2026v2-what {
        min-height: 420px;
        padding: 52px 18px;
        background: url("/assets/images/WhatIs.jpg") 58% center / cover no-repeat;
    }

    /* .s2-2026v2-what::before {
        left: 34px;
        height: 74px;
    } */

    .s2-2026v2-what-mark {
        left: -58px;
        font-size: clamp(190px, 58vw, 280px);
        opacity: 0.16;
    }

    .s2-2026v2-what-copy {
        font-size: var(--s2-v2-copy-size);
        line-height: 1.28;
    }

    .s2-2026v2-connect {
        padding: 72px 18px;
    }

    .s2-2026v2-connect::before {
        inset: 14px;
        border-radius: 8px;
    }

    .s2-2026v2-connect-media {
        aspect-ratio: 1 / 1;
    }

    .s2-2026v2-connect-phone {
        top: 12%;
        left: 29%;
        width: 38%;
    }

    .s2-2026v2-connect-copy {
        font-size: var(--s2-v2-copy-size);
        line-height: 1.2;
    }

    .s2-2026v2-connect-links {
        grid-template-columns: 1fr;
        gap: 22px;
        width: 100%;
    }

    .s2-2026v2-connect-link,
    .s2-2026v2-connect-link + .s2-2026v2-connect-link {
        align-items: flex-start;
        padding-right: 0;
        padding-left: 0;
        text-align: left;
    }

    .s2-2026v2-connect-link {
        padding-top: 20px;
    }

    .s2-2026v2-connect-link:first-child {
        padding-top: 0;
    }

    .s2-2026v2-connect-link + .s2-2026v2-connect-link::before {
        top: 0;
        right: 0;
        bottom: auto;
        width: 100%;
        height: 1px;
    }

    .s2-2026v2-connect-icon {
        width: 82px;
        height: 82px;
        margin-bottom: 12px;
    }

    .s2-2026v2-trailer {
        width: min(100%, 340px);
        border-radius: 14px;
        box-shadow:
            0 22px 54px rgba(0, 0, 0, 0.5),
            0 0 0 7px rgba(255, 255, 255, 0.035);
    }

    .s2-2026v2-trailer::before {
        inset: 8px;
        border-radius: 10px;
    }

    .s2-2026v2-trailer-video {
        border-radius: 14px;
    }

    .s2-2026v2-footer {
        padding-right: 20px;
        padding-left: 20px;
    }

    .s2-2026v2-footer-button {
        width: 100%;
    }

    .s2-2026v2-footer-cta-title h2 {
        font-size: clamp(62px, 18vw, 94px);
    }

    .s2-2026v2-footer-cta-offers {
        grid-template-columns: 1fr;
        gap: 24px;
        justify-items: center;
        text-align: center;
    }

    .s2-2026v2-footer-cta-offers .s2-2026v2-footer-cta-divider {
        width: 100%;
        min-height: 1px;
    }

    .s2-2026v2-footer-cta-offer strong {
        font-size: clamp(66px, 20vw, 98px);
    }

    .s2-2026v2-footer-button {
        min-height: 62px;
        padding: 0 24px;
        font-size: 16px;
    }

    .s2-2026v2-footer-bottom {
        font-size: 12px;
        line-height: 1.5;
    }
}
