* {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        }

        .match-aura-contact-us-body {
            background: linear-gradient(135deg, #8b0000 0%, #8b0000 50%, #a94442 100%);
            color: #fff;
            min-height: 100vh;
            display: flex;
            justify-content: center;
            align-items: center;
            padding: 20px;
        }

        .match-aura-container {
            width: 100%;
            max-width: 1400px;
            margin: 0 auto;
        }

        .match-aura-tagline {
            text-align: center;
            margin-bottom: 40px;
            padding: 30px;
            background: rgba(255, 255, 255, 0.1);
            backdrop-filter: blur(10px);
            border-radius: 20px;
            box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
        }

        .match-aura-tagline h1 {
            font-size: 3.5rem;
            margin-bottom: 10px;
            font-weight: 700;
            letter-spacing: 2px;
            text-transform: uppercase;
        }

        .match-aura-tagline p {
            font-size: 1.4rem;
            opacity: 0.9;
            font-style: italic;
            letter-spacing: 1px;
        }

        .match-aura-contact {
            display: flex;
            flex-wrap: wrap;
            background: rgba(255, 255, 255, 0.1);
            backdrop-filter: blur(10px);
            border-radius: 20px;
            overflow: hidden;
            box-shadow: 0 15px 30px rgba(0, 0, 0, 0.3);
        }

        .match-aura-info {
            flex: 1;
            min-width: 300px;
            padding: 40px;
            background: rgba(0, 0, 0, 0.2);
            display: flex;
            flex-direction: column;
            justify-content: center;
        }

        .match-aura-form {
            flex: 1;
            min-width: 300px;
            padding: 40px;
        }

        .match-aura-map {
            width: 100%;
            height: 400px;
            border-radius: 15px;
            overflow: hidden;
            margin-top: 30px;
            box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
            border: 2px solid rgba(255, 255, 255, 0.2);
        }

        .match-aura-title {
            font-size: 2.5rem;
            margin-bottom: 10px;
            position: relative;
            display: inline-block;
        }

        .match-aura-title::after {
            content: '';
            position: absolute;
            bottom: -10px;
            left: 0;
            width: 60px;
            height: 4px;
            background: #fff;
            border-radius: 2px;
        }

        .match-aura-subtitle {
            font-size: 1.1rem;
            margin-bottom: 30px;
            opacity: 0.9;
            line-height: 1.6;
        }

        .match-aura-contact-item {
            display: flex;
            align-items: flex-start;
            margin-bottom: 25px;
        }

        .match-aura-icon {
            width: 50px;
            height: 50px;
            background: rgba(255, 255, 255, 0.15);
            border-radius: 50%;
            display: flex;
            justify-content: center;
            align-items: center;
            margin-right: 15px;
            flex-shrink: 0;
        }

        .match-aura-icon i {
            font-size: 1.2rem;
        }

        .match-aura-details h3 {
            font-size: 1.2rem;
            margin-bottom: 5px;
        }

        .match-aura-details p {
            opacity: 0.8;
        }

        .match-aura-social {
            display: flex;
            margin-top: 20px;
        }

        .match-aura-social a {
            width: 40px;
            height: 40px;
            background: rgba(255, 255, 255, 0.15);
            border-radius: 50%;
            display: flex;
            justify-content: center;
            align-items: center;
            margin-right: 10px;
            transition: all 0.3s ease;
            text-decoration: none;
            color: white;
        }

        .match-aura-social a:hover {
            background: rgba(255, 255, 255, 0.25);
            transform: translateY(-3px);
        }

        .match-aura-input-group {
            margin-bottom: 25px;
            position: relative;
        }

        .match-aura-input {
            width: 100%;
            padding: 15px 20px;
            background: rgba(255, 255, 255, 0.1);
            border: 1px solid rgba(255, 255, 255, 0.2);
            border-radius: 10px;
            color: #fff;
            font-size: 1rem;
            transition: all 0.3s ease;
        }

        .match-aura-input:focus {
            outline: none;
            border-color: rgba(255, 255, 255, 0.5);
            background: rgba(255, 255, 255, 0.15);
        }

        .match-aura-textarea {
            min-height: 150px;
            resize: vertical;
        }

        .match-aura-label {
            position: absolute;
            top: 15px;
            left: 20px;
            color: rgba(255, 255, 255, 0.7);
            pointer-events: none;
            transition: all 0.3s ease;
        }

        .match-aura-input:focus + .match-aura-label,
        .match-aura-input:not(:placeholder-shown) + .match-aura-label {
            top: -10px;
            left: 10px;
            font-size: 0.8rem;
            background: rgba(139, 0, 0, 0.8);
            padding: 0 10px;
            border-radius: 10px;
        }

        .match-aura-button {
            background: rgba(255, 255, 255, 0.2);
            color: white;
            border: none;
            padding: 15px 30px;
            border-radius: 10px;
            font-size: 1rem;
            font-weight: 600;
            cursor: pointer;
            transition: all 0.3s ease;
            display: flex;
            align-items: center;
            justify-content: center;
            width: 100%;
        }

        .match-aura-button:hover {
            background: rgba(255, 255, 255, 0.3);
            transform: translateY(-3px);
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
        }

        .match-aura-button i {
            margin-left: 10px;
        }

        .match-aura-map-container {
            width: 100%;
            padding: 40px;
        }

        .match-aura-map-title {
            font-size: 2rem;
            margin-bottom: 20px;
            position: relative;
            display: inline-block;
        }

        .match-aura-map-title::after {
            content: '';
            position: absolute;
            bottom: -8px;
            left: 0;
            width: 50px;
            height: 3px;
            background: #fff;
            border-radius: 2px;
        }

        .match-aura-hours {
            margin-top: 30px;
            background: rgba(255, 255, 255, 0.1);
            padding: 20px;
            border-radius: 10px;
        }

        .match-aura-hours h3 {
            margin-bottom: 15px;
            font-size: 1.3rem;
        }

        .match-aura-hours ul {
            list-style: none;
        }

        .match-aura-hours li {
            display: flex;
            justify-content: space-between;
            margin-bottom: 8px;
            padding-bottom: 8px;
            border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        }

        .match-aura-location-pin {
            display: flex;
            align-items: center;
            margin-top: 15px;
            padding: 12px 15px;
            background: rgba(255, 255, 255, 0.1);
            border-radius: 8px;
            border-left: 4px solid #fff;
        }

        .match-aura-location-pin i {
            margin-right: 10px;
            color: #ff6b6b;
        }

        @media (max-width: 1024px) {
            .match-aura-contact {
                flex-direction: column;
            }
            
            .match-aura-info, .match-aura-form {
                padding: 30px;
            }
            
            .match-aura-title {
                font-size: 2rem;
            }
            
            .match-aura-tagline h1 {
                font-size: 2.8rem;
            }
            
            .match-aura-tagline p {
                font-size: 1.2rem;
            }
        }

        @media (max-width: 768px) {
            .match-aura-map-container {
                padding: 30px;
            }
            
            .match-aura-map {
                height: 300px;
            }
            
            .match-aura-tagline h1 {
                font-size: 2.2rem;
            }
            
            .match-aura-tagline p {
                font-size: 1.1rem;
            }
        }

        @media (max-width: 480px) {
            .match-aura-info, .match-aura-form, .match-aura-map-container {
                padding: 20px;
            }
            
            .match-aura-title {
                font-size: 1.8rem;
            }
            
            .match-aura-map {
                height: 250px;
            }
            
            .match-aura-tagline {
                padding: 20px;
            }
            
            .match-aura-tagline h1 {
                font-size: 1.8rem;
            }
            
            .match-aura-tagline p {
                font-size: 1rem;
            }
        }