body {
    font-family: 'PP Neue Montreal', 'Neue Montreal', sans-serif;
    background-color: #000000;
    background-image: none;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100% auto;
    color: #FFFFFF;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

@media (min-width: 768px) {
    body {
        background-color: #EDF3F8;
        background-image: url('media/bg2.png');
    }
}

.hero-title {
    font-size: 48px;
    font-weight: 400;
    line-height: 0.93;
    letter-spacing: -1.5px;
    text-transform: uppercase;
    text-align: center;
}

@media (min-width: 768px) {
    .hero-title {
        font-size: 150px;
        letter-spacing: -6px;
    }
}

.hero-title div {
    display: flex;
    justify-content: center;
}

.hero-sub {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.3;
    letter-spacing: -0.1px;
    text-align: center;
    max-width: 850px;
    margin-top: 1.5rem;
}

@media (min-width: 768px) {
    .hero-sub {
        font-size: 26px;
        line-height: 1.5;
        letter-spacing: -0.26px;
        margin-top: 2rem;
    }
}

.heading-mid {
    font-size: 40px;
    font-weight: 500;
    line-height: 1.1;
    letter-spacing: -1.5px;
    text-align: center;
    color: #FFFFFF;
    max-width: 1114px;
    margin-left: auto;
    margin-right: auto;
}

@media (min-width: 768px) {
    .heading-mid {
        font-size: 80px;
        line-height: 1.08;
        letter-spacing: -3.2px;
        color: #1A1A1A;
    }
}

.heading-cta {
    font-size: 48px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: -1.5px;
    text-transform: uppercase;
    color: #FFFFFF;
}

@media (min-width: 768px) {
    .heading-cta {
        font-size: 90px;
        line-height: 0.93;
        letter-spacing: -3.6px;
    }
}

#bottom-cta .logo-stylized {
    width: 120px;
    height: auto;
}

@media (min-width: 768px) {
    #bottom-cta .logo-stylized {
        width: 170px;
    }
}

#bottom-cta .btn-play {
    background: transparent;
    border: 2px solid #FFFFFF;
}

.meta-text {
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 0.15em;
    text-transform: uppercase;
}

#brand-bar .meta-text {
    color: rgba(255, 255, 255, 0.70);
    text-align: center;
    font-family: "PP Neue Montreal", "Neue Montreal", sans-serif;
    font-size: 12px;
    font-weight: 500;
    line-height: 150%;
    text-transform: uppercase;
    leading-trim: both;
    text-edge: cap;
}

@media (min-width: 768px) {
    #brand-bar .meta-text {
        font-size: 14px;
        color: rgba(17, 17, 17, 0.50);
    }
}

.section-gap {
    margin-bottom: 60px;
}

@media (min-width: 768px) {
    .section-gap {
        margin-bottom: 150px;
    }
}

.btn-pill {
    height: 60px;
    border-radius: 9999px;
    font-weight: 500;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
    letter-spacing: -0.03em;
    width: 100%;
}

@media (min-width: 768px) {
    .btn-pill {
        height: 76px;
        font-size: 23px;
        width: auto;
    }
}

.btn-chrome {
    padding: 0 30px 0 8px;
    gap: 8px;
}

@media (min-width: 768px) {
    .btn-chrome {
        padding: 0 40px 0 11px;
        gap: 10px;
    }
}

.btn-chrome img {
    height: 44px;
    width: 44px;
    object-fit: contain;
}

@media (min-width: 768px) {
    .btn-chrome img {
        height: 54px;
        width: 54px;
    }
}

.btn-play {
    padding: 0 30px 0 15px;
    gap: 8px;
    border: 2px solid #FFFFFF;
}

@media (min-width: 768px) {
    .btn-play {
        padding: 0 40px 0 20px;
        gap: 10px;
    }
}

.btn-play img {
    height: 30px;
    width: 30px;
    object-fit: contain;
}

@media (min-width: 768px) {
    .btn-play img {
        height: 39px;
        width: 39px;
    }
}

.btn-pill:hover {
    transform: translateY(-4px) scale(1.02);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
}

.btn-play:hover {
    background-color: rgba(255, 255, 255, 0.1) !important;
}

.brand-box {
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease;
    width: 80px;
    height: 80px;
}

@media (min-width: 768px) {
    .brand-box {
        width: 112px;
        height: 112px;
    }
}

.brand-box:hover {
    transform: translateY(-2px);
}

.brand-box img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    filter: brightness(0) invert(1);
    opacity: 0.8;
}

@media (min-width: 768px) {
    .brand-box img {
        filter: brightness(0);
    }
}

.persona-guy {
    display: none;
}

@media (min-width: 768px) {
    .persona-guy {
        display: block;
        width: 280px;
        border-radius: 20px;
        bottom: -20px;
        left: calc(100% + 40px);
        z-index: 20;
        pointer-events: none;
    }
}

.persona-girl {
    width: 240px;
    border-radius: 20px;
    top: 50%;
    transform: translateY(-50%);
    left: calc(100% + 20px);
    z-index: 10;
    pointer-events: none;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
}

.hero-buttons-bottom {
    width: 100%;
}

.hero-buttons-bottom > div {
    width: 100%;
}

.hero-buttons-bottom .btn-pill {
    width: 100%;
}

@media (min-width: 768px) {
    .hero-buttons-bottom {
        width: fit-content;
    }
    
    .hero-buttons-bottom > div {
        width: auto;
    }
    
    .hero-buttons-bottom .btn-pill {
        width: auto;
    }
}

@media (min-width: 1024px) {
    .persona-guy {
        width: 420px;
        border-radius: 40px;
        left: calc(100% + 175px);
    }
    
    .persona-girl {
        width: 380px;
        border-radius: 40px;
        left: calc(100% + 70px);
        box-shadow: 0 40px 100px rgba(0, 0, 0, 0.5);
    }
}

header {
    position: relative;
    z-index: 100;
    will-change: transform, opacity;
}

.char-inner {
    will-change: transform;
}

.hero-sub, .hero-buttons, .brand-box, .persona-guy, .persona-girl {
    will-change: transform, opacity;
}

.header-link, #footer .meta-text a {
    position: relative;
    text-decoration: none !important;
}

.header-link span::after, #footer .meta-text a::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: -2px;
    left: 0;
    background-color: currentColor;
    transform: scaleX(0);
    transform-origin: bottom right;
    transition: transform 0.4s cubic-bezier(0.23, 1, 0.32, 1);
}

.header-link:hover span::after, #footer .meta-text a:hover::after {
    transform: scaleX(1);
    transform-origin: bottom left;
}

.header-link {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: -0.02em;
    text-transform: none;
    color: #FFFFFF;
}

@media (min-width: 768px) {
    .header-link {
        font-size: 15.5px;
        letter-spacing: -0.03em;
    }
}

.header-link strong, .btn-pill strong {
    font-weight: 700;
    margin: 0 0.04em;
}

#footer .meta-text {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: -0.4px;
    text-transform: uppercase;
    color: #FFFFFF;
}

@media (min-width: 768px) {
    #footer .meta-text {
        font-size: 17px;
        line-height: 0.93;
        letter-spacing: -0.68px;
    }
}

#footer a:hover {
    color: rgba(255, 255, 255, 0.7);
}

#footer .meta-text a {
    color: inherit;
    text-decoration: none;
}

.privacy-text {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: -0.3px;
    text-align: center;
    color: #FFFFFF;
}

@media (min-width: 768px) {
    .privacy-text {
        font-size: 21px;
        line-height: 1.08;
        letter-spacing: -0.63px;
        color: #000000;
    }
}

.reveal {
    opacity: 1;
}
