/* ===== BASE ===== */
* { 
    margin: 0; 
    padding: 0; 
    box-sizing: border-box; 
}
html { 
    scroll-behavior: smooth; 
}
body { 
    font-family: 'Inter', system-ui, -apple-system, sans-serif; 
}
/* ========================================== */
/* ===== NEW HERO SECTION STYLES ===== */
/* ========================================== */
/* ===== FIX HERO WHITESPACE ===== */
.hero {
    min-height: auto !important;
    padding: 60px 0 20px !important;
}.playstore-badge{
    display: block;
    width: 170px;
    max-width: 100%;
    height: auto;
    object-fit: contain;
}

@media (max-width:768px){
    .playstore-badge{
        width: 170px;
        max-width: 170px;
        height: auto;
        margin: 0 auto;
    }
}

@media (max-width: 768px) {
    .hero {
        padding: 40px 0 10px !important;
    }
    
    .hero .wave-divider {
        height: 30px !important;
    }
}
.playstore-badge{
    width:170px;
    height:auto;
    display:block;
}

@media (max-width:768px){
    .playstore-badge{
        width:150px;
        margin:0 auto;
    }
}
/* Remove extra space below hero */
.hero + section {
    margin-top: -2px;
}
.hero {
    position: relative;
    overflow: hidden;
    min-height: 100vh;
    display: flex;
    align-items: center;
}
/* ========================================== */
/* ===== MOBILE RESPONSIVE FIXES ===== */
/* ========================================== */

/* Hero Section Mobile */
@media (max-width: 768px) {
    .hero {
        min-height: auto;
        padding: 80px 0 40px;
    }
    
    .hero .gradient-text {
        font-size: inherit;
    }
    
  
    /* Trust badges - make them smaller */
    .hero .flex-wrap .flex {
        font-size: 10px !important;
        padding: 4px 10px !important;
    }
    
    /* CTA buttons */
    .hero .btn-shine,
    .hero .glass-card {
        font-size: 13px !important;
        padding: 10px 20px !important;
    }
}
/* ========================================== */
/* ===== MOBILE RESPONSIVE FIXES ===== */
/* ========================================== */

/* Hero Section - Mobile */
@media (max-width: 768px) {
    .hero {
        min-height: auto !important;
        padding: 60px 0 30px !important;
    }
    
    .hero .gradient-text {
        font-size: inherit;
    }
    

    
    .hero .rounded-\[24px\] {
        border-radius: 24px !important;
    }
    
    /* Reduce spacing */
    .hero .gap-6 {
        gap: 16px !important;
    }
    
    /* Text sizes */
    .hero h1 {
        font-size: 26px !important;
        line-height: 1.2 !important;
    }
    
    .hero .text-sm {
        font-size: 13px !important;
    }
    
    /* Buttons */
    .hero .btn-shine,
    .hero .glass-card {
        font-size: 12px !important;
        padding: 8px 16px !important;
    }
    
    /* Play Store badge */
    .playstore img {
        height: 36px !important;
    }
}

/* Fund Wallet - Mobile */
@media (max-width: 768px) {
    .grid-cols-1 {
        gap: 12px !important;
    }
    
    .bg-gradient-to-br {
        padding: 12px !important;
        border-radius: 16px !important;
    }
    
    .text-lg {
        font-size: 17px !important;
    }
    
    .text-base {
        font-size: 14px !important;
    }
    
    .grid-cols-4 .bg-white {
        padding: 6px !important;
    }
    
    .grid-cols-4 .bg-white span:first-child {
        font-size: 16px !important;
    }
    
    .grid-cols-4 .bg-white span:last-child {
        font-size: 8px !important;
    }
    
    .grid-cols-2 .bg-white {
        padding: 8px !important;
    }
    
    .grid-cols-2 .bg-white span:first-child {
        font-size: 16px !important;
    }
}
/* ========================================== */
/* ===== GOOGLE PLAY BADGE FIX ===== */
/* ========================================== */

/* Hide full badge on mobile, show custom badge */
@media (max-width: 768px) {
    .playstore .hidden.md\:block {
        display: none !important;
    }
    .playstore .block.md\:hidden {
        display: block !important;
    }
}

/* Desktop: Show full badge */
@media (min-width: 769px) {
    .playstore .hidden.md\:block {
        display: block !important;
    }
    .playstore .block.md\:hidden {
        display: none !important;
    }
}

/* ========================================== */
/* ===== MOBILE RESPONSIVE FIXES ===== */
/* ========================================== */

@media (max-width: 768px) {
    /* Hero Section */
    .hero {
        padding: 60px 0 20px !important;
    }
    
    .hero h1 {
        font-size: 26px !important;
        line-height: 1.2 !important;
    }
    
    .hero .text-sm {
        font-size: 13px !important;
    }
    
    /* Phone Image */
    .hero img {
        width: 140px !important;
        height: 248px !important;
    }
    
    /* Buttons */
    .hero .btn-shine,
    .hero .glass-card {
        font-size: 12px !important;
        padding: 8px 16px !important;
    }
    
    /* Play Store Badge */
    .playstore .bg-white {
        padding: 6px 12px !important;
    }
    
    .playstore .text-sm {
        font-size: 12px !important;
    }
}

/* Extra Small Phones */
@media (max-width: 400px) {
    .hero h1 {
        font-size: 22px !important;
    }
    
    .hero img {
        width: 120px !important;
        height: 213px !important;
    }
    
    .hero .btn-shine,
    .hero .glass-card {
        font-size: 11px !important;
        padding: 6px 12px !important;
    }
}
/* BSC Section - Mobile */
@media (max-width: 768px) {
    .bg-white.p-4 {
        padding: 16px !important;
    }
    
    .flex.items-center.justify-between {
        font-size: 12px !important;
    }
    
    .text-xl {
        font-size: 18px !important;
    }
}

/* Features Section - Mobile */
@media (max-width: 768px) {
    .feature-card {
        padding: 16px !important;
    }
    
    .feature-card .w-14 {
        width: 56px !important;
        height: 56px !important;
        font-size: 24px !important;
    }
    
    .feature-card h3 {
        font-size: 15px !important;
    }
    
    .feature-card p {
        font-size: 12px !important;
    }
}

/* Download Section - Mobile */
@media (max-width: 768px) {
    #download .flex-col.sm\:flex-row {
        gap: 10px !important;
    }
    
    #download .btn-shine,
    #download .glass-card-dark {
        padding: 10px 20px !important;
        font-size: 12px !important;
    }
    
    #download .btn-shine svg,
    #download .glass-card-dark svg {
        width: 20px !important;
        height: 20px !important;
    }
    
    #download .text-xl {
        font-size: 20px !important;
    }
}

/* Extra Small Phones */
@media (max-width: 400px) {
    .hero img {
        width: 120px !important;
        height: 213px !important;
    }
    
    .hero h1 {
        font-size: 22px !important;
    }
    
    .hero .text-sm {
        font-size: 12px !important;
    }
    
    .hero .btn-shine,
    .hero .glass-card {
        font-size: 11px !important;
        padding: 6px 12px !important;
    }
    
    .playstore img {
        height: 30px !important;
    }
}
/* ========================================== */
/* ===== HOVER LIFT EFFECTS ===== */
/* ========================================== */

/* Phone Image Lift on Hover */
.phone-lift {
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.phone-lift:hover {
    transform: translateY(-16px) scale(1.02);
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.3);
}

/* Card Lift Effects */
.card-lift {
    transition: all 0.3s ease;
}

.card-lift:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

/* ========================================== */
/* ===== MOBILE RESPONSIVE ===== */
/* ========================================== */

@media (max-width: 768px) {
    /* Hero - Heading First, Image Below */
    .hero .grid {
        display: flex;
        flex-direction: column;
    }
    
    .hero .order-1 {
        order: 2 !important; /* Image goes after heading */
    }
    
    .hero .order-2 {
        order: 1 !important; /* Heading goes first */
    }
    
 
    /* Hero Text Size */
    .hero h1 {
        font-size: 28px !important;
    }
    
    .hero .text-base {
        font-size: 15px !important;
    }
    
    /* Trust Badges */
    .hero .flex-wrap .flex {
        font-size: 10px !important;
        padding: 4px 10px !important;
    }
    
    /* CTA Buttons */
    .hero .btn-shine,
    .hero .glass-card {
        font-size: 13px !important;
        padding: 10px 20px !important;
    }
    
    /* Fund Wallet Cards */
    .grid-cols-1 {
        gap: 16px !important;
    }
    
    .bg-gradient-to-br {
        padding: 16px !important;
    }
    
    /* Token Buttons */
    .grid-cols-4 .bg-white {
        padding: 8px !important;
    }
    
    .grid-cols-4 .bg-white span:first-child {
        font-size: 20px !important;
    }
    
    .grid-cols-4 .bg-white span:last-child {
        font-size: 9px !important;
    }
    
    /* Predictions */
    .grid-cols-2 .bg-white {
        padding: 10px !important;
    }
    
    /* Feature Cards */
    .feature-card {
        padding: 20px !important;
    }
    
    .feature-card .w-20 {
        width: 60px !important;
        height: 60px !important;
        font-size: 28px !important;
    }
}

/* Small Phones */
@media (max-width: 400px) {
    .hero img {
        width: 160px !important;
        height: 285px !important;
    }
    
    .hero h1 {
        font-size: 24px !important;
    }
    
    .hero .text-base {
        font-size: 13px !important;
    }
}

/* Fund Wallet Section Mobile */
@media (max-width: 768px) {
    .grid-cols-1 {
        gap: 16px !important;
    }
    
    /* Card padding */
    .bg-gradient-to-br {
        padding: 16px !important;
    }
    
    /* Token buttons */
    .grid-cols-4 .bg-white {
        padding: 8px !important;
    }
    
    .grid-cols-4 .bg-white span:first-child {
        font-size: 20px !important;
    }
    
    .grid-cols-4 .bg-white span:last-child {
        font-size: 9px !important;
    }
    
    /* Predictions */
    .grid-cols-2 .bg-white {
        padding: 10px !important;
    }
    
    .grid-cols-2 .bg-white span:first-child {
        font-size: 20px !important;
    }
}

/* Binance Smart Chain Section Mobile */
@media (max-width: 768px) {
    .bg-white.p-6 {
        padding: 16px !important;
    }
    
    .flex.items-center.justify-between {
        font-size: 13px !important;
    }
    
    .text-2xl {
        font-size: 20px !important;
    }
}

/* Feature Cards Mobile */
@media (max-width: 768px) {
    .feature-card {
        padding: 20px !important;
    }
    
    .feature-card .w-20 {
        width: 60px !important;
        height: 60px !important;
        font-size: 28px !important;
    }
    
    .feature-card h3 {
        font-size: 17px !important;
    }
    
    .feature-card p {
        font-size: 14px !important;
    }
}

/* Download Section Mobile */
@media (max-width: 768px) {
    #download .flex-col.sm\:flex-row {
        gap: 12px !important;
    }
    
    #download .btn-shine,
    #download .glass-card-dark {
        padding: 12px 24px !important;
        font-size: 14px !important;
    }
    
    #download .btn-shine svg,
    #download .glass-card-dark svg {
        width: 24px !important;
        height: 24px !important;
    }
    
    #download .text-5xl {
        font-size: 28px !important;
    }
}

/* Fix overlapping on mobile */
@media (max-width: 640px) {
    .container {
        padding-left: 16px !important;
        padding-right: 16px !important;
    }
    
    /* Ensure cards don't overflow */
    .overflow-hidden {
        overflow: visible !important;
    }
    
    /* Fix truncation */
    .truncate {
        max-width: 180px;
    }
    
    /* Better spacing */
    .py-20 {
        padding-top: 40px !important;
        padding-bottom: 40px !important;
    }
}
.playstore img{
    width:170px !important;
    height:auto !important;
    max-width:170px !important;
    object-fit:contain !important;
}
/* Small screens (phones) */
@media (max-width: 400px) {
    .hero img {
        width: 160px !important;
        height: 285px !important;
    }
    
    .hero h1 {
        font-size: 26px !important;
    }
    
    .truncate {
        max-width: 120px !important;
    }
}
/* ========================================== */
/* ===== ADDITIONAL STYLES FOR NEW SECTIONS ===== */
/* ========================================== */

/* Fund Your Wallet Section */
.bg-gradient-to-br {
    background-size: cover;
}

/* Token buttons */
.token-btn {
    transition: all 0.3s ease;
}

.token-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

/* Balance cards */
.balance-card {
    backdrop-filter: blur(10px);
}

/* Network section */
.network-item {
    transition: all 0.3s ease;
}

.network-item:hover {
    background-color: #f3f4f6;
    border-radius: 8px;
    padding-left: 8px;
}

/* Responsive fixes */
@media (max-width: 768px) {
    .hero {
        min-height: auto;
        padding: 100px 0 60px;
    }
    
    .hero-img {
        height: 400px;
        width: 220px;
        margin-top: 30px;
    }
    
    .playstore img {
        height: 44px;
    }
}
/* Hero image styling */
.hero-img {
    height: 533px;
    width: 300px;
    border-radius: 30px;
    object-fit: cover;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
    transition: transform 0.3s ease;
}

.hero-img:hover {
    transform: scale(1.02);
}

/* Play Store badge */
.playstore img {
    height: 56px;
    transition: transform 0.3s ease;
}

.playstore img:hover {
    transform: scale(1.05);
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .hero {
        min-height: auto;
        padding: 80px 0 60px;
    }
    
    .hero-img {
        height: 400px;
        width: 220px;
        margin-top: 30px;
    }
    
    .playstore img {
        height: 44px;
    }
}

/* Floating animation for hero elements */
.hero .animate-float {
    animation: float 4s ease-in-out infinite;
}

.hero .animate-float-slow {
    animation: float-slow 5s ease-in-out infinite;
}

/* Phone mockup glow */
.hero .relative .shadow-2xl {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.5);
}

/* Gradient text in hero */
.hero .gradient-text {
    background: linear-gradient(135deg, #f093fb 0%, #f5576c 40%, #4facfe 80%);
    background-size: 200% 200%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    animation: shimmer 4s ease-in-out infinite;
}
/* ===== KEYFRAMES ===== */
@keyframes float {
    0%, 100% { transform: translateY(0px); }
    50% { transform: translateY(-20px); }
}
@keyframes float-slow {
    0%, 100% { transform: translateY(0px); }
    50% { transform: translateY(-12px); }
}
@keyframes slide-up {
    from { opacity: 0; transform: translateY(40px); }
    to { opacity: 1; transform: translateY(0); }
}
@keyframes shimmer {
    0% { background-position: -200% center; }
    100% { background-position: 200% center; }
}
@keyframes marquee-scroll {
    0% { transform: translateX(100vw); }
    100% { transform: translateX(-100%); }
}

/* ===== FLOATING ANIMATION ===== */
.animate-float {
    animation: float 4s ease-in-out infinite;
}
.animate-float-slow {
    animation: float-slow 5s ease-in-out infinite;
}
.animate-slide-up {
    animation: slide-up 0.8s ease-out;
}

/* ===== MARQUEE ===== */
.marquee-container {
    overflow: hidden;
    white-space: nowrap;
    background:#020b1c;
    padding: 10px 0;
    border-bottom: 2px solid rgba(255, 255, 255, 0.1);
    position: relative;
    z-index: 1;
}
.marquee-track {
    display: inline-block;
    animation: marquee-scroll 40s linear infinite;
}
.marquee-item {
    display: inline-block;
    margin: 0 50px;
    font-size: 0.95rem;
    color: #e5e7eb;
    font-weight: 500;
    letter-spacing: 0.5px;
}
.marquee-item strong {
    color: #fbbf24;
    font-weight: 700;
}
.marquee-item .emoji {
    margin-right: 6px;
}

/* ===== GRADIENT TEXT ===== */
.gradient-text {
    background: linear-gradient(135deg, #f093fb 0%, #f5576c 40%, #4facfe 80%);
    background-size: 200% 200%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    animation: shimmer 4s ease-in-out infinite;
}

/* ===== GLASS EFFECT ===== */
.glass-card {
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(15px);
    border: 1px solid rgba(255, 255, 255, 0.15);
}
.glass-card-dark {
    background: rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(15px);
    border: 1px solid rgba(255, 255, 255, 0.08);
}

/* ===== FEATURE CARDS ===== */
.feature-card {
    transition: all 0.3s ease;
    background: white;
    border-radius: 20px;
    padding: 32px;
    border: 1px solid #f3f4f6;
}
.feature-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 16px 32px rgba(0,0,0,0.08);
    border-color: #a855f7;
}

/* ===== BUTTONS ===== */
.btn-shine {
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
    cursor: pointer;
}
.btn-shine::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
    transition: left 0.6s ease;
}
.btn-shine:hover::before {
    left: 100%;
}
.btn-shine:hover {
    transform: scale(1.03) !important;
}

/* ===== NAVIGATION ===== */
.nav-link {
    position: relative;
    font-weight: 500;
    transition: color 0.3s ease;
    text-decoration: none;
}
.nav-link::after {
    content: '';
    position: absolute;
    bottom: -4px;
    left: 0;
    width: 0;
    height: 2px;
    background: linear-gradient(90deg, #667eea, #764ba2);
    transition: width 0.3s ease;
}
.nav-link:hover::after {
    width: 100%;
}

/* ===== SCROLL PROGRESS ===== */
.scroll-progress {
    position: fixed;
    top: 64px;
    left: 0;
    height: 3px;
    background: linear-gradient(90deg, #667eea, #764ba2, #f093fb);
    z-index: 999;
    transition: width 0.1s ease;
    width: 0%;
}
/* Remove extra gap between header and hero */
header + .hero {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

.hero .max-w-7xl {
    padding-left: 16px !important;
    padding-right: 16px !important;
}

@media (max-width: 768px) {
    .hero .max-w-7xl {
        padding-left: 12px !important;
        padding-right: 12px !important;
    }
}
/* ===== FLOATING ACTION BUTTON ===== */
.fab {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 999;
    box-shadow: 0 8px 30px rgba(118, 75, 162, 0.3);
    text-decoration: none;
}
.fab:hover {
    transform: scale(1.08) !important;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 768px) {
    .marquee-item { margin: 0 25px; font-size: 0.8rem; }
    .marquee-container { padding: 8px 0; }
}/* ===========================
   ROADMAP MOBILE FIX
=========================== */
@media (max-width:768px){

    section .relative{
        overflow: hidden;
    }

    /* Left timeline line */
    .md\:hidden.absolute.left-5{
        left:18px !important;
    }

    /* Every roadmap item */
    .relative.flex.flex-col.md\:flex-row{
        padding-left:55px !important;
        margin-bottom:24px !important;
    }

    /* Mobile number circle */
    .md\:hidden.absolute.left-0{
        left:0 !important;
        width:36px !important;
        height:36px !important;
        font-size:14px !important;
    }

    /* Cards */
    .relative.flex.flex-col.md\:flex-row > div:nth-child(2),
    .relative.flex.flex-col.md\:flex-row > div:last-child{
        width:100% !important;
        padding:0 !important;
    }

    .relative.flex.flex-col.md\:flex-row .bg-\[\#071726\]{
        width:100% !important;
        max-width:100% !important;
        margin:0 !important;
    }

    /* Heading */
    .relative.flex.flex-col.md\:flex-row h3{
        font-size:22px !important;
    }

    /* List */
    .relative.flex.flex-col.md\:flex-row li{
        font-size:14px !important;
    }

    /* Button */
    .btn-shine{
        width:100%;
        text-align:center;
    }
}