:root {
    --bg: #0a0b10;
    --panel: #11131b;
    --panel-2: #171a24;
    --line: #292d3b;
    --text: #f0f2f8;
    --muted: #969cad;
    --lime: #c9ff5a;
    --purple: #9a87ff;
    --orange: #ff8e72
}

* {
    box-sizing: border-box
}

html {
    scroll-behavior: smooth
}

body {
    margin: 0;
    background: var(--bg);
    color: var(--text);
    font-family: 'Space Grotesk', sans-serif
}

.site-header,
main>section,
footer {
    padding-left: max(5vw, 32px);
    padding-right: max(5vw, 32px)
}

.site-header {
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid var(--line)
}

.logo {
    font: 700 22px 'Space Grotesk', sans-serif;
    color: var(--text);
    text-decoration: none;
    letter-spacing: -1.3px
}

.logo span {
    color: var(--lime)
}

nav {
    display: flex;
    gap: 30px;
    margin-left: 90px
}

nav a {
    font: 500 12px 'IBM Plex Mono', monospace;
    text-transform: uppercase;
    letter-spacing: .5px;
    text-decoration: none;
    color: var(--muted);
    transition: .2s
}

nav a:hover {
    color: var(--lime)
}

.button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    border: 1px solid var(--lime);
    background: var(--lime);
    color: #101308;
    border-radius: 5px;
    padding: 13px 19px;
    font: 500 12px 'IBM Plex Mono', monospace;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: .3px;
    transition: .2s
}

.button:hover {
    background: transparent;
    color: var(--lime)
}

.button-small {
    padding: 9px 14px
}

.hero {
    min-height: 690px;
    display: grid;
    grid-template-columns: 1.05fr .95fr;
    align-items: center;
    gap: 48px;
    padding-top: 75px;
    padding-bottom: 100px;
    position: relative;
    overflow: hidden
}

.hero:before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, transparent 49.95%, #1b1e29 50%, transparent 50.05%);
    pointer-events: none
}

.eyebrow {
    font: 500 11px 'IBM Plex Mono', monospace;
    letter-spacing: .6px;
    text-transform: uppercase;
    color: var(--lime);
    margin: 0 0 22px
}

.pulse {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--lime);
    box-shadow: 0 0 0 5px #c9ff5a1b;
    margin-right: 9px
}

.hero h1,
h2 {
    font-family: 'Space Grotesk', sans-serif;
    letter-spacing: -4px;
    line-height: .98;
    margin: 0
}

.hero h1 {
    font-size: clamp(51px, 6.2vw, 86px);
    max-width: 750px
}

.hero-text {
    font-size: 18px;
    line-height: 1.6;
    color: var(--muted);
    max-width: 500px;
    margin: 30px 0
}

.hero-actions {
    display: flex;
    gap: 25px;
    align-items: center
}

.text-link {
    font: 500 12px 'IBM Plex Mono', monospace;
    text-transform: uppercase;
    letter-spacing: .3px;
    color: var(--text);
    text-decoration: none
}

.text-link span {
    color: var(--lime);
    margin-left: 4px
}

.trust-row {
    display: flex;
    align-items: center;
    gap: 13px;
    margin-top: 53px
}

.trust-row p {
    font: 400 11px 'IBM Plex Mono', monospace;
    margin: 0;
    color: var(--muted)
}

.avatars {
    display: flex
}

.avatars i {
    font-style: normal;
    border: 2px solid var(--bg);
    width: 26px;
    height: 26px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    margin-left: -6px;
    font-size: 10px;
    background: #2a3142;
    color: var(--lime)
}

.avatars i:first-child {
    margin-left: 0;
    background: #342e52
}

.hero-art {
    height: 480px;
    position: relative;
    display: grid;
    place-items: center
}

.orb {
    position: absolute;
    border-radius: 50%;
    filter: blur(3px)
}

.orb-one {
    width: 420px;
    height: 420px;
    background: #6f59d51f;
    top: 20px;
    right: -20px
}

.orb-two {
    width: 200px;
    height: 200px;
    background: #c9ff5a17;
    bottom: 0;
    left: 0
}

.browser-card {
    width: min(470px, 100%);
    height: 375px;
    background: var(--panel);
    border: 1px solid #34394a;
    border-radius: 9px;
    position: relative;
    z-index: 1;
    padding: 13px;
    box-shadow: 22px 22px 0 #202535;
    transform: rotate(2deg)
}

.browser-bar {
    height: 24px;
    display: flex;
    gap: 5px;
    align-items: center;
    color: #7d8394;
    font: 400 9px 'IBM Plex Mono', monospace
}

.browser-bar span {
    height: 7px;
    width: 7px;
    border-radius: 50%;
    background: #ff8e72
}

.browser-bar span:nth-child(2) {
    background: #ffd776
}

.browser-bar span:nth-child(3) {
    background: var(--lime)
}

.browser-bar b {
    margin: auto;
    font-weight: 400
}

.website-preview {
    height: calc(100% - 24px);
    background: #191b26;
    padding: 21px
}

.preview-nav {
    display: flex;
    justify-content: space-between;
    font: 400 10px 'IBM Plex Mono', monospace;
    color: #a9afbe
}

.preview-nav strong {
    font: 600 16px 'Space Grotesk', sans-serif;
    color: #f0f2f8
}

.preview-nav em {
    font-style: normal
}

.preview-hero {
    height: 213px;
    position: relative;
    display: flex;
    align-items: center
}

.preview-hero p {
    font: 700 35px/.98 'Space Grotesk', sans-serif;
    margin: 0;
    letter-spacing: -2px
}

.preview-hero p b {
    color: var(--lime)
}

.preview-sun {
    position: absolute;
    right: 10px;
    top: 45px;
    width: 115px;
    height: 115px;
    border: 1px solid var(--lime);
    border-radius: 50%;
    display: grid;
    place-items: center;
    font: 500 27px 'IBM Plex Mono', monospace;
    color: var(--lime);
    box-shadow: inset 0 0 40px #c9ff5a16
}

.preview-cards {
    display: flex;
    gap: 9px
}

.preview-cards span {
    height: 43px;
    flex: 1;
    background: #272b3b
}

.preview-cards span:nth-child(2) {
    background: #3e396a
}

.preview-cards span:nth-child(3) {
    background: #5d8331
}

.floating-tag {
    position: absolute;
    z-index: 2;
    border: 1px solid var(--line);
    background: var(--panel);
    padding: 11px 13px;
    border-radius: 5px;
    font: 500 11px 'IBM Plex Mono', monospace
}

.tag-fast {
    top: 52px;
    left: 0;
    color: var(--orange)
}

.tag-mobile {
    right: 0;
    bottom: 35px;
    color: var(--lime)
}

.section {
    padding-top: 120px;
    padding-bottom: 120px;
    border-top: 1px solid var(--line)
}

.services {
    background: var(--panel)
}

.section-heading h2 {
    font-size: clamp(38px, 4.6vw, 62px)
}

.service-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
    margin-top: 58px
}

.service-card {
    border: 1px solid var(--line);
    padding: 28px;
    min-height: 245px;
    position: relative;
    background: var(--panel-2)
}

.service-card:hover {
    border-color: var(--lime)
}

.service-card.blue {
    box-shadow: inset 0 3px #7894ff
}

.service-card.yellow {
    box-shadow: inset 0 3px var(--lime)
}

.service-card.peach {
    box-shadow: inset 0 3px var(--orange)
}

.service-icon {
    font-size: 29px;
    color: var(--lime)
}

.service-card h3 {
    font: 600 20px 'Space Grotesk', sans-serif;
    margin: 34px 0 10px
}

.service-card p,
.split>p {
    color: var(--muted);
    line-height: 1.6;
    font-size: 14px;
    max-width: 330px;
    margin: 0
}

.service-card>span {
    position: absolute;
    right: 23px;
    top: 22px;
    font: 400 11px 'IBM Plex Mono', monospace;
    color: #73798a
}

.split {
    display: flex;
    justify-content: space-between;
    align-items: end
}

.project-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 46px 18px;
    margin-top: 58px
}

.project {
    min-width: 0
}

.project-visual {
    height: 300px;
    border: 1px solid var(--line);
    padding: 29px;
    position: relative;
    overflow: hidden;
    transition: .25s
}

.project:hover .project-visual {
    transform: translateY(-5px);
    border-color: var(--lime)
}

.project-visual p {
    font: 700 49px/.78 'Space Grotesk', sans-serif;
    letter-spacing: -4px;
    margin: 0
}

.project-visual p i,
.project-visual p b {
    font-style: italic;
    font-weight: 500
}

.civic {
    background: #1b294b;
    color: #b9d0ff
}

.visual-mark {
    position: absolute;
    right: 35px;
    bottom: 28px;
    border: 1px solid #b9d0ff;
    color: #b9d0ff;
    width: 118px;
    height: 118px;
    display: grid;
    place-items: center;
    font: 600 40px 'IBM Plex Mono', monospace
}

.vision {
    background: #18251d;
    color: var(--lime)
}

.camera-lens {
    width: 145px;
    height: 145px;
    border: 18px solid var(--lime);
    border-radius: 50%;
    position: absolute;
    right: 36px;
    bottom: 28px;
    box-shadow: inset 0 0 0 21px #3a6449
}

.demographic {
    background: #301f36;
    color: #e8c3f5
}

.face-mark {
    position: absolute;
    right: 39px;
    bottom: 23px;
    border: 8px solid #e8c3f5;
    width: 128px;
    height: 128px;
    border-radius: 48%;
    display: grid;
    place-items: center;
    font-size: 55px
}

.crypto {
    background: #2e2619;
    color: #f2d46e
}

.coin-mark {
    position: absolute;
    right: 38px;
    bottom: 30px;
    width: 120px;
    height: 120px;
    border: 1px solid #f2d46e;
    color: #f2d46e;
    display: grid;
    place-items: center;
    font-size: 61px
}

.commerce {
    background: #17332e;
    color: #adf3d4
}

.bag-mark {
    position: absolute;
    right: 47px;
    bottom: 32px;
    font-size: 135px;
    line-height: .7;
    color: #adf3d4
}

.care {
    background: #24213f;
    color: #c6bcff
}

.care-mark {
    position: absolute;
    right: 38px;
    bottom: 25px;
    width: 120px;
    height: 120px;
    border: 1px solid #c6bcff;
    display: grid;
    place-items: center;
    font-size: 70px
}

.project-meta {
    display: flex;
    justify-content: space-between;
    align-items: start;
    margin-top: 17px;
    gap: 10px
}

.project-meta h3 {
    font: 600 19px 'Space Grotesk', sans-serif;
    margin: 0
}

.project-meta p {
    margin: 6px 0;
    color: var(--muted);
    font: 400 11px/1.5 'IBM Plex Mono', monospace
}

.project-meta p a {
    color: var(--lime);
    text-decoration: none
}

.project-meta>a {
    width: 35px;
    height: 35px;
    display: grid;
    place-items: center;
    border: 1px solid var(--line);
    text-decoration: none;
    color: var(--text);
    font-size: 18px;
    flex: none
}

.process {
    display: grid;
    grid-template-columns: .8fr 1.2fr;
    gap: 70px
}

.process-list {
    padding: 0;
    margin: 0;
    list-style: none
}

.process-list li {
    display: flex;
    gap: 30px;
    padding: 0 0 31px;
    margin-bottom: 29px;
    border-bottom: 1px solid var(--line)
}

.process-list b {
    font: 500 12px 'IBM Plex Mono', monospace;
    color: var(--lime)
}

.process-list h3 {
    font: 600 20px 'Space Grotesk', sans-serif;
    margin: 0 0 9px
}

.process-list p {
    margin: 0;
    color: var(--muted);
    line-height: 1.6;
    font-size: 14px
}

.contact {
    background: var(--panel);
    color: var(--text);
    text-align: center;
    padding-top: 120px;
    padding-bottom: 120px;
    position: relative;
    overflow: hidden
}

.contact .eyebrow {
    color: var(--lime)
}

.contact h2 {
    font-size: clamp(39px, 4.6vw, 65px);
    position: relative
}

.contact-email {
    color: #11150b;
    display: inline-flex;
    gap: 25px;
    background: var(--lime);
    border-radius: 5px;
    margin-top: 36px;
    padding: 17px 23px;
    text-decoration: none;
    font: 500 13px 'IBM Plex Mono', monospace;
    position: relative
}

.contact-decoration {
    position: absolute;
    color: #1f2430;
    font-size: 350px;
    right: -65px;
    top: -105px
}

footer {
    height: 95px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font: 400 11px 'IBM Plex Mono', monospace;
    color: var(--muted)
}

footer p {
    margin: 0
}

footer>a:last-child {
    color: var(--muted);
    text-decoration: none
}

@media(max-width:760px) {
    .site-header {
        height: 70px
    }

    nav {
        display: none
    }

    .hero {
        grid-template-columns: 1fr;
        min-height: auto;
        padding-top: 65px;
        padding-bottom: 80px;
        gap: 32px
    }

    .hero:before {
        display: none
    }

    .hero-art {
        height: 360px
    }

    .browser-card {
        height: 295px;
        width: 91%;
        transform: rotate(1deg);
        box-shadow: 15px 15px #202535
    }

    .preview-hero {
        height: 155px
    }

    .preview-hero p {
        font-size: 26px
    }

    .preview-sun {
        width: 82px;
        height: 82px;
        font-size: 20px
    }

    .floating-tag {
        font-size: 9px
    }

    .section {
        padding-top: 80px;
        padding-bottom: 80px
    }

    .service-grid,
    .project-grid,
    .process {
        grid-template-columns: 1fr
    }

    .split {
        display: block
    }

    .split>p {
        margin-top: 22px
    }

    .project-visual {
        height: 275px
    }

    .process {
        gap: 46px
    }

    .contact {
        padding-top: 80px;
        padding-bottom: 85px
    }

    footer {
        height: auto;
        padding-top: 28px;
        padding-bottom: 28px;
        gap: 15px;
        flex-wrap: wrap
    }
}

@media(max-width:420px) {

    .site-header,
    main>section,
    footer {
        padding-left: 20px;
        padding-right: 20px
    }

    .hero h1 {
        font-size: 50px;
        letter-spacing: -3px
    }

    .hero-actions {
        gap: 18px;
        align-items: start;
        flex-direction: column
    }

    .hero-text {
        font-size: 16px
    }

    .trust-row {
        margin-top: 31px
    }

    .trust-row p {
        font-size: 10px
    }

    .browser-card {
        padding: 8px
    }

    .website-preview {
        padding: 13px
    }

    .project-visual {
        height: 245px;
        padding: 24px
    }

    .project-visual p {
        font-size: 41px
    }

    .visual-mark,
    .camera-lens,
    .face-mark,
    .coin-mark,
    .care-mark {
        transform: scale(.78);
        transform-origin: bottom right
    }

    .bag-mark {
        font-size: 110px
    }
}