.smf{position:relative;background:linear-gradient(135deg,#ec0000 0,#b50000 60%,#8b0000 100%);overflow:hidden}
.smf__inner{padding:48px 24px;max-width:1200px;margin:0 auto}
.smf__inner>.cmp-container{display:flex;flex-direction:row;gap:40px}
.smf__left{display:flex;flex-direction:column;gap:20px;color:#fff}
.smf__logos{display:flex;align-items:center;gap:12px}
.smf .image{width:252px}
.smf__logos-divider{color:rgba(255,255,255,0.6);font-size:20px;font-weight:300;line-height:1}
.smf__eyebrow{font-size:14px;font-weight:400;letter-spacing:.05em;margin:0;opacity:.9}
.smf__eyebrow::after{content:"";display:block;width:40px;height:2px;background:#fff;margin-top:6px;opacity:.6}
.smf__title{font-size:36px;font-weight:700;line-height:1.15;margin:0}
.smf__description{font-size:15px;font-weight:400;line-height:1.6;margin:0;opacity:.92;max-width:480px}
.smf__bullets{list-style:none;padding:0;margin:4px 0 0 0;display:flex;flex-direction:column;gap:16px}
.smf__bullet{display:flex;align-items:flex-start;gap:14px}
.smf__bullet-icon{flex-shrink:0;display:flex;align-items:center;justify-content:center;margin-top:2px}
.smf__bullet-text{font-size:15px;font-weight:400;line-height:1.5}
.smf__bullet-text strong{font-size:22px;font-weight:700}
.smf__right{display:flex;justify-content:center;min-width:510px}
.smf__card{background:#821a11;border-radius:16px;overflow:hidden;width:100%;max-width:510px;padding:24px 32px;box-sizing:border-box;display:flex;flex-direction:column;gap:32px}
.smf__card-header{text-align:center}
.smf__card-title{font-weight:700;font-size:24px;line-height:32px;letter-spacing:0;text-align:center;vertical-align:middle;color:#fff;margin:0}
.smf__form{display:flex;flex-direction:column}
.smf__form .g-recaptcha{transform-origin:left top;display:flex;align-self:center}
.smf__field{display:flex;flex-direction:column;gap:3px}
.smf__field--checkbox{gap:4px;margin-top:24px}
.smf__field--submit{margin-top:4px}
.smf__input{width:100%;box-sizing:border-box;padding:12px;border:1px solid #d9d9d9;border-radius:4px;background:#fff;font-size:18px;font-weight:300;color:#333;transition:border-color .2s}
.smf__input::placeholder{color:#999}
.smf__input:focus,.smf__input:focus-visible{outline:0;border-color:#ec0000}
.smf__input.smf__input--error{border-color:#e74235}
.smf__select-wrapper{position:relative;display:flex;align-items:center}
.smf__select{width:100%;box-sizing:border-box;padding:12px;border:1px solid #d9d9d9;border-radius:4px;background:#fff;font-size:18px;font-weight:300;color:#999;appearance:none;-webkit-appearance:none;cursor:pointer;transition:border-color .2s}
.smf__select:focus,.smf__select:focus-visible{outline:0;border-color:#ec0000}
.smf__select.smf__select--error{border-color:#e74235}
.smf__select option:not([value=""]){color:#333}
.smf__select-arrow{position:absolute;right:12px;pointer-events:none;flex-shrink:0}
.smf__error{font-size:11px;color:#e74235;min-height:14px;display:block}
.smf__checkbox-label{display:flex;align-items:flex-start;gap:10px;cursor:pointer}
.smf__checkbox{flex-shrink:0;margin:2px 0 0 0;width:16px;height:16px;accent-color:#ec0000;cursor:pointer}
.smf__checkbox-text{font-size:11px;font-weight:400;line-height:1.5;color:white}
.smf__checkbox-text a{text-decoration:underline;font-weight:700;color:white}
.smf__checkbox-text a .cmp-link__screen-reader-only{display:none}
.smf__submit{width:100%;padding:13px 24px;background:white;color:#821a11;font-size:16px;font-weight:500;border:0;border-radius:100px;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:10px}