.header{z-index:100;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background-color:#fffc;border-bottom:1px solid #f5f5f5;position:sticky;top:0}.header .container{width:100%;max-width:1440px;margin:0 auto;padding:0 24px 0 1px}.header-content{justify-content:space-between;align-items:center;width:100%;padding:14px 0;display:flex}.logo{color:#000;letter-spacing:-.02em;align-items:center;gap:12px;margin-right:auto;font-size:1.3rem;font-weight:600;text-decoration:none;transition:opacity .3s;display:flex}.logo-wrapper{flex-direction:row;align-items:center;gap:6px;display:flex}.logo img{object-fit:contain;filter:grayscale();flex-shrink:0;width:100px;height:100px;display:block}.logo-text{letter-spacing:-.02em;white-space:nowrap;gap:0;font-size:2rem;font-weight:700;line-height:1;display:flex}.logo-true,.logo-rent,.logo-cost{color:#000}.logo:hover{opacity:.85}.nav{align-items:center;gap:40px;margin-left:auto;display:flex}.nav-link{color:#000;letter-spacing:.01em;font-size:1rem;font-weight:700;text-decoration:none;transition:opacity .3s,transform .2s}.nav-link:hover{opacity:.6;transform:translateY(-1px)}@media (max-width:768px){.header .container{padding:0 16px}.header-content{flex-direction:column;gap:16px;padding:12px 0}.nav{flex-wrap:wrap;justify-content:center;gap:20px;margin-left:0}.logo{margin-right:0;font-size:1.2rem}.logo img{width:78px;height:78px}.logo-text{font-size:1.6rem}}
.footer{color:#000;background-color:#fff;border-top:1px solid #f5f5f5;margin-top:80px}.footer-content{border-bottom:1px solid #f5f5f5;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:40px;padding:60px 0;display:grid}.footer-section h3{color:#000;margin-bottom:15px;font-size:1.2rem;font-weight:600}.footer-brand{align-items:center;gap:10px;margin-bottom:14px;display:flex}.footer-brand img{object-fit:contain;filter:grayscale();width:52px;height:52px}.footer-brand h3{letter-spacing:-.02em;margin:0;font-size:1.5rem}.footer-section h4{color:#000;margin-bottom:15px;font-size:1rem;font-weight:600}.footer-section p{color:#666;margin:0;font-size:.95rem;font-weight:400}.footer-section ul{margin:0;padding:0;list-style:none}.footer-section li{margin-bottom:10px}.footer-section a{color:#666;font-size:.95rem;font-weight:400;text-decoration:none;transition:color .3s}.footer-section a:hover{color:#000}.footer-bottom{text-align:center;color:#999;padding:20px 0;font-size:.9rem;font-weight:400}.footer-bottom p{margin:0}@media (max-width:640px){.footer-content{gap:30px;padding:40px 0}}
*{box-sizing:border-box;margin:0;padding:0}html{height:100%;overflow-x:hidden}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#000;letter-spacing:-.02em;background-color:#fff;flex-direction:column;min-height:100vh;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica Neue,sans-serif;font-weight:400;line-height:1.6;display:flex;overflow-x:hidden}a{color:inherit;text-decoration:none}button{cursor:pointer;background:0 0;border:none;font-family:inherit}input,textarea,select{font-family:inherit}.container{width:100%;max-width:1440px;margin:0 auto;padding:0 20px}h1,h2,h3,h4,h5,h6{color:#000;letter-spacing:-.03em;margin-bottom:.5rem;font-weight:600;line-height:1.2}h1{font-size:2.5rem}h2{font-size:2rem}h3{font-size:1.5rem}p{margin-bottom:1rem}.btn{cursor:pointer;border:none;border-radius:6px;padding:16px 32px;font-size:1.1rem;font-weight:600;transition:all .3s;display:inline-block}.btn-primary{color:#fff;background-color:#000;font-weight:600}.btn-primary:hover{background-color:#333}.btn-secondary{color:#000;background-color:#f5f5f5;border:1px solid #e5e5e5}.btn-secondary:hover{background-color:#f0f0f0}@media (max-width:640px){h1{font-size:2rem}h2{font-size:1.5rem}h3{font-size:1.2rem}}
