*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{background-color:#f8f9fa;color:#333;font-family:Arial,sans-serif;line-height:1.6}.container{margin:0 auto;max-width:1200px;padding:0 20px}header{background:linear-gradient(135deg,#1a1a1a,#2c2c2c);box-shadow:0 2px 5px #0000001a;color:#fff;padding:1rem 0;position:fixed;top:0;width:100%;z-index:1000}.header-content{gap:1.5rem;justify-content:space-between}.header-content,.logo{align-items:center;display:flex}.logo{color:#ff6b35;flex-shrink:0;font-size:1.5rem;font-weight:700;text-decoration:none;transition:opacity .2s}.logo:hover{opacity:.95}.logo svg{filter:drop-shadow(0 2px 4px rgba(0,0,0,.3));height:68px;width:auto}.header-nav{align-items:center;display:flex;gap:1.5rem}.header-link{border-radius:5px;color:#fff;font-weight:500;padding:.5rem 1rem;text-decoration:none;transition:background .2s}.header-link:hover{background:#ffffff1a}.contact-info{font-size:.9rem}.floating-contact{align-items:center;background:#ff6b35;border:none;border-radius:50px;bottom:1.5rem;box-shadow:0 4px 16px #ff6b3580;color:#fff;cursor:pointer;display:flex;font-size:1.6rem;font-weight:600;justify-content:center;padding:1.5rem 2.75rem;position:fixed;right:1.5rem;transition:transform .2s,box-shadow .2s;z-index:1001}.floating-contact:hover{box-shadow:0 6px 20px #ff6b3599;transform:scale(1.05)}.hero{align-items:center;background:linear-gradient(#0009,#0009),url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1200 600'%3E%3Cpath fill='%23333' d='M0 0h1200v600H0z'/%3E%3Ccircle fill='%23555' cx='300' cy='150' r='80'/%3E%3Ccircle fill='%23555' cx='900' cy='450' r='60'/%3E%3Crect fill='%23444' x='200' y='200' width='800' height='200' rx='20'/%3E%3C/svg%3E");background-position:50%;background-size:cover;color:#fff;display:flex;height:100vh;margin-top:70px;text-align:center}.hero-content h1{font-size:3.5rem;margin-bottom:1rem;text-shadow:2px 2px 4px #00000080}.hero-content h2{font-size:1.5rem;font-weight:300;margin-bottom:2rem;opacity:.9}.vehicle-search-panel{background:#fffffff2;border-radius:10px;box-shadow:0 8px 32px #0003;margin-bottom:2rem;margin-left:auto;margin-right:auto;max-width:900px;padding:1.5rem 2rem}.vehicle-search-title{color:#2c2c2c;font-size:1.25rem;font-weight:700;margin:0 0 1rem;text-align:left}.vehicle-search-fields{align-items:center;display:flex;flex-direction:row;flex-wrap:nowrap;gap:1rem}.vehicle-search-field{flex:1 1;min-width:0;text-align:left}.vehicle-search-field label{color:#555;display:block;font-size:.8rem;margin-bottom:.35rem}.vehicle-search-field select{appearance:none;background-color:#f8f9fa;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12'%3E%3Cpath fill='%23666' d='M6 8 1 3h10z'/%3E%3C/svg%3E");background-position:right 12px center;background-repeat:no-repeat;border:1px solid #ddd;border-radius:6px;color:#333;font-size:1rem;padding:12px 36px 12px 14px;width:100%}.vehicle-search-field select:focus{border-color:#ff6b35;outline:none}.vehicle-search-field select:disabled{background:#e9ecef;color:#999;cursor:not-allowed}.checkbox-dropdown{position:relative}.checkbox-dropdown-trigger{align-items:center;background-color:#f8f9fa;border:1px solid #ddd;border-radius:6px;color:#333;cursor:pointer;display:flex;font-size:1rem;justify-content:space-between;padding:12px 14px;text-align:left;width:100%}.checkbox-dropdown-trigger:hover{border-color:#ccc}.checkbox-dropdown-arrow{font-size:.7rem;opacity:.7;transition:transform .2s}.checkbox-dropdown-arrow.open{transform:rotate(180deg)}.checkbox-dropdown-panel{background:#fff;border:1px solid #ddd;border-radius:6px;box-shadow:0 8px 24px #00000026;left:0;margin-top:4px;max-height:280px;overflow-y:auto;position:absolute;right:0;top:100%;z-index:100}.checkbox-dropdown-option{align-items:center;border-bottom:1px solid #eee;color:#333;cursor:pointer;display:flex;font-size:.95rem;gap:.5rem;padding:10px 14px}.checkbox-dropdown-option:last-child{border-bottom:none}.checkbox-dropdown-option:hover{background:#f8f9fa}.checkbox-dropdown-all{background:#f8f9fa;border-bottom:1px solid #ddd;font-weight:600}.checkbox-dropdown-option input{accent-color:#ff6b35;cursor:pointer;flex-shrink:0;height:18px;width:18px}.vehicle-search-btn{background:#dc3545;border:none;border-radius:6px;color:#fff;cursor:pointer;flex-shrink:0;font-size:1rem;font-weight:700;padding:12px 28px;transition:background .2s,transform .2s;white-space:nowrap}.vehicle-search-btn:hover{background:#c82333;transform:translateY(-1px)}.no-results{color:#666;font-size:1.1rem;padding:2rem;text-align:center}.contact-cta{background:linear-gradient(135deg,#ff6b35,#f7931e);color:#fff;padding:3rem 2rem;text-align:center}.contact-cta h3{font-size:1.75rem;margin-bottom:.5rem}.contact-cta p{font-size:1.1rem;margin-bottom:1.5rem;opacity:.95}.contact-form-inline{background:#f8f9fa;border-top:1px solid #eee;padding:3rem 2rem}.contact-form-inline h3{color:#2c2c2c;font-size:1.5rem;margin-bottom:.5rem;text-align:center}.contact-form-inline>p{color:#666;margin-bottom:2rem;text-align:center}.contact-form-inline-form{background:#fff;border-radius:10px;box-shadow:0 4px 15px #00000014;margin:0 auto;max-width:500px;padding:2rem}.contact-form-inline-form .form-group label{color:#333}.contact-form-inline-form .form-group input,.contact-form-inline-form .form-group textarea{background:#f8f9fa;border:1px solid #ddd}.cta-button{background:linear-gradient(45deg,#ff6b35,#f7931e);border:none;border-radius:5px;color:#fff;cursor:pointer;display:inline-block;font-size:1.1rem;font-weight:700;padding:15px 30px;transition:transform .3s ease}.cta-button:hover{box-shadow:0 5px 15px #ff6b3566;transform:translateY(-3px)}.section{padding:80px 0}.section-title{color:#2c2c2c;font-size:2.5rem;margin-bottom:3rem;text-align:center}.section-subtitle{color:#666;font-size:1.2rem;margin-bottom:4rem;margin-left:auto;margin-right:auto;max-width:800px;text-align:center}.services-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin-bottom:3rem}.service-card{background:#fff;border-radius:10px;box-shadow:0 5px 15px #0000001a;padding:2rem;text-align:center;transition:transform .3s ease}.service-card:hover{transform:translateY(-5px)}.service-icon{color:#ff6b35;font-size:3rem;margin-bottom:1rem}.track-record{background:linear-gradient(135deg,#ff6b35,#f7931e);border-radius:15px;box-shadow:0 10px 30px #ff6b354d;color:#fff;margin-top:4rem;padding:3rem 2rem;text-align:center}.track-record h3{font-size:1.8rem;font-weight:700;margin-bottom:1rem}.track-record p{font-size:1.3rem;margin-bottom:1.5rem;opacity:.95}.track-record-counter{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fff3;border-radius:10px;display:inline-block;padding:1rem 2rem}.track-record-counter p{font-size:1.1rem;margin-bottom:.5rem;opacity:.9}.counter-value{font-size:2.5rem!important;font-weight:700;margin:0!important}.vehicles-showcase{background:#f1f1f1}.vehicle-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(350px,1fr))}.vehicle-card{background:#fff;border-radius:10px;box-shadow:0 5px 15px #0000001a;overflow:hidden}.vehicle-image{background:linear-gradient(45deg,#333,#555) 50%/cover;height:250px}.vehicle-info{padding:1.5rem}.vehicle-info h3{color:#2c2c2c;margin-bottom:.5rem}.protection-level{background:linear-gradient(45deg,#ff6b35,#f7931e);border-radius:15px;color:#fff;display:inline-block;font-size:.9rem;font-weight:700;margin-top:.5rem;padding:5px 12px}.vehicle-features{list-style:none;margin:1rem 0}.vehicle-features li{color:#666;padding:.3rem 0}.vehicle-features li:before{color:#ff6b35;content:"✓ ";font-weight:700}.vehicle-cta{color:#ff6b35;font-weight:700;margin-top:1rem}.showcase-note{background:#ff6b351a;border-radius:10px;margin-top:3rem;padding:2rem;text-align:center}.showcase-note h3{color:#ff6b35;margin-bottom:1rem}.showcase-note p{color:#666;font-size:1.1rem}.armor-standards{background:#fff;padding:3rem 0}.standards-table{background:#fff;border-radius:10px;box-shadow:0 5px 15px #0000001a;margin:0 auto;max-width:900px;overflow:hidden}.standards-table table{border-collapse:collapse;width:100%}.standards-table th{background:linear-gradient(45deg,#ff6b35,#f7931e);color:#fff;font-weight:700;padding:1rem;text-align:left}.standards-table td{border-bottom:1px solid #eee;padding:.8rem 1rem}.standards-table tr:nth-child(2n){background:#f9f9f9}.why-us{background:#fff}.benefits-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));margin:0 auto;max-width:1000px}.benefit-item{background:#fff;border-left:4px solid #ff6b35;border-radius:15px;box-shadow:0 5px 20px #00000014;padding:2rem;text-align:left;transition:transform .3s ease,box-shadow .3s ease}.benefit-item:hover{box-shadow:0 10px 30px #00000026;transform:translateY(-5px)}.benefit-number{align-items:center;background:linear-gradient(45deg,#ff6b35,#f7931e);border-radius:12px;color:#fff;display:flex;font-size:1.5rem;font-weight:700;height:50px;justify-content:center;margin-bottom:1rem;width:50px}.benefit-item h3{color:#2c2c2c;font-size:1.3rem;font-weight:700;margin:0 0 .5rem}.benefit-item p{color:#666;line-height:1.6;margin:0}.contact-section{background:linear-gradient(135deg,#2c2c2c,#1a1a1a);color:#fff;text-align:center}.section-title-light{color:#f8f9fa!important;text-shadow:2px 2px 4px #00000080}.section-subtitle-light{color:#f8f9fa!important;opacity:.9}.contact-form{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border-radius:10px;margin:0 auto;max-width:600px;padding:2rem}.form-group{margin-bottom:1.5rem;text-align:left}.form-group label{color:#fff;display:block;margin-bottom:.5rem}.form-group input,.form-group select,.form-group textarea{background:#ffffffe6;border:none;border-radius:5px;font-size:1rem;padding:12px;width:100%}.form-group textarea{height:120px;resize:vertical}.submit-btn{background:linear-gradient(45deg,#ff6b35,#f7931e);border:none;border-radius:5px;color:#fff;cursor:pointer;font-size:1.1rem;padding:15px 40px;transition:transform .3s ease}.submit-btn:hover{transform:translateY(-2px)}.submit-btn:disabled{cursor:not-allowed;opacity:.7;transform:none}.contact-form-success{color:#22c55e;font-size:1.1rem;font-weight:500;padding:2rem;text-align:center}.contact-section .contact-form-success{color:#4ade80}.contact-form-error{color:#dc3545;font-size:.95rem;margin-bottom:1rem}footer{background:#1a1a1a;color:#fff;padding:2rem 0;text-align:center}.footer-docs{font-size:.9rem;margin-top:1rem}.footer-docs a{color:#ffffffe6;text-decoration:underline;text-underline-offset:2px}.footer-docs a:hover{color:#fff}.footer-docs-sep{margin:0 .5rem;opacity:.6}.footer-brand{align-items:center;border-top:1px solid #ffffff26;display:flex;flex-direction:row;gap:1rem;justify-content:flex-start;margin-top:1.5rem;padding-top:1.5rem}.footer-logo-link{display:block}.footer-logo{height:52px;opacity:.95;width:auto}.footer-logo:hover{opacity:1}.footer-brand-text{font-size:.85rem;margin:0;opacity:.8}@media (max-width:768px){.hero-content h1{font-size:2.5rem}.hero-content h2{font-size:1.2rem}.vehicle-search-panel{padding:1rem}.vehicle-search-fields{align-items:stretch;flex-direction:column}.vehicle-search-field{min-width:100%}.vehicle-search-btn{width:100%}.section-title{font-size:2rem}.vehicle-grid{grid-template-columns:1fr}.logo svg{height:52px}.contact-info{font-size:.8rem}.header-content,.header-nav{flex-direction:column;gap:.5rem}.floating-contact{bottom:1rem;font-size:1.3rem;padding:1.25rem 2rem;right:1rem}}
/*# sourceMappingURL=main.2b500871.css.map*/