/* ================================
   ULTRA-PREMIUM CONTACT PAGE STYLES (SCOPED ONLY)
   ================================ */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&display=swap');

/* Contact Page Root Variables */
.contact-page-wrapper {
    --contact-primary-orange: #ff7a00;
    --contact-orange-light: #ff9533;
    --contact-orange-dark: #e66a00;
    --contact-white: #ffffff;
    --contact-cream: #f5e7da;
    --contact-dark: #111111;
    --contact-dark-light: #1a1a1a;
    --contact-dark-medium: #222222;
    --contact-gradient-primary: linear-gradient(135deg, #ff7a00, #ff9533);
    --contact-gradient-secondary: linear-gradient(135deg, #1a1a1a, #333333);
    --contact-gradient-glass: linear-gradient(135deg, rgba(255, 122, 0, 0.1), rgba(255, 149, 51, 0.05));
    --contact-shadow-primary: 0 20px 60px rgba(255, 122, 0, 0.3);
    --contact-shadow-secondary: 0 10px 40px rgba(0, 0, 0, 0.5);
    --contact-blur-glass: blur(20px);
}

/* Global Contact Page Styles */
.contact-page-wrapper {
    position: relative;
    min-height: 100vh;
    background: linear-gradient(135deg, #0a0a0a, #1a1a1a, #111111);
    color: var(--contact-white);
    font-family: 'Poppins', sans-serif;
    overflow-x: hidden;
}

/* Advanced Particle System */
.contact-particles-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 1;
}

.contact-particle-layer {
    position: absolute;
    width: 100%;
    height: 100%;
}

.contact-particles-orange .contact-particle {
    position: absolute;
    border-radius: 50%;
    background: radial-gradient(circle, var(--contact-primary-orange), transparent);
    opacity: 0.4;
    animation: contactFloatOrbit linear infinite;
}

.contact-particles-white .contact-particle {
    position: absolute;
    border-radius: 50%;
    background: radial-gradient(circle, var(--contact-cream), transparent);
    opacity: 0.3;
    animation: contactFloatOrbit linear infinite reverse;
}

.contact-particles-glow .contact-glow-orb {
    position: absolute;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255, 122, 0, 0.2), transparent);
    filter: blur(40px);
    animation: contactPulse 4s ease-in-out infinite;
}

/* Particle Definitions */
.contact-particles-orange .contact-particle-1 { width: 4px; height: 4px; left: 10%; top: 20%; animation-duration: 20s; animation-delay: 0s; }
.contact-particles-orange .contact-particle-2 { width: 6px; height: 6px; left: 80%; top: 15%; animation-duration: 25s; animation-delay: -3s; }
.contact-particles-orange .contact-particle-3 { width: 3px; height: 3px; left: 60%; top: 70%; animation-duration: 18s; animation-delay: -6s; }
.contact-particles-orange .contact-particle-4 { width: 5px; height: 5px; left: 30%; top: 80%; animation-duration: 22s; animation-delay: -9s; }
.contact-particles-orange .contact-particle-5 { width: 2px; height: 2px; left: 90%; top: 50%; animation-duration: 16s; animation-delay: -12s; }
.contact-particles-orange .contact-particle-6 { width: 4px; height: 4px; left: 20%; top: 60%; animation-duration: 24s; animation-delay: -2s; }
.contact-particles-orange .contact-particle-7 { width: 3px; height: 3px; left: 70%; top: 30%; animation-duration: 19s; animation-delay: -5s; }
.contact-particles-orange .contact-particle-8 { width: 5px; height: 5px; left: 40%; top: 90%; animation-duration: 21s; animation-delay: -8s; }
.contact-particles-orange .contact-particle-9 { width: 2px; height: 2px; left: 85%; top: 25%; animation-duration: 17s; animation-delay: -11s; }
.contact-particles-orange .contact-particle-10 { width: 6px; height: 6px; left: 15%; top: 40%; animation-duration: 23s; animation-delay: -1s; }
.contact-particles-orange .contact-particle-11 { width: 3px; height: 3px; left: 55%; top: 10%; animation-duration: 20s; animation-delay: -4s; }
.contact-particles-orange .contact-particle-12 { width: 4px; height: 4px; left: 75%; top: 85%; animation-duration: 18s; animation-delay: -7s; }

.contact-particles-white .contact-particle-1 { width: 3px; height: 3px; left: 25%; top: 30%; animation-duration: 22s; animation-delay: -1s; }
.contact-particles-white .contact-particle-2 { width: 5px; height: 5px; left: 65%; top: 20%; animation-duration: 19s; animation-delay: -4s; }
.contact-particles-white .contact-particle-3 { width: 2px; height: 2px; left: 35%; top: 75%; animation-duration: 26s; animation-delay: -7s; }
.contact-particles-white .contact-particle-4 { width: 4px; height: 4px; left: 80%; top: 60%; animation-duration: 17s; animation-delay: -10s; }
.contact-particles-white .contact-particle-5 { width: 3px; height: 3px; left: 50%; top: 45%; animation-duration: 24s; animation-delay: -2s; }
.contact-particles-white .contact-particle-6 { width: 6px; height: 6px; left: 95%; top: 35%; animation-duration: 21s; animation-delay: -5s; }
.contact-particles-white .contact-particle-7 { width: 2px; height: 2px; left: 45%; top: 15%; animation-duration: 23s; animation-delay: -8s; }
.contact-particles-white .contact-particle-8 { width: 4px; height: 4px; left: 75%; top: 90%; animation-duration: 20s; animation-delay: -3s; }
.contact-particles-white .contact-particle-9 { width: 3px; height: 3px; left: 5%; top: 70%; animation-duration: 18s; animation-delay: -6s; }
.contact-particles-white .contact-particle-10 { width: 5px; height: 5px; left: 60%; top: 55%; animation-duration: 25s; animation-delay: -9s; }

.contact-particles-glow .contact-glow-1 { width: 200px; height: 200px; left: 20%; top: 30%; animation-delay: 0s; }
.contact-particles-glow .contact-glow-2 { width: 300px; height: 300px; left: 70%; top: 60%; animation-delay: -2s; }
.contact-particles-glow .contact-glow-3 { width: 150px; height: 150px; left: 50%; top: 10%; animation-delay: -4s; }

/* Gradient Overlay */
.contact-gradient-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle at 30% 50%, rgba(255, 122, 0, 0.05), transparent),
                radial-gradient(circle at 70% 80%, rgba(245, 231, 218, 0.03), transparent);
    pointer-events: none;
    z-index: 1;
}

/* Container */
.contact-container {
    position: relative;
    z-index: 2;
    padding: 0 20px;
    max-width: 1400px;
    margin: 0 auto;
}

/* Hero Section */
.contact-hero {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 100vh;
    padding: 100px 0;
    gap: 60px;
    z-index: 3;
}

.contact-hero-background-accent {
    position: absolute;
    top: 20%;
    left: -10%;
    width: 60%;
    height: 60%;
    background: radial-gradient(circle, rgba(255, 122, 0, 0.1), transparent);
    border-radius: 50%;
    filter: blur(100px);
    z-index: -1;
}

.contact-hero-content {
    flex: 1;
    max-width: 600px;
}

.contact-title-container {
    position: relative;
    margin-bottom: 30px;
}

.contact-title {
    font-size: clamp(2.5rem, 5vw, 4rem);
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 20px;
}

.contact-title-word {
    display: inline-block;
    color: white;
    text-shadow: 0 0 30px rgba(255, 122, 0, 0.5);
}

.contact-title-highlight {
    display: inline-block;
    background: var(--contact-gradient-primary);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: relative;
}

.contact-title-underline {
    width: 100px;
    height: 4px;
    background: var(--contact-gradient-primary);
    border-radius: 2px;
    margin: 10px 0;
    box-shadow: 0 0 20px rgba(255, 122, 0, 0.5);
}

.contact-subtitle {
    font-size: 1.1rem;
    line-height: 1.7;
    margin-bottom: 20px;
    color: rgba(255, 255, 255, 0.9);
}

.contact-subtitle-accent {
    font-size: 1rem;
    color: var(--contact-primary-orange);
    font-weight: 500;
    margin-bottom: 40px;
    text-shadow: 0 0 20px rgba(255, 122, 0, 0.3);
}

.contact-hero-buttons {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.contact-btn-primary, .contact-btn-secondary {
    position: relative;
    padding: 18px 40px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
    font-size: 1rem;
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    overflow: hidden;
    z-index: 1;
}

.contact-btn-primary {
    background: var(--contact-gradient-primary);
    color: var(--contact-white);
    box-shadow: var(--contact-shadow-primary);
}

.contact-btn-primary:hover {
    transform: translateY(-5px) scale(1.05);
    box-shadow: 0 25px 80px rgba(255, 122, 0, 0.4);
}

.contact-btn-secondary {
    background: transparent;
    color: var(--contact-primary-orange);
    border: 2px solid var(--contact-primary-orange);
}

.contact-btn-secondary:hover {
    background: var(--contact-primary-orange);
    color: var(--contact-white);
    transform: translateY(-5px);
    box-shadow: var(--contact-shadow-primary);
}

.contact-btn-glow {
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.6s;
}

.contact-btn-primary:hover .contact-btn-glow {
    left: 100%;
}

/* Hero Image */
.contact-hero-image {
    flex: 1;
    position: relative;
    max-width: 600px;
}

.contact-image-frame {
    position: relative;
    border-radius: 30px;
    overflow: hidden;
    box-shadow: var(--contact-shadow-secondary);
}

.contact-image-glow {
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: conic-gradient(transparent, var(--contact-primary-orange), transparent);
    animation: contactRotate 4s linear infinite;
    z-index: -1;
}

.contact-hero-image img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 30px;
    transition: transform 0.6s ease;
}

.contact-hero-image:hover img {
    transform: scale(1.05);
}

.contact-image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(45deg, rgba(255, 122, 0, 0.1), transparent);
    border-radius: 30px;
}

.contact-floating-info {
    position: absolute;
    bottom: -23px;
    right: 60px;
    display: flex;
    gap: 20px;

}

.contact-info-item {
    background: rgba(26, 26, 26, 0.95);
    backdrop-filter: var(--contact-blur-glass);
    padding: 20px;
    border-radius: 20px;
    text-align: center;
    border: 1px solid rgba(255, 122, 0, 0.2);
    box-shadow: var(--contact-shadow-secondary);
    display: flex;
    align-items: center;
    gap: 10px;
}

.contact-info-icon {
    font-size: 1.2rem;
    color: var(--contact-primary-orange);
}

.contact-info-text {
    font-size: 0.9rem;
    color: var(--contact-white);
    font-weight: 500;
}

/* Section Headers */
.contact-section-header {
    text-align: center;
    margin-bottom: 80px;
}

.contact-section-title {
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 700;
    color: var(--contact-primary-orange);
    margin-bottom: 20px;
    text-shadow: 0 0 30px rgba(255, 122, 0, 0.3);
}

.contact-section-subtitle {
    font-size: 1.2rem;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 30px;
}

.contact-section-divider {
    width: 80px;
    height: 4px;
    background: var(--contact-gradient-primary);
    margin: 0 auto;
    border-radius: 2px;
    box-shadow: 0 0 20px rgba(255, 122, 0, 0.5);
}

/* Contact Details Section */
.contact-details-contact-page {
    padding: 120px 0;
    position: relative;
}

.contact-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    max-width: 1200px;
    margin: 0 auto;
}

/* Glass Morphism */
.contact-glass-morphism {
    background: rgba(26, 26, 26, 0.7);
    backdrop-filter: var(--contact-blur-glass);
    border: 1px solid rgba(255, 122, 0, 0.2);
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
}

/* Contact Info Card */
.contact-info-card {
    position: relative;
    padding: 50px 40px;
    border-radius: 25px;
    transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    overflow: hidden;
}

.contact-info-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 40px 100px rgba(255, 122, 0, 0.2);
}

.contact-info-header {
    margin-bottom: 40px;
}

.contact-info-title {
    font-size: 1.8rem;
    font-weight: 600;
    color: var(--contact-white);
    margin-bottom: 10px;
}

.contact-info-description {
    color: rgba(255, 255, 255, 0.7);
    font-size: 1rem;
}

.contact-info-items {
    margin-bottom: 40px;
}

.contact-info-item-detailed {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    margin-bottom: 30px;
    padding: 20px;
    border-radius: 15px;
    background: rgba(34, 34, 34, 0.5);
    transition: all 0.3s ease;
}

.contact-info-item-detailed:hover {
    background: rgba(255, 122, 0, 0.1);
    transform: translateX(10px);
}

.contact-info-icon-container {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact-info-icon-container .contact-info-icon {
    font-size: 1.5rem;
    color: var(--contact-primary-orange);
    position: relative;
    z-index: 2;
}

.contact-icon-pulse {
    position: absolute;
    width: 50px;
    height: 50px;
    background: rgba(255, 122, 0, 0.2);
    border-radius: 50%;
    animation: contactPulse 2s infinite;
}

.contact-info-content h4 {
    color: var(--contact-white);
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 5px;
}

.contact-info-content p {
    color: rgba(255, 255, 255, 0.8);
    font-size: 0.95rem;
    line-height: 1.5;
}

/* Social Links */
.contact-socials {
    border-top: 1px solid rgba(255, 122, 0, 0.2);
    padding-top: 30px;
}

.contact-socials-title {
    color: var(--contact-white);
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 20px;
}

.contact-social-links {
    display: flex;
    gap: 15px;
}

.contact-social-link {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    background: rgba(255, 122, 0, 0.1);
    color: var(--contact-primary-orange);
    border-radius: 12px;
    font-size: 1.3rem;
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    text-decoration: none;
    overflow: hidden;
}

.contact-social-link:hover {
    background: var(--contact-primary-orange);
    color: var(--contact-white);
    transform: translateY(-5px) scale(1.1);
    box-shadow: 0 15px 40px rgba(255, 122, 0, 0.4);
}

.contact-social-tooltip {
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(0, 0, 0, 0.9);
    color: var(--contact-white);
    padding: 8px 12px;
    border-radius: 6px;
    font-size: 0.8rem;
    white-space: nowrap;
    opacity: 0;
    transition: all 0.3s ease;
    pointer-events: none;
}

/* Contact Form Card */
.contact-form-card {
    position: relative;
    padding: 50px 40px;
    border-radius: 25px;
    transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    overflow: hidden;
}

.contact-form-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 40px 100px rgba(255, 122, 0, 0.2);
}

.contact-form-header {
    margin-bottom: 40px;
}

.contact-form-title {
    font-size: 1.8rem;
    font-weight: 600;
    color: var(--contact-white);
    margin-bottom: 10px;
}

.contact-form-description {
    color: rgba(255, 255, 255, 0.7);
    font-size: 1rem;
}

/* Form Styles */
.contact-form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 20px;
}

.contact-form-group {
    position: relative;
    margin-bottom: 25px;
}

.contact-form-label {
    display: block;
    color: var(--contact-white);
    font-size: 0.9rem;
    font-weight: 500;
    margin-bottom: 8px;
}

.contact-input-container {
    position: relative;
}

.contact-input, .contact-textarea, .contact-select {
    width: 100%;
    padding: 16px 20px;
    border-radius: 12px;
    border: 2px solid rgba(255, 122, 0, 0.2);
    background: rgba(34, 34, 34, 0.8);
    color: var(--contact-white);
    font-size: 1rem;
    font-family: 'Poppins', sans-serif;
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    outline: none;
}

.contact-input:focus, .contact-textarea:focus, .contact-select:focus {
    border-color: var(--contact-primary-orange);
    background: rgba(34, 34, 34, 0.9);
    box-shadow: 0 0 20px rgba(255, 122, 0, 0.3);
    transform: translateY(-2px);
}

.contact-textarea {
    height: 120px;
    resize: vertical;
    min-height: 100px;
    max-height: 200px;
}

.contact-input-focus-line {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 2px;
    background: var(--contact-gradient-primary);
    transition: all 0.4s ease;
    transform: translateX(-50%);
}

.contact-input-container.focused .contact-input-focus-line {
    width: 100%;
}

.contact-input::placeholder, .contact-textarea::placeholder {
    color: rgba(255, 255, 255, 0.5);
    transition: color 0.3s ease;
}

.contact-input:focus::placeholder, .contact-textarea:focus::placeholder {
    color: rgba(255, 255, 255, 0.3);
}

/* Submit Button */
.contact-form-actions {
    margin-top: 30px;
}

.contact-submit-btn {
    position: relative;
    background: var(--contact-gradient-primary);
    color: var(--contact-white);
    border: none;
    padding: 18px 50px;
    border-radius: 50px;
    font-size: 1.1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    overflow: hidden;
    text-transform: uppercase;
    letter-spacing: 1px;
    box-shadow: var(--contact-shadow-primary);
}

.contact-submit-btn:hover {
    transform: translateY(-5px) scale(1.05);
    box-shadow: 0 25px 80px rgba(255, 122, 0, 0.4);
}

.contact-submit-btn.loading {
    pointer-events: none;
    opacity: 0.8;
}

.contact-submit-btn.success {
    background: linear-gradient(135deg, #28a745, #20c997);
}

.contact-btn-particles {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    transition: opacity 0.6s ease;
}

.contact-submit-btn:hover .contact-btn-particles {
    opacity: 1;
}

.contact-btn-particles .contact-particle {
    position: absolute;
    width: 4px;
    height: 4px;
    background: var(--contact-white);
    border-radius: 50%;
    animation: contactParticleFloat 2s infinite;
}

.contact-btn-particles .contact-particle:nth-child(1) {
    top: 20%;
    left: 20%;
    animation-delay: 0s;
}

.contact-btn-particles .contact-particle:nth-child(2) {
    top: 50%;
    right: 30%;
    animation-delay: 0.7s;
}

.contact-btn-particles .contact-particle:nth-child(3) {
    bottom: 30%;
    left: 50%;
    animation-delay: 1.4s;
}

.contact-btn-ripple {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.3);
    transform: translate(-50%, -50%);
    transition: all 0.6s ease;
}

.contact-submit-btn:active .contact-btn-ripple {
    width: 300px;
    height: 300px;
}

/* Card Glow Effect */
.contact-card-glow {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--contact-gradient-glass);
    opacity: 0;
    transition: opacity 0.6s ease;
    border-radius: 25px;
    z-index: -1;
}

.contact-info-card:hover .contact-card-glow,
.contact-form-card:hover .contact-card-glow {
    opacity: 1;
}

/* Map Section */
.contact-map-section {
    padding: 120px 0;
    background: var(--contact-dark-light);
}

.contact-map-header {
    text-align: center;
    margin-bottom: 60px;
}

.contact-map-title {
    font-size: clamp(2rem, 4vw, 2.5rem);
    font-weight: 700;
    color: var(--contact-primary-orange);
    margin-bottom: 20px;
    text-shadow: 0 0 30px rgba(255, 122, 0, 0.3);
}

.contact-map-description {
    font-size: 1.1rem;
    color: rgba(255, 255, 255, 0.8);
}

.contact-map-container {
    max-width: 1000px;
    margin: 0 auto;
}

.contact-map-frame {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: var(--contact-shadow-secondary);
}

.contact-map-frame iframe {
    width: 100%;
    height: 500px;
    border: none;
    border-radius: 20px;
}

.contact-map-overlay {
    position: absolute;
    bottom: 20px;
    left: 20px;
    background: rgba(26, 26, 26, 0.95);
    backdrop-filter: var(--contact-blur-glass);
    padding: 20px;
    border-radius: 15px;
    border: 1px solid rgba(255, 122, 0, 0.2);
}

.contact-map-info h4 {
    color: var(--contact-white);
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 5px;
}

.contact-map-info p {
    color: rgba(255, 255, 255, 0.8);
    font-size: 0.9rem;
    margin-bottom: 15px;
}

.contact-directions-btn {
    display: inline-block;
    background: var(--contact-primary-orange);
    color: var(--contact-white);
    padding: 8px 16px;
    border-radius: 8px;
    text-decoration: none;
    font-size: 0.9rem;
    font-weight: 500;
    transition: all 0.3s ease;
}

.contact-directions-btn:hover {
    background: var(--contact-orange-dark);
    transform: translateY(-2px);
}

/* FAQ Section */
.contact-faq-section {
    padding: 120px 0;
}

.contact-faq-header {
    text-align: center;
    margin-bottom: 80px;
}

.contact-faq-title {
    font-size: clamp(2rem, 4vw, 2.5rem);
    font-weight: 700;
    color: var(--contact-primary-orange);
    margin-bottom: 20px;
    text-shadow: 0 0 30px rgba(255, 122, 0, 0.3);
}

.contact-faq-description {
    font-size: 1.1rem;
    color: rgba(255, 255, 255, 0.8);
}

.contact-faq-grid {
    max-width: 800px;
    margin: 0 auto;
}

.contact-faq-item {
    background: rgba(26, 26, 26, 0.8);
    backdrop-filter: var(--contact-blur-glass);
    border: 1px solid rgba(255, 122, 0, 0.2);
    border-radius: 15px;
    margin-bottom: 20px;
    overflow: hidden;
    transition: all 0.3s ease;
}

.contact-faq-item:hover {
    border-color: rgba(255, 122, 0, 0.4);
    box-shadow: 0 10px 30px rgba(255, 122, 0, 0.1);
}

.contact-faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 25px 30px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.contact-faq-question h4 {
    color: var(--contact-white);
    font-size: 1.1rem;
    font-weight: 600;
    margin: 0;
}

.contact-faq-question i {
    color: var(--contact-primary-orange);
    font-size: 1rem;
    transition: transform 0.3s ease;
}

.contact-faq-answer {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition: all 0.4s ease;
    padding: 0 30px;
}

.contact-faq-answer p {
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.6;
    padding: 0 0 25px 0;
    margin: 0;
}

/* CTA Section */
.contact-cta {
    position: relative;
    padding: 120px 0;
    background: linear-gradient(135deg, var(--contact-dark), var(--contact-dark-light));
    text-align: center;
    overflow: hidden;
}

.contact-cta-background {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 
        radial-gradient(circle at 30% 20%, rgba(255, 122, 0, 0.1), transparent),
        radial-gradient(circle at 70% 80%, rgba(245, 231, 218, 0.05), transparent);
}

.contact-cta-content {
    position: relative;
    z-index: 2;
    max-width: 800px;
    margin: 0 auto;
}

.contact-cta-title {
    font-size: clamp(2rem, 4vw, 3.5rem);
    font-weight: 700;
    color: var(--contact-white);
    margin-bottom: 20px;
    text-shadow: 0 0 40px rgba(255, 122, 0, 0.3);
}

.contact-cta-subtitle {
    font-size: 1.2rem;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 50px;
    line-height: 1.6;
}

.contact-cta-buttons {
    display: flex;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
}

.contact-cta-btn-primary, .contact-cta-btn-secondary {
    position: relative;
    padding: 20px 50px;
    border-radius: 60px;
    font-size: 1.1rem;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    overflow: hidden;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.contact-cta-btn-primary {
    background: var(--contact-gradient-primary);
    color: var(--contact-white);
    box-shadow: var(--contact-shadow-primary);
}

.contact-cta-btn-primary:hover {
    transform: translateY(-10px) scale(1.05);
    box-shadow: 0 30px 100px rgba(255, 122, 0, 0.4);
}

.contact-cta-btn-secondary {
    background: transparent;
    color: var(--contact-primary-orange);
    border: 2px solid var(--contact-primary-orange);
}

.contact-cta-btn-secondary:hover {
    background: var(--contact-primary-orange);
    color: var(--contact-white);
    transform: translateY(-10px);
    box-shadow: var(--contact-shadow-primary);
}

.contact-cta-btn-particles {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    transition: opacity 0.6s ease;
}

.contact-cta-btn-primary:hover .contact-cta-btn-particles {
    opacity: 1;
}

.contact-cta-btn-particles .contact-particle {
    position: absolute;
    width: 4px;
    height: 4px;
    background: var(--contact-white);
    border-radius: 50%;
    animation: contactParticleFloat 2s infinite;
}

.contact-cta-btn-particles .contact-particle:nth-child(1) {
    top: 20%;
    left: 20%;
    animation-delay: 0s;
}

.contact-cta-btn-particles .contact-particle:nth-child(2) {
    top: 50%;
    right: 30%;
    animation-delay: 0.7s;
}

.contact-cta-btn-particles .contact-particle:nth-child(3) {
    bottom: 30%;
    left: 50%;
    animation-delay: 1.4s;
}

.contact-cta-glow-effect {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(255, 122, 0, 0.1), transparent);
    transform: translate(-50%, -50%);
    filter: blur(100px);
    animation: contactPulse 4s ease-in-out infinite;
}

/* Keyframe Animations */
@keyframes contactFloatOrbit {
    0% {
        transform: rotate(0deg) translateX(100px) rotate(0deg);
        opacity: 0.4;
    }
    50% {
        opacity: 0.8;
    }
    100% {
        transform: rotate(360deg) translateX(100px) rotate(-360deg);
        opacity: 0.4;
    }
}

@keyframes contactPulse {
    0%, 100% {
        opacity: 0.5;
        transform: scale(1);
    }
    50% {
        opacity: 1;
        transform: scale(1.2);
    }
}

@keyframes contactRotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

@keyframes contactParticleFloat {
    0%, 100% {
        transform: translateY(0) scale(1);
        opacity: 0;
    }
    50% {
        transform: translateY(-20px) scale(1.2);
        opacity: 1;
    }
}

@keyframes contactSlideInFromLeft {
    0% {
        transform: translateX(-100px);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes contactSlideInFromRight {
    0% {
        transform: translateX(100px);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes contactFadeInUp {
    0% {
        transform: translateY(50px);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes contactZoomIn {
    0% {
        transform: scale(0.8);
        opacity: 0;
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}

@keyframes contactFlipIn {
    0% {
        transform: rotateY(-90deg);
        opacity: 0;
    }
    100% {
        transform: rotateY(0);
        opacity: 1;
    }
}

/* Responsive Design */
@media screen and (max-width: 1200px) {
    .contact-container {
        padding: 0 40px;
    }
    
    .contact-hero {
        gap: 40px;
    }
    
    .contact-floating-info {
        position: static;
        justify-content: center;
        margin-top: 30px;
    }
    
    .contact-grid {
        gap: 40px;
    }
}

@media screen and (max-width: 992px) {
    .contact-hero {
        flex-direction: column;
        text-align: center;
        padding: 80px 0;
    }
    
    .contact-hero-content {
        max-width: 100%;
    }
    
    .contact-hero-buttons {
        justify-content: center;
    }
    
    .contact-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    
    .contact-form-row {
        grid-template-columns: 1fr;
        gap: 0;
    }
    
    .contact-cta-buttons {
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }
    
    .contact-faq-question {
        padding: 20px 25px;
    }
    
    .contact-faq-answer {
        padding: 0 25px;
    }
}

@media screen and (max-width: 768px) {
    .contact-container {
        padding: 0 20px;
    }
    
    .contact-hero {
        padding: 60px 0;
    }
    
    .contact-title {
        font-size: 2.5rem;
    }
    
    .contact-section-title,
    .contact-map-title,
    .contact-faq-title {
        font-size: 2rem;
    }
    
    .contact-cta-title {
        font-size: 2.5rem;
    }
    
    .contact-info-card,
    .contact-form-card {
        padding: 40px 30px;
    }
    
    .contact-details-contact-page,
    .contact-map-section,
    .contact-faq-section,
    .contact-cta {
        padding: 80px 0;
    }
    
    .contact-floating-info {
        flex-direction: column;
        gap: 15px;
    }
    
    .contact-info-item {
        flex-direction: column;
        text-align: center;
        gap: 5px;
    }
    
    .contact-map-frame iframe {
        height: 400px;
    }
    
    .contact-map-overlay {
        position: static;
        margin-top: 20px;
        border-radius: 15px;
    }
}

@media screen and (max-width: 480px) {
    .contact-title {
        font-size: 2rem;
    }
    
    .contact-section-title,
    .contact-map-title,
    .contact-faq-title {
        font-size: 1.8rem;
    }
    
    .contact-cta-title {
        font-size: 2rem;
    }
    
    .contact-hero-buttons {
        flex-direction: column;
        align-items: center;
        gap: 15px;
    }
    
    .contact-btn-primary,
    .contact-btn-secondary {
        width: 100%;
        max-width: 280px;
        text-align: center;
    }
    
    .contact-info-card,
    .contact-form-card {
        padding: 30px 20px;
    }
    
    .contact-info-item-detailed {
        flex-direction: column;
        text-align: center;
        gap: 15px;
        padding: 15px;
    }
    
    .contact-social-links {
        justify-content: center;
    }
    
    .contact-submit-btn {
        width: 100%;
        padding: 16px 30px;
    }
    
    .contact-cta-btn-primary,
    .contact-cta-btn-secondary {
        padding: 18px 40px;
        font-size: 1rem;
        width: 100%;
        max-width: 280px;
    }
    
    .contact-faq-question {
        padding: 15px 20px;
    }
    
    .contact-faq-question h4 {
        font-size: 1rem;
    }
    
    .contact-faq-answer {
        padding: 0 20px;
    }
    
    .contact-map-frame iframe {
        height: 300px;
    }
}

/* High Performance Optimizations */
@media (prefers-reduced-motion: reduce) {
    .contact-page-wrapper *,
    .contact-page-wrapper *::before,
    .contact-page-wrapper *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }
}

/* Touch Device Optimizations */
@media (hover: none) and (pointer: coarse) {
    .contact-info-card:hover,
    .contact-form-card:hover,
    .contact-info-item-detailed:hover,
    .contact-faq-item:hover {
        transform: none;
    }
    
    .contact-btn-primary:hover,
    .contact-btn-secondary:hover,
    .contact-cta-btn-primary:hover,
    .contact-cta-btn-secondary:hover,
    .contact-submit-btn:hover,
    .contact-social-link:hover {
        transform: none;
    }
    
    .contact-hero-image:hover img {
        transform: none;
    }
}

/* Print Styles */
@media print {
    .contact-page-wrapper {
        background: white !important;
        color: black !important;
    }
    
    .contact-particles-container,
    .contact-gradient-overlay,
    .contact-hero-background-accent,
    .contact-image-glow,
    .contact-card-glow,
    .contact-cta-background,
    .contact-cta-glow-effect {
        display: none !important;
    }
    
    .contact-hero {
        flex-direction: column;
        padding: 20px 0;
    }
    
    .contact-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .contact-map-frame iframe {
        display: none;
    }
    
    .contact-map-overlay {
        position: static;
        background: #f5f5f5 !important;
        color: black !important;
    }
}

/* Accessibility Enhancements */
.contact-page-wrapper *:focus {
    outline: 2px solid var(--contact-primary-orange);
    outline-offset: 2px;
}

.contact-page-wrapper button:focus,
.contact-page-wrapper a:focus {
    box-shadow: 0 0 0 3px rgba(255, 122, 0, 0.3);
}

/* Screen Reader Only Content */
.contact-sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

/* Loading States */
.contact-loading {
    opacity: 0.7;
    pointer-events: none;
    cursor: not-allowed;
}

/* Success States */
.contact-success {
    background: linear-gradient(135deg, #28a745, #20c997) !important;
    color: white !important;
}

/* Error States */
.contact-error {
    border-color: #dc3545 !important;
    box-shadow: 0 0 10px rgba(220, 53, 69, 0.3) !important;
}

.contact-error-message {
    color: #dc3545;
    font-size: 0.85rem;
    margin-top: 5px;
    display: none;
}

.contact-error-message.show {
    display: block;
    animation: contactFadeInUp 0.3s ease;
}