        * {
            -webkit-tap-highlight-color: transparent;
            -webkit-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
            user-select: none;
            cursor: default;
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }
        
        .allow-select,
        .section-content p,
        .contact-info p,
        .form-control,
        .faq-answer p,
        .support-note p {
            -webkit-user-select: text;
            -moz-user-select: text;
            -ms-user-select: text;
            user-select: text;
            cursor: text;
        }
        
        :root {
            --deep-blue: #060F1E;
            --mid-blue: #0B2A55;
            --light-blue: #0E4DA4;
            --accent-blue: #1E90FF;
            --accent-teal: #1E90FF;
            --text-white: #EAF1FF;
            --text-gray: #CFE2FF;
            --text-light: #EAF1FF;
            --glass-bg: rgba(11, 42, 85, 0.85);
            --glass-border: rgba(255, 255, 255, 0.22);
            --gradient-primary: linear-gradient(180deg, #060F1E, #0B2A55, #0E4DA4);
            --gradient-secondary: linear-gradient(135deg, #0B2A55 0%, #0E4DA4 100%);
            --gradient-accent: linear-gradient(135deg, #1E90FF 0%, #1E90FF 100%);
            --gradient-card: linear-gradient(135deg, rgba(255, 255, 255, 0.04) 0%, rgba(255, 255, 255, 0.01) 100%);
            --section-padding: 5rem 2rem;
            --shadow-lg: 0 20px 60px rgba(0, 0, 0, 0.3);
            --shadow-xl: 0 25px 80px rgba(0, 0, 0, 0.35);
            --shadow-accent: 0 0 40px rgba(30, 144, 255, 0.15);
        }

        html {
            scroll-behavior: smooth;
            font-size: 15px;
        }

        body {
            font-family: 'Manrope', 'IBM Plex Sans', 'Source Sans Pro', 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
            background: var(--gradient-primary);
            color: var(--text-white);
            line-height: 1.6;
            font-weight: 400;
            overflow-x: hidden;
            min-height: 100vh;
        }

        h1, h2, h3, h4 {
            font-weight: 500;
            line-height: 1.2;
            margin-bottom: 1rem;
            color: var(--text-light);
            font-family: 'IBM Plex Sans', 'Inter', sans-serif;
        }

        h1 {
            font-size: 2.5rem;
            font-weight: 500;
            letter-spacing: -0.3px;
        }

        h2 {
            font-size: 2.2rem;
            margin-bottom: 2rem;
            position: relative;
            font-weight: 500;
        }

        h2:after {
            content: '';
            position: absolute;
            bottom: -1rem;
            left: 0;
            width: 3.5rem;
            height: 2px;
            background: var(--gradient-accent);
            border-radius: 2px;
        }

        h3 {
            font-size: 1.4rem;
            margin-bottom: 1rem;
            font-weight: 500;
            font-family: 'IBM Plex Sans', 'Inter', sans-serif;
        }

        h4 {
            font-size: 1.2rem;
            margin-bottom: 0.8rem;
            font-weight: 500;
            font-family: 'IBM Plex Sans', 'Inter', sans-serif;
        }

        p {
            margin-bottom: 1.2rem;
            color: var(--text-gray);
            font-size: 1.05rem;
            line-height: 1.6;
            font-weight: 400;
            font-family: 'Source Sans Pro', 'Inter', sans-serif;
        }

        .lead-text {
            font-size: 1.15rem;
            line-height: 1.7;
            font-weight: 300;
            font-family: 'Source Sans Pro', 'Inter', sans-serif;
        }

        a {
            color: var(--accent-teal);
            text-decoration: none;
            transition: all 0.3s ease;
            cursor: pointer;
        }

        a:hover {
            opacity: 0.85;
        }

        .container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 2rem;
        }

        .page-hero {
            min-height: 70vh;
            display: flex;
            align-items: center;
            padding: 5rem 1.2rem 4rem;
            position: relative;
            overflow: hidden;
            background: radial-gradient(ellipse at top, rgba(30, 144, 255, 0.15) 0%, transparent 70%),
                        radial-gradient(ellipse at bottom, rgba(6, 15, 30, 0.8) 0%, transparent 70%);
        }

        .page-hero-bg {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: linear-gradient(180deg, #060F1E, #0B2A55, #0E4DA4);
            opacity: 0.5;
            z-index: -1;
        }

        .hero-glow {
            position: absolute;
            width: 500px;
            height: 500px;
            background: radial-gradient(circle, rgba(30, 144, 255, 0.1) 0%, transparent 70%);
            filter: blur(50px);
            z-index: -1;
            opacity: 0.3;
        }

        .glow-1 {
            top: -150px;
            right: -150px;
        }

        .glow-2 {
            bottom: -150px;
            left: -150px;
            background: radial-gradient(circle, rgba(30, 144, 255, 0.1) 0%, transparent 70%);
        }

        .page-hero-content {
            max-width: 1000px;
            margin: 0 auto;
            text-align: center;
            position: relative;
            z-index: 2;
            animation: fadeInUp 1s ease-out;
        }

        @keyframes fadeInUp {
            from {
                opacity: 0;
                transform: translateY(40px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        .page-title {
            font-size: 2.5rem;
            margin-bottom: 1.2rem;
            color: var(--text-light);
            line-height: 1.1;
            background: linear-gradient(135deg, var(--text-light) 0%, var(--accent-teal) 100%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
            font-family: 'IBM Plex Sans', 'Inter', sans-serif;
        }

        .page-subtitle {
            font-size: 1.3rem;
            color: var(--text-gray);
            margin-bottom: 2rem;
            font-weight: 300;
            letter-spacing: -0.1px;
            font-family: 'Source Sans Pro', 'Inter', sans-serif;
        }

        .section {
            padding: 5rem 1.2rem;
            position: relative;
        }

        .section-bg {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: var(--gradient-secondary);
            opacity: 0.1;
            z-index: -1;
        }

        .section-content {
            max-width: 1200px;
            margin: 0 auto;
        }

        .contact-options {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
            gap: 2rem;
            margin-top: 3rem;
        }

        .contact-card {
            background: var(--gradient-card);
            backdrop-filter: blur(10px);
            border: 1px solid rgba(255, 255, 255, 0.05);
            border-radius: 18px;
            padding: 2.2rem 1.8rem;
            transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
            text-align: center;
            position: relative;
            overflow: hidden;
            opacity: 0;
            transform: translateY(40px);
            transition: all 0.8s ease-out;
        }

        .contact-card.visible {
            opacity: 1;
            transform: translateY(0);
        }

        .contact-card:hover {
            transform: translateY(-8px) scale(1.02);
            border-color: rgba(30, 144, 255, 0.3);
            box-shadow: var(--shadow-xl), var(--shadow-accent);
        }

        .contact-icon {
            width: 70px;
            height: 70px;
            background: rgba(30, 144, 255, 0.1);
            border-radius: 18px;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0 auto 1.8rem;
            border: 1px solid rgba(30, 144, 255, 0.2);
            transition: all 0.3s ease;
        }

        .contact-card:hover .contact-icon {
            background: rgba(30, 144, 255, 0.15);
            transform: rotate(5deg) scale(1.1);
            box-shadow: 0 0 20px rgba(30, 144, 255, 0.2);
        }

        .contact-icon i {
            font-size: 2.2rem;
            color: var(--accent-teal);
        }

        .contact-card h3 {
            font-size: 1.3rem;
            margin-bottom: 1rem;
            font-family: 'IBM Plex Sans', 'Inter', sans-serif;
        }

        .contact-info {
            font-family: 'Source Sans Pro', 'Inter', sans-serif;
            font-size: 1.05rem;
            margin-bottom: 1.5rem;
        }

        .contact-link {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            gap: 0.6rem;
            padding: 0.8rem 1.5rem;
            background: rgba(30, 144, 255, 0.1);
            color: var(--accent-teal);
            border-radius: 12px;
            font-weight: 500;
            font-size: 1rem;
            text-decoration: none;
            transition: all 0.3s ease;
            border: 1px solid rgba(30, 144, 255, 0.2);
            width: 100%;
            font-family: 'Source Sans Pro', 'Inter', sans-serif;
        }

        .contact-link:hover {
            background: rgba(30, 144, 255, 0.2);
            transform: translateY(-3px);
        }

        .contact-form-container {
            background: var(--gradient-card);
            backdrop-filter: blur(10px);
            border: 1px solid rgba(255, 255, 255, 0.05);
            border-radius: 18px;
            padding: 2.2rem 1.8rem;
            margin-top: 3rem;
            opacity: 0;
            transform: translateY(40px);
            transition: all 0.8s ease-out;
        }

        .contact-form-container.visible {
            opacity: 1;
            transform: translateY(0);
        }

        .contact-form-container:hover {
            transform: translateY(-5px);
            border-color: rgba(30, 144, 255, 0.3);
            box-shadow: var(--shadow-lg);
        }

        .contact-form-header {
            text-align: center;
            margin-bottom: 2rem;
        }

        .contact-form-header h3 {
            color: var(--text-light);
            font-size: 1.4rem;
            margin-bottom: 0.5rem;
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 0.6rem;
        }

        .contact-form {
            max-width: 800px;
            margin: 0 auto;
        }

        .form-group {
            margin-bottom: 1.5rem;
        }

        .form-row {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 1.5rem;
        }

        .form-label {
            display: block;
            color: var(--text-light);
            margin-bottom: 0.5rem;
            font-weight: 500;
            font-size: 1rem;
            font-family: 'IBM Plex Sans', 'Inter', sans-serif;
        }

        .form-label .required {
            color: var(--accent-teal);
            margin-left: 4px;
        }

        .form-control {
            width: 100%;
            padding: 1rem;
            background: rgba(255, 255, 255, 0.03);
            border: 1px solid rgba(255, 255, 255, 0.1);
            border-radius: 12px;
            color: var(--text-white);
            font-family: 'Source Sans Pro', 'Inter', sans-serif;
            font-size: 1rem;
            transition: all 0.3s ease;
        }

        .form-control:focus {
            outline: none;
            border-color: var(--accent-teal);
            background: rgba(255, 255, 255, 0.05);
        }

        .form-control::placeholder {
            color: var(--text-gray);
            opacity: 0.7;
        }

        textarea.form-control {
            min-height: 150px;
            resize: vertical;
        }

        select.form-control {
            appearance: none;
            background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%231E90FF' viewBox='0 0 16 16'%3E%3Cpath d='M7.247 11.14 2.451 5.658C1.885 5.013 2.345 4 3.204 4h9.592a1 1 0 0 1 .753 1.659l-4.796 5.48a1 1 0 0 1-1.506 0z'/%3E%3C/svg%3E");
            background-repeat: no-repeat;
            background-position: right 1rem center;
            background-size: 1rem;
            padding-right: 3rem;
        }

        .form-actions {
            text-align: center;
            margin-top: 2rem;
        }

        .support-faq {
            margin-top: 3rem;
        }

        .faq-item {
            background: var(--gradient-card);
            backdrop-filter: blur(10px);
            border: 1px solid rgba(255, 255, 255, 0.05);
            border-radius: 18px;
            margin-bottom: 1rem;
            overflow: hidden;
            transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
            opacity: 0;
            transform: translateY(20px);
            transition: all 0.8s ease-out;
        }

        .faq-item.visible {
            opacity: 1;
            transform: translateY(0);
        }

        .faq-item:hover {
            border-color: rgba(30, 144, 255, 0.2);
            transform: translateY(-3px);
        }

        .faq-question {
            padding: 1.5rem;
            display: flex;
            justify-content: space-between;
            align-items: center;
            cursor: pointer;
            transition: all 0.3s ease;
        }

        .faq-question:hover {
            background: rgba(30, 144, 255, 0.05);
        }

        .faq-question h4 {
            color: var(--text-light);
            font-size: 1.1rem;
            margin-bottom: 0;
            display: flex;
            align-items: center;
            gap: 0.6rem;
        }

        .faq-question h4 i {
            color: var(--accent-teal);
            font-size: 1.1rem;
        }

        .faq-toggle {
            color: var(--accent-teal);
            font-size: 1.5rem;
            font-weight: 300;
            transition: transform 0.5s ease;
            min-width: 24px;
            text-align: center;
        }

        .faq-answer {
            padding: 0 1.5rem;
            max-height: 0;
            overflow: hidden;
            transition: all 0.5s ease;
        }

        .faq-item.active .faq-answer {
            padding: 0 1.5rem 1.5rem;
            max-height: 1000px;
        }

        .faq-item.active .faq-toggle {
            transform: rotate(45deg);
        }

        .faq-item.active {
            border-color: rgba(30, 144, 255, 0.3);
        }

        .support-notes {
            margin-top: 3rem;
        }

        .support-note {
            background: rgba(30, 144, 255, 0.05);
            border: 1px solid rgba(30, 144, 255, 0.1);
            border-radius: 18px;
            padding: 2rem 1.8rem;
            margin-bottom: 1.5rem;
            opacity: 0;
            transform: translateY(40px);
            transition: all 0.8s ease-out;
        }

        .support-note.visible {
            opacity: 1;
            transform: translateY(0);
        }

        .support-note:hover {
            transform: translateY(-5px);
            border-color: rgba(30, 144, 255, 0.3);
        }

        .support-note h3 {
            color: var(--accent-teal);
            margin-bottom: 1rem;
            display: flex;
            align-items: center;
            gap: 0.6rem;
        }

        .support-note h3 i {
            font-size: 1.5rem;
        }

        .support-details {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
            gap: 1.5rem;
            margin-top: 1.5rem;
        }

        .support-detail {
            background: rgba(30, 144, 255, 0.08);
            padding: 1.2rem;
            border-radius: 12px;
            border: 1px solid rgba(30, 144, 255, 0.15);
            transition: all 0.3s ease;
        }

        .support-detail:hover {
            transform: translateY(-3px);
            background: rgba(30, 144, 255, 0.12);
        }

        .support-detail h4 {
            color: var(--accent-teal);
            font-size: 1rem;
            margin-bottom: 0.5rem;
            display: flex;
            align-items: center;
            gap: 0.6rem;
        }

        .support-detail p {
            font-size: 0.95rem;
            margin-bottom: 0;
        }

        .location-section {
            margin-top: 3rem;
        }

        .location-info {
            background: var(--gradient-card);
            backdrop-filter: blur(10px);
            border: 1px solid rgba(255, 255, 255, 0.05);
            border-radius: 18px;
            padding: 2.2rem 1.8rem;
            text-align: center;
            opacity: 0;
            transform: translateY(40px);
            transition: all 0.8s ease-out;
        }

        .location-info.visible {
            opacity: 1;
            transform: translateY(0);
        }

        .location-info:hover {
            transform: translateY(-5px);
            border-color: rgba(30, 144, 255, 0.3);
            box-shadow: var(--shadow-lg);
        }

        .location-info h3 {
            color: var(--text-light);
            font-size: 1.4rem;
            margin-bottom: 1.5rem;
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 0.6rem;
        }

        .location-details {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            gap: 2rem;
            margin-top: 1.5rem;
        }

        .location-detail {
            display: flex;
            flex-direction: column;
            align-items: center;
            gap: 0.6rem;
            padding: 1.2rem;
            min-width: 180px;
        }

        .location-icon {
            width: 60px;
            height: 60px;
            background: rgba(30, 144, 255, 0.1);
            border-radius: 15px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 1.8rem;
            color: var(--accent-teal);
            transition: all 0.3s ease;
        }

        .location-detail:hover .location-icon {
            background: rgba(30, 144, 255, 0.2);
            transform: scale(1.1);
        }

        .location-detail h4 {
            color: var(--text-light);
            font-size: 1.1rem;
            margin-bottom: 0.3rem;
        }

        .location-detail p {
            color: var(--text-gray);
            margin-bottom: 0;
            font-size: 1rem;
        }

        .btn {
            padding: 1rem 2.2rem;
            border-radius: 12px;
            font-weight: 400;
            font-size: 1rem;
            transition: all 0.4s ease;
            cursor: pointer;
            border: none;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            gap: 0.6rem;
            position: relative;
            overflow: hidden;
            font-family: 'Source Sans Pro', 'Inter', sans-serif;
        }

        .btn:before {
            content: '';
            position: absolute;
            top: 0;
            left: -100%;
            width: 100%;
            height: 100%;
            background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1), transparent);
            transition: left 0.7s ease;
        }

        .btn:hover:before {
            left: 100%;
        }

        .btn-primary {
            background: var(--gradient-accent);
            color: white;
            box-shadow: 0 8px 25px rgba(30, 144, 255, 0.25);
        }

        .btn-primary:hover {
            transform: translateY(-4px);
            box-shadow: 0 12px 35px rgba(30, 144, 255, 0.35);
        }

        .btn-secondary {
            background: rgba(255, 255, 255, 0.05);
            color: var(--text-light);
            border: 1px solid var(--glass-border);
            backdrop-filter: blur(10px);
        }

        .btn-secondary:hover {
            background: rgba(30, 144, 255, 0.08);
            transform: translateY(-4px);
            border-color: var(--accent-teal);
        }

        .cta-section {
            text-align: center;
            padding: 6rem 1.2rem;
            background: linear-gradient(135deg, rgba(6, 15, 30, 0.9) 0%, rgba(11, 42, 85, 0.9) 100%);
            position: relative;
            overflow: hidden;
        }

        .cta-section:before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: radial-gradient(circle at 50% 50%, rgba(30, 144, 255, 0.1) 0%, transparent 70%);
            z-index: 1;
        }

        .cta-content {
            max-width: 800px;
            margin: 0 auto;
            position: relative;
            z-index: 2;
        }

        .cta-section h2 {
            font-size: 2.5rem;
            margin-bottom: 1.8rem;
            font-family: 'IBM Plex Sans', 'Inter', sans-serif;
        }

        .cta-section p {
            font-size: 1.15rem;
            margin-bottom: 3rem;
            font-family: 'Source Sans Pro', 'Inter', sans-serif;
        }

        .cta-buttons {
            display: flex;
            gap: 1.2rem;
            justify-content: center;
            flex-wrap: wrap;
        }

        .footer {
            border-top: 1px solid rgba(255, 255, 255, 0.08);
            padding: 3rem 1.2rem 2.5rem;
            background: rgba(6, 15, 30, 0.7);
            backdrop-filter: blur(10px);
        }

        .footer-content {
            max-width: 1200px;
            margin: 0 auto;
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
            gap: 2.5rem;
            margin-bottom: 2.5rem;
        }

        .footer-section h4 {
            color: var(--text-light);
            font-size: 1.2rem;
            margin-bottom: 1.2rem;
            position: relative;
            padding-bottom: 0.4rem;
            font-weight: 500;
            font-family: 'IBM Plex Sans', 'Inter', sans-serif;
        }

        .footer-section h4:after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            width: 2.2rem;
            height: 2px;
            background: var(--accent-teal);
        }

        .footer-section p {
            font-family: 'Source Sans Pro', 'Inter', sans-serif;
            font-size: 1.05rem;
        }

        .footer-links {
            list-style: none;
        }

        .footer-links li {
            margin-bottom: 0.7rem;
        }

        .footer-links a {
            color: var(--text-gray);
            font-size: 0.95rem;
            transition: all 0.3s ease;
            display: inline-block;
            font-family: 'Source Sans Pro', 'Inter', sans-serif;
        }

        .footer-links a:hover {
            color: var(--accent-teal);
            transform: translateX(5px);
        }

        .footer-contact p {
            margin-bottom: 0.9rem;
            display: flex;
            align-items: center;
            gap: 0.6rem;
            font-size: 0.95rem;
            font-family: 'Source Sans Pro', 'Inter', sans-serif;
        }

        .footer-contact i {
            color: var(--accent-teal);
            width: 18px;
        }

        .footer-bottom {
            border-top: 1px solid rgba(255, 255, 255, 0.05);
            padding-top: 1.8rem;
            text-align: center;
            color: var(--text-gray);
        }

        .footer-bottom p {
            margin-bottom: 0.4rem;
            font-family: 'Source Sans Pro', 'Inter', sans-serif;
        }

        .copyright {
            font-size: 0.9rem;
            color: var(--text-gray);
            opacity: 0.7;
            font-family: 'Source Sans Pro', 'Inter', sans-serif;
        }

        .social-links {
            display: flex;
            gap: 1.5rem;
            margin-top: 1.5rem;
        }

        .social-links a {
            color: var(--text-gray);
            font-size: 1.4rem;
            transition: all 0.3s ease;
        }

        .social-links a:hover {
            color: var(--accent-teal);
            transform: translateY(-3px);
        }

        @media (max-width: 768px) {
            .form-row {
                grid-template-columns: 1fr;
                gap: 1rem;
            }
            
            .contact-options {
                grid-template-columns: 1fr;
                gap: 1.8rem;
            }
            
            .support-details {
                grid-template-columns: 1fr;
                gap: 1rem;
            }
            
            .location-details {
                flex-direction: column;
                align-items: center;
                gap: 1.5rem;
            }
            
            .location-detail {
                width: 100%;
                max-width: 300px;
            }
            
            .footer-content {
                grid-template-columns: 1fr;
                gap: 2.2rem;
            }
            
            .contact-card,
            .contact-form-container,
            .support-note,
            .location-info {
                padding: 2rem 1.5rem;
            }
            
            .contact-icon {
                width: 55px;
                height: 55px;
            }
            
            .contact-icon i {
                font-size: 1.8rem;
            }
            
            .cta-section {
                padding: 5rem 1.2rem;
            }
            
            .cta-section h2 {
                font-size: 2rem;
            }
            
            .cta-section p {
                font-size: 1.05rem;
            }
        }

        @media (max-width: 480px) {
            .contact-card,
            .contact-form-container,
            .support-note,
            .location-info {
                padding: 1.8rem 1.2rem;
            }
            
            .faq-question {
                padding: 1.2rem;
            }
            
            .faq-question h4 {
                font-size: 1rem;
            }
            
            .location-detail {
                padding: 1rem;
            }
        }