/* Generated by ProjectOps — per-app site styles. Edit the generator, not this file. */
:root {
    --bs-accent: #6366f1;
    --bs-accent-2: #0ea5e9;
    --bs-dark: #0f172a;
    --bs-dark-2: #1e293b;
    --bs-dark-3: #334155;
    --bs-text: #e2e8f0;
    --bs-text-muted: #94a3b8;
    --bs-gradient: linear-gradient(135deg, #6366f1 0%, #0ea5e9 100%);
    --bs-radius: 14px;
    --bs-radius-lg: 24px;
    --bs-shadow: 0 20px 50px -15px rgba(0, 0, 0, 0.5);
    --bs-maxw: 1120px;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial,
                 "Noto Sans", "Noto Sans Arabic", "Noto Sans Thai", "Noto Sans Devanagari",
                 "Hiragino Sans", "Yu Gothic UI", "Microsoft YaHei", sans-serif;
    background: var(--bs-dark);
    color: var(--bs-text);
    line-height: 1.65;
    -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; }

.container { width: 100%; max-width: var(--bs-maxw); margin-inline: auto; padding-inline: 24px; }

.skip-link {
    position: absolute; inset-inline-start: -9999px; top: 0; z-index: 100;
    background: var(--bs-accent); color: #fff; padding: 10px 18px; border-radius: 0 0 8px 0;
}
.skip-link:focus { inset-inline-start: 0; }

/* ---------- nav ---------- */
.bs-nav { border-bottom: 1px solid rgba(255,255,255,.07); background: rgba(15,23,42,.85);
          backdrop-filter: blur(10px); position: sticky; top: 0; z-index: 50; }
.bs-nav .container { display: flex; align-items: center; gap: 16px; min-height: 64px; flex-wrap: wrap; }
.bs-brand { display: inline-flex; align-items: center; gap: 10px; font-weight: 700; text-decoration: none; font-size: 1.05rem; }
.bs-brand img { border-radius: 8px; }
.bs-nav-links { margin-inline-start: auto; }
.bs-nav-links .home-link { color: var(--bs-text-muted); text-decoration: none; font-size: .9rem; }
.bs-nav-links .home-link:hover { color: var(--bs-text); }
.bs-lang { display: flex; align-items: center; gap: 8px; }
.bs-lang-label { font-size: .8rem; color: var(--bs-text-muted); }
.bs-lang select {
    background: var(--bs-dark-2); color: var(--bs-text); border: 1px solid rgba(255,255,255,.12);
    border-radius: 8px; padding: 6px 10px; font: inherit; font-size: .85rem; max-width: 190px;
}

/* ---------- hero ---------- */
.bs-hero { padding: 72px 0 64px; background:
    radial-gradient(900px 400px at 15% -10%, rgba(99,102,241,.20), transparent 60%),
    radial-gradient(700px 380px at 95% 10%, rgba(14,165,233,.16), transparent 60%); }
.bs-hero .container { display: grid; grid-template-columns: 1.1fr .9fr; gap: 48px; align-items: center; }
/* No icon, no screenshots, no generated art: one column, so the fold is not half empty. */
.bs-hero--text .container { grid-template-columns: 1fr; max-width: 820px; }
.bs-hero-kicker { display: inline-block; font-size: .78rem; letter-spacing: .08em; text-transform: uppercase;
    font-weight: 700; color: var(--bs-accent-2); background: rgba(255,255,255,.06);
    border: 1px solid rgba(255,255,255,.10); border-radius: 999px; padding: 5px 12px; margin-bottom: 18px; }
.bs-hero h1 { font-size: clamp(2rem, 4.6vw, 3.25rem); line-height: 1.12; font-weight: 800; letter-spacing: -.02em; }
.bs-hero h1 .accent { background: var(--bs-gradient); -webkit-background-clip: text; background-clip: text; color: transparent; }
.bs-hero .lead { margin-top: 18px; font-size: 1.1rem; color: var(--bs-text-muted); max-width: 60ch; }

.bs-store-buttons { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.bs-store-btn { display: inline-flex; align-items: center; gap: 10px; text-decoration: none;
    background: #000; border: 1px solid rgba(255,255,255,.18); border-radius: 12px; padding: 9px 16px; color: #fff; }
.bs-store-btn:hover { border-color: rgba(255,255,255,.4); }
.bs-store-btn.is-soon { opacity: .55; }
.bs-store-btn svg { width: 26px; height: 26px; flex: none; }
.bs-store-btn span { display: flex; flex-direction: column; line-height: 1.15; text-align: start; }
.bs-store-btn .small { font-size: .62rem; text-transform: uppercase; letter-spacing: .06em; opacity: .85; }
.bs-store-btn .big { font-size: 1.02rem; font-weight: 600; }

.bs-hero-visual { display: flex; justify-content: center; align-items: center; position: relative; }
.bs-floating-icon { position: absolute; top: -8px; inset-inline-start: 0; z-index: 2;
    background: var(--bs-dark-2); border: 1px solid rgba(255,255,255,.10);
    border-radius: 22px; padding: 12px; box-shadow: var(--bs-shadow); }
.bs-floating-icon img { border-radius: 16px; }
.bs-phone-frame { border: 8px solid #0b1220; border-radius: 34px; overflow: hidden;
    box-shadow: var(--bs-shadow); background: #0b1220; max-width: 300px; }
.bs-hero-art img { border-radius: var(--bs-radius-lg); box-shadow: var(--bs-shadow); }

/* ---------- sections ---------- */
.bs-section { padding: 72px 0; }
.bs-section-alt { background: var(--bs-dark-2); }
.bs-section-header { text-align: center; max-width: 760px; margin: 0 auto 44px; }
.bs-section-kicker { display: block; font-size: .78rem; letter-spacing: .09em; text-transform: uppercase;
    font-weight: 700; color: var(--bs-accent-2); margin-bottom: 10px; }
.bs-section-header h2 { font-size: clamp(1.6rem, 3vw, 2.25rem); font-weight: 800; letter-spacing: -.015em; }

.bs-features { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 20px; }
.bs-feature { background: rgba(255,255,255,.035); border: 1px solid rgba(255,255,255,.08);
    border-radius: var(--bs-radius); padding: 24px; }
.bs-feature-icon { width: 44px; height: 44px; border-radius: 12px; background: var(--bs-gradient);
    display: grid; place-items: center; margin-bottom: 14px; }
.bs-feature-icon svg { width: 22px; height: 22px; fill: none; stroke: #fff; stroke-width: 2;
    stroke-linecap: round; stroke-linejoin: round; }
.bs-feature h3 { font-size: 1.06rem; font-weight: 700; margin-bottom: 8px; }
.bs-feature p { color: var(--bs-text-muted); font-size: .95rem; }

.bs-shots { display: grid; grid-template-columns: repeat(auto-fit, minmax(190px, 1fr)); gap: 22px; }
.bs-shot img { border-radius: 18px; border: 1px solid rgba(255,255,255,.10); box-shadow: var(--bs-shadow); }
.bs-shot figcaption { margin-top: 10px; font-size: .85rem; color: var(--bs-text-muted); text-align: center; }

/* ---------- legal ---------- */
.bs-legal { padding: 56px 0 72px; }
.bs-legal .container { max-width: 760px; }
.bs-legal h1 { font-size: clamp(1.8rem, 3.4vw, 2.4rem); font-weight: 800; margin-bottom: 8px; }
.bs-legal-meta { color: var(--bs-text-muted); font-size: .9rem; margin-bottom: 28px; }
.bs-legal h2 { font-size: 1.2rem; font-weight: 700; margin: 32px 0 10px; }
/* The reset zeroes every margin, so without this consecutive paragraphs butt together and a
   two-paragraph section (advertising, which always has two) reads as one run-on block. */
.bs-legal p { color: var(--bs-text-muted); margin-bottom: 14px; }
.bs-legal a { color: var(--bs-accent-2); }

/* ---------- footer ---------- */
.bs-footer { border-top: 1px solid rgba(255,255,255,.07); padding: 32px 0; background: #0b1220; }
.bs-footer-links { display: flex; flex-wrap: wrap; gap: 20px; justify-content: center; margin-bottom: 12px; }
.bs-footer-links a { color: var(--bs-text-muted); text-decoration: none; font-size: .9rem; }
.bs-footer-links a:hover { color: var(--bs-text); }
.bs-footer-note { text-align: center; color: #64748b; font-size: .82rem; }

@media (max-width: 860px) {
    .bs-hero { padding: 48px 0; }
    .bs-hero .container { grid-template-columns: 1fr; gap: 36px; }
    .bs-floating-icon { display: none; }
    .bs-section { padding: 52px 0; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }