.cta-box {
    border: 2px solid #0a7cff;
    padding: 8px;
	margin: 15px auto;
    width: 80%;
    border-radius: 10px;
    background: linear-gradient(135deg, #f5f9ff, #ffffff);
    box-shadow: 0 4px 12px rgb(0 0 0 / 21%);
	text-align: center;
}

.cta-box h3 {
    font-size: 18px;
    margin-bottom: 8px;
    color: #0a3d91;
}

.cta-box p {
    font-size: 14px;
    color: #333;margin-bottom: 0;
}

.cta-btn {
    display: inline-block;
    padding: 10px 14px;
    margin: 0px 5px 0 0;
    border-radius: 6px;
    text-decoration: none;
    font-size: 14px;
    transition: all 0.2s ease;
}

.cta-link {
    background: #0a7cff;
    color: #fff !important;
}

.cta-call {
    background: #28a745;
    color: #fff !important;
}

.cta-zalo {
    background: #0084ff;
    color: #fff !important;
}

.cta-btn:hover {
    opacity: 0.9;
}

/* ===== STICKY MOBILE ===== */
.cta-sticky {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    display: none;
    justify-content: space-around;
    background: #000;
    padding: 10px;
    z-index: 9999;
}

.cta-sticky a {
    color: #fff;
    font-size: 14px;
}

.cta-actions {
    margin-top: 5px;
	display: inline-block;
}
.cta-company {
    margin-top: 10px;
}
.cta_blinf {
    display: grid;
    grid-gap: 10px;
    grid-template-columns: repeat(1, minmax(0, 1fr)) 265px;
    align-items: center;
}
.cta_ctact {
    display: grid;
    grid-gap: 2px;
    grid-template-columns: repeat(1, minmax(0, 1fr));
}
.ctpoli {
    color: #008d20;
}
.cta-policy, .cta-policy p, .cta-policy span {
    font-size: 15px;display: inline-block;
}
/* ===== MOBILE ===== */
@media (max-width: 768px) {
    .cta-sticky {
        display: flex;
    }
	.cta-actions {
		grid-template-columns: repeat(1, minmax(0, 1fr));
		display: grid;
		gap: 10px;
		justify-items: center;
	}
	.cta-box{width:100%;}
	.cta_blinf{grid-template-columns: repeat(1, minmax(0, 1fr));}
}