




@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

@keyframes slideUp {
    from { opacity: 0; transform: translateY(20px); }
    to { opacity: 1; transform: translateY(0); }
}

@keyframes scaleIn {
    from { opacity: 0; transform: scale(0.9); }
    to { opacity: 1; transform: scale(1); }
}

@keyframes slideInRight {
    from { opacity: 0; transform: translateX(20px); }
    to { opacity: 1; transform: translateX(0); }
}

.animate-fade-in {
    animation: fadeIn 0.8s ease-out forwards;
}

.animate-slide-up {
    animation: slideUp 0.7s ease-out forwards;
}

.animate-scale-in {
    animation: scaleIn 0.7s ease-out forwards;
}

.animate-fade-in-up {
    animation: slideUp 0.7s ease-out forwards;
}

.animate-slide-in-right {
    animation: slideInRight 0.6s ease-out forwards;
}


.delay-100 { animation-delay: 0.1s; }
.delay-200 { animation-delay: 0.2s; }
.delay-300 { animation-delay: 0.3s; }
.delay-400 { animation-delay: 0.4s; }
.delay-500 { animation-delay: 0.5s; }


.animate-fade-in, .animate-slide-up, .animate-scale-in, .animate-fade-in-up, .animate-slide-in-right {
    opacity: 0;
}


.text-purple-700 {
    color: #6B21A8; 
}

.text-purple-700:hover {
    color: #8B5CF6; 
}


button, a.block, a.inline-block {
    text-decoration: none !important;
}


.footer-images img {
    max-height: 40px; 
    width: auto; 
}





.policyScopeWrap {
    
    margin-top: 4rem; 
    
    padding-left: 2rem;
    padding-right: 2rem;
    
    max-width: 800px; 
    margin-left: auto;
    margin-right: auto;
    
    margin-bottom: 4rem; 
}


@media (max-width: 768px) {
    .policyScopeWrap {
        padding-left: 1rem;
        padding-right: 1rem;
        margin-top: 2.5rem;
        margin-bottom: 2.5rem;
    }
}


.policyScopeWrap h1 {
    font-size: 2.25rem; 
    font-weight: 700; 
    margin-top: 2.5rem;
    margin-bottom: 1.5rem;
    line-height: 1.2;
    color: #1a202c; 
}

.policyScopeWrap h2 {
    font-size: 1.875rem; 
    font-weight: 600; 
    margin-top: 2rem;
    margin-bottom: 1.25rem;
    line-height: 1.3;
    color: #2d3748; 
}

.policyScopeWrap h3 {
    font-size: 1.5rem; 
    font-weight: 600;
    margin-top: 1.75rem;
    margin-bottom: 1rem;
    line-height: 1.4;
    color: #2d3748;
}

.policyScopeWrap h4 {
    font-size: 1.25rem; 
    font-weight: 500; 
    margin-top: 1.5rem;
    margin-bottom: 0.75rem;
    line-height: 1.5;
    color: #4a5568; 
}

.policyScopeWrap h5 {
    font-size: 1.125rem; 
    font-weight: 500;
    margin-top: 1.25rem;
    margin-bottom: 0.5rem;
    line-height: 1.5;
    color: #4a5568;
}


.policyScopeWrap p {
    font-size: 1rem; 
    line-height: 1.7;
    margin-bottom: 1rem;
    color: #4a5568; 
}


.policyScopeWrap ul {
    list-style-type: disc; 
    margin-top: 1rem;
    margin-bottom: 1rem;
    padding-left: 1.5rem; 
    color: #4a5568;
}


.policyScopeWrap ul li {
    margin-bottom: 0.5rem;
    line-height: 1.7;
}


.policyScopeWrap h1 + p,
.policyScopeWrap h2 + p,
.policyScopeWrap h3 + p,
.policyScopeWrap h4 + p,
.policyScopeWrap h5 + p,
.policyScopeWrap p + ul,
.policyScopeWrap ul + p {
    margin-top: 1rem;
}

.policyScopeWrap p:last-child,
.policyScopeWrap ul:last-child {
    margin-bottom: 0; 
}
#ageVerificationModal button {
    font-size: 18px;
    padding: 20px;
}
section {
    overflow: hidden;
}
@media (max-width: 576px) {
    h2 {
        font-size: 22px !important;
    }
    #ageVerificationModal .flex {
        flex-direction: column;
        justify-content: space-between;
        gap: 15px;
    }
    #ageVerificationModal button {
        margin: 0;
    }
    header .flex2 { 
        gap: 10px;
        flex-direction: column;
        justify-content: center;
    }
}