*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:#fff;color:#000;line-height:1.6}a{text-decoration:none;color:inherit}.legal-page{min-height:100vh;background:#f5f5f5}.legal-header{background:linear-gradient(to bottom,#000 0% 80%,#0a0a0a);color:#fff;padding:120px 2rem 3rem;position:relative}.legal-header .container{max-width:1200px;margin:0 auto}.back-link{display:inline-flex;align-items:center;color:#fff;margin-bottom:2rem;font-size:1rem;transition:color .3s ease}.back-link:hover{color:#ff3131}.legal-header h1{font-size:3rem;margin-bottom:.5rem;font-weight:700}.last-update{color:#ccc;font-size:.95rem;font-style:italic}.legal-content{padding:4rem 2rem}.legal-content .container{max-width:900px;margin:0 auto;background:#fff;padding:3rem;border-radius:12px;box-shadow:0 4px 15px #0000001a}.legal-content section{margin-bottom:3rem}.legal-content h2{font-size:1.8rem;color:#000;margin-bottom:1rem;padding-bottom:.5rem;border-bottom:2px solid #ff3131;font-weight:700}.legal-content p{margin-bottom:1rem;line-height:1.8;color:#333}.legal-content ul{margin:1rem 0 1rem 2rem;line-height:1.8}.legal-content li{margin-bottom:.5rem;color:#333}.legal-content a{color:#ff3131;text-decoration:underline;transition:color .3s ease}.legal-content a:hover{color:#e02525}.legal-content strong{font-weight:600;color:#000}.legal-footer{margin-top:3rem;padding-top:2rem;border-top:1px solid #e0e0e0;text-align:center}.legal-footer .btn{padding:1rem 2rem;border-radius:8px;font-weight:600;cursor:pointer;transition:all .3s ease;border:none;font-size:1rem;background:linear-gradient(135deg,#ff3131,#e02525);color:#fff;box-shadow:0 4px 15px #ff31314d;text-decoration:none;display:inline-block}.legal-footer .btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px #ff313166}.legal-footer .powered-by{margin-top:2rem;font-size:.85rem;color:#666}.legal-footer .powered-by a{color:#ff3131;font-weight:600;transition:color .3s ease;text-decoration:none}.legal-footer .powered-by a:hover{color:#e02525;text-decoration:underline}@media (max-width: 768px){.legal-header{padding:100px 1rem 2rem}.legal-header h1{font-size:2rem}.legal-content{padding:2rem 1rem}.legal-content .container{padding:2rem 1.5rem}.legal-content h2{font-size:1.5rem}}@media (max-width: 480px){.legal-header h1{font-size:1.7rem}.legal-content h2{font-size:1.3rem}.legal-content .container{padding:1.5rem 1rem}}.header{background:linear-gradient(to bottom,#000 0% 80%,#0a0a0a);color:#fff;padding:1.5rem 2rem;position:fixed;width:100%;top:0;z-index:1000;box-shadow:0 2px 10px #0000001a}.header-container{max-width:1200px;margin:0 auto;display:flex;justify-content:space-between;align-items:center}.header-logo{display:flex;align-items:center;gap:1rem}.header-logo img{height:90px;width:auto}.header h1{font-size:2rem;font-weight:700;letter-spacing:2px}.nav{display:flex;gap:1.5rem}.nav a{color:#fff;font-size:1rem;font-weight:500;padding:.6rem 1.2rem;border-radius:6px;transition:all .3s ease;position:relative}.nav a:hover{color:#ff3131;background:#ff31311a}.nav a:after{content:"";position:absolute;bottom:0;left:50%;transform:translate(-50%) scaleX(0);width:80%;height:2px;background:#ff3131;transition:transform .3s ease}.nav a:hover:after{transform:translate(-50%) scaleX(1)}.burger-menu{display:none;flex-direction:column;gap:5px;background:transparent;border:none;cursor:pointer;padding:5px;z-index:1001}.burger-menu span{width:28px;height:3px;background:#fff;border-radius:2px;transition:all .3s ease}.burger-menu:hover span{background:#ff3131}.burger-menu.active span:nth-child(1){transform:rotate(45deg) translate(7px,7px)}.burger-menu.active span:nth-child(2){opacity:0}.burger-menu.active span:nth-child(3){transform:rotate(-45deg) translate(7px,-7px)}.mobile-overlay{position:fixed;top:0;left:0;width:100%;height:100vh;background:#000000b3;z-index:998;animation:fadeIn .3s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.mobile-nav{display:none;flex-direction:column;position:fixed;top:0;right:-100%;width:280px;height:100vh;background:linear-gradient(135deg,#000,#1a1a1a);padding:100px 2rem 2rem;gap:1rem;transition:right .4s cubic-bezier(.68,-.55,.265,1.55);z-index:999;box-shadow:-5px 0 20px #00000080}.mobile-nav.open{right:0}.mobile-nav a{color:#fff;font-size:1.2rem;font-weight:500;padding:1rem 1.5rem;border-radius:8px;transition:all .3s ease;border-left:3px solid transparent;opacity:0;transform:translate(20px)}.mobile-nav.open a{opacity:1;transform:translate(0)}.mobile-nav.open a:nth-child(1){transition-delay:.1s}.mobile-nav.open a:nth-child(2){transition-delay:.2s}.mobile-nav.open a:nth-child(3){transition-delay:.3s}.mobile-nav.open a:nth-child(4){transition-delay:.4s}.mobile-nav a:hover{background:#ff313126;border-left-color:#ff3131;color:#ff3131;transform:translate(5px)}.hero{padding:150px 2rem 100px;background-color:#000;color:#fff;text-align:center;position:relative}.hero:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-image:linear-gradient(#000000d9,#000000d9),-webkit-image-set(url(/background-768.webp) 1x,url(/background-1280.webp) 2x,url(/background-1920.webp) 3x);background-image:linear-gradient(#000000d9,#000000d9),image-set(url(/background-768.webp) 1x,url(/background-1280.webp) 2x,url(/background-1920.webp) 3x);background-size:cover;background-position:center;background-repeat:no-repeat;background-attachment:fixed;opacity:.8;z-index:0}@supports not ((background-image: -webkit-image-set(url(/background-768.webp) 1x)) or (background-image: image-set(url(/background-768.webp) 1x))){.hero:before{background-image:linear-gradient(#000000d9,#000000d9),url(/background.jpg)}}@media (max-width: 768px){.hero:before{background-image:linear-gradient(#000000d9,#000000d9),url(/background-768.webp)}@supports not (background-image: url(/background-768.webp)){.hero:before{background-image:linear-gradient(#000000d9,#000000d9),url(/background.jpg)}}}@media (min-width: 769px) and (max-width: 1280px){.hero:before{background-image:linear-gradient(#000000d9,#000000d9),url(/background-1280.webp)}@supports not (background-image: url(/background-1280.webp)){.hero:before{background-image:linear-gradient(#000000d9,#000000d9),url(/background.jpg)}}}@media (min-width: 1281px){.hero:before{background-image:linear-gradient(#000000d9,#000000d9),url(/background-1920.webp)}@supports not (background-image: url(/background-1920.webp)){.hero:before{background-image:linear-gradient(#000000d9,#000000d9),url(/background.jpg)}}}.hero>*{position:relative;z-index:1}.hero h2{font-size:4rem;margin-bottom:1rem;font-weight:700}.hero p{font-size:1.7rem;margin-bottom:2rem;color:#ccc}.hero-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.btn{padding:1rem 2rem;border-radius:8px;font-weight:600;cursor:pointer;transition:all .3s ease;border:none;font-size:1rem;position:relative;overflow:hidden;z-index:1}.btn>*{position:relative;z-index:2}.btn:before{content:"";position:absolute;top:50%;left:50%;width:0;height:0;border-radius:50%;background:#fff3;transform:translate(-50%,-50%);transition:width .6s,height .6s}.btn:hover:before{width:300px;height:300px}.btn-primary{background:linear-gradient(135deg,#ff3131,#e02525);color:#fff;box-shadow:0 4px 15px #ff31314d}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 6px 20px #ff313166}.btn-secondary{background:transparent;color:#fff;border:2px solid #fff;box-shadow:0 4px 15px #ffffff1a}.btn-secondary:hover{background:#fff;color:#000;transform:translateY(-2px);box-shadow:0 6px 20px #fff3}.section{padding:80px 2rem}.section-white{background:#fff}.section-gray{background:#f5f5f5}.section-black{background:#000;color:#fff}.container{max-width:1200px;margin:0 auto}.section-title{font-size:2.8rem;text-align:center;margin-bottom:3rem;font-weight:700;position:relative;padding-bottom:1rem}.section-title:after{content:"";position:absolute;bottom:0;left:50%;transform:translate(-50%);width:60px;height:3px;background:#ff3131}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem}.service-card{border:2px solid #000;padding:2rem;border-radius:8px;transition:all .3s}.service-card:hover{background:#000;color:#fff;border-color:#ff3131}.service-card .icon{font-size:3rem;margin-bottom:1rem}.service-card h3{font-size:1.5rem;margin-bottom:1rem}.service-card p{color:#666}.service-card:hover p{color:#ccc}.price-table-wrapper{overflow-x:auto;border-radius:12px;box-shadow:0 4px 15px #0000001a;margin-bottom:2rem;overflow:hidden}.price-table{width:100%;border-collapse:collapse;background:#fff;min-width:600px}.price-table thead{background:#000;color:#fff}.price-table th{padding:1rem;text-align:center;border:1px solid #555;font-weight:600}.price-table thead tr:first-child th{border-bottom:2px solid #555}.price-table tbody tr:nth-child(2n){background:#f5f5f5}.price-table td{padding:.75rem;text-align:center;border:1px solid #e0e0e0;font-weight:600}.price-table td:first-child{background:#f5f5f5;font-weight:700}.price-table tbody tr:nth-child(2n) td:first-child{background:#e0e0e0}.price-table td.unavailable{opacity:.3}.price-notes{text-align:center;margin-top:2rem}.price-note{font-style:italic;color:#333;margin-bottom:1rem}.price-note a{color:#000;text-decoration:underline;transition:color .3s}.price-note a:hover{color:#ff3131}.runflat-note{font-weight:600;margin:.5rem 0}.runflat-note strong{color:#d00000}.contact-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:3rem}.map-container{margin-top:3rem;border-radius:12px;overflow:hidden;box-shadow:0 4px 15px #ffffff1a}.contact-info{display:flex;flex-direction:column;gap:1.5rem}.contact-item{display:flex;align-items:flex-start;gap:1rem}.contact-item .icon{font-size:1.5rem}.contact-item p{margin:.25rem 0}.contact-item .label{font-weight:600;color:#fff}.contact-item .value{color:#ccc}.contact-item .value a{color:#fff;transition:color .3s}.contact-item .value a:hover{color:#ff3131}.contact-form{display:flex;flex-direction:column;gap:1rem}.contact-form input,.contact-form textarea{padding:1rem;border-radius:8px;border:1px solid #333;background:#1a1a1a;color:#fff;font-family:inherit}.contact-form textarea{resize:none}.contact-form input:focus,.contact-form textarea:focus{outline:none;border-color:#ff3131}.contact-form button{padding:1rem;background:linear-gradient(135deg,#ff3131,#e02525);color:#fff;border:none;border-radius:8px;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px #ff31314d;position:relative;overflow:hidden;z-index:1}.contact-form button:before{content:"";position:absolute;top:50%;left:50%;width:0;height:0;border-radius:50%;background:#fff3;transform:translate(-50%,-50%);transition:width .6s,height .6s}.contact-form button:hover:not(:disabled):before{width:300px;height:300px}.contact-form button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 20px #ff313166}.contact-form button:disabled{opacity:.6;cursor:not-allowed;transform:none}.form-message{padding:1rem;border-radius:8px;margin-bottom:1rem;font-weight:500;animation:slideIn .3s ease-out}.form-message.success{background:#2ecc71;color:#fff;border:1px solid #27ae60}.form-message.error{background:#ff3131;color:#fff;border:1px solid #e02525}@keyframes slideIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.footer{background:#000;color:#999;padding:2rem;text-align:center;border-top:2px solid #ff3131}.footer .brand{font-size:1.2rem;font-weight:700;color:#fff;margin-bottom:.5rem}.footer-links{margin-top:1rem;display:flex;justify-content:center;align-items:center;gap:1rem;flex-wrap:wrap}.footer-links a{color:#999;font-size:.9rem;transition:color .3s ease}.footer-links a:hover{color:#ff3131}.footer-links span{color:#555}.powered-by{margin-top:1.5rem;font-size:.85rem;color:#999}.powered-by a{color:#ff3131;font-weight:600;transition:color .3s ease;text-decoration:none}.powered-by a:hover{color:#e02525;text-decoration:underline}@media (max-width: 768px){.header{padding:1rem}.header-logo{gap:.5rem}.header-logo img{height:70px;width:auto}.header h1{font-size:1.5rem;letter-spacing:1px}.nav{display:none}.burger-menu,.mobile-nav{display:flex}.hero{padding:120px 1rem 60px}.hero:before{background-attachment:scroll}.hero h2{font-size:2.3rem;line-height:1.2}.hero p{font-size:1.3rem}.hero-buttons{flex-direction:column;width:100%;max-width:300px;margin:0 auto}.btn{width:100%;padding:.875rem 1.5rem}.section{padding:50px 1rem}.section-title{font-size:2rem;margin-bottom:2rem}.services-grid{grid-template-columns:1fr;gap:1.5rem}.service-card{padding:1.5rem}.service-card h3{font-size:1.3rem}.price-table{min-width:100%;font-size:.85rem}.price-table th,.price-table td{padding:.5rem .25rem}.price-notes{font-size:.9rem}.price-note,.runflat-note{font-size:.85rem}.contact-grid{grid-template-columns:1fr;gap:2rem}.contact-info h3,.contact-form h3{font-size:1.3rem}.map-container{margin-top:2rem}.map-container iframe{height:300px}.footer{padding:1.5rem 1rem;font-size:.9rem}}@media (max-width: 480px){.header h1{font-size:1.2rem}.hero h2{font-size:1.8rem}.hero p{font-size:1.1rem}.section-title{font-size:1.7rem}.price-table{font-size:.75rem}.price-table th,.price-table td{padding:.4rem .2rem}}
