@keyframes slideInStep{0%{opacity:0;transform:translateX(18px)}to{opacity:1;transform:translateX(0)}}.slide-content{animation:slideInStep .22s ease-out}.options-container{display:grid;grid-template-columns:repeat(auto-fit,minmax(130px,155px));gap:14px;justify-content:center;margin:24px 0;width:100%}.option-box{display:flex;flex-direction:column;align-items:center;cursor:pointer;border:1.5px solid rgba(0,0,0,.08);padding:18px 14px;border-radius:14px;transition:border-color .18s ease,box-shadow .18s ease,transform .18s ease;text-align:center;position:relative;background:#fff;box-shadow:0 1px 4px rgba(0,0,0,.06);-webkit-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent}.option-box:hover{border-color:rgba(91,24,219,.4);box-shadow:0 4px 16px rgba(91,24,219,.12);transform:translateY(-2px)}.option-box:active{transform:scale(.97)}.option-box input{display:none}.option-box .option-image,.option-box .option-text{display:flex;align-items:center;justify-content:center}.option-box .option-text{margin-top:10px;font-size:13px;font-weight:600;color:#212B36;line-height:1.4;gap:4px}.option-box.selected{border:2px solid #5b18db!important;background:#fbf8ff;box-shadow:0 4px 18px rgba(91,24,219,.16)}.option-box.selected .option-text{color:#3b0fa0}.button-container{display:flex;justify-content:space-between;align-items:center;margin-top:28px;gap:12px;position:relative}.button-placeholder{visibility:hidden;width:120px;height:44px;flex-shrink:0}.prev-button{padding:10px 24px;border:2px solid #5b18db;background:transparent;color:#5b18db;cursor:pointer;border-radius:10px;font-size:14px;font-weight:600;transition:all .2s ease;min-width:110px;height:44px;font-family:inherit;flex-shrink:0}.prev-button:hover{background:rgba(91,24,219,.06)}.next-button,.submit-button{padding:10px 28px;border:none;background:linear-gradient(135deg,#5b18db,#7A42F5);color:white;cursor:pointer;border-radius:10px;font-size:14px;font-weight:600;transition:all .2s ease;min-width:120px;height:44px;box-shadow:0 4px 14px rgba(91,24,219,.3);margin-left:auto;font-family:inherit;flex-shrink:0}.next-button:hover,.submit-button:hover{box-shadow:0 6px 20px rgba(91,24,219,.42);transform:translateY(-1px)}.next-button:active,.submit-button:active{transform:scale(.97)}.dots-wrapper{width:100%;display:flex;justify-content:center}@media (min-width:769px){.dots-wrapper{position:absolute;left:50%;transform:translateX(-50%);bottom:0}}.dots-container{display:flex;gap:6px;align-items:center}.dot{width:8px;height:8px;background:#C4CDD5;border-radius:50%;display:inline-block;transition:all .3s ease;cursor:pointer;flex-shrink:0}.dot.active{background:#5b18db;width:24px;border-radius:4px}@media (max-width:768px){.options-container{display:flex;flex-direction:column;gap:10px;margin:16px 0;justify-content:unset}.option-box{flex-direction:row;text-align:left;padding:13px 16px;gap:14px;border-radius:14px;width:100%;max-width:100%;min-height:66px;align-items:center}.option-box .option-image{flex-shrink:0}.option-box .option-text{margin-top:0;font-size:14px;justify-content:flex-start;text-align:left;flex:1;line-height:1.4;padding-right:0}.button-container{position:fixed;bottom:0;left:0;right:0;background:rgba(255,255,255,.97);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);padding:12px 16px calc(12px + env(safe-area-inset-bottom, 0px));border-top:1px solid rgba(91,24,219,.12);box-shadow:0 -4px 20px rgba(91,24,219,.1);z-index:50;margin-top:0;flex-wrap:nowrap;gap:10px}.button-placeholder{flex:1;visibility:hidden;height:50px;min-width:0;width:auto}.prev-button{flex:1;padding:0 12px}.next-button,.prev-button,.submit-button{height:50px;border-radius:12px;min-width:0;font-size:15px}.next-button,.submit-button{flex:2;margin-left:0;padding:0 16px}.dots-wrapper{position:static;margin-top:20px;margin-bottom:4px}}