/* Legal Pages Custom Styles (Privacy Policy & Terms of Service) */

/* Skip Link for Accessibility */
.skip-link {
    position: absolute;
    top: -40px;
    left: 0;
    background: #000;
    color: #fff;
    padding: 8px;
    text-decoration: none;
    z-index: 100;
}

.skip-link:focus {
    top: 0;
}

/* Focus Styles for Accessibility */
a:focus, 
button:focus {
    outline: 2px solid #007bff;
    outline-offset: 2px;
}

/* WhatsApp Fixed Button */
.whatsapp-fixed {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 60px;
    height: 60px;
    z-index: 1000;
    border-radius: 50%;
    background-color: #25D366;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 6px rgba(0,0,0,0.3);
    transition: transform 0.3s;
}

.whatsapp-fixed img {
    width: 35px;
    height: 35px;
}

.whatsapp-fixed:hover {
    transform: scale(1.1);
}

/* Privacy Policy Content Styles */
.privacy-content {
    padding: 60px 0;
}

.privacy-content h2 {
    margin-top: 30px;
    margin-bottom: 15px;
    color: #1e1e1e;
    font-size: 24px;
    font-weight: 600;
}

.privacy-content h3 {
    margin-top: 25px;
    margin-bottom: 12px;
    color: #1e1e1e;
    font-size: 20px;
    font-weight: 600;
}

.privacy-content p {
    margin-bottom: 15px;
    line-height: 1.8;
    color: #666;
}

.privacy-content ul {
    margin-bottom: 20px;
    padding-left: 30px;
}

.privacy-content ul li {
    margin-bottom: 10px;
    color: #666;
}

/* Terms of Service Content Styles */
.terms-content {
    padding: 60px 0;
}

.terms-content h2 {
    margin-top: 30px;
    margin-bottom: 15px;
    color: #1e1e1e;
    font-size: 24px;
    font-weight: 600;
}

.terms-content h3 {
    margin-top: 25px;
    margin-bottom: 12px;
    color: #1e1e1e;
    font-size: 20px;
    font-weight: 600;
}

.terms-content p {
    margin-bottom: 15px;
    line-height: 1.8;
    color: #666;
}

.terms-content ul {
    margin-bottom: 20px;
    padding-left: 30px;
}

.terms-content ul li {
    margin-bottom: 10px;
    color: #666;
}
