.elementor-681 .elementor-element.elementor-element-1350ddc{--display:flex;--min-height:100vh;--justify-content:center;}/* Start custom CSS for shortcode, class: .elementor-element-8ecee25 *//* FORM WRAPPER */
.kk-strategy-form {
max-width: 700px;
margin: auto;
padding: 40px 20px;
color:#000;
font-family: Roboto, sans-serif;
text-align: center;
}

/* STEP */
.kk-step {
display: none;
animation: fadeIn .4s ease;
}

.kk-step.active {
display: block;
}

/* HEADINGS */
.kk-step h2 {
font-size: 30px;
margin-bottom: 25px;
font-weight: 600;
line-height: 1.4;
}

/* INPUTS */
.kk-step input,
.kk-step textarea,
.kk-step select {

width: 100%;
padding: 14px 16px;
margin-bottom: 20px;
border: 1px solid #ddd;
border-radius: 8px;
font-size: 15px;
transition: border .2s ease, box-shadow .2s ease;

}

/* FOCUS STATE (NEW - improves UX) */
.kk-step input:focus,
.kk-step textarea:focus,
.kk-step select:focus {
outline: none;
border-color: #571BE3;
box-shadow: 0 0 0 2px rgba(87,27,227,0.1);
}

/* TEXTAREA IMPROVEMENT */
.kk-step textarea {
min-height: 140px;
resize: vertical;
}

/* BUTTONS */
.kk-next,
.kk-step button[type=submit] {

background: #571BE3;
color: #fff;
padding: 14px 30px;
border: none;
border-radius: 8px;
cursor: pointer;
font-size: 15px;
transition: .3s;
width: 100%;

}

.kk-next:hover,
.kk-step button[type=submit]:hover {
background: #B18AFF;
}

/* DISABLED */
.kk-next:disabled {
opacity:.4;
cursor:not-allowed;
}

/* PROGRESS BAR */
.kk-progress {
width: 100%;
height: 6px;
background: #eee;
margin-bottom: 40px;
border-radius: 10px;
overflow: hidden;
}

.kk-progress-bar {
height: 100%;
width: 0%;
background:#571BE3;
transition: width .4s ease;
}

/* ANIMATION */
@keyframes fadeIn {
from {
opacity: 0;
transform: translateY(10px);
}
to {
opacity: 1;
transform: translateY(0);
}
}

/* FINAL STEP GRID (NEW) */
.kk-step:last-child input {
margin-bottom: 12px;
}

/* MOBILE */
@media (max-width:768px){
.kk-step h2 {
font-size: 22px;
}
}

/* SUCCESS */
.kk-success{
text-align:center;
padding:60px 20px;
font-size:22px;
font-weight:600;
}


.kk-tag-input {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    border: 1px solid #ddd;
    padding: 8px;
    border-radius: 8px;
    min-height: 45px;
    cursor: text;
}

.kk-tag-input input {
    border: none;
    outline: none;
    flex: 1;
    min-width: 120px;
}

.kk-tag {
    background: #000;
    color: #fff;
    padding: 6px 10px;
    border-radius: 20px;
    font-size: 13px;
    display: flex;
    align-items: center;
    gap: 6px;
}

.kk-remove {
    cursor: pointer;
    font-weight: bold;
}/* End custom CSS */