:root {
    --ink: #f4ebe0;
    --muted: rgba(244, 235, 224, 0.72);
    --gold: #e0b15b;
    --deep: #0c1624;
    --teal: #1f6f6a;
    --sky: #2a4d6e;
}

* { box-sizing: border-box; }

html, body {
    margin: 0;
    min-height: 100%;
}

body {
    font-family: "Outfit", system-ui, sans-serif;
    color: var(--ink);
    background: var(--deep);
}

.bj-page {
    position: relative;
    min-height: 100vh;
    overflow: hidden;
    background:
        radial-gradient(ellipse 80% 55% at 50% -10%, rgba(224, 177, 91, 0.22), transparent 55%),
        radial-gradient(ellipse 60% 50% at 100% 80%, rgba(31, 111, 106, 0.35), transparent 50%),
        linear-gradient(165deg, #0a1220 0%, #13253a 45%, #0f1c2a 100%);
}

.bj-orb {
    position: absolute;
    border-radius: 50%;
    filter: blur(40px);
    pointer-events: none;
    animation: bj-float 12s ease-in-out infinite;
}

.bj-orb-a {
    width: 280px;
    height: 280px;
    top: 12%;
    right: -60px;
    background: rgba(224, 177, 91, 0.18);
}

.bj-orb-b {
    width: 360px;
    height: 360px;
    bottom: -80px;
    left: -100px;
    background: rgba(42, 77, 110, 0.45);
    animation-delay: -4s;
}

.bj-stars {
    position: absolute;
    inset: 0;
    background-image:
        radial-gradient(1.5px 1.5px at 12% 18%, rgba(255,255,255,.55), transparent),
        radial-gradient(1.5px 1.5px at 78% 22%, rgba(255,255,255,.4), transparent),
        radial-gradient(1px 1px at 40% 60%, rgba(255,255,255,.35), transparent),
        radial-gradient(1.5px 1.5px at 88% 70%, rgba(255,255,255,.45), transparent),
        radial-gradient(1px 1px at 22% 82%, rgba(255,255,255,.3), transparent);
    opacity: .7;
    pointer-events: none;
    animation: bj-twinkle 6s ease-in-out infinite alternate;
}

@keyframes bj-float {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-18px); }
}

@keyframes bj-twinkle {
    from { opacity: .45; }
    to { opacity: .85; }
}

.bj-nav {
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.25rem clamp(1.2rem, 4vw, 3rem);
}

.bj-brand {
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: 1.35rem;
    font-weight: 600;
    letter-spacing: .02em;
}

.bj-brand-wrap {
    display: flex;
    align-items: center;
    gap: .7rem;
}

.bj-nav-icon {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    object-fit: cover;
    box-shadow: 0 4px 14px rgba(0,0,0,.35);
}

.bj-app-art {
    display: block;
    width: min(420px, 88vw);
    height: auto;
    margin: 0 auto 1.4rem;
    border-radius: 22px;
    box-shadow:
        0 24px 60px rgba(0, 0, 0, .45),
        0 0 0 1px rgba(224, 177, 91, .25);
    animation: bj-rise .75s ease both;
}

.bj-shots {
    position: relative;
    z-index: 2;
    padding: 0 0 2.5rem;
}

.bj-shots-title {
    margin: 0 0 1rem;
    text-align: center;
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: 1.8rem;
    font-weight: 600;
}

.bj-shots-track {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    gap: 1rem;
    padding: .5rem clamp(1.2rem, 4vw, 3rem) 1rem;
    max-width: 1200px;
    margin: 0 auto;
}

.bj-phone {
    margin: 0;
    flex: 0 0 auto;
    width: min(200px, 42vw);
    border-radius: 18px;
    overflow: hidden;
    background: rgba(0,0,0,.35);
    box-shadow: 0 16px 36px rgba(0,0,0,.4);
    border: 1px solid rgba(255,255,255,.12);
}

.bj-phone img {
    display: block;
    width: 100%;
    height: auto;
    vertical-align: middle;
}

.bj-shots-note {
    text-align: center;
    margin: 0;
    font-size: .82rem;
    color: rgba(244, 235, 224, .55);
}

.bj-shots-note a { color: var(--gold); }

.bj-nav-cta {
    color: var(--ink);
    text-decoration: none;
    font-size: .9rem;
    font-weight: 600;
    padding: .55rem 1rem;
    border: 1px solid rgba(224, 177, 91, .45);
    border-radius: 999px;
    transition: background .2s ease, border-color .2s ease;
}

.bj-nav-cta:hover {
    background: rgba(224, 177, 91, .15);
    border-color: var(--gold);
}

.bj-hero {
    position: relative;
    z-index: 2;
    max-width: 820px;
    margin: 0 auto;
    padding: clamp(1.5rem, 6vh, 3.5rem) clamp(1.2rem, 4vw, 3rem) 2rem;
    text-align: center;
}

.bj-kicker {
    margin: 0 0 .75rem;
    font-size: .85rem;
    font-weight: 600;
    letter-spacing: .16em;
    text-transform: uppercase;
    color: var(--gold);
}

.bj-logo {
    margin: 0 0 1rem;
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: clamp(3rem, 9vw, 5.2rem);
    font-weight: 700;
    line-height: 1.05;
    letter-spacing: .01em;
    text-shadow: 0 8px 40px rgba(0, 0, 0, .35);
    animation: bj-rise .8s ease both;
}

.bj-lead {
    margin: 0 auto 1.75rem;
    max-width: 34rem;
    font-size: clamp(1rem, 2.2vw, 1.15rem);
    line-height: 1.65;
    color: var(--muted);
    animation: bj-rise .9s ease .08s both;
}

.bj-actions {
    display: flex;
    justify-content: center;
    gap: .75rem;
    flex-wrap: wrap;
    animation: bj-rise 1s ease .14s both;
}

.bj-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: .95rem 1.45rem;
    border-radius: 12px;
    font-weight: 700;
    font-size: 1rem;
    text-decoration: none;
    transition: transform .15s ease, filter .15s ease;
}

.bj-btn:hover {
    transform: translateY(-2px);
    filter: brightness(1.06);
}

.bj-btn.primary {
    color: #1a1208;
    background: linear-gradient(135deg, #f0c874, #c9923a);
    box-shadow: 0 12px 30px rgba(201, 146, 58, .28);
}

.bj-meta {
    margin: 1.1rem 0 0;
    font-size: .85rem;
    color: rgba(244, 235, 224, .55);
}

.bj-features {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
    max-width: 980px;
    margin: 0 auto;
    padding: 0 clamp(1.2rem, 4vw, 3rem) 3rem;
}

.bj-feat {
    padding: 1.35rem 1.25rem;
    background: rgba(255, 255, 255, .05);
    border: 1px solid rgba(255, 255, 255, .08);
    backdrop-filter: blur(8px);
    animation: bj-rise 1s ease .2s both;
}

.bj-feat h2 {
    margin: 0 0 .45rem;
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: 1.45rem;
    font-weight: 600;
}

.bj-feat p {
    margin: 0;
    font-size: .92rem;
    line-height: 1.55;
    color: var(--muted);
}

.bj-foot {
    position: relative;
    z-index: 2;
    text-align: center;
    padding: 1.5rem 1.2rem 2.5rem;
    font-size: .82rem;
    color: rgba(244, 235, 224, .5);
}

.bj-foot a {
    color: var(--gold);
    text-decoration: none;
}

.bj-foot a:hover { text-decoration: underline; }

@keyframes bj-rise {
    from { opacity: 0; transform: translateY(16px); }
    to { opacity: 1; transform: translateY(0); }
}

@media (max-width: 800px) {
    .bj-features { grid-template-columns: 1fr; }
    .bj-hero { padding-top: 3.5rem; }
}
