@import url('https://fonts.googleapis.com/css2?family=DM+Mono:wght@400;500&family=Manrope:wght@400;500;600;700;800&family=Playfair+Display:ital,wght@0,500;0,600;1,500;1,600&display=swap');

:root {
    --ink: #101112;
    --paper: #f7f6f2;
    --lime: #d7ff4a;
    --muted: #72736e;
    --line: rgba(16, 17, 18, .13);
    --sans: 'Manrope', sans-serif;
    --serif: 'Playfair Display', serif;
    --mono: 'DM Mono', monospace
}

* {
    box-sizing: border-box
}

html {
    scroll-behavior: smooth
}

body {
    font-family: var(--sans);
    background: var(--paper);
    color: var(--ink);
    overflow-x: hidden
}

a {
    color: inherit;
    text-decoration: none
}

.section-space {
    padding: 8rem 0
}

.section-dark {
    color: #fff;
    background: var(--ink)
}

.navbar {
    padding: 1.25rem 0;
    transition: .35s ease
}

.navbar.scrolled {
    background: rgba(247, 246, 242, .9);
    backdrop-filter: blur(14px);
    box-shadow: 0 1px 0 var(--line);
    padding: .72rem 0
}

.navbar-brand {
    font-size: 1.05rem;
    font-weight: 800;
    letter-spacing: -.06em
}

.brand-light {
    font-weight: 500
}

.brand-mark {
    background: var(--ink);
    color: #fff;
    border-radius: 50%;
    width: 27px;
    height: 27px;
    display: grid;
    place-items: center;
    font-size: 14px
}

.navbar-toggler {
    border: 0;
    font-size: 1.6rem;
    padding: 0
}

.navbar-toggler:focus {
    box-shadow: none
}

.nav-link {
    font-size: .84rem;
    font-weight: 700;
    color: var(--ink) !important
}

.hero {
    min-height: 720px;
    background: #111512;
    color: #fff
}

.hero-orb {
    position: absolute;
    border-radius: 50%;
    filter: blur(1px);
    opacity: .8
}

.orb-one {
    width: 42vw;
    height: 42vw;
    background: #baff39;
    right: -10vw;
    top: -15vw;
    filter: blur(70px);
    opacity: .17
}

.orb-two {
    width: 30vw;
    height: 30vw;
    background: #5f9b58;
    left: -15vw;
    bottom: -22vw;
    filter: blur(90px);
    opacity: .22
}

.eyebrow {
    display: flex;
    align-items: center;
    gap: .6rem;
    font: 500 .7rem var(--mono);
    text-transform: uppercase;
    letter-spacing: .09em;
    color: #c4c8c1
}

.eyebrow span {
    width: 22px;
    height: 1px;
    background: currentColor
}

.eyebrow-dark {
    color: #5d605a
}

.hero h1 {
    font-size: clamp(3.3rem, 7.2vw, 7.1rem);
    letter-spacing: -.075em
}

.hero em,
.display-4 em,
blockquote em {
    font-family: var(--serif);
    font-weight: 500;
    letter-spacing: -.06em
}

.hero-copy {
    color: #c0c4bc;
    font-size: 1.15rem;
    max-width: 570px;
    line-height: 1.7
}

.btn {
    font-weight: 700;
    font-size: .83rem;
    transition: transform .25s, background .25s
}

.btn:hover {
    transform: translateY(-2px)
}

.hero-meta {
    display: flex;
    align-items: center;
    gap: .7rem;
    color: #b4b9af;
    font: 400 .65rem var(--mono);
    text-transform: uppercase;
    letter-spacing: .04em
}

.meta-dot {
    width: 3px;
    height: 3px;
    background: var(--lime);
    border-radius: 50%
}

.hero-art {
    height: 500px;
    position: relative;
    isolation: isolate
}

.art-grid {
    position: absolute;
    inset: 0;
    background-image: linear-gradient(rgba(255, 255, 255, .07) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, .07) 1px, transparent 1px);
    background-size: 48px 48px;
    mask-image: radial-gradient(circle, black, transparent 70%)
}

.art-ring {
    position: absolute;
    border: 1px solid rgba(215, 255, 74, .4);
    border-radius: 50%;
    left: 50%;
    top: 48%;
    transform: translate(-50%, -50%)
}

.ring-1 {
    width: 295px;
    height: 295px;
    animation: spin 20s linear infinite
}

.ring-2 {
    width: 190px;
    height: 190px;
    border-style: dashed;
    animation: spin 12s linear infinite reverse
}

.art-core {
    position: absolute;
    left: 50%;
    top: 48%;
    transform: translate(-50%, -50%);
    width: 96px;
    height: 96px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: var(--lime);
    color: var(--ink);
    font-size: 2rem;
    box-shadow: 0 0 80px rgba(215, 255, 74, .32)
}

.stat-card {
    position: absolute;
    background: rgba(32, 38, 32, .82);
    backdrop-filter: blur(14px);
    border: 1px solid rgba(255, 255, 255, .14);
    border-radius: 12px;
    padding: 1rem;
    color: #fff;
    box-shadow: 0 15px 40px rgba(0, 0, 0, .2)
}

.card-top {
    right: 0;
    top: 20%;
    width: 195px
}

.stat-card small {
    display: block;
    font-size: .63rem;
    color: #a7aea4;
    margin-bottom: .35rem
}

.stat-card strong {
    display: inline-block;
    font-size: 1.9rem;
    letter-spacing: -.07em
}

.stat-card span {
    font: 500 .58rem var(--mono);
    color: var(--lime);
    margin-left: .35rem
}

.card-bottom {
    bottom: 10%;
    left: 0;
    width: 214px
}

.avatars {
    display: flex;
    align-items: center;
    margin-bottom: .75rem
}

.avatars span,
.avatars b {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    border: 2px solid #263026;
    margin-left: -7px;
    font-size: .55rem;
    font-weight: 800
}

.avatars span:first-child {
    margin-left: 0;
    background: #e4a98d
}

.avatars span:nth-child(2) {
    background: #8c9ad9
}

.avatars span:nth-child(3) {
    background: #89bba1
}

.avatars b {
    background: #3b443c;
    color: #fff;
    font-size: .45rem
}

.scroll-hint {
    position: absolute;
    bottom: 2rem;
    left: 50%;
    transform: translateX(-50%);
    font: 400 .62rem var(--mono);
    text-transform: uppercase;
    letter-spacing: .08em;
    color: #9fa69b;
    display: flex;
    gap: .6rem;
    align-items: center
}

.scroll-hint span {
    height: 33px;
    width: 1px;
    background: var(--lime);
    display: block;
    animation: pulse 1.8s infinite
}

.partner-strip {
    border-bottom: 1px solid var(--line)
}

.partner-strip p {
    font-size: .7rem;
    color: #777a72;
    text-transform: uppercase;
    letter-spacing: .08em
}

.partner-list {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #42443f;
    font-weight: 800;
    font-size: 1.38rem;
    letter-spacing: -.07em
}

.partner-list .mono {
    font: 500 .7rem var(--mono);
    letter-spacing: -.08em
}

.display-4 {
    font-size: clamp(2.7rem, 4.4vw, 4.5rem);
    letter-spacing: -.07em;
    line-height: 1.06
}

.insight-card {
    height: 100%;
    padding: 2rem;
    border: 1px solid var(--line);
    background: #fbfaf7;
    transition: transform .3s, box-shadow .3s
}

.insight-card:hover {
    transform: translateY(-7px);
    box-shadow: 0 20px 35px rgba(20, 20, 18, .08)
}

.insight-card.featured {
    background: var(--lime);
    border-color: var(--lime)
}

.insight-card .number {
    display: block;
    font: 500 .68rem var(--mono);
    color: #73766e;
    margin-bottom: 3.5rem
}

.insight-card>i {
    font-size: 1.55rem
}

.insight-card h3 {
    font-size: 1.25rem;
    font-weight: 800;
    letter-spacing: -.05em;
    margin: 1.5rem 0 .7rem
}

.insight-card p {
    font-size: .9rem;
    color: #676a63;
    line-height: 1.7
}

.insight-card a {
    display: inline-block;
    margin-top: 1rem;
    font-size: .74rem;
    font-weight: 800
}

.insight-card a i {
    margin-left: .3rem
}

.visual-image {
    height: 630px;
    position: relative;
    overflow: hidden
}

.visual-image>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: grayscale(1);
    transform: scale(1.03)
}

.visual-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(10, 13, 10, .92), rgba(10, 13, 10, .3), rgba(10, 13, 10, .15))
}

.visual-content {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    color: #fff
}

.quote-mark {
    font: 6rem var(--serif);
    color: var(--lime);
    height: 72px
}

.visual-content blockquote {
    font-size: clamp(2rem, 3.5vw, 3.6rem);
    letter-spacing: -.06em;
    line-height: 1.16
}

.quote-author {
    display: flex;
    align-items: center;
    gap: .7rem;
    margin-top: 2.4rem
}

.quote-author span {
    display: block;
    width: 30px;
    height: 1px;
    background: var(--lime)
}

.quote-author strong,
.quote-author small {
    display: block;
    font-size: .7rem
}

.quote-author small {
    color: #bbc0b8;
    margin-top: .15rem
}

.guide-intro {
    top: 7rem
}

.guide-step {
    display: grid;
    grid-template-columns: 68px 1fr;
    gap: 1rem;
    border-top: 1px solid var(--line);
    padding: 2rem 0
}

.guide-step:last-child {
    border-bottom: 1px solid var(--line)
}

.guide-step>span {
    font: 500 .7rem var(--mono);
    color: #777a72
}

.guide-step h3 {
    font-size: 1.55rem;
    font-weight: 800;
    letter-spacing: -.06em
}

.guide-step p {
    font-size: .92rem;
    line-height: 1.75;
    color: #6c6e69;
    max-width: 480px;
    margin-bottom: 0
}

.terminal {
    background: #1b211b;
    border: 1px solid #3c443b;
    border-radius: 15px;
    padding: .75rem;
    box-shadow: 20px 25px 0 rgba(215, 255, 74, .12)
}

.terminal-bar {
    height: 31px;
    border-bottom: 1px solid #384037;
    display: flex;
    gap: 5px;
    align-items: flex-start
}

.terminal-bar i {
    display: block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #71806d
}

.terminal-bar span {
    margin-left: auto;
    font: 400 .55rem var(--mono);
    color: #849180
}

.terminal-body {
    padding: 2rem 1rem 1rem
}

.prompt {
    font: 400 .75rem var(--mono);
    color: #f1f3ef
}

.response {
    margin-top: 1.5rem;
    border: 1px solid #384037;
    border-radius: 10px;
    padding: 1rem;
    background: #202820
}

.spark {
    width: 26px;
    height: 26px;
    background: var(--lime);
    display: grid;
    place-items: center;
    color: #111;
    border-radius: 7px;
    font-size: .7rem
}

.response p {
    font-size: .8rem;
    line-height: 1.7;
    color: #e3e6df;
    margin: .8rem 0
}

.response-tags {
    display: flex;
    gap: .4rem;
    flex-wrap: wrap
}

.response-tags b {
    font: 500 .54rem var(--mono);
    background: #344032;
    color: #d6e2cf;
    padding: .3rem .45rem;
    border-radius: 4px
}

.typing {
    display: flex;
    gap: 4px;
    margin: 1.2rem .4rem 0
}

.typing span {
    width: 4px;
    height: 4px;
    background: #b9c4b2;
    border-radius: 50%;
    animation: typing 1.2s infinite
}

.typing span:nth-child(2) {
    animation-delay: .15s
}

.typing span:nth-child(3) {
    animation-delay: .3s
}

.subscribe-box {
    padding: 6rem 1.5rem;
    background: #e7e6df;
    border-radius: 18px
}

.subscribe-box>p:not(.eyebrow) {
    max-width: 440px
}

.subscribe-form {
    max-width: 460px;
    display: flex;
    background: #fff;
    border: 1px solid #d1d1ca;
    border-radius: 50px;
    padding: 5px
}

.subscribe-form input {
    border: 0;
    outline: 0;
    flex: 1;
    padding: .7rem 1rem;
    background: transparent;
    font: 500 .8rem var(--sans)
}

.subscribe-form button {
    width: 40px;
    border: 0;
    border-radius: 50%;
    background: var(--ink);
    color: #fff;
    transition: transform .2s
}

.subscribe-form button:hover {
    transform: rotate(45deg)
}

.form-message {
    min-height: 20px;
    font-size: .76rem;
    margin-top: .75rem;
    color: #4b5944
}

footer {
    padding: 2.2rem 0;
    border-top: 1px solid var(--line)
}

footer p,
footer a {
    font-size: .68rem;
    color: #74766f;
    margin: 0
}

.footer-links {
    display: flex;
    gap: 1.3rem
}

.back-to-top {
    position: fixed;
    z-index: 20;
    right: 1.4rem;
    bottom: 1.4rem;
    width: 42px;
    height: 42px;
    border: 0;
    border-radius: 50%;
    background: var(--ink);
    color: #fff;
    opacity: 0;
    visibility: hidden;
    transform: translateY(8px);
    transition: .25s
}

.back-to-top.visible {
    opacity: 1;
    visibility: visible;
    transform: none
}

.reveal {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity .75s ease, transform .75s ease
}

.reveal.visible {
    opacity: 1;
    transform: none
}

.delay-1 {
    transition-delay: .12s
}

.delay-2 {
    transition-delay: .24s
}

@keyframes spin {
    to {
        transform: translate(-50%, -50%) rotate(360deg)
    }
}

@keyframes pulse {
    50% {
        transform: scaleY(.35);
        transform-origin: bottom
    }
}

@keyframes typing {
    50% {
        opacity: .2;
        transform: translateY(-3px)
    }
}

@media(max-width:991.98px) {
    .navbar-collapse {
        background: rgba(247, 246, 242, .97);
        padding: 1rem;
        border-radius: 12px;
        margin-top: .8rem;
        box-shadow: 0 10px 25px rgba(0, 0, 0, .06)
    }

    .hero-art {
        height: 390px
    }

    .scroll-hint {
        display: none
    }

    .section-space {
        padding: 5rem 0
    }

    .partner-list {
        font-size: 1rem
    }

    .guide-intro {
        position: static
    }

    .visual-image {
        height: 560px
    }
}

@media(max-width:575.98px) {
    .hero {
        min-height: 660px
    }

    .hero-meta {
        flex-wrap: wrap
    }

    .hero-art {
        height: 300px;
        margin-top: -1.5rem;
        transform: scale(.85)
    }

    .partner-list {
        gap: 1.1rem;
        justify-content: flex-start;
        overflow: hidden;
        white-space: nowrap
    }

    .partner-list span:nth-child(n+4) {
        display: none
    }

    .visual-image {
        height: 570px
    }

    .visual-content {
        align-items: flex-end;
        padding-bottom: 3rem
    }

    .subscribe-box {
        padding: 4rem 1rem
    }

    .terminal {
        box-shadow: 10px 13px 0 rgba(215, 255, 74, .12)
    }
}