/* Business Vibe: Clean, light blue-gray background */
body {
    background-color: #f0f4f8;
    color: #334e68;
    font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
    padding: 40px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    margin: 0;
}

.business-card {
    background-color: #ffffff;
    max-width: 450px;
    width: 100%;
    padding: 40px;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    border-top: 6px solid #102a43; /* Navy accent bar */
}

h1 {
    color: #102a43;
    margin-top: 0;
    font-size: 2.2rem;
}

.subtitle {
    color: #627d98;
    font-style: italic;
    margin-top: -10px;
}

hr {
    border: 0;
    height: 1px;
    background: #d9e2ec;
    margin: 25px 0;
}

h3 {
    color: #243b53;
    margin-bottom: 10px;
}

p {
    font-size: 0.95rem;
    line-height: 1.5;
}

ul {
    padding-left: 20px;
}

li {
    margin: 10px 0;
    line-height: 1.5;
    font-size: 0.95rem;
}

.back-link {
    display: inline-block;
    margin-top: 30px;
    color: #1976d2;
    text-decoration: none;
    font-weight: 600;
}

.back-link:hover {
    text-decoration: underline;
    color: #0d47a1;
}



            
            

                      

                            
                                    
                                                            
                                                                    

