*{margin:0;padding:0;box-sizing:border-box}body{line-height:1.6;color:#ffffff;background-color:#000000}.App{min-height:100vh}.container{max-width:1200px;margin:0 auto;padding:0 20px}.navbar{background-color:#000000;box-shadow:0 2px 4px rgba(255,255,255,.1);position:-webkit-sticky;position:sticky;top:0;z-index:100;border-bottom:1px solid #023e8a}.navbar-container{max-width:1200px;margin:0 auto;padding:1rem 20px;display:flex;justify-content:space-between;align-items:center}.navbar-logo{font-size:1.5rem;font-weight:700;color:#023e8a;text-decoration:none}.logo-container{display:flex;align-items:center;gap:1rem}.logo-image{flex-shrink:0}.logo-text{font-size:1.5rem;font-weight:700;color:#023e8a}.navbar-menu{display:flex;gap:2rem}.navbar-link{color:#ffffff;text-decoration:none;font-weight:500;transition:color .3s}.navbar-link:hover{color:#023e8a}.gradient-bg{background:linear-gradient(135deg,#023e8a,#000000);min-height:100vh}.hero{color:white;padding:4rem 0;text-align:center}.hero-content h1{font-size:3rem;margin-bottom:1rem}.hero-content p{font-size:1.2rem;margin-bottom:2rem;opacity:.9}.video-hero{position:relative;height:100vh;overflow:hidden}.video-background,.video-overlay{position:absolute;top:0;left:0;width:100%;height:100%}.video-overlay{background:rgba(0,0,0,.4);z-index:1}.hero-content{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:2;text-align:center;width:90%;max-width:800px}.hero-title{color:#023e8a;font-size:4rem;font-weight:700;margin-bottom:3rem;text-shadow:2px 2px 4px rgba(0,0,0,.5)}.scroll-indicator{position:absolute;bottom:2rem;left:50%;transform:translateX(-50%);z-index:2}.arrow-down{width:0;height:0;border-left:10px solid transparent;border-right:10px solid transparent;border-top:10px solid rgba(255,255,255,.7);margin:5px auto;animation:bounce 2s infinite}@keyframes bounce{0%,20%,50%,80%,to{transform:translateY(0)}40%{transform:translateY(-10px)}60%{transform:translateY(-5px)}}.cta-button{background-color:#023e8a;color:white;padding:1rem 2rem;text-decoration:none;border-radius:5px;font-weight:700;transition:background-color .3s;border:2px solid #023e8a}.cta-button:hover{background-color:transparent;border-color:#023e8a;color:#023e8a}.compelling-copy{margin-top:3rem;margin-bottom:2rem}.copy-text{color:#ffffff;font-size:2.2rem;font-weight:700;text-align:center;line-height:1.3;max-width:800px;margin:0 auto;text-shadow:2px 2px 4px rgba(0,0,0,.7);letter-spacing:.5px}.intro{padding:4rem 0;text-align:center}.intro h2{font-size:2.5rem;margin-bottom:1rem;color:#ffffff}.intro-image{margin:2rem 0;display:flex;justify-content:center}.owner-image{border-radius:10px;box-shadow:0 4px 8px rgba(0,0,0,.3);max-width:100%;height:auto}.intro p{font-size:1.1rem;color:#cccccc;max-width:800px;margin:0 auto;line-height:1.6}.services-cta{padding:1.5rem 0;text-align:center}.slideshow-section{padding:3rem 0}.slideshow-container{max-width:80%;margin:0 auto;position:relative}.slideshow-placeholder{position:relative;width:100%;height:60vh;border-radius:10px;overflow:hidden;box-shadow:0 8px 16px rgba(0,0,0,.3)}.slide-placeholder{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;transition:opacity .5s ease-in-out}.slide-placeholder.active{opacity:1}.slide-placeholder img{width:100%;height:100%;object-fit:cover;display:block}.image-fallback{width:100%;height:100%;background:#222222;color:#cccccc;font-weight:700}.image-fallback,.slideshow-controls{display:flex;align-items:center;justify-content:center}.slideshow-controls{gap:2rem;margin-top:1.5rem}.slide-btn{background:rgba(2,62,138,.8);color:white;border:none;width:50px;height:50px;border-radius:50%;font-size:1.5rem;cursor:pointer;transition:all .3s;display:flex;align-items:center;justify-content:center}.slide-btn:hover{background:#023e8a;transform:scale(1.1)}.slide-indicators{display:flex;gap:.5rem}.indicator{width:12px;height:12px;border-radius:50%;background:rgba(255,255,255,.3);cursor:pointer;transition:background .3s}.indicator.active{background:#023e8a}.contact-page,.equipment-page,.gallery-page,.services-page{padding:2rem 0;min-height:80vh}.page-intro{text-align:center;font-size:1.1rem;color:#cccccc;margin-bottom:3rem;max-width:800px;margin-left:auto;margin-right:auto}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));grid-gap:2rem;gap:2rem;margin-top:2rem}.service-card{background:#111111;padding:2rem;border-radius:10px;box-shadow:0 4px 6px rgba(255,255,255,.1);transition:transform .3s;border:1px solid #333333}.service-card:hover{transform:translateY(-5px)}.service-card h3{color:#023e8a;margin-bottom:1rem}.gallery-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));grid-gap:2rem;gap:2rem;margin-top:2rem}.gallery-item{background:#111111;border-radius:10px;overflow:hidden;box-shadow:0 4px 6px rgba(255,255,255,.1);transition:transform .3s;border:1px solid #333333}.gallery-item:hover{transform:translateY(-5px)}.image-placeholder{height:200px;background:#222222;display:flex;align-items:center;justify-content:center;color:#cccccc;font-weight:700}.gallery-item-info{padding:1.5rem}.gallery-item-info h3{margin-bottom:.5rem;color:#ffffff}.category{background:#023e8a;color:white;padding:.25rem .75rem;border-radius:15px;font-size:.8rem;text-transform:uppercase}.equipment-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));grid-gap:2rem;gap:2rem;margin-top:2rem}.equipment-card{background:#111111;border-radius:10px;overflow:hidden;box-shadow:0 4px 6px rgba(255,255,255,.1);transition:transform .3s;border:1px solid #333333}.equipment-card:hover{transform:translateY(-5px)}.equipment-image{height:150px;background:#222222;display:flex;align-items:center;justify-content:center;color:#cccccc;font-weight:700}.equipment-info{padding:1.5rem}.equipment-info h3{margin-bottom:.5rem;color:#ffffff}.contact-content{display:grid;grid-template-columns:1fr 1fr;grid-gap:4rem;gap:4rem;margin-top:2rem}.contact-form,.contact-info{min-width:0}.contact-form h2,.contact-info h2{margin-bottom:1.5rem;color:#ffffff}.contact-item{margin-bottom:2rem}.contact-item h3{color:#023e8a;margin-bottom:.5rem}.form-group{margin-bottom:1.5rem}.form-group label{display:block;margin-bottom:.5rem;font-weight:500;color:#ffffff}.form-group input,.form-group textarea{width:100%;padding:.75rem;border:1px solid #333333;border-radius:5px;font-size:1rem;transition:border-color .3s;background-color:#111111;color:#ffffff}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:#023e8a}.submit-button{background-color:#023e8a;color:white;padding:1rem 2rem;border:2px solid #023e8a;border-radius:5px;font-size:1rem;font-weight:700;cursor:pointer;transition:all .3s}.submit-button:hover{background-color:transparent;border-color:#023e8a;color:#023e8a}@media (max-width:768px){.navbar-container,.navbar-menu{flex-direction:column;gap:1rem}.hero-title{font-size:2.5rem;margin-bottom:2rem}.video-hero{height:70vh}.hero-content{width:95%;padding:0 1rem}.cta-button{padding:.8rem 1.5rem;font-size:1rem}.compelling-copy{margin-top:2rem;margin-bottom:1.5rem}.copy-text{font-size:1.5rem;padding:0 1rem;line-height:1.4}.intro{padding:3rem 0}.intro h2{font-size:1.8rem;margin-bottom:1.5rem}.intro p{font-size:1rem;line-height:1.5;padding:0 1rem}.owner-image{max-width:280px;height:auto}.hero-content h1{font-size:2rem}.hero-content p{font-size:1rem}.contact-content,.equipment-grid,.gallery-grid,.services-grid{grid-template-columns:1fr}.contact-content{gap:2rem}.contact-form{order:1}.contact-info{order:2}.container{padding:0 15px}.slideshow-container{max-width:95%}.slideshow-placeholder{height:50vh}.slideshow-controls{gap:1rem}.slide-btn{width:40px;height:40px;font-size:1.2rem}}@media (max-width:480px){.hero-title{font-size:1.8rem;margin-bottom:1.5rem}.video-hero{height:60vh}.hero-content{width:98%;padding:0 .5rem}.cta-button{padding:.7rem 1.2rem;font-size:.9rem}.compelling-copy{margin-top:1.5rem;margin-bottom:1rem}.copy-text{font-size:1.2rem;padding:0 1.5rem;line-height:1.3}.intro{padding:2rem 0}.intro h2{font-size:1.5rem;margin-bottom:1rem}.intro p{font-size:.9rem;padding:0 1.5rem}.owner-image{max-width:250px}.hero{padding:2rem 0}.hero-content h1{font-size:1.5rem}.navbar-menu{flex-direction:row;flex-wrap:wrap;gap:1rem;justify-content:center}.navbar-link{font-size:.9rem}}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}