.hero{
    background:linear-gradient(135deg,#1e3c72,#2a5298);
    color:#fff;
    text-align:center;
    padding:80px 20px;
}

.hero h1{
    font-size:42px;
    margin-bottom:10px;
}

.hero p{
    font-size:20px;
}

.section-title{
    text-align:center;
    color:#1e3c72;
    font-size:32px;
    margin-bottom:30px;
}

.table-box{
    background:#fff;
    border-radius:12px;
    box-shadow:0 5px 20px rgba(0,0,0,0.08);
    overflow-x:auto;
}

table{
    width:100%;
    border-collapse:collapse;
    min-width:700px;
}

th,td{
    padding:16px;
    text-align:center;
    border-bottom:1px solid #ddd;
}

th{
    background:#1e3c72;
    color:#fff;
}

tr:hover{
    background:#f1f5ff;
}

.price{
    font-weight:bold;
    color:#1e3c72;
}

.price{
    margin-top:50px;
    background:#fff;
    padding:30px;
    border-radius:12px;
    box-shadow:0 5px 20px rgba(0,0,0,0.08);
}

.price h3{
    color:#1e3c72;
    margin-bottom:15px;
}

.price ul{
    margin-left:20px;
    line-height:1.8;
	
}

.price ul li{
    
	color:var(--text);
	font-weight: 400;
}

.note{
    background:#fff3cd;
    padding:20px;
    border-left:5px solid #ffc107;
    margin-top:30px;
	margin-bottom:30px;
    border-radius:8px;
}


@media(max-width:768px){
    .hero h1{
        font-size:32px;
    }

    .section-title{
        font-size:26px;
    }
	
	.hero{
    
    padding:40px 20px;
	
}

.price{display: block;}
.price ul{padding:0px;}
}
