<div class="altro-mobile-drawer">
<a href="/" class="mobile-nav-link">Home</a>
<a href="/service-tiers" class="mobile-nav-link">Service Tiers</a>
<a href="/faqs" class="mobile-nav-link">FAQs</a>
<a href="#popmake-2994" class="mobile-cta-button">SPEAK WITH AN EXPERT</a>
</div>
<style>
.altro-mobile-drawer {
display: flex;
flex-direction: column;
align-items: flex-start;
padding: 24px 20px;
gap: 22px;
background-color: #ffffff;
}
.mobile-nav-link {
font-size: 18px;
font-weight: 600;
color: #222222 !important;
text-decoration: none !important;
width: 100%;
padding-bottom: 12px;
border-bottom: 1px solid #eaeaea;
transition: color 0.2s ease;
}
.mobile-nav-link:active {
color: #1e73be !important;
}
.mobile-cta-button {
display: block;
text-align: center;
background-color: #1e73be !important;
color: #ffffff !important;
font-size: 15px;
font-weight: 700;
letter-spacing: 0.5px;
padding: 14px 20px;
border-radius: 6px;
text-decoration: none !important;
margin-top: 10px;
width: 100%;
box-sizing: border-box;
box-shadow: 0 2px 6px rgba(30, 115, 190, 0.2);
}
.mobile-cta-button:active {
background-color: #155a96 !important;
}
</style>