/* Contact Enterprise Fix CSS - Enterprise Dark Theme */

/* SEZIONE PRINCIPALE - Enterprise Background Styling */
html body .contact,
html body .contact.contact {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    padding: 8rem 0 !important;
    background: linear-gradient(135deg, 
        #1e293b 0%, 
        #334155 25%, 
        #475569 50%, 
        #334155 75%, 
        #1e293b 100%) !important;
    position: relative !important;
    overflow: hidden !important;
    z-index: 10 !important;
}

/* Multi-layer decorative gradients - Enterprise style */
html body .contact::before {
    content: '' !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    background: radial-gradient(circle at 25% 25%, 
        rgba(59, 130, 246, 0.08) 0%, 
        transparent 50%),
    radial-gradient(circle at 75% 75%, 
        rgba(139, 92, 246, 0.08) 0%, 
        transparent 50%),
    radial-gradient(circle at 50% 10%, 
        rgba(236, 72, 153, 0.04) 0%, 
        transparent 60%) !important;
    pointer-events: none !important;
    z-index: 1 !important;
}

/* Grid decorativo di background */
html body .contact::after {
    content: '' !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px) !important;
    background-size: 50px 50px !important;
    opacity: 0.5 !important;
    pointer-events: none !important;
    z-index: 1 !important;
}

/* Background particles - Enterprise Dark */
html body .contact .particles-background {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    pointer-events: none !important;
    opacity: 0.6 !important;
    z-index: 2 !important;
    background-image: 
        radial-gradient(circle at 20% 30%, rgba(96, 165, 250, 0.15) 0%, transparent 25px),
        radial-gradient(circle at 80% 20%, rgba(139, 92, 246, 0.12) 0%, transparent 20px),
        radial-gradient(circle at 30% 80%, rgba(236, 72, 153, 0.12) 0%, transparent 30px),
        radial-gradient(circle at 85% 70%, rgba(96, 165, 250, 0.15) 0%, transparent 25px) !important;
    animation: contact-particles-float 25s ease-in-out infinite !important;
}

@keyframes contact-particles-float {
    0%, 100% { transform: translateY(0px) rotate(0deg); }
    25% { transform: translateY(-15px) rotate(0.5deg); }
    50% { transform: translateY(8px) rotate(-0.3deg); }
    75% { transform: translateY(-8px) rotate(0.2deg); }
}

/* Floating decorations */
html body .contact .contact-floating-decoration {
    position: absolute !important;
    border-radius: 50% !important;
    background: linear-gradient(45deg, 
        rgba(96, 165, 250, 0.1), 
        rgba(139, 92, 246, 0.1)) !important;
    pointer-events: none !important;
    z-index: 2 !important;
}

html body .contact .contact-floating-decoration.deco-1 {
    width: 120px !important;
    height: 120px !important;
    top: 15% !important;
    left: 8% !important;
    animation: contact-float-1 22s ease-in-out infinite !important;
}

html body .contact .contact-floating-decoration.deco-2 {
    width: 90px !important;
    height: 90px !important;
    top: 65% !important;
    right: 10% !important;
    animation: contact-float-2 18s ease-in-out infinite reverse !important;
}

html body .contact .contact-floating-decoration.deco-3 {
    width: 75px !important;
    height: 75px !important;
    bottom: 20% !important;
    left: 20% !important;
    animation: contact-float-3 26s ease-in-out infinite !important;
}

@keyframes contact-float-1 {
    0%, 100% { transform: translate(0, 0) rotate(0deg) scale(1); }
    25% { transform: translate(25px, -20px) rotate(90deg) scale(1.1); }
    50% { transform: translate(-15px, 25px) rotate(180deg) scale(0.9); }
    75% { transform: translate(20px, 15px) rotate(270deg) scale(1.05); }
}

@keyframes contact-float-2 {
    0%, 100% { transform: translate(0, 0) rotate(0deg) scale(1); }
    33% { transform: translate(-20px, 18px) rotate(120deg) scale(1.15); }
    66% { transform: translate(18px, -20px) rotate(240deg) scale(0.85); }
}

@keyframes contact-float-3 {
    0%, 100% { transform: translate(0, 0) rotate(0deg) scale(1); }
    20% { transform: translate(12px, -18px) rotate(72deg) scale(1.1); }
    40% { transform: translate(-18px, 12px) rotate(144deg) scale(0.9); }
    60% { transform: translate(22px, 18px) rotate(216deg) scale(1.05); }
    80% { transform: translate(-12px, -8px) rotate(288deg) scale(0.95); }
}

/* Container */
html body .contact .container {
    position: relative !important;
    z-index: 5 !important;
    max-width: 1400px !important;
    margin: 0 auto !important;
    padding: 0 2rem !important;
}

/* Section header - Enterprise Dark Theme */
html body .contact .section-header {
    text-align: center !important;
    margin-bottom: 4rem !important;
    position: relative !important;
    z-index: 5 !important;
}

html body .contact .section-header h2,
html body .contact .section-header h2.gradient-text {
    font-size: 2.8rem !important;
    margin-bottom: 15px !important;
    color: #ffffff !important;
    background: linear-gradient(135deg, #ffffff 0%, rgba(255, 255, 255, 0.8) 100%) !important;
    -webkit-background-clip: text !important;
    background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    font-weight: 700 !important;
    text-shadow: none !important;
}

html body .contact .section-header p {
    font-size: 1.2rem !important;
    color: rgba(255, 255, 255, 0.8) !important;
    max-width: 600px !important;
    margin: 0 auto !important;
    line-height: 1.6 !important;
}
    margin-bottom: 4rem !important;
    position: relative !important;
}

.section-header h2 {
    font-size: clamp(2.5rem, 5vw, 3.5rem) !important;
    font-weight: 800 !important;
    margin-bottom: 1rem !important;
    font-family: 'Inter', 'Segoe UI', system-ui, sans-serif !important;
    letter-spacing: -0.02em !important;
    line-height: 1.1 !important;
}

.gradient-text {
    background: linear-gradient(135deg, #3B82F6, #8B5CF6, #EC4899) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    background-clip: text !important;
}

.section-header p {
    font-size: 1.2rem !important;
    color: #64748b !important;
    max-width: 600px !important;
    margin: 0 auto !important;
    line-height: 1.6 !important;
}

/* Contact content - Enterprise Layout */
html body .contact .contact-content {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 3rem !important;
    position: relative !important;
    z-index: 5 !important;
}

/* Contact info card - Enterprise Glassmorphism */
html body .contact .contact-info {
    position: relative !important;
}

html body .contact .contact-3d-card {
    perspective: 1000px !important;
    transform-style: preserve-3d !important;
}

html body .contact .glass-contact-card {
    backdrop-filter: blur(20px) !important;
}

html body .contact .contact-card,
html body .contact .contact-card-inner {
    height: 100% !important;
    background: rgba(255, 255, 255, 0.1) !important;
    border-radius: 24px !important;
    padding: 2.5rem !important;
    box-shadow: 
        0 20px 60px rgba(0, 0, 0, 0.3),
        0 8px 32px rgba(0, 0, 0, 0.2),
        inset 0 1px 0 rgba(255, 255, 255, 0.1) !important;
    transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1) !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 1.5rem !important;
    position: relative !important;
    overflow: hidden !important;
    backdrop-filter: blur(20px) !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
}

html body .contact .contact-card:hover {
    transform: translateY(-8px) !important;
    box-shadow: 
        0 30px 80px rgba(0, 0, 0, 0.4),
        0 12px 40px rgba(0, 0, 0, 0.3),
        inset 0 1px 0 rgba(255, 255, 255, 0.15),
        0 0 40px rgba(96, 165, 250, 0.1) !important;
}

.border-gradient::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, #3B82F6, #8B5CF6, #EC4899);
    border-radius: 3px 3px 0 0;
}

.contact-card:hover {
    transform: translateY(-10px) rotateY(3deg) !important;
    box-shadow: 
        0 25px 50px rgba(0, 0, 0, 0.1),
        0 5px 15px rgba(0, 0, 0, 0.05) !important;
}

/* Contact cards glassmorphism - Enterprise styling matching other sections */
html body .contact .contact-3d-card,
html body .contact .glass-contact-card {
    background: rgba(255, 255, 255, 0.1) !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    border-radius: 20px !important;
    backdrop-filter: blur(20px) !important;
    -webkit-backdrop-filter: blur(20px) !important;
    padding: 2.5rem !important;
    box-shadow: 
        0 20px 60px rgba(0, 0, 0, 0.1),
        0 8px 32px rgba(0, 0, 0, 0.05),
        inset 0 1px 0 rgba(255, 255, 255, 0.1) !important;
    transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1) !important;
    position: relative !important;
    overflow: hidden !important;
}

html body .contact .contact-3d-card::before,
html body .contact .glass-contact-card::before {
    content: '' !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    background: linear-gradient(135deg, 
        rgba(255, 255, 255, 0.05), 
        rgba(255, 255, 255, 0.01)) !important;
    pointer-events: none !important;
    z-index: 1 !important;
}

html body .contact .contact-3d-card:hover,
html body .contact .glass-contact-card:hover {
    background: rgba(255, 255, 255, 0.15) !important;
    border-color: rgba(255, 255, 255, 0.2) !important;
    transform: translateY(-8px) !important;
    box-shadow: 
        0 30px 80px rgba(0, 0, 0, 0.15),
        0 12px 40px rgba(0, 0, 0, 0.1),
        inset 0 1px 0 rgba(255, 255, 255, 0.15),
        0 0 40px rgba(96, 165, 250, 0.1) !important;
}

html body .contact .contact-card-inner {
    position: relative !important;
    z-index: 2 !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 1.5rem !important;
}

/* Contact items - Enterprise Dark Theme */
html body .contact .contact-item {
    display: flex !important;
    align-items: center !important;
    gap: 1.25rem !important;
    padding-bottom: 1.25rem !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
    transition: all 0.3s ease !important;
}

html body .contact .contact-item:last-of-type {
    border-bottom: none !important;
    padding-bottom: 0.5rem !important;
}

html body .contact .contact-item:hover {
    padding-left: 10px !important;
}

html body .contact .contact-item i,
html body .contact .contact-item i.animated-icon {
    font-size: 1.25rem !important;
    color: white !important;
    width: 50px !important;
    height: 50px !important;
    background: linear-gradient(135deg, #3B82F6, #8B5CF6) !important;
    border-radius: 12px !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    transition: all 0.4s ease !important;
    flex-shrink: 0 !important;
}

html body .contact .contact-item:hover i {
    transform: rotateY(180deg) scale(1.1) !important;
    background: linear-gradient(135deg, #8B5CF6, #EC4899) !important;
    box-shadow: 0 8px 32px rgba(139, 92, 246, 0.3) !important;
}

html body .contact .contact-item div {
    flex: 1 !important;
}

html body .contact .contact-item h3 {
    font-size: 1.1rem !important;
    font-weight: 600 !important;
    color: #ffffff !important;
    margin-bottom: 0.3rem !important;
    font-family: 'Inter', sans-serif !important;
}

html body .contact .contact-item p {
    font-size: 1rem !important;
    color: rgba(255, 255, 255, 0.7) !important;
    margin: 0 !important;
    line-height: 1.5 !important;
}

/* Animated icon keyframes */
@keyframes pulse-subtle {
    0%, 100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1);
    }
}

html body .contact .animated-icon {
    animation: pulse-subtle 2s infinite ease-in-out !important;
}

/* Social links - Enterprise Dark Theme */
html body .contact .social-links {
    display: flex !important;
    justify-content: center !important;
    gap: 1rem !important;
    margin-top: 1.5rem !important;
    flex-wrap: wrap !important;
}

html body .contact .glass-social-icon {
    width: 45px !important;
    height: 45px !important;
    background: rgba(255, 255, 255, 0.1) !important;
    border-radius: 12px !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    color: rgba(255, 255, 255, 0.8) !important;
    text-decoration: none !important;
    transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1) !important;
    backdrop-filter: blur(10px) !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    position: relative !important;
    overflow: hidden !important;
}

html body .contact .glass-social-icon:hover {
    background: linear-gradient(135deg, #3B82F6, #8B5CF6) !important;
    color: white !important;
    transform: translateY(-3px) scale(1.1) !important;
    box-shadow: 0 15px 35px rgba(59, 130, 246, 0.4) !important;
}

html body .contact .social-pulse {
    animation: social-pulse 3s infinite ease-in-out !important;
}

@keyframes social-pulse {
    0%, 100% { box-shadow: 0 0 0 0 rgba(59, 130, 246, 0.3); }
    50% { box-shadow: 0 0 0 10px rgba(59, 130, 246, 0); }
}

/* Contact form */
.contact-form {
    position: relative !important;
    z-index: 2 !important;
}

.glass-form {
    background: rgba(255, 255, 255, 0.1) !important;
    border-radius: 24px !important;
    padding: 2.5rem !important;
    backdrop-filter: blur(20px) !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    box-shadow: 
        0 20px 60px rgba(0, 0, 0, 0.3),
        0 8px 32px rgba(0, 0, 0, 0.2),
        inset 0 1px 0 rgba(255, 255, 255, 0.1) !important;
    transition: all 0.4s ease !important;
}

html body .contact .glass-form:hover {
    transform: translateY(-5px) !important;
    box-shadow: 
        0 30px 80px rgba(0, 0, 0, 0.4),
        0 12px 40px rgba(0, 0, 0, 0.3),
        inset 0 1px 0 rgba(255, 255, 255, 0.15),
        0 0 40px rgba(96, 165, 250, 0.1) !important;
}

/* Form fields - Enterprise Dark Theme */
html body .contact .form-group {
    margin-bottom: 1.75rem !important;
    position: relative !important;
}

html body .contact .floating-label {
    position: relative !important;
}

html body .contact .floating-label input,
html body .contact .floating-label textarea {
    width: 100% !important;
    background: rgba(255, 255, 255, 0.05) !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    border-radius: 12px !important;
    padding: 1.25rem 1.25rem !important;
    font-size: 1rem !important;
    color: #ffffff !important;
    transition: all 0.3s ease !important;
    font-family: 'Inter', sans-serif !important;
    backdrop-filter: blur(10px) !important;
}

html body .contact .floating-label input::placeholder,
html body .contact .floating-label textarea::placeholder {
    color: transparent !important;
}

html body .contact .floating-label label {
    position: absolute !important;
    top: 50% !important;
    left: 1.25rem !important;
    transform: translateY(-50%) !important;
    color: rgba(255, 255, 255, 0.6) !important;
    transition: all 0.3s ease !important;
    pointer-events: none !important;
    background: transparent !important;
    padding: 0 0.5rem !important;
}

html body .contact .floating-label textarea ~ label {
    top: 1.5rem !important;
    transform: none !important;
}

html body .contact .floating-label input:focus,
html body .contact .floating-label textarea:focus,
html body .contact .floating-label input:not(:placeholder-shown),
html body .contact .floating-label textarea:not(:placeholder-shown) {
    border-color: #3B82F6 !important;
    box-shadow: 0 0 0 4px rgba(59, 130, 246, 0.2) !important;
    background: rgba(255, 255, 255, 0.1) !important;
    outline: none !important;
}

html body .contact .floating-label input:focus ~ label,
html body .contact .floating-label input:not(:placeholder-shown) ~ label,
html body .contact .floating-label textarea:focus ~ label,
html body .contact .floating-label textarea:not(:placeholder-shown) ~ label {
    top: -0.75rem !important;
    left: 1rem !important;
    font-size: 0.85rem !important;
    color: #3B82F6 !important;
    font-weight: 600 !important;
    background: rgba(30, 41, 59, 0.9) !important;
    padding: 0 0.5rem !important;
    z-index: 2 !important;
}

.focus-border {
    position: absolute !important;
    bottom: 0 !important;
    left: 50% !important;
    width: 0 !important;
    height: 2px !important;
    background: linear-gradient(90deg, #3B82F6, #8B5CF6) !important;
    transform: translateX(-50%) !important;
    transition: width 0.4s ease !important;
}

.floating-label input:focus ~ .focus-border,
.floating-label textarea:focus ~ .focus-border {
    width: calc(100% - 2.5rem) !important;
}

.interactive-input {
    position: relative !important;
    overflow: hidden !important;
}

.floating-label textarea {
    min-height: 150px !important;
    resize: none !important;
}

/* Submit button - Enterprise Dark Theme */
html body .contact .btn-primary {
    background: linear-gradient(135deg, #3B82F6, #2563EB) !important;
    color: white !important;
    border: none !important;
    border-radius: 12px !important;
    padding: 1.25rem !important;
    font-weight: 600 !important;
    font-size: 1.1rem !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
    font-family: 'Inter', sans-serif !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 0.75rem !important;
    position: relative !important;
    overflow: hidden !important;
    width: 100% !important;
}

html body .contact .glass-btn {
    box-shadow: 
        0 15px 35px rgba(59, 130, 246, 0.4),
        0 8px 20px rgba(59, 130, 246, 0.2) !important;
}

html body .contact .ripple-btn::before {
    content: '' !important;
    position: absolute !important;
    top: 0 !important;
    left: -100% !important;
    width: 100% !important;
    height: 100% !important;
    background: linear-gradient(90deg, 
        transparent, 
        rgba(255, 255, 255, 0.3), 
        transparent) !important;
    transition: left 0.7s ease !important;
}

html body .contact .ripple-btn:hover::before {
    left: 100% !important;
}

html body .contact .btn-primary:hover {
    transform: translateY(-3px) !important;
    background: linear-gradient(135deg, #2563EB, #1E40AF) !important;
    box-shadow: 
        0 20px 40px rgba(37, 99, 235, 0.5),
        0 12px 25px rgba(37, 99, 235, 0.3) !important;
}

html body .contact .btn-primary:active {
    transform: translateY(0) !important;
    box-shadow: 
        0 8px 20px rgba(37, 99, 235, 0.4),
        0 4px 12px rgba(37, 99, 235, 0.2) !important;
}
    left: -100% !important;
    width: 100% !important;
    height: 100% !important;
    background: linear-gradient(90deg, 
        transparent, 
        rgba(255, 255, 255, 0.3), 
        transparent) !important;
    transition: left 0.7s ease !important;
}

.ripple-btn:hover::before {
    left: 100% !important;
}

.btn-primary:hover {
    transform: translateY(-3px) !important;
    background: linear-gradient(135deg, #2563EB, #1E40AF) !important;
    box-shadow: 
        0 15px 30px rgba(37, 99, 235, 0.4),
        0 8px 20px rgba(37, 99, 235, 0.2) !important;
}

.btn-primary:active {
    transform: translateY(0) !important;
    box-shadow: 
        0 5px 15px rgba(37, 99, 235, 0.3),        0 3px 8px rgba(37, 99, 235, 0.1) !important;
}

/* Contact cards glassmorphism - Enterprise styling matching other sections */
html body .contact .contact-3d-card,
html body .contact .glass-contact-card {
    background: rgba(255, 255, 255, 0.1) !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    border-radius: 20px !important;
    backdrop-filter: blur(20px) !important;
    -webkit-backdrop-filter: blur(20px) !important;
    padding: 2.5rem !important;
    box-shadow: 
        0 20px 60px rgba(0, 0, 0, 0.1),
        0 8px 32px rgba(0, 0, 0, 0.05),
        inset 0 1px 0 rgba(255, 255, 255, 0.1) !important;
    transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1) !important;
    position: relative !important;
    overflow: hidden !important;
}

html body .contact .contact-3d-card::before,
html body .contact .glass-contact-card::before {
    content: '' !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    background: linear-gradient(135deg, 
        rgba(255, 255, 255, 0.05), 
        rgba(255, 255, 255, 0.01)) !important;
    pointer-events: none !important;
    z-index: 1 !important;
}

html body .contact .contact-3d-card:hover,
html body .contact .glass-contact-card:hover {
    background: rgba(255, 255, 255, 0.15) !important;
    border-color: rgba(255, 255, 255, 0.2) !important;
    transform: translateY(-8px) !important;
    box-shadow: 
        0 30px 80px rgba(0, 0, 0, 0.15),
        0 12px 40px rgba(0, 0, 0, 0.1),
        inset 0 1px 0 rgba(255, 255, 255, 0.15),
        0 0 40px rgba(96, 165, 250, 0.1) !important;
}

html body .contact .contact-card-inner {
    position: relative !important;
    z-index: 2 !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 1.5rem !important;
}

/* Enhanced glass form to match cards */
html body .contact .glass-form {
    background: rgba(255, 255, 255, 0.1) !important;
    backdrop-filter: blur(20px) !important;
    -webkit-backdrop-filter: blur(20px) !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    position: relative !important;
    overflow: hidden !important;
}

html body .contact .glass-form::before {
    content: '' !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    background: linear-gradient(135deg, 
        rgba(255, 255, 255, 0.05), 
        rgba(255, 255, 255, 0.01)) !important;
    pointer-events: none !important;
    z-index: 1 !important;
}

html body .contact .glass-form > * {
    position: relative !important;
    z-index: 2 !important;
}

html body .contact .glass-form:hover {
    background: rgba(255, 255, 255, 0.12) !important;
    border-color: rgba(255, 255, 255, 0.15) !important;
}

/* Responsive design */
@keyframes float-slow {
    0%, 100% {
        transform: translate(0, 0);
    }
    50% {
        transform: translate(-20px, -20px);
    }
}

@media (max-width: 992px) {
    html body .contact .contact-content {
        grid-template-columns: 1fr !important;
        gap: 2.5rem !important;
    }
    
    html body .contact .contact-card, 
    html body .contact .glass-form {
        padding: 2rem !important;
    }
    
    html body .contact .contact-floating-decoration {
        display: none !important;
    }
}

@media (max-width: 768px) {
    html body .contact {
        padding: 5rem 0 !important;
    }
    
    html body .contact .section-header h2 {
        font-size: 2.2rem !important;
    }
    
    html body .contact .floating-label input, 
    html body .contact .floating-label textarea {
        padding: 1rem 1rem !important;
    }
    
    html body .contact .floating-label label {
        left: 1rem !important;
    }
    
    html body .contact .btn-primary {
        padding: 1rem !important;
        font-size: 1rem !important;
    }
}

@media (max-width: 480px) {
    html body .contact .container {
        padding: 0 1rem !important;
    }
    
    html body .contact .contact-card, 
    html body .contact .glass-form {
        padding: 1.5rem !important;
    }
    
    html body .contact .contact-item {
        flex-direction: column !important;
        align-items: flex-start !important;
        gap: 0.75rem !important;
    }
    
    html body .contact .social-links {
        justify-content: flex-start !important;
    }
}
