@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap');

.mst{font-family:'Poppins',system-ui,-apple-system,sans-serif;padding:clamp(40px,7vw,84px) 0 clamp(56px,8vw,110px);}
.mst *{box-sizing:border-box;}
.mst-wrap{max-width:780px;margin:0 auto;padding:0 clamp(16px,4vw,32px);}

.mst-title{text-align:center;font-size:clamp(24px,4vw,34px);font-weight:700;color:#171717;line-height:1.2;margin:0 0 clamp(28px,4vw,48px);}

.mst-tabs{display:grid;grid-template-columns:1fr 1fr;margin-bottom:26px;}
.mst-tab{appearance:none;background:none;border:0;border-bottom:2px solid #e6e6e6;padding:12px 8px;min-height:48px;font-family:inherit;font-size:clamp(14px,2.3vw,16px);font-weight:500;color:#6b6b6b;cursor:pointer;transition:color .15s ease,border-color .15s ease;}
.mst-tab:hover{color:#171717;}
.mst-tab.is-active{color:#171717;font-weight:700;border-bottom-color:#171717;}
.mst-tab:focus-visible{outline:2px solid #cf8fa2;outline-offset:2px;}

.mst-panel{display:none;}
.mst-panel.is-active{display:block;}
.mst-field{margin-bottom:14px;}
.mst-field input{width:100%;min-height:56px;padding:16px 18px;border:1px solid #dcdcdc;border-radius:9px;background:#fff;font-family:inherit;font-size:15px;color:#171717;}
.mst-field input::placeholder{color:#9a9a9a;}
.mst-field input:focus{outline:2px solid #cf8fa2;outline-offset:1px;border-color:transparent;}

.mst-btn{width:100%;min-height:60px;margin-top:6px;padding:18px 26px;border:0;border-radius:9px;background:#000;color:#fff;font-family:inherit;font-size:16px;font-weight:600;letter-spacing:.04em;text-transform:uppercase;cursor:pointer;transition:opacity .15s ease;}
.mst-btn:hover{opacity:.86;}

.mst-note{margin-top:14px;font-size:13px;line-height:1.6;color:#6b6b6b;}
.mst-note a{color:#171717;}
.mst-err{margin-top:10px;font-size:13.5px;color:#c0392b;display:none;}
.mst-err.is-on{display:block;}
.mst-powered{margin-top:16px;text-align:right;font-size:12.5px;color:#8a8a8a;}
.mst-powered a{color:inherit;text-decoration:none;}
.mst-powered a:hover{text-decoration:underline;}
