@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap');

/* Brand and community buttons — animated capsule treatment */
.logo {
    object-fit: contain;
    background: transparent !important;
    transition: transform .48s cubic-bezier(.16, 1, .3, 1)
}

.socials {
    gap: 10px
}

.socials .social {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    min-width: 42px;
    height: 42px;
    padding: 0;
    border-radius: 50%;
    position: relative;
    isolation: isolate;
    overflow: hidden;
    transition: width .48s cubic-bezier(.16, 1, .3, 1), border-radius .48s cubic-bezier(.16, 1, .3, 1), border-color .42s cubic-bezier(.16, 1, .3, 1), color .42s cubic-bezier(.16, 1, .3, 1), transform .42s cubic-bezier(.16, 1, .3, 1), box-shadow .42s cubic-bezier(.16, 1, .3, 1)
}

.socials .social:before {
    content: "";
    position: absolute;
    z-index: -1;
    inset: 0;
    background: var(--social-color);
    transform: translateY(101%);
    transition: transform .48s cubic-bezier(.16, 1, .3, 1)
}

.social svg {
    width: 21px;
    height: 21px;
    flex: none;
    position: relative;
    z-index: 1;
    transition: fill .38s ease, transform .5s cubic-bezier(.16, 1, .3, 1)
}

.social-copy {
    position: absolute;
    opacity: 0;
    pointer-events: none
}

.social b {
    font-size: 11px;
    font-weight: 600
}

.social small {
    font-size: 9px;
    color: #848996
}

.social-action {
    position: absolute;
    left: 48px;
    top: 50%;
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 11px;
    font-weight: 600;
    color: #fff;
    opacity: 0;
    transform: translate(-13px, 18px);
    transition: transform .48s cubic-bezier(.16, 1, .3, 1), opacity .3s ease
}

.social-action i {
    font-size: 16px;
    font-style: normal;
    line-height: 1;
    transition: transform .38s ease
}

.social.whatsapp {
    --social-color: #25d366;
    border-color: rgb(255, 255, 255);
    background: rgb(255, 255, 255)
}

.social.whatsapp svg {
    fill: #000000
}

.social.discord {
    --social-color: #5865f2;
    border-color: #ffffff;
    background: #ffffff;
    color: white
}

.social.discord svg {
    fill: #000000
}

.social:hover,
.social:focus-visible {
    width: 148px;
    justify-content: flex-start;
    padding-left: 10px;
    border-radius: 999px;
    color: #fff;
    border-color: var(--social-color);
    transform: translateY(-3px);
    box-shadow: 0 13px 25px color-mix(in srgb, var(--social-color) 31%, transparent)
}

.social:hover:before,
.social:focus-visible:before {
    transform: translateY(0)
}

.social:hover svg,
.social:focus-visible svg {
    fill: #fff;
    transform: rotate(-10deg) scale(.88)
}

.social:hover .social-action,
.social:focus-visible .social-action {
    opacity: 1;
    transform: translate(0, -50%)
}

.social:hover .social-action i,
.social:focus-visible .social-action i {
    transform: translateX(3px)
}

:root {
    --ink: #101421;
    --orange: #ffab16
}

* {
    box-sizing: border-box
}

body {
    margin: 0;
    font-family: Poppins, Arial, sans-serif;
    color: var(--ink);
    background: #101421
}

.hero {
    height: 210vh;
    position: relative
}

.scene {
    height: 100vh;
    position: sticky;
    top: 0;
    isolation: isolate;
    overflow: hidden;
    background: linear-gradient(118deg, #f6f4f1 0%, #eaedf3 46%, #d6d9e0 100%)
}

.scene:before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background: linear-gradient(90deg, rgba(255, 255, 255, .75), transparent 46%, rgba(255, 255, 255, .12)), radial-gradient(ellipse at 80% 6%, rgba(255, 255, 255, .92), transparent 44%)
}

.brand {
    position: absolute;
    z-index: 3;
    top: 28px;
    left: clamp(26px, 4vw, 62px);
    display: flex;
    align-items: center;
    gap: 9px;
    color: var(--ink);
    text-decoration: none;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: -.6px;
    padding: 4px 10px 4px 4px;
    border-radius: 999px;
    overflow: hidden;
    transition: color .42s cubic-bezier(.16, 1, .3, 1), background .42s cubic-bezier(.16, 1, .3, 1), box-shadow .42s cubic-bezier(.16, 1, .3, 1)
}

.brand:before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    border-radius: inherit;
    background: var(--ink);
    transform: translateX(-101%);
    transition: transform .5s cubic-bezier(.16, 1, .3, 1)
}

.brand-mark {
    width: 31px;
    height: 31px;
    border-radius: 50%;
    flex: none;
    display: grid;
    place-items: center;
    overflow: hidden;
    background: var(--ink);
    transition: background .42s ease, transform .5s cubic-bezier(.16, 1, .3, 1)
}

.brand-copy {
    display: grid;
    line-height: 1.05;
    transition: transform .46s cubic-bezier(.16, 1, .3, 1)
}

.brand-copy>span {
    transition: transform .42s cubic-bezier(.16, 1, .3, 1), opacity .24s ease
}

.brand-copy small {
    position: absolute;
    top: 50%;
    font-size: 9px;
    font-weight: 500;
    letter-spacing: .1px;
    opacity: 0;
    transform: translateY(15px);
    transition: transform .46s cubic-bezier(.16, 1, .3, 1), opacity .28s ease
}

.brand:hover,
.brand:focus-visible {
    color: #fff;
    box-shadow: 0 10px 20px rgba(16, 20, 33, .18)
}

.brand:hover:before,
.brand:focus-visible:before {
    transform: translateX(0)
}

.brand:hover .brand-mark,
.brand:focus-visible .brand-mark {
    background: var(--orange);
    transform: rotate(-12deg) scale(.88)
}

.brand:hover .logo,
.brand:focus-visible .logo {
    transform: rotate(12deg) scale(1.12)
}

.brand:hover .brand-copy>span,
.brand:focus-visible .brand-copy>span {
    transform: translateY(-14px);
    opacity: 0;
    transition: transform .42s cubic-bezier(.16, 1, .3, 1), opacity .24s ease
}

.brand:hover .brand-copy small,
.brand:focus-visible .brand-copy small {
    opacity: 1;
    transform: translateY(-50%)
}

.nav-bar {
    position: absolute;
    z-index: 2;
    top: 28px;
    right: clamp(26px, 4vw, 62px);
    display: flex;
    align-items: center;
    gap: 9px;
    text-decoration: none;
    font-weight: 600;
}

.brand b {
    font-weight: 400
}

.logo {
    width: 31px;
    height: 31px;
    border-radius: 50%;
    background: var(--ink);
    display: grid;
    place-items: center
}

.logo i {
    display: block;
    width: 0;
    height: 0;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 12px solid var(--orange);
    margin-left: 3px
}

.content {
    position: absolute;
    z-index: 3;
    top: 47%;
    left: 50%;
    width: min(670px, 90vw);
    text-align: center;
    transform: translate(-50%, -50%);
    margin-top: -5px;
    will-change: opacity, filter, transform
}

.overline {
    font-size: 11px;
    letter-spacing: 2px;
    font-weight: 600;
    color: #626a78;
    margin: 0 0 16px
}

.content h1 {
    font-size: clamp(49px, 6.2vw, 94px);
    letter-spacing: -5px;
    line-height: 1.02;
    margin: 0;
    font-weight: 600
}

.content h1 em,
.interface-label em {
    font-style: normal;
    color: #e89100
}

.hook {
    color: #586170;
    font-size: 15px;
    letter-spacing: -.25px;
    margin: 25px auto 26px;
    max-width: 405px
}

.download {
    display: inline-flex;
    align-items: center;
    gap: 25px;
    border-radius: 100px;
    background: var(--ink);
    padding: 14px 20px 14px 23px;
    color: #fff;
    text-decoration: none;
    font-weight: 500;
    font-size: 13px;
    box-shadow: 0 11px 23px rgba(15, 20, 33, .18)
}

.download span {
    height: 22px;
    width: 22px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: var(--orange);
    color: var(--ink);
    font-size: 16px
}

.content small {
    display: block;
    margin-top: 15px;
    font-size: 10px;
    color: #737a85
}

.ambient {
    position: absolute;
    border-radius: 50%;
    z-index: -1;
    animation: ambientSlide 30s linear infinite
}

.ambient-left {
    height: 68vw;
    width: 68vw;
    min-width: 700px;
    min-height: 700px;
    left: -37vw;
    bottom: -50vw;
    background: radial-gradient(circle at 64% 36%, rgba(255, 174, 17, .73) 0 2%, rgba(227, 105, 0, .35) 13%, transparent 48%);
    filter: blur(7px);
    animation-delay: -15s
}

.ambient-right {
    width: 95vw;
    height: 68vw;
    right: -35vw;
    bottom: -44vw;
    background: radial-gradient(ellipse at 25% 15%, rgba(255, 186, 44, .72), rgba(247, 130, 7, .24) 20%, transparent 55%);
    filter: blur(22px)
}

.orbital {
    position: absolute;
    border: 1px solid rgba(255, 255, 255, .47);
    border-radius: 50%;
    z-index: -1
}

.orbital-one {
    height: 1400px;
    width: 1400px;
    left: -760px;
    top: -245px;
    transform: rotate(-16deg)
}

.orbital-two {
    height: 980px;
    width: 980px;
    right: -600px;
    top: -390px
}

.interface-echo {
    position: absolute;
    z-index: 2;
    width: min(860px, 71vw);
    right: -90px;
    bottom: -240px;
    border: 1px solid rgba(255, 255, 255, .7);
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 -25px 90px rgba(32, 29, 21, .26);
    transform: perspective(700px) rotateX(54deg) rotateZ(-9deg);
    transform-origin: bottom center;
    will-change: transform
}

.interface-echo img {
    display: block;
    width: 100%;
    height: auto
}

.interface-label {
    position: absolute;
    z-index: 1;
    top: 46%;
    left: 50%;
    width: min(780px, 92vw);
    text-align: center;
    opacity: 0;
    transform: translate(-50%, calc(-50% + 34px)) scale(.94);
    filter: blur(14px);
    will-change: opacity, transform, filter
}

.interface-label>span {
    display: none
}

.interface-label p {
    font-size: 11px;
    letter-spacing: 2px;
    font-weight: 600;
    color: #68707d;
    margin: 0 0 15px
}

.interface-label h2 {
    font-size: clamp(49px, 6.2vw, 94px);
    letter-spacing: -5px;
    line-height: 1.02;
    margin: 0;
    font-weight: 600
}

.interface-label small {
    display: block;
    margin-top: 17px;
    font-size: 11px;
    color: #6c7380;
    line-height: 1.6
}

.flare {
    position: absolute;
    z-index: 1;
    right: 15%;
    bottom: 13%;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #fff4bf;
    box-shadow: 0 0 0 7px rgba(255, 195, 63, .23), 0 0 65px 22px rgba(255, 137, 0, .93);
    animation: glow 3.5s ease-in-out infinite
}

@keyframes ambientSlide {
    0% {
        transform: translateX(130vw);
    }

    100% {
        transform: translateX(-160vw);
    }
}

.signature {
    position: absolute;
    right: clamp(26px, 4vw, 62px);
    bottom: 24px;
    font-size: 10px;
    color: #606877;
    letter-spacing: .2px
}

footer {
    min-height: 104px;
    padding: 22px clamp(26px, 5vw, 80px);
    background: #101421;
    color: #e9e8e4;
    display: flex;
    gap: 28px;
    justify-content: space-between;
    align-items: center;
    font-size: 10px;
    border-top: 1px solid #292e3a
}

footer .footer-brand {
    position: static;
    color: #fff
}

footer .footer-brand:before {
    background: var(--orange)
}




footer p {
    color: #888c94;
    margin: 0
}

.socials {
    display: flex;
    gap: 9px
}

.socials a {
    color: #d7d8dc;
    text-decoration: none;
    border: 1px solid #3c424f;
    border-radius: 100px;
    padding: 8px 11px
}

footer .socials .social-copy {
    color: var(--orange);
    margin-left: 7px
}

@keyframes glow {
    50% {
        transform: scale(.75);
        opacity: .7
    }
}

@media(max-width:600px) {
    .hero {
        height: 190vh
    }

    .content h1 {
        letter-spacing: -3.5px
    }

    .hook {
        font-size: 13px;
        width: 82%
    }

    .interface-echo {
        width: 125vw;
        right: -48vw;
        bottom: -135px
    }

    .interface-label {
        top: 44%
    }

    .interface-label h2 {
        font-size: clamp(43px, 12vw, 64px);
        letter-spacing: -3px
    }

    .signature {
        left: 26px;
        right: auto
    }

    .ambient-left {
        left: -70vw
    }

    .flare {
        right: 15%;
        bottom: 19%
    }

    footer {
        min-height: 145px;
        flex-wrap: wrap;
        gap: 13px
    }

    footer p:nth-of-type(1) {
        order: 3;
        width: 100%
    }

}

@media (prefers-reduced-motion: reduce) {

    *,
    *:before,
    *:after {
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
        scroll-behavior: auto !important;
        transition-duration: .01ms !important
    }
}