.breakdance .bde-section-3183-100 .section-container{display:flex;flex-direction:column}:root{--williams-orange:#F79320;--williams-orange-dark:#E07D0A;--williams-charcoal:#231F20;--williams-red:#C8102E;--text:#231F20;--text-muted:#5a5a5a;--border:#c4c4c4;--border-light:#e0e0e0;--bg-section:#f5f5f5;--bg-input:#fff;--success:#065f46;--success-bg:#d1fae5}*{box-sizing:border-box}.wfc-form-wrapper{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif;color:var(--text);max-width:860px;margin:0 auto;padding:24px 20px;line-height:1.5}.wfc-header{border-bottom:3px solid var(--williams-navy);padding-bottom:16px;margin-bottom:28px}.wfc-header h2{color:var(--williams-navy);margin:0 0 6px 0;font-size:28px;font-weight:700}.wfc-header p{color:var(--text-muted);margin:0;font-size:15px}.wfc-claim-id{display:inline-block;background:var(--bg-section);border:1px solid var(--border-light);padding:6px 12px;font-family:"SF Mono",Monaco,Consolas,monospace;font-size:13px;color:var(--text-muted);margin-top:12px}.wfc-claim-id strong{color:var(--williams-navy)}.wfc-section{background:var(--bg-section);border:1px solid var(--border-light);padding:22px 24px;margin-bottom:20px}.wfc-section h3{margin:0 0 16px 0;font-size:17px;color:var(--williams-navy);font-weight:700;display:flex;align-items:center;gap:10px;line-height:1.3}.wfc-section h3::before{content:"";display:inline-block;width:4px;height:18px;background:var(--williams-orange);flex-shrink:0}.wfc-row{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-bottom:14px}.wfc-row.three-col{grid-template-columns:2fr 1fr 1fr}.wfc-row.four-col{grid-template-columns:2fr 1fr 1fr 1fr}@media (max-width:640px){.wfc-row,.wfc-row.three-col,.wfc-row.four-col{grid-template-columns:1fr}}.wfc-field{display:flex;flex-direction:column}.wfc-field.full{grid-column:1 / -1}.wfc-field label{font-size:13px;font-weight:600;color:var(--text);margin-bottom:5px}.wfc-field label .required{color:var(--williams-red);margin-left:2px}.wfc-field input[type="text"],.wfc-field input[type="email"],.wfc-field input[type="tel"],.wfc-field input[type="number"],.wfc-field input[type="date"],.wfc-field select,.wfc-field textarea{width:100%;padding:10px 12px;border:2px solid var(--border);font-size:14px;font-family:inherit;background:var(--bg-input);color:var(--text);transition:border-color 0.15s}.wfc-field select{padding-right:32px;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23231F20' d='M6 8L1 3h10z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center}.wfc-field input:focus,.wfc-field select:focus,.wfc-field textarea:focus{outline:none;border-color:var(--williams-orange)}.wfc-field textarea{resize:vertical;min-height:90px}.wfc-field .helper{font-size:12px;color:var(--text-muted);margin-top:4px}.wfc-claim-selector{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}@media (max-width:700px){.wfc-claim-selector{grid-template-columns:repeat(2,1fr)}}@media (max-width:480px){.wfc-claim-selector{grid-template-columns:1fr}}.wfc-claim-option{position:relative}.wfc-claim-option input[type="radio"]{position:absolute;opacity:0;width:0;height:0}.wfc-claim-option label{display:flex;flex-direction:column;justify-content:center;min-height:80px;padding:16px;border:2px solid var(--border);background:var(--bg-input);cursor:pointer;font-size:14px;font-weight:700;text-align:center;transition:all 0.15s;color:var(--text)}.wfc-claim-option label .desc{display:block;font-size:12px;font-weight:400;color:var(--text-muted);margin-top:4px}.wfc-claim-option label:hover{border-color:var(--williams-orange);background:#fff8f0}.wfc-claim-option input[type="radio"]:checked + label{border-color:var(--williams-orange);background:var(--williams-orange);color:#fff}.wfc-claim-option input[type="radio"]:checked + label .desc{color:rgba(255,255,255,0.9)}.wfc-conditional{display:none}.wfc-conditional.active{display:block}.wfc-items-wrapper{margin-top:8px}.wfc-item{background:var(--bg-input);border:1px solid var(--border-light);padding:16px;margin-bottom:12px;position:relative}.wfc-item-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px;padding-bottom:8px;border-bottom:1px solid var(--border-light)}.wfc-item-header strong{color:var(--williams-charcoal);font-size:14px}.wfc-remove-item{background:transparent;border:none;color:var(--williams-red);cursor:pointer;font-size:12px;font-weight:600;padding:4px 8px}.wfc-remove-item:hover{background:#fee2e2}.wfc-add-item{background:transparent;border:2px dashed var(--border);color:var(--williams-charcoal);padding:12px;cursor:pointer;font-weight:600;font-size:14px;width:100%;transition:all 0.15s}.wfc-add-item:hover{border-color:var(--williams-orange);background:#fff8f0}.wfc-file-upload{border:2px dashed var(--border);padding:24px 16px;text-align:center;background:var(--bg-input);cursor:pointer;transition:all 0.15s;display:block}.wfc-file-upload:hover{border-color:var(--williams-orange)}.wfc-file-upload input[type="file"]{display:none}.wfc-file-upload-label{color:var(--williams-charcoal);font-weight:600;font-size:14px}.wfc-file-upload-desc{color:var(--text-muted);font-size:12px;margin-top:4px}.wfc-file-list{margin-top:8px;font-size:13px;color:var(--text-muted)}.wfc-consent{display:flex;align-items:flex-start;gap:10px;font-size:13px;color:var(--text-muted);padding:12px;background:var(--bg-section);margin-bottom:16px}.wfc-consent input[type="checkbox"]{margin-top:2px;flex-shrink:0}.wfc-submit{background:var(--williams-orange);color:#fff;border:none;padding:16px 32px;font-size:16px;font-weight:700;cursor:pointer;width:100%;transition:background 0.15s;text-transform:uppercase;letter-spacing:0.5px}.wfc-submit:hover{background:var(--williams-orange-dark)}.wfc-submit:disabled{background:#9ca3af;cursor:not-allowed}.wfc-honeypot{position:absolute;left:-9999px;opacity:0;pointer-events:none}.wfc-success{background:var(--success-bg);border:1px solid #6ee7b7;padding:32px;text-align:center;color:var(--success)}.wfc-success h3{color:var(--success);margin:0 0 10px 0;font-size:22px}.wfc-success p{margin:8px 0}.wfc-success .claim-display{font-family:"SF Mono",Monaco,monospace;background:#fff;padding:8px 16px;display:inline-block;margin-top:12px;color:var(--williams-charcoal);font-weight:700;border:1px solid #6ee7b7}.wfc-info-banner{background:#fff8f0;border-left:4px solid var(--williams-orange);padding:12px 16px;margin-bottom:20px;font-size:13px;color:var(--williams-charcoal)}.wfc-info-banner strong{color:#78350f}.wfc-error{color:var(--williams-red);font-size:12px;margin-top:4px;display:none}.wfc-error.active{display:block}.wfc-policy{margin-bottom:32px;border:2px solid var(--williams-charcoal);padding:24px;background:#fff}.wfc-policy-section{margin-bottom:20px}.wfc-policy-section:last-of-type{margin-bottom:24px}.wfc-policy-section h3{font-size:14px;font-weight:700;color:var(--williams-charcoal);text-transform:uppercase;letter-spacing:0.5px;margin:0 0 8px 0;padding-bottom:6px;border-bottom:2px solid var(--williams-orange);display:inline-block}.wfc-policy-section p{font-size:14px;color:var(--text);margin:0;line-height:1.6}.wfc-policy-section ul{margin:0;padding-left:20px;font-size:14px;line-height:1.8}.wfc-policy-section li{margin-bottom:4px}.wfc-policy-locations{display:grid;grid-template-columns:1fr 1fr;gap:16px}@media (max-width:600px){.wfc-policy-locations{grid-template-columns:1fr}}.wfc-location-box{background:var(--bg-section);padding:20px;border-left:4px solid var(--williams-orange)}.wfc-location-box h4{font-size:16px;font-weight:700;color:var(--williams-charcoal);margin:0 0 8px 0}.wfc-location-box p{font-size:13px;color:var(--text-muted);margin:0 0 8px 0}.wfc-location-box address{font-style:normal;font-size:14px;font-weight:600;color:var(--williams-charcoal);line-height:1.5;margin-bottom:8px}.wfc-location-email{font-weight:600}.wfc-location-email a{color:var(--williams-orange);text-decoration:none}.wfc-location-email a:hover{text-decoration:underline}.wfc-location-note{font-size:12px;color:var(--williams-red);font-weight:600;margin-top:8px}.wfc-signature-section{background:#fff;border:2px solid var(--williams-charcoal)}.wfc-signature-section .wfc-row{grid-template-columns:2fr 1fr}.wfc-signature-section input[readonly]{background:var(--bg-section);color:var(--text-muted)}.breakdance .bde-code-block-3183-101{background-color:#fff}