:root {
            --primary-gradient: linear-gradient(135deg, #0B39F1 0%, #FE08D9 51.41%, #FF5816 100%);
            --dark-bg: #121212;
        }

        body {
            background-color: var(--dark-bg);
            font-family: 'Poppins', sans-serif;
            color: white;
            overflow-x: hidden;
        }

        .gradient-bg {
            position: relative;
            min-height: 100vh;
            background: var(--dark-bg);
        }

        .gradient-orb-1 {
            position: fixed;
            width: 758px;
            height: 758px;
            top: -375px;
            right: -100px;
            background: var(--primary-gradient);
            border-radius: 50%;
            filter: blur(103px);
            opacity: 0.8;
            z-index: 1;
        }

        .gradient-orb-2 {
            position: fixed;
            width: 758px;
            height: 758px;
            bottom: -200px;
            left: -262px;
            background: var(--primary-gradient);
            border-radius: 50%;
            filter: blur(165px);
            opacity: 0.29;
            z-index: 1;
        }

        .content-wrapper {
            position: relative;
            z-index: 2;
        }

        .navbar-custom {
            background: rgba(50, 50, 50, 0.13);
            backdrop-filter: blur(119px);
            border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        }

        .logo-text {
            font-family: 'Pattaya', cursive;
            font-size: 2.5rem;
            color: white;
            text-decoration: none;
        }

        .logo-icon {
            width: 60px;
            height: 60px;
            background: linear-gradient(135deg, #FF6B6B, #4ECDC4);
            border-radius: 15px;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-right: 15px;
        }

        .hero-title {
            font-size: 4rem;
            font-weight: 700;
            line-height: 1.2;
            margin-bottom: 2rem;
        }

        .hero-subtitle {
            font-size: 2rem;
            margin-bottom: 2rem;
        }

        .hero-description {
            font-size: 1.2rem;
            line-height: 1.6;
            opacity: 0.9;
            margin-bottom: 3rem;
        }

        .highlight-text {
            color: #FFDF36;
        }

        .download-btn {
            transition: transform 0.3s ease;
            margin: 0 10px;
        }

        .download-btn:hover {
            transform: translateY(-5px);
        }

        .phone-mockup {
            position: relative;
            max-width: 100%;
            height: auto;
        }

        .phone-container {
            position: relative;
            z-index: 3;
        }

        .phone-frame {
            width: 320px;
            height: 665px;
            background: linear-gradient(135deg, rgba(184, 175, 230, 0.2), rgba(184, 175, 230, 0.1));
            border-radius: 50px;
            padding: 8px;
            border: 8px solid #000;
            position: relative;
        }

        .phone-screen {
            width: 100%;
            height: 100%;
            background: #121212;
            border-radius: 40px;
            overflow: hidden;
            position: relative;
        }

        .app-interface {
            width: 100%;
            height: 100%;
            background: linear-gradient(180deg, #121212 0%, rgba(18, 18, 18, 0.81) 48.536%, rgba(18, 18, 18, 0) 100%);
            padding: 20px;
        }

        .app-header {
            display: flex;
            align-items: center;
            justify-content: space-between;
            margin-bottom: 30px;
            padding: 15px 0;
        }

        .app-logo {
            display: flex;
            align-items: center;
        }

        .app-logo-icon {
            width: 40px;
            height: 40px;
            background: linear-gradient(135deg, #FF6B6B, #4ECDC4);
            border-radius: 10px;
            margin-right: 10px;
        }

        .pro-badge {
            background: #1d1d1d;
            border: 1px solid #0b39f1;
            border-radius: 20px;
            padding: 5px 15px;
            font-size: 0.8rem;
            color: white;
        }

        .feature-grid {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 15px;
            margin-top: 20px;
        }

        .feature-card {
            background: rgba(80, 42, 42, 0.3);
            border-radius: 15px;
            padding: 15px;
            text-align: center;
            backdrop-filter: blur(10px);
        }

        .feature-icon {
            width: 40px;
            height: 40px;
            background: linear-gradient(135deg, #FF6B6B, #4ECDC4);
            border-radius: 50%;
            margin: 0 auto 10px;
        }

        .feature-title {
            font-size: 0.9rem;
            color: white;
            margin: 0;
        }

        .bottom-glow {
            position: absolute;
            bottom: 0;
            left: 50%;
            transform: translateX(-50%);
            width: 661px;
            height: 46px;
            background: rgba(255, 255, 255, 0.1);
            border-radius: 50%;
            filter: blur(28px);
        }
		
		.img_w{
			width:554px;
			text-align:center;
			margin:0 0 0 auto;
			display:block
		}
		.mar_top_120{
			margin-top:120px;
		}
	@media (min-width: 992px) {
	.container{
			max-width:95% !important;
		}
		.img_w{
			width:400px;
			text-align:center;
			margin:0 0 0 auto;
			display:block
		}
		.hero-title {
			font-size: 42px;
		}
		.hero-description{
			    font-size: 18px;
		}
}	
		
@media (min-width: 1024px) {
	.hero-title {
			font-size: 2.6rem;
		}
		.hero-description{
			    font-size: 18px;
		}
}		

@media (min-width: 1200px) {
	.container{
			max-width:90% !important;
		}
		.img_w{
			width:454px;
			text-align:center;
			margin:0 0 0 auto;
			display:block
		}
		.hero-title {
			font-size: 3rem;
		}
		.hero-description{
			    font-size: 20px;
		}
}


@media (min-width: 1400px) {
	.container{
			max-width:92% !important;
		}
		.img_w{
			width:554px;
			text-align:center;
			margin:0 0 0 auto;
			display:block
		}
		.hero-title {
			font-size: 58px;
		}
		.hero-description{
			    font-size: 24px;
		}
}
@media (min-width: 1536px) {
  .container{
			max-width:85% !important;
		}
		.hero-title {
			font-size: 56px;
		}
		.hero-description{
			    font-size: 24px;
		}
		body{
		overflow:auto;
	}
	.mar_top_120{     
			margin-top:50px;
		}
}
@media (min-width: 1600px) {
	body{
		overflow:hidden;
	}
	.container{
			max-width:85% !important;
		}
		.img_w{
			width:554px;
			text-align:center;
			margin:0 0 0 auto;
			display:block
		}
		.hero-title {
			font-size: 64px;
		}
		.hero-description{
			    font-size: 27px;
		}
		.mar_top_120{
			margin-top:120px;
		}
}
@media (min-width: 2000px) {
	body{
		overflow:hidden;
	}
	.container{
			max-width:85% !important;
		}
		.img_w{
			width:654px;
			text-align:center;
			margin:0 0 0 auto;
			display:block
		}
		.hero-title {
			font-size: 94px;
		}
		.hero-description{
			    font-size: 44px;
		}
}

        @media (max-width: 768px) {
            .hero-title {
                font-size: 1.6rem;
            }
            
            .hero-subtitle {
                font-size: 1.5rem;
            }
            
            .hero-description {
                font-size: 1rem;
            }
            
            .phone-frame {
                width: 280px;
                height: 580px;
            }
            
            .gradient-orb-1,
            .gradient-orb-2 {
                width: 400px;
                height: 400px;
            }
			.container {
				max-width: 100% !important;
			}
			.container{
				--bs-gutter-x: 2.5rem;
			}
			.download-btn img{
				height:45px !important;
			}
			.download-btn {
				margin: 0 8px !important;
			}
			.m_none{
				display:none !important;
			}
			.mar_top_120{
				margin-top:76px;
			}
			body{
				overflow-x:hidden;
			}
			.mar_bottom_10{
				margin-bottom:20px !important;
			}
        }
		
		@media (max-width: 480px) {
			.download-btn img{
				height:36px !important;
			}
			    .hero-title {
        font-size: 1.3rem;
    }
	.gradient-orb-1{
		    top: -375px;
    right: -200px;
	}
		}