*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--color-navy: #0B1D3A;--color-navy-light: #152d4f;--color-navy-lighter: #1e3d66;--color-steel: #5C6B7A;--color-steel-light: #9AABB8;--color-steel-lighter: #D0D8E0;--color-off-white: #F4F4EF;--color-off-white-dark: #E8E8E0;--color-orange: #E85D1A;--color-orange-dark: #CC4D12;--color-orange-light: #F07A3A;--color-white: #FFFFFF;--color-black: #111827;--color-success: #228636;--font-heading: "Oswald", sans-serif;--font-body: "Inter", sans-serif;--content-max: 1200px;--section-padding: 5rem 0;--section-padding-mobile: 3rem 0;--transition-fast: .2s ease;--transition-smooth: .4s cubic-bezier(.4, 0, .2, 1)}html{scroll-behavior:smooth;scroll-padding-top:4rem}body{font-family:var(--font-body);font-size:1rem;line-height:1.65;color:var(--color-black);background:var(--color-off-white);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}img{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}ul{list-style:none}.sr-only{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap}.container{width:100%;max-width:var(--content-max);margin:0 auto;padding:0 1.25rem}.skip-link{position:fixed;top:-100%;left:.5rem;z-index:1000;padding:.5rem 1rem;background:var(--color-orange);color:var(--color-white);font-weight:600;border-radius:0 0 4px 4px;transition:top var(--transition-fast)}.skip-link:focus{top:0}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 2rem;font-family:var(--font-heading);font-size:1.125rem;font-weight:600;line-height:1.2;text-transform:uppercase;letter-spacing:.05em;border:2px solid transparent;border-radius:4px;cursor:pointer;transition:background var(--transition-fast),color var(--transition-fast),border-color var(--transition-fast),transform var(--transition-fast)}.btn:focus-visible{outline:3px solid var(--color-orange);outline-offset:3px}.btn-primary{background:var(--color-orange);color:var(--color-white);border-color:var(--color-orange)}.btn-primary:hover,.btn-primary:focus-visible{background:var(--color-orange-dark);border-color:var(--color-orange-dark)}.btn-secondary{background:transparent;color:var(--color-white);border-color:var(--color-white)}.btn-secondary:hover,.btn-secondary:focus-visible{background:var(--color-white);color:var(--color-navy)}.section{padding:var(--section-padding-mobile)}.section-title{font-family:var(--font-heading);font-size:2rem;font-weight:700;text-transform:uppercase;letter-spacing:.03em;color:var(--color-navy);margin-bottom:.5rem}.section-subtitle{font-size:1.05rem;color:var(--color-steel);margin-bottom:2.5rem;max-width:600px}.wave-divider{width:100%;height:60px;line-height:0;color:var(--color-off-white);overflow:hidden}.wave-divider svg{display:block;width:100%;height:100%}.wave-divider--flip{color:var(--color-navy)}.site-header{position:fixed;top:0;left:0;right:0;z-index:100;background:var(--color-navy);color:var(--color-white);box-shadow:0 2px 12px #00000026}.header-inner{display:flex;align-items:center;justify-content:space-between;height:3.5rem}.logo-link{display:flex;align-items:center;gap:.5rem;font-family:var(--font-heading);font-size:1.25rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em}.logo-mark{border-radius:50%;flex-shrink:0}.nav-toggle{display:flex;flex-direction:column;justify-content:center;gap:5px;width:2rem;height:2rem;background:none;border:none;cursor:pointer;z-index:110}.nav-toggle-bar{display:block;width:100%;height:2.5px;background:var(--color-white);border-radius:2px;transition:transform var(--transition-smooth),opacity var(--transition-smooth)}.nav-toggle[aria-expanded=true] .nav-toggle-bar:nth-child(1){transform:translateY(7.5px) rotate(45deg)}.nav-toggle[aria-expanded=true] .nav-toggle-bar:nth-child(2){opacity:0}.nav-toggle[aria-expanded=true] .nav-toggle-bar:nth-child(3){transform:translateY(-7.5px) rotate(-45deg)}.site-nav{position:fixed;top:0;right:-100%;width:280px;height:100vh;background:var(--color-navy);padding:5rem 2rem 2rem;transition:right var(--transition-smooth);box-shadow:-4px 0 20px #0000004d}.site-nav.active{right:0}.nav-list{display:flex;flex-direction:column;gap:.25rem}.nav-link{display:block;padding:.6rem .75rem;font-family:var(--font-heading);font-size:1.125rem;text-transform:uppercase;letter-spacing:.04em;border-radius:4px;transition:background var(--transition-fast)}.nav-link:hover,.nav-link:focus-visible{background:#ffffff14}.nav-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0006;z-index:99;opacity:0;pointer-events:none;transition:opacity var(--transition-smooth)}.nav-overlay.active{opacity:1;pointer-events:auto}.hero{position:relative;min-height:100vh;display:flex;align-items:center;justify-content:center;background:var(--color-navy);color:var(--color-white);overflow:hidden;padding:5rem 0 4rem}.hero-bg{position:absolute;top:0;right:0;bottom:0;left:0;background-image:linear-gradient(rgba(255,255,255,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.035) 1px,transparent 1px);background-size:40px 40px;pointer-events:none}.hero-bg:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(ellipse at 50% 40%,rgba(255,255,255,.04) 0%,transparent 70%)}.hero-content{position:relative;z-index:1;text-align:center;max-width:760px;display:flex;flex-direction:column;align-items:center;gap:1rem}.hero-logo{width:140px;height:140px;border-radius:50%;box-shadow:0 0 0 5px #ffffff1f,0 0 60px #e85d1a26;margin-bottom:.75rem}.hero-title{font-family:var(--font-heading);font-size:2.5rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;line-height:1.1}.hero-slogan{font-family:var(--font-heading);font-size:1.4rem;font-weight:500;text-transform:uppercase;letter-spacing:.15em;color:var(--color-orange);margin-top:-.25rem}.hero-description{font-size:1.05rem;line-height:1.7;color:var(--color-steel-lighter);max-width:600px;margin-top:.25rem}.hero-actions{display:flex;flex-wrap:wrap;justify-content:center;gap:1rem;margin-top:1.5rem}.about{background:var(--color-off-white)}.about-content{display:grid;gap:2rem}.about-text p+p{margin-top:1rem}.about-fact{display:grid;grid-template-columns:auto 1fr;gap:.25rem 1rem;align-items:baseline;padding:1.5rem;background:var(--color-white);border:1px solid var(--color-steel-lighter);border-radius:6px;border-left:4px solid var(--color-orange);align-self:start}.fact-number{font-family:var(--font-heading);font-size:2rem;font-weight:700;color:var(--color-orange);line-height:1}.fact-label{font-size:.9rem;color:var(--color-steel)}.fleet{background:var(--color-navy);color:var(--color-white)}.fleet .section-title{color:var(--color-white)}.fleet .section-subtitle{color:var(--color-steel-light)}.fleet-grid{display:grid;gap:1.5rem}.fleet-card{position:relative;background:var(--color-navy-light);border:1px solid rgba(255,255,255,.08);border-radius:8px;padding:2rem;transition:transform var(--transition-smooth),box-shadow var(--transition-smooth)}.fleet-card:hover{transform:translateY(-4px);box-shadow:0 8px 30px #0000004d}.fleet-card--featured{border-color:var(--color-orange);box-shadow:0 0 0 1px var(--color-orange)}.fleet-card-visual{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem}.fleet-badge{display:inline-block;padding:.25rem .75rem;font-family:var(--font-heading);font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em;background:#e85d1a33;color:var(--color-orange-light);border-radius:3px}.fleet-icon{font-size:1.5rem;opacity:.4}.fleet-name{font-family:var(--font-heading);font-size:1.5rem;font-weight:600;text-transform:uppercase;margin-bottom:.25rem}.fleet-tagline{font-size:.92rem;color:var(--color-steel-light);margin-bottom:1.25rem;line-height:1.5}.fleet-specs{display:flex;flex-direction:column;gap:.4rem}.fleet-specs li{display:flex;justify-content:space-between;padding:.3rem 0;border-bottom:1px solid rgba(255,255,255,.06);font-size:.9rem}.fleet-specs li:last-child{border-bottom:none}.fleet-specs span:first-child{color:var(--color-steel-light)}.fleet-specs span:last-child{font-weight:600}.why{background:var(--color-off-white)}.why-grid{display:grid;gap:1.5rem}.why-card{padding:1.75rem;background:var(--color-white);border:1px solid var(--color-steel-lighter);border-radius:6px;transition:box-shadow var(--transition-smooth)}.why-card:hover{box-shadow:0 4px 16px #0000000f}.why-card-title{font-family:var(--font-heading);font-size:1.2rem;font-weight:600;text-transform:uppercase;color:var(--color-navy);margin-bottom:.5rem}.why-card p{font-size:.95rem;color:var(--color-steel);line-height:1.6}.specs{background:var(--color-navy);color:var(--color-white)}.specs .section-title{color:var(--color-white)}.specs .section-subtitle{color:var(--color-steel-light)}.table-wrapper{overflow-x:auto;-webkit-overflow-scrolling:touch}.specs-table{width:100%;min-width:540px;border-collapse:collapse;font-size:.92rem}.specs-table thead{background:var(--color-navy-lighter)}.specs-table th{font-family:var(--font-heading);font-weight:600;text-transform:uppercase;letter-spacing:.04em;text-align:left;padding:.85rem 1rem;white-space:nowrap}.specs-table td{padding:.7rem 1rem;border-bottom:1px solid rgba(255,255,255,.06)}.specs-table tbody tr:hover{background:#ffffff0a}.specs-table tbody td:first-child{color:var(--color-steel-light);font-weight:500}.testimonials{background:var(--color-off-white)}.testimonials-grid{display:grid;gap:1.5rem}.testimonial-card{padding:1.75rem;background:var(--color-white);border:1px solid var(--color-steel-lighter);border-radius:6px;border-top:4px solid var(--color-orange);font-style:normal}.testimonial-card p{font-size:.96rem;line-height:1.65;color:var(--color-black);margin-bottom:1rem}.testimonial-card footer{font-size:.85rem;color:var(--color-steel)}.testimonial-card cite{font-style:normal}.safety{background:var(--color-navy);color:var(--color-white)}.safety-notice{max-width:720px;margin:0 auto;text-align:center;padding:2rem 1.5rem;border:2px dashed var(--color-orange);border-radius:8px}.safety-icon{font-size:2rem;display:block;margin-bottom:.75rem}.safety-title{font-family:var(--font-heading);font-size:1.5rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;margin-bottom:1rem}.safety-notice p{font-size:.92rem;line-height:1.7;color:var(--color-steel-lighter)}.safety-notice p+p{margin-top:1rem}.contact{background:var(--color-off-white)}.contact-form{max-width:680px}.form-row{display:grid;gap:1rem;margin-bottom:1rem}.form-group{display:flex;flex-direction:column;gap:.35rem}.form-group label{font-family:var(--font-heading);font-size:.85rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--color-navy)}.form-group input,.form-group select,.form-group textarea{padding:.65rem .85rem;font-family:var(--font-body);font-size:.95rem;color:var(--color-black);background:var(--color-white);border:1px solid var(--color-steel-lighter);border-radius:4px;transition:border-color var(--transition-fast),box-shadow var(--transition-fast)}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:var(--color-orange);box-shadow:0 0 0 3px #e85d1a26}.form-group input.error,.form-group select.error,.form-group textarea.error{border-color:#d32f2f}.form-group .error-msg{font-size:.8rem;color:#d32f2f;min-height:1.2em}.form-actions{margin-top:1.5rem}.form-success{max-width:680px;padding:2rem;background:var(--color-white);border:1px solid var(--color-steel-lighter);border-radius:6px;border-left:4px solid var(--color-success);text-align:center}.form-success strong{font-family:var(--font-heading);font-size:1.15rem;text-transform:uppercase;color:var(--color-navy)}.form-success p{font-size:.92rem;color:var(--color-steel);margin-top:.4rem}.toast{position:fixed;bottom:1.5rem;right:1.5rem;z-index:200;padding:1rem 1.5rem;background:var(--color-navy);color:var(--color-white);font-size:.9rem;border-radius:6px;box-shadow:0 4px 20px #00000040;transform:translateY(120%);opacity:0;transition:transform var(--transition-smooth),opacity var(--transition-smooth);max-width:360px}.toast.show{transform:translateY(0);opacity:1}.site-footer{background:var(--color-black);color:var(--color-steel-light);padding:2.5rem 0;font-size:.82rem}.footer-inner{display:flex;flex-direction:column;gap:1.5rem;text-align:center;align-items:center}.footer-brand{display:flex;align-items:center;gap:.75rem}.footer-logo{border-radius:50%;width:40px;height:40px}.footer-tagline{font-family:var(--font-heading);font-size:1rem;text-transform:uppercase;letter-spacing:.15em;color:var(--color-orange)}.footer-nav-list{display:flex;flex-wrap:wrap;justify-content:center;gap:1.25rem}.footer-nav-list a{font-family:var(--font-heading);font-size:.85rem;text-transform:uppercase;letter-spacing:.05em;color:var(--color-steel-light);transition:color var(--transition-fast)}.footer-nav-list a:hover{color:var(--color-white)}.footer-disclaimer{max-width:700px;line-height:1.7;margin-top:.5rem}.reveal{opacity:0;transform:translateY(28px);transition:opacity .6s cubic-bezier(.4,0,.2,1),transform .6s cubic-bezier(.4,0,.2,1)}.reveal.visible{opacity:1;transform:translateY(0)}@media(min-width:640px){.fleet-grid,.testimonials-grid{grid-template-columns:repeat(3,1fr)}.why-grid,.form-row{grid-template-columns:repeat(2,1fr)}}@media(min-width:768px){.section{padding:var(--section-padding)}.hero-logo{width:200px;height:200px}.hero-title{font-size:4rem}.hero-slogan{font-size:1.6rem}.about-content{grid-template-columns:1fr 260px}.section-title{font-size:2.75rem}.section-subtitle{margin-bottom:3.5rem}}@media(min-width:1024px){.nav-toggle{display:none}.site-nav{position:static;width:auto;height:auto;background:none;padding:0;box-shadow:none;transition:none}.nav-list{flex-direction:row;gap:.25rem}.nav-link{padding:.4rem 1rem;font-size:1rem}.nav-overlay{display:none}.header-inner{height:4rem}html{scroll-padding-top:4rem}}@media(min-width:1200px){.hero-title{font-size:5rem}.hero-slogan{font-size:1.8rem}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;transition-duration:.01ms!important;scroll-behavior:auto!important}.reveal{opacity:1;transform:none}}
