@charset "utf-8";.customer-request-form-card{width:100%;max-width:1180px;margin:0 auto;padding:28px;box-sizing:border-box;background:#fff;border:1px solid #dde3e8;border-radius:12px;box-shadow:0 5px 20px rgba(0,0,0,0.035)} .customer-request-form{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px 22px} .customer-request-field{min-width:0} .customer-request-field-full{grid-column:1 / -1} .customer-request-field label{display:flex;align-items:baseline;gap:5px;margin-bottom:7px;color:#263442;font-size:0.9rem;font-weight:700} .customer-request-required{color:#ff6600;font-weight:800} .customer-request-optional{margin-left:auto;color:#8a96a1;font-size:0.75rem;font-weight:500} .customer-request-field input,.customer-request-field textarea{width:100%;box-sizing:border-box;color:#263442;font-family:inherit;font-size:0.94rem;background:#f8fafb;border:1px solid #cfd8e3;border-radius:8px;transition:background-color 0.2s ease,border-color 0.2s ease,box-shadow 0.2s ease} .customer-request-field input{min-height:46px;padding:10px 13px} .customer-request-field textarea{min-height:150px;padding:12px 13px;line-height:1.55;resize:vertical} .customer-request-field input:focus,.customer-request-field textarea:focus{background:#fff;border-color:#ff6600;box-shadow:0 0 0 3px rgba(255,102,0,0.10);outline:none} .customer-request-option{display:flex;align-items:flex-start;gap:11px;padding:15px 17px;box-sizing:border-box;color:#5b6976;font-size:0.88rem;line-height:1.5;background:#f7f9fb;border:1px solid #e1e6ea;border-radius:8px;cursor:pointer} .customer-request-option input{flex:0 0 auto;width:18px;height:18px;margin:2px 0 0;accent-color:#ff6600} .customer-request-option strong{display:block;margin-bottom:1px;color:#263442} .customer-request-option a{color:#e95d00;font-weight:700;text-decoration:none} .customer-request-option a:hover{text-decoration:underline} .customer-request-option .customer-request-required{display:inline;color:#ff6600} .customer-request-privacy{background:#fff8f3;border-color:#f2d6c2} .customer-request-honeypot{position:absolute !important;left:-10000px !important;width:1px !important;height:1px !important;overflow:hidden !important} .customer-request-actions{display:flex;align-items:center;justify-content:space-between;gap:18px;padding-top:4px} .customer-request-required-note{color:#77838f;font-size:0.8rem} .customer-request-submit{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:46px;padding:0 22px;color:#fff;font-family:inherit;font-size:0.9rem;font-weight:700;background:#ff6600;border:1px solid #ff6600;border-radius:8px;cursor:pointer;transition:transform 0.2s ease,background-color 0.2s ease,border-color 0.2s ease,box-shadow 0.2s ease} .customer-request-submit svg{width:18px;height:18px;fill:currentColor} .customer-request-submit:hover,.customer-request-submit:focus-visible{background:#e95d00;border-color:#e95d00;transform:translateY(-1px);box-shadow:0 5px 14px rgba(255,102,0,0.16);outline:none} .customer-request-trust{max-width:962px;margin:28px auto 0;text-align:center} .customer-request-trust img{display:block;width:100%;height:auto} @media (max-width:680px){.customer-request-form-card{padding:20px 14px;border-radius:10px} .customer-request-form{grid-template-columns:1fr;gap:17px} .customer-request-field-full{grid-column:1} .customer-request-actions{align-items:stretch;flex-direction:column} .customer-request-submit{width:100%}}