/* Mobile App Landing Page Styles */
html #wpadminbar{display: none;}
/* .site-footer {display: none;} */

/* Request Access Modal Styles */
.modal-content {
    border: none;
    border-radius: 10px;
    overflow: hidden;
	background: #fff;
    padding: 20px;
    position: relative;
    width: 100%;
    max-width: 1000px;
    max-height: -webkit-fill-available;
    height: auto;
}

.modal-dialog-centered {
    display: flex;
    align-items: center;
    justify-content: center;
}

.modal-lg, .modal-xl {
	max-width: 1000px;
}

@media (min-width: 992px) {
    .modal-lg, .modal-xl {
        max-width: 1000px;
    }

    .modal-body {
        padding: 2rem;
        max-width: 800px;
        margin: 0 auto;
    }
}

.form-check-input:checked[type=radio] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3e%3cpath fill='%23fff' d='M13.854 3.646a.5.5 0 0 1 0 .708l-7 7a.5.5 0 0 1-.708 0l-3.5-3.5a.5.5 0 1 1 .708-.708L6.5 10.293l6.646-6.647a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}

.modal-open .modal {
    backdrop-filter: blur(10px);
}


.modal-header {
    height: 0;
    border: none;
    padding: 0;
}

.modal-title {
    color: #2A4082;
    font-weight: 600;
    font-size: 1.1rem;
}

.btn-close {
    background: #2A4082;
    border: 2px solid #2A4082;
    border-radius: 8px;
    padding: 0 1rem;
    font-weight: 600;
    font-size: 1.1rem;
    transition: all 0.3s ease;
    width: 300px;
    height: 40px;
    opacity: 1;
    color: #fff;
}



.modal-main-title {
    color: #2A4082;
    font-family: 'Taviraj', serif;
    font-weight: 500;
    font-size: 3rem;
    margin-bottom: .1rem;
}

.modal-subtitle {
    color: #2A4082;
    font-size: 1.1rem;
    margin-bottom: 0;
}

.form-label {
    color: #2A4082;
    font-weight: 500;
    font-size: 1rem;
    margin-bottom: 0;
}

.form-control {
    border: 2px solid #e9ecef;
    border-radius: 8px;
    padding: 0.75rem 1rem;
    font-size: 1rem;
    transition: all 0.3s ease;
}

.form-control:focus {
    border-color: #2A4082;
    box-shadow: 0 0 0 0.2rem rgba(42, 64, 130, 0.25);
}

.client-status-group {
    display: flex;
    gap: 2rem;
}

.form-check-input {
	width: 1.4rem;
    height: 1.4rem;
    margin-top: 0.1rem;
    border-radius: 4px !important;
}

.form-check-input:checked {
    background-color: #2A4082;
    border-color: #2A4082;
}

.form-check-label {
    color: #333;
    font-size: 1rem;
    margin-left: 0.5rem;
}

.btn-submit {
    background: #2A4082;
    border: 2px solid #2A4082;
    border-radius: 8px;
    padding: 0.75rem 2rem;
    font-weight: 600;
    font-size: 1.1rem;
    transition: all 0.3s ease;
	width: 100%;
}

.btn-submit:hover {
    background: #1a2d5a;
    border-color: #1a2d5a;
    transform: translateY(-2px);
}

/* Success Section Styles */
.success-header {
    color: #666;
    font-size: 1rem;
    font-weight: 500;
    margin-bottom: 1rem;
}

.success-message {
    color: #333;
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 1.5rem;
}

.success-note {
    color: #666;
    font-size: 0.9rem;
    font-style: italic;
    line-height: 1.5;
    margin-bottom: 2rem;
}

.success-note a {
    color: #2A4082;
    text-decoration: none;
}

.success-note a:hover {
    text-decoration: underline;
}

.success-signature {
    color: #666;
    font-size: 0.9rem;
    font-style: italic;
    margin-bottom: 2rem;
}

/* Download Modal Styles */
#downloadModal .modal-content {
    border-radius: 20px;
    background: #fff;
    padding: 30px;
    position: relative;
    width: 100%;
    max-width: 600px;
}

#downloadModal .modal-main-title {
    color: #2A4082;
    font-family: 'Taviraj', serif;
    font-weight: 500;
    font-size: 2.5rem;
    margin-bottom: 1rem;
}

#downloadModal .modal-subtitle {
    color: #666;
    font-size: 1.1rem;
    margin-bottom: 2rem;
}

.download-options-container {
    display: flex;
	flex-direction: column;
    gap: 1rem;
    margin-bottom: 2rem;
}

.download-option-content {
	padding: 0;
    margin: 0;
    position: relative;
    top: 3px;
	min-width: 202px;
}

.download-option-ios,
.download-option-android {
    flex: 1;
    display: flex;
    align-items: center;
    gap: 1.5rem;
    background: #fff;
    border: 3px solid #e9ecef;
    border-radius: 16px;
    padding: .5rem 2rem;
    text-decoration: none;
    color: #333;
    transition: all 0.3s ease;
    min-height: 80px;
	text-align: left;
	justify-content: center;
}

.download-option-ios:hover,
.download-option-android:hover {
    border-color: #2A4082;
    box-shadow: 0 10px 30px rgba(42, 64, 130, 0.2);
    color: #2A4082;
}

.download-option-icon {
    flex-shrink: 0;
}

.download-option-icon img {
    width: 40px;
    height: 40px;
}

.download-option-content h3 {
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 1.2rem;
    margin: 0;
    color: inherit;
}

.download-option-content p {
    font-size: 0.9rem;
    margin: 0;
    color: #666;
}

.download-modal-footer {
    margin-top: 1.5rem;
}

.download-release-link {
    color: #2A4082;
    text-decoration: underline;
    font-weight: 600;
    transition: color 0.3s ease;
}

.download-release-link:hover {
    color: #1a2d5a;
}

/* Modal Responsive */
@media (max-width: 768px) {
    .modal-dialog {
        margin: 1rem;
    }
    
    .modal-body {
        padding: 1.5rem;
    }
    
    .modal-main-title {
        font-size: 2rem;
    }
    
    .client-status-group {
        gap: 1rem;
    }
    
    .btn-submit {
        width: 100%;
        padding: 1rem;
    }
    
    /* Download Modal Mobile */
    .download-options-container {
        flex-direction: column;
        gap: 1rem;
    }
    
    .download-option-ios,
    .download-option-android {
        min-height: 80px;
        padding: 1rem;
    }
    
    .download-option-icon img {
        width: 40px;
        height: 40px;
    }
    
    #downloadModal .modal-main-title {
        font-size: 2rem;
    }
}


/* Header Styles */
.mobile-app-lp {
	font-family: 'Red Hat Display', sans-serif;
}

.mobile-app-header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	background: #DBEDFE;
	backdrop-filter: blur(10px);
	z-index: 1000;
	padding: 1rem 0;
	transition: all 0.3s ease;
}

#menu-lp-mobile-app {
    display: flex;
    gap: 2rem;
    margin: 0;
}

#menu-lp-mobile-app a {
    color:#2A4082;
}

.mobile-app-header.scrolled {
    background: rgb(255 255 255 / 85%);
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(10px);
}

.mobile-app-header .container {
	margin: 0 auto;
	padding: 0 1.5rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.mobile-app-logo {
	display: flex;
	align-items: center;
	cursor: pointer;
	transition: transform 0.3s ease;
}

.mobile-app-logo img {
	height: 50px;
	width: auto;
	max-width: 200px;
}

.mobile-app-nav {
	display: flex;
	gap: 2rem;
	list-style: none;
	margin: 0;
	padding: 0;
}

.mobile-app-nav li {
	margin: 0;
}

.mobile-app-nav a {
	text-decoration: none;
	color: #2A4082;
	font-weight: 500;
	font-size: 0.95rem;
	transition: all 0.3s ease;
	position: relative;
	padding: 0.5rem 0;
}

.mobile-app-nav a:hover {
	color: #3B82F6;
}

.mobile-app-nav a::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0;
	height: 2px;
	background: #3B82F6;
	transition: width 0.3s ease;
}

.mobile-app-nav a:hover::after {
	width: 100%;
}

.mobile-app-cta {
	display: flex;
	gap: 1rem;
	align-items: center;
}

.btn-login-app {
    background: #fff;
    color: #2A4082;
    padding: 0 1.5rem;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.9rem;
    transition: all 0.3s ease;
    white-space: nowrap;
}

.btn-login-app:hover {
	background: #2A4082;
	color: white;
	text-decoration: none;
	transform: translateY(-1px);
	box-shadow: 0 4px 12px rgba(30, 58, 138, 0.3);
}

.btn-download {
	background: #2A4082;
	color: white;
	border: none;
	padding: 0 1.5rem;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
	border-radius: 6px;
	text-decoration: none;
	font-weight: 600;
	font-size: 0.9rem;
	transition: all 0.3s ease;
	white-space: nowrap;

}

.btn-download:hover {
	background: #314a96;
	text-decoration: none;
	color: white;
	box-shadow: 0 4px 12px rgba(30, 58, 138, 0.3);
}

/* Mobile Menu Toggle */
.mobile-menu-toggle {
	display: none;
	background: none;
	border: none;
	cursor: pointer;
	padding: 0.5rem;
	margin-left: 1rem;
	position: relative;
	z-index: 1000;
}

/* Mobile Menu - Show hamburger on smaller screens */
@media (max-width: 768px) {
	/* Hide the conflicting menu */
	#menu-lp-mobile-app {
		display: none !important;
	}
	
	.mobile-menu-toggle {
		display: flex !important;
		flex-direction: column !important;
		justify-content: center !important;
		align-items: center !important;
		width: 30px !important;
		height: 30px !important;
		background: none !important;
		border: none !important;
		cursor: pointer !important;
		padding: 0 !important;
		margin: 0 !important;
	}
	
	.mobile-menu-toggle span {
		display: block !important;
		width: 20px !important;
		height: 2px !important;
		background: #2A4082 !important;
		margin: 2px 0 !important;
		transition: all 0.3s ease !important;
		border-radius: 1px !important;
	}
		
	.mobile-app-cta {
		display: none !important;
	}
}


.mobile-menu-toggle span {
	display: block;
	width: 25px;
	height: 3px;
	background: #2A4082;
	margin: 3px 0;
	transition: all 0.3s ease;
	border-radius: 2px;
}

.mobile-menu-toggle.active span:nth-child(1) {
	transform: rotate(-45deg) translate(-5px, 5px);
}

.mobile-menu-toggle.active span:nth-child(2) {
	opacity: 0;
    background: #dbedfe !important;
}

.mobile-menu-toggle.active span:nth-child(3) {
	transform: rotate(45deg) translate(-3px, -4px);
}

.mobile-menu-overlay {
	display: none;
	position: fixed;
	top: 80px;
	left: 0;
	right: 0;
	background: #2A4082;
	backdrop-filter: blur(10px);
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	z-index: 999;
	padding: 2rem 1.5rem;
}

.mobile-menu-overlay.active {
	display: block;
	animation: slideDown 0.3s ease;
}

.mobile-menu-overlay nav {
	margin-bottom: 0;
}

.mobile-menu-overlay .mobile-app-nav {
	display: flex;
	flex-direction: column;
	gap: 1rem;
}

.mobile-menu-overlay .mobile-app-nav a {
	color: #fff;
	font-size: 1.1rem;
	padding: 0.75rem 0;
	border-bottom: 1px solid rgba(42, 64, 130, 0.1);
}

.mobile-menu-overlay .mobile-app-nav a:last-child {
	border-bottom: none;
}

.mobile-menu-overlay .mobile-app-cta {
	display: flex;
	flex-direction: column;
	gap: 1rem;
}

.mobile-menu-overlay .mobile-app-nav {
	flex-direction: column;
	gap: 1.5rem;
	text-align: center;
}

.mobile-menu-overlay .mobile-app-cta {
	flex-direction: column;
	gap: 1rem;
	margin-top: 2rem;
}

.mobile-menu-overlay .btn-login-app,
.mobile-menu-overlay .btn-download {
	width: 100%;
	justify-content: center;
}

@keyframes slideDown {
	from {
		opacity: 0;
		transform: translateY(-20px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

/* Hero Section Styles */
.mobile-app-hero {
	min-height: 100vh;
	background: #DBEDFE;
	display: flex;
	align-items: center;
	position: relative;
	overflow: hidden;
}

/* Background decorative lines - Desktop only */
.mobile-app-hero::before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 600px;
	height: 100%;
	background-image: url('/wp-content/themes/alphacore/images/mobile-app-lp-hero-bg-lines.png');
	background-repeat: no-repeat;
	background-position: top right;
	background-size: contain;
	pointer-events: none;
	z-index: 1;
}

.mobile-app-hero-content {
	margin: 0 auto;
	padding: 0 1.5rem;
	display: grid;
	grid-template-columns: 1fr 1fr;
	margin-top: 30px;
	gap: 4rem;
	align-items: center;
	position: relative;
	z-index: 2;
}

.mobile-app-hero-text h1 {
	font-size: 3.5rem;
	font-weight: 500;
	color: #2A4082;
	line-height: 1.1;
	margin-bottom: 1.5rem;
}

.mobile-app-hero-text p {
	font-size: 1.2rem;
	color: #2A4082;
	margin-bottom: 2rem;
	line-height: 1.6;
}

.mobile-app-hero-text p:last-child {
	margin-bottom: 0;
    font-size: .8rem;
    font-style: italic;
}

.mobile-app-hero-cta {
	display: flex;
	gap: 1rem;
	margin-bottom: 1.5rem;
}

.btn-request-access {
    background: #2A4082;
    color: white;
    border: none;
    padding: 0 1.4rem;
    height: 44px;
    border-radius: 6px;
    font-weight: 600;
    font-size: 1rem;
    transition: all 0.3s ease-in-out;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    white-space: nowrap;
    justify-content: center;
}

.btn-request-access:hover {
    transition: all 0.3s ease-in-out;
	background: #324c99;
    color: white;
	box-shadow: 0 8px 25px rgba(30, 58, 138, 0.3);
}

.btn-download-mobile {
    background: #2A4082;
    color: white;
    border: none;
    padding: 0 1.4rem;
    height: 44px;
    border-radius: 6px;
    font-weight: 600;
    font-size: 1rem;
    transition: all 0.3s ease-in-out;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    white-space: nowrap;
    justify-content: center;
}

.btn-download-mobile:hover {
    transition: all 0.3s ease-in-out;
	background: #324c99;
    color: white;
	box-shadow: 0 8px 25px rgba(30, 58, 138, 0.3);
}


.btn-download-ios,
.btn-download-android {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 0 1.4rem;
    height: 44px;
    background: #fff;
    color: #2A4082;
    border: 2px solid #E3E3E3;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
    transition: all 0.3s ease;
    min-width: 200px;
	width: 100%;
	justify-content: center;
}

@media (max-width: 560px) {
	.btn-download-mobile,
	.btn-request-access {
		width: 100%;
	}
}

/* Button Icons */
.btn-icon {
	width: 20px;
	height: 20px;
	object-fit: contain;
	transition: filter 0.3s ease;
}

.mobile-app-hero-link {
    color: #2A4082;
    text-decoration: none;
    font-size: 1.2rem;
    font-weight: 500;
    transition: all 0.3s ease;
    border-bottom: solid 2px #2A4082;
}

.mobile-app-hero-link:hover {
	color: #3f60c3;
    border-bottom: solid 2px #3f60c3;
}

/* Hero Video Card Styles */
.mobile-app-phone-mockup {
	display: flex;
	justify-content: center;
	align-items: center;
}

.hero-video-card {
	border-radius: 16px;
	padding: 0;
	border: 2px solid #2A4082;
    width: 100%;
    height: auto;
	overflow: hidden;
	position: relative;
}

.hero-video {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 12px;
	background: #000;
	border: none;
	outline: none;
	display: block;
}

/* Video loading state */
.hero-video::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 50px;
	height: 50px;
	background: rgba(255, 255, 255, 0.1);
	border-radius: 50%;
	z-index: 1;
}

.hero-video.loaded::before {
	display: none;
}

/* Features Section */
.mobile-app-features {
	background: #162859;
	position: relative;
	min-height: 100vh;
	z-index: 10;
}

/* GSAP ScrollTrigger handles the pinning - no CSS positioning needed */

.mobile-app-features::before {
    content: '';
    position: absolute;
    top: 0;
    width: 100%;
    height: inherit;
    background-image: url(/wp-content/themes/alphacore/images/mobile-app-lp-features-bg-lines.png);
    background-repeat: no-repeat;
    background-position: top left;
    background-size: contain;
    pointer-events: none;
    z-index: -1;
    opacity: .5;
    left: 0;
}


.features-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 6rem;
    height: auto;
    padding: 120px 0;
}

.features-left {
	display: flex;
	flex-direction: column;
	gap: 3rem;
}

.feature-label {
	color: #fff;
	font-size: .8rem;
	font-weight: 600;
	margin-bottom: 1rem;
	letter-spacing: 2px;
	text-transform: uppercase;
}

.feature-title-area h2 {
	color: white;
	font-size: 3rem;
	font-weight: 500;
	margin-bottom: 1.5rem;
	line-height: 1.2;
}

.feature-subtitle {
	color: #94A3B8;
	font-size: 1.25rem;
	max-width: none;
	margin: 0;
	line-height: 1.6;
}

/* Phone Image */
.features-phone {
	display: flex;
	justify-content: center;
	align-items: center;
}

@media (max-width: 1200px) {
	.features-phone {
		display: none;
	}
}

.features-phone .phone-screen {
	width: 240px;
	position: relative;
	overflow: hidden;
	transition: none;
    border-radius: 20px;
}


.features-phone .phone-screen img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 10px;
	background: #000;
	transition: all 0.6s ease;
}

/* Features List */
.features-list {
	display: flex;
	flex-direction: column;
	gap: 1rem;
}

.feature-block {
	background: rgb(22 40 89);
	border: 2px solid rgba(255, 255, 255, 0.1);
	border-radius: 16px;
	padding: 1rem 2rem;
	transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
	cursor: pointer;
	position: relative;
	overflow: hidden;
    transform: scale(1);
}

.feature-block:nth-child(1) {
	z-index: 2;
}
.feature-block:nth-child(2) {
	z-index: 3;
}
.feature-block:nth-child(3) {
	z-index: 4;
}
.feature-block:nth-child(4) {
	z-index: 5;
}

.feature-block::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.6s ease;
}

.feature-block:hover::before {
	left: 100%;
}



.feature-block-content {
	display: flex;
	gap: .5rem;
	align-items: flex-start;
    flex-direction: column;
}

.feature-icon {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	transition: all 0.3s ease;
}

.feature-icon img {
	width: 40px;
	height: 40px;
	filter: brightness(0) invert(1);
	transition: filter 0.3s ease;
}

.feature-content h3 {
    color: white;
    font-size: 1.4rem;
    font-weight: 500;
    margin-bottom: 0.5rem;
    transition: color 0.3s ease;
    font-family: "Taviraj", serif;
}


.feature-content p {
	color: #94A3B8;
	font-size: .9rem;
	line-height: 1.2;
	transition: color 0.3s ease;
    margin-bottom: 0;
}

.feature-block:hover .feature-content p {
	color: #CBD5E1;
}

.feature-block.active {
    background: #DBEDFE;
    border-color: #DBEDFE;
    z-index: 10;
    transform: scale(1.02);
    box-shadow: 0 8px 32px rgba(219, 237, 254, 0.3);
}

.feature-block.active .feature-icon img {
	filter: brightness(1) invert(.8);
}

.feature-block.active .feature-content h3 {
	color: #162859;
}

.feature-block.active .feature-content p {
	color: #162859;
}


/* Responsive Design */
@media (max-width: 768px) {
	.mobile-app-header .container {
		padding: 0 1rem;
	}
	
	/* Hide background lines on mobile */
	.mobile-app-hero::before {
		display: none;
	}
	
	.mobile-app-hero-content {
		grid-template-columns: 1fr;
		gap: 2rem;
		text-align: center;
	}
	
	.mobile-app-hero-text h1 {
		font-size: 2.5rem;
		text-align: left;
        margin-top: 26%;
	}
	.mobile-app-hero-text p {
		text-align: left;
	}
	.mobile-app-hero-text p:last-child {
		margin-bottom: 20px;
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	
	.mobile-app-hero-cta {
		flex-direction: column;
		align-items: center;
	}
	
	.hero-video-card {
        width: 100%;
        height: 320px;
		padding: 0.75rem;
		margin-bottom: 3rem;
	}
	
	/* Features responsive */
	.mobile-app-features {
		position: relative;
		height: auto;
		padding: 40px 0;
	}
	
	.features-content {
		grid-template-columns: 1fr;
		gap: 4rem;
		height: auto;
	}
	
	.features-left {
		order: 1;
		gap: 2rem;
	}
	
	.features-list {
		order: 2;
	}
	.features-content {
		padding: 50px 0;
	}
	
	.feature-title-area {
		text-align: left;
		margin-bottom: 0;
	}
	
	.feature-title-area h2 {
		font-size: 2.2rem;
	}
	
	.feature-subtitle {
		font-size: 1.1rem;
	}
	
	.features-phone .phone-screen {
		transform: none;
		width: 280px;
		height: 560px;
		padding: 1.5rem;
	}
		
	.feature-block {
		padding: 1.5rem;
	}
	
	.feature-content h3 {
		font-size: 1.25rem;
	}
	
	.feature-content p {
		font-size: 0.9rem;
	}
}

@media (max-width: 480px) {
	.mobile-app-logo-text {
		font-size: 1rem;
	}
	
	mobile-app-logo-subtitle {
		font-size: 0.7rem;
	}
	
	.mobile-app-logo-icon {
		width: 35px;
		height: 35px;
		font-size: 1.25rem;
	}
}

/* Getting Started Section */
.mobile-app-getting-started {
    background: #fff;
    padding: 120px 0 50px 0;
    position: relative;
}

.getting-started-header {
    text-align: center;
    margin-bottom: 80px;
}

.getting-started-header .section-label {
    color: #2A4082;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 16px;
}

.getting-started-header h2 {
    color: #2A4082;
    font-size: 48px;
    font-weight: 500;
    font-family: 'Taviraj', serif;
    margin-bottom: 16px;
    line-height: 1.2;
}

.getting-started-header .section-subtitle {
    color: #2A4082;
    font-size: 18px;
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.6;
}

/* Steps */
.getting-started-steps {
    max-width: 800px;
    margin: 0 auto 80px;
}

.step-item:nth-child(1) {
    border-top: 1px solid #e5e5e5;
}

.step-item {
    display: flex;
    align-items: flex-start;
    gap: 40px;
    padding: 40px 0;
    border-bottom: 1px solid #e5e5e5;
}

.step-item:last-child {
    border-bottom: none;
}

.step-number {
    color: #2A4082;
    font-size: 48px;
    font-weight: 500;
    font-family: 'Taviraj', serif;
    line-height: 1;
    min-width: 80px;
}

.step-content h3 {
    color: #2A4082;
    font-size: 2.4rem;
    font-weight: 500;
    margin-bottom: 12px;
    line-height: 1.3;
	font-family: 'Taviraj', serif;
}

.step-content p {
    color: #2A4082;
    font-size: 16px;
    line-height: 1.6;
    margin: 0;
}

/* CTA Buttons */
.getting-started-cta {
    display: flex;
    justify-content: center;
    gap: 24px;
    margin-bottom: 32px;
}

.getting-started-cta .btn-request-access,
.getting-started-cta .btn-download-mobile {
    display: inline-flex;
    align-items: center;
    gap: 12px;
	padding: 0 1.4rem;
    height: 44px;
    background: #fff;
    color: #2A4082;
    border: 2px solid #E3E3E3;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
    transition: all 0.3s ease;
    min-width: 200px;
    justify-content: center;
}

.getting-started-cta .btn-request-access:hover,
.getting-started-cta .btn-download-mobile:hover {
    background: #2A4082;
	border: 2px solid #2A4082;
    color: #fff;
    box-shadow: 0 8px 25px rgba(42, 64, 130, 0.3);
}

.getting-started-cta .btn-icon {
    width: 20px;
    height: 20px;
    transition: filter 0.3s ease;
}


.getting-started-cta .btn-request-access:hover .btn-icon,
.getting-started-cta .btn-download-mobile:hover .btn-icon {
    filter: brightness(0) invert(1);
}

/* Desktop/Mobile Button Visibility */
.desktop-only {
    display: inline-flex;
}

.mobile-only {
    display: none;
}

@media (max-width: 768px) {
    .desktop-only {
        display: none !important;
    }
    
    .mobile-only {
        display: inline-flex !important;
    }
}

/* Additional Link */
.getting-started-link {
    text-align: center;
}

.getting-started-link p {
    color: #2A4082;
    font-size: 16px;
    margin: 0;
}

.getting-started-link .link-download-release {
    color: #2A4082;
    text-decoration: underline;
    font-weight: 600;
    transition: color 0.3s ease;
}

.getting-started-link .link-download-release:hover {
    color: #1a2d5a;
}

/* Getting Started Responsive */
@media (max-width: 768px) {
	.getting-started-link {
		display: none;
	}
    .mobile-app-getting-started {
        padding: 80px 0;
    }
    
    .getting-started-header {
        margin-bottom: 60px;
    }
    
    .getting-started-header h2 {
        font-size: 36px;
    }
    
    .getting-started-header .section-subtitle {
        font-size: 16px;
    }
    
    .getting-started-steps {
        margin-bottom: 60px;
    }
    
    .step-item {
        gap: 24px;
        padding: 32px 0;
    }
    
    .step-number {
        font-size: 36px;
        min-width: 60px;
    }
    
    .step-content h3 {
        font-size: 20px;
    }
    
    .step-content p {
        font-size: 15px;
    }
    
    .getting-started-cta {
        flex-direction: column;
        align-items: center;
        gap: 16px;
    }
    
    .getting-started-cta .btn-request-access,
    .getting-started-cta .btn-download-mobile {
        width: 100%;
    }
    
    /* Mobile-only buttons styling */
    .mobile-only {
        margin: 0.5rem 0;
    }
}

/* Requirements Section */
.mobile-app-requirements {
    background: #fff;
    padding: 100px 0 220px 0;
    position: relative;
}

.requirements-header {
    margin-bottom: 80px;
	max-width: 680px;
}

.requirements-header .section-label {
    color: #030408;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 16px;
}

.requirements-header h2 {
    color: #030408;
    font-size: 48px;
    font-weight: 500;
    font-family: 'Taviraj', serif;
    margin-bottom: 16px;
    line-height: 1.2;
}

.requirements-header .section-subtitle {
    color: #030408;
    font-size: 18px;
    max-width: 800px;
    line-height: 1.6;
}

/* Requirements Blocks */
.requirements-blocks {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 60px;
    margin: 0 auto;
}

.requirement-block {
    display: flex;
    align-items: flex-start;
    gap: 24px;
}

.requirement-icon {
    flex-shrink: 0;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

.requirement-icon img {
    width: 32px;
    height: 32px;
    transition: transform 0.3s ease;
	position: relative;
    top: 4px;
}

.requirement-content {
    flex: 1;
    text-align: left;
}

.requirement-content h3 {
    color: #030408;
    font-size: 2rem;
    font-weight: 500;
    margin-bottom: 16px;
    line-height: 1.3;
    font-family: 'Taviraj', serif;
}

.requirement-content p {
    color: #030408;
    font-size: 16px;
    line-height: 1.6;
    margin: 0;
}

/* Requirements Responsive */
@media (max-width: 768px) {
    .mobile-app-requirements {
        padding: 10px 0 110px 0;
    }
    
    .requirements-header {
        margin-bottom: 60px;
    }
    
    .requirements-header h2 {
        font-size: 36px;
    }
    
    .requirements-header .section-subtitle {
        font-size: 16px;
    }
    
    .requirements-blocks {
        grid-template-columns: 1fr;
        gap: 40px;
    }
        
    .requirement-icon img {
        width: 30px;
        height: 30px;
    }
    
    .requirement-content h3 {
        font-size: 24px;
    }
    
    .requirement-content p {
        font-size: 15px;
    }
}

/* FAQ Section */
.mobile-app-faq {
    background: #162859;
    padding: 120px 0;
    position: relative;
}

.faq-header {
    margin-bottom: 80px;
	max-width: 600px;
}

.faq-header h2 {
    color: #fff;
    font-size: 48px;
    font-weight: 500;
    font-family: 'Taviraj', serif;
    margin-bottom: 16px;
    line-height: 1.2;
}

.faq-header .section-subtitle {
    color: #fff;
    font-size: 18px;
    line-height: 1.6;
}

/* FAQ Items */

.faq-item {
    background: rgb(22 40 89);
    border-radius: 12px;
    margin-bottom: 16px;
    overflow: hidden;
    transition: all 0.3s ease;
    border: solid 1px #46537A;
}

.faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 24px 32px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.faq-question h3 {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    margin: 0;
    line-height: 1.3;
}

.faq-toggle {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    transition: all 0.3s ease;
}

.faq-icon {
    color: #fff;
    font-size: 28px;
    font-weight: bold;
    transition: transform 0.3s ease;
	transform: rotate(45deg);
}

.faq-item.active .faq-icon {
    transform: rotate(90deg);
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
	max-width: 740px;
}

.faq-item.active .faq-answer {
    max-height: 200px;
}

.faq-answer p {
    color: #fff;
    font-size: 16px;
    line-height: 1.6;
    margin: 0;
    padding: 0 32px 24px;
    opacity: 0.9;
}

/* FAQ CTA */
.faq-cta {
	margin-top: 5rem;
}

.faq-cta h3 {
    color: #fff;
    font-size: 32px;
    font-weight: 500;
    font-family: 'Taviraj', serif;
    margin-bottom: 16px;
    line-height: 1.2;
}

.faq-cta p {
    color: #fff;
    font-size: 18px;
    margin-bottom: 32px;
    line-height: 1.6;
}

.btn-contact-us {
    padding: 0 30px;
    background: #fff;
    color: #162859;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
    transition: all 0.3s ease;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
}

.btn-contact-us:hover {
    background: #f0f0f0;
}

/* FAQ Responsive */
@media (max-width: 768px) {
    .mobile-app-faq {
        padding: 80px 0;
    }
    
    .faq-header {
        margin-bottom: 60px;
    }
    
    .faq-header h2 {
        font-size: 36px;
    }
    
    .faq-header .section-subtitle {
        font-size: 16px;
    }
    
    .faq-items {
        margin-bottom: 60px;
    }
    
    .faq-question {
        padding: 20px 24px;
    }
    
    .faq-question h3 {
        font-size: 18px;
    }
    
    .faq-answer p {
        padding: 0 24px 20px;
        font-size: 15px;
    }
    
    .faq-cta h3 {
        font-size: 28px;
    }
    
    .faq-cta p {
        font-size: 16px;
    }
    
    .btn-contact-us {
        padding: 14px 28px;
        font-size: 15px;
    }
}




/* Header Navigation Link Animations */
#menu-lp-mobile-app a {
    position: relative;
    display: inline-block;
}

#menu-lp-mobile-app a::after {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #2A4082;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.3s ease;
}

#menu-lp-mobile-app a:hover::after {
    transform: scaleX(1);
}


/* Security Section */
.mobile-app-security {
    background: #fff;
    padding: 120px 0;
    position: relative;
}

.security-header {
    text-align: center;
    margin-bottom: 80px;
}

.security-header .section-label {
    color: #2A4082;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 16px;
}

.security-header h2 {
    color: #2A4082;
    font-size: 48px;
    font-weight: 500;
    font-family: 'Taviraj', serif;
    margin-bottom: 16px;
    line-height: 1.2;
}

.security-header .section-subtitle {
    color: #2A4082;
    font-size: 18px;
    max-width: 800px;
    margin: 0 auto;
    line-height: 1.6;
}

/* Security Columns */
.security-columns {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    max-width: 1000px;
    margin: 0 auto;
}

.security-column {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.security-image {
    display: flex;
    justify-content: center;
    align-items: center;
}

.security-image img {
    width: 100%;
    max-width: 400px;
    height: auto;
    border-radius: 16px;
    transition: all 0.3s ease;
}

.security-content {
    text-align: center;
}

.security-pre-title {
    color: #2A4082;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 16px;
    text-transform: uppercase;
}

.security-content h3 {
    color: #2A4082;
    font-size: 2.5rem;
    font-weight: 500;
    font-family: 'Taviraj', serif;
    line-height: 1.3;
    max-width: 80%;
    margin: 0 auto;
    margin-bottom: 20px;
}

.security-content p {
    color: #2A4082;
    font-size: 16px;
    line-height: 1.6;
    margin: 0;
    opacity: 0.8;
    max-width: 400px;
    margin: 0 auto;
}

.feature-label {
    text-transform: capitalize;
}

/* Security Responsive */
@media (max-width: 768px) {
    .mobile-app-security {
        padding: 80px 0;
    }
    
    .security-header {
        margin-bottom: 60px;
    }
    
    .security-header h2 {
        font-size: 36px;
    }
    
    .security-header .section-subtitle {
        font-size: 16px;
    }
    
    .security-columns {
        grid-template-columns: 1fr;
        gap: 60px;
    }
    
    .security-column {
        gap: 24px;
    }
    
    .security-image img {
        max-width: 280px;
    }
    
    .security-content h3 {
        font-size: 28px;
    }
    
    .security-content p {
        font-size: 15px;
    }
}

@media (max-width: 480px) {
    .security-header h2 {
        font-size: 32px;
    }
    
    .security-content h3 {
        font-size: 24px;
    }
    
    .security-image img {
        max-width: 100%;
    }
}


@media (max-height: 872px) {
    .features-phone .phone-screen {
        width: 200px;
    }
    .feature-content h3 {
        font-size: 1.2rem;
    }
    .feature-content p {
        font-size: 13px;
        line-height: 1.15;
    }
    .feature-title-area h2 {
        font-size: 2.6rem;
        margin-bottom: .8rem;
        line-height: 1;
    }
    .features-left {
        gap: 1.8rem;
    }
    .feature-block.active {
        transform: scale(1);
    }
    .feature-icon {
        width: 30px;
        height: 30px;
    }
    .feature-icon img {
        width: 30px;
        height: 30px;
    }
    .features-content {
        padding: 12% 0 10% 0;
    }

    .security-image img {
        max-width: 300px;
    }

    .features-phone {
        padding: 1rem;
    }
}

@media (min-width: 1200px) {
    .features-phone {
        display: flex;
        justify-content: center;
        align-items: center;
        /* background: #DBEDFE; */
        padding: 1rem;
        border-radius: 10px;
        width: 80%;
    }
    .features-phone .phone-screen {
        width: 240px;
        position: relative;
        overflow: hidden;
        transition: none;
        border-radius: 10px;
        /* background: #DBEDFE; */
        padding: 6px;
        box-shadow: 0 20px 30px -10px #00000047;
    }
    .features-left {
        gap: 1rem;
    }
    .feature-title-area h2 {
        color: white;
        font-size: 2.2rem;
        font-weight: 500;
        margin-bottom: .5rem;
        line-height: 1;
        max-width: 500px;
    }
    .feature-block.active {
        transform: scale(1);
    }
    .mobile-app-hero-text p:last-child {
        max-width: 570px;
    }
    .feature-label {
        margin-bottom: .5rem;
    }
    .feature-subtitle {
        color: #94A3B8;
        font-size: 1rem;
        max-width: none;
        margin: 0;
        line-height: 1.6;
    }
    .features-content {
        padding: 11% 0 10% 0;
    }
    .features-list {
        gap: 1.4rem;
    }
    .feature-block {
        padding: 1.3rem 2rem;
    }
    .mobile-app-features::before {
        opacity: .3;
    }
}

@media (min-width: 1200px) and (min-height: 1000px) {
    .features-phone {
        display: flex;
        justify-content: center;
        align-items: center;
        /* background: #DBEDFE; */
        padding: 3rem;
        border-radius: 10px;
        width: 80%;
    }
    .features-phone .phone-screen {
        width: 240px;
        position: relative;
        overflow: hidden;
        transition: none;
        border-radius: 10px;
        /* background: #DBEDFE; */
        padding: 6px;
        box-shadow: 0 20px 30px -10px #00000047;
    }
    .features-left {
        gap: 1rem;
    }
    .feature-title-area h2 {
        color: white;
        font-size: 2.8rem;
        font-weight: 500;
        margin-bottom: 1rem;
        line-height: 1.2;
    }
    .feature-block.active {
        transform: scale(1);
    }
    .mobile-app-hero-text p:last-child {
        max-width: 570px;
    }
}

@media (min-width: 1921px) {
    .mobile-app-hero {
        min-height: 70vh;
    }
    .features-content {
        padding: 20% 0;
    }
    .features-phone .phone-screen {
        width: 300px;
    }
    .features-list {
        gap: 2rem;
    }
    .feature-block {
        padding: 1.8rem 2rem;
    }
}

@media (min-width: 1441px) and (min-height: 871px) {
    .features-phone {
       padding: 3rem 1rem;
    }
    .feature-content h3 {
        color: white;
        font-size: 1.2rem;
    }
}