/* Marketing homepage only. Do not import into Vite — desk hashes stay put. */

.mkt-page {
    --mkt-navy: #10233a;
    --mkt-deep: #071018;
    --mkt-gold: #f5c400;
    --mkt-teal: #0f5c63;
    --mkt-cream: #f6f1e8;
    --mkt-paper: #fffdf8;
    --mkt-ink: #10233a;
    --mkt-muted: #5b6b7c;
    color: var(--mkt-ink);
    background: var(--mkt-cream);
    overflow-x: clip;
    font-family: "Instrument Sans", "Source Sans 3", ui-sans-serif, system-ui, sans-serif;
}

.mkt-wordmark,
.mkt-wordmark span {
    font-family: "Instrument Sans", "Source Sans 3", ui-sans-serif, system-ui, sans-serif !important;
    letter-spacing: -0.03em;
}

.mkt-header {
    position: sticky;
    top: 0.75rem;
    z-index: 40;
    margin: 0 1rem;
}

.mkt-header__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    max-width: 72rem;
    margin: 0 auto;
    padding: 0.7rem 1rem 0.7rem 1.1rem;
    border: 1px solid rgba(16, 35, 58, 0.08);
    border-radius: 999px;
    background: rgba(255, 253, 248, 0.86);
    box-shadow: 0 18px 40px -28px rgba(16, 35, 58, 0.45);
    backdrop-filter: blur(16px);
}

@media (max-width: 640px) {
    .mkt-header { margin: 0.45rem 0.7rem 0; top: 0.45rem; }
    .mkt-header__inner { padding: 0.5rem 0.6rem 0.5rem 0.8rem; }
    .mkt-cta--nav { padding: 0.4rem 0.75rem; font-size: 0.8rem; white-space: nowrap; }
}

.mkt-nav {
    display: flex;
    align-items: center;
    gap: 1rem;
    font-size: 0.875rem;
}

.mkt-nav a {
    color: #3d536b;
    text-decoration: none;
}

.mkt-nav a:hover { color: var(--mkt-navy); }

.mkt-hero {
    position: relative;
    overflow: hidden;
    padding: 5.5rem 1.25rem 6.5rem;
}

.mkt-orb {
    position: absolute;
    border-radius: 50%;
    filter: blur(8px);
    pointer-events: none;
    will-change: transform;
}

.mkt-orb--gold {
    width: 22rem;
    height: 22rem;
    top: -6rem;
    right: -4rem;
    background: radial-gradient(circle, rgba(245, 196, 0, 0.38), transparent 68%);
}

.mkt-orb--teal {
    width: 18rem;
    height: 18rem;
    bottom: 4rem;
    left: -6rem;
    background: radial-gradient(circle, rgba(15, 92, 99, 0.16), transparent 70%);
}

.mkt-orb--soft {
    width: 12rem;
    height: 12rem;
    top: 42%;
    left: 38%;
    background: radial-gradient(circle, rgba(245, 196, 0, 0.16), transparent 70%);
}

.mkt-hero__grid {
    position: relative;
    display: grid;
    gap: 3.75rem;
    align-items: center;
    max-width: 72rem;
    margin: 0 auto;
}

@media (min-width: 1024px) {
    .mkt-hero__grid { grid-template-columns: 1.02fr 0.98fr; }
}

.mkt-display {
    margin: 1.35rem 0 0;
    font-size: clamp(2.7rem, 6.2vw, 4.6rem);
    font-weight: 680;
    line-height: 0.98;
    letter-spacing: -0.05em;
    color: var(--mkt-navy);
}

.mkt-display em {
    font-style: normal;
    color: #b45309;
    background: linear-gradient(180deg, #f5c400 0%, #d97706 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.mkt-lede {
    max-width: 34rem;
    margin-top: 1.45rem;
    font-size: 1.15rem;
    line-height: 1.7;
    color: var(--mkt-muted);
}

.mkt-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-top: 1.9rem;
}

.mkt-fine {
    margin-top: 1rem;
    font-size: 0.875rem;
    color: #7b8794;
}

.mkt-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 0.45rem;
    margin-top: 1.5rem;
}

.mkt-pill {
    border: 1px solid rgba(16, 35, 58, 0.1);
    background: #fff;
    border-radius: 999px;
    padding: 0.38rem 0.8rem;
    font-size: 11px;
    font-weight: 650;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #3d536b;
    box-shadow: 0 8px 18px -16px rgba(16, 35, 58, 0.5);
}

.mkt-stage {
    position: relative;
    min-height: 28rem;
}

.mkt-window {
    position: relative;
    z-index: 2;
    border-radius: 1.6rem;
    overflow: hidden;
    background: var(--mkt-paper);
    border: 1px solid rgba(16, 35, 58, 0.08);
    box-shadow:
        0 1px 0 rgba(255, 255, 255, 0.8) inset,
        0 28px 60px -28px rgba(16, 35, 58, 0.38);
}

.mkt-window__bar {
    display: flex;
    align-items: center;
    gap: 0.45rem;
    padding: 0.75rem 1rem;
    background: #10233a;
}

.mkt-window__dot {
    width: 0.52rem;
    height: 0.52rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.22);
}

.mkt-window__dot:nth-child(1) { background: #f87171; }
.mkt-window__dot:nth-child(2) { background: #f5c400; }
.mkt-window__dot:nth-child(3) { background: #2dd4bf; }

.mkt-window__title {
    margin-left: 0.45rem;
    font-size: 11px;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #cbd5e1;
}

.mkt-window__body {
    display: grid;
    grid-template-columns: 4.1rem 1fr;
    min-height: 17.5rem;
}

.mkt-window__rail {
    padding: 0.9rem 0.4rem;
    background: #0c1b2c;
}

.mkt-window__rail span {
    display: block;
    height: 0.4rem;
    margin: 0.48rem auto;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.12);
}

.mkt-window__rail span:first-child {
    width: 1.55rem;
    background: var(--mkt-gold);
}

.mkt-window__main { padding: 1.15rem 1.2rem 1.3rem; }

.mkt-chip {
    position: absolute;
    z-index: 3;
    min-width: 11.5rem;
    padding: 0.85rem 1rem;
    border-radius: 1.15rem;
    background: #fff;
    border: 1px solid rgba(16, 35, 58, 0.08);
    box-shadow: 0 22px 40px -24px rgba(16, 35, 58, 0.45);
    will-change: transform;
}

.mkt-chip--fee { top: -1.1rem; left: -1.2rem; }
.mkt-chip--quiet { right: 8%; bottom: -1.4rem; }

.mkt-stats {
    max-width: 72rem;
    margin: 0 auto;
    padding: 0 1.25rem 1rem;
}

.mkt-stats__inner {
    display: grid;
    gap: 1rem;
    padding: 1.4rem;
    border-radius: 1.6rem;
    background: #fff;
    box-shadow: 0 24px 50px -32px rgba(16, 35, 58, 0.3);
}

@media (min-width: 640px) { .mkt-stats__inner { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1024px) { .mkt-stats__inner { grid-template-columns: repeat(4, 1fr); } }

.mkt-stat {
    padding: 0.4rem 0.6rem 0.4rem 1rem;
    border-left: 2px solid var(--mkt-gold);
}

.mkt-stat strong {
    display: block;
    font-size: 1.15rem;
    letter-spacing: -0.03em;
    color: var(--mkt-navy);
}

.mkt-stat p {
    margin: 0.35rem 0 0;
    font-size: 0.86rem;
    line-height: 1.5;
    color: var(--mkt-muted);
}

.mkt-section {
    max-width: 72rem;
    margin: 0 auto;
    padding: 5rem 1.25rem 0;
}

.mkt-h2 {
    margin: 0.55rem 0 0;
    font-size: clamp(2rem, 4vw, 3.15rem);
    font-weight: 680;
    letter-spacing: -0.04em;
    color: var(--mkt-navy);
}

.mkt-copy {
    margin-top: 1rem;
    color: var(--mkt-muted);
    line-height: 1.65;
}

.mkt-tile {
    padding: 1.4rem 1.35rem 1.5rem;
    border-radius: 1.4rem;
    background: #fff;
    border: 1px solid rgba(16, 35, 58, 0.06);
    box-shadow: 0 18px 36px -28px rgba(16, 35, 58, 0.45);
}

.mkt-tile h3 {
    margin: 0.55rem 0 0;
    font-size: 1.2rem;
    color: var(--mkt-navy);
}

.mkt-tile p {
    margin: 0.7rem 0 0;
    font-size: 0.92rem;
    line-height: 1.6;
    color: var(--mkt-muted);
}

.mkt-iphone-panel {
    display: grid;
    gap: 2.4rem;
    align-items: center;
    padding: 2.6rem 1.6rem;
    border-radius: 2rem;
    background: #fff;
    border: 1px solid rgba(16, 35, 58, 0.06);
    box-shadow: 0 28px 60px -34px rgba(16, 35, 58, 0.35);
}

@media (min-width: 1024px) {
    .mkt-iphone-panel {
        grid-template-columns: 1.15fr 0.85fr;
        padding: 3rem 2.6rem;
    }
}

.mkt-store {
    display: inline-flex;
    align-items: center;
    gap: 0.7rem;
    min-width: 11.5rem;
    padding: 0.48rem 0.9rem 0.52rem 0.75rem;
    border-radius: 0.9rem;
    background: #10233a;
    color: #fff;
    cursor: default;
    user-select: none;
}

.mkt-store svg { width: 1.3rem; height: 1.3rem; }
.mkt-store small {
    display: block;
    font-size: 9px;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #94a3b8;
}
.mkt-store b {
    display: block;
    margin-top: 0.04rem;
    font-size: 1.05rem;
    letter-spacing: -0.03em;
}

.mkt-phone {
    width: 15.2rem;
    margin: 0 auto;
    border-radius: 2.15rem;
    padding: 0.48rem;
    background: linear-gradient(180deg, #2a3b55 0%, #0a121c 100%);
    box-shadow:
        0 0 0 1px rgba(16, 35, 58, 0.2),
        0 30px 60px -22px rgba(16, 35, 58, 0.45);
    will-change: transform;
}

.mkt-phone-bezel {
    position: relative;
    overflow: hidden;
    border-radius: 1.75rem;
    background: #071018;
    min-height: 28.5rem;
}

.mkt-phone-island {
    position: absolute;
    top: 0.5rem;
    left: 50%;
    z-index: 3;
    height: 1.05rem;
    width: 5.3rem;
    transform: translateX(-50%);
    border-radius: 999px;
    background: #05080d;
}

.mkt-phone-screen {
    padding: 2.05rem 0.85rem 1rem;
    background:
        radial-gradient(220px 140px at 80% 0%, rgba(245, 196, 0, 0.16), transparent 60%),
        linear-gradient(180deg, #0c1b2c 0%, #071018 100%);
}

.mkt-soon {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    border-radius: 999px;
    border: 1px solid rgba(180, 83, 9, 0.22);
    background: rgba(245, 196, 0, 0.16);
    padding: 0.28rem 0.75rem;
    font-size: 11px;
    font-weight: 650;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #92400e;
}

.mkt-soon--quiet {
    border-color: rgba(16, 35, 58, 0.1);
    background: #fff;
    color: #3d536b;
}

.mkt-soon-dot {
    width: 0.4rem;
    height: 0.4rem;
    border-radius: 999px;
    background: #d97706;
    box-shadow: 0 0 0 4px rgba(245, 196, 0, 0.22);
}

.mkt-cta,
.mkt-cta-ghost,
.mkt-cta-teal {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    padding: 0.82rem 1.3rem;
    font-size: 0.9rem;
    font-weight: 650;
    text-decoration: none;
    transition: transform 0.2s ease, background 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}

.mkt-cta {
    background: var(--mkt-gold);
    color: var(--mkt-navy);
    box-shadow: 0 12px 28px -14px rgba(180, 83, 9, 0.7);
}

.mkt-cta:hover { background: #ffd445; transform: translateY(-1px); }

.mkt-cta-ghost {
    border: 1.5px solid rgba(16, 35, 58, 0.22);
    color: var(--mkt-navy);
    background: transparent;
}

.mkt-cta-ghost:hover { background: var(--mkt-navy); color: #fff; }

.mkt-cta-ghost--light {
    border-color: rgba(255, 255, 255, 0.7);
    color: #fff;
}

.mkt-cta-ghost--light:hover { background: #fff; color: var(--mkt-navy); }

.mkt-cta-teal { background: var(--mkt-teal); color: #fff; }
.mkt-cta-teal:hover { background: #12727b; }

.mkt-cta--nav { padding: 0.48rem 1rem; }

.mkt-kicker {
    font-size: 11px;
    font-weight: 650;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #b45309;
}

.mkt-kicker--gold { color: var(--mkt-gold); }

.mkt-rule {
    height: 2px;
    width: 2.75rem;
    margin-top: 1rem;
    border-radius: 999px;
    background: var(--mkt-gold);
}

.mkt-rule--sm { width: 2rem; }

.mkt-badge {
    display: inline-flex;
    align-items: center;
    border-radius: 999px;
    background: var(--mkt-gold);
    padding: 0.15rem 0.6rem;
    font-size: 10px;
    font-weight: 750;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--mkt-navy);
}

.mkt-problem,
.mkt-solve {
    border-radius: 1.25rem;
    padding: 1.3rem;
    background: #fff;
    box-shadow: 0 16px 32px -26px rgba(16, 35, 58, 0.4);
}

.mkt-problem { border: 1px solid rgba(190, 18, 60, 0.12); }
.mkt-solve { border: 1px solid rgba(15, 92, 99, 0.14); }

.mkt-band {
    border-radius: 2rem;
    overflow: hidden;
    background: #10233a;
    color: #e2e8f0;
    box-shadow: 0 28px 60px -32px rgba(16, 35, 58, 0.55);
}

.mkt-band h2,
.mkt-band .mkt-h2 { color: #fff; }

.mkt-band p,
.mkt-band li { color: #cbd5e1; }

.mkt-price {
    padding: 1.6rem;
    border-radius: 1.5rem;
    background: #fff;
    border: 1px solid rgba(16, 35, 58, 0.08);
    box-shadow: 0 18px 40px -30px rgba(16, 35, 58, 0.4);
}

.mkt-price--featured {
    border: 2px solid var(--mkt-gold);
    box-shadow: 0 24px 50px -28px rgba(180, 83, 9, 0.35);
}

.mkt-price .amount {
    margin-top: 0.7rem;
    font-size: 3rem;
    font-weight: 680;
    letter-spacing: -0.04em;
    color: var(--mkt-navy);
}

.mkt-footer {
    margin-top: 5rem;
    padding: 2rem 1.25rem;
    background: #10233a;
    color: #94a3b8;
}

.mkt-footer a { color: #e2e8f0; text-decoration: none; }
.mkt-footer a:hover { color: var(--mkt-gold); }

.mkt-reveal {
    opacity: 0;
    transform: translate3d(0, 18px, 0);
    transition: opacity 0.7s ease, transform 0.7s ease;
}

.mkt-reveal.is-in {
    opacity: 1;
    transform: none;
}

[data-parallax] { will-change: transform; }

@media (prefers-reduced-motion: reduce) {
    .mkt-reveal,
    .mkt-reveal.is-in,
    [data-parallax] {
        opacity: 1 !important;
        transform: none !important;
        transition: none !important;
    }
}
