:root {
    --bg: #121212;
    --panel: #06060a;
    --panel-2: #0b0b10;
    --text: #f4f4f6;
    --muted: #b9bcc5;
    --muted-2: #737681;
    --line: rgba(255,255,255,.08);
    --purple: #8b5cf6;
    --pink: #ff3d81;
    --violet: #6d4dff;
    --shadow: 0 30px 80px rgba(0,0,0,.55);
    --radius-xl: 28px;
    --radius-lg: 22px;
}

* {
    box-sizing: border-box;
}

html, body {
    margin: 0;
    min-height: 100%;
    font-family: 'Inter', system-ui, sans-serif;
    background:
            radial-gradient(circle at 15% 12%, rgba(255,255,255,.04), transparent 18%),
            radial-gradient(circle at 87% 18%, rgba(139,92,246,.1), transparent 16%),
            radial-gradient(circle at 86% 82%, rgba(255,61,129,.08), transparent 18%),
            linear-gradient(180deg, #161616 0%, #101010 100%);
    color: var(--text);
    overflow-x: hidden;
}

body::before,
body::after {
    content: "";
    position: fixed;
    inset: auto;
    width: 380px;
    height: 380px;
    border-radius: 50%;
    filter: blur(65px);
    opacity: .08;
    pointer-events: none;
    z-index: 0;
}

body::before {
    top: -80px;
    left: -80px;
    background: #ffffff;
}

body::after {
    right: -80px;
    bottom: -80px;
    background: linear-gradient(45deg, var(--purple), var(--pink));
}

.page {
    position: relative;
    min-height: 100vh;
    padding: 18px 28px 60px;
    z-index: 1;
}

.hero-title {
    margin: 0 0 18px;
    text-align: center;
    font-size: clamp(48px, 8vw, 112px);
    line-height: .95;
    letter-spacing: -0.06em;
    font-weight: 900;
    text-transform: uppercase;
    background: linear-gradient(90deg, #dedbf2 0%, #9e78ff 20%, #a54cff 45%, #ff4f69 72%, #a171ff 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    text-wrap: balance;
    user-select: none;
}

.frame {
    position: relative;
    max-width: 1180px;
    margin: 0 auto;
    padding: 10px 36px 86px;
}

.side-text {
    position: absolute;
    top: 50%;
    transform-origin: center;
    font-size: 15px;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: rgba(255,255,255,.28);
    font-weight: 600;
    white-space: nowrap;
    user-select: none;
}

.side-text.left {
    left: -58px;
    transform: translateY(-50%) rotate(-90deg);
}

.side-text.right {
    right: -78px;
    transform: translateY(-50%) rotate(90deg);
}

.laptop {
    position: relative;
    width: min(100%, 980px);
    margin: 0 auto;
    filter: drop-shadow(0 28px 45px rgba(0,0,0,.55));
}

.laptop-screen {
    position: relative;
    background: linear-gradient(180deg, #08080c 0%, #030306 100%);
    border: 2px solid rgba(255,255,255,.08);
    border-radius: 26px;
    padding: 22px;
    box-shadow: inset 0 0 0 3px rgba(255,255,255,.02), var(--shadow);
    overflow: hidden;
}

.laptop-screen::before {
    content: "";
    position: absolute;
    inset: 12px;
    border-radius: 20px;
    background:
            radial-gradient(circle at 18% 15%, rgba(139,92,246,.15), transparent 16%),
            linear-gradient(180deg, #06060a 0%, #040406 100%);
    z-index: 0;
}

.inner {
    position: relative;
    min-height: 590px;
    border-radius: 20px;
    overflow: hidden;
    background:
            radial-gradient(circle at 20% 12%, rgba(255,255,255,.05), transparent 18%),
            linear-gradient(180deg, #05050a 0%, #000 100%);
    z-index: 1;
}

.nav {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 28px 34px 10px;
    z-index: 3;
}

.menu {
    width: 28px;
    height: 18px;
    display: grid;
    gap: 4px;
}

.menu span {
    display: block;
    width: 100%;
    height: 2px;
    border-radius: 999px;
    background: rgba(255,255,255,.9);
}

.brand {
    font-size: 24px;
    font-weight: 800;
    letter-spacing: -.03em;
}

.brand sup {
    font-size: 11px;
    opacity: .65;
    top: -.9em;
    position: relative;
}

.nav-link {
    text-decoration: none;
    color: #fff;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .06em;
    text-transform: uppercase;
    position: relative;
    padding-left: 12px;
}

.nav-link::before,
.cta::before {
    content: "";
    position: absolute;
    width: 6px;
    height: 6px;
    border-radius: 999px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background: linear-gradient(90deg, var(--purple), var(--pink));
    box-shadow: 0 0 16px rgba(172,88,255,.9);
}

.blob-wrap {
    position: absolute;
    inset: 0;
    display: grid;
    place-items: center;
    z-index: 1;
    pointer-events: none;
}

.blob {
    width: min(82%, 760px);
    aspect-ratio: 1.05;
    position: relative;
    transform: rotate(-9deg) translateY(-12px);
    filter: drop-shadow(0 18px 40px rgba(0,0,0,.45));
}

.blob::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 40% 60% 55% 45% / 40% 34% 66% 60%;
    background:
            radial-gradient(circle at 20% 18%, rgba(255,255,255,.2), transparent 18%),
            radial-gradient(circle at 48% 42%, rgba(255,255,255,.06), transparent 24%),
            linear-gradient(180deg, #121212 0%, #050505 100%);
    box-shadow: inset -30px -25px 55px rgba(255,255,255,.03), inset 35px 25px 60px rgba(255,255,255,.05);
    overflow: hidden;
}

.blob::after {
    content: "";
    position: absolute;
    inset: -10%;
    border-radius: 42% 58% 48% 52% / 50% 36% 64% 50%;
    background:
            repeating-radial-gradient(circle at 45% 50%, rgba(255,255,255,.18) 01px, transparent 2px 11px),
            linear-gradient(180deg, transparent, transparent);
    mix-blend-mode: screen;
    opacity: .45;
    filter: blur(.2px);
    transform: scale(1.04, .96) rotate(7deg);
}

.hero-content {
    position: relative;
    z-index: 3;
    min-height: 590px;
    padding: 76px 70px 46px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.headline {
    max-width: 760px;
    font-size: clamp(52px, 7vw, 92px);
    line-height: .92;
    letter-spacing: -0.07em;
    font-weight: 900;
    text-transform: uppercase;
    margin: 0;
}

.headline .accent {
    display: block;
    background: linear-gradient(90deg, #6f6bff 0%, #9f4cff 35%, #ff4f84 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.bottom-row {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 42px;
    display: grid;
    grid-template-columns: 1fr auto auto;
    gap: 28px;
    align-items: end;
    padding: 0 70px;
    z-index: 4;
}

.stat {
    display: flex;
    align-items: center;
    gap: 12px;
    max-width: 220px;
}

.stat strong {
    font-size: 54px;
    line-height: 1;
    font-weight: 900;
    letter-spacing: -.06em;
    background: linear-gradient(90deg, #8d6cff, #ff4f84);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.stat span,
.description {
    font-size: 14px;
    line-height: 1.35;
    color: rgba(255,255,255,.82);
}

.description {
    max-width: 340px;
    justify-self: center;
    color: rgba(255,255,255,.74);
}

.cta {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 168px;
    min-height: 66px;
    padding: 0 26px 0 34px;
    border-radius: 4px;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: .05em;
    font-weight: 800;
    background:
            linear-gradient(#0a0a10, #0a0a10) padding-box,
            linear-gradient(90deg, rgba(139,92,246,.9), rgba(255,61,129,.9)) border-box;
    border: 1.5px solid transparent;
    box-shadow: inset 0 0 0 1px rgba(255,255,255,.03), 0 10px 28px rgba(0,0,0,.2);
}

.base {
    position: relative;
    width: min(1120px, calc(100% + 90px));
    height: 30px;
    margin: -2px auto 0;
    background: linear-gradient(180deg, #535353 0%, #2e2e2e 38%, #111111 100%);
    border-radius: 0 0 28px 28px;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.12);
}

.base::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 5px;
    transform: translateX(-50%);
    width: 140px;
    height: 10px;
    border-radius: 999px;
    background: linear-gradient(180deg, #2c2c2c 0%, #1b1b1b 100%);
    opacity: .95;
}

.desk {
    width: min(1240px, calc(100% + 130px));
    height: 56px;
    margin: -2px auto 0;
    border-radius: 8px 8px 0 0;
    background: linear-gradient(180deg, #303030 0%, #1e1e1e 40%, #0f0f0f 100%);
    position: relative;
    box-shadow: 0 22px 40px rgba(0,0,0,.35);
}

.desk::before,
.desk::after {
    content: "";
    position: absolute;
    bottom: -80px;
    width: 24px;
    height: 80px;
    background: linear-gradient(180deg, #2f2f2f 0%, #121212 100%);
    border-radius: 0 0 3px 3px;
}

.desk::before {
    left: 22px;
}

.desk::after {
    right: 22px;
}

@media (max-width: 1100px) {
    .frame {
        padding-left: 16px;
        padding-right: 16px;
    }

    .side-text {
        display: none;
    }

    .hero-content {
        padding: 54px 42px 42px;
    }

    .bottom-row {
        padding: 0 42px;
        gap: 18px;
    }
}

@media (max-width: 820px) {
    .page {
        padding: 20px 14px 40px;
    }

    .hero-title {
        margin-bottom: 16px;
    }

    .laptop-screen {
        padding: 14px;
        border-radius: 20px;
    }

    .inner,
    .hero-content {
        min-height: 620px;
    }

    .nav {
        padding: 20px 18px 0;
    }

    .brand {
        font-size: 18px;
    }

    .hero-content {
        padding: 58px 24px 34px;
        justify-content: flex-start;
    }

    .headline {
        font-size: clamp(40px, 12vw, 72px);
        max-width: 100%;
    }

    .blob {
        width: 108%;
        transform: rotate(-6deg) translateY(24px);
        opacity: .9;
    }

    .bottom-row {
        position: static;
        margin-top: auto;
        padding: 22px 24px 0;
        grid-template-columns: 1fr;
        align-items: start;
    }

    .description {
        justify-self: start;
        max-width: 100%;
    }

    .cta {
        justify-self: start;
    }

    .base {
        width: calc(100% + 34px);
        height: 22px;
    }

    .desk {
        width: calc(100% + 46px);
        height: 32px;
    }

    .desk::before,
    .desk::after {
        height: 42px;
        bottom: -42px;
    }
}