:root {
    color-scheme: light;
    --ink: #171724;
    --muted: #686b7b;
    --quiet: #9699a8;
    --paper: #f7f8fc;
    --panel: #ffffff;
    --line: rgba(39, 42, 69, 0.12);
    --navy: #101322;
    --navy-2: #181c31;
    --indigo: #5b55df;
    --electric: #7b76ff;
    --money: #6660f4;
    --green: #23a85a;
    --red: #f1362e;
    --shadow: 0 26px 80px rgba(19, 23, 42, 0.15);
    --hero-shadow: 0 34px 110px rgba(5, 8, 20, 0.42);
}

* {
    box-sizing: border-box;
}

html {
    min-height: 100%;
    overflow-x: hidden;
    scroll-behavior: smooth;
    background: var(--paper);
}

body {
    min-height: 100vh;
    margin: 0;
    overflow-x: hidden;
    color: var(--ink);
    background:
        radial-gradient(circle at 78% 6%, rgba(91, 85, 223, 0.32), transparent 28rem),
        linear-gradient(180deg, var(--navy) 0, var(--navy) 820px, var(--paper) 820px, #ffffff 100%);
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    line-height: 1.5;
}

a {
    color: inherit;
}

.site-header,
main > section {
    width: min(1180px, calc(100% - 44px));
    margin: 0 auto;
}

.site-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 26px 0;
    color: #ffffff;
}

.brand {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    color: inherit;
    font-size: 18px;
    font-weight: 850;
    text-decoration: none;
}

.brand img {
    width: 42px;
    height: 42px;
    border-radius: 12px;
    box-shadow: 0 14px 34px rgba(91, 85, 223, 0.34);
}

.header-nav {
    display: flex;
    align-items: center;
    gap: 24px;
    color: rgba(255, 255, 255, 0.72);
    font-size: 14px;
    font-weight: 750;
}

.header-nav a {
    text-decoration: none;
}

.header-nav a:hover {
    color: #ffffff;
}

.hero {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(420px, 1.1fr);
    gap: clamp(46px, 7vw, 94px);
    align-items: center;
    min-height: 700px;
    padding: 44px 0 90px;
    color: #ffffff;
}

.hero-copy {
    max-width: 610px;
}

.eyebrow {
    margin: 0 0 16px;
    color: #aaa7ff;
    font-size: 12px;
    font-weight: 850;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

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

h1 {
    max-width: 620px;
    margin-bottom: 22px;
    font-size: clamp(48px, 6.2vw, 78px);
    font-weight: 880;
    line-height: 0.96;
    letter-spacing: 0;
}

h2 {
    margin-bottom: 16px;
    color: var(--ink);
    font-size: clamp(34px, 4.8vw, 56px);
    font-weight: 850;
    line-height: 1.02;
    letter-spacing: 0;
}

h3 {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 1.16;
}

.hero-subhead {
    max-width: 610px;
    margin-bottom: 30px;
    color: rgba(255, 255, 255, 0.74);
    font-size: clamp(18px, 2vw, 21px);
    line-height: 1.47;
}

.download-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    align-items: center;
}

.button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 0 20px;
    border: 1px solid transparent;
    border-radius: 14px;
    font-size: 15px;
    font-weight: 850;
    text-decoration: none;
    white-space: nowrap;
}

.button.primary {
    background: #ffffff;
    color: var(--navy);
    box-shadow: 0 18px 44px rgba(0, 0, 0, 0.24);
}

.button.secondary {
    border-color: rgba(255, 255, 255, 0.2);
    background: rgba(255, 255, 255, 0.07);
    color: #ffffff;
}

.button.secondary.light {
    border-color: rgba(91, 85, 223, 0.22);
    background: #ffffff;
    color: var(--indigo);
    box-shadow: 0 16px 42px rgba(21, 24, 39, 0.08);
}

.cta-note {
    margin: 14px 0 0;
    color: rgba(255, 255, 255, 0.58);
    font-size: 13px;
    font-weight: 650;
}

.cta-note.dark {
    color: var(--quiet);
}

.product-stage {
    position: relative;
    min-height: 600px;
}

.menubar-preview {
    position: relative;
    z-index: 3;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    min-height: 54px;
    margin: 0 34px 18px auto;
    padding: 0 18px;
    border: 1px solid rgba(255, 255, 255, 0.26);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.94);
    color: var(--navy);
    box-shadow: var(--hero-shadow);
    backdrop-filter: blur(20px);
    font-size: 17px;
    font-weight: 850;
}

.menubar-preview b {
    color: var(--money);
}

.timer-glyph {
    width: 18px;
    height: 18px;
    border: 3px solid var(--navy);
    border-radius: 50%;
    box-shadow: inset 5px -1px 0 -3px var(--navy);
}

.mac-preview {
    width: min(640px, 100%);
    margin-left: auto;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 30px;
    background: rgba(255, 255, 255, 0.97);
    color: var(--ink);
    box-shadow: var(--hero-shadow);
}

.window-chrome {
    position: relative;
    display: flex;
    align-items: center;
    gap: 8px;
    min-height: 54px;
    padding: 0 18px;
    border-bottom: 1px solid var(--line);
    background: linear-gradient(180deg, #ffffff, #f2f2f8);
}

.window-chrome span {
    width: 11px;
    height: 11px;
    border-radius: 50%;
}

.window-chrome span:nth-child(1) { background: #ff5f57; }
.window-chrome span:nth-child(2) { background: #ffbd2e; }
.window-chrome span:nth-child(3) { background: #28c840; }

.window-chrome strong {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    font-size: 14px;
}

.mac-body {
    display: grid;
    gap: 20px;
    padding: clamp(24px, 4vw, 36px);
}

.today-total span,
.active-card > span,
.phone-screen > span,
.section-heading .eyebrow {
    display: block;
}

.today-total > span,
.active-card > span,
.phone-screen > span {
    margin-bottom: 8px;
    color: var(--quiet);
    font-size: 12px;
    font-weight: 850;
    letter-spacing: 0.09em;
    text-transform: uppercase;
}

.today-total div {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto minmax(0, 0.78fr);
    gap: 18px;
    align-items: center;
}

.today-total strong {
    font-size: clamp(32px, 3.6vw, 46px);
    line-height: 1;
    white-space: nowrap;
}

.today-total strong:last-child {
    color: var(--money);
}

.today-total i {
    width: 1px;
    height: 44px;
    background: rgba(91, 85, 223, 0.28);
}

.active-card {
    padding: 20px;
    border: 1px solid rgba(91, 85, 223, 0.16);
    border-radius: 18px;
    background: linear-gradient(135deg, #ffffff, #f5f4ff);
}

.active-card h2 {
    margin-bottom: 4px;
    font-size: 24px;
}

.active-card p {
    margin-bottom: 12px;
    color: var(--muted);
    font-weight: 700;
}

.active-card strong {
    color: var(--money);
    font-size: 20px;
}

.project-list {
    display: grid;
    gap: 10px;
}

.project-list div {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 14px;
    align-items: center;
    padding: 14px 16px;
    border: 1px solid var(--line);
    border-radius: 15px;
    background: #ffffff;
}

.project-list span {
    font-weight: 850;
}

.project-list strong {
    color: var(--muted);
    font-size: 14px;
    white-space: nowrap;
}

.phone-preview {
    position: absolute;
    right: -10px;
    bottom: -18px;
    z-index: 4;
    width: 188px;
    min-height: 360px;
    padding: 12px;
    border: 1px solid rgba(255, 255, 255, 0.28);
    border-radius: 34px;
    background: #0f1220;
    box-shadow: 0 34px 90px rgba(3, 6, 18, 0.45);
}

.phone-speaker {
    width: 52px;
    height: 5px;
    margin: 4px auto 12px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.18);
}

.phone-screen {
    min-height: 312px;
    padding: 20px 16px;
    border-radius: 24px;
    background:
        radial-gradient(circle at 86% 12%, rgba(123, 118, 255, 0.28), transparent 7rem),
        linear-gradient(180deg, #fbfbff, #f2f1ff);
    color: var(--ink);
}

.phone-screen h2 {
    margin-bottom: 18px;
    font-size: 22px;
}

.phone-screen strong,
.phone-screen b {
    display: block;
    line-height: 1;
}

.phone-screen strong {
    font-size: 30px;
}

.phone-screen b {
    margin: 9px 0 18px;
    color: var(--money);
    font-size: 34px;
}

.phone-screen p {
    color: var(--muted);
    font-size: 14px;
    font-weight: 750;
}

.problem,
.features,
.how-it-works,
.audience,
.final-cta {
    padding: clamp(70px, 10vw, 118px) 0;
}

.problem {
    display: grid;
    grid-template-columns: minmax(0, 0.98fr) minmax(0, 1.02fr);
    gap: clamp(34px, 6vw, 78px);
    align-items: center;
}

.problem h2 {
    max-width: 650px;
}

.problem > p,
.audience > p {
    color: var(--muted);
    font-size: clamp(19px, 2.2vw, 24px);
    line-height: 1.5;
}

.section-heading {
    max-width: 760px;
    margin: 0 auto 34px;
    text-align: center;
}

.section-heading.compact {
    margin-bottom: 18px;
}

.feature-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
}

.feature-card,
.steps article {
    border: 1px solid var(--line);
    border-radius: 24px;
    background: var(--panel);
    box-shadow: 0 18px 50px rgba(19, 23, 42, 0.06);
}

.feature-card {
    min-height: 260px;
    padding: 24px;
}

.feature-card.accent {
    background: linear-gradient(145deg, #4f49d6, #746fff);
    color: #ffffff;
    box-shadow: 0 24px 70px rgba(91, 85, 223, 0.32);
}

.feature-card span,
.steps span {
    display: block;
    margin-bottom: 42px;
    color: var(--indigo);
    font-size: 13px;
    font-weight: 900;
}

.feature-card.accent span,
.feature-card.accent p {
    color: rgba(255, 255, 255, 0.74);
}

.feature-card p,
.steps p {
    margin-bottom: 0;
    color: var(--muted);
}

.how-it-works {
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
}

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

.steps article {
    padding: 28px;
}

.steps span {
    display: inline-grid;
    place-items: center;
    width: 40px;
    height: 40px;
    margin-bottom: 36px;
    border-radius: 50%;
    background: #eeedff;
}

.audience {
    max-width: 900px;
    text-align: center;
}

.final-cta {
    margin-bottom: 60px;
    padding-right: 24px;
    padding-left: 24px;
    border: 1px solid rgba(91, 85, 223, 0.18);
    border-radius: 32px;
    background:
        radial-gradient(circle at 50% 0%, rgba(91, 85, 223, 0.16), transparent 22rem),
        #ffffff;
    box-shadow: var(--shadow);
    text-align: center;
}

.final-cta img {
    width: 72px;
    height: 72px;
    margin-bottom: 18px;
    border-radius: 18px;
    box-shadow: 0 18px 44px rgba(91, 85, 223, 0.2);
}

.final-cta h2 {
    max-width: 720px;
    margin-right: auto;
    margin-left: auto;
}

.final-cta .download-actions {
    justify-content: center;
}

.final-cta .button.primary {
    background: var(--indigo);
    color: #ffffff;
    box-shadow: 0 18px 42px rgba(91, 85, 223, 0.24);
}

@media (max-width: 1040px) {
    body {
        background:
            radial-gradient(circle at 80% 4%, rgba(91, 85, 223, 0.28), transparent 24rem),
            linear-gradient(180deg, var(--navy) 0, var(--navy) 1060px, var(--paper) 1060px, #ffffff 100%);
    }

    .hero,
    .problem {
        grid-template-columns: 1fr;
    }

    .hero {
        min-height: auto;
    }

    .hero-copy {
        max-width: 720px;
    }

    .product-stage {
        min-height: 620px;
    }

    .menubar-preview,
    .mac-preview {
        margin-left: 0;
    }

    .feature-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 720px) {
    .site-header,
    main > section {
        width: min(100% - 30px, 1180px);
    }

    .site-header {
        padding: 20px 0;
    }

    .header-nav {
        display: none;
    }

    .hero {
        gap: 40px;
        padding: 40px 0 70px;
    }

    h1 {
        font-size: clamp(42px, 13vw, 58px);
    }

    h2 {
        font-size: clamp(32px, 10vw, 44px);
    }

    .download-actions {
        align-items: stretch;
        flex-direction: column;
    }

    .button {
        width: 100%;
    }

    .product-stage {
        min-height: auto;
        padding-bottom: 0;
    }

    .menubar-preview {
        display: flex;
        justify-content: center;
        width: 100%;
        margin: 0 0 14px;
        font-size: 15px;
    }

    .mac-preview {
        border-radius: 24px;
    }

    .mac-body {
        padding: 22px;
    }

    .today-total div,
    .project-list div {
        grid-template-columns: 1fr;
        gap: 8px;
    }

    .today-total strong {
        white-space: normal;
    }

    .today-total i {
        width: 100%;
        height: 1px;
    }

    .phone-preview {
        position: relative;
        right: auto;
        bottom: auto;
        width: min(230px, 78%);
        min-height: auto;
        margin: 18px auto 0;
    }

    .phone-screen {
        min-height: 260px;
    }

    .problem,
    .features,
    .how-it-works,
    .audience,
    .final-cta {
        padding-top: 62px;
        padding-bottom: 62px;
    }

    .feature-grid,
    .steps {
        grid-template-columns: 1fr;
    }

    .feature-card {
        min-height: 0;
    }

    .feature-card span,
    .steps span {
        margin-bottom: 26px;
    }

    .problem > p,
    .audience > p {
        font-size: 18px;
    }
}
