:root{--fwg-white: #FFFFFF;--fwg-page-bg: #000000;--fwg-card-bg: #202020;--fwg-field-bg: #181818;--fwg-light-gray: #EDEEEE;--fwg-mid-gray: #7D7D7D;--fwg-text: #E8E8E8;--fwg-text-secondary: #B0B0B0;--fwg-dark-gray-2: #212121;--fwg-dark-gray: #1D1D1D;--fwg-black: #000000;--fwg-border: #383838;--fwg-border-light: #2E2E2E;--fwg-red: #CE0000;--fwg-red-hover: #A80000;--fwg-red-light: rgba(206, 0, 0, .12);--fwg-red-border: rgba(206, 0, 0, .35);--fwg-green: #1B8C3D;--fwg-green-light: rgba(27, 140, 61, .12);--fwg-green-border: rgba(27, 140, 61, .35);--fwg-orange: #E67E22;--fwg-orange-light: rgba(230, 126, 34, .12);--fwg-orange-border: rgba(230, 126, 34, .35);--fwg-amber-bg: #2A2010;--fwg-amber-border: #5A4520;--fwg-amber-text: #D4A654;--fwg-blue: #4A8EE0;--fwg-blue-light: rgba(74, 142, 224, .12);--fwg-blue-border: rgba(74, 142, 224, .3);--font-headline: "Poppins", sans-serif;--font-body: "Poppins", sans-serif;--radius-lg: 18px;--radius-md: 12px;--radius-sm: 8px;--transition: .2s ease}.form-page-styling *,.form-page-styling *:before,.form-page-styling *:after{box-sizing:border-box;margin:0;padding:0}.form-page-styling{font-family:var(--font-body);font-weight:400;background:var(--fwg-page-bg);color:var(--fwg-text);line-height:1.6;-webkit-font-smoothing:antialiased;min-height:100vh;display:flex;flex-direction:column;align-items:center;padding:40px 20px 80px}.form-page-styling .form-header{width:100%;max-width:760px;margin-bottom:28px;text-align:center}.form-page-styling .form-header__tag{display:inline-block;font-family:var(--font-headline);font-size:12px;font-weight:600;letter-spacing:1.5px;text-transform:uppercase;color:var(--fwg-red);background:var(--fwg-red-light);border:1px solid var(--fwg-red-border);padding:6px 18px;border-radius:var(--radius-sm);margin-bottom:20px}.form-page-styling .form-header__title{font-family:var(--font-headline);font-size:clamp(28px,5vw,40px);font-weight:700;letter-spacing:-.5px;color:var(--fwg-white);line-height:1.15;margin-bottom:12px}.form-page-styling .form-header__subtitle{font-size:13.5px;font-weight:300;color:var(--fwg-mid-gray);max-width:480px;margin:0 auto}.form-page-styling .stepper{width:100%;max-width:760px;display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:28px;padding:0 10px;position:relative}.form-page-styling .stepper:before{content:"";position:absolute;top:18px;left:40px;right:40px;height:2px;background:var(--fwg-border);z-index:0}.form-page-styling .step-indicator{display:flex;flex-direction:column;align-items:center;gap:8px;cursor:pointer;position:relative;z-index:1;min-width:60px;transition:opacity var(--transition)}.form-page-styling .step-indicator__circle{width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-family:var(--font-headline);font-size:13px;font-weight:700;border:2.5px solid var(--fwg-border);background:var(--fwg-card-bg);color:var(--fwg-mid-gray);transition:all .3s ease;position:relative}.form-page-styling .step-indicator__label{font-size:11px;font-weight:500;color:var(--fwg-mid-gray);text-align:center;line-height:1.3;max-width:80px;transition:color var(--transition)}.form-page-styling .step-indicator.active .step-indicator__circle{border-color:var(--fwg-red);background:var(--fwg-red);color:var(--fwg-white);box-shadow:0 0 0 4px var(--fwg-red-light)}.form-page-styling .step-indicator.active .step-indicator__label{color:var(--fwg-red);font-weight:600}.form-page-styling .step-indicator.completed .step-indicator__circle{border-color:var(--fwg-green);background:var(--fwg-green);color:var(--fwg-white)}.form-page-styling .step-indicator.completed .step-indicator__label{color:var(--fwg-green)}.form-page-styling .step-indicator:not(.active):hover .step-indicator__circle{transform:scale(1.08)}.form-page-styling .step-indicator:not(.active):hover .step-indicator__label{color:var(--fwg-text)}.form-page-styling .step-card{width:100%;max-width:760px;background:var(--fwg-card-bg);border-radius:var(--radius-lg);box-shadow:0 1px 3px #0003,0 8px 30px #00000026;padding:36px 40px;display:none;animation:fwgStylingCardIn .3s ease}.form-page-styling .step-card.active{display:flex;flex-direction:column}.form-page-styling .step-card__footer{margin-top:auto;padding-top:24px;border-top:1px solid var(--fwg-border);display:flex;align-items:center;justify-content:space-between;gap:12px}.form-page-styling .step-card__footer--end{justify-content:flex-end}@keyframes fwgStylingCardIn{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.form-page-styling .step-card__header{display:flex;align-items:center;gap:12px;margin-bottom:28px}.form-page-styling .step-card__number{flex-shrink:0;width:32px;height:32px;background:var(--fwg-red);color:var(--fwg-white);font-family:var(--font-headline);font-size:14px;font-weight:700;display:flex;align-items:center;justify-content:center;border-radius:var(--radius-sm)}.form-page-styling .step-card__title{font-family:var(--font-headline);font-size:18px;font-weight:700;letter-spacing:.01em;color:var(--fwg-white)}.form-page-styling .btn-nav{display:inline-flex;align-items:center;gap:8px;font-family:var(--font-headline);font-size:14px;font-weight:600;border:none;border-radius:var(--radius-md);padding:13px 28px;cursor:pointer;transition:all var(--transition);letter-spacing:.02em}.form-page-styling .btn-nav svg{width:16px;height:16px;flex-shrink:0}.form-page-styling .btn-nav--back{color:var(--fwg-text-secondary);background:var(--fwg-field-bg);border:1.5px solid var(--fwg-border)}.form-page-styling .btn-nav--back:hover{color:var(--fwg-white);border-color:var(--fwg-mid-gray);background:#2a2a2a}.form-page-styling .btn-nav--continue{color:var(--fwg-white);background:var(--fwg-red)}.form-page-styling .btn-nav--continue:hover{background:var(--fwg-red-hover);transform:translateY(-1px)}.form-page-styling .btn-nav--continue:active{transform:translateY(0)}.form-page-styling .field-error input,.form-page-styling .field-error select,.form-page-styling .field-error textarea{border-color:var(--fwg-red)!important;box-shadow:0 0 0 3px var(--fwg-red-light)!important}.form-page-styling .field-error .contact-method-group,.form-page-styling .field-error .service-grid,.form-page-styling .field-error .vtype-grid{outline:2px solid var(--fwg-red);outline-offset:4px;border-radius:var(--radius-md)}@keyframes fwgStylingShake{0%,to{transform:translate(0)}20%{transform:translate(-6px)}40%{transform:translate(6px)}60%{transform:translate(-4px)}80%{transform:translate(4px)}}.form-page-styling .shake{animation:fwgStylingShake .4s ease}.form-page-styling .field-group{margin-bottom:22px}.form-page-styling .field-group:last-child{margin-bottom:0}.form-page-styling .field-row{display:grid;grid-template-columns:1fr 1fr;gap:16px}.form-page-styling label.field-label{display:block;font-size:13.5px;font-weight:600;color:var(--fwg-text);margin-bottom:6px;letter-spacing:.01em}.form-page-styling label.field-label .required{color:var(--fwg-red);margin-left:2px}.form-page-styling label.field-label .optional{color:var(--fwg-mid-gray);font-weight:400;font-size:12px;margin-left:4px}.form-page-styling .field-helper{display:block;font-size:12px;font-weight:300;color:var(--fwg-mid-gray);margin-bottom:6px;line-height:1.5}.form-page-styling input[type=text],.form-page-styling input[type=email],.form-page-styling input[type=tel],.form-page-styling input[type=number],.form-page-styling select,.form-page-styling textarea{width:100%!important;font-family:var(--font-body)!important;font-size:14px!important;font-weight:400!important;color:var(--fwg-text)!important;background:var(--fwg-field-bg)!important;border:1.5px solid var(--fwg-border)!important;border-radius:var(--radius-md)!important;padding:11px 14px!important;transition:border-color var(--transition),box-shadow var(--transition);outline:none!important;height:auto!important;line-height:1.6!important;min-height:0!important;margin:0!important}.form-page-styling input:focus,.form-page-styling select:focus,.form-page-styling textarea:focus{border-color:var(--fwg-red)!important;box-shadow:0 0 0 3px var(--fwg-red-light)!important}.form-page-styling input::placeholder,.form-page-styling textarea::placeholder{color:#555}.form-page-styling select{-webkit-appearance:none!important;-moz-appearance:none!important;appearance:none!important;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%237D7D7D' stroke-width='1.5' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")!important;background-repeat:no-repeat!important;background-position:right 14px center!important;background-color:var(--fwg-field-bg)!important;padding-right:38px!important;cursor:pointer}.form-page-styling select option{background:var(--fwg-card-bg);color:var(--fwg-text)}.form-page-styling textarea{resize:vertical;min-height:110px!important}.form-page-styling .contact-method-group{display:flex;gap:10px;margin-top:4px}.form-page-styling .contact-method-btn{flex:1;display:flex;align-items:center;justify-content:center;gap:8px;padding:12px 16px;border:1.5px solid var(--fwg-border);border-radius:var(--radius-md);background:var(--fwg-field-bg);cursor:pointer;transition:all var(--transition);font-family:var(--font-body);font-size:14px;font-weight:500;color:var(--fwg-text-secondary)}.form-page-styling .contact-method-btn:hover{border-color:var(--fwg-mid-gray);background:#2a2a2a;color:var(--fwg-text)}.form-page-styling .contact-method-btn.selected{border-color:var(--fwg-red);background:var(--fwg-red-light);color:var(--fwg-red);box-shadow:0 0 0 3px #ce000014}.form-page-styling .contact-method-btn svg{width:18px;height:18px;flex-shrink:0}.form-page-styling .service-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-top:4px}.form-page-styling .service-btn{display:flex;align-items:center;justify-content:center;padding:14px 10px;border:2px solid var(--fwg-border);border-radius:var(--radius-md);background:var(--fwg-field-bg);cursor:pointer;transition:all var(--transition);font-family:var(--font-body);font-size:12.5px;font-weight:600;color:var(--fwg-text-secondary);text-align:center;position:relative;min-height:52px}.form-page-styling .service-btn:hover{border-color:var(--fwg-mid-gray);background:#2a2a2a;color:var(--fwg-text)}.form-page-styling .service-btn.selected{border-color:var(--fwg-red);background:var(--fwg-red-light);color:var(--fwg-red);box-shadow:0 0 0 3px #ce000014}.form-page-styling .service-btn__label{line-height:1.3}.form-page-styling .service-details-area{margin-top:20px}.form-page-styling .svc-detail{display:none;background:var(--fwg-field-bg);border:1.5px solid var(--fwg-border-light);border-radius:var(--radius-md);padding:22px 24px;margin-bottom:14px;animation:fwgStylingSlideIn .25s ease}.form-page-styling .svc-detail.visible{display:block}.form-page-styling .svc-detail__header{display:flex;align-items:center;gap:10px;margin-bottom:16px;padding-bottom:12px;border-bottom:1px solid var(--fwg-border-light)}.form-page-styling .svc-detail__dot{width:10px;height:10px;border-radius:50%;background:var(--fwg-red);flex-shrink:0}.form-page-styling .svc-detail__title{font-family:var(--font-headline);font-size:14px;font-weight:700;color:var(--fwg-white)}.form-page-styling .svc-detail .field-group{margin-bottom:16px}.form-page-styling .svc-detail .field-group:last-child{margin-bottom:0}.form-page-styling .artwork-btn-group{display:flex;flex-direction:column;gap:8px}.form-page-styling .artwork-btn{display:flex;align-items:center;gap:12px;padding:14px 18px;border:1.5px solid var(--fwg-border);border-radius:var(--radius-md);background:var(--fwg-card-bg);cursor:pointer;transition:all var(--transition);font-family:var(--font-body);font-size:13.5px;font-weight:500;color:var(--fwg-text-secondary);text-align:left}.form-page-styling .artwork-btn:hover{border-color:var(--fwg-mid-gray);background:#2a2a2a}.form-page-styling .artwork-btn.selected{border-color:var(--fwg-red);background:var(--fwg-red-light);color:var(--fwg-red)}.form-page-styling .artwork-btn__radio{width:18px;height:18px;border:2px solid var(--fwg-border);border-radius:50%;flex-shrink:0;display:flex;align-items:center;justify-content:center;transition:all var(--transition)}.form-page-styling .artwork-btn.selected .artwork-btn__radio{border-color:var(--fwg-red)}.form-page-styling .artwork-btn.selected .artwork-btn__radio:after{content:"";width:8px;height:8px;border-radius:50%;background:var(--fwg-red)}.form-page-styling .artwork-btn__content{flex:1}.form-page-styling .artwork-btn__label{font-weight:600}.form-page-styling .artwork-btn__fee{font-size:11px;font-weight:600;color:var(--fwg-orange);background:var(--fwg-orange-light);border:1px solid var(--fwg-orange-border);padding:3px 10px;border-radius:20px;white-space:nowrap;flex-shrink:0}.form-page-styling .tux-btn-group{display:grid;grid-template-columns:1fr 1fr;gap:10px}.form-page-styling .tux-btn{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;padding:16px 12px;border:2px solid var(--fwg-border);border-radius:var(--radius-md);background:var(--fwg-card-bg);cursor:pointer;transition:all var(--transition);font-family:var(--font-body);font-size:13px;font-weight:600;color:var(--fwg-text-secondary);text-align:center}.form-page-styling .tux-btn:hover{border-color:var(--fwg-mid-gray);background:#2a2a2a}.form-page-styling .tux-btn.selected{border-color:var(--fwg-red);background:var(--fwg-red-light);color:var(--fwg-red);box-shadow:0 0 0 3px #ce000014}.form-page-styling .tux-btn svg{width:28px;height:28px;color:var(--fwg-mid-gray)}.form-page-styling .tux-btn.selected svg{color:var(--fwg-red)}.form-page-styling .checkbox-option{display:flex;align-items:flex-start;gap:10px;cursor:pointer;font-size:13.5px;font-weight:400;color:var(--fwg-text);line-height:1.5}.form-page-styling .checkbox-option input[type=checkbox]{-webkit-appearance:none!important;-moz-appearance:none!important;appearance:none!important;width:18px!important;height:18px!important;border:1.5px solid var(--fwg-border)!important;border-radius:4px!important;cursor:pointer;position:relative;transition:border-color var(--transition),background var(--transition);flex-shrink:0;margin-top:2px;background:var(--fwg-field-bg)!important;padding:0!important;min-height:0!important}.form-page-styling .checkbox-option input[type=checkbox]:checked{border-color:var(--fwg-red)!important;background:var(--fwg-red)!important}.form-page-styling .checkbox-option input[type=checkbox]:checked:after{content:"";position:absolute;top:2px;left:5px;width:5px;height:9px;border:solid white;border-width:0 2px 2px 0;transform:rotate(45deg)}.form-page-styling .file-upload{position:relative;border:2px dashed var(--fwg-border);border-radius:var(--radius-md);padding:24px;text-align:center;cursor:pointer;transition:border-color var(--transition),background var(--transition)}.form-page-styling .file-upload:hover{border-color:var(--fwg-red-border);background:var(--fwg-red-light)}.form-page-styling .file-upload input[type=file]{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;cursor:pointer;width:100%!important;height:100%!important;padding:0!important;border:none!important;min-height:0!important}.form-page-styling .file-upload__icon{width:36px;height:36px;margin:0 auto 8px;opacity:.35}.form-page-styling .file-upload__text{font-size:13px;color:var(--fwg-mid-gray)}.form-page-styling .file-upload__text strong{color:var(--fwg-red);font-weight:600}.form-page-styling .file-names{margin-top:8px;font-size:12px;color:var(--fwg-text)}.form-page-styling .file-upload--compact{padding:16px}.form-page-styling .file-upload--compact .file-upload__icon{width:28px;height:28px;margin-bottom:4px}.form-page-styling .vehicle-section__toolbar{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px;flex-wrap:wrap;gap:12px}.form-page-styling .vehicle-count-badge{font-size:12.5px;font-weight:500;color:var(--fwg-mid-gray);background:var(--fwg-field-bg);border:1px solid var(--fwg-border);padding:6px 14px;border-radius:20px}.form-page-styling .vehicle-count-badge span{color:var(--fwg-text);font-size:14px}.form-page-styling .vehicle-block{background:var(--fwg-field-bg);border:1px solid var(--fwg-border-light);border-radius:var(--radius-lg);padding:28px 28px 24px;margin-bottom:16px;position:relative;animation:fwgStylingSlideIn .3s ease}@keyframes fwgStylingSlideIn{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.form-page-styling .vehicle-block__top-bar{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px;flex-wrap:wrap;gap:8px}.form-page-styling .vehicle-block__title{font-family:var(--font-headline);font-size:15px;font-weight:700;letter-spacing:.01em;color:var(--fwg-white);padding-bottom:4px;border-bottom:2px solid var(--fwg-red)}.form-page-styling .vehicle-block__actions{display:flex;gap:8px;flex-wrap:wrap}.form-page-styling .btn-vehicle-action{display:inline-flex;align-items:center;gap:5px;font-family:var(--font-body);font-size:11.5px;font-weight:600;border:none;border-radius:var(--radius-sm);padding:6px 12px;cursor:pointer;transition:all var(--transition);line-height:1}.form-page-styling .btn-vehicle-action svg{width:14px;height:14px;flex-shrink:0}.form-page-styling .btn-copy{color:var(--fwg-green);background:var(--fwg-green-light);border:1px solid var(--fwg-green-border)}.form-page-styling .btn-copy:hover{background:#1b8c3d33}.form-page-styling .btn-duplicate{color:var(--fwg-text-secondary);background:var(--fwg-card-bg);border:1px solid var(--fwg-border)}.form-page-styling .btn-duplicate:hover{background:#2a2a2a}.form-page-styling .btn-remove{color:var(--fwg-red);background:var(--fwg-red-light);border:1px solid var(--fwg-red-border)}.form-page-styling .btn-remove:hover{background:#ce00002e}.form-page-styling .vehicle-block .field-group{margin-bottom:16px}.form-page-styling .older-vehicle-notice{display:none;background:var(--fwg-amber-bg);border:1px solid var(--fwg-amber-border);border-radius:var(--radius-md);padding:12px 14px;margin-top:10px;font-size:12.5px;color:var(--fwg-amber-text);line-height:1.55}.form-page-styling .older-vehicle-notice.visible{display:block}.form-page-styling .older-vehicle-notice input{margin-top:10px;border-radius:var(--radius-sm)}.form-page-styling .paint-notice{display:none;background:var(--fwg-amber-bg);border:1px solid var(--fwg-amber-border);border-radius:var(--radius-md);padding:14px 16px;margin-top:10px;font-size:12.5px;color:var(--fwg-amber-text);line-height:1.55}.form-page-styling .paint-notice.visible{display:block}.form-page-styling .paint-notice__header{display:flex;align-items:center;gap:8px;margin-bottom:8px;font-weight:600;font-size:13px}.form-page-styling .paint-notice__header svg{width:18px;height:18px;flex-shrink:0}.form-page-styling .paint-notice textarea{margin-top:10px;background:#0003!important;border:1px solid var(--fwg-amber-border)!important;color:var(--fwg-amber-text)!important}.form-page-styling .paint-notice textarea::placeholder{color:#d4a65480}.form-page-styling .browsing-notice{background:var(--fwg-blue-light);border:1px solid var(--fwg-blue-border);border-radius:var(--radius-md);padding:12px 14px;margin-top:4px;font-size:12.5px;font-weight:400;color:var(--fwg-blue);line-height:1.5;display:none}.form-page-styling .browsing-notice.visible{display:block}.form-page-styling .vtype-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-bottom:20px}.form-page-styling .vtype-card{border:2px solid var(--fwg-border);border-radius:var(--radius-md);padding:14px 10px 12px;text-align:center;cursor:pointer;transition:all var(--transition);background:var(--fwg-card-bg)}.form-page-styling .vtype-card:hover{border-color:var(--fwg-mid-gray);background:#2a2a2a}.form-page-styling .vtype-card.selected{border-color:var(--fwg-red);background:var(--fwg-red-light);box-shadow:0 0 0 3px #ce000014}.form-page-styling .vtype-card__label{font-size:12px;font-weight:600;color:var(--fwg-text-secondary);line-height:1.3}.form-page-styling .vtype-card.selected .vtype-card__label{color:var(--fwg-red)}.form-page-styling .vtype-card__example{font-size:10.5px;font-weight:400;color:var(--fwg-mid-gray);line-height:1.4;margin-top:4px;font-style:italic}.form-page-styling .vtype-card.selected .vtype-card__example{color:#ce0000b3}.form-page-styling .conditional-fields{display:none}.form-page-styling .conditional-fields.visible{display:block}.form-page-styling .vtype-prompt{text-align:center;padding:32px 20px;border:2px dashed var(--fwg-border);border-radius:var(--radius-md);background:var(--fwg-card-bg);margin-top:4px}.form-page-styling .vtype-prompt__icon{width:40px;height:40px;margin:0 auto 12px;color:var(--fwg-mid-gray);opacity:.5}.form-page-styling .vtype-prompt__text{font-size:14px;font-weight:500;color:var(--fwg-mid-gray)}.form-page-styling .color-picker{position:relative;width:100%}.form-page-styling .color-picker__trigger{display:flex;align-items:center;gap:10px;width:100%;font-family:var(--font-body);font-size:14px;color:var(--fwg-text);background:var(--fwg-field-bg);border:1.5px solid var(--fwg-border);border-radius:var(--radius-md);padding:9px 14px;cursor:pointer;transition:border-color var(--transition),box-shadow var(--transition);outline:none;text-align:left;min-height:44px}.form-page-styling .color-picker__trigger:focus,.form-page-styling .color-picker__trigger.open{border-color:var(--fwg-red);box-shadow:0 0 0 3px var(--fwg-red-light)}.form-page-styling .color-picker__trigger-swatch{width:22px;height:22px;border-radius:4px;border:1.5px solid rgba(255,255,255,.15);flex-shrink:0}.form-page-styling .color-picker__trigger-label{flex:1}.form-page-styling .color-picker__trigger-label.placeholder{color:#555}.form-page-styling .color-picker__chevron{width:12px;height:12px;flex-shrink:0;transition:transform .2s ease}.form-page-styling .color-picker__trigger.open .color-picker__chevron{transform:rotate(180deg)}.form-page-styling .color-picker__dropdown{position:absolute;top:calc(100% + 4px);left:0;right:0;background:var(--fwg-card-bg);border:1.5px solid var(--fwg-border);border-radius:var(--radius-md);box-shadow:0 8px 24px #0000004d,0 2px 6px #00000026;z-index:50;max-height:280px;overflow-y:auto;display:none;padding:4px 0}.form-page-styling .color-picker__dropdown.open{display:block}.form-page-styling .color-picker__option{display:flex;align-items:center;gap:10px;padding:9px 14px;cursor:pointer;font-size:13.5px;color:var(--fwg-text);transition:background var(--transition)}.form-page-styling .color-picker__option:hover{background:#2a2a2a}.form-page-styling .color-picker__option.selected{background:var(--fwg-red-light);font-weight:600}.form-page-styling .color-picker__swatch{width:22px;height:22px;border-radius:4px;border:1.5px solid rgba(255,255,255,.15);flex-shrink:0;display:flex;align-items:center;justify-content:center}.form-page-styling .color-picker__swatch--other{background:linear-gradient(135deg,#3a3a3a 25%,#2a2a2a 25% 50%,#3a3a3a 50% 75%,#2a2a2a 75%);background-size:8px 8px;font-size:13px;font-weight:700;color:var(--fwg-mid-gray)}.form-page-styling .color-picker__option-label{flex:1}.form-page-styling .color-picker__other-input{width:100%;font-family:var(--font-body);font-size:13px;color:var(--fwg-text);background:var(--fwg-field-bg);border:1.5px solid var(--fwg-border);border-radius:var(--radius-sm);padding:8px 12px;margin-top:8px;outline:none;transition:border-color var(--transition),box-shadow var(--transition);display:none}.form-page-styling .color-picker__other-input:focus{border-color:var(--fwg-red);box-shadow:0 0 0 3px var(--fwg-red-light)}.form-page-styling .color-picker__other-input.visible{display:block}.form-page-styling .color-picker__hidden{display:none}.form-page-styling .btn-add-vehicle{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;font-family:var(--font-headline);font-size:14px;font-weight:600;letter-spacing:.02em;color:var(--fwg-text-secondary);background:var(--fwg-field-bg);border:2px dashed var(--fwg-border);border-radius:var(--radius-md);padding:18px;cursor:pointer;transition:all var(--transition)}.form-page-styling .btn-add-vehicle:hover{border-color:var(--fwg-red);color:var(--fwg-red);background:var(--fwg-red-light)}.form-page-styling .btn-add-vehicle svg{width:20px;height:20px}.form-page-styling .summary{margin-bottom:28px}.form-page-styling .summary__section{background:var(--fwg-field-bg);border:1px solid var(--fwg-border-light);border-radius:var(--radius-md);padding:18px 20px;margin-bottom:12px}.form-page-styling .summary__section-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}.form-page-styling .summary__section-title{font-family:var(--font-headline);font-size:13.5px;font-weight:700;color:var(--fwg-white);display:flex;align-items:center;gap:8px}.form-page-styling .summary__section-num{width:22px;height:22px;background:var(--fwg-red);color:var(--fwg-white);font-size:11px;font-weight:700;display:inline-flex;align-items:center;justify-content:center;border-radius:4px}.form-page-styling .btn-edit{display:inline-flex;align-items:center;gap:4px;font-family:var(--font-body);font-size:12px;font-weight:600;color:var(--fwg-red);background:none;border:none;cursor:pointer;padding:4px 8px;border-radius:var(--radius-sm);transition:all var(--transition)}.form-page-styling .btn-edit:hover{background:var(--fwg-red-light)}.form-page-styling .btn-edit svg{width:13px;height:13px}.form-page-styling .summary__row{display:flex;padding:6px 0;font-size:13px;line-height:1.5;border-bottom:1px solid var(--fwg-border-light)}.form-page-styling .summary__row:last-child{border-bottom:none}.form-page-styling .summary__label{flex-shrink:0;width:140px;font-weight:500;color:var(--fwg-mid-gray)}.form-page-styling .summary__value{flex:1;font-weight:500;color:var(--fwg-text)}.form-page-styling .summary__vehicle-card{background:var(--fwg-card-bg);border:1px solid var(--fwg-border-light);border-radius:var(--radius-sm);padding:12px 14px;margin-bottom:8px}.form-page-styling .summary__vehicle-card:last-child{margin-bottom:0}.form-page-styling .summary__vehicle-label{font-size:12px;font-weight:700;color:var(--fwg-white);margin-bottom:6px;padding-bottom:4px;border-bottom:1.5px solid var(--fwg-red);display:inline-block}.form-page-styling .summary__divider{height:1px;background:var(--fwg-border);margin:24px 0}.form-page-styling .btn-submit{font-family:var(--font-headline);font-size:16px;font-weight:700;letter-spacing:.03em;color:var(--fwg-white);background:var(--fwg-red);border:none;border-radius:var(--radius-md);padding:16px 56px;cursor:pointer;transition:background var(--transition),transform .15s ease}.form-page-styling .btn-submit:hover{background:var(--fwg-red-hover);transform:translateY(-1px)}.form-page-styling .btn-submit:active{transform:translateY(0)}.form-page-styling .submit-note{margin-top:14px;font-size:12.5px;font-weight:300;color:var(--fwg-mid-gray)}.form-page-styling .toast{position:fixed;bottom:30px;left:50%;transform:translate(-50%) translateY(20px);font-family:var(--font-body);font-size:13px;font-weight:600;color:var(--fwg-white);background:var(--fwg-red);padding:12px 24px;border-radius:var(--radius-md);box-shadow:0 4px 20px #ce00004d;opacity:0;pointer-events:none;transition:opacity .3s ease,transform .3s ease;z-index:999}.form-page-styling .toast.show{opacity:1;transform:translate(-50%) translateY(0)}@media(max-width:640px){.form-page-styling{padding:24px 16px 80px}.form-page-styling .step-card{padding:28px 22px}.form-page-styling .field-row{grid-template-columns:1fr}.form-page-styling .contact-method-group{flex-direction:column}.form-page-styling .vehicle-block{padding:20px 18px}.form-page-styling .vehicle-block__top-bar{flex-direction:column;align-items:flex-start}.form-page-styling .btn-submit{width:100%;padding:16px 24px}.form-page-styling .vtype-grid,.form-page-styling .service-grid{grid-template-columns:repeat(2,1fr)}.form-page-styling .tux-btn-group{grid-template-columns:1fr}.form-page-styling .stepper{padding:0;gap:0}.form-page-styling .stepper:before{left:24px;right:24px}.form-page-styling .step-indicator{min-width:0;flex:1}.form-page-styling .step-indicator__label{font-size:9px;max-width:56px}.form-page-styling .step-indicator__circle{width:32px;height:32px;font-size:12px}.form-page-styling .svc-detail{padding:18px 16px}.form-page-styling .summary__row{flex-direction:column;gap:2px}.form-page-styling .summary__label{width:auto}}
/*# sourceMappingURL=/cdn/shop/t/14/assets/fwg-styling-form.css.map */
