/* Privacy Policy Specific Styles */

/* Specific styles for privacy policy page */
.privacy-header {
    background: linear-gradient(135deg, #2d5a27 0%, #4a7c59 100%);
    color: white;
    padding: 100px 0 100px 0;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.privacy-header::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1000 1000"><defs><radialGradient id="a" cx="50%" cy="50%" r="50%"><stop offset="0%" style="stop-color:rgba(255,255,255,0.1)"/><stop offset="100%" style="stop-color:rgba(255,255,255,0)"/></radialGradient></defs><circle cx="200" cy="200" r="100" fill="url(%23a)" opacity="0.6"><animate attributeName="cx" values="200;800;200" dur="10s" repeatCount="indefinite"/></circle><circle cx="800" cy="400" r="150" fill="url(%23a)" opacity="0.4"><animate attributeName="cy" values="400;100;400" dur="12s" repeatCount="indefinite"/></circle><circle cx="400" cy="700" r="80" fill="url(%23a)" opacity="0.7"><animate attributeName="r" values="80;120;80" dur="8s" repeatCount="indefinite"/></circle></svg>');
    opacity: 0.5;
    animation: float 20s infinite linear;
}

.app-icon {
    width: 120px;
    height: 120px;
    margin: 0 auto 2rem auto;
    border-radius: 25px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.3);
    position: relative;
    z-index: 2;
}

.privacy-header h1 {
    font-size: 3rem;
    font-weight: 800;
    margin-bottom: 1rem;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
    position: relative;
    z-index: 2;
}

.privacy-header .subtitle {
    font-size: 1.2rem;
    opacity: 0.9;
    margin-bottom: 0.5rem;
    position: relative;
    z-index: 2;
}

.privacy-header .date {
    font-size: 1rem;
    opacity: 0.8;
    position: relative;
    z-index: 2;
}

.privacy-content {
    background: white;
    padding: 80px 0;
    min-height: calc(100vh - 200px);
}

.privacy-container {
    max-width: 800px;
    margin: 0 auto;
    padding: 0 20px;
    line-height: 1.8;
}

.privacy-section {
    margin-bottom: 2.5rem;
}

.privacy-section h2 {
    color: #2d5a27;
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 1rem;
    border-bottom: 3px solid #4a7c59;
    padding-bottom: 0.5rem;
}

.privacy-section h3 {
    color: #4a7c59;
    font-size: 1.3rem;
    font-weight: 600;
    margin: 1.5rem 0 0.8rem 0;
}

.privacy-section p {
    color: #333;
    font-size: 1.1rem;
    margin-bottom: 1rem;
}

.privacy-section ul {
    margin: 1rem 0;
    padding-left: 2rem;
}

.privacy-section li {
    color: #333;
    font-size: 1.1rem;
    margin-bottom: 0.5rem;
}

.contact-info {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    padding: 2rem;
    border-radius: 15px;
    border-left: 5px solid #4a7c59;
    margin: 2rem 0;
}

.contact-info h3 {
    color: #2d5a27;
    margin-top: 0;
}

.back-button {
    display: inline-block;
    background: linear-gradient(45deg, #2d5a27, #4a7c59);
    color: white;
    padding: 12px 24px;
    text-decoration: none;
    border-radius: 25px;
    font-weight: 600;
    margin-bottom: 2rem;
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgba(45, 90, 39, 0.3);
}

.back-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(45, 90, 39, 0.4);
}

.back-buttons {
    display: flex;
    gap: 1rem;
    margin-bottom: 2rem;
    flex-wrap: wrap;
}

.delete-account-button {
    display: inline-block;
    background: linear-gradient(45deg, #ff4757, #ff3742);
    color: white;
    padding: 12px 24px;
    text-decoration: none;
    border-radius: 25px;
    font-weight: 600;
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgba(255, 71, 87, 0.3);
}

.delete-account-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(255, 71, 87, 0.4);
}

/* Delete Account Page Styles */
.delete-request-section {
    padding: 100px 0 100px 0;
    background: linear-gradient(135deg, #2d5a27 0%, #4a7c59 100%);
    color: white;
    min-height: 100vh;
    display: flex;
    align-items: center;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.delete-request-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1000 1000"><defs><radialGradient id="a" cx="50%" cy="50%" r="50%"><stop offset="0%" style="stop-color:rgba(255,255,255,0.1)"/><stop offset="100%" style="stop-color:rgba(255,255,255,0)"/></radialGradient></defs><circle cx="200" cy="200" r="100" fill="url(%23a)" opacity="0.6"><animate attributeName="cx" values="200;800;200" dur="10s" repeatCount="indefinite"/></circle><circle cx="800" cy="400" r="150" fill="url(%23a)" opacity="0.4"><animate attributeName="cy" values="400;100;400" dur="12s" repeatCount="indefinite"/></circle><circle cx="400" cy="700" r="80" fill="url(%23a)" opacity="0.7"><animate attributeName="r" values="80;120;80" dur="8s" repeatCount="indefinite"/></circle></svg>');
    opacity: 0.5;
    animation: float 20s infinite linear;
}

.delete-request-content {
    max-width: 600px;
    margin: 0 auto;
    text-align: center;
    padding: 2rem;
    position: relative;
    z-index: 2;
}

.delete-request-content .app-icon {
    width: 120px;
    height: 120px;
    margin: 0 auto 2rem auto;
    border-radius: 25px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.3);
    position: relative;
    z-index: 2;
}

.delete-request-content h1 {
    font-size: 3rem;
    font-weight: 800;
    margin-bottom: 1rem;
    color: white;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
    position: relative;
    z-index: 2;
}

.delete-request-content p {
    font-size: 1.2rem;
    margin-bottom: 2rem;
    opacity: 0.9;
    position: relative;
    z-index: 2;
}

.delete-form {
    background: rgba(255, 255, 255, 0.1);
    padding: 2rem;
    border-radius: 15px;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.delete-form input,
.delete-form textarea {
    width: 100%;
    padding: 15px;
    margin-bottom: 1rem;
    border: none;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.9);
    color: #333;
    font-size: 16px;
    box-sizing: border-box;
}

.delete-form input::placeholder,
.delete-form textarea::placeholder {
    color: #666;
}

.delete-form textarea {
    height: 120px;
    resize: vertical;
}

.delete-button {
    background: #ff4757;
    color: white;
    border: none;
    padding: 15px 30px;
    border-radius: 8px;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    width: 100%;
}

.delete-button:hover {
    background: #ff3742;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(255, 71, 87, 0.4);
}

.warning-box {
    background: rgba(255, 193, 7, 0.2);
    border: 1px solid rgba(255, 193, 7, 0.5);
    border-radius: 8px;
    padding: 1rem;
    margin-bottom: 2rem;
    color: #fff3cd;
}

.warning-box strong {
    color: #ffc107;
}

.info-text {
    font-size: 0.9rem;
    opacity: 0.8;
    margin-top: 1rem;
}

.info-text a {
    color: #ffc107;
    text-decoration: none;
}

.info-text a:hover {
    text-decoration: underline;
}

@keyframes float {
    0% { transform: translateY(0px) rotate(0deg); }
    50% { transform: translateY(-20px) rotate(180deg); }
    100% { transform: translateY(0px) rotate(360deg); }
}

@media (max-width: 768px) {
    .privacy-header h1 {
        font-size: 2.2rem;
    }
    
    .app-icon {
        width: 100px;
        height: 100px;
    }
    
    .privacy-section h2 {
        font-size: 1.5rem;
    }
    
    .privacy-section h3 {
        font-size: 1.2rem;
    }
    
    .delete-request-content {
        padding: 1rem;
    }
    
    .delete-request-content h1 {
        font-size: 2rem;
    }
    
    .delete-form {
        padding: 1.5rem;
    }
}
