/* Delete Account Styles - PickFC */

body {
    margin: 0;
    padding: 0;
    font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    background-color: #f8fafc;
    line-height: 1.6;
    min-height: 100vh;
    color: #475569;
}

.container {
    max-width: 800px;
    margin: 0 auto;
    background-color: #ffffff;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.header {
    background: linear-gradient(135deg, rgb(51, 70, 79) 0%, rgb(39, 41, 48) 100%);
    padding: 20px 30px;
    text-align: center;
    position: relative;
}

.header-content {
    position: relative;
    z-index: 2;
}

.logo {
    width: 2.5em;
    height: 2.5em;
    margin: 0 auto 15px;
    display: block;
}

.header h1 {
    color: #86d1f4;
    margin: 0;
    font-size: 32px;
    font-weight: 700;
}

.header p {
    color: #b3e0f7;
    margin: 8px 0 0;
    font-size: 16px;
    font-weight: 500;
}

.main-content {
    padding: 40px 30px;
}

.intro-section {
    margin-bottom: 32px;
}

.last-updated {
    color: #64748b;
    font-size: 14px;
    margin: 0 0 20px;
}

.intro-text {
    margin: 0;
    font-size: 16px;
}

.section {
    margin-bottom: 32px;
}

.section h2 {
    color: #1e293b;
    margin: 0 0 16px;
    font-size: 20px;
    font-weight: 600;
    border-left: 4px solid #86d1f4;
    padding-left: 16px;
}

.section p {
    margin: 0 0 12px;
    font-size: 15px;
}

.section ol {
    margin: 0 0 12px;
    padding-left: 22px;
    font-size: 15px;
}

.section li {
    margin-bottom: 6px;
}

.note-text {
    color: #1e40af;
    background-color: #f0f9ff;
    border-left: 4px solid #86d1f4;
    border-radius: 0 8px 8px 0;
    padding: 12px 14px;
}

.contact-card {
    border-left: 4px solid #86d1f4;
    background-color: #f0f9ff;
    padding: 20px;
    border-radius: 0 8px 8px 0;
    margin-bottom: 18px;
}

.contact-card p {
    margin: 0;
    color: #1e40af;
    font-size: 14px;
}

.contact-card a {
    color: #1e40af;
    font-weight: 600;
    text-decoration: none;
}

.contact-card a:hover {
    text-decoration: underline;
}

.footer {
    background-color: #f8fafc;
    padding: 30px;
    text-align: center;
    border-top: 1px solid #e2e8f0;
}

.footer-nav {
    margin: 10px 0;
}

.footer-nav a {
    color: #94a3b8;
    text-decoration: none;
    margin: 0 10px;
    font-size: 14px;
    font-weight: 500;
}

.footer-nav a.current {
    color: #86d1f4;
}

.footer-nav .separator {
    color: #cbd5e1;
}

.footer-copyright {
    color: #94a3b8;
    margin: 16px 0 0;
    font-size: 12px;
}

.footer-copyright strong {
    color: #86d1f4;
}

a {
    color: #86d1f4;
    text-decoration: none;
    font-weight: 500;
}

a:hover {
    text-decoration: underline;
}

@media (max-width: 768px) {
    .header,
    .main-content,
    .footer {
        padding-left: 20px;
        padding-right: 20px;
    }

    .header h1 {
        font-size: 28px;
    }
}
