.elementor-417 .elementor-element.elementor-element-9b82ebd{--display:flex;}.elementor-417 .elementor-element.elementor-element-41ca54a{--display:flex;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-size:var( --e-global-typography-primary-font-size );font-weight:var( --e-global-typography-primary-font-weight );line-height:var( --e-global-typography-primary-line-height );color:var( --e-global-color-primary );}.elementor-417 .elementor-element.elementor-element-897498f .elementor-heading-title{color:inherit;}.elementor-417 .elementor-element.elementor-element-5656903{--display:flex;}@media(min-width:768px){.elementor-417 .elementor-element.elementor-element-9b82ebd{--width:100%;}.elementor-417 .elementor-element.elementor-element-41ca54a{--width:100%;}.elementor-417 .elementor-element.elementor-element-5656903{--width:100%;}}@media(max-width:1024px){.elementor-widget-heading .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );line-height:var( --e-global-typography-primary-line-height );}}@media(max-width:767px){.elementor-widget-heading .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );line-height:var( --e-global-typography-primary-line-height );}}/* Start custom CSS */body {
            margin: 0;
            padding: 0;
            background-color: #01080e;
            color: #f8f8f8;
            font-family: 'Roboto', sans-serif;
            overflow-x: hidden;
        }

        /* --- Animations --- */
        @keyframes heroSlideInLeft {
            from { opacity: 0; transform: translateX(-50px); }
            to { opacity: 1; transform: translateX(0); }
        }

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

        @keyframes cyberScan {
            0% { top: -20%; }
            100% { top: 120%; }
        }

        @keyframes laserScan {
            0% { top: 0; left: -100%; }
            50% { top: 50%; left: 0%; }
            100% { top: 100%; left: 100%; }
        }

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

        @keyframes glowPulse {
            0%, 100% { text-shadow: 0 0 10px rgba(48, 138, 243, 0.4); }
            50% { text-shadow: 0 0 25px rgba(48, 138, 243, 0.8); }
        }

        /* --- Hero Section --- */
        .hero-section {
            background-color: #01080e;
            background-image: 
                linear-gradient(rgba(48, 138, 243, 0.05) 1px, transparent 1px),
                linear-gradient(90deg, rgba(48, 138, 243, 0.05) 1px, transparent 1px),
                radial-gradient(circle at 75% 30%, #021a2d 0%, #01080e 80%);
            background-size: 40px 40px, 40px 40px, 100% 100%;
            border-bottom: 1px solid rgba(48, 138, 243, 0.2);
            padding: 180px 0 140px;
            overflow: hidden;
            position: relative;
        }

        .hero-section::after {
            content: '';
            position: absolute;
            top: -100%;
            left: 0;
            width: 100%;
            height: 150px;
            background: linear-gradient(to bottom, transparent, rgba(48, 138, 243, 0.15), transparent);
            animation: cyberScan 12s linear infinite;
            pointer-events: none;
            z-index: 1;
        }

        .hero-section .container {
            max-width: 90%;
            margin: 0 auto;
            padding: 0 20px;
            text-align: center;
            box-sizing: border-box;
            position: relative;
            z-index: 2;
        }

        .hero-section .hero-subtitle {
            font-family: 'Barlow', sans-serif;
            font-size: 14px;
            color: #308af3 !important;
            text-transform: uppercase;
            letter-spacing: 6px;
            display: block;
            margin-bottom: 25px;
            opacity: 0;
            animation: heroSlideInLeft 0.8s ease forwards;
        }

        .hero-section .elementor-heading-title {
            font-family: 'Montserrat', sans-serif;
            font-size: 72px;
            color: #f8f8f8 !important;
            text-transform: uppercase;
            line-height: 1.05;
            margin: 0 0 35px 0;
            opacity: 0;
            animation: fadeInUp 1s ease 0.3s forwards, glowPulse 3s infinite 1.3s;
            letter-spacing: 4px;
        }

        .hero-section .hero-description {
            font-family: 'Roboto', sans-serif;
            font-size: 20px;
            color: #cccccc !important;
            line-height: 1.6;
            max-width: 850px;
            margin: 0 auto 50px;
            opacity: 0;
            animation: fadeInUp 1s ease 0.6s forwards;
        }

        /* --- Initiation Process Section --- */
        .process-section {
            background-color: #01080e;
            padding: 120px 0;
            color: #f8f8f8 !important;
            position: relative;
        }

        .process-section .container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 20px;
        }

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

        .section-header h2 {
            font-family: 'Montserrat', sans-serif;
            font-size: 42px;
            text-transform: uppercase;
            letter-spacing: 8px;
            color: #308af3;
            margin-bottom: 20px;
        }

        .title-accent {
            width: 150px;
            height: 4px;
            background: linear-gradient(90deg, transparent, #308af3, transparent);
            margin: 0 auto 40px;
            box-shadow: 0 0 20px #308af3;
        }

        .process-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 40px;
        }

        .process-card {
            background: rgba(255, 255, 255, 0.02);
            backdrop-filter: blur(10px);
            -webkit-backdrop-filter: blur(10px);
            border: 1px solid rgba(48, 138, 243, 0.2);
            padding: 50px 40px;
            position: relative;
            transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
            clip-path: polygon(0 0, 100% 0, 100% calc(100% - 30px), calc(100% - 30px) 100%, 0 100%);
            opacity: 0;
            animation: cardEntrance 0.8s ease forwards;
            text-align: center;
        }

        .process-card:nth-child(1) { animation-delay: 0.2s; }
        .process-card:nth-child(2) { animation-delay: 0.4s; }
        .process-card:nth-child(3) { animation-delay: 0.6s; }

        .process-card::after {
            content: '';
            position: absolute;
            top: 0;
            left: -100%;
            width: 100%;
            height: 2px;
            background: linear-gradient(90deg, transparent, #308af3, transparent);
            box-shadow: 0 0 15px #308af3;
            transition: 0.5s;
            opacity: 0;
        }

        .process-card:hover::after {
            animation: laserScan 1.5s linear infinite;
            opacity: 1;
        }

        .process-card:hover {
            border-color: #308af3;
            background: rgba(48, 138, 243, 0.05);
            transform: translateY(-10px);
            box-shadow: 0 20px 50px rgba(0, 0, 0, 0.6), 0 0 20px rgba(48, 138, 243, 0.2);
        }

        .step-number {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            color: #308af3;
            text-transform: uppercase;
            letter-spacing: 4px;
            margin-bottom: 20px;
            display: block;
        }

        .process-card h3 {
            font-family: 'Montserrat', sans-serif;
            font-size: 24px;
            color: #f8f8f8;
            text-transform: uppercase;
            letter-spacing: 2px;
            margin-bottom: 20px;
        }

        .process-card p {
            font-family: 'Roboto', sans-serif;
            font-size: 16px;
            color: #bbbbbb;
            line-height: 1.8;
            margin: 0;
        }

        /* --- FINAL CTA / FORM SECTION --- */
        .cta-section {
            background-color: #01080e;
            padding: 140px 0;
            color: #f8f8f8 !important;
            border-top: 1px solid rgba(48, 138, 243, 0.1);
            position: relative;
        }

        .cta-section .container {
            max-width: 90%;
            margin: 0 auto;
            padding: 0 20px;
            box-sizing: border-box;
            text-align: center;
        }

        .form-container {
            max-width: 600px;
            margin: 0 auto;
            background: rgba(255, 255, 255, 0.01);
            border: 1px solid rgba(48, 138, 243, 0.1);
            padding: 60px;
            position: relative;
            text-align: left; /* Keep form labels left-aligned */
        }

        /* Placeholder for WordPress/WooCommerce Integration */
        .wp-form-placeholder {
            border: 1px dashed rgba(48, 138, 243, 0.4);
            padding: 40px;
            margin-top: 30px;
            color: #308af3;
            font-family: 'Barlow', sans-serif;
            text-transform: uppercase;
            letter-spacing: 2px;
            text-align: center;
        }

        .btn {
            display: inline-block;
            background-color: #308af3;
            color: #ffffff !important;
            padding: 22px 50px;
            text-decoration: none;
            font-family: 'Barlow', sans-serif;
            text-transform: uppercase;
            font-weight: 700;
            letter-spacing: 4px;
            font-size: 15px;
            transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
            border: 1px solid transparent;
            clip-path: polygon(10% 0, 100% 0, 90% 100%, 0 100%);
            cursor: pointer;
        }

        .btn:hover {
            background-color: transparent;
            border-color: #308af3;
            color: #308af3 !important;
            box-shadow: 0 0 30px rgba(48, 138, 243, 0.5);
            transform: scale(1.05);
        }

        @media (max-width: 1024px) {
            .process-grid {
                grid-template-columns: 1fr;
                gap: 30px;
            }
            .hero-section .elementor-heading-title {
                font-size: 48px;
            }
            .hero-section {
                padding: 140px 0 100px;
            }
        }
				@media (max-width: 768px) {
					.form-container {
							max-width: 100%;
							border: none;
							padding: 60px 0px;
					}
					.wp-form-placeholder {
							padding: 40px 15px;
					}
					.jff-role-body.elementor-page-417 {
							margin: 30px 0;
							padding: 20px 0px;
							border: none;
					}
					.cta-section {
							padding: 0px 0;
					}
					.process-section {
							padding: 20px 0;
					}
					.hero-section .container {
							padding: 0 0px;
					}
					.hero-section .elementor-heading-title {
							font-size: 28px;
					}
					.section-header {
							margin-bottom: 0px;
					}
					.hero-section {
							padding: 40px 0 0px;
					}
				}/* End custom CSS */