
:root {
    --u4x4-orange: #f05a1a;
    --u4x4-orange-dark: #c7430d;
    --u4x4-black: #070707;
    --u4x4-ink: #111111;
    --u4x4-muted: #666666;
    --u4x4-line: rgba(0,0,0,.09);
    --u4x4-soft: #f7f6f3;
    --u4x4-white: #ffffff;
    --u4x4-shadow: 0 18px 45px rgba(0,0,0,.11);
    --u4x4-radius: 18px;
    --u4x4-container: 1180px;
}

.u4x4-supremo,
.u4x4-supremo * {
    box-sizing: border-box;
}

.u4x4-supremo {
    position: relative;
    width: 100vw;
    max-width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    overflow: hidden;
    background:
        radial-gradient(circle at 18% 25%, rgba(240,90,26,.035), transparent 30%),
        linear-gradient(0deg, rgba(255,255,255,.96), rgba(255,255,255,.96)),
        url("data:image/svg+xml,%3Csvg width='900' height='500' viewBox='0 0 900 500' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='%23000000' stroke-opacity='.06' stroke-width='1'%3E%3Cpath d='M-60 65C75 10 145 132 265 72s170-83 280-4 195 43 315-23'/%3E%3Cpath d='M-80 145C55 90 150 202 280 142s185-82 315-8 195 43 320-19'/%3E%3Cpath d='M-70 225C65 170 160 282 290 222s185-82 315-8 195 43 320-19'/%3E%3Cpath d='M-80 305C55 250 150 362 280 302s185-82 315-8 195 43 320-19'/%3E%3Cpath d='M-70 385C65 330 160 442 290 382s185-82 315-8 195 43 320-19'/%3E%3C/g%3E%3C/svg%3E");
    color: var(--u4x4-ink);
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
    line-height: 1.45;
}

body.u4x4-hide-theme-chrome header:not(.u4x4-header),
body.u4x4-hide-theme-chrome footer:not(.u4x4-plugin-footer),
body.u4x4-hide-theme-chrome #masthead,
body.u4x4-hide-theme-chrome #colophon,
body.u4x4-hide-theme-chrome .site-header,
body.u4x4-hide-theme-chrome .site-footer,
body.u4x4-hide-theme-chrome .elementor-location-header,
body.u4x4-hide-theme-chrome .elementor-location-footer,
body.u4x4-hide-theme-chrome .avada-page-titlebar-wrapper,
body.u4x4-hide-theme-chrome .fusion-page-title-bar,
body.u4x4-hide-theme-chrome .page-title,
body.u4x4-hide-theme-chrome .entry-title {
    display: none !important;
}

body.u4x4-supremo-page {
    overflow-x: hidden;
}

body.u4x4-supremo-page .entry-content,
body.u4x4-supremo-page .site-main,
body.u4x4-supremo-page #main,
body.u4x4-supremo-page #content,
body.u4x4-supremo-page .content-area,
body.u4x4-supremo-page .post-content,
body.u4x4-supremo-page .fusion-row,
body.u4x4-supremo-page .container,
body.u4x4-supremo-page .wrap {
    max-width: none !important;
}

.u4x4-container {
    width: min(var(--u4x4-container), calc(100% - 64px));
    margin: 0 auto;
}

.u4x4-header {
    position: relative;
    z-index: 20;
    background: #fff;
    box-shadow: 0 1px 0 rgba(0,0,0,.07);
}

.u4x4-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 96px;
    gap: 32px;
}

.u4x4-logo {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    text-decoration: none !important;
    color: var(--u4x4-black);
}

.u4x4-logo img {
    max-height: 72px;
    width: auto;
    display: block;
}

.u4x4-logo-mark {
    display: inline-flex;
    align-items: flex-end;
    gap: 3px;
    height: 22px;
}

.u4x4-logo-mark i {
    display:block;
    width: 0;
    height: 0;
    border-left: 11px solid transparent;
    border-right: 11px solid transparent;
    border-bottom: 22px solid var(--u4x4-black);
}
.u4x4-logo-mark i:nth-child(2){border-left-width:14px;border-right-width:14px;border-bottom-width:29px;}
.u4x4-logo-text {
    font-size: 25px;
    letter-spacing: .08em;
    font-weight: 950;
    line-height: .9;
}
.u4x4-logo-text small {
    display: block;
    font-size: 10px;
    letter-spacing: .12em;
    margin-top: 5px;
}

.u4x4-menu {
    display: flex;
    align-items: center;
    gap: 34px;
}

.u4x4-menu a {
    position: relative;
    color: #101010;
    text-decoration: none !important;
    font-weight: 850;
    letter-spacing: .025em;
    font-size: 15px;
    line-height: 1;
}

.u4x4-menu a:after {
    content: "";
    position: absolute;
    left: 0;
    right: 100%;
    bottom: -14px;
    height: 2px;
    background: var(--u4x4-orange);
    transition: right .22s ease;
}

.u4x4-menu a:hover:after,
.u4x4-menu a.is-active:after {
    right: 0;
}

.u4x4-menu a:hover,
.u4x4-menu a.is-active {
    color: var(--u4x4-orange);
}

.u4x4-menu-toggle {
    display:none;
    background: #111;
    border: 0;
    border-radius: 10px;
    width: 44px;
    height: 40px;
    padding: 10px;
}
.u4x4-menu-toggle span {
    display:block;
    height:2px;
    background:#fff;
    margin: 5px 0;
}

.u4x4-contactbar {
    background: #070707;
    color: #fff;
    min-height: 44px;
    display: flex;
    align-items: center;
}

.u4x4-contactbar-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

.u4x4-contact-items {
    display: flex;
    align-items: center;
    gap: 24px;
    flex-wrap: wrap;
}

.u4x4-contactbar a,
.u4x4-contactbar span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #fff;
    text-decoration: none !important;
    font-size: 14px;
    font-weight: 750;
}

.u4x4-contactbar svg {
    width: 15px;
    height: 15px;
    stroke: #fff;
    fill: none;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    flex: 0 0 auto;
}

.u4x4-socials {
    display:flex;
    gap:8px;
}
.u4x4-socials a {
    display:grid;
    place-items:center;
    width:28px;
    height:28px;
    border:1px solid rgba(255,255,255,.25);
    border-radius:999px;
    font-size:10px;
    letter-spacing:.08em;
    color:#fff;
}

.u4x4-hero {
    position: relative;
    min-height: 650px;
    display: flex;
    align-items: center;
    background-image:
        linear-gradient(90deg, rgba(0,0,0,.78) 0%, rgba(0,0,0,.58) 34%, rgba(0,0,0,.15) 65%, rgba(0,0,0,.20) 100%),
        var(--u4x4-hero);
    background-size: cover;
    background-position: center center;
    isolation: isolate;
}

.u4x4-hero:before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    background:
        radial-gradient(circle at 70% 55%, rgba(240,90,26,.18), transparent 28%),
        linear-gradient(180deg, transparent 65%, rgba(0,0,0,.35));
    pointer-events: none;
}

.u4x4-hero-content {
    position: relative;
    z-index: 2;
    padding: 96px 0 120px;
    color: #fff;
}

.u4x4-kicker {
    color: var(--u4x4-orange);
    font-size: 13px;
    font-weight: 950;
    letter-spacing: .28em;
    text-transform: uppercase;
    margin: 0 0 20px;
}

.u4x4-hero h1 {
    max-width: 650px;
    color: #fff;
    font-size: clamp(52px, 7vw, 104px);
    line-height: .92;
    margin: 0 0 22px;
    letter-spacing: .03em;
    font-weight: 1000;
    text-transform: uppercase;
    text-shadow: 0 22px 40px rgba(0,0,0,.42);
}

.u4x4-hero-text {
    max-width: 590px;
    color: rgba(255,255,255,.92);
    font-size: clamp(18px, 2vw, 24px);
    margin: 0 0 36px;
    font-weight: 520;
}

.u4x4-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 18px;
}

.u4x4-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 54px;
    padding: 0 28px;
    border-radius: 8px;
    font-weight: 950;
    font-size: 15px;
    letter-spacing: .01em;
    text-decoration: none !important;
    transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
    border: 1px solid transparent;
    cursor: pointer;
}

.u4x4-btn:hover {
    transform: translateY(-2px);
}

.u4x4-btn-primary {
    background: var(--u4x4-orange);
    color: #fff !important;
    box-shadow: 0 16px 30px rgba(240,90,26,.24);
}

.u4x4-btn-primary:hover {
    background: var(--u4x4-orange-dark);
}

.u4x4-btn-light {
    background: #fff;
    color: #111 !important;
    box-shadow: 0 16px 30px rgba(0,0,0,.15);
}

.u4x4-section {
    padding: 56px 0;
}

.u4x4-intro {
    margin-top: -28px;
    position: relative;
    z-index: 5;
}

.u4x4-intro-grid {
    display: grid;
    grid-template-columns: .95fr repeat(3, 1fr);
    gap: 28px;
    align-items: stretch;
}

.u4x4-small-title {
    margin: 0 0 14px;
    color: var(--u4x4-orange);
    font-size: 12px;
    font-weight: 1000;
    letter-spacing: .28em;
    text-transform: uppercase;
}

.u4x4-about {
    padding: 30px 0 0;
}

.u4x4-about h2,
.u4x4-event-card h2,
.u4x4-cta-card h2 {
    margin: 0;
    color: #111;
    font-size: clamp(26px, 3vw, 44px);
    line-height: 1.02;
    letter-spacing: .045em;
    font-weight: 1000;
    text-transform: uppercase;
}

.u4x4-about p:not(.u4x4-small-title) {
    margin: 20px 0 0;
    color: var(--u4x4-muted);
    font-size: 16px;
    line-height: 1.8;
}

.u4x4-card {
    background: #fff;
    border: 1px solid rgba(0,0,0,.08);
    border-radius: var(--u4x4-radius);
    box-shadow: var(--u4x4-shadow);
    overflow: hidden;
}

.u4x4-photo-card {
    padding: 28px 28px 22px;
    min-height: 330px;
}

.u4x4-card-top {
    display: grid;
    grid-template-columns: 46px 1fr;
    gap: 16px;
    align-items: start;
    margin-bottom: 8px;
}

.u4x4-card svg,
.u4x4-benefit svg,
.u4x4-event-card svg {
    width: 38px;
    height: 38px;
    stroke: var(--u4x4-orange);
    fill: none;
    stroke-width: 1.75;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.u4x4-card h3 {
    margin: 0;
    font-size: 17px;
    line-height: 1.12;
    font-weight: 1000;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.u4x4-card p {
    color: #343434;
    font-size: 15px;
    line-height: 1.55;
    margin: 0 0 22px 62px;
    font-weight: 580;
}

.u4x4-photo-card img {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    border-radius: 10px;
    filter: saturate(1.03) contrast(1.02);
}

.u4x4-event-section {
    padding-top: 20px;
}

.u4x4-event-grid {
    display: grid;
    grid-template-columns: 1.25fr .82fr;
    gap: 28px;
    align-items: stretch;
}

.u4x4-event-photo {
    border-radius: var(--u4x4-radius);
    overflow: hidden;
    box-shadow: var(--u4x4-shadow);
    min-height: 350px;
}

.u4x4-event-photo img {
    width: 100%;
    height: 100%;
    min-height: 350px;
    object-fit: cover;
    display: block;
}

.u4x4-event-card {
    background: #fff;
    border: 1px solid rgba(0,0,0,.08);
    border-radius: var(--u4x4-radius);
    padding: 44px;
    box-shadow: var(--u4x4-shadow);
}

.u4x4-event-card ul {
    list-style: none;
    padding: 0;
    margin: 26px 0 32px;
    display: grid;
    gap: 14px;
}

.u4x4-event-card li {
    display: flex;
    align-items: center;
    gap: 12px;
    color: #242424;
    font-weight: 760;
}

.u4x4-event-card li svg {
    width: 22px;
    height: 22px;
    stroke: #111;
    flex: 0 0 auto;
}

.u4x4-title-center {
    text-align:center;
    margin-bottom: 34px;
}

.u4x4-title-center h2 {
    margin:0;
    color:#111;
    font-size: clamp(20px, 2.5vw, 31px);
    line-height:1.1;
    letter-spacing:.15em;
    font-weight:1000;
    text-transform:uppercase;
}

.u4x4-title-center span {
    color: var(--u4x4-orange);
}

.u4x4-benefit-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    border-top: 1px solid rgba(0,0,0,.08);
    border-bottom: 1px solid rgba(0,0,0,.08);
}

.u4x4-benefit {
    text-align: center;
    padding: 32px 18px;
    border-right: 1px solid rgba(0,0,0,.08);
}

.u4x4-benefit:last-child { border-right: 0; }

.u4x4-benefit svg {
    stroke: #111;
    margin-bottom: 14px;
}

.u4x4-benefit h3 {
    margin: 0 0 10px;
    color: #111;
    font-size: 13px;
    line-height: 1.18;
    letter-spacing: .07em;
    font-weight: 1000;
    text-transform: uppercase;
}

.u4x4-benefit p {
    margin: 0;
    color: #666;
    font-size: 13px;
    line-height: 1.5;
}

.u4x4-sponsor-section {
    padding-top: 28px;
    padding-bottom: 28px;
}

.u4x4-center { text-align:center; }

.u4x4-sponsors {
    display: grid;
    grid-template-columns: repeat(7, minmax(110px, 1fr));
    gap: 0;
    background: rgba(255,255,255,.72);
    border: 1px solid rgba(0,0,0,.08);
    border-radius: 16px;
    box-shadow: 0 12px 30px rgba(0,0,0,.06);
    overflow: hidden;
}

.u4x4-sponsors span {
    min-height: 86px;
    display:grid;
    place-items:center;
    padding: 18px;
    color:#111;
    font-weight: 1000;
    font-size: clamp(18px, 2vw, 28px);
    letter-spacing: -.04em;
    text-transform: uppercase;
    opacity: .74;
    border-right: 1px solid rgba(0,0,0,.08);
    text-align:center;
}

.u4x4-sponsors span:last-child { border-right:0; }

.u4x4-final {
    padding-top: 32px;
    padding-bottom: 60px;
}

.u4x4-final-grid {
    display:grid;
    grid-template-columns: .9fr 1.1fr;
    gap: 28px;
    align-items: stretch;
}

.u4x4-faq {
    background:#fff;
    border:1px solid rgba(0,0,0,.08);
    border-radius: var(--u4x4-radius);
    padding: 30px;
    box-shadow: var(--u4x4-shadow);
}

.u4x4-faq-row {
    display:flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    min-height: 48px;
    padding: 0 12px 0 0;
    color:#111;
    background: transparent;
    border: 0;
    border-bottom:1px solid rgba(0,0,0,.09);
    text-align:left;
    font-weight: 780;
    font-size: 15px;
}

.u4x4-faq-row:last-child { border-bottom:0; }

.u4x4-faq-row svg {
    width:18px;
    height:18px;
    stroke:#111;
    fill:none;
    stroke-width:2;
}

.u4x4-cta-card {
    position: relative;
    min-height: 314px;
    border-radius: var(--u4x4-radius);
    overflow: hidden;
    box-shadow: var(--u4x4-shadow);
    background-image:
        linear-gradient(90deg, rgba(0,0,0,.82), rgba(0,0,0,.55), rgba(0,0,0,.18)),
        var(--u4x4-cta);
    background-size: cover;
    background-position: center;
    display:flex;
    align-items:center;
    padding: 48px;
    color:#fff;
}

.u4x4-cta-card h2 {
    color:#fff;
    max-width: 510px;
    margin-bottom: 14px;
}

.u4x4-cta-card p {
    max-width: 480px;
    color: rgba(255,255,255,.9);
    font-size: 17px;
    margin: 0 0 26px;
}

@media (max-width: 1050px) {
    .u4x4-intro-grid {
        grid-template-columns: 1fr 1fr;
    }
    .u4x4-about {
        grid-column: 1 / -1;
    }
    .u4x4-benefit-grid {
        grid-template-columns: repeat(3, 1fr);
    }
    .u4x4-benefit:nth-child(3n) { border-right:0; }
    .u4x4-sponsors {
        grid-template-columns: repeat(4, minmax(120px, 1fr));
    }
    .u4x4-event-grid,
    .u4x4-final-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 850px) {
    .u4x4-container {
        width: min(100% - 34px, var(--u4x4-container));
    }
    .u4x4-nav {
        min-height: 80px;
    }
    .u4x4-menu-toggle {
        display:block;
    }
    .u4x4-menu {
        display:none;
        position:absolute;
        top:80px;
        left:17px;
        right:17px;
        z-index:40;
        background:#fff;
        padding:18px;
        border-radius: 16px;
        box-shadow: 0 20px 60px rgba(0,0,0,.18);
        flex-direction: column;
        align-items: flex-start;
        gap: 17px;
    }
    .u4x4-supremo.menu-open .u4x4-menu {
        display:flex;
    }
    .u4x4-contactbar-inner,
    .u4x4-contact-items {
        justify-content:center;
    }
    .u4x4-socials {
        display:none;
    }
    .u4x4-hero {
        min-height: 620px;
        background-position: center;
    }
    .u4x4-hero-content {
        padding: 70px 0 90px;
    }
    .u4x4-card p {
        margin-left: 0;
    }
    .u4x4-card-top {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 620px) {
    .u4x4-intro-grid,
    .u4x4-benefit-grid,
    .u4x4-sponsors {
        grid-template-columns: 1fr;
    }
    .u4x4-benefit,
    .u4x4-sponsors span {
        border-right:0;
        border-bottom:1px solid rgba(0,0,0,.08);
    }
    .u4x4-hero h1 {
        font-size: 48px;
    }
    .u4x4-hero-text {
        font-size: 17px;
    }
    .u4x4-actions,
    .u4x4-btn {
        width:100%;
    }
    .u4x4-event-card,
    .u4x4-cta-card,
    .u4x4-faq {
        padding: 26px;
    }
}
