:root{--color-black: #0a0a0a;--color-charcoal: #1a1a1a;--color-gray: #2d2d2d;--color-light-gray: #f5f5f5;--color-white: #f5f5f5;--color-rust: #c45a2c;--color-rust-light: #d4724a;--font-display: "Bebas Neue", sans-serif;--font-body: "Source Sans 3", sans-serif}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:var(--font-body);background-color:var(--color-black);color:var(--color-white);line-height:1.6;-webkit-font-smoothing:antialiased}.header{position:fixed;top:0;left:0;right:0;z-index:100;padding:1rem 2rem;background:linear-gradient(to bottom,#0a0a0af2,#0a0a0a00);transition:background .3s ease}.header.scrolled{background:#0a0a0afa;backdrop-filter:blur(10px)}.header-inner{max-width:1400px;margin:0 auto;display:flex;justify-content:space-between;align-items:center}.logo{font-family:var(--font-display);font-size:1.8rem;letter-spacing:.05em;color:var(--color-white);text-decoration:none}.logo span{color:var(--color-rust)}.nav-links{display:flex;gap:2rem;list-style:none}.nav-links a{color:var(--color-white);text-decoration:none;font-weight:600;font-size:.9rem;letter-spacing:.05em;text-transform:uppercase;transition:color .2s ease}.nav-links a:hover{color:var(--color-rust)}.cta-button{display:inline-block;background:var(--color-rust);color:var(--color-white);padding:.75rem 1.5rem;font-weight:700;font-size:.9rem;letter-spacing:.05em;text-transform:uppercase;text-decoration:none;border:none;cursor:pointer;transition:all .2s ease}.cta-button:hover{background:var(--color-rust-light);transform:translateY(-2px)}.hero{min-height:100vh;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden;padding:6rem 2rem 4rem}.hero-bg{position:absolute;inset:0;background:linear-gradient(135deg,#0a0a0ab3,#0a0a0a80,#0a0a0aa6),url(/images/deckover.jpg) center/cover no-repeat}.hero-content{position:relative;z-index:2;text-align:center;max-width:900px}.hero-badge{display:inline-block;padding:.5rem 1rem;background:#ffffff1a;border:1px solid var(--color-white);color:var(--color-white);font-size:.85rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;margin-bottom:1.5rem}.hero h1{font-family:var(--font-display);font-size:clamp(3.5rem,12vw,8rem);line-height:.95;letter-spacing:.02em;margin-bottom:1.5rem}.hero h1 span{color:var(--color-rust)}.hero-subtitle{font-size:1.5rem;color:var(--color-light-gray);max-width:600px;margin:0 auto 2.5rem}.hero-ctas{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.cta-secondary{background:transparent;border:2px solid var(--color-white)}.cta-secondary:hover{background:var(--color-white);color:var(--color-black)}section{padding:6rem 2rem}.section-header{text-align:center;margin-bottom:4rem}.section-header h2{font-family:var(--font-display);font-size:clamp(2.5rem,6vw,4rem);letter-spacing:.02em;margin-bottom:1rem}.section-header p{color:var(--color-light-gray);font-size:1.35rem;max-width:600px;margin:0 auto}.trailers-section{background:var(--color-charcoal)}.trailers-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem;max-width:1400px;margin:0 auto}.trailer-card{background:var(--color-gray);overflow:hidden}.trailer-image{width:100%;height:280px;object-fit:cover;background:var(--color-black)}.trailer-info{padding:2rem}.trailer-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.trailer-info h3{font-family:var(--font-display);font-size:1.8rem;letter-spacing:.02em;margin:0}.rent-button{background:var(--color-rust);color:var(--color-white);padding:.5rem 1rem;font-weight:700;font-size:.85rem;letter-spacing:.05em;text-transform:uppercase;text-decoration:none;border-radius:4px;transition:background .2s ease}.rent-button:hover{background:var(--color-rust-light)}.trailer-specs{color:var(--color-light-gray);font-size:.95rem;margin-bottom:1rem}.trailer-price{display:grid;grid-template-columns:repeat(3,1fr);gap:.5rem;margin-bottom:1.5rem;text-align:center}.trailer-price .price-item{background:#0000004d;padding:.75rem .5rem;border-radius:4px}.trailer-price .amount{font-family:var(--font-display);font-size:1.5rem;color:var(--color-rust);display:block}.trailer-price .period{color:var(--color-light-gray);font-size:.8rem;text-transform:uppercase;letter-spacing:.05em}.trailer-features{list-style:none;margin-bottom:1.5rem}.trailer-features li{padding:.4rem 0 .4rem 1.5rem;position:relative;color:var(--color-light-gray);font-size:.95rem}.trailer-features li:before{content:"✓";position:absolute;left:0;color:var(--color-rust);font-weight:700}.info-section{background:var(--color-black)}.info-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:3rem;max-width:1200px;margin:0 auto}.info-card{text-align:center;padding:2rem}.info-icon{width:60px;height:60px;margin:0 auto 1.5rem;display:flex;align-items:center;justify-content:center;background:#c45a2c26;border-radius:50%}.info-icon svg{width:28px;height:28px;stroke:var(--color-rust)}.info-card h3{font-family:var(--font-display);font-size:1.5rem;margin-bottom:.75rem;letter-spacing:.02em}.info-card p{color:var(--color-light-gray);font-size:1.1rem;line-height:1.7}.contact-section{background:var(--color-charcoal)}.contact-content{max-width:800px;margin:0 auto;text-align:center}.contact-content .cta-button{font-size:1.3rem;padding:1.25rem 2.5rem}.contact-methods{display:flex;justify-content:center;gap:3rem;flex-wrap:wrap;margin-top:2rem}.contact-method{text-align:center}.contact-method a{font-family:var(--font-display);font-size:2rem;color:var(--color-rust);text-decoration:none;letter-spacing:.02em;transition:color .2s ease}.contact-method a:hover{color:var(--color-rust-light)}.contact-method span{display:block;color:var(--color-light-gray);font-size:.9rem;margin-top:.5rem;text-transform:uppercase;letter-spacing:.1em}footer{background:var(--color-black);padding:3rem 2rem;text-align:center;border-top:1px solid var(--color-gray)}.footer-logo{font-family:var(--font-display);font-size:1.5rem;letter-spacing:.05em;margin-bottom:1rem}.footer-logo span{color:var(--color-rust)}footer p{color:var(--color-light-gray);font-size:.9rem}@media (max-width: 768px){.nav-links{display:none}.header{padding:.75rem 1rem}.header .cta-button{padding:.4rem .6rem!important;font-size:.7rem!important;letter-spacing:.02em;width:auto!important;max-width:none!important}.logo{font-size:1.4rem}section{padding:4rem 1rem}.trailers-grid{grid-template-columns:1fr}.contact-methods{flex-direction:column;gap:2rem}.hero-ctas{flex-direction:column;align-items:center}.cta-button{width:100%;max-width:280px;text-align:center}}
