/* Start custom CSS for html, class: .elementor-element-7aa33d7 *//* Upgraded Glass Button Base Style */
.btn {
    padding: 1rem 2.5rem;
    border-radius: 12px;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.95rem;
    letter-spacing: 0.3px;
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    border: 1px solid rgba(255, 255, 255, 0.05);
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.03) 0%, rgba(255, 255, 255, 0.01) 100%);
    color: #f3f4f6;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.05);
}

/* Cyber Accent Hover Interaction */
.btn:hover {
    border-color: var(--secondary);
    background: rgba(6, 182, 212, 0.08);
    color: #fff;
    transform: translateY(-3px) scale(1.02);
    box-shadow: 
        0 20px 40px rgba(6, 182, 212, 0.15),
        inset 0 1px 10px rgba(6, 182, 212, 0.2);
}/* End custom CSS */