.footer-wrapper {
    background-color: #0a0b10;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    box-shadow: 0 -10px 30px rgba(0, 0, 0, 0.3);
    position: relative;
    overflow: hidden;
    color: #a1a1aa;
}

.footer-content {
    position: relative;
    z-index: 2;
}

.footer-pattern {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: 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='%238b5cf6' 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");
    opacity: 0.1;
    pointer-events: none;
}

.footer-glow {
    position: absolute;
    width: 200px;
    height: 200px;
    background: radial-gradient(circle, rgba(139, 92, 246, 0.15), transparent 70%);
    border-radius: 50%;
    bottom: 10%;
    left: 5%;
    pointer-events: none;
}

.footer-glow:nth-child(2) {
    top: 30%;
    right: 10%;
    left: auto;
    width: 150px;
    height: 150px;
    opacity: 0.7;
}

.footer-title {
    color: #fff;
    font-weight: 600;
    font-size: 1.25rem;
    margin-bottom: 1.5rem;
    position: relative;
    display: inline-block;
    letter-spacing: 0.5px;
}

.footer-title::after {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 0;
    width: 40px;
    height: 3px;
    background-color: #8b5cf6;
    border-radius: 3px;
}

.footer-link {
    display: flex;
    align-items: center;
    color: #a1a1aa;
    transition: all 0.3s ease;
    padding: 0.5rem 0;
    position: relative;
    margin-left: -8px;
    padding-left: 8px;
}

.footer-link::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    background-color: #8b5cf6;
    border-radius: 50%;
    opacity: 0;
    transition: all 0.3s ease;
}

.footer-link:hover {
    color: #fff;
    transform: translateX(8px);
}

.footer-link:hover::before {
    width: 4px;
    height: 4px;
    opacity: 1;
}

.footer-link i {
    margin-right: 0.75rem;
    font-size: 1rem;
    color: #8b5cf6;
    transition: all 0.3s ease;
    opacity: 0.8;
}

.footer-link:hover i {
    transform: translateX(2px);
    opacity: 1;
}

.social-icons {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-top: 1.5rem;
}

.social-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background-color: rgba(17, 24, 39, 0.7);
    border-radius: 12px;
    color: #a78bfa;
    transition: all 0.3s ease;
    border: 1px solid rgba(139, 92, 246, 0.2);
    position: relative;
    overflow: hidden;
}

.social-icon::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #8b5cf6;
    opacity: 0;
    transition: all 0.3s ease;
    z-index: 1;
    transform: translateY(100%);
}

.social-icon:hover::before {
    opacity: 0.2;
    transform: translateY(0);
}

.social-icon i {
    position: relative;
    z-index: 2;
    transition: all 0.3s ease;
    font-size: 1.25rem;
}

.social-icon:hover {
    color: #fff;
    transform: translateY(-5px);
    border-color: rgba(139, 92, 246, 0.6);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2), 0 0 5px rgba(139, 92, 246, 0.3);
}

.footer-text-item {
    margin-bottom: 1.5rem;
    transition: all 0.3s ease;
    border-left: 2px solid rgba(139, 92, 246, 0.2);
    padding-left: 1rem;
}

.footer-text-item:hover {
    border-left-color: #8b5cf6;
    transform: translateX(3px);
}

.footer-text-item-title {
    font-weight: 600;
    color: #e4e4e7;
    margin-bottom: 0.5rem;
}

.footer-text-item-content {
    color: #a1a1aa;
    font-size: 0.875rem;
    line-height: 1.5;
}

.info-strip {
    background-color: rgba(17, 24, 39, 0.7);
    border-radius: 16px;
    padding: 2rem;
    border: 1px solid rgba(139, 92, 246, 0.15);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}

.info-strip-title {
    position: relative;
    display: inline-block;
    padding: 0.5rem 1.5rem;
    background-color: rgba(139, 92, 246, 0.15);
    border: 1px solid rgba(139, 92, 246, 0.3);
    border-radius: 30px;
    margin-bottom: 2rem;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.info-card {
    background-color: rgba(31, 41, 55, 0.7);
    border-radius: 16px;
    padding: 1.5rem;
    border: 1px solid rgba(255, 255, 255, 0.05);
    transition: all 0.4s ease;
    height: 100%;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}

.info-card:hover {
    border-color: rgba(139, 92, 246, 0.3);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(139, 92, 246, 0.1);
    transform: translateY(-5px);
}

.info-card-title {
    display: flex;
    align-items: center;
    color: #fff;
    font-weight: 600;
    margin-bottom: 1.25rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.info-card-title i {
    color: #8b5cf6;
    font-size: 1.5rem;
    margin-right: 0.75rem;
    padding: 0.75rem;
    background-color: rgba(139, 92, 246, 0.1);
    border-radius: 12px;
    border: 1px solid rgba(139, 92, 246, 0.2);
}

.info-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 1.25rem;
}

.info-item:last-child {
    margin-bottom: 0;
}

.info-item i {
    margin-right: 0.75rem;
    color: #8b5cf6;
    margin-top: 0.25rem;
    font-size: 1.1rem;
    opacity: 0.8;
}

.info-item-label {
    color: #d4d4d8;
    font-size: 0.75rem;
    margin-bottom: 0.25rem;
}

.info-item-value {
    color: #a1a1aa;
    transition: all 0.3s ease;
}

.info-item:hover .info-item-value {
    color: #f9fafb;
}

.info-item:hover i {
    opacity: 1;
}

.bottom-bar {
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    padding-top: 2rem;
    margin-top: 4rem;
}

.bottom-link {
    color: #a1a1aa;
    transition: all 0.3s ease;
    font-size: 0.875rem;
}

.bottom-link:hover {
    color: #8b5cf6;
    text-decoration: underline;
}

.bottom-links {
    display: flex;
    gap: 1.5rem;
}

.payment-methods {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.payment-icon {
    background-color: rgba(255, 255, 255, 0.03);
    padding: 0.5rem 0.75rem;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.05);
    opacity: 0.7;
}

.payment-icon:hover {
    opacity: 1;
    transform: translateY(-3px);
    background-color: rgba(255, 255, 255, 0.07);
    border-color: rgba(139, 92, 246, 0.3);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.footer-logo {
    margin-bottom: 1.5rem;
    display: flex;
    align-items: center;
}

.footer-logo img {
    height: 40px;
    width: auto;
    margin-right: 0.75rem;
}

.footer-logo-text {
    font-size: 1.5rem;
    font-weight: 700;
    color: #fff;
    letter-spacing: 0.5px;
}

.footer-about {
    color: #a1a1aa;
    line-height: 1.6;
    margin-bottom: 1.5rem;
}

.footer-contact-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 1rem;
}

.footer-contact-item i {
    color: #8b5cf6;
    margin-right: 0.75rem;
    font-size: 1.1rem;
    margin-top: 0.25rem;
}

@media (max-width: 768px) {
    .footer-wrapper {
        padding-bottom: env(safe-area-inset-bottom, 0);
    }
    
    .bottom-bar {
        text-align: center;
    }
    
    .bottom-bar .flex {
        flex-direction: column;
        gap: 1.5rem;
    }
    
    .payment-methods {
        justify-content: center;
        flex-wrap: wrap;
    }
    
    .bottom-links {
        justify-content: center;
        flex-wrap: wrap;
    }
} 