/* PayPlugHub - styles for the amlandatf page (was inline in amlandatf.blade.php). */

.legal-hero {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 50%, #f093fb 100%);
    padding: 160px 0 80px;
    position: relative;
    overflow: hidden;
}

.legal-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.05'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.legal-hero-content {
    position: relative;
    z-index: 1;
    text-align: center;
}

.legal-hero-title {
    font-size: 3rem;
    font-weight: 800;
    color: #fff;
    margin-bottom: 15px;
    text-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
}

.legal-hero-subtitle {
    font-size: 1.1rem;
    color: rgba(255, 255, 255, 0.9);
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.7;
}

.legal-section {
    padding: 80px 0;
    background: linear-gradient(180deg, #f8fafc 0%, #fff 100%);
    margin-top: -40px;
    position: relative;
    z-index: 2;
    border-radius: 40px 40px 0 0;
}

.legal-container {
    max-width: 900px;
    margin: 0 auto;
    padding: 0 24px;
}

.legal-content {
    background: #fff;
    border-radius: 20px;
    padding: 50px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
}

.legal-content h2 {
    font-size: 1.75rem;
    font-weight: 700;
    color: #1a1a2e;
    margin-bottom: 20px;
}

.legal-content p {
    color: #4b5563;
    line-height: 1.8;
    margin-bottom: 16px;
}

.legal-content ol, .legal-content ul {
    color: #4b5563;
    line-height: 1.8;
    margin-bottom: 16px;
    padding-left: 20px;
}

.legal-content li {
    margin-bottom: 12px;
}

.legal-content a {
    color: #667eea;
    text-decoration: none;
    font-weight: 500;
}

.legal-content a:hover {
    color: #764ba2;
    text-decoration: underline;
}

.legal-content .list-title {
    font-weight: 700;
    color: #1a1a2e;
}

.legal-content .semibold {
    font-weight: 600;
}

@media (max-width: 768px) {
    .legal-hero {
        padding: 140px 0 60px;
    }
    .legal-hero-title {
        font-size: 2.25rem;
    }
    .legal-content {
        padding: 30px 24px;
    }
}
