:root {
    --ink: #111827;
    --ink-soft: #283428;
    --muted: #5f6b62;
    --sprout: #2f8f46;
    --sprout-dark: #1f6f34;
    --leaf: #84bd55;
    --moss: #dfead4;
    --mint: #f1f8ec;
    --cream: #fff8e8;
    --clay: #d97854;
    --sky: #eaf5ff;
    --surface: #ffffff;
    --line: #dce8da;
    --shadow: rgba(28, 54, 31, 0.14);
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    background: var(--cream);
    color: var(--ink);
    font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    line-height: 1.5;
    -webkit-font-smoothing: antialiased;
}

img,
svg {
    display: block;
}

a {
    color: inherit;
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 20;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
    padding: 1rem 6vw;
    border-bottom: 1px solid rgba(220, 232, 218, 0.8);
    background: rgba(255, 248, 232, 0.92);
    backdrop-filter: blur(16px);
}

.brand {
    display: inline-flex;
    align-items: center;
    gap: 0.7rem;
    font-size: 1.15rem;
    font-weight: 800;
    letter-spacing: 0;
    text-decoration: none;
}

.brand-mark {
    width: 2rem;
    height: 2rem;
    border: 2px solid var(--sprout-dark);
    border-radius: 50% 50% 46% 54%;
    background:
        radial-gradient(circle at 62% 34%, var(--leaf) 0 16%, transparent 17%),
        linear-gradient(145deg, var(--mint), var(--leaf));
    box-shadow: 0 8px 18px var(--shadow);
}

.site-nav {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    color: var(--muted);
    font-size: 0.95rem;
    font-weight: 700;
}

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

.site-nav a:hover {
    color: var(--sprout-dark);
}

.hero {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(24rem, 1.1fr);
    align-items: center;
    gap: 3rem;
    min-height: calc(100svh - 9rem);
    padding: 4.5rem 6vw 3rem;
    overflow: hidden;
    background: linear-gradient(115deg, rgba(255, 248, 232, 0.98) 0%, rgba(241, 248, 236, 0.94) 58%, rgba(234, 245, 255, 0.9) 100%);
}

.hero::after {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 8rem;
    background: linear-gradient(180deg, rgba(255, 248, 232, 0), var(--cream));
    content: "";
    pointer-events: none;
}

.hero-copy {
    position: relative;
    z-index: 4;
    grid-column: 1;
    grid-row: 1;
    max-width: 40rem;
}

.eyebrow {
    margin: 0 0 0.8rem;
    color: var(--sprout-dark);
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0;
    text-transform: uppercase;
}

.hero h1 {
    margin: 0;
    color: var(--ink);
    font-size: 5rem;
    line-height: 0.95;
    font-weight: 800;
    letter-spacing: 0;
}

.hero-lede {
    max-width: 35rem;
    margin: 1.4rem 0 0;
    color: var(--ink-soft);
    font-size: 1.28rem;
}

.store-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 0.8rem;
    margin-top: 2rem;
}

.store-button {
    display: inline-flex;
    align-items: center;
    gap: 0.85rem;
    min-width: 11.8rem;
    min-height: 4rem;
    padding: 0.7rem 1rem;
    border: 1px solid rgba(17, 24, 39, 0.18);
    border-radius: 0.75rem;
    background: var(--ink);
    color: var(--surface);
    text-decoration: none;
    box-shadow: 0 14px 30px rgba(17, 24, 39, 0.18);
    transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.store-button:hover {
    border-color: rgba(47, 143, 70, 0.5);
    box-shadow: 0 18px 40px rgba(31, 111, 52, 0.22);
    transform: translateY(-2px);
}

.store-button svg {
    width: 1.85rem;
    height: 1.85rem;
    flex: 0 0 auto;
    fill: currentColor;
}

.store-button span {
    display: grid;
    gap: 0.08rem;
    line-height: 1;
}

.store-button small {
    font-size: 0.7rem;
    font-weight: 600;
    letter-spacing: 0;
}

.store-button strong {
    font-size: 1.15rem;
    font-weight: 800;
    letter-spacing: 0;
}

.store-button-light {
    background: var(--surface);
    color: var(--ink);
    box-shadow: 0 12px 24px rgba(17, 24, 39, 0.14);
}

.hero-points {
    display: flex;
    flex-wrap: wrap;
    gap: 0.9rem;
    margin-top: 1.4rem;
}

.hero-points span {
    display: inline-flex;
    align-items: center;
    gap: 0.38rem;
    color: var(--sprout-dark);
    font-size: 0.86rem;
    font-weight: 700;
}

.hero-points span::before {
    width: 0.44rem;
    height: 0.44rem;
    border-radius: 50%;
    background: var(--clay);
    content: "";
}

.hero-visual {
    position: relative;
    z-index: 1;
    grid-column: 2;
    grid-row: 1;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    min-width: 0;
    overflow: hidden;
    padding-top: 1rem;
}

.hero-shot {
    position: relative;
    width: 15.5rem;
    height: auto;
    max-width: 28vw;
    border-radius: 2rem;
    box-shadow: 0 30px 80px var(--shadow);
}

.hero-shot-main {
    z-index: 3;
    width: 18.5rem;
    margin: 0 -3.4rem;
}

.hero-shot-left {
    z-index: 2;
    margin-bottom: 2.8rem;
    transform: rotate(-7deg);
}

.hero-shot-right {
    z-index: 1;
    margin-bottom: 1.6rem;
    transform: rotate(7deg);
}

.proof-strip {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1px;
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
    background: var(--line);
}

.proof-strip div {
    display: grid;
    gap: 0.25rem;
    padding: 1.6rem 6vw;
    background: var(--surface);
}

.proof-strip strong {
    color: var(--ink);
    font-size: 1.02rem;
}

.proof-strip span {
    color: var(--muted);
    font-size: 0.95rem;
}

.features,
.screenshots,
.download-band {
    padding: 5.5rem 6vw;
}

.features {
    background: var(--cream);
}

.screenshots {
    background: var(--mint);
}

.section-heading {
    max-width: 45rem;
    margin-bottom: 2.6rem;
}

.section-heading h2,
.download-band h2 {
    margin: 0;
    color: var(--ink);
    font-size: 3rem;
    line-height: 1.05;
    font-weight: 800;
    letter-spacing: 0;
}

.section-heading p:last-child {
    margin: 1rem 0 0;
    color: var(--muted);
    font-size: 1.08rem;
}

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

.feature-card {
    min-height: 16rem;
    padding: 1.4rem;
    border: 1px solid var(--line);
    border-radius: 0.5rem;
    background: var(--surface);
    box-shadow: 0 18px 36px rgba(28, 54, 31, 0.08);
}

.feature-icon {
    display: grid;
    width: 3rem;
    height: 3rem;
    place-items: center;
    border-radius: 0.5rem;
    background: var(--moss);
    color: var(--sprout-dark);
}

.feature-icon svg {
    width: 1.5rem;
    height: 1.5rem;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 2.2;
}

.feature-card h3 {
    margin: 1.3rem 0 0.6rem;
    font-size: 1.35rem;
    line-height: 1.15;
}

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

.screenshot-rail {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1rem;
}

.screenshot-card {
    margin: 0;
    overflow: hidden;
    aspect-ratio: 9 / 16;
    border: 1px solid rgba(31, 111, 52, 0.14);
    border-radius: 0.5rem;
    background: var(--mint);
    box-shadow: 0 22px 44px rgba(28, 54, 31, 0.12);
}

.screenshot-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center bottom;
}

.download-band {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
    background: var(--sprout-dark);
    color: var(--surface);
}

.download-band .eyebrow {
    color: var(--moss);
}

.download-band h2 {
    max-width: 46rem;
    color: var(--surface);
}

.download-band .store-buttons {
    margin-top: 0;
    justify-content: flex-end;
}

.site-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
    padding: 2rem 6vw;
    background: var(--ink);
    color: rgba(255, 255, 255, 0.72);
}

.site-footer p {
    margin: 0;
}

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

.footer-links a {
    color: var(--surface);
    font-weight: 700;
    text-decoration: none;
}

.footer-links a:hover {
    text-decoration: underline;
}

.text-page {
    padding: 4.5rem 6vw 5.5rem;
}

.text-content {
    max-width: 52rem;
    margin: 0 auto;
}

.text-content h1 {
    margin: 0 0 0.6rem;
    color: var(--ink);
    font-size: 3rem;
    line-height: 1.05;
    font-weight: 800;
    letter-spacing: 0;
}

.text-content h2 {
    margin: 2.2rem 0 0.8rem;
    color: var(--ink);
    font-size: 1.45rem;
    line-height: 1.2;
}

.text-content p,
.text-content li {
    color: var(--ink-soft);
    font-size: 1.05rem;
}

.text-content p {
    margin: 0 0 1rem;
}

.text-content ul,
.text-content ol {
    margin: 0 0 1.5rem;
    padding-left: 1.5rem;
}

.text-content li {
    margin-bottom: 0.65rem;
}

.last-updated {
    margin-bottom: 2rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid var(--line);
    color: var(--muted);
    font-size: 0.95rem;
}

.text-link {
    color: var(--sprout-dark);
    font-weight: 700;
    text-decoration: underline;
    text-underline-offset: 0.16rem;
}

@media (max-width: 900px) {
    .hero {
        grid-template-columns: 1fr;
        min-height: auto;
        padding-top: 3.2rem;
    }

    .hero-copy {
        grid-column: 1;
        grid-row: 1;
        max-width: 42rem;
    }

    .hero-visual {
        grid-column: 1;
        grid-row: 2;
        justify-content: flex-start;
    }

    .hero-shot-main {
        width: 17rem;
    }

    .hero-shot-left {
        width: 15rem;
    }

    .hero-shot-right {
        width: 15rem;
    }

    .features-grid,
    .proof-strip {
        grid-template-columns: 1fr;
    }

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

    .download-band {
        align-items: flex-start;
        flex-direction: column;
    }
}

@media (max-width: 720px) {
    .site-header {
        padding: 0.8rem 1rem;
    }

    .site-nav {
        gap: 0.8rem;
        font-size: 0.82rem;
    }

    .site-nav a:nth-child(2) {
        display: none;
    }

    .hero {
        gap: 1.4rem;
        padding: 2rem 1rem 1.5rem;
        background: linear-gradient(145deg, rgba(255, 248, 232, 0.98) 0%, rgba(241, 248, 236, 0.94) 68%, rgba(234, 245, 255, 0.9) 100%);
    }

    .hero h1 {
        font-size: 3.45rem;
    }

    .hero-lede {
        font-size: 1.04rem;
    }

    .store-buttons {
        gap: 0.55rem;
        margin-top: 1.3rem;
    }

    .store-button {
        flex: 1 1 9.8rem;
        min-width: 0;
        min-height: 3.45rem;
        gap: 0.55rem;
        padding: 0.62rem 0.7rem;
        border-radius: 0.65rem;
    }

    .store-button svg {
        width: 1.45rem;
        height: 1.45rem;
    }

    .store-button small {
        font-size: 0.62rem;
    }

    .store-button strong {
        font-size: 0.94rem;
    }

    .hero-points {
        gap: 0.45rem;
        margin-top: 1rem;
    }

    .hero-points span {
        font-size: 0.78rem;
    }

    .hero-visual {
        justify-content: center;
    }

    .hero-shot {
        border-radius: 1.4rem;
    }

    .hero-shot-main {
        width: 9.8rem;
    }

    .hero-shot-left,
    .hero-shot-right {
        width: 8.4rem;
        margin-bottom: 1rem;
    }

    .hero-shot-main {
        margin: 0 -2.2rem;
    }

    .proof-strip div,
    .features,
    .screenshots,
    .download-band {
        padding-right: 1rem;
        padding-left: 1rem;
    }

    .features,
    .screenshots,
    .download-band {
        padding-top: 3.4rem;
        padding-bottom: 3.4rem;
    }

    .section-heading h2,
    .download-band h2 {
        font-size: 2.1rem;
    }

    .features-grid,
    .screenshot-rail {
        grid-template-columns: 1fr;
    }

    .screenshot-rail {
        gap: 0.8rem;
    }

    .site-footer {
        align-items: flex-start;
        flex-direction: column;
        padding: 1.6rem 1rem;
    }

    .text-page {
        padding: 3rem 1rem 3.8rem;
    }

    .text-content h1 {
        font-size: 2.25rem;
    }
}
