*{box-sizing:border-box;margin:0;padding:0}body{color:#000;background-color:#fff;flex-direction:column;justify-content:space-between;min-height:100vh;font-family:DM Sans,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;display:flex}.header{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:100;background-color:#e1eeff;border-bottom:1px solid #0000001a;padding:1rem 0;position:sticky;top:0;box-shadow:0 2px 10px #0000001a}.header-container{grid-template-columns:1fr auto 1fr;align-items:center;gap:2rem;max-width:1200px;margin:0 auto;padding:0 2rem;display:grid}.header-left{justify-content:flex-start;align-items:center;display:flex}.header-logo{justify-content:center;align-items:center;display:flex}.header-actions{justify-content:flex-end;align-items:center;gap:1rem;display:flex}.admin-login-link{color:#4b91f1;white-space:nowrap;border:2px solid #4b91f1;border-radius:2px;padding:.5rem 1rem;font-size:.9rem;font-weight:500;text-decoration:none;transition:all .3s}.admin-login-link:hover{color:#fff;background:#4b91f1;border-color:#4b91f1}.back-button{color:#4b91f1;cursor:pointer;background:0 0;border:2px solid #4b91f1;border-radius:2px;align-items:center;gap:.5rem;min-width:150px;padding:.5rem 1rem;font-family:DM Sans,sans-serif;font-size:.95rem;font-weight:500;transition:all .3s;display:flex}.back-button:hover{color:#fff;background:#4b91f1;border-color:#4b91f1;transform:translate(-2px)}.back-button svg{width:20px;height:20px}.logo{text-align:center;justify-content:center;align-items:center;display:flex}.logo img{max-width:220px;height:auto;display:block}.main-content{text-align:center;flex-direction:column;flex:1;justify-content:center;align-items:center;padding:2rem 1rem;display:flex}.warning-box,.main-content .info-box{width:100%;max-width:1200px;margin-left:auto;margin-right:auto}.main-message{margin-bottom:2rem;font-family:DM Sans,sans-serif;font-size:clamp(1.8rem,4.5vw,2.6rem);font-weight:600;line-height:1.2}.sub-message{margin-bottom:2rem;font-family:DM Sans,sans-serif;font-size:clamp(.9rem,2.2vw,1.2rem);font-weight:300;line-height:1.4}.footer{padding:1rem 1rem 2rem;font-size:10px;line-height:1.4}.footer-text{text-align:center;font-family:DM Sans,sans-serif;font-weight:400}.start-button{color:#fff;cursor:pointer;background-color:#4b91f1;border:none;border-radius:2px;padding:1rem 3rem;font-family:DM Sans,sans-serif;font-size:1.1rem;font-weight:600;transition:all .3s;box-shadow:0 4px 12px #00000026}.start-button:hover{background-color:#0852b7;transform:translateY(-2px);box-shadow:0 6px 20px #4b91f14d}.start-button:active{transform:translateY(0);box-shadow:0 2px 8px #00000026}@media (max-width:768px){body{justify-content:flex-start}.header-container{grid-template-columns:auto 1fr auto;gap:1rem;padding:0 1rem}.header-logo .logo img{max-width:180px;height:auto}.back-button{min-width:auto;padding:.5rem .75rem}.back-button span{display:none}.footer{padding:.75rem 1rem 3rem}}@media (max-width:480px){.header-container{grid-template-columns:auto 1fr auto;gap:.5rem;padding:0 .5rem}.header-logo .logo img{max-width:150px;height:auto}.header-actions{gap:.5rem}.admin-login-link{padding:.4rem .75rem;font-size:.85rem}.main-content{padding:1rem .5rem}.footer{padding:.5rem .5rem 4rem}}.form-container{box-sizing:border-box;width:100%;max-width:800px;margin:0 auto;padding:2rem 1rem 3rem;overflow-x:hidden}.stepper-container{justify-content:center;align-items:flex-start;gap:0;margin-bottom:3rem;display:flex}.stepper-item{flex-direction:column;flex:1;align-items:center;min-width:0;display:flex}.stepper-step-wrapper{justify-content:center;align-items:center;width:100%;display:flex;position:relative}.stepper-step{color:#a6a6a6;z-index:2;background-color:#e6e6e6;border:2px solid #e6e6e6;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;font-size:1rem;font-weight:600;transition:all .3s;display:flex;position:relative}.stepper-step.active{color:#fff;background-color:#4b91f1;border-color:#4b91f1;box-shadow:0 0 0 4px #4b91f133}.stepper-step.completed{color:#fff;background-color:#5cb85c;border-color:#5cb85c}.stepper-line{z-index:0;background-color:#4b91f14d;height:2px;transition:all .3s;position:absolute;left:50%;right:-50%}.stepper-line.active{background-color:#4b91f1}.stepper-label{text-align:center;color:#000;margin-top:.75rem;padding:0 .5rem;font-size:.875rem;font-weight:500;line-height:1.3}.form-content{box-sizing:border-box;background-color:#f8f8f8;border-radius:4px;width:100%;max-width:100%;margin-bottom:2rem;padding:2.5rem;overflow-x:hidden;box-shadow:0 10px 40px #00000026}.form-step{box-sizing:border-box;width:100%;max-width:100%;animation:.3s fadeIn;overflow-x:hidden}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.form-title{color:#2e2e2e;border-bottom:2px solid #e6e6e6;margin-bottom:2rem;padding-bottom:.75rem;font-family:DM Sans,sans-serif;font-size:1.75rem;font-weight:600}.form-subtitle{color:#a6a6a6;margin-top:-1.5rem;margin-bottom:2rem;font-family:DM Sans,sans-serif;font-size:1rem}.form-divider{border-top:2px solid #e6e6e6;margin:2rem 0;padding:1rem 0}.collapsible-section-header{border-radius:2px;margin:0 -12px;padding:12px;transition:background-color .2s}.collapsible-section-header:hover{background-color:#ffffff1a}.form-section-title{color:#2e2e2e;margin:0;padding:0;font-family:DM Sans,sans-serif;font-size:1.2rem;font-weight:600}.form-group{margin-bottom:1.5rem}.form-row .form-group{margin-bottom:0}.form-label-title{color:#2e2e2e;margin-bottom:1rem;font-family:DM Sans,sans-serif;font-size:1rem;font-weight:600;display:block}.radio-group{flex-direction:column;gap:.75rem;display:flex}.radio-option{cursor:pointer;background-color:#fff;border:2px solid #e6e6e6;border-radius:4px;flex-wrap:nowrap;justify-content:flex-start;align-items:center;gap:.75rem;width:100%;padding:1rem 1.25rem;transition:all .2s;flex-direction:row!important;display:flex!important}.radio-option:hover{background-color:#e6e6e6;border-color:#4b91f1}.radio-option input[type=radio]{cursor:pointer;accent-color:#4b91f1;flex-shrink:0;flex-basis:18px;width:18px;height:18px;margin:0}.radio-option input[type=radio]:checked+.radio-label{color:#4b91f1;font-weight:600}.radio-label{color:#2e2e2e;cursor:pointer;text-align:left;flex:1;font-family:DM Sans,sans-serif;font-size:1rem;line-height:1.5}.products-section{margin-top:2rem;margin-bottom:2rem}.section-header{border-bottom:2px solid #e6e6e6;justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding-bottom:.75rem;display:flex}.section-header h3{color:#2e2e2e;margin:0;font-family:DM Sans,sans-serif;font-size:1.3rem;font-weight:600}.btn-add{color:#fff;cursor:pointer;background-color:#4b91f1;border:none;border-radius:2px;align-items:center;gap:.5rem;padding:.625rem 1.25rem;font-family:DM Sans,sans-serif;font-size:.9rem;font-weight:600;transition:all .3s;display:flex}.btn-add:hover{background-color:#0852b7;transform:translateY(-1px);box-shadow:0 4px 12px #4b91f14d}.btn-add svg{width:18px;height:18px}.product-item{box-sizing:border-box;background-color:#e6e6e6;border:2px solid #e6e6e6;border-radius:4px;width:100%;margin-bottom:1rem;padding:1.5rem;transition:all .2s;overflow-x:hidden}.product-item:hover{border-color:#4b91f1;box-shadow:0 2px 8px #0000000d}.product-item-header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.5rem;margin-bottom:1rem;display:flex}.product-number{color:#4b91f1;font-family:DM Sans,sans-serif;font-size:1rem;font-weight:600}.btn-remove{color:#e74c3c;cursor:pointer;background-color:#0000;border:2px solid #e74c3c;border-radius:2px;justify-content:center;align-items:center;padding:.375rem;transition:all .2s;display:flex}.btn-remove:hover{color:#fff;background-color:#e74c3c}.btn-remove svg{width:16px;height:16px}.empty-message{text-align:center;color:#a6a6a6;background-color:#e6e6e6;border:2px dashed #e6e6e6;border-radius:2px;padding:2rem;font-style:italic}.info-box{color:#2e2e2e;background-color:#e8f4f8;border-left:4px solid #3498db;border-radius:4px;gap:1rem;margin-top:1.5rem;padding:1rem;font-size:.95rem;line-height:1.6;display:flex}.info-box svg{color:#3498db;flex-shrink:0;margin-top:.125rem}.form-help-block{color:#856404;background-color:#fff3cd;border-left:4px solid #ffc107;border-radius:4px;margin-top:1.5rem;padding:1rem;font-size:.9rem;line-height:1.5;display:block}.form-row{box-sizing:border-box;grid-template-columns:1fr 1fr;gap:1.5rem;width:100%;margin-bottom:1.5rem;display:grid}.form-group label{color:#2e2e2e;margin-bottom:.5rem;font-family:DM Sans,sans-serif;font-size:.95rem;font-weight:600;display:block}.required{color:#e74c3c;margin-left:2px}.form-group input:not([type=radio]):not([type=checkbox]),.form-group select,.form-group textarea{color:#2e2e2e;appearance:none;box-sizing:border-box;background-color:#fff;border:2px solid #e6e6e6;border-radius:4px;width:100%;max-width:100%;padding:.75rem 1rem;font-family:DM Sans,sans-serif;font-size:16px;transition:all .2s}.form-group textarea{resize:vertical;min-height:100px}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:#4b91f1;outline:none;box-shadow:0 0 0 3px #4a6b9b1a}.form-group input::placeholder,.form-group textarea::placeholder{color:#a6a6a6}.form-help{color:#a6a6a6;margin-top:.5rem;font-size:.85rem;font-style:italic;display:block}.error-message{color:#e74c3c;margin-top:.5rem;font-size:.875rem;font-weight:500;animation:.3s ease-in-out fadeIn;display:block}.input-error{background-color:#fff5f5!important;border-color:#e74c3c!important}.input-error:focus{border-color:#e74c3c!important;box-shadow:0 0 0 3px #e74c3c1a!important}.confirmation-section{color:#2e2e2e}.confirmation-section h3{color:#2e2e2e;margin-bottom:2rem;font-family:DM Sans,sans-serif;font-size:1.5rem;font-weight:600}.confirmation-group{background-color:#e6e6e6;border-left:4px solid #4b91f1;border-radius:4px;margin-bottom:1.5rem;padding:1.5rem}.confirmation-group h4{color:#4b91f1;margin-bottom:1rem;font-family:DM Sans,sans-serif;font-size:1.1rem;font-weight:600}.confirmation-group p{color:#2e2e2e;margin-bottom:.5rem;line-height:1.6}.confirmation-group p strong{color:#2e2e2e;margin-right:.5rem;font-weight:600}.confirmation-products{margin-top:1rem}.confirmation-subtitle{margin-top:.75rem;margin-bottom:.75rem}.product-list{margin:.5rem 0;padding-left:0;list-style:none}.product-list li{color:#2e2e2e;padding:.5rem 0 .5rem 1.5rem;position:relative}.product-list li:before{content:"•";color:#4b91f1;font-weight:700;position:absolute;left:.5rem}.consent-group{background-color:#fff3cd;border:2px solid #ffc107;border-radius:4px;margin-top:2rem;padding:1.5rem}.checkbox-label,.form-group .checkbox-label{cursor:pointer;gap:.75rem;margin-top:.75rem;align-items:center!important;display:flex!important}.checkbox-label input[type=checkbox],.form-group .checkbox-label input[type=checkbox]{cursor:pointer;flex-shrink:0;width:18px;height:18px}.checkbox-label span{color:#2e2e2e;font-size:.95rem;line-height:1.6}.checkbox-label span.required{color:#e74c3c}.checkbox-label a{color:#4b91f1;font-weight:600;text-decoration:underline}.checkbox-label a:hover{color:#3a5a7f}.form-navigation{justify-content:space-between;align-items:center;gap:1rem;min-height:48px;padding:0 1rem;display:flex}.form-navigation>*{align-items:center;display:flex}.form-container .form-navigation .btn-primary,.form-container .form-navigation .btn-secondary,.form-navigation .btn-primary,.form-navigation .btn-secondary{box-sizing:border-box!important;vertical-align:middle!important;border-style:solid!important;border-width:2px!important;justify-content:center!important;align-self:center!important;align-items:center!important;height:48px!important;min-height:48px!important;max-height:48px!important;margin:0!important;padding:.875rem 2rem!important;font-size:1rem!important;font-weight:600!important;line-height:1.5!important;display:flex!important;position:relative!important;top:0!important;transform:none!important;box-shadow:0 4px 12px #0000001a!important}.form-container .form-navigation .btn-primary,.form-navigation .btn-primary{border-color:#0000!important}.form-container .form-navigation .btn-secondary,.form-navigation .btn-secondary{border-color:#4b91f1!important}.btn-primary,.btn-secondary{cursor:pointer;border:none;border-radius:2px;padding:.875rem 2rem;font-family:DM Sans,sans-serif;font-size:1rem;font-weight:600;transition:all .3s;box-shadow:0 4px 12px #0000001a}.btn-primary{color:#fff;background-color:#4b91f1}.btn-primary:hover{background-color:#0852b7;transform:translateY(-2px);box-shadow:0 6px 20px #4b91f14d}.btn-primary:active{transform:translateY(0);box-shadow:0 2px 8px #0000001a}.btn-primary:disabled{color:#fff9;cursor:not-allowed;opacity:.6;background-color:#4b91f180;transform:none;box-shadow:0 2px 6px #0000000d}.btn-primary:disabled:hover{background-color:#4b91f180;transform:none;box-shadow:0 2px 6px #0000000d}.btn-secondary{color:#4b91f1;background-color:#0000;border:2px solid #4b91f1}.btn-secondary:hover{color:#fff;background-color:#4b91f1;transform:translateY(-2px);box-shadow:0 6px 20px #4b91f14d}.btn-secondary:active{transform:translateY(0);box-shadow:0 2px 8px #0000001a}.btn-secondary:disabled{color:#4b91f180;cursor:not-allowed;box-shadow:none;opacity:.5;background-color:#0000;border-color:#4b91f14d;transform:none}.btn-secondary:disabled:hover{box-shadow:none;background-color:#0000;transform:none}@media (max-width:768px){.form-container{padding:1.5rem 1rem 2rem}.stepper-container{margin-bottom:2rem}.stepper-step{width:35px;height:35px;font-size:.9rem}.stepper-label{margin-top:.5rem;font-size:.75rem}.form-content{box-sizing:border-box;width:100%;max-width:100%;padding:1.5rem;overflow-x:hidden}.form-title{margin-bottom:1.5rem;font-size:1.5rem}.form-row{grid-template-columns:1fr;gap:1rem}.form-navigation{padding:0 .5rem;align-items:center!important;display:flex!important}.btn-primary,.btn-secondary{padding:.75rem 1.5rem;font-size:.95rem}.form-container .form-navigation .btn-primary,.form-container .form-navigation .btn-secondary,.form-navigation .btn-primary,.form-navigation .btn-secondary{box-sizing:border-box!important;vertical-align:middle!important;border-style:solid!important;border-width:2px!important;justify-content:center!important;align-self:center!important;align-items:center!important;height:44px!important;min-height:44px!important;max-height:44px!important;margin:0!important;padding:.75rem 1.5rem!important;font-size:.95rem!important;font-weight:600!important;display:flex!important;position:relative!important;top:0!important;transform:none!important;box-shadow:0 4px 12px #0000001a!important}.form-navigation{min-height:44px;align-items:center!important;display:flex!important}.form-container .form-navigation .btn-primary,.form-navigation .btn-primary{border-color:#0000!important}.form-container .form-navigation .btn-secondary,.form-navigation .btn-secondary{border-color:#4b91f1!important}.section-header{flex-direction:column;align-items:flex-start;gap:1rem}.btn-add{justify-content:center;width:100%}.product-item{box-sizing:border-box;width:100%;max-width:100%;padding:1rem;overflow-x:hidden}.product-item-header{flex-wrap:wrap;gap:.5rem}.radio-option{padding:.875rem}.form-content,.form-step{box-sizing:border-box;width:100%;max-width:100%;overflow-x:hidden}.confirmation-products>div{flex-wrap:wrap;gap:.75rem}.confirmation-products>div>div{flex:auto;min-width:0}.form-group input,.form-group select,.form-group textarea{box-sizing:border-box;max-width:100%}.file-upload-container{box-sizing:border-box;width:100%;max-width:100%}.product-item img,.product-item Image{max-width:100%!important;height:auto!important}.product-item>div[style*="position: relative"]{max-width:100%!important;overflow:hidden!important}}@media (max-width:480px){.form-container{padding:1rem .5rem 1.5rem}.stepper-container{gap:0;margin-bottom:1.5rem}.stepper-step{width:30px;height:30px;font-size:.85rem}.stepper-label{padding:0 .25rem;font-size:.7rem}.form-content{padding:1.25rem}.form-title{margin-bottom:1.25rem;font-size:1.3rem}.form-group{margin-bottom:1.25rem}.confirmation-group,.consent-group{padding:1rem}.btn-primary,.btn-secondary{padding:.7rem 1.25rem;font-size:.9rem}.section-header h3{font-size:1.1rem}.btn-add{padding:.5rem 1rem;font-size:.85rem}.product-number{font-size:.9rem}.product-item-header{margin-bottom:.75rem}.info-box{flex-direction:column;gap:.75rem}.product-item{padding:.875rem;overflow-x:hidden}.product-item *{box-sizing:border-box;max-width:100%}.confirmation-products>div{flex-direction:column;align-items:stretch}.confirmation-products>div>div{flex-direction:column!important;align-items:stretch!important;gap:.5rem!important}.confirmation-products>div>div>div[style*="flex: 1"]{overflow-wrap:break-word!important;word-wrap:break-word!important;width:100%!important;min-width:0!important}.confirmation-products button{white-space:normal!important;width:100%!important;margin-top:.5rem!important}.confirmation-group>div[style*="display: flex"]{flex-wrap:wrap!important}.confirmation-group>div[style*="display: flex"]>div[style*="flex: 1"]{overflow-wrap:break-word!important;min-width:0!important}.confirmation-group>div[style*="display: flex"]>button{flex-shrink:0!important;margin-top:.5rem!important}body,.form-container{overflow-x:hidden}.form-radio-group,.form-group>div[style*="display: flex"][style*="gap: 20px"]{flex-direction:column!important;gap:.75rem!important}}html,body{max-width:100%;overflow-x:hidden}*{box-sizing:border-box}.submit-message{text-align:center;border-radius:2px;margin:1.5rem 0;padding:1rem 1.5rem;font-weight:500;animation:.3s ease-out slideIn}.submit-message.success{color:#155724;background-color:#d4edda;border:2px solid #c3e6cb}.submit-message.error{color:#721c24;background-color:#f8d7da;border:2px solid #f5c6cb}@keyframes slideIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.language-switcher{color:#4b91f1;cursor:pointer;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:0 0;border:2px solid #4b91f1;border-radius:2px;align-items:center;gap:.35rem;padding:.5rem .85rem;font-family:DM Sans,sans-serif;font-size:.9rem;font-weight:600;transition:all .3s;display:flex}.language-switcher:hover{color:#fff;background:#4b91f1;border-color:#4b91f1;transform:translateY(-1px);box-shadow:0 4px 8px #4b91f14d}.language-switcher:active{transform:translateY(0)}.language-code{letter-spacing:.5px;font-size:.9rem}@media (max-width:768px){.language-switcher{padding:.4rem .7rem;font-size:.85rem}.language-code{font-size:.85rem}.language-switcher svg{width:18px;height:18px}}.warranty-summary-container{max-width:900px;margin:2rem auto;padding:2rem;animation:.5s ease-in fadeIn}.success-header{text-align:center;background:linear-gradient(135deg,#10b9811a 0%,#0596691a 100%);border-radius:12px;margin-bottom:3rem;padding:2rem}.success-icon{justify-content:center;align-items:center;width:80px;height:80px;margin:0 auto 1.5rem;display:flex}.success-title{color:#000;margin-bottom:.75rem;font-family:DM Sans,sans-serif;font-size:2rem;font-weight:700}.success-subtitle{color:#a6a6a6;font-size:1.1rem;font-weight:400}.summary-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#f8f8f8;border:1px solid #e6e6e6;border-radius:12px;margin-bottom:1.5rem;padding:2rem}.warranty-card{background:linear-gradient(135deg,#10b98126 0%,#05966926 100%);border:2px solid #10b9814d}.card-header{border-bottom:2px solid #e6e6e6;justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding-bottom:1rem;display:flex}.card-header h2{color:#000;margin:0;font-family:DM Sans,sans-serif;font-size:1.5rem;font-weight:600}.warranty-status{align-items:center;gap:.5rem;display:flex}.status-badge{text-transform:uppercase;letter-spacing:.5px;border-radius:20px;padding:.5rem 1rem;font-size:.875rem;font-weight:600;display:inline-block}.status-badge.active{color:#fff;background:#10b981}.warranty-info-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;display:grid}.info-item{flex-direction:column;gap:.5rem;display:flex}.info-label{color:#a6a6a6;text-transform:uppercase;letter-spacing:.5px;font-size:.875rem;font-weight:500}.info-value{color:#000;font-family:DM Sans,sans-serif;font-size:1.25rem;font-weight:600}.info-value.highlight{color:#10b981;font-size:1.5rem}.info-value.important{color:#fbbf24;font-size:1.3rem}.card-title{color:#000;border-bottom:2px solid #e6e6e6;margin-bottom:1.5rem;padding-bottom:.75rem;font-family:DM Sans,sans-serif;font-size:1.25rem;font-weight:600}.details-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.25rem;display:grid}.detail-item{flex-direction:column;gap:.35rem;display:flex}.detail-item.full-width{grid-column:1/-1}.detail-label{color:#a6a6a6;font-size:.875rem;font-weight:500}.detail-value{color:#000;font-size:1rem;font-weight:500}.product-list{flex-direction:column;gap:.5rem;margin-top:.5rem;display:flex}.product-item-summary{background:#fff;border:1px solid #e6e6e6;border-radius:2px;align-items:center;gap:.75rem;padding:.75rem 1rem;display:flex}.product-number{color:#10b981;min-width:30px;font-weight:600}.product-serial{color:#000;font-family:DM Sans,monospace;font-weight:500}.important-note{background:#fbbf2426;border:2px solid #fbbf244d;margin:1.5rem 0}.important-note svg{color:#fbbf24;flex-shrink:0}.important-note strong{color:#fbbf24}.summary-actions{border-top:2px solid #e6e6e6;justify-content:center;gap:1rem;margin-top:2rem;padding-top:2rem;display:flex}.summary-actions button{justify-content:center;align-items:center;gap:.5rem;min-width:180px;padding:.875rem 1.75rem;font-size:1rem;font-weight:600;display:flex}.summary-actions svg{width:20px;height:20px}@media print{.header,.footer,.summary-actions,.language-switcher{display:none!important}.warranty-summary-container{max-width:100%;padding:1rem}.summary-card{page-break-inside:avoid;box-shadow:none;border:1px solid #ddd}.success-header{color:#000;background:#f0f9ff}.success-title,.info-value,.detail-value{color:#000}.info-label,.detail-label{color:#a6a6a6}}@media (max-width:768px){.warranty-summary-container{padding:1rem}.success-header{margin-bottom:2rem;padding:1.5rem 1rem}.success-title{font-size:1.5rem}.success-subtitle{font-size:1rem}.summary-card{padding:1.25rem}.warranty-info-grid,.details-grid{grid-template-columns:1fr;gap:1rem}.info-value{font-size:1.1rem}.info-value.highlight{font-size:1.25rem}.summary-actions{flex-direction:column}.summary-actions button{width:100%}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.loading-spinner{border:4px solid #f3f3f3;border-top-color:#4b91f1;border-radius:50%;width:50px;height:50px;animation:1s linear infinite spin}
