@import url('https://fonts.googleapis.com/css2?family=Anton&family=Inter:wght@400;600;800;900&display=swap');

:root{
    --blue:#00aeef;
    --pink:#ff008c;
    --white:#ffffff;
    --black:#03040a;
}

*{box-sizing:border-box}

html,
body {
    margin: 0;
    width: 100%;
    min-height: 100%;
    background: #03040a;
    color: white;
    font-family: Inter, sans-serif;
    overflow-x: hidden;
    overflow-y: auto;
}


.why-franchise {
    padding: 90px 24px 80px;
    position: relative;
    z-index: 10;
    width: 100%;
}
.hero-wrap {
    position: relative;
    min-height: 82vh;
    overflow: hidden;
}
.csl-landing {
  
    width: 100%;
    overflow: visible;
    display: block;
    background: radial-gradient(circle at 14% 24%, rgba(0,174,239,.42), transparent 23%), radial-gradient(circle at 86% 24%, rgba(255,0,140,.44), transparent 25%), linear-gradient(120deg,#02030a 0%,#061126 45%,#02030a 100%);
}

    .csl-landing::before {
        content: "";
        position: absolute;
        inset: -20%;
        pointer-events: none;
        z-index: 0;
        background: linear-gradient(110deg, transparent 0 42%, rgba(0,174,239,.13) 49%, transparent 56%), linear-gradient(70deg, transparent 0 42%, rgba(255,0,140,.12) 50%, transparent 57%);
        animation: lightSweep 7s ease-in-out infinite alternate;
        opacity: .85;
    }

@keyframes lightSweep{
    0%{transform:translateX(-6%) rotate(0deg)}
    100%{transform:translateX(6%) rotate(2deg)}
}

.floodlight {    
    top: 4vh;
    width: 250px;
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 12px;
    z-index: 2;
    filter: drop-shadow(0 0 28px currentColor);
    opacity: .95;
    animation: floodPulse 2.6s ease-in-out infinite alternate;
}

.floodlight i{
    width:24px;
    height:24px;
    border-radius:50%;
    background:white;
    box-shadow:0 0 18px white, 0 0 34px currentColor;
}

.floodlight-left{
    left:3vw;
    color:var(--blue);
    transform:rotate(-16deg);
}

.floodlight-right{
    right:3vw;
    color:var(--pink);
    transform:rotate(16deg);
    animation-delay:.7s;
}

@keyframes floodPulse{
    from{opacity:.68;filter:drop-shadow(0 0 16px currentColor)}
    to{opacity:1;filter:drop-shadow(0 0 42px currentColor)}
}

.beam{
    position:absolute;
    top:0;
    width:52vw;
    height:72vh;
    opacity:.22;
    filter:blur(18px);
    z-index:1;
    pointer-events:none;
}

.beam-left{
    left:-6vw;
    background:linear-gradient(115deg, rgba(0,174,239,.75), transparent 58%);
    clip-path:polygon(0 0, 70% 0, 100% 100%, 0 100%);
}

.beam-right{
    right:-6vw;
    background:linear-gradient(245deg, rgba(255,0,140,.75), transparent 58%);
    clip-path:polygon(30% 0, 100% 0, 100% 100%, 0 100%);
}

.smoke{
    position:absolute;
    width:58vw;
    height:45vh;
    bottom:-17vh;
    border-radius:50%;
    filter:blur(80px);
    opacity:.42;
    animation:smoke 8s ease-in-out infinite alternate;
}

.smoke-left{
    left:-18vw;
    background:var(--blue);
}

.smoke-right{
    right:-18vw;
    background:var(--pink);
    animation-delay:1.1s;
}

@keyframes smoke{
    from{transform:translateY(0) scale(1)}
    to{transform:translateY(-7vh) scale(1.12)}
}

.spark-layer{
    position:absolute;
    inset:0;
    pointer-events:none;
    opacity:.42;
}

.spark-layer::before,
.spark-layer::after{
    content:"";
    position:absolute;
    inset:-20%;
    background-image:
      radial-gradient(circle, rgba(0,174,239,.95) 1px, transparent 2px),
      radial-gradient(circle, rgba(255,0,140,.95) 1px, transparent 2px),
      radial-gradient(circle, rgba(255,255,255,.7) 1px, transparent 2px);
    background-size:130px 130px, 190px 190px, 250px 250px;
    animation:sparks 16s linear infinite;
}

.spark-two::before{
    animation-duration:22s;
    animation-direction:reverse;
    opacity:.45;
}

@keyframes sparks{
    from{transform:translateY(10vh) translateX(0)}
    to{transform:translateY(-18vh) translateX(4vw)}
}

.stage {
    z-index: 5;
    width: 100%;
    max-width: 1280px;
    min-height: 82vh;
    margin: 0 auto;
    padding: 18px 24px 36px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

@keyframes stageIn{
    from{opacity:0;transform:translateY(28px) scale(.98)}
    to{opacity:1;transform:none}
}

.brand-logo {
    display: block;
    width: min(360px, 52vw);
    max-height: 30vh;
    object-fit: contain;
    margin: 0 auto 4px;
    filter: drop-shadow(0 0 22px rgba(0,174,239,.40)) drop-shadow(0 0 36px rgba(255,0,140,.25));
    animation: logoFloat 3.8s ease-in-out infinite alternate;
}

@keyframes logoFloat{
    from{transform:translateY(0);filter:drop-shadow(0 0 18px rgba(0,174,239,.35))}
    to{transform:translateY(-10px);filter:drop-shadow(0 0 38px rgba(255,0,140,.48))}
}

.edition{
    margin-top:8px;
    display:flex;
    align-items:center;
    justify-content:center;
    gap:22px;
    font-weight:900;
}

.edition span{
    width:84px;
    height:2px;
    background:linear-gradient(90deg,transparent,var(--blue),var(--pink),transparent);
}

.edition strong{
    color:#fff;
    letter-spacing:.55em;
    font-size:clamp(13px,1.5vw,24px);
}

.coming-title{
    margin:3vh 0 2.2vh;
    display:flex;
    justify-content:center;
    gap:clamp(22px,4vw,70px);
    flex-wrap:wrap;
    font-family:Anton, sans-serif;
    font-weight:400;
    font-size:clamp(74px,12.5vw,198px);
    line-height:.88;
    letter-spacing:.09em;
    text-transform:uppercase;
}

.coming-title span:first-child{
    color:white;
    text-shadow:0 0 35px rgba(255,255,255,.22);
    animation:titleGlowBlue 2.4s ease-in-out infinite alternate;
}

.coming-title span:last-child{
    background:linear-gradient(90deg,var(--blue),#7b61ff,var(--pink));
    -webkit-background-clip:text;
    color:transparent;
    animation:titleGlowPink 2.4s ease-in-out infinite alternate;
}

@keyframes titleGlowBlue{
    from{text-shadow:0 0 14px rgba(0,174,239,.20)}
    to{text-shadow:0 0 34px rgba(0,174,239,.55)}
}

@keyframes titleGlowPink{
    from{filter:drop-shadow(0 0 10px rgba(255,0,140,.15))}
    to{filter:drop-shadow(0 0 30px rgba(255,0,140,.55))}
}

.tagline{
    margin:0;
    font-size:clamp(15px,2vw,28px);
    font-weight:800;
    letter-spacing:.42em;
    color:#fff;
}

.quick-stats{
    width:min(780px,92vw);
    margin:3.8vh auto 3vh;
    display:grid;
    grid-template-columns:repeat(3,1fr);
    border:1px solid rgba(255,255,255,.20);
    border-radius:24px;
    overflow:hidden;
    background:
        linear-gradient(180deg, rgba(255,255,255,.06), rgba(255,255,255,.015)),
        rgba(0,0,0,.30);
    box-shadow:
        0 0 34px rgba(0,174,239,.18),
        0 0 44px rgba(255,0,140,.12),
        inset 0 0 30px rgba(255,255,255,.045);
    backdrop-filter:blur(12px);
}

.quick-stats div{
    padding:22px 14px;
    position:relative;
}

.quick-stats div:not(:last-child)::after{
    content:"";
    position:absolute;
    right:0;
    top:22%;
    height:56%;
    width:1px;
    background:linear-gradient(var(--blue),var(--pink));
    opacity:.9;
}

.quick-stats b{
    display:block;
    font-family:Anton, sans-serif;
    font-weight:400;
    font-size:clamp(42px,5vw,76px);
    line-height:1;
}

.quick-stats div:nth-child(1) b{color:var(--blue)}
.quick-stats div:nth-child(3) b{color:var(--pink)}

.quick-stats small{
    display:block;
    margin-top:8px;
    font-size:clamp(10px,1vw,14px);
    letter-spacing:.18em;
    font-weight:900;
}

.launch-pill{
    display:inline-block;
    padding:18px 66px;
    border-radius:999px;
    border:2px solid transparent;
    background:
        linear-gradient(#040814,#040814) padding-box,
        linear-gradient(90deg,var(--blue),var(--pink)) border-box;
    font-weight:900;
    letter-spacing:.35em;
    font-size:clamp(13px,1.4vw,22px);
    box-shadow:
        0 0 22px rgba(0,174,239,.30),
        0 0 34px rgba(255,0,140,.22);
    animation:pillGlow 2.2s ease-in-out infinite alternate;
}

@keyframes pillGlow{
    from{transform:translateY(0);box-shadow:0 0 18px rgba(0,174,239,.25)}
    to{transform:translateY(-3px);box-shadow:0 0 38px rgba(255,0,140,.48)}
}



@media(max-width:760px){
    body{overflow:auto}

    .csl-landing{
        min-height:100svh;
        height:auto;
        align-items:flex-start;
        padding:30px 0 28px;
    }

    .floodlight{
        width:118px;
        gap:6px;
        top:16px;
    }

    .floodlight i{
        width:12px;
        height:12px;
    }

    .floodlight-left{left:10px}
    .floodlight-right{right:10px}

    .beam{
        height:42vh;
        opacity:.20;
    }

    .smoke{
        width:80vw;
        height:36vh;
        bottom:-12vh;
    }

    .stage {
        width: 100%;
        flex: 1;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 35px 18px 20px;
    }


    .brand-logo{
        width:min(245px,64vw);
        max-height:none;
        margin-top:18px;
        margin-bottom:8px;
    }

    .edition{
        margin-top:8px;
        gap:14px;
    }

    .edition span{
        width:48px;
    }

    .edition strong{
        letter-spacing:.38em;
        font-size:13px;
    }

    .coming-title {
        margin: 3vh 0 2.2vh;
        display: flex;
        justify-content: center;
        gap: clamp(22px,4vw,70px);
        flex-wrap: wrap;
        font-family: Anton, sans-serif;
        font-weight: 400;
        font-size: clamp(74px,10.8vw,168px);
        line-height: .88;
        letter-spacing: .09em;
        text-transform: uppercase;
    }

    .coming-title span{
        display:block;
    }

    .coming-title span + span{
        margin-top:6px;
    }

    .tagline{
        font-size:13px;
        letter-spacing:.18em;
        line-height:1.7;
        max-width:360px;
        margin:0 auto;
    }

    .quick-stats{
        width:min(340px,88vw);
        grid-template-columns:1fr;
        margin:28px auto 28px;
        border-radius:22px;
    }

    .quick-stats div{
        padding:20px 14px;
        display:grid;
        grid-template-columns:90px 1fr;
        align-items:center;
        text-align:left;
        gap:10px;
    }

    .quick-stats div:not(:last-child)::after{
        width:78%;
        height:1px;
        top:auto;
        bottom:0;
        left:11%;
    }

    .quick-stats b{
        text-align:center;
        font-size:48px;
    }

    .quick-stats small{
        margin:0;
        font-size:13px;
        letter-spacing:.13em;
        line-height:1.35;
    }

    .launch-pill{
        padding:15px 30px;
        letter-spacing:.22em;
        font-size:13px;
        margin-bottom:26px;
    }

    @media (max-width:760px) {

        .csl-footer {
            flex-direction: column;
            justify-content: center;
            align-items: center;
            text-align: center;
            gap: 10px;
            padding: 20px;
        }
    }
}

@media(max-width:380px){
    .coming-title{
        font-size:58px;
    }

    .brand-logo{
        width:220px;
    }

    .quick-stats{
        width:90vw;
    }
}
.hero-actions {
    margin-top: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
}

.hero-btn {
    min-width: 260px;
    padding: 18px 34px;
    border-radius: 60px;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 15px;
    font-weight: 700;
    transition: .30s;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
.hero-btn-primary {
    color: white;
    background: linear-gradient(90deg,#0fa9ff,#2d7cff);
    border: 2px solid #29c2ff;
    box-shadow: 0 0 25px rgba(0,180,255,.45);
}

    .hero-btn-primary:hover {
        transform: translateY(-3px);
        box-shadow: 0 0 40px rgba(0,180,255,.70);
    }
.hero-btn-secondary {
    color: white;
    border: 2px solid #ff1fa6;
    background: rgba(255,255,255,.05);
    backdrop-filter: blur(8px);
    box-shadow: 0 0 25px rgba(255,0,140,.35);
}

    .hero-btn-secondary:hover {
        background: #ff008c;
        color: white;
        transform: translateY(-3px);
        box-shadow: 0 0 40px rgba(255,0,140,.70);
    }
.league-glance {
    padding: 100px 24px;
    background: linear-gradient(180deg, #090014 0%, #040814 100%);
    color: #fff;
}

.glance-grid {
    max-width: 1180px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 22px;
}

.glance-card {
    padding: 34px 28px;
    min-height: 250px;
    border-radius: 26px;
    background: rgba(255,255,255,.055);
    border: 1px solid rgba(255,255,255,.13);
    box-shadow: 0 20px 60px rgba(0,0,0,.28);
}

    .glance-card b {
        display: block;
        margin-bottom: 18px;
        font-family: Anton, sans-serif;
        font-size: 58px;
        line-height: 1;
        color: #00aeef;
    }

    .glance-card:nth-child(even) b {
        color: #ff008c;
    }

    .glance-card h3 {
        margin: 0 0 14px;
        font-size: 22px;
    }

    .glance-card p {
        margin: 0;
        color: rgba(255,255,255,.72);
        font-size: 15.5px;
        line-height: 1.65;
    }

@media(max-width:1100px) {
    .glance-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media(max-width:640px) {
    .league-glance {
        padding: 80px 18px;
    }

    .glance-grid {
        grid-template-columns: 1fr;
    }
}
.pink-ball-section {
    padding: 70px 24px;
    background: #040814;
}

.pink-ball-card {
    max-width: 1180px;
    margin: 0 auto;
    min-height: 420px;
    border-radius: 28px;
    border: 1px solid rgba(255,0,140,.55);
    background: radial-gradient(circle at 75% 50%, rgba(255,0,140,.38), transparent 34%), linear-gradient(120deg, rgba(255,0,140,.18), rgba(0,174,239,.08)), rgba(255,255,255,.045);
    box-shadow: 0 0 55px rgba(255,0,140,.22);
    display: grid;
    grid-template-columns: 1.1fr .9fr;
    overflow: hidden;
}

.pink-ball-content {
    padding: 64px 54px;
    position: relative;
    z-index: 2;
}

.section-tag.pink {
    color: #ff008c;
}

.pink-ball-content h2 {
    margin: 18px 0;
    font-family: Anton, sans-serif;
    font-size: clamp(46px, 6vw, 86px);
    line-height: .95;
    text-transform: uppercase;
}

    .pink-ball-content h2 span {
        color: #ff008c;
    }

.pink-ball-content p {
    max-width: 540px;
    color: rgba(255,255,255,.82);
    font-size: 18px;
    line-height: 1.7;
}

.pink-features {
    margin-top: 42px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
}

    .pink-features div {
        color: white;
        font-weight: 800;
        text-transform: uppercase;
        font-size: 13px;
        letter-spacing: .08em;
    }

        .pink-features div span {
            display: block;
            margin-top: 10px;
        }

.pink-ball-visual {
    position: relative;
    display: grid;
    place-items: center;
}

.pink-ball {
    width: 260px;
    height: 260px;
    border-radius: 50%;
    background: radial-gradient(circle at 35% 30%, #ff7ac8, #ff008c 45%, #7c003f 100%);
    box-shadow: 0 0 45px rgba(255,0,140,.8), inset -22px -28px 45px rgba(0,0,0,.35);
}

@media(max-width:900px) {
    .pink-ball-card {
        grid-template-columns: 1fr;
    }

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

    .pink-ball-visual {
        padding-bottom: 50px;
    }
}
.final-cta {
    padding: 100px 24px 120px;
    background: radial-gradient(circle at 25% 30%, rgba(0,174,239,.22), transparent 32%), radial-gradient(circle at 80% 20%, rgba(255,0,140,.24), transparent 35%), linear-gradient(180deg, #040814 0%, #090014 100%);
    color: #fff;
}

.final-cta-card {
    max-width: 980px;
    margin: 0 auto;
    text-align: center;
    border-radius: 32px;
    padding: 70px 44px;
    background: rgba(255,255,255,.055);
    border: 1px solid rgba(255,255,255,.14);
    box-shadow: 0 30px 90px rgba(0,0,0,.38), 0 0 45px rgba(255,0,140,.18);
    backdrop-filter: blur(14px);
}

    .final-cta-card h2 {
        margin: 18px 0;
        font-family: Anton, sans-serif;
        font-size: clamp(54px, 8vw, 112px);
        line-height: .92;
        text-transform: uppercase;
    }

    .final-cta-card p {
        max-width: 680px;
        margin: 0 auto;
        color: rgba(255,255,255,.78);
        font-size: 18px;
        line-height: 1.7;
    }

.final-cta-actions {
    margin-top: 38px;
    display: flex;
    justify-content: center;
    gap: 18px;
    flex-wrap: wrap;
}

.final-note {
    margin-top: 26px !important;
    font-size: 14px !important;
    color: rgba(255,255,255,.58) !important;
}

@media(max-width:760px) {
    .final-cta {
        padding: 80px 18px 90px;
    }

    .final-cta-card {
        padding: 50px 22px;
    }
}
.site-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 78px;
    z-index: 9999;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 34px;
    background: rgba(3,4,10,.82);
    backdrop-filter: blur(14px);
    border-bottom: 1px solid rgba(255,255,255,.08);
    transform: translateY(-100%);
    opacity: 0;
    transition: .3s ease;
}

    .site-header.visible {
        transform: translateY(0);
        opacity: 1;
    }

.site-brand img {
    height: 54px;
}

.site-nav {
    display: flex;
    gap: 26px;
    align-items: center;
}

    .site-nav a {
        color: white;
        text-decoration: none;
        font-weight: 700;
        font-size: 14px;
        letter-spacing: .08em;
        text-transform: uppercase;
    }

.nav-cta {
    padding: 11px 20px;
    border-radius: 40px;
    background: linear-gradient(90deg,#0fa9ff,#ff008c);
}

@media(max-width:760px) {
    .site-header {
        height: 68px;
        padding: 0 18px;
    }

    .site-brand img {
        height: 42px;
    }

    .site-nav {
        gap: 12px;
    }

        .site-nav a {
            font-size: 11px;
        }
}
.csl-footer {
    width: 100%;
    margin-top: 60px;
    padding: 34px 40px 28px;
    background: #101010;
    color: #ffffff;
    text-align: center;
}

/* Row 1: Partners */

.footer-partners {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

    .footer-partners img {
        display: block;
        width: auto;
        max-width: min(680px, 90%);
        max-height: 115px;
        object-fit: contain;
    }

/* Dividers */

.footer-divider {
    width: 100%;
    height: 1px;
    margin: 28px 0;
    background: rgba(255, 255, 255, 0.16);
}

/* Row 2 */

.footer-middle-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 40px;
    width: 100%;
}

.footer-social,
.footer-tags {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 28px;
    flex-wrap: wrap;
}

    .footer-social a,
    .footer-tags span {
        font-size: 13px;
        font-weight: 700;
        letter-spacing: 1.1px;
        text-transform: uppercase;
    }

    .footer-social a {
        color: #ffffff;
        text-decoration: none;
        transition: color 0.2s ease;
    }

        .footer-social a:hover {
            color: #ff0a8a;
        }

.footer-tags {
    color: #ffffff;
}

.footer-dot {
    color: #ff0a8a !important;
}

/* Row 3 */

.footer-bottom-row {
    display: grid;
    grid-template-columns: minmax(220px, 1fr) minmax(350px, 2fr) minmax(150px, 1fr);
    align-items: center;
    gap: 28px;
    width: 100%;
}

.footer-copy {
    color: #c7c7c7;
    font-size: 13px;
    line-height: 1.5;
    text-align: left;
}

    .footer-copy span {
        display: block;
    }

.footer-legal {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
}

    .footer-legal a {
        color: #ffffff;
        font-size: 13px;
        font-weight: 600;
        text-decoration: none;
        transition: color 0.2s ease;
    }

        .footer-legal a:hover {
            color: #ff0a8a;
        }

.footer-powered {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 10px;
    color: #bdbdbd;
    font-size: 12px;
    text-decoration: none;
}

    .footer-powered img {
        display: block;
        width: 34px;
        height: 34px;
        object-fit: contain;
    }

/* Tablet */

@media (max-width: 992px) {
    .csl-footer {
        padding: 32px 24px 26px;
    }

    .footer-middle-row {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .footer-bottom-row {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .footer-copy,
    .footer-powered {
        justify-content: center;
        text-align: center;
    }

        .footer-copy span {
            display: inline;
        }
}

/* Mobile */

@media (max-width: 576px) {
    .csl-footer {
        padding: 28px 16px 24px;
    }

    .footer-partners img {
        max-width: 100%;
        max-height: 85px;
    }

    .footer-divider {
        margin: 22px 0;
    }

    .footer-social,
    .footer-tags {
        gap: 16px;
    }

        .footer-social a,
        .footer-tags span,
        .footer-legal a {
            font-size: 11px;
        }

    .footer-legal {
        flex-direction: column;
        gap: 10px;
    }

        .footer-legal .footer-dot {
            display: none;
        }
}