/* menu.mk – public/css/app.css */

*, *::before, *::after { box-sizing: border-box; }

body {
    background: #251200;
    color: #fff;
    font-family: 'Plus Jakarta Sans', sans-serif;
    overflow-x: hidden;
}

.grid-bg {
    position: fixed; inset: 0; z-index: 0; pointer-events: none;
    background-image:
        linear-gradient(rgba(0, 0, 0, 0.025) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px);
    background-size: 60px 60px;
    mask-image: radial-gradient(ellipse at 50% 0%, black 30%, transparent 80%);
    -webkit-mask-image: radial-gradient(ellipse at 50% 0%, black 30%, transparent 80%);
}

/* ── Phone mockup ── */
.phone-glow {
    position: absolute; bottom: -30px; left: 50%; transform: translateX(-50%);
    width: 420px; height: 420px; border-radius: 50%;
    background: radial-gradient(circle, rgba(255,122,41,0.22) 0%, transparent 70%);
    pointer-events: none; z-index: 0;
}
.phone-ring {
    position: absolute; bottom: 10px; left: 50%; transform: translateX(-50%);
    width: 440px; height: 440px; border-radius: 50%;
    border: 1px dashed rgba(255,122,41,0.22); pointer-events: none; z-index: 0;
}
.phone-wrap {
    position: relative; z-index: 2; width: 210px; background: #111318;
    border-radius: 44px; padding: 12px;
    box-shadow: 0 0 0 1px rgba(255,255,255,0.08), 0 40px 80px rgba(0,0,0,0.6), 0 0 60px rgba(255,122,41,0.12);
}
.phone-notch { width: 68px; height: 12px; background: #111318; border-radius: 0 0 12px 12px; margin: 0 auto; }
.phone-screen { background: #f5f0ee; border-radius: 32px; overflow: hidden; }
.stone-base {
    width: 220px; height: 60px; margin: -10px auto 0;
    background: radial-gradient(ellipse at 50% 30%, #2a2d22 0%, #1a1c14 60%, transparent 100%);
    border-radius: 50% 50% 40% 40% / 60% 60% 40% 40%;
    position: relative; z-index: 1;
}

/* ── Ticker ── */
@keyframes tScroll { from { transform: translateX(0); } to { transform: translateX(-50%); } }
.ticker-track { display: inline-flex; animation: tScroll 28s linear infinite; white-space: nowrap; }

/* ── Animations ── */
@keyframes fadeUp { from { opacity: 0; transform: translateY(16px); } to { opacity: 1; transform: none; } }
@keyframes phoneFloat {
    0%, 100% { transform: translateY(0) rotate(-0.5deg); }
    50% { transform: translateY(-14px) rotate(0.5deg); }
}
.animate-phone { animation: phoneFloat 6s ease-in-out infinite; }
.anim-1 { animation: fadeUp .5s ease .1s both; }
.anim-2 { animation: fadeUp .55s ease .2s both; }
.anim-3 { animation: fadeUp .55s ease .3s both; }
.anim-4 { animation: fadeUp .55s ease .4s both; }
.anim-5 { animation: fadeUp .55s ease .5s both; }

.rev { opacity: 0; transform: translateY(20px); transition: opacity .6s cubic-bezier(.22,1,.36,1), transform .6s cubic-bezier(.22,1,.36,1); }
.rev.vis { opacity: 1; transform: none; }
.d1 { transition-delay: .08s; }
.d2 { transition-delay: .17s; }
.d3 { transition-delay: .25s; }
.d4 { transition-delay: .33s; }

/* ── Feature cards ── */
.feat-card { transition: all .3s; border: 1px solid rgba(255,255,255,0.07); }
.feat-card:hover { border-color: rgba(255,122,41,0.25); transform: translateY(-3px); box-shadow: 0 12px 32px rgba(0,0,0,0.3); }

/* ── Dashboard mockup ── */
.dash-mockup { background: #251200; border: 1px solid rgba(255,255,255,0.08); border-radius: 12px; overflow: hidden; }
.dash-topbar { background: #2d1600; border-bottom: 1px solid rgba(255,255,255,0.06); padding: 8px 14px; display: flex; align-items: center; gap: 8px; }
.dash-dot { width: 8px; height: 8px; border-radius: 50%; }
.dash-sidebar { width: 140px; flex-shrink: 0; background: #120800; border-right: 1px solid rgba(255,255,255,0.05); padding: 10px 8px; }
.dash-menu-item { padding: 5px 8px; border-radius: 6px; font-size: 9px; color: rgba(255,255,255,0.4); margin-bottom: 2px; cursor: pointer; }
.dash-menu-item.active { background: rgba(255,122,41,0.1); color: #ff7a29; }
.dash-table-row { display: flex; align-items: center; gap: 8px; padding: 6px 10px; border-bottom: 1px solid rgba(255,255,255,0.04); font-size: 9px; }
.dash-badge { font-size: 7px; padding: 1px 6px; border-radius: 50px; font-weight: 700; }
.dash-badge.green { background: rgba(255,122,41,0.15); color: #ff7a29; }
.dash-badge.gray { background: rgba(255,255,255,0.07); color: rgba(255,255,255,0.4); }

/* ── Pricing ── */
.pc { background: #251200; border: 1px solid rgba(255,255,255,.08); border-radius: 20px; padding: 2rem; display: flex; flex-direction: column; gap: 1rem; }
.pc.pop { border-color: rgba(255,122,41,.35); position: relative; }
.ptag { position: absolute; top: -13px; left: 50%; transform: translateX(-50%); background: #ff7a29; color: #1a0e00; font-size: .65rem; font-weight: 800; padding: .25rem .8rem; border-radius: 50px; white-space: nowrap; }
.pplan { font-size: .8rem; font-weight: 700; color: rgba(255,255,255,.5); text-transform: uppercase; letter-spacing: .1em; }
.pprice { display: flex; align-items: baseline; gap: .35rem; }
.pnum { font-size: 2.6rem; font-weight: 800; color: #fff; line-height: 1; }
.pper { font-size: .85rem; color: rgba(255,255,255,.4); }
.pdesc { font-size: .82rem; color: rgba(255,255,255,.4); }
.pfl { list-style: none; display: flex; flex-direction: column; gap: .6rem; flex: 1; padding: 0; margin: 0; }
.pfl li { display: flex; align-items: center; gap: .55rem; font-size: .82rem; }
.pfl li svg { width: 14px; height: 14px; flex-shrink: 0; }
.pfl li.on { color: rgba(255,255,255,.75); }
.pfl li.on svg { stroke: #ff7a29; }
.pfl li.off { color: rgba(255,255,255,.25); }
.pfl li.off svg { stroke: rgba(255,255,255,.25); }
.pbtn { display: block; text-align: center; padding: .8rem; border-radius: 50px; font-weight: 700; font-size: .88rem; text-decoration: none; transition: all .2s; margin-top: auto; }
.pbtn-lime { background: #ff7a29; color: #1a0e00; }
.pbtn-lime:hover { background: #ff9150; transform: translateY(-1px); }
.pbtn-o { background: transparent; border: 1px solid rgba(255,255,255,.2); color: rgba(255,255,255,.7); }
.pbtn-o:hover { border-color: rgba(255,255,255,.4); color: #fff; }
.btog { width: 44px; height: 24px; border-radius: 50px; background: rgba(255,255,255,.12); border: none; cursor: pointer; position: relative; transition: background .2s; }
.btog.on { background: #ff7a29; }
.btog::after { content: ''; position: absolute; top: 3px; left: 3px; width: 18px; height: 18px; border-radius: 50%; background: #fff; transition: transform .2s; }
.btog.on::after { transform: translateX(20px); background: #1a0e00; }
.blbl { font-size: .82rem; color: rgba(255,255,255,.5); }
.blbl.on { color: #fff; font-weight: 600; }
.save-pill { font-size: .65rem; font-weight: 700; background: rgba(255,122,41,.12); border: 1px solid rgba(255,122,41,.25); color: #ff7a29; padding: .2rem .7rem; border-radius: 50px; }

/* ── Nav ── */
.hamburger { display: none; background: none; border: none; cursor: pointer; color: rgba(255,255,255,.7); padding: 6px; border-radius: 8px; }
.hamburger:hover { background: rgba(255,255,255,.08); color: #fff; }
.nav-mobile { display: none; position: fixed; inset: 0; top: 68px; background: #1a0e00; z-index: 199; flex-direction: column; padding: 2rem 5vw; gap: 0; border-top: 1px solid rgba(255,255,255,.07); overflow-y: auto; }
.nav-mobile.open { display: flex; }
.nav-mobile a { font-size: 1.1rem; font-weight: 600; color: rgba(255,255,255,.6); text-decoration: none; padding: 1rem 0; border-bottom: 1px solid rgba(255,255,255,.06); display: flex; align-items: center; justify-content: space-between; transition: color .2s; }
.nav-mobile a:hover { color: #fff; }
.nav-mobile a:last-child { border-bottom: none; }
.nav-mobile .mob-ctas { display: flex; flex-direction: column; gap: .75rem; padding-top: 1.5rem; margin-top: .5rem; border-top: 1px solid rgba(255,255,255,.07); }
.nav-mobile .mob-ctas a { border-bottom: none; padding: 1rem; font-size: 1rem; }
.mob-btn-ghost { display: block; text-align: center; padding: .85rem; border-radius: 50px; border: 1px solid rgba(255,255,255,.2); color: rgba(255,255,255,.7) !important; }
.mob-btn-lime { display: block; text-align: center; padding: .85rem; border-radius: 50px; background: #ff7a29; color: #1a0e00 !important; font-weight: 800; }

@media (max-width: 768px) {
    .hamburger { display: block; }
    .nav-links-desktop { display: none !important; }
    .nav-ctas-desktop { display: none !important; }
}
@media (min-width: 769px) { .hamburger { display: none !important; } }

/* ================================================================
   AUTH PAGES
   ================================================================ */

.auth-card {
    background: #251200;
    border: 1px solid rgba(255,255,255,.08);
    border-radius: 20px;
    padding: 2.5rem 2.25rem;
    width: 100%;
    max-width: 420px;
    box-shadow: 0 24px 60px rgba(0,0,0,.4);
}

.auth-input {
    width: 100%;
    padding: .72rem 1rem;
    border-radius: 10px;
    border: 1.5px solid rgba(255,255,255,.1);
    background: rgba(255,255,255,.04);
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: .9rem;
    color: #fff;
    outline: none;
    transition: border-color .2s, box-shadow .2s;
}
.auth-input::placeholder { color: rgba(255,255,255,.2); }
.auth-input:focus { border-color: rgba(255,122,41,.5); box-shadow: 0 0 0 3px rgba(255,122,41,.1); background: rgba(255,255,255,.06); }
.auth-input-error { border-color: rgba(239,68,68,.5) !important; box-shadow: 0 0 0 3px rgba(239,68,68,.1) !important; }

.auth-btn {
    width: 100%;
    padding: .82rem;
    border-radius: 50px;
    background: #ff7a29;
    color: #1a0e00;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: .95rem;
    font-weight: 800;
    border: none;
    cursor: pointer;
    transition: all .2s;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: .45rem;
    box-shadow: 0 8px 28px rgba(255,122,41,.22);
    text-decoration: none;
}
.auth-btn:hover { background: #ff9150; transform: translateY(-1px); box-shadow: 0 12px 32px rgba(255,122,41,.32); }

.auth-btn-secondary {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: .8rem;
    border-radius: 50px;
    background: rgba(255,255,255,.06);
    color: rgba(255,255,255,.7);
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: .9rem;
    font-weight: 600;
    border: 1px solid rgba(255,255,255,.1);
    cursor: pointer;
    transition: all .2s;
    text-decoration: none;
}
.auth-btn-secondary:hover { background: rgba(255,255,255,.1); color: #fff; }

.auth-divider {
    display: flex;
    align-items: center;
    gap: .75rem;
    margin: 1.4rem 0;
}
.auth-divider::before,
.auth-divider::after { content: ''; flex: 1; height: 1px; background: rgba(255,255,255,.08); }
.auth-divider span { font-size: .72rem; color: rgba(255,255,255,.25); text-transform: uppercase; letter-spacing: .1em; white-space: nowrap; }

.card-glow {
    position: absolute;
    width: 500px;
    height: 500px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255,122,41,.07) 0%, transparent 70%);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    pointer-events: none;
    z-index: 0;
}