.vxr_tpl_container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.vxr_tpl_section_title {
    text-align: center;
    font-size: 2.5rem;
    margin-bottom: 60px;
    font-weight: 700;
    color: #333;
}

.vxr_tpl_btn {
    padding: 12px 24px;
    border: none;
    border-radius: 25px;
    cursor: pointer;
    font-size: 1rem;
    font-weight: 600;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.vxr_tpl_btn_white {
    background: white;
    color: #667eea;
    font-weight: 600;
}

.vxr_tpl_btn_white:hover {
    background: #f8f9fa;
    transform: translateY(-2px);
}

.vxr_tpl_categories {
    padding: 100px 20px;
    background: white;
}

.vxr_tpl_categories_grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 40px;
    margin-top: 60px;
}

.vxr_tpl_category_card {
    text-align: center;
    padding: 40px 30px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    border-radius: 20px;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.vxr_tpl_category_card:hover::before {
    opacity: 1;
}

.vxr_tpl_category_card:hover {
    transform: translateY(-10px);
}

.vxr_tpl_category_icon {
    font-size: 3rem;
    margin-bottom: 20px;
}

.vxr_tpl_category_title {
    font-size: 1.4rem;
    font-weight: 600;
    margin-bottom: 15px;
}

.vxr_tpl_category_description {
    margin-bottom: 25px;
    opacity: 0.9;
}

@media (max-width: 768px) {
    .vxr_tpl_section_title {
        font-size: 2rem;
    }

    .vxr_tpl_categories_grid {
        grid-template-columns: 1fr;
    }
}

.vxrF15B9 {
    font-family: sans-serif;
    font-size: medium;
}

.vxr2A6F6 {
    font-family: sans-serif;
    font-size: medium;
}

.vxrC4434 {
    font-family: sans-serif;
    font-size: medium;
}