body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    line-height: 1.8;
    max-width: 900px;
    margin: 0 auto;
    padding: 40px;
    color: #444;
    background-color: #fefefe;
    font-size: 18px;
}

header {
    text-align: center;
    margin-bottom: 40px;
    padding-bottom: 20px;
    border-bottom: 2px solid #e0e6ed;
}

h1 {
    color: #3a5169;
    font-weight: 300;
    margin-bottom: 15px;
    font-size: 42px;
}

.last-updated {
    font-style: italic;
    color: #666;
    margin-bottom: 20px;
    font-size: 20px;
}

h2 {
    color: #4a6b8a;
    font-weight: 400;
    margin-top: 40px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e0e6ed;
    font-size: 32px;
}

h3 {
    color: #5a7a9a;
    font-weight: 500;
    margin-top: 30px;
    font-size: 24px;
}

p {
    margin-bottom: 20px;
    font-size: 20px;
}

a {
    color: #4a90e2;
    font-weight: 500;
    text-decoration: none;
    transition: color 0.2s;
}

a:hover {
    color: #2a70c2;
    text-decoration: underline;
}

.section {
    margin-bottom: 35px;
}

ul {
    padding-left: 30px;
}

li {
    margin-bottom: 15px;
    font-size: 20px;
}

.contact-info {
    background-color: #ffffff;
    padding: 25px;
    border-radius: 10px;
    margin-top: 20px;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.03);
    border: 1px solid #f0f0f0;
    font-size: 20px;
}

strong {
    font-weight: 600;
}

@media (max-width: 600px) {
    body {
        padding: 25px;
        font-size: 18px;
    }
    
    h1 {
        font-size: 32px;
    }
    
    h2 {
        font-size: 26px;
    }
    
    p, li {
        font-size: 18px;
    }
}

/* ==========================
   Styles for support.html
   ========================== */

.support-section {
    background-color: #ffffff;
    padding: 35px;
    border-radius: 12px;
    margin-bottom: 40px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
    border: 1px solid #f0f0f0;
}

/* Override general h2 styles ONLY within .support-section */
.support-section h2 {
    margin-top: 0;
    margin-bottom: 20px;
    border-bottom: none;
    padding-bottom: 0;
}

/* Override general h3 styles ONLY within .support-section */
.support-section h3 {
    margin-top: 0;
    margin-bottom: 15px;
}

.contact-email {
    color: #4a90e2;
    font-weight: 600;
    text-decoration: none;
    transition: color 0.2s;
    font-size: 22px;
}

.contact-email:hover {
    color: #2a70c2;
    text-decoration: none;
}

.privacy-link {
    color: #5cb85c;
    font-weight: 600;
    text-decoration: none;
    transition: color 0.2s;
    font-size: 22px;
}

.privacy-link:hover {
    color: #3a983a;
    text-decoration: none;
}

/* Styles for potentially used (currently commented out) sections */
.social-links {
    margin-top: 50px;
    text-align: center;
}

.social-icon {
    margin: 0 15px;
    color: #95a5a6;
    text-decoration: none;
    font-size: 22px;
}

.app-store-link {
    text-align: center;
    margin-top: 30px;
}
