:root {
    color-scheme: light;
    --bg: #f7fbfc;
    --surface: #ffffff;
    --surface-soft: #eef8f7;
    --ink: #102233;
    --muted: #536979;
    --line: #d7e8eb;
    --brand: #17b596;
    --brand-dark: #0b4f8a;
    --accent: #f0b84f;
    --danger: #a14d4d;
    --shadow: 0 20px 48px rgba(11, 79, 138, 0.14);
}

* {
    box-sizing: border-box;
}

html {
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    color: var(--ink);
    background: var(--bg);
    line-height: 1.5;
}

body {
    margin: 0;
}

body.is-lightbox-open {
    overflow: hidden;
}

a {
    color: var(--brand-dark);
}

.skip-link {
    position: absolute;
    left: 1rem;
    top: -4rem;
    z-index: 10;
    padding: 0.7rem 1rem;
    background: var(--ink);
    color: #fff;
}

.skip-link:focus {
    top: 1rem;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.site-header {
    border-bottom: 1px solid var(--line);
    background: rgba(247, 251, 252, 0.94);
    backdrop-filter: blur(14px);
    position: sticky;
    top: 0;
    z-index: 2;
}

.nav {
    max-width: 1120px;
    margin: 0 auto;
    padding: 1rem 1.25rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.brand {
    display: inline-flex;
    align-items: center;
    gap: 0.7rem;
    color: var(--ink);
    text-decoration: none;
    font-weight: 750;
}

.brand-logo {
    width: 170px;
    height: auto;
    max-height: 50px;
    display: block;
}

.nav-links {
    display: flex;
    align-items: center;
    gap: 1rem;
    flex-wrap: wrap;
}

.nav-links a {
    text-decoration: none;
    color: var(--muted);
    font-weight: 620;
    font-size: 0.94rem;
}

.language-select {
    min-height: 36px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: var(--surface);
    color: var(--ink);
    font: inherit;
    font-size: 0.94rem;
    font-weight: 700;
    padding: 0.35rem 0.5rem;
}

.section {
    max-width: 1120px;
    margin: 0 auto;
    padding: 4.5rem 1.25rem;
}

.hero {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(280px, 0.95fr);
    gap: 3rem;
    align-items: center;
    padding-top: 4rem;
}

.eyebrow {
    margin: 0 0 1rem;
    color: var(--brand-dark);
    font-weight: 760;
    text-transform: uppercase;
    font-size: 0.78rem;
}

h1,
h2,
h3 {
    line-height: 1.1;
    margin: 0;
}

h1 {
    font-size: clamp(2.7rem, 5vw, 4.4rem);
    max-width: 620px;
}

h2 {
    font-size: clamp(2rem, 4vw, 3.2rem);
    max-width: 760px;
}

h3 {
    font-size: 1.18rem;
}

.lead {
    font-size: 1.2rem;
    color: var(--muted);
    max-width: 680px;
    margin: 1.3rem 0 0;
}

.actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.85rem;
    margin-top: 2rem;
}

.button {
    min-height: 46px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.55rem;
    padding: 0.78rem 1rem;
    border-radius: 8px;
    border: 1px solid var(--brand-dark);
    text-decoration: none;
    font-weight: 740;
}

.button {
    background: transparent;
    color: var(--brand-dark);
}

.store-badge-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 54px;
}

.web-app-badge {
    min-height: 54px;
    height: 54px;
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    gap: 0.08rem;
    padding: 0.48rem 1rem;
    border-radius: 8px;
    border: 1px solid rgba(16, 34, 51, 0.92);
    background: #102233;
    color: #ffffff;
    text-decoration: none;
    box-shadow: 0 10px 24px rgba(16, 34, 51, 0.16);
}

.web-app-badge:hover,
.web-app-badge:focus {
    background: #0b4f8a;
    color: #ffffff;
}

.web-app-badge-kicker {
    font-size: 0.68rem;
    font-weight: 750;
    line-height: 1;
    opacity: 0.78;
    text-transform: uppercase;
}

.web-app-badge-title {
    font-size: 1.02rem;
    font-weight: 820;
    line-height: 1.1;
}

.store-badge {
    display: block;
    width: auto;
    height: 54px;
    object-fit: contain;
}

.google-play-badge {
    height: 54px;
    margin: 0;
}

.app-store-badge {
    height: 54px;
}

.signal-list {
    display: grid;
    gap: 0.7rem;
    padding: 0;
    margin: 1.2rem 0 0;
    list-style: none;
}

.signal-list li {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    border-left: 4px solid var(--brand);
    background: var(--surface-soft);
    border-radius: 0 8px 8px 0;
    padding: 0.78rem 0.95rem;
    color: var(--ink);
    font-weight: 700;
}

.mini-icon {
    width: 1.65rem;
    height: 1.65rem;
    display: inline-grid;
    place-items: center;
    flex: 0 0 auto;
    border-radius: 999px;
    background: #ffffff;
    color: var(--brand-dark);
    font-size: 0.95rem;
    font-weight: 850;
    box-shadow: inset 0 0 0 1px var(--line);
}

.screenshot-hero {
    justify-self: center;
    width: min(100%, 380px);
    display: grid;
    place-items: center;
}

.screenshot-hero img,
.screenshot-strip img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 30px;
    box-shadow: var(--shadow);
}

.screenshot-button {
    display: block;
    width: 100%;
    padding: 0;
    border: 0;
    background: transparent;
    cursor: zoom-in;
    font: inherit;
}

.phone {
    width: 300px;
    min-height: 610px;
    padding: 18px;
    border-radius: 34px;
    background: var(--ink);
    box-shadow: var(--shadow);
}

.phone-screen {
    min-height: 574px;
    border-radius: 24px;
    background: #f8fbfc;
    overflow: hidden;
    padding: 20px;
}

.phone-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 24px;
    font-size: 0.8rem;
    font-weight: 750;
}

.app-card {
    background: var(--surface);
    border: 1px solid var(--line);
    border-radius: 8px;
    padding: 16px;
    margin-bottom: 12px;
}

.app-card strong {
    display: block;
    margin-bottom: 0.35rem;
}

.pill-row {
    display: flex;
    gap: 0.45rem;
    margin-top: 0.8rem;
}

.pill {
    border-radius: 999px;
    padding: 0.35rem 0.55rem;
    background: var(--surface-soft);
    color: var(--brand-dark);
    font-size: 0.78rem;
    font-weight: 700;
}

.stat {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    color: var(--muted);
}

.band {
    background: var(--surface);
    border-block: 1px solid var(--line);
}

.product-proof h2 {
    max-width: 880px;
}

.screenshot-strip {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: minmax(220px, 260px);
    gap: 1rem;
    margin-top: 2.3rem;
    padding: 0.2rem 0.1rem 1.2rem;
    align-items: start;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    scroll-snap-type: inline proximity;
    scrollbar-color: var(--brand-dark) var(--surface-soft);
}

.screenshot-strip figure {
    margin: 0;
    scroll-snap-align: start;
}

.screenshot-strip img {
    border-radius: 22px;
}

.screenshot-strip figcaption {
    display: grid;
    gap: 0.35rem;
    padding: 1rem 0.2rem 0;
}

.screenshot-strip figcaption strong {
    color: var(--brand-dark);
    font-size: 1.05rem;
    line-height: 1.25;
}

.screenshot-strip figcaption span {
    color: var(--muted);
}

.screenshot-lightbox {
    position: fixed;
    inset: 0;
    z-index: 20;
    display: grid;
    place-items: center;
    padding: 1.4rem;
}

.screenshot-lightbox[hidden] {
    display: none;
}

.screenshot-lightbox-backdrop {
    position: absolute;
    inset: 0;
    border: 0;
    background: rgba(16, 34, 51, 0.76);
    cursor: zoom-out;
}

.screenshot-lightbox img {
    position: relative;
    z-index: 1;
    width: auto;
    max-width: min(92vw, 520px);
    max-height: 92vh;
    border-radius: 24px;
    box-shadow: 0 24px 80px rgba(0, 0, 0, 0.36);
}

.screenshot-lightbox-close {
    position: fixed;
    top: 1rem;
    right: 1rem;
    z-index: 2;
    width: 44px;
    height: 44px;
    border: 1px solid rgba(255, 255, 255, 0.44);
    border-radius: 999px;
    background: rgba(16, 34, 51, 0.72);
    color: #ffffff;
    cursor: pointer;
    font: inherit;
    font-size: 1.8rem;
    line-height: 1;
}

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

.feature {
    padding: 1.35rem;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: var(--surface);
}

.feature-icon {
    width: 2.6rem;
    height: 2.6rem;
    display: inline-grid;
    place-items: center;
    margin-bottom: 1rem;
    border-radius: 8px;
    background: var(--surface-soft);
    color: var(--brand-dark);
}

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

.feature p,
.legal-content p,
.legal-content li {
    color: var(--muted);
}

.split {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 2rem;
    align-items: start;
}

.callout {
    border-left: 4px solid var(--accent);
    padding: 1rem 1.2rem;
    background: #fff9ed;
    border-radius: 0 8px 8px 0;
}

.faq {
    display: grid;
    gap: 1rem;
    margin-top: 2rem;
}

.faq details {
    border: 1px solid var(--line);
    border-radius: 8px;
    background: var(--surface);
    padding: 1.05rem 1.2rem;
}

.faq summary {
    cursor: pointer;
    font-weight: 760;
    color: var(--brand-dark);
}

.faq p {
    color: var(--muted);
    max-width: 860px;
    margin-bottom: 0;
}

.footer {
    border-top: 1px solid var(--line);
    padding: 2rem 1.25rem;
    color: var(--muted);
}

.footer-inner {
    max-width: 1120px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    flex-wrap: wrap;
}

.footer a {
    margin-right: 1rem;
}

.legal-content {
    max-width: 860px;
}

.legal-content h1 {
    font-size: clamp(2.2rem, 5vw, 3.6rem);
}

.legal-content h2 {
    font-size: 1.55rem;
    margin-top: 2rem;
}

.legal-content .updated {
    color: var(--muted);
    margin: 1rem 0 2rem;
}

.handoff {
    min-height: 100vh;
    display: grid;
    place-items: center;
    padding: 2rem 1.25rem;
}

.handoff-card {
    width: min(100%, 680px);
    padding: clamp(1.4rem, 5vw, 3rem);
    border: 1px solid var(--line);
    border-radius: 8px;
    background: var(--surface);
    box-shadow: var(--shadow);
}

.handoff-logo {
    display: block;
    margin-bottom: 2rem;
}

.handoff-card h1 {
    font-size: clamp(2rem, 6vw, 3.4rem);
}

.handoff-note,
.handoff-error {
    color: var(--muted);
}

.handoff-error {
    margin-top: 1rem;
    color: var(--danger);
    font-weight: 700;
}

.handoff-actions {
    align-items: center;
}

@media (max-width: 820px) {
    .nav {
        align-items: flex-start;
        flex-direction: column;
    }

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

    .screenshot-hero {
        width: min(100%, 320px);
    }

    .phone {
        width: min(300px, 92vw);
        min-height: 520px;
    }

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

    .grid {
        grid-template-columns: 1fr;
    }

    .screenshot-strip {
        grid-auto-columns: minmax(210px, 72vw);
    }

    .section {
        padding-block: 3.2rem;
    }
}
