:root {
    color-scheme: dark;
    --bg: #080a09;
    --text: #f4f7f3;
    --muted: #a9b4ac;
    --subtle: #738078;
    --emerald: #34d77b;
    --emerald-deep: #0e8e51;
    --line: rgba(255, 255, 255, 0.14);
    --shadow: 0 28px 80px rgba(0, 0, 0, 0.42);
    --radius-lg: 32px;
    --radius-md: 24px;
    font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "SF Pro Text", "Helvetica Neue", Arial, sans-serif;
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    background: var(--bg);
}

body {
    margin: 0;
    min-height: 100vh;
    color: var(--text);
    background:
        radial-gradient(circle at 50% -10%, rgba(52, 215, 123, 0.14), transparent 34rem),
        linear-gradient(180deg, #0c100e 0%, var(--bg) 36%, #070807 100%);
    font-family: inherit;
    letter-spacing: 0;
}

body::before {
    position: fixed;
    inset: 0;
    z-index: -1;
    pointer-events: none;
    content: "";
    background:
        linear-gradient(115deg, rgba(255, 255, 255, 0.045), transparent 36%),
        radial-gradient(circle at 88% 18%, rgba(255, 255, 255, 0.055), transparent 18rem);
    opacity: 0.9;
}

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

button,
a {
    color: inherit;
}

.skip-link {
    position: fixed;
    top: 12px;
    left: 12px;
    z-index: 20;
    transform: translateY(-140%);
    padding: 10px 14px;
    border-radius: 999px;
    background: var(--text);
    color: #0b0e0c;
    text-decoration: none;
    font-weight: 700;
}

.skip-link:focus {
    transform: translateY(0);
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 10;
    padding: 18px 24px 0;
}

.nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: min(1120px, 100%);
    margin: 0 auto;
    padding: 10px 12px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 999px;
    background: rgba(9, 12, 10, 0.62);
    box-shadow: 0 18px 60px rgba(0, 0, 0, 0.24);
    backdrop-filter: blur(22px) saturate(145%);
}

.brand-mark,
.nav-cta {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
}

.brand-mark {
    font-size: 0.98rem;
    font-weight: 700;
}

.nav-cta {
    min-height: 38px;
    padding: 0 16px;
    border: 1px solid rgba(52, 215, 123, 0.38);
    border-radius: 999px;
    background: rgba(52, 215, 123, 0.12);
    color: #c7ffd9;
    font-size: 0.9rem;
    font-weight: 700;
}

.section-shell {
    width: min(1120px, calc(100% - 40px));
    margin: 0 auto;
}

.narrow {
    width: min(840px, calc(100% - 40px));
}

.hero {
    display: grid;
    grid-template-columns: minmax(0, 0.95fr) minmax(320px, 0.8fr);
    gap: clamp(42px, 7vw, 92px);
    align-items: center;
    min-height: calc(100vh - 72px);
    padding: 86px 0 74px;
}

.app-lockup {
    display: flex;
    align-items: center;
    gap: 18px;
    margin-bottom: 34px;
}

.app-icon {
    width: 88px;
    height: 88px;
    flex: 0 0 auto;
    border-radius: 24px;
    object-fit: contain;
    box-shadow: 0 18px 44px rgba(0, 0, 0, 0.28);
}

.app-icon-small {
    width: 34px;
    height: 34px;
    border-radius: 10px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.24);
}

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

figure {
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
}

h1 {
    margin-bottom: 2px;
    font-size: clamp(4rem, 10vw, 7.8rem);
    line-height: 0.9;
    letter-spacing: 0;
}

.product-type {
    margin-bottom: 0;
    color: var(--muted);
    font-size: clamp(1.1rem, 2vw, 1.45rem);
    font-weight: 650;
}

.tagline {
    max-width: 720px;
    margin-bottom: 18px;
    font-size: clamp(2.4rem, 6vw, 5.35rem);
    font-weight: 780;
    line-height: 0.98;
    letter-spacing: 0;
}

.intro {
    max-width: 620px;
    color: var(--muted);
    font-size: clamp(1.1rem, 1.8vw, 1.32rem);
    line-height: 1.55;
}

.availability {
    display: inline-flex;
    align-items: center;
    min-height: 44px;
    margin-top: 12px;
    margin-bottom: 0;
    padding: 0 18px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 18px 44px rgba(0, 0, 0, 0.2);
    color: #eef8f0;
    font-size: 0.95rem;
    font-weight: 720;
    backdrop-filter: blur(18px) saturate(145%);
}

.hero-visual {
    position: relative;
    display: grid;
    place-items: center;
    min-height: 620px;
}

.hero-visual::before {
    position: absolute;
    width: min(440px, 72vw);
    height: min(440px, 72vw);
    border-radius: 50%;
    background: radial-gradient(circle, rgba(52, 215, 123, 0.16), transparent 68%);
    filter: blur(8px);
    content: "";
}

.device-frame {
    position: relative;
    width: min(348px, 78vw);
    padding: 3px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 56px;
    overflow: hidden;

    background:
        linear-gradient(
            145deg,
            rgba(255, 255, 255, 0.18),
            rgba(255, 255, 255, 0.04) 35%,
            rgba(0, 0, 0, 0.35)
        );

    box-shadow:
        0 34px 86px rgba(0, 0, 0, 0.5),
        0 16px 42px rgba(9, 70, 41, 0.16);
}
.device-frame::after {
    display: none;
}

.hero-screenshot {
    display: block;
    width: 100%;
    height: auto;
    border-radius: inherit;
    object-fit: contain;
}

.screen-clip {
    --screen-radius: 38px;
    position: relative;
    z-index: 2;
    display: block;
    width: 100%;
    overflow: hidden;
    border-radius: var(--screen-radius);
    clip-path: inset(0 round var(--screen-radius));
    -webkit-mask-image: -webkit-radial-gradient(white, black);
    transform: translateZ(0);
}

.screen-clip img {
    width: 100%;
    height: auto;
    border-radius: 0;
    object-fit: contain;
}

.hero-screen {
    --screen-radius: 52px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.14);
}

.glass-panel {
    position: relative;
    overflow: hidden;
    border: 1px solid var(--line);
    background:
        linear-gradient(145deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0.055) 38%, rgba(255, 255, 255, 0.03)),
        rgba(255, 255, 255, 0.055);
    box-shadow: var(--shadow), inset 0 1px 0 rgba(255, 255, 255, 0.18);
    backdrop-filter: blur(26px) saturate(150%);
}

.glass-panel::before {
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    content: "";
    background:
        linear-gradient(120deg, rgba(255, 255, 255, 0.16), transparent 18%, transparent 74%, rgba(255, 255, 255, 0.06)),
        radial-gradient(circle at 30% 0%, rgba(52, 215, 123, 0.12), transparent 20rem);
    opacity: var(--light-opacity, 0.72);
    transition: opacity 180ms ease;
}

.core-idea {
    padding: 80px 0;
    background: linear-gradient(180deg, transparent, rgba(255, 255, 255, 0.035), transparent);
}

.eyebrow {
    margin-bottom: 14px;
    color: #9bf3bb;
    font-size: 0.82rem;
    font-weight: 790;
    letter-spacing: 0;
    text-transform: uppercase;
}

.core-idea h2,
.section-heading h2,
.privacy h2,
.final-card h2 {
    margin-bottom: 0;
    font-size: clamp(2.05rem, 4.4vw, 4.15rem);
    line-height: 1.04;
    letter-spacing: 0;
}

.question {
    margin-top: 26px;
    margin-bottom: 0;
    color: var(--text);
    font-size: clamp(1.4rem, 3vw, 2.15rem);
    font-weight: 760;
}

.product-flow {
    padding: 96px 0 76px;
}

.section-heading {
    max-width: 680px;
    margin-bottom: 58px;
}

.feature-row {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(280px, 0.62fr);
    gap: clamp(24px, 5vw, 78px);
    align-items: center;
    padding: 56px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.09);
}

.feature-row-alt .feature-copy {
    order: 2;
}

.feature-number {
    display: inline-block;
    margin-bottom: 18px;
    color: var(--emerald);
    font-size: 0.86rem;
    font-weight: 800;
}

.feature-copy h3 {
    max-width: 560px;
    margin-bottom: 12px;
    font-size: clamp(1.55rem, 3vw, 2.35rem);
    line-height: 1.12;
}

.feature-copy p,
.privacy p,
.final-card p,
.footer p {
    color: var(--muted);
    line-height: 1.65;
}

.feature-copy p {
    max-width: 570px;
    margin-bottom: 0;
    font-size: 1.05rem;
}

.screenshot-surface img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: inherit;
    object-fit: contain;
}

.screenshot-surface {
    justify-self: center;
    width: min(330px, 100%);
    padding: 3px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 54px;
    overflow: hidden;

    background:
        linear-gradient(
            145deg,
            rgba(255, 255, 255, 0.14),
            rgba(255, 255, 255, 0.025)
        );

    box-shadow: 0 28px 70px rgba(0, 0, 0, 0.38);
}

.screenshot-surface .screen-clip {
    --screen-radius: 50px;
    box-shadow: 0 18px 42px rgba(0, 0, 0, 0.26);
}

.budget-surface {
    transform: rotate(-1.5deg);
}

.expenses-surface {
    width: min(360px, 100%);
    transform: translateY(6px) rotate(1.5deg);
}

.analytics-surface {
    width: min(390px, 100%);
}

.recurring-surface {
    width: min(315px, 100%);
    transform: rotate(-0.8deg);
}

.privacy {
    padding: 90px 0;
    background: radial-gradient(circle at 50% 50%, rgba(52, 215, 123, 0.08), transparent 34rem);
}

.privacy-inner {
    max-width: 900px;
}

.privacy p {
    max-width: 720px;
    margin-top: 22px;
    margin-bottom: 0;
    font-size: clamp(1.06rem, 1.8vw, 1.28rem);
}

.final-cta {
    padding: 78px 0 42px;
}

.final-card {
    display: grid;
    justify-items: center;
    gap: 16px;
    padding: clamp(34px, 6vw, 64px);
    border-radius: var(--radius-lg);
    text-align: center;
}

.final-card p {
    margin-bottom: 0;
    font-weight: 700;
}

.footer {
    display: flex;
    justify-content: space-between;
    gap: 18px;
    padding: 28px 0 42px;
    border-top: 1px solid rgba(255, 255, 255, 0.09);
}

.footer p {
    margin: 0;
    font-size: 0.92rem;
}

.footer a,
.policy-content a {
    color: #c7ffd9;
    text-decoration-color: rgba(52, 215, 123, 0.42);
    text-underline-offset: 0.2em;
}

body.policy-page {
    font-family: -apple-system, BlinkMacSystemFont, "SF Pro Text", "Segoe UI Variable", "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
}

body.policy-page .policy-main {
    width: min(760px, calc(100% - 40px));
    padding: 72px 0 64px;
}

body.policy-page .policy-content {
    max-width: 720px;
    margin: 0 auto;
    padding: clamp(28px, 4vw, 44px);
    border: 1px solid rgba(199, 255, 217, 0.12);
    border-radius: 24px;
    background: #0e1210;
    box-shadow: 0 18px 48px rgba(0, 0, 0, 0.32);
}

body.policy-page .policy-content .eyebrow {
    margin-bottom: 12px;
}

body.policy-page .policy-content h1 {
    max-width: 620px;
    margin-bottom: 14px;
    font-size: clamp(2rem, 3.4vw, 2.95rem);
    font-weight: 720;
    line-height: 1.12;
}

body.policy-page .policy-updated {
    margin-bottom: 30px;
    color: #89948c;
    font-size: 0.96rem;
    font-weight: 620;
    line-height: 1.5;
}

body.policy-page .policy-content h2 {
    margin-top: 36px;
    margin-bottom: 10px;
    font-size: clamp(1.25rem, 1.8vw, 1.55rem);
    font-weight: 700;
    line-height: 1.25;
}

body.policy-page .policy-content p {
    max-width: 640px;
    margin-bottom: 15px;
    color: #b5c0b8;
    font-size: 1rem;
    line-height: 1.7;
}

body.policy-page .policy-content p:last-child {
    margin-bottom: 0;
}

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

.js .reveal {
    opacity: 0;
    transform: translateY(18px);
    transition: opacity 520ms ease, transform 520ms ease;
}

.js .reveal.is-visible {
    opacity: 1;
    transform: translateY(0);
}

@media (hover: hover) {
    .nav-cta:hover,
    .brand-mark:hover {
        color: #d9ffe6;
    }

    .glass-panel:hover {
        --light-opacity: 0.96;
    }
}

@media (max-width: 860px) {
    .hero,
    .feature-row {
        grid-template-columns: 1fr;
    }

    .hero {
        min-height: auto;
        padding-top: 62px;
    }

    .hero-visual {
        min-height: auto;
        padding: 26px 0 8px;
    }

    .feature-row-alt .feature-copy {
        order: 0;
    }

    .screenshot-surface {
        justify-self: start;
    }
}

@media (max-width: 560px) {
    .site-header {
        padding: 12px 12px 0;
    }

    .section-shell,
    .narrow {
        width: min(100% - 28px, 1120px);
    }

    .nav {
        padding: 8px;
    }

    .nav-cta {
        min-height: 34px;
        padding: 0 12px;
        font-size: 0.82rem;
    }

    .app-lockup {
        align-items: flex-start;
        gap: 14px;
    }

    .app-icon {
        width: 72px;
        height: 72px;
        border-radius: 20px;
    }

    .app-icon-small {
        width: 32px;
        height: 32px;
        border-radius: 10px;
    }

    h1 {
        font-size: 3.65rem;
    }
    
    .device-frame {
        width: min(314px, 88vw);
        padding: 3px;
        border-radius: 52px;
    }

    .device-frame::after {
        
    }

    .hero-screen {
       
    }

    .core-idea,
    .product-flow,
    .privacy {
        padding-top: 64px;
        padding-bottom: 64px;
    }

    body.policy-page .policy-main {
        width: min(100% - 28px, 760px);
        padding: 46px 0 42px;
    }

    body.policy-page .policy-content {
        padding: 24px 20px;
        border-radius: 20px;
    }

    body.policy-page .policy-content h1 {
        font-size: clamp(1.72rem, 7.2vw, 2.28rem);
        font-weight: 700;
        line-height: 1.14;
    }

    body.policy-page .policy-updated {
        margin-bottom: 26px;
    }

    body.policy-page .policy-content h2 {
        margin-top: 30px;
        font-size: 1.2rem;
    }

    body.policy-page .policy-content p {
        font-size: 0.98rem;
        line-height: 1.68;
    }

    .footer {
        flex-wrap: wrap;
    }

    .feature-row {
        padding: 38px 0;
    }

    .screenshot-surface,
    .expenses-surface,
    .analytics-surface,
    .recurring-surface {
        width: min(300px, 100%);
        justify-self: center;
        transform: none;
    }
}

@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }

    *,
    *::before,
    *::after {
        transition-duration: 0.01ms !important;
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
    }

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