body{margin:0;padding:0}#root{width:100%;margin:0;padding:0}*{box-sizing:border-box;margin:0;padding:0}:root{--red:#c41e3a;--red-dark:#a01830;--black:#0d0d0d;--white:#fff;--gray:#333;--gray-light:#666}html{scroll-behavior:smooth}body{background-color:var(--black);color:var(--white);font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.6}.app{min-height:100vh}.hero{background-image:url(/assets/owner-in-service-van.jpeg);background-position:50%;background-size:cover;min-height:100vh;position:relative}.hero-overlay{background:linear-gradient(#0006 0%,#000000b3 100%);justify-content:center;align-items:flex-end;padding-bottom:10vh;display:flex;position:absolute;inset:0}.hero-content{text-align:center;padding:2rem}.hero-content h1{text-transform:uppercase;letter-spacing:.05em;text-shadow:2px 2px 4px #00000080;margin-bottom:.5rem;font-size:clamp(2.5rem,8vw,5rem);font-weight:900}.hero-tagline{color:var(--red);margin-bottom:1.5rem;font-size:clamp(1.2rem,4vw,2rem);font-weight:700}.hero-phone{color:var(--white);margin-bottom:1.5rem;font-size:clamp(1.5rem,5vw,2.5rem);font-weight:900;text-decoration:none;display:block}.hero-phone:hover{color:var(--red)}.hero-cta{background:var(--red);color:var(--white);text-transform:uppercase;border-radius:4px;padding:1rem 3rem;font-size:1.25rem;font-weight:700;text-decoration:none;transition:background .2s,transform .2s;display:inline-block}.hero-cta:hover{background:var(--red-dark);transform:scale(1.05)}.testimonials{background:var(--gray);padding:4rem 0;overflow:hidden}.testimonials h2{text-align:center;margin-bottom:2rem;padding:0 1rem;font-size:clamp(1.5rem,5vw,2.5rem)}.testimonials-track{gap:2rem;width:max-content;animation:30s linear infinite scroll;display:flex}.testimonials-track:hover{animation-play-state:paused}@keyframes scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.testimonial-card{background:var(--black);border-radius:8px;flex-shrink:0;min-width:320px;max-width:400px;padding:2rem}.testimonial-card a{text-decoration:none}.stars{color:gold;margin-bottom:1rem;font-size:1.5rem;display:block}.testimonial-text{color:#ccc;margin-bottom:1rem;font-size:1rem;line-height:1.7}.testimonial-name{color:var(--red);font-weight:700}.testimonial-images{gap:.5rem;margin-bottom:1rem;display:flex}.testimonial-images img{object-fit:cover;opacity:.9;border-radius:4px;width:80px;height:60px;transition:opacity .2s,transform .2s}.testimonial-images img:hover{opacity:1;transform:scale(1.05)}.services{max-width:1000px;margin:0 auto;padding:4rem 1rem}.services h2{text-align:center;color:var(--red);margin-bottom:2rem;font-size:clamp(1.5rem,5vw,2.5rem)}.price-table{background:var(--gray);border-radius:8px;margin-bottom:2rem;overflow:auto hidden}.price-header,.price-row{text-align:center;grid-template-columns:2fr repeat(4,1fr);gap:.5rem;padding:1rem;display:grid}.price-header{background:var(--red);font-size:.85rem;font-weight:700}.price-header span:first-child,.price-row span:first-child{text-align:left}.price-row{border-bottom:1px solid #444}.price-row:last-child{border-bottom:none}.price-row:nth-child(2n){background:#ffffff0d}.package-descriptions{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;margin-bottom:2rem;display:grid}.package{background:var(--gray);border-radius:8px;padding:1.5rem}.package h4{color:var(--red);margin-bottom:.75rem;font-size:1.1rem}.package ul{color:#ccc;font-size:.9rem;list-style:none}.package li{padding:.25rem 0 .25rem 1.25rem;position:relative}.package li:before{content:"•";color:var(--red);position:absolute;left:0}.add-ons{background:var(--gray);border-radius:8px;margin-bottom:2rem;padding:1.5rem}.add-ons h4{color:var(--red);margin-bottom:.75rem}.add-ons ul{flex-wrap:wrap;gap:1rem;font-size:.9rem;list-style:none;display:flex}.add-ons li{background:#c41e3a33;border-radius:4px;padding:.5rem 1rem}.services-note{text-align:center;color:var(--gray-light);font-size:1.1rem}.gallery{background:var(--gray);padding:4rem 1rem}.gallery h2{text-align:center;margin-bottom:2rem;font-size:clamp(1.5rem,5vw,2.5rem)}.gallery-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1rem;max-width:1200px;margin:0 auto;display:grid}.gallery-item{aspect-ratio:4/3;cursor:pointer;border-radius:8px;overflow:hidden}.gallery-item img{object-fit:cover;width:100%;height:100%;transition:transform .3s}.gallery-item:hover img{transform:scale(1.05)}.lightbox{z-index:1000;cursor:pointer;background:#000000f2;justify-content:center;align-items:center;padding:2rem;display:flex;position:fixed;inset:0}.lightbox img{object-fit:contain;border-radius:8px;max-width:100%;max-height:90vh}.lightbox-close{color:var(--white);cursor:pointer;background:0 0;border:none;font-size:3rem;line-height:1;transition:color .2s;position:absolute;top:1rem;right:1.5rem}.lightbox-close:hover{color:var(--red)}.video-showcase{background:var(--black);padding:4rem 0;overflow:hidden}.video-showcase h2{text-align:center;margin-bottom:2rem;padding:0 1rem;font-size:clamp(1.5rem,5vw,2.5rem)}.video-carousel{justify-content:center;align-items:center;max-width:100%;padding:0 3rem;display:flex;position:relative}.video-slides{justify-content:center;align-items:center;width:280px;height:520px;display:flex;position:relative}.video-slide{text-align:center;cursor:pointer;width:280px;transition:transform .4s,opacity .4s;position:absolute}.video-slide.active{cursor:default}.video-slide video{aspect-ratio:9/16;object-fit:cover;background:var(--gray);border-radius:12px;width:100%}.video-title{color:var(--red);margin-top:.75rem;font-weight:600;transition:opacity .3s}.video-slide:not(.active) .video-title{opacity:0}.carousel-arrow{color:var(--white);cursor:pointer;z-index:10;background:#c41e3ae6;border:none;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;font-size:2rem;line-height:1;transition:background .2s,transform .2s;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.carousel-arrow:hover{background:var(--red);transform:translateY(-50%)scale(1.1)}.carousel-prev{left:0}.carousel-next{right:0}.video-dots{justify-content:center;gap:.75rem;margin-top:1.5rem;display:flex}.video-dot{border:2px solid var(--gray-light);cursor:pointer;background:0 0;border-radius:50%;width:12px;height:12px;transition:all .2s}.video-dot.active{background:var(--red);border-color:var(--red)}.video-dot:hover:not(.active){border-color:var(--white)}@media (min-width:768px){.video-carousel{padding:0 4rem}.video-slides{width:320px;height:600px}.video-slide{width:320px}}.contact{background:var(--black);padding:4rem 1rem 2rem}.contact-content{text-align:center;flex-wrap:wrap;justify-content:center;align-items:center;gap:3rem;max-width:800px;margin:0 auto;display:flex}.contact-info h2{margin-bottom:.5rem;font-size:clamp(1.5rem,5vw,2.5rem)}.contact-tagline{color:var(--red);margin-bottom:1rem;font-size:1.25rem;font-weight:700}.contact-phone{color:var(--white);margin-bottom:1rem;font-size:clamp(2rem,6vw,3rem);font-weight:900;text-decoration:none;display:block}.contact-phone:hover{color:var(--red)}.contact-area{color:var(--gray-light)}.contact-qr{text-align:center}.contact-qr img{background:#fff;border-radius:8px;width:120px;height:120px;padding:8px}.contact-qr p{color:var(--gray-light);margin-top:.5rem;font-size:.9rem}.contact-bottom{text-align:center;color:var(--gray-light);border-top:1px solid #333;margin-top:3rem;padding-top:2rem;font-size:.9rem}@media (max-width:768px){.price-header,.price-row{padding:.75rem .5rem;font-size:.75rem}.testimonial-card{min-width:280px}}
