:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;text-decoration:inherit}body{margin:0;min-width:100vw;min-height:100vh;width:100%}html{scroll-behavior:smooth}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:1px auto #02163d}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Arial,sans-serif;line-height:1.6;color:#333;background-color:#fff}.App{min-height:100vh;display:flex;flex-direction:column}main{flex:1}.header{background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:1rem 0;position:fixed;top:0;left:0;right:0;z-index:1000;box-shadow:0 2px 10px #0000001a}.step-image-new{width:100%;height:auto;max-width:120px;object-fit:contain;background:transparent;border:none}.header-container{max-width:1200px;margin:0 auto;padding:0 1rem;display:flex;justify-content:space-between;align-items:center}.logo{font-size:1.8rem;font-weight:700;color:#334155;text-decoration:none}.nav{display:flex;gap:2rem;align-items:center}.nav-link{color:#333;text-decoration:none;font-weight:500;transition:color .3s ease;background:none;border:none;cursor:pointer;font-size:1rem;font-family:inherit}.nav-link:hover,.nav-link.active{color:#334155}.nav a{color:#333;text-decoration:none;font-weight:500;transition:color .3s ease}.nav a:hover,.nav a.active{color:#334155}.language-selector{position:relative}.language-button{background:#02163d;color:#fff;border:none;padding:.5rem 1rem;border-radius:5px;cursor:pointer;font-weight:500;transition:background-color .3s ease}.language-button:hover{background:#02163d}.language-dropdown{position:absolute;top:100%;right:0;background:#fff;border:1px solid #e5e7eb;border-radius:5px;box-shadow:0 4px 6px #0000001a;z-index:1001;min-width:120px}.language-option{padding:.5rem 1rem;cursor:pointer;transition:background-color .3s ease}.language-option:hover{background:#f3f4f6}.mobile-menu-button{display:none;background:none;border:none;font-size:1.5rem;cursor:pointer;color:#333}.nav-open{display:flex!important;position:absolute;top:100%;left:0;right:0;background:#fffffffa;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);flex-direction:column;padding:1rem;box-shadow:0 4px 15px #0000001a;gap:1rem;z-index:1000}.hero{height:100vh;background:linear-gradient(#334155cc,#0ea5e9cc),url(https://livinator.com/wp-content/uploads/2022/08/6-Compelling-Reasons-To-Hire-Professional-Movers-2.jpg);background-size:cover;background-position:center;background-attachment:fixed;display:flex;align-items:center;justify-content:center;text-align:center;color:#fff}.hero-content{max-width:1000px;padding:0 1rem}.hero h1{font-size:3.5rem;margin-bottom:1rem;font-weight:700}.hero p{font-size:1.3rem;margin-bottom:2rem;opacity:.9}.hero-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.btn{padding:1rem 2rem;border-radius:5px;text-decoration:none;font-weight:600;transition:all .3s ease;border:none;cursor:pointer;font-size:1rem}.btn-primary{background:#02163d;color:#fff}.btn-primary:hover{background:#0284c7;transform:translateY(-2px);box-shadow:0 4px 15px #0ea5e966}.btn-secondary{background:transparent;color:#fff;border:2px solid white}.btn-secondary:hover{background:#fff;color:#334155;transform:translateY(-2px)}.section{padding:5rem 0}.container{max-width:1200px;margin:0 auto;padding:0 1rem}.section-title{text-align:center;font-size:2.5rem;margin-bottom:1rem;color:#334155}.section-subtitle{text-align:center;font-size:1.2rem;margin-bottom:3rem;color:#666}.about-badges{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin-top:3rem;margin-bottom:2rem}.badge{text-align:center;padding:1.5rem;background:#fff;border-radius:15px;box-shadow:0 4px 15px #00000014;transition:all .3s ease}.badge:hover{transform:translateY(-5px);box-shadow:0 8px 25px #00000026}.badge-icon{width:80px;height:80px;margin:0 auto 1rem;background:linear-gradient(135deg,#02163d,#02163d);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:2rem;color:#fff;text-shadow:0 2px 4px rgba(0,0,0,.2)}.badge-text{font-size:1rem;font-weight:600;color:#334155;margin:0;line-height:1.4}.about{background:#f9fafb}.about-content{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center}.about-text{font-size:1.1rem;line-height:1.8;color:#555}.team-image{width:100%;height:400px;object-fit:cover;border-radius:10px;box-shadow:0 8px 25px #0000001a}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem;margin-top:3rem}.service-card{background:#fff;border-radius:10px;padding:2rem;box-shadow:0 4px 15px #0000001a;transition:all .3s ease;text-align:center}.service-card:hover{transform:translateY(-5px);box-shadow:0 8px 25px #00000026}.service-image{width:25%;height:26%;border-radius:8px;margin-bottom:1.5rem}.service-card h3{font-size:1.5rem;margin-bottom:1rem;color:#334155}.service-card p{color:#666;line-height:1.6}.testimonials{background:#f9fafb}.testimonials-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:3rem}.testimonial-card{background:#fff;padding:2rem;border-radius:10px;box-shadow:0 4px 15px #0000001a;text-align:center}.testimonial-text{font-style:italic;margin-bottom:1rem;color:#555;line-height:1.6}.testimonial-author{font-weight:700;color:#334155}.contact-section{padding:8rem 0 5rem}.contact-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;margin-top:3rem}.contact-form{background:#f9fafb;padding:2rem;border-radius:10px;box-shadow:0 4px 15px #0000001a}.contact-info{display:flex;justify-content:center;align-items:center;flex-wrap:wrap;gap:2rem;margin-bottom:2rem}.contact-info .d-flex{display:flex;align-items:center}.contact-section form{width:100%}.form-group{margin-bottom:1.5rem}.form-group label{display:block;margin-bottom:.5rem;font-weight:600;color:#333}.form-group input,.form-group textarea{width:100%;padding:.75rem;border:1px solid #d1d5db;border-radius:5px;font-size:1rem;transition:border-color .3s ease}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:#334155}.form-group textarea{height:120px;resize:vertical}.error-message{color:#dc2626;font-size:.875rem;margin-top:.25rem}.success-message{background:#d1fae5;color:#065f46;padding:1rem;border-radius:5px;margin-bottom:1rem}.contact-info{background:#fff;padding:2rem;border-radius:10px;box-shadow:0 4px 15px #0000001a}.contact-info h3{color:#334155;margin-bottom:1.5rem;font-size:1.5rem}.contact-item{margin-bottom:1.5rem;display:flex;align-items:center;gap:.5rem}.contact-item strong{color:#02163d;min-width:80px}.contact-section input,.contact-section textarea{background-color:#fff;color:#000;border:1px solid #ccc}.contact-section input:focus,.contact-section textarea:focus{background-color:#fff;color:#000;border-color:#f60;outline:none;box-shadow:0 0 0 .2rem #ff660040}.map-container{margin-top:2rem;border-radius:10px;overflow:hidden;box-shadow:0 4px 15px #0000001a}.map-container iframe{width:100%;height:300px;border:none}.footer{background:#1f2937;color:#fff;padding:3rem 0 1rem}.footer-content.footer-2cols{display:grid;grid-template-columns:2fr 1fr;gap:2rem}.footer-col-wide{max-width:600px}@media (max-width: 768px){.footer-content.footer-2cols{grid-template-columns:1fr;text-align:center}}.footer-section h3{color:#02163d;margin-bottom:1rem}.footer-links{list-style:none;display:flex;justify-content:center;padding:0;margin:0}.footer-links li{margin:0 1rem}.footer-links a{color:#d1d5db;text-decoration:none;transition:color .3s ease}.footer-links a:hover{color:#02163d}.footer-bottom{border-top:1px solid #374151;padding-top:1rem;text-align:center;color:#9ca3af}@media (max-width: 768px){.mobile-menu-button{display:block}.nav{display:none}.hero h1{font-size:2.5rem}.hero p{font-size:1.1rem}.hero-buttons{flex-direction:column;align-items:center}.about-content,.contact-content{grid-template-columns:1fr;gap:2rem}.services-grid,.testimonials-grid{grid-template-columns:1fr}.footer-content{grid-template-columns:1fr;text-align:center}}@media (max-width: 480px){.hero h1,.section-title{font-size:2rem}.services-grid{grid-template-columns:1fr}.service-card{padding:1.5rem}}.fade-in{opacity:0;transform:translateY(20px);transition:all .6s ease}.fade-in.visible{opacity:1;transform:translateY(0)}.slide-in-left{opacity:0;transform:translate(-50px);transition:all .6s ease}.slide-in-left.visible{opacity:1;transform:translate(0)}.slide-in-right{opacity:0;transform:translate(50px);transition:all .6s ease}.slide-in-right.visible{opacity:1;transform:translate(0)}.process{background:#f8fafc;padding:4rem 0}.process-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin-top:3rem}.process-step{background:#fff;border-radius:10px;padding:2rem;box-shadow:0 4px 15px #0000001a;transition:transform .3s ease,box-shadow .3s ease;position:relative;text-align:center}.process-step:hover{transform:translateY(-5px);box-shadow:0 8px 25px #00000026}.step-number{display:inline-block;width:50px;height:50px;background:linear-gradient(135deg,#334155,#02163d);color:#fff;border-radius:50%;line-height:50px;font-size:1.5rem;font-weight:700;margin-bottom:1rem}.step-content h3{color:#334155;font-size:1.4rem;margin-bottom:1rem;font-weight:600}.step-content p{color:#666;line-height:1.6;margin-bottom:1.5rem}.step-image{width:120px;height:120px;border-radius:10px;object-fit:contain;background:linear-gradient(135deg,#f8fafc,#e2e8f0);padding:15px;border:2px solid #02163D;transition:transform .3s ease,box-shadow .3s ease}.step-image:hover{transform:scale(1.05);box-shadow:0 8px 20px #f973164d}@media (max-width: 768px){.process-grid{grid-template-columns:1fr;gap:1.5rem}.process-step{padding:1.5rem}}.btn:disabled{opacity:.6;cursor:not-allowed}.loading{display:inline-block;width:20px;height:20px;border:2px solid #ffffff;border-radius:50%;border-top-color:transparent;animation:spin 1s ease-in-out infinite}@keyframes spin{to{transform:rotate(360deg)}}.cookie-banner{position:fixed;bottom:0;left:0;right:0;background:#1e293bfa;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#fff;padding:1.5rem 0;z-index:10000;box-shadow:0 -4px 20px #0003}.cookie-banner-content{max-width:1200px;margin:0 auto;padding:0 1rem}.cookie-banner-main{display:flex;justify-content:between;align-items:center;gap:2rem;flex-wrap:wrap}.cookie-banner-text{flex:1;min-width:300px}.cookie-banner-text h3{margin:0 0 .5rem;font-size:1.25rem;font-weight:600}.cookie-banner-text p{margin:0;font-size:.95rem;line-height:1.5;opacity:.9}.cookie-banner-actions{display:flex;gap:1rem;flex-wrap:wrap;align-items:center}.cookie-btn{padding:.75rem 1.5rem;border:none;border-radius:6px;font-size:.9rem;font-weight:500;cursor:pointer;transition:all .3s ease;text-decoration:none;display:inline-block}.cookie-btn-accept{background:#02163d;color:#fff}.cookie-btn-accept:hover{background:#02163d;transform:translateY(-2px)}.cookie-btn-decline{background:#64748b;color:#fff}.cookie-btn-decline:hover{background:#475569;transform:translateY(-2px)}.cookie-btn-secondary{background:transparent;color:#fff;border:2px solid #64748b}.cookie-btn-secondary:hover{background:#64748b;border-color:#64748b;transform:translateY(-2px)}.cookie-settings{max-width:800px;margin:0 auto}.cookie-settings-header{margin-bottom:2rem;text-align:center}.cookie-settings-header h3{margin:0 0 1rem;font-size:1.5rem;font-weight:600}.cookie-settings-header p{margin:0;opacity:.9;font-size:1rem}.cookie-settings-list{display:flex;flex-direction:column;gap:1.5rem;margin-bottom:2rem}.cookie-setting-item{display:flex;justify-content:space-between;align-items:flex-start;gap:1.5rem;padding:1.5rem;background:#ffffff1a;border-radius:8px;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.cookie-setting-info{flex:1}.cookie-setting-info h4{margin:0 0 .5rem;font-size:1.1rem;font-weight:600;color:#f1f5f9}.cookie-setting-info p{margin:0;font-size:.9rem;opacity:.8;line-height:1.4}.cookie-toggle{position:relative;flex-shrink:0}.cookie-toggle input[type=checkbox]{opacity:0;width:0;height:0}.toggle-label{display:block;width:50px;height:28px;background:#64748b;border-radius:14px;position:relative;cursor:pointer;transition:background .3s ease}.toggle-label:before{content:"";position:absolute;top:2px;left:2px;width:24px;height:24px;background:#fff;border-radius:50%;transition:transform .3s ease}input[type=checkbox]:checked+.toggle-label{background:#02163d}input[type=checkbox]:checked+.toggle-label:before{transform:translate(22px)}.toggle-label.disabled{background:#02163d;cursor:not-allowed;opacity:.7}.toggle-label.disabled:before{transform:translate(22px)}.cookie-settings-actions{display:flex;justify-content:center;gap:1rem;flex-wrap:wrap}.legal-page{padding-top:120px;padding-bottom:4rem;min-height:100vh;background:#f8fafc}.legal-header{margin-bottom:3rem}.back-link{display:inline-flex;align-items:center;color:#02163d;text-decoration:none;font-weight:500;margin-bottom:2rem;transition:color .3s ease}.back-link:hover{color:#02163d}.legal-page h1{font-size:2.5rem;color:#1e293b;margin:0 0 1rem;font-weight:700}.legal-date{color:#64748b;font-size:1rem;margin:0}.legal-content{max-width:800px;margin:0 auto}.legal-section{background:#fff;padding:2rem;border-radius:12px;margin-bottom:2rem;box-shadow:0 4px 6px #0000000d;border:1px solid #e2e8f0}.legal-section h2{color:#1e293b;font-size:1.5rem;margin:0 0 1rem;font-weight:600;border-bottom:2px solid #02163D;padding-bottom:.5rem}.legal-section h3{color:#334155;font-size:1.25rem;margin:1.5rem 0 1rem;font-weight:600}.legal-section p{color:#475569;line-height:1.7;margin:0 0 1rem;font-size:1rem}.legal-list{margin:1rem 0;padding-left:0;list-style:none}.legal-list li{color:#475569;line-height:1.6;margin:.75rem 0;padding-left:1.5rem;position:relative;font-size:1rem}.legal-list li:before{content:"•";color:#02163d;font-weight:700;position:absolute;left:0;font-size:1.2rem}.contact-info{background:#f1f5f9;padding:1.5rem;border-radius:8px;margin-top:1rem}.contact-info p{margin:.5rem 0;color:#334155}.contact-info strong{color:#1e293b}@media (max-width: 768px){.cookie-banner-main{flex-direction:column;align-items:stretch;gap:1.5rem}.cookie-banner-actions{justify-content:center}.cookie-btn{flex:1;text-align:center;min-width:120px}.cookie-setting-item{flex-direction:column;gap:1rem;align-items:stretch}.cookie-settings-actions{flex-direction:column;align-items:stretch}.legal-page h1{font-size:2rem}.legal-section{padding:1.5rem}.legal-section h2{font-size:1.3rem}}@media (max-width: 480px){.cookie-banner{padding:1rem 0}.cookie-banner-text h3{font-size:1.1rem}.cookie-banner-text p{font-size:.9rem}.cookie-btn{padding:.6rem 1rem;font-size:.85rem}.legal-page{padding-top:100px}.legal-page h1{font-size:1.75rem}.legal-section{padding:1rem}}.hero-cta-btn{display:flex;align-items:center;gap:.5rem;font-size:1.1rem;padding:1.2rem 2.5rem}.btn-arrow{font-size:1.2rem;transition:transform .3s ease}.hero-cta-btn:hover .btn-arrow{transform:translate(5px)}.hero-counters{display:flex;justify-content:center;gap:4rem;margin-top:4rem;padding:2rem;border-radius:15px}.counter-item{text-align:center;color:#fff}.counter-number{font-size:3rem;font-weight:700;margin-bottom:.5rem;color:#ebebeb;text-shadow:2px 2px 4px rgba(0,0,0,.3)}.counter-label{font-size:1rem;opacity:.9;font-weight:500}.about-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:start;margin-top:3rem}.about-text-content{padding-right:2rem}.about-description{font-size:1.1rem;line-height:1.8;color:#555;margin-bottom:2rem}.why-choose-us{margin-top:2rem}.why-choose-title{font-size:1.5rem;font-weight:700;color:#334155;margin-bottom:1.5rem}.features-list{list-style:none;padding:0}.feature-item{display:flex;align-items:center;margin-bottom:1rem;padding:.5rem 0}.checkmark{display:inline-flex;align-items:center;justify-content:center;width:20px;height:20px;background:#22c55e;color:#fff;border-radius:50%;font-weight:700;font-size:.8rem;margin-right:1rem;flex-shrink:0}.feature-text{font-size:1rem;color:#555;line-height:1.6}.about-image-section{position:relative}.truck-image-container{position:relative;border-radius:15px;overflow:hidden;box-shadow:0 10px 30px #00000026}.truck-image{width:100%;height:auto;display:block;border-radius:15px}.professional-badges{position:absolute;inset:0;pointer-events:none}.badge{padding:.8rem 1.2rem;border-radius:25px;font-weight:700;font-size:.9rem;text-align:center;box-shadow:0 4px 15px #0003;position:absolute;pointer-events:auto;max-width:140px}.badge-orange{background:#02163d;color:#fff;top:20px;right:20px}.badge-blue{background:#3b82f6;color:#fff;bottom:20px;left:20px}.badge-text{font-size:.85rem;font-weight:600}.cta-section{background:linear-gradient(135deg,#02163d,#02163d);padding:5rem 0;text-align:center;color:#fff}.cta-content{max-width:800px;margin:0 auto}.cta-title{font-size:3rem;font-weight:700;margin-bottom:1rem;text-shadow:2px 2px 4px rgba(0,0,0,.3)}.cta-subtitle{font-size:1.3rem;margin-bottom:3rem;opacity:.9}.cta-buttons{display:flex;gap:2rem;justify-content:center;flex-wrap:wrap}.cta-btn-primary{background:#fff;color:#02163d;padding:1.2rem 2.5rem;font-size:1.1rem;font-weight:700;border-radius:50px;transition:all .3s ease}.cta-btn-primary:hover{background:#f8fafc;transform:translateY(-3px);box-shadow:0 8px 25px #0003}.cta-btn-secondary{background:transparent;color:#fff;border:2px solid white;padding:1.2rem 2.5rem;font-size:1.1rem;font-weight:700;border-radius:50px;transition:all .3s ease}.cta-btn-secondary:hover{background:#fff;color:#02163d;transform:translateY(-3px);box-shadow:0 8px 25px #0003}@media (max-width: 768px){.hero-counters{flex-direction:column;gap:2rem;margin-top:3rem}.counter-number{font-size:2.5rem}.about-content{grid-template-columns:1fr;gap:2rem}.about-text-content{padding-right:0}.professional-badges{flex-direction:column;gap:.5rem}.cta-title{font-size:2.2rem}.cta-subtitle{font-size:1.1rem}.cta-buttons{flex-direction:column;align-items:center}.cta-btn-primary,.cta-btn-secondary{width:100%;max-width:300px}}
