/* Thokin public landing */
.landing {
    --lp-ink: #0F1222;
    --lp-muted: #5B6178;
    --lp-line: rgba(15, 18, 34, 0.08);
    --lp-surface: #F6F4FF;
    --lp-brand: #6C3CF0;
    --lp-brand-dark: #5B32D4;
    --lp-accent: #22C55E;
    font-family: 'Plus Jakarta Sans', system-ui, sans-serif;
    color: var(--lp-ink);
    background: #fff;
    min-height: 100dvh;
    overflow-x: hidden;
}
.landing a { color: inherit; }

.landing-nav {
    position: sticky;
    top: 0;
    z-index: 40;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 0.85rem 1.25rem;
    max-width: 72rem;
    margin: 0 auto;
    background: rgba(255,255,255,0.88);
    backdrop-filter: blur(16px);
}
.landing-nav__brand {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    text-decoration: none;
    min-width: 0;
}
.landing-nav__logo.site-logo--main,
.landing-nav .site-logo--main { height: 1.85rem; width: auto; max-width: 7.5rem; object-fit: contain; }
.landing-nav .site-logo-fallback--main {
    width: 2rem; height: 2rem; border-radius: 0.6rem;
    background: var(--lp-brand); color: #fff;
}
.landing-nav__name { font-weight: 800; font-size: 1.05rem; letter-spacing: -0.03em; }
.landing-nav__actions { display: flex; align-items: center; gap: 0.45rem; flex-shrink: 0; }
.landing-nav__link {
    font-size: 0.88rem; font-weight: 600; color: var(--lp-muted); text-decoration: none;
    padding: 0.5rem 0.7rem;
}
.landing-nav__cta {
    font-size: 0.84rem; font-weight: 700; color: #fff; text-decoration: none;
    background: var(--lp-brand); padding: 0.55rem 1rem; border-radius: 999px;
}
.landing-nav__cta:hover { background: var(--lp-brand-dark); }

.landing-hero {
    position: relative;
    max-width: 72rem;
    margin: 0 auto;
    padding: 1.5rem 1.25rem 3.5rem;
    display: grid;
    gap: 2.5rem;
    align-items: center;
}
@media (min-width: 900px) {
    .landing-hero { grid-template-columns: 1.05fr 0.95fr; padding: 2.5rem 1.5rem 4.5rem; min-height: calc(100dvh - 4.5rem); }
}
.landing-kicker {
    display: inline-flex; align-items: center; gap: 0.4rem;
    font-size: 0.72rem; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase;
    color: var(--lp-brand); background: var(--lp-surface);
    padding: 0.35rem 0.7rem; border-radius: 999px; margin: 0 0 1rem;
}
.landing-hero h1 {
    font-family: 'Syne', 'Plus Jakarta Sans', sans-serif;
    font-weight: 800;
    font-size: clamp(2.05rem, 6vw, 3.6rem);
    letter-spacing: -0.045em;
    line-height: 1.05;
    margin: 0 0 1rem;
    max-width: 14ch;
}
.landing-hero h1 em { font-style: normal; color: var(--lp-brand); }
.landing-hero__sub {
    color: var(--lp-muted); font-size: 1.05rem; line-height: 1.6;
    margin: 0 0 1.75rem; max-width: 38ch; font-weight: 400;
}
.landing-ctas { display: flex; flex-wrap: wrap; gap: 0.7rem; }
.landing-btn {
    display: inline-flex; align-items: center; justify-content: center; gap: 0.4rem;
    font-weight: 700; font-size: 0.92rem; text-decoration: none;
    padding: 0.9rem 1.3rem; border-radius: 999px;
}
.landing-btn--primary {
    background: var(--lp-brand); color: #fff;
    box-shadow: 0 14px 30px -12px color-mix(in srgb, var(--lp-brand) 70%, transparent);
}
.landing-btn--primary:hover { background: var(--lp-brand-dark); }
.landing-btn--ghost {
    background: #fff; color: var(--lp-ink); border: 1.5px solid #E6E4F0;
}
.landing-btn--ghost:hover { border-color: var(--lp-brand); color: var(--lp-brand); }
.landing-btn--on-dark { border-color: rgba(255,255,255,.28); color: #fff; background: transparent; }
.landing-btn--on-dark:hover { background: rgba(255,255,255,.08); border-color: #fff; color: #fff; }
.landing-trust {
    display: flex; flex-wrap: wrap; gap: 0.85rem 1.25rem;
    margin-top: 1.75rem; color: var(--lp-muted); font-size: 0.78rem; font-weight: 600;
}
.landing-trust span { display: inline-flex; align-items: center; gap: 0.35rem; }
.landing-trust svg { width: 0.95rem; height: 0.95rem; color: var(--lp-accent); }

.landing-visual { position: relative; min-height: 22rem; display: flex; align-items: center; justify-content: center; }
.landing-visual__glow {
    position: absolute; inset: 8% 6%;
    background:
        radial-gradient(circle at 28% 35%, color-mix(in srgb, var(--lp-brand) 38%, transparent), transparent 58%),
        radial-gradient(circle at 78% 70%, color-mix(in srgb, var(--lp-accent) 22%, transparent), transparent 52%);
    filter: blur(6px);
    border-radius: 46%;
}
.landing-phone {
    position: relative;
    width: min(100%, 20.5rem);
    background: linear-gradient(165deg, #1A1038 0%, #2A1760 42%, #6C3CF0 140%);
    color: #fff;
    border-radius: 2rem;
    padding: 1.4rem 1.3rem 1.35rem;
    box-shadow: 0 40px 70px -28px rgba(50, 20, 120, 0.55);
    border: 1px solid rgba(255,255,255,0.08);
}
.landing-phone__bar {
    display: flex; justify-content: space-between; align-items: center;
    font-size: 0.75rem; font-weight: 700; opacity: 0.8; margin-bottom: 1.4rem;
}
.landing-phone__live {
    width: 0.5rem; height: 0.5rem; border-radius: 50%;
    background: var(--lp-accent); box-shadow: 0 0 0 4px rgba(34,197,94,0.22);
}
.landing-phone__label { margin: 0; font-size: 0.72rem; opacity: 0.62; font-weight: 500; }
.landing-phone__bal {
    font-family: 'Syne', sans-serif; font-size: 2.05rem; font-weight: 800;
    letter-spacing: -0.04em; margin: 0.15rem 0 1.15rem;
}
.landing-phone__row { display: grid; grid-template-columns: 1fr 1fr; gap: 0.55rem; margin-bottom: 1.1rem; }
.landing-phone__tile {
    background: rgba(255,255,255,0.08); border-radius: 0.9rem; padding: 0.7rem 0.75rem;
}
.landing-phone__tile small { display: block; font-size: 0.65rem; opacity: 0.65; }
.landing-phone__tile strong { display: block; margin-top: 0.15rem; font-size: 0.88rem; font-weight: 700; }
.landing-phone__chips { display: flex; flex-wrap: wrap; gap: 0.35rem; }
.landing-phone__chips span {
    font-size: 0.66rem; font-weight: 700; padding: 0.32rem 0.58rem;
    border-radius: 999px; background: rgba(255,255,255,0.12);
}

.landing-float {
    position: absolute; z-index: 2;
    display: flex; align-items: center; gap: 0.45rem;
    background: #fff; color: var(--lp-ink);
    border-radius: 999px; padding: 0.45rem 0.7rem 0.45rem 0.45rem;
    box-shadow: 0 12px 30px rgba(28, 16, 68, 0.14);
    font-size: 0.72rem; font-weight: 700; white-space: nowrap;
}
.landing-float__ico {
    width: 1.7rem; height: 1.7rem; border-radius: 999px; flex-shrink: 0;
    display: inline-flex; align-items: center; justify-content: center; color: #fff;
}
.landing-float__ico svg { width: 0.85rem; height: 0.85rem; }
.landing-float--a { top: 12%; left: 0; }
.landing-float--a .landing-float__ico { background: #6C3CF0; }
.landing-float--b { bottom: 18%; right: 0; }
.landing-float--b .landing-float__ico { background: #0F8A5A; }
.landing-float--c { top: 42%; right: -0.4rem; }
.landing-float--c .landing-float__ico { background: #C2410C; }
@media (max-width: 899px) {
    .landing-float--a { left: 4%; }
    .landing-float--b { right: 4%; }
    .landing-float--c { display: none; }
}

.landing-section { max-width: 72rem; margin: 0 auto; padding: 3.25rem 1.25rem; }
.landing-section--tint { background: var(--lp-surface); max-width: none; padding-left: max(1.25rem, calc((100% - 72rem) / 2 + 1.25rem)); padding-right: max(1.25rem, calc((100% - 72rem) / 2 + 1.25rem)); }
.landing-section__title {
    font-family: 'Syne', sans-serif; font-weight: 700;
    font-size: clamp(1.45rem, 3vw, 2.05rem); letter-spacing: -0.035em; margin: 0 0 0.45rem;
}
.landing-section__lead { color: var(--lp-muted); margin: 0 0 1.85rem; max-width: 46ch; line-height: 1.55; }

.landing-products {
    display: grid; gap: 0.85rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}
@media (min-width: 768px) { .landing-products { grid-template-columns: repeat(4, minmax(0, 1fr)); } }
.landing-product {
    background: #fff; border: 1px solid var(--lp-line); border-radius: 1.15rem;
    padding: 1.05rem 1rem 1rem; min-width: 0;
}
.landing-product__icon {
    width: 2.4rem; height: 2.4rem; border-radius: 0.8rem;
    display: flex; align-items: center; justify-content: center; margin-bottom: 0.75rem;
}
.landing-product__icon svg { width: 1.15rem; height: 1.15rem; }
.landing-product h3 { margin: 0 0 0.3rem; font-size: 0.95rem; font-weight: 700; letter-spacing: -0.02em; }
.landing-product p { margin: 0; color: var(--lp-muted); font-size: 0.8rem; line-height: 1.45; }

.landing-steps { list-style: none; margin: 0; padding: 0; display: grid; gap: 1.1rem; counter-reset: step; }
@media (min-width: 768px) { .landing-steps { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1.5rem; } }
.landing-steps li {
    counter-increment: step; background: #fff; border: 1px solid var(--lp-line);
    border-radius: 1.15rem; padding: 1.15rem 1.1rem; min-width: 0;
}
.landing-steps li::before {
    content: counter(step, decimal-leading-zero);
    font-family: 'Syne', sans-serif; font-weight: 800; font-size: 1.2rem;
    color: var(--lp-brand); letter-spacing: -0.04em; display: block; margin-bottom: 0.55rem;
}
.landing-steps strong { display: block; font-size: 1.02rem; margin-bottom: 0.3rem; }
.landing-steps span { color: var(--lp-muted); font-size: 0.88rem; line-height: 1.5; }

.landing-finale {
    text-align: center;
    padding: 4rem 1.25rem;
    background: linear-gradient(165deg, #160C33 0%, #2A1760 48%, #5B32D4 100%);
    color: #fff;
}
.landing-finale__brand {
    font-family: 'Syne', sans-serif; font-weight: 800; font-size: 0.95rem;
    letter-spacing: 0.12em; text-transform: uppercase; opacity: 0.72; margin: 0 0 0.7rem;
}
.landing-finale h2 {
    font-family: 'Syne', sans-serif; font-size: clamp(1.6rem, 4vw, 2.5rem);
    letter-spacing: -0.04em; margin: 0 0 0.65rem;
}
.landing-finale p { color: rgba(255,255,255,0.72); max-width: 34rem; margin: 0 auto 1.7rem; line-height: 1.55; }
.landing-finale .landing-ctas { justify-content: center; }

.landing-footer {
    display: flex; flex-wrap: wrap; gap: 0.85rem 1.25rem;
    justify-content: space-between; align-items: center;
    max-width: 72rem; margin: 0 auto; padding: 1.4rem 1.25rem 1.7rem;
    font-size: 0.82rem; color: var(--lp-muted);
}
.landing-footer__links { display: flex; flex-wrap: wrap; gap: 0.85rem 1.1rem; }
.landing-footer a { color: var(--lp-muted); text-decoration: none; font-weight: 600; }
.landing-footer a:hover { color: var(--lp-brand); }

body.landing-page .app-shell { max-width: none; background: #fff; box-shadow: none; }
body.landing-page #splash { display: none !important; }
body.landing-page #bottomNav, body.landing-page .bottom-nav { display: none !important; }
body.landing-page { overflow-x: hidden; }
