.elementor-453 .elementor-element.elementor-element-4911e0f{--display:flex;}/* Start custom CSS for html, class: .elementor-element-4420c35 */*{
    box-sizing:border-box;
}

.phone-frame{
    max-width:420px;
    margin:auto;
    padding:20px;
    background:#f5f5f5;
    border-radius:20px;
}

.screen{
    display:none;
}

.screen.active{
    display:block;
}

.card{
    background:#fff;
    padding:20px;
    border-radius:16px;
    margin-bottom:15px;
}

.progress-bar{
    display:flex;
    gap:6px;
    margin-bottom:20px;
}

.step-dot{
    flex:1;
    height:4px;
    border-radius:10px;
    background:#ddd;
}

.step-dot.active{
    background:#000;
}

.step-dot.done{
    background:#28a745;
}

.badge-free{
    display:inline-block;
    padding:5px 12px;
    border-radius:30px;
    background:#e8fff0;
    color:#198754;
    font-size:12px;
    margin-bottom:15px;
}

.h1{
    font-size:24px;
    font-weight:700;
    margin-bottom:8px;
}

.sub{
    color:#777;
    margin-bottom:20px;
}

.input-row{
    margin-bottom:15px;
}

.input-row label{
    display:block;
    margin-bottom:5px;
    font-size:13px;
}

.input-row input{
    width:100%;
    padding:12px;
    border:1px solid #ddd;
    border-radius:10px;
}

.btn-primary{
    width:100%;
    border:none;
    background:#000;
    color:#fff;
    padding:14px;
    border-radius:10px;
    cursor:pointer;
}

.btn-secondary{
    width:100%;
    margin-top:10px;
    border:1px solid #ddd;
    background:#fff;
    padding:14px;
    border-radius:10px;
    cursor:pointer;
}

.choice-option{
    display:flex;
    gap:12px;
    padding:15px;
    border:1px solid #ddd;
    border-radius:12px;
    margin-bottom:10px;
    cursor:pointer;
}

.choice-option.selected{
    border:2px solid #000;
}

.choice-icon{
    font-size:22px;
}/* End custom CSS */