:root {
    /* Brand Colors - Aligned with Android App */
    --v-blue: #0d6efd;
    --v-blue-dark: #0a58ca;
    --v-blue-light: #3d8bfd;
    --v-slate-900: #0f172a;
    --v-slate-800: #1e293b;
    --v-slate-700: #334155;
    --v-slate-600: #475569;
    --v-slate-500: #64748b;
    --v-slate-200: #e2e8f0;
    --v-slate-50: #f8fafc;
}

body {
    font-family:
        "Instrument Sans",
        -apple-system,
        BlinkMacSystemFont,
        "Segoe UI",
        Roboto,
        sans-serif;
    background-color: var(--v-slate-50);
    color: var(--v-slate-900);
    font-size: 16px;
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
}

/* --- Landing Page Specific Styles --- */

.lp-section {
    padding: 100px 0;
}

@media (max-width: 768px) {
    .lp-section {
        padding: 60px 0;
    }
}

.lp-hero {
    background:
        radial-gradient(
            circle at top right,
            rgba(13, 110, 253, 0.08),
            transparent
        ),
        radial-gradient(
            circle at bottom left,
            rgba(108, 117, 125, 0.05),
            transparent
        );
    overflow: hidden;
    position: relative;
}

.text-gradient {
    background: linear-gradient(135deg, #0d6efd 0%, #0a58ca 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.lp-card {
    background: white;
    border: 1px solid rgba(226, 232, 240, 0.8);
    border-radius: 24px; /* Bento-style */
    padding: 32px;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    height: 100%;
}

.lp-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(15, 23, 42, 0.06);
    border-color: var(--v-blue);
}

.lp-icon-box {
    width: 60px;
    height: 60px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    margin-bottom: 24px;
}

.lp-btn-primary {
    background: var(--v-blue);
    color: white;
    padding: 14px 32px;
    border-radius: 12px;
    font-weight: 600;
    transition: all 0.3s;
    border: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
}

.lp-btn-primary:hover {
    background: var(--v-blue-dark);
    transform: translateY(-2px);
    box-shadow: 0 10px 20px rgba(13, 110, 253, 0.2);
    color: white;
}

.lp-btn-outline {
    border: 2px solid var(--v-slate-200);
    color: var(--v-slate-700);
    padding: 12px 30px;
    border-radius: 12px;
    font-weight: 600;
    transition: all 0.3s;
    background: transparent;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
}

.lp-btn-outline:hover {
    background: var(--v-slate-50);
    border-color: var(--v-blue);
    color: var(--v-blue);
}

.lp-pill {
    display: inline-flex;
    align-items: center;
    padding: 6px 16px;
    background: rgba(13, 110, 253, 0.1);
    color: var(--v-blue);
    border-radius: 100px;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 16px;
}

.lp-product-frame {
    background: white;
    border-radius: 24px;
    padding: 12px;
    box-shadow: 0 40px 80px rgba(15, 23, 42, 0.12);
    border: 1px solid rgba(226, 232, 240, 0.5);
}

.lp-nav {
    backdrop-filter: blur(12px);
    background: rgba(255, 255, 255, 0.85);
    border-bottom: 1px solid rgba(226, 232, 240, 0.5);
    padding: 1rem 0;
}

.step-number {
    width: 44px;
    height: 44px;
    background: var(--v-blue);
    color: white;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    flex-shrink: 0;
}

.footer-lp {
    background: var(--v-slate-900);
    color: white;
    padding: 80px 0 40px;
}

.footer-lp a {
    color: #94a3b8;
    text-decoration: none;
    transition: color 0.2s;
}

.footer-lp a:hover {
    color: white;
}

.bg-blue-subtle {
    background-color: rgba(13, 110, 253, 0.1);
}
.text-blue {
    color: var(--v-blue);
}

.mx-w-600 {
    max-width: 600px;
}
.mx-w-700 {
    max-width: 700px;
}

.ratio-9-16 {
    aspect-ratio: 9/16;
}
.ratio-16-10 {
    aspect-ratio: 16/10;
}

.floating-mockup {
    position: absolute;
    bottom: -30px;
    right: -40px;
    width: 140px;
    border: 4px solid #f1f5f9;
}

.app-preview-outer {
    background: #0f172a; /* dark */
    border: 2px solid #2d3748;
}

.glow-primary {
    background: rgba(13, 110, 253, 0.3);
    filter: blur(80px);
}

.glow-slate {
    background: rgba(108, 117, 125, 0.1);
    filter: blur(60px);
}

.h-4 {
    height: 4px !important;
}
.h-8 {
    height: 8px !important;
}
.br-4 {
    border-radius: 4px !important;
}
.w-40 {
    width: 40% !important;
}
.w-55 {
    width: 55% !important;
}
.w-60 {
    width: 60% !important;
}
.w-32 {
    width: 32px !important;
}
.avatar-xs {
    width: 24px !important;
    height: 24px !important;
    flex-shrink: 0;
}
.avatar-sm {
    width: 32px !important;
    height: 32px !important;
    flex-shrink: 0;
}
.opacity-30 {
    opacity: 0.3 !important;
}

.top-n50 {
    top: -50px !important;
}

.indicator-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    display: inline-block;
}
.end-n50 {
    right: -50px !important;
}
.bottom-n50 {
    bottom: -50px !important;
}
.start-n50 {
    left: -50px !important;
}

.avatar-huge {
    width: 200px;
    height: 200px;
}
