.hero-section {
    position: relative;
    overflow: hidden;
}

.hero-pattern {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: 
        radial-gradient(circle at 25% 25%, rgba(59, 130, 246, 0.1) 0%, transparent 50%),
        radial-gradient(circle at 75% 75%, rgba(147, 51, 234, 0.1) 0%, transparent 50%);
}

.help-symbol {
    position: relative;
    z-index: 10;
}

.help-symbol i {
    filter: drop-shadow(0 0 20px rgba(59, 130, 246, 0.3));
    animation: bounce-slow 3s ease-in-out infinite;
}

.team-pictures-container {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 2rem;
    max-width: 400px;
    margin: 0 auto;
}

.team-member-card {
    padding: 1.5rem;
    transition: all 0.4s ease;
    position: relative;
}

.team-member-card:hover::before {
    opacity: 1;
}

.team-member-card:hover {
    transform: translateY(-8px);
    border-color: rgba(59, 130, 246, 0.3);
	img{
    	box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
	}
}

.joe-card {
    align-self: flex-start;
    animation: float 4s ease-in-out infinite;
}

.alexandra-card {
    align-self: flex-end;
    animation: float 4s ease-in-out infinite 2s;
}

.team-member-image {
    position: relative;
    z-index: 2;
    text-align: center;
    margin-bottom: 1rem;
}

.profile-image {
    width: 200px;
    height: 200px;
    border-radius: 20px;
    object-fit: cover;
    transition: all 0.3s ease;
}

.team-member-card:hover .profile-image {
    border-color: rgba(59, 130, 246, 0.5);
    transform: scale(1.05);
}

.team-member-info {
	background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    position: relative;
    z-index: 2;
    text-align: center;
}

.team-member-name {
    font-size: 1.25rem;
    font-weight: 700;
    color: white;
    margin-bottom: 0.25rem;
}

.team-member-title {
    font-size: 0.9rem;
    color: #94a3b8;
    font-weight: 500;
}

.help-indicators {
    position: relative;
    z-index: 10;
}

.help-indicator {
    background: #ffffff0d;
    backdrop-filter: blur(10px);
   border-radius: 27px;
    clip-path: var(--clip-path-squircle-24);
    box-shadow: inset 0px 0px 1px 2px #1c233a;
    padding: 1rem;
    transition: all 0.3s ease;
}

.help-indicator:hover {
    background: rgba(255, 255, 255, 0.1);
    transform: translateY(-2px);
}

.help-indicator i {
    margin-bottom: 0.5rem;
}

/* Contact Methods */
.contact-methods-section {
    background: linear-gradient(180deg, #0f172a 0%, #1e293b 100%);
}

.contact-grid {
    gap: 1.5rem;
}

.contact-card {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.03) 0%, rgba(255, 255, 255, 0.01) 100%);
    clip-path: var(--clip-path-squircle-36);
    padding: 1rem;
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
}

.contact-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}

.contact-card-inner {
    position: relative;
    z-index: 2;
    text-align: center;
}

.contact-icon {
    margin-bottom: 1.5rem;
    display: flex;
    justify-content: center;
}

.contact-icon i {
    transition: all 0.3s ease;
}

.contact-card:hover .contact-icon i {
    transform: scale(1.1);
    filter: drop-shadow(0 0 15px currentColor);
}

.contact-method-title {
    font-size: 1.5rem;
    font-weight: 700;
    color: white;
    margin-bottom: 0.75rem;
    font-family: 'Ginto', system-ui, -apple-system, sans-serif;
}

.contact-method-description {
    color: #94a3b8;
    margin-bottom: 1.5rem;
    font-size: 0.95rem;
}

.contact-details {
    padding: 0.5rem 1rem;
	background: linear-gradient(135deg, rgba(255, 255, 255, 0.03) 0%, rgba(255, 255, 255, 0.03) 100%);
    clip-path: var(--clip-path-squircle-24);
}

.contact-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.5rem 0;
}

.contact-label {
    color: #cbd5e1;
    font-weight: 500;
    font-size: 0.9rem;
}

.contact-link {
    color: #60a5fa;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
    font-size: 0.95rem;
}

.contact-link:hover {
    color: #3b82f6;
    text-shadow: 0 0 8px rgba(59, 130, 246, 0.4);
}

/* Additional Help Section */
.additional-help-section {
    background: #0f172a;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.help-links {
    display: flex;
    justify-content: center;
    gap: 2rem;
    flex-wrap: wrap;
}

.help-link {
    color: #94a3b8;
    text-decoration: none;
    padding: 0.75rem 1.5rem;
    border-radius: 12px;
    transition: all 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.02);
}

.help-link:hover {
    color: #60a5fa;
    background: rgba(59, 130, 246, 0.1);
    border-color: rgba(59, 130, 246, 0.3);
    transform: translateY(-2px);
}

@keyframes float {
    0%, 100% { transform: translateY(0px) rotate(0deg); }
    50% { transform: translateY(-10px) rotate(2deg); }
}

@keyframes bounce-slow {
    0%, 100% { transform: translateY(0px) scale(1); }
    50% { transform: translateY(-5px) scale(1.05); }
}

@media (max-width: 1024px) {
    .team-pictures-container {
        flex-direction: row;
        justify-content: center;
        gap: 1.5rem;
        max-width: 600px;
    }
    
    .team-member-card {
        flex: 1;
        max-width: 200px;
    }
    
    .team-pictures-container .floating-help-indicator {
        display: none;
    }
}

@media (max-width: 768px) {
    .hero-section {
        padding: 3rem 1rem;
    }
    .joe-card,
	.alexandra-card{animation: none !important;}
	.joe-card{
		transform: translateY(-30px) rotate(-8deg);
	}
	.alexandra-card{
		transform: translateY(-140px) rotate(8deg);
		img{
			    box-shadow: -14px -13px 13px 12px #0000003b;
		}
	}
	.team-member-card.alexandra-card:hover {
		transform: translateY(-100px) rotate(9deg);
		border-color: rgba(59, 130, 246, 0.3);
		img{
			box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
		}
	}
    .team-pictures-container {
        flex-direction: column;
        gap: 0rem;
        max-width: 300px;
    }
    
    .team-member-card {
        padding: 0rem !important;
    }
    
    .profile-image {
        width: 180px;
        height: 180px;
    }

    .team-member-info {
		display: none !important;
	}
    
    .contact-grid {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
    
    .contact-card {
        padding: 1.5rem;
    }
    
    .help-links {
        flex-direction: column;
        align-items: center;
        gap: 1rem;
    }
    
    .help-indicators {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
}

@media (max-width: 480px) {
    .contact-method-title {
        font-size: 1.25rem;
    }
    
    .contact-item {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.25rem;
    }
    
    .contact-link {
        font-size: 0.9rem;
    }
    
    .team-pictures-container {
        max-width: 250px;
    }
	
}

.contact-card:nth-child(1) { animation-delay: 0.1s; }
.contact-card:nth-child(2) { animation-delay: 0.2s; }
.contact-card:nth-child(3) { animation-delay: 0.3s; }
.contact-card:nth-child(4) { animation-delay: 0.4s; }

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

.contact-card {
    animation: slideInUp 0.6s ease-out forwards;
    opacity: 0;
}

.contact-card.loaded {
    opacity: 1;
}