.pewex-form{--section-bg:#F3F5F1;--card-bg:#FFFFFF;--green:#73BE0F;--heading:#17352A;--ink:#3E4B45;display:grid;grid-template-columns:1fr;gap:clamp(24px,4vw,40px);max-width:1080px;margin:50px auto;padding:clamp(28px,5vw,64px);background:var(--section-bg);color:var(--ink);border-radius:18px;box-shadow:0 22px 55px rgba(23,53,42,.12)}
.pewex-form *{box-sizing:border-box}.pewex-form__intro{padding-top:12px}.pewex-form__eyebrow{display:inline-block;margin-bottom:14px;color:var(--green);font-size:13px;font-weight:800;letter-spacing:.14em;text-transform:uppercase}.pewex-form__intro h2{margin:0 0 18px;color:#fff;font-size:clamp(30px,4vw,48px);line-height:1.05}.pewex-form__intro p{font-size:17px;line-height:1.65;opacity:.92}.pewex-form__intro ul{margin:26px 0 0;padding:0;list-style:none}.pewex-form__intro li{position:relative;margin:12px 0;padding-left:27px}.pewex-form__intro li:before{content:'✓';position:absolute;left:0;color:var(--green);font-weight:900}.pewex-form__card{padding:clamp(22px,4vw,42px);background:#fff;color:var(--ink);border-radius:14px}.pewex-form__fields label,.pewex-form legend{font-weight:750}.pewex-form__fields label>span,.pewex-form legend>span,.pewex-form__consent em{color:#c53929}.pewex-form__grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}.pewex-form input[type=text],.pewex-form input[type=tel],.pewex-form input[type=email],.pewex-form select,.pewex-form textarea{display:block;width:100%;min-height:50px;margin-top:8px;padding:12px 14px;border:1px solid #cbd5df;border-radius:7px;background:#fff;color:#13283e;font:inherit;box-shadow:none}.pewex-form textarea{resize:vertical}.pewex-form input:focus,.pewex-form select:focus,.pewex-form textarea:focus{outline:3px solid rgba(115,190,15,.22);border-color:var(--green)}.pewex-form fieldset{margin:24px 0;padding:0;border:0}.pewex-form legend{margin-bottom:10px}.pewex-form__checks{display:grid;grid-template-columns:1fr 1fr;gap:9px 18px}.pewex-form__checks label,.pewex-form__consent{display:flex;align-items:flex-start;gap:9px;font-weight:500}.pewex-form input[type=checkbox]{flex:0 0 auto;width:19px;height:19px;margin:2px 0 0;accent-color:var(--green)}.pewex-form__wide{display:block}.pewex-form__upload{margin:22px 0;padding:18px;border:2px dashed #b8c7d5;border-radius:9px;background:#f6f8fa}.pewex-form__upload input{display:block;margin-top:10px;width:100%}.pewex-form__upload small,.pewex-form__help{font-weight:400;color:#637387}.pewex-form__help{margin:8px 0 0;font-size:13px}.pewex-form__file-list{margin-top:8px;color:var(--navy);font-size:13px;font-weight:700}.pewex-form__consent{margin:20px 0;font-size:14px;line-height:1.45}.pewex-form button{display:flex;align-items:center;justify-content:center;gap:14px;width:100%;min-height:56px;padding:14px 20px;border:0;border-radius:7px;background:var(--green);color:#fff;font:800 16px/1.2 inherit;text-transform:uppercase;cursor:pointer;box-shadow:0 10px 24px rgba(115,190,15,.24);transition:.2s ease}.pewex-form button:hover{background:#62a30c;transform:translateY(-1px)}.pewex-form button:focus{outline:3px solid rgba(0,46,98,.28);outline-offset:2px}.pewex-form__required{margin:10px 0 0;text-align:center;color:#738091;font-size:12px}.pewex-form__notice{margin-bottom:22px;padding:14px 16px;border-radius:7px}.pewex-form__notice--success{background:#edf8df;border-left:4px solid var(--green)}.pewex-form__notice--error{background:#fff1ef;border-left:4px solid #c53929}.pewex-form__trap{position:absolute!important;left:-9999px!important;width:1px!important;height:1px!important;overflow:hidden!important}
.pewex-form__intro h2{color:var(--heading)}
.pewex-form__intro{max-width:820px;padding-top:0}
.pewex-form__intro ul{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px 24px;margin-top:22px}
.pewex-form__intro li{margin:0}
.pewex-form__card{background:var(--card-bg)}
.pewex-form__file-list{color:var(--heading)}
.pewex-form__file-list p{margin:10px 0 6px}.pewex-form__file-list ul{margin:0;padding:0;list-style:none}.pewex-form__file-list li{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:7px 0;border-bottom:1px solid #dbe2e6}.pewex-form__file-list li span{overflow-wrap:anywhere}.pewex-form .pewex-form__remove-file{flex:0 0 auto;width:auto;min-height:32px;padding:6px 12px;border:1px solid var(--button-bg,#002E62);background:var(--button-bg,#002E62);color:#fff;font-size:12px;text-transform:none;box-shadow:none}.pewex-form .pewex-form__remove-file:hover{background:var(--button-bg,#002E62);color:#fff;filter:brightness(.88);transform:none}.pewex-form__file-error{color:#b42318}
.pewex-form__grid--identity{grid-template-columns:repeat(2,minmax(0,1fr))}
.pewex-form__grid + .pewex-form__grid{margin-top:18px}
.pewex-form button{background:var(--button-bg,#002E62);box-shadow:0 10px 24px rgba(0,46,98,.20)}
.pewex-form button:hover{background:var(--button-bg,#002E62);filter:brightness(.88)}
.pewex-form__privacy{margin:20px 0;color:#637387;font-size:13px;line-height:1.45}
@media(max-width:900px){.pewex-form{grid-template-columns:1fr;margin:28px 16px;padding:26px;border-radius:12px}.pewex-form__intro{padding:0}.pewex-form__intro h2{font-size:34px}}
@media(max-width:760px){.pewex-form__intro ul{grid-template-columns:1fr}}
@media(max-width:760px){.pewex-form__grid--identity{grid-template-columns:1fr}}
@media(max-width:620px){.pewex-form{margin:18px 0;padding:22px 14px;border-radius:0}.pewex-form__card{padding:20px 15px}.pewex-form__grid,.pewex-form__checks{grid-template-columns:1fr}.pewex-form__intro h2{font-size:30px}.pewex-form__intro p{font-size:15px}}
@media(prefers-reduced-motion:reduce){.pewex-form button{transition:none}}