.hero-buttons > a { width: 23% !important;}
.hero-buttons > a:last-child { width: 100% !important; flex:1;}
.red { color:red !important;  
    font-weight: 800;
    }

.ai-content h2 {
    font-size: 2.5rem;
    font-weight: 800;
    margin-bottom: 1rem;
    text-align : center;
}

.ai-content p {
    font-size: 1.1rem;
    opacity: 0.9;
    line-height: 1.7;
    text-align : left !important;
}


.ai-content p strong {
    font-size: 1.7rem;
    opacity: 0.9;
    line-height: 1.7;
}

.ai-badge {
	margin-top : 20px;
    background: #ffd700;
    color: #333;
    padding: 1rem 2rem;
    border-radius: 20px;
    font-weight: 700;
    font-size: 1.1rem;
    white-space: nowrap;
    width: 14%;
    text-align: center;
    margin-left: 40%;
}



@media (max-width: 768px) {
	.hero-buttons > a { width: 45% !important;}
	 
	.ai-content h2 {
	    font-size: 2rem;
	    font-weight: 800;
	    margin-bottom: 1rem;
	    text-align : center;
	}
	
	.ai-content p {
	    font-size: 1.1rem;
	    opacity: 0.9;
	    line-height: 1.3;
	    text-align : left !important;
	    margin-top: 20px;
	}
	
	
	.ai-content p strong {
	    font-size: 1.3rem;
	    opacity: 0.9;
	    line-height: 1.3;
	    text-align : center !important;
	}
	.ai-badge {
		width: 100% !important;
		margin-top : 15px;
	    background: #ffd700;
	    color: #333;
	    padding: 1rem 2rem;
	    border-radius: 20px;
	    font-weight: 700;
	    font-size: 1.1rem;
	    white-space: nowrap;
	    text-align: center;
	    margin : 0% !important;
	}

	.section-header h2 {
	    font-size: 1.6rem;
	    font-weight: 800;
	    margin-bottom: 1rem;
	    color: #333;
	}
	.section-header p {
	    font-size: 1rem;
	    color: #666;
	    max-width: 700px;
	    margin: 0 auto;
	    line-height: 1.7;
	}
	
	.features-grid {
	    display: grid;
	    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
	    gap: 1.5rem;
	}

	.feature-card {
	    background: white;
	    padding: 1rem 0.5rem;
	    border-radius: 30px;
	    text-align: center;
	    transition: all 0.4s 
	cubic-bezier(0.175, 0.885, 0.32, 1.275);
	    border: 2px solid transparent;
	    position: relative;
	    overflow: hidden;
	}
	.staking-method-section h3 {
	    text-align: center;
	    font-size: 2rem;
	    font-weight: 800;
	    margin-bottom: 3rem;
	    color: #333;
	}
	
	.example-content strong {
	    font-size: 1.1rem;
	}
	
	.calc-item span {
		font-size: 0.8rem;
	}
	
	.btn-primary-large {
	    background: #ffd345;
	    color: #1a1a1a;
	    padding: 1.6rem 4.5rem;
	    border-radius: 50px;
	    text-decoration: none;
	    font-weight: 800;
	    font-size: 1rem;
	    transition: all 0.4s 
	cubic-bezier(0.175, 0.885, 0.32, 1.275);
	    display: inline-flex
	;
	    align-items: center;
	    gap: 1rem;
	    border: 2px solid rgba(255, 255, 255, 0.3);
	}
	.footer-content {
    grid-template-columns: 1fr !important;
    gap: 1rem !important;
	} 
	
	.footer-brand p {
	    opacity: 0.8;
	    margin-bottom: 1.5rem;
	    line-height: 1.7;
	    font-size: 0.9rem;
	}
	
	.apy{
		padding: 0.8rem 0.5rem;
	}
	.crypto-card{
	    padding: 2.5rem 0.8rem;
	}
	.crypto-cards {
		display: grid;
        grid-template-columns: repeat(2, 1fr);
        margin-top: 0;
        padding-top: 3rem;
        padding-bottom: 3rem;
        position: static;
        gap: 1rem;
        z-index: 1;
        flex-direction: column;
    }
    
    .networks {
		display: grid;
        grid-template-columns: repeat(2, 1fr);
	    gap: 1rem;
	    flex-wrap: wrap;
	}
	.footer-highlight{
		display:none !important;
	}
		
	.footer-highlight2{
		display:block !important;
	}
}

	
.footer-highlight{
	display:block;
}
.footer-highlight2{
    background: #ffd345;
    color: #1a1a1a;
    padding: 1rem 2rem;
    border-radius: 25px;
    font-weight: 700;
    display: inline-block;
    font-size: 1rem;
    margin-bottom: 1.5rem;
		display:none !important;
}



.ai-banner {
    align-items: center;
    gap: 3rem;
    background: rgba(18, 18, 18, 0.98);
    color: white;
    padding: 3.0rem 1.5rem 1.5rem 1.5rem
    border-radius: 30px;
    position: relative;
    overflow: hidden;
    border: 2px solid rgba(212, 175, 55, 0.3);
}

.coin-apy {
    background: #FFD700;
    border-radius: 25px;
    padding: 0.8rem;
    text-align: center;
    margin-bottom: 2rem;
    transition: all 0.3s ease;
}

.apy-label {
    display: block;
    font-size: 1rem;
    color: #333;
    margin-bottom: 0.5rem;
    font-weight: 600;
}

.special-apy .apy-label {
    color: #1a1a1a;
    font-weight: 700;
}

.apy-value {
    font-size: 1.6rem;
    font-weight: 900;
    color: #1a1a1a;
}

.coin-features {
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
    text-align: center;
}


.step-icon {
    width: 60px;
    height: 60px;
    background: #ffd345;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    color: #1E3A5F;
    flex-shrink: 0;
}

.step-content h4 {
    font-size: 1.3rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
    color: #333;
    text-align: center;
}

.step-content {
    text-align: center;
}

.step-content p {
    color: #666;
    font-size: 1rem;
    line-height: 1.6;
    text-align: center;
}

.step-center{
	display: inline-block;
	margin-bottom: 10px;
}


.features-list{
    text-align: center;
}


.referral-card {
    background: white;
    padding: 1rem;
    border-radius: 30px;
    text-align: center;
    transition: all 0.4s 
cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    overflow: hidden;
    border: 3px solid rgba(212, 175, 55, 0.3);
}


.example-box {
    background: #f8f9fa;
    padding: 0.5rem;
    border-radius: 15px;
    margin-bottom: 2rem;
    border-left: 5px solid #ffd700;
    @media (max-width: 768px) {
        padding: 1rem;
    }
}


.calculation .calc-item {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    padding: 1rem 1.5rem;
    background: rgba(212,175,55,0.05);
    border-radius: 12px;
}

.faq-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(330px, 1fr));
    gap: 2rem;
 }
 
.footer-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    margin-bottom: 3rem;
}

.cta-highlights {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(175px, 1fr));
    gap: 2rem;
    margin-bottom: 3rem;
    max-width: 1020px;
    margin-left: auto;
    margin-right: auto;
}


.withdrawal-card .step-content {
    text-align: left !important;
}
.withdrawal-card .step-content h4 {
    text-align: left !important;
}
.withdrawal-card .step-content p {
    text-align: left !important;
}


.highlight-item {
    display: flex;
    align-items: center;
    gap: 0.8rem;
    background: rgba(255, 255, 255, 0.1);
    padding: 0.7rem 0.2rem;
    border-radius: 15px;
    backdrop-filter: blur(10px);
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.calculation .calc-item span:last-child {
    color: red;
    font-weight: 700;
}


.hero-stats {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.3rem;
    margin-bottom: 3rem;
}