:root {
    --bg: #090816;
    --panel: #121026;
    --cyan: #50f6ff;
    --pink: #ff4ab3;
    --violet: #8b5cf6;
    --amber: #ffb84d;
    --cream: #fff0cf;
    --text: #f8f2ff;
    --muted: #b8aeca;
    --line: rgba(255, 255, 255, .13);
    --max: 1160px;
    --ease: cubic-bezier(.22, .61, .36, 1)
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0
}

html {
    scroll-behavior: smooth
}

body {
    font-family: "Space Grotesk", system-ui, sans-serif;
    background: var(--bg);
    color: var(--text);
    line-height: 1.62;
    overflow-x: hidden
}

a {
    color: inherit;
    text-decoration: none
}

button {
    font: inherit
}

.wrap {
    max-width: var(--max);
    margin: auto;
    padding: 0 26px
}

.neon {
    font-family: Syne, sans-serif
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 999px;
    padding: 15px 26px;
    background: linear-gradient(135deg, var(--pink), var(--violet));
    color: #fff;
    font-weight: 900;
    box-shadow: 0 0 26px rgba(255, 74, 179, .35), 0 18px 45px -24px #000;
    transition: .35s
}

.btn:hover {
    transform: translateY(-3px)
}

.btn.cyan {
    background: linear-gradient(135deg, #1adfe8, #55a5ff);
    box-shadow: 0 0 26px rgba(80, 246, 255, .33)
}

.k {
    font-size: 12px;
    letter-spacing: .22em;
    text-transform: uppercase;
    font-weight: 900;
    color: var(--cyan)
}

body:before {
    content: "";
    position: fixed;
    inset: 0;
    z-index: -2;
    background: radial-gradient(circle at 18% 12%, rgba(255, 74, 179, .26), transparent 34%), radial-gradient(circle at 82% 16%, rgba(80, 246, 255, .22), transparent 36%), radial-gradient(circle at 50% 80%, rgba(139, 92, 246, .23), transparent 44%), linear-gradient(#090816, #0d0a19 70%, #140b21)
}

body:after {
    content: "";
    position: fixed;
    inset: 0;
    z-index: -1;
    background-image: linear-gradient(rgba(255, 255, 255, .045) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, .045) 1px, transparent 1px);
    background-size: 56px 56px;
    mask-image: linear-gradient(to bottom, rgba(0, 0, 0, .9), transparent 88%)
}

nav {
    position: fixed;
    z-index: 1000;
    top: 18px;
    left: 0;
    right: 0;
    pointer-events: none
}

.navin {
    pointer-events: auto;
    max-width: var(--max);
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding: 11px 12px 11px 20px;
    background: rgba(10, 8, 22, .7);
    border: 1px solid var(--line);
    backdrop-filter: blur(16px);
    border-radius: 999px
}

.logo {
    display: flex;
    align-items: center;
    gap: 10px;
    font-family: Syne, sans-serif;
    font-weight: 700;
    font-size: 22px
}

.logo img{
    display: block;
    width: 48px;
    height: auto;
}

.navlinks {
    display: flex;
    gap: 24px;
    color: var(--muted);
    font-weight: 800;
    font-size: 14px
}

.navcall {
    background: #fff;
    color: #090816;
    border-radius: 999px;
    padding: 12px 20px;
    font-weight: 900;
    font-size: 14px
}

.hero {
    position: relative;
    overflow: hidden;
    padding: 150px 0 70px
}

.stars {
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 20% 30%, #fff 0 1px, transparent 2px), radial-gradient(circle at 70% 22%, #fff 0 1px, transparent 2px), radial-gradient(circle at 42% 70%, #fff 0 1px, transparent 2px);
    background-size: 180px 180px;
    opacity: .3
}

.hero-grid {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: 1fr .95fr;
    gap: 46px;
    align-items: center
}

.hero h1 {
    font-family: Syne, sans-serif;
    font-size: clamp(48px, 7.4vw, 72px);
    line-height: 1;
    letter-spacing: -.07em
}

.hero h1 span {
    display: block;
    color: transparent;
    -webkit-text-stroke: 1.5px rgba(255, 255, 255, .85);
    text-shadow: 0 0 22px rgba(80, 246, 255, .25)
}

.lead {
    font-size: 18px;
    color: var(--muted);
    max-width: 590px;
    margin-top: 24px
}

.hero-ctas {
    display: flex;
    gap: 16px;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 32px
}

.fine {
    margin-top: 16px;
    color: #a99dbf;
    font-size: 13.5px
}

.screen {
    position: relative;
    min-height: 560px
}

.motel {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    width: 330px;
    border-radius: 32px;
    padding: 26px;
    background: linear-gradient(180deg, rgba(29, 21, 56, .92), rgba(18, 16, 38, .88));
    border: 1px solid rgba(255, 255, 255, .16);
    box-shadow: 0 44px 90px -44px #000
}

.motel:before {
    content: "602";
    position: absolute;
    left: 24px;
    right: 24px;
    top: 26px;
    height: 96px;
    border-radius: 22px;
    border: 2px solid var(--cyan);
    font-family: Syne, sans-serif;
    font-size: 58px;
    line-height: 96px;
    text-align: center;
    color: #fff;
    text-shadow: 0 0 12px var(--cyan), 0 0 22px var(--cyan);
    box-shadow: inset 0 0 22px rgba(80, 246, 255, .15), 0 0 26px rgba(80, 246, 255, .25)
}

.motel .copy {
    margin-top: 120px;
    color: var(--muted);
    font-weight: 700
}

.rotary {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 26px;
    width: 310px;
    height: 310px;
    border-radius: 50%;
    background: radial-gradient(circle, var(--bg) 0 53px, rgba(255, 255, 255, .12) 54px 70px, rgba(255, 255, 255, .06) 71px 100%, transparent), conic-gradient(from 20deg, var(--cyan), var(--pink), var(--amber), var(--violet), var(--cyan));
    padding: 14px;
    box-shadow: 0 0 50px rgba(255, 74, 179, .24), 0 40px 90px -44px #000;
}

.rotary:after {
    content: "DIAL";
    position: absolute;
    inset: 92px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: #090816;
    border: 1px solid var(--line);
    font-weight: 900;
    color: var(--cream);
    letter-spacing: .2em
}

.holes {
    position: absolute;
    inset: 34px;
    border-radius: 50%;
    animation: spin 32s linear infinite
}

.holes i {
    position: absolute;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #090816;
    border: 1px solid rgba(255, 255, 255, .16);
    left: 50%;
    top: 50%;
    margin: -18px;
    transform: rotate(var(--r)) translateY(-105px)
}

@keyframes spin {
    to {
        transform: rotate(360deg)
    }
}

@keyframes breath {
    50% {
        transform: scale(1.025)
    }
}

.callout {
    position: absolute;
    right: 0;
    bottom: 84px;
    border-radius: 22px 22px 7px 22px;
    background: #fff;
    color: #090816;
    padding: 16px 18px;
    font-weight: 900;
    box-shadow: 0 24px 60px -24px #000;
    animation: float 4s infinite ease-in-out
}

.callout small {
    display: block;
    color: #756b80;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: .14em
}

@keyframes float {
    50% {
        transform: translateY(-10px)
    }
}

section {
    padding: 100px 0
}

.section-title {
    font-family: Syne, sans-serif;
    font-size: clamp(34px, 5vw, 58px);
    line-height: .98;
    letter-spacing: -.06em
}

.center {
    text-align: center
}

.center p {
    max-width: 730px;
    margin: 18px auto 0;
    color: var(--muted);
    font-size: 17px
}

.method,
.good-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
    margin-top: 48px
}

.method-card,
.feature,
.wm-card,
.exp,
.good-card,
.faq-item {
    background: linear-gradient(180deg, rgba(255, 255, 255, .08), rgba(255, 255, 255, .04));
    border: 1px solid var(--line)
}

.method-card {
    border-radius: 30px;
    padding: 32px
}

.method-card .n {
    font-family: Syne, sans-serif;
    font-size: 44px;
    color: var(--cyan)
}

.method-card h3 {
    font-size: 24px;
    margin: 14px 0 8px
}

.method-card p {
    color: var(--muted);
    font-size: 15px
}

.built {
    background: linear-gradient(180deg, rgba(255, 255, 255, .04), rgba(255, 255, 255, .02))
}

.built-grid {
    display: grid;
    grid-template-columns: .9fr 1.1fr;
    gap: 40px;
    align-items: center
}

.image-tile {
    border-radius: 38px;
    overflow: hidden;
    min-height: 460px;
    box-shadow: 0 40px 90px -46px #000
}

.image-tile:after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(9, 8, 22, .05), rgba(9, 8, 22, .86))
}

.image-tile img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.feature-list {
    display: grid;
    gap: 16px
}

.feature {
    border-radius: 26px;
    padding: 24px
}

.feature h3 {
    font-size: 24px
}

.feature p {
    color: var(--muted);
    margin-top: 6px
}

.wm {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px
}
.wm-r{
    margin-top: 3rem;
}

.wm-r .wm-card{
    order: 2;
}
.wm-card {
    border-radius: 34px;
    padding: 38px
}

.wm-card h2 {
    font-family: Syne, sans-serif;
    font-size: 38px;
    line-height: .98;
    letter-spacing: -.05em
}

.wm-card h3 {
    font-size: 18px;
    color: var(--muted);
    margin: 12px 0 20px
}

.wm-card ul {
    list-style: none;
    display: grid;
    gap: 12px
}

.wm-card li {
    display: flex;
    gap: 10px;
    color: #d3c8e4;
    font-weight: 700
}

.wm-card li:before {
    content: "●";
    color: var(--pink)
}

.wm-card.m li:before {
    color: var(--cyan)
}

.wm-card .btn {
    margin-top: 24px
}

.wm-media{
    border-radius: 34px;
    overflow: hidden;
}
.wm-media img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.expect {
    background: #0d0a19
}

.expect-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
    margin-top: 44px
}

.exp {
    border-radius: 26px;
    padding: 25px
}

.exp h3 {
    font-size: 22px
}

.exp p,
.good-card p {
    margin-top: 8px;
    color: var(--muted);
    font-size: 14.5px
}

.good {
    background: linear-gradient(135deg, rgba(80, 246, 255, .08), rgba(255, 74, 179, .08))
}

.good-card {
    padding: 28px;
    border-radius: 28px;
    background: rgba(9, 8, 22, .55)
}

.good-card h3 {
    font-size: 23px
}

.faq-list {
    max-width: 820px;
    margin: 42px auto 0;
    display: grid;
    gap: 12px
}

.faq-item {
    border-radius: 24px;
    overflow: hidden
}

.faq-q {
    width: 100%;
    background: none;
    border: 0;
    color: #fff;
    text-align: left;
    padding: 24px 26px;
    font-weight: 900;
    display: flex;
    justify-content: space-between;
    gap: 18px;
    cursor: pointer;
    font-size: 17px
}

.faq-q span {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: rgba(80, 246, 255, .16);
    color: var(--cyan);
    transition: .3s
}

.faq-a {
    max-height: 0;
    overflow: hidden;
    transition: max-height .4s var(--ease)
}

.faq-a p {
    padding: 0 26px 24px;
    color: var(--muted)
}

.faq-item.open .faq-q span {
    transform: rotate(45deg);
    background: var(--cyan);
    color: #090816
}

.final {
    text-align: center;
    background: radial-gradient(circle at 50% 0, rgba(255, 74, 179, .28), transparent 52%), linear-gradient(180deg, #0d0a19, #090816)
}

.final h2 {
    font-family: Syne, sans-serif;
    font-size: clamp(42px, 6.4vw, 76px);
    line-height: .92;
    letter-spacing: -.06em
}

.final p {
    max-width: 620px;
    margin: 18px auto 30px;
    color: var(--muted)
}

footer {
    padding: 24px 0;
    background: #06050e;
    color: var(--muted)
}

.foot {
    text-align: center;
}

.foot p {
    font-size: 14px
}

.reveal {
    opacity: 0;
    transform: translateY(24px);
    transition: .85s
}

.reveal.in {
    opacity: 1;
    transform: none
}

@media(max-width:930px) {
    .navlinks {
        display: none
    }

    .hero-grid,
    .built-grid,
    .wm {
        grid-template-columns: 1fr
    }

    .method,
    .good-grid {
        grid-template-columns: 1fr
    }

    .expect-grid {
        grid-template-columns: 1fr 1fr
    }

    .screen {
        min-height: 500px
    }
}

@media(max-width:620px) {
    .wrap {
        padding: 0 20px
    }

    .navin {
        margin: 0 12px
    }

    .hero {
        padding-top: 134px
    }

    .rotary {
        width: 250px;
        height: 250px
    }

    .holes i {
        transform: rotate(var(--r)) translateY(-82px)
    }

    .motel {
        width: 260px
    }

    .expect-grid {
        grid-template-columns: 1fr
    }

    .wm-card {
        padding: 30px
    }
}
