body{
    margin:0;
    background:linear-gradient(180deg,#0f9d58,#0c7a43);
    min-height:100vh;
    display:flex;
    align-items:center;
    justify-content:center;
    font-family: 'Segoe UI', sans-serif;
}

.landing-container{
    text-align:center;
    color:white;
    padding:30px;
    max-width:400px;
    width:100%;
}

.app-logo{
    width:80px;
    height:80px;
    background:white;
    border-radius:22px;
    display:flex;
    align-items:center;
    justify-content:center;
    margin:0 auto 20px;
    box-shadow:0 8px 20px rgba(0,0,0,0.2);
}

.tagline{
    font-size:15px;
    opacity:0.9;
    margin-bottom:30px;
}

.illustration{
    width:220px;
    margin:20px auto;
}

.btn-get-started{
    background:white;
    color:#0f9d58;
    font-weight:600;
    border-radius:30px;
    padding:12px;
}

.btn-outline-light-custom{
    border:1px solid rgba(255,255,255,0.7);
    color:white;
    border-radius:30px;
    padding:10px;
}

.bottom-note{
    margin-top:30px;
    font-size:13px;
    opacity:0.8;
}