:root {
    color-scheme: dark;
    --ink: #09090b;
    --surface: #151518;
    --surface-raised: #1d1d21;
    --paper: #f3f4f6;
    --white: #ffffff;
    --text: #f7f7f8;
    --muted: #aaaab3;
    --paper-text: #17171a;
    --paper-muted: #5e6068;
    --violet: #5548e8;
    --violet-light: #c9c5ff;
    --line-dark: #303036;
    --line-light: #d8d9de;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    background: var(--ink);
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
    overflow-x: hidden;
    background: var(--ink);
    color: var(--text);
    font-family: "Avenir Next", Avenir, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 18px;
    line-height: 1.6;
    letter-spacing: 0;
    text-rendering: optimizeLegibility;
}

img {
    display: block;
    max-width: 100%;
}

a {
    color: inherit;
    text-decoration-thickness: 1px;
    text-underline-offset: 0.22em;
}

a:focus-visible {
    outline: 3px solid var(--violet-light);
    outline-offset: 5px;
    border-radius: 3px;
}

h1,
h2,
h3,
p {
    margin-top: 0;
}

h1,
h2,
h3 {
    margin-bottom: 0;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.04;
}

h1 {
    max-width: 760px;
    font-size: 68px;
}

h2 {
    font-size: 50px;
}

h3 {
    font-size: 25px;
}

.page-shell {
    width: min(100% - 48px, 1180px);
    margin-inline: auto;
}

.eyebrow {
    margin-bottom: 16px;
    color: var(--violet-light);
    font-size: 14px;
    font-weight: 700;
    line-height: 1.3;
    text-transform: uppercase;
    letter-spacing: 0;
}

.hero {
    min-height: min(900px, 92svh);
    overflow: hidden;
    background: var(--ink);
}

.hero-inner {
    min-height: inherit;
    display: grid;
    grid-template-columns: minmax(0, 1.25fr) minmax(280px, 0.75fr);
    gap: 64px;
    align-items: center;
    padding-block: 34px 58px;
}

.hero-copy {
    position: relative;
    z-index: 1;
}

.brand-lockup {
    display: inline-flex;
    align-items: center;
    gap: 13px;
    margin-bottom: 72px;
    color: var(--white);
    font-size: 25px;
    font-weight: 700;
    line-height: 1;
}

.brand-icon {
    width: 46px;
    height: 46px;
    border: 1px solid #2b2b31;
    border-radius: 11px;
}

.hero h1 {
    margin-bottom: 24px;
}

.hero-summary {
    max-width: 650px;
    margin-bottom: 32px;
    color: var(--muted);
    font-size: 21px;
    line-height: 1.55;
}

.app-store-link {
    display: inline-block;
    border-radius: 8px;
    transition: opacity 160ms ease, transform 160ms ease;
}

.app-store-link img {
    width: 180px;
    height: auto;
}

.app-store-link:hover {
    opacity: 0.86;
    transform: translateY(-2px);
}

.hero-visual,
.device-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-visual {
    align-self: end;
}

.device {
    position: relative;
    flex: 0 0 auto;
    overflow: hidden;
    background: #050506;
    border: 1px solid #3a3a42;
    box-shadow: 0 28px 70px rgba(0, 0, 0, 0.38);
}

.device img {
    width: 100%;
    height: auto;
    background: #0b0b0d;
}

.device-phone {
    width: min(100%, 320px);
    padding: 8px;
    border-radius: 50px;
}

.device-phone img {
    border-radius: 40px;
}

.device-phone-hero {
    width: min(100%, 305px);
    box-shadow: 0 32px 90px rgba(0, 0, 0, 0.52), 0 0 0 1px rgba(85, 72, 232, 0.16);
}

.device-tablet {
    width: min(100%, 700px);
    padding: 10px;
    border-radius: 34px;
}

.device-tablet img {
    border-radius: 24px;
}

.workflow {
    background: var(--paper);
    color: var(--paper-text);
    padding-block: 110px 120px;
}

.section-heading {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(260px, 0.64fr);
    column-gap: 80px;
    align-items: end;
    margin-bottom: 78px;
}

.section-heading .eyebrow {
    grid-column: 1 / -1;
    color: var(--violet);
}

.section-heading h2 {
    max-width: 700px;
}

.section-heading > p:last-child {
    margin-bottom: 3px;
    color: var(--paper-muted);
    font-size: 20px;
}

.workflow-list {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 36px;
}

.workflow-list article {
    padding-top: 24px;
    border-top: 1px solid var(--line-light);
}

.workflow-list span {
    display: block;
    margin-bottom: 48px;
    color: var(--violet);
    font-size: 14px;
    font-weight: 700;
}

.workflow-list h3 {
    margin-bottom: 14px;
}

.workflow-list p {
    margin-bottom: 0;
    color: var(--paper-muted);
    font-size: 17px;
}

.feature {
    padding-block: 120px;
}

.feature-markers {
    background: var(--surface);
}

.feature-player {
    background: var(--white);
    color: var(--paper-text);
}

.feature-inner {
    display: grid;
    grid-template-columns: minmax(250px, 0.56fr) minmax(0, 1.44fr);
    gap: 86px;
    align-items: center;
}

.feature-inner-reverse {
    grid-template-columns: minmax(0, 0.9fr) minmax(280px, 0.55fr);
}

.feature-inner-reverse .feature-copy {
    order: 2;
}

.feature-inner-reverse .device-wrap {
    order: 1;
}

.feature-copy {
    max-width: 430px;
}

.feature-copy h2 {
    margin-bottom: 28px;
}

.feature-copy > p:not(.eyebrow) {
    color: var(--muted);
    font-size: 20px;
}

.feature-copy-dark .eyebrow {
    color: var(--violet);
}

.feature-copy-dark > p:not(.eyebrow) {
    color: var(--paper-muted);
}

.feature-detail {
    margin-top: 28px;
    margin-bottom: 0;
    padding-top: 28px;
    border-top: 1px solid var(--line-dark);
    font-size: 16px !important;
}

.feature-copy-dark .feature-detail {
    border-color: var(--line-light);
}

.device-wrap-tablet {
    justify-content: flex-end;
}

.device-wrap-phone {
    justify-content: flex-start;
}

.feature-player .device {
    border-color: #27272c;
    box-shadow: 0 30px 70px rgba(31, 31, 38, 0.2);
}

.closing {
    background: var(--violet);
    color: var(--white);
    padding-block: 112px 120px;
}

.closing-inner {
    max-width: 930px;
    text-align: center;
}

.closing .eyebrow {
    color: #dedcff;
}

.closing h2 {
    margin-bottom: 24px;
}

.closing p:last-child {
    max-width: 700px;
    margin: 0 auto;
    color: #e7e5ff;
    font-size: 21px;
}

footer {
    background: var(--ink);
    color: var(--muted);
    padding-block: 52px 44px;
}

.footer-inner {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 30px 48px;
    align-items: center;
}

.footer-brand {
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--white);
    font-size: 19px;
    font-weight: 700;
}

.footer-brand img {
    width: 34px;
    height: 34px;
    border-radius: 8px;
}

footer nav {
    display: flex;
    flex-wrap: wrap;
    gap: 28px;
    justify-content: flex-end;
}

footer nav a {
    color: var(--text);
    font-size: 15px;
    font-weight: 600;
}

footer nav a:hover {
    color: var(--violet-light);
}

.trademark {
    max-width: 800px;
    margin-bottom: 0;
    font-size: 12px;
    line-height: 1.55;
}

.copyright {
    margin-bottom: 0;
    font-size: 13px;
    text-align: right;
}

@media (max-width: 980px) {
    h1 {
        font-size: 54px;
    }

    h2 {
        font-size: 42px;
    }

    .hero-inner {
        grid-template-columns: minmax(0, 1fr) minmax(230px, 0.6fr);
        gap: 38px;
    }

    .brand-lockup {
        margin-bottom: 50px;
    }

    .hero-summary {
        font-size: 19px;
    }

    .device-phone-hero {
        width: min(100%, 260px);
    }

    .section-heading {
        column-gap: 48px;
    }

    .feature-inner,
    .feature-inner-reverse {
        grid-template-columns: minmax(220px, 0.55fr) minmax(0, 1fr);
        gap: 56px;
    }

    .feature-inner-reverse {
        grid-template-columns: minmax(0, 0.9fr) minmax(250px, 0.55fr);
    }
}

@media (max-width: 760px) {
    body {
        font-size: 17px;
    }

    h1 {
        font-size: 40px;
    }

    h2 {
        font-size: 36px;
    }

    .page-shell {
        width: min(100% - 36px, 1180px);
    }

    .hero {
        min-height: auto;
    }

    .hero-inner {
        grid-template-columns: 1fr;
        gap: 18px;
        min-height: 100svh;
        padding-block: 22px 30px;
    }

    .brand-lockup {
        margin-bottom: 22px;
        font-size: 21px;
    }

    .brand-icon {
        width: 40px;
        height: 40px;
        border-radius: 10px;
    }

    .hero .eyebrow {
        margin-bottom: 10px;
    }

    .hero h1 {
        margin-bottom: 14px;
    }

    .hero-summary {
        margin-bottom: 20px;
        font-size: 17px;
        line-height: 1.48;
    }

    .app-store-link img {
        width: 150px;
    }

    .hero-visual {
        align-self: center;
    }

    .device-phone.device-phone-hero {
        width: min(100%, 170px);
        padding: 6px;
        border-radius: 34px;
    }

    .device-phone-hero img {
        border-radius: 28px;
    }

    .workflow,
    .feature {
        padding-block: 80px;
    }

    .section-heading {
        display: block;
        margin-bottom: 52px;
    }

    .section-heading h2 {
        margin-bottom: 20px;
    }

    .section-heading > p:last-child {
        font-size: 18px;
    }

    .workflow-list {
        grid-template-columns: 1fr;
        gap: 36px;
    }

    .workflow-list span {
        margin-bottom: 22px;
    }

    .feature-inner,
    .feature-inner-reverse {
        grid-template-columns: 1fr;
        gap: 52px;
    }

    .feature-inner-reverse .feature-copy,
    .feature-inner-reverse .device-wrap {
        order: initial;
    }

    .feature-copy {
        max-width: 560px;
    }

    .feature-copy > p:not(.eyebrow) {
        font-size: 18px;
    }

    .device-wrap-tablet,
    .device-wrap-phone {
        justify-content: center;
    }

    .device-tablet {
        width: min(100%, 560px);
        padding: 7px;
        border-radius: 24px;
    }

    .device-tablet img {
        border-radius: 17px;
    }

    .device-phone {
        width: min(100%, 280px);
    }

    .closing {
        padding-block: 82px 88px;
    }

    .closing p:last-child {
        font-size: 18px;
    }

    .footer-inner {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    footer nav {
        justify-content: flex-start;
    }

    .copyright {
        text-align: left;
    }
}

@media (max-width: 380px) {
    h1 {
        font-size: 36px;
    }

    h2 {
        font-size: 32px;
    }

    .page-shell {
        width: min(100% - 28px, 1180px);
    }

    .hero-inner {
        gap: 14px;
    }

    .device-phone.device-phone-hero {
        width: min(100%, 145px);
    }

    footer nav {
        gap: 20px;
    }
}

@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        scroll-behavior: auto !important;
        transition-duration: 0.01ms !important;
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
    }
}
