@font-face{font-family:Pretendard;src:url(/Pretendard-Regular.woff2) format("woff2");font-weight:400;font-style:normal}@font-face{font-family:Pretendard;src:url(/Pretendard-Medium.woff2) format("woff2");font-weight:500;font-style:normal}@font-face{font-family:Pretendard;src:url(/Pretendard-Bold.woff2) format("woff2");font-weight:700;font-style:normal}:root{--primary:#fb8c00;--primary-dark:#e67e00;--secondary:#333;--bg-light:#f5f5f5;--bg-white:#fff;--text-main:#222;--text-sub:#666;--border:#eee}*{box-sizing:border-box}body{font-family:Pretendard,system-ui,-apple-system,sans-serif;margin:0;padding:0;background:var(--bg-white);color:var(--text-main);line-height:1.6}a{color:inherit;text-decoration:none}.container{max-width:1200px;margin:0 auto;padding:0 1.5rem}header{height:80px;display:flex;align-items:center;border-bottom:1px solid transparent;background:transparent;position:-webkit-sticky;position:sticky;top:0;z-index:1000;transition:all .3s ease}header.scrolled{height:70px;background:hsla(0,0%,100%,.95);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid var(--border);box-shadow:0 4px 20px rgba(0,0,0,.05)}header .container{justify-content:space-between;width:100%}.logo,header .container{display:flex;align-items:center}.logo{flex-shrink:0}.nav-links{display:flex;gap:3rem;font-weight:600;font-size:1.05rem}.nav-links a{position:relative;transition:color .2s}.nav-links a:after{content:"";position:absolute;bottom:-5px;left:0;width:0;height:2px;background:var(--primary);transition:width .3s ease}.nav-links a:hover{color:var(--primary)}.nav-links a:hover:after{width:100%}.mobile-menu-btn{display:none;background:none;border:none;cursor:pointer;padding:.5rem;color:var(--secondary)}.mobile-nav{position:fixed;top:0;right:-100%;width:100%;height:100vh;background:#fff;z-index:2000;padding:2rem;display:flex;flex-direction:column;gap:2rem;transition:right .4s cubic-bezier(.4,0,.2,1)}.mobile-nav.open{right:0}.mobile-nav-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.mobile-nav-links{display:flex;flex-direction:column;gap:1.5rem}.mobile-nav-links a{font-size:1.5rem;font-weight:700;padding:.5rem 0;border-bottom:1px solid #f5f5f5}.hero{background:var(--bg-light);padding:10rem 0 8rem;position:relative;overflow:hidden;margin-top:-80px;min-height:700px;display:flex;align-items:center}.hero-video-container{z-index:0}.hero-video-container,.hero-video-container:after{position:absolute;top:0;left:0;width:100%;height:100%}.hero-video-container:after{content:"";background:linear-gradient(90deg,hsla(0,0%,100%,.98) 35%,hsla(0,0%,100%,.4));z-index:1}.hero-video{width:100%;height:100%;object-fit:cover;opacity:0;transition:opacity 1s ease-in-out}.hero-video.loaded{opacity:1}.hero-content{max-width:650px;position:relative;z-index:2}.hero h1{font-size:3.5rem;font-weight:800;line-height:1.2;margin-bottom:1.5rem;word-break:keep-all}.hero h1 span{color:var(--primary)}.hero p{font-size:1.25rem;color:var(--text-sub);margin-bottom:2.5rem}.quote-calculator{background:var(--bg-white);padding:2.5rem;border-radius:20px;box-shadow:0 10px 30px rgba(0,0,0,.05);margin-top:-3rem;position:relative;z-index:10}.calc-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));grid-gap:2rem;gap:2rem;margin-bottom:2rem}.calc-item label{display:block;font-weight:600;margin-bottom:.75rem}.calc-item input,.calc-item select{width:100%;padding:.75rem;border:1px solid #ddd;border-radius:8px;font-size:1rem}.calc-result{border-top:1px solid var(--border);padding-top:1.5rem;display:flex;justify-content:space-between;align-items:center}.result-price{font-size:1.5rem;font-weight:700}.result-price span{color:var(--primary);font-size:2.25rem}.btn{display:inline-flex;align-items:center;justify-content:center;padding:1rem 2rem;border-radius:8px;font-weight:700;cursor:pointer;transition:all .2s;border:none}.btn-primary{background:var(--primary);color:#fff}.btn-primary:hover{background:var(--primary-dark)}.btn-outline{border:2px solid var(--primary);color:var(--primary);background:transparent}.btn-outline:hover{background:rgba(251,140,0,.05)}section{padding:6rem 0}.section-title{text-align:center;margin-bottom:4rem}.section-title h2{font-size:2.5rem;font-weight:700;margin-bottom:1rem}.section-title p{color:var(--text-sub);font-size:1.1rem}.product-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));grid-gap:2.5rem;gap:2.5rem}.product-card{border:1px solid var(--border);border-radius:16px;overflow:hidden;transition:transform .3s;background:#fff}.product-card:hover{transform:translateY(-5px);box-shadow:0 10px 20px rgba(0,0,0,.05)}.product-badge{position:absolute;top:1rem;left:1rem;background:var(--primary);color:#fff;padding:.4rem 1rem;border-radius:50px;font-size:.85rem;font-weight:700}.product-image{height:250px;background:#f9f9f9;display:flex;align-items:center;justify-content:center;padding:2rem;position:relative}.product-info{padding:2rem}.product-info h3{font-size:1.25rem;margin-bottom:.5rem}.product-model{color:#888;font-size:.9rem;margin-bottom:1rem}.product-specs{margin-bottom:1.5rem;font-size:.95rem}.product-specs div{margin-bottom:.4rem}.product-price{border-top:1px solid var(--border);padding-top:1.5rem;display:flex;justify-content:space-between;align-items:center}.price-value{font-size:1.4rem;font-weight:700;color:var(--primary)}.fab-container{position:fixed;bottom:2rem;right:2rem;display:flex;flex-direction:column-reverse;align-items:flex-end;gap:1rem;z-index:1000}.fab-main{width:60px;height:60px;border-radius:50%;background:var(--primary);color:#fff;display:flex;align-items:center;justify-content:center;font-size:2rem;cursor:pointer;box-shadow:0 5px 15px rgba(251,140,0,.4)}.fab-items{display:none;flex-direction:column-reverse;gap:.75rem}.fab-container:hover .fab-items,.fab-item{display:flex}.fab-item{align-items:center;gap:.75rem;background:#fff;padding:.75rem 1.25rem;border-radius:50px;box-shadow:0 3px 10px rgba(0,0,0,.1);font-weight:600}footer{background:#1a1a1a;color:#fff;padding:4rem 0}footer .footer-top{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));grid-gap:3rem;gap:3rem;margin-bottom:3rem;border-bottom:1px solid #333;padding-bottom:3rem}footer h4{font-size:1.1rem;margin-bottom:1.5rem}footer .contact-info div{margin-bottom:.75rem;color:#aaa}footer .footer-bottom{color:#777;font-size:.9rem}.ansim-section{background:#fdf5e6;padding:4rem 0}.ansim-section img{border-radius:12px;box-shadow:0 5px 20px rgba(0,0,0,.1)}@media (max-width:1024px){.nav-links{display:none!important}.mobile-menu-btn{display:block!important}.header-actions .btn-primary{display:none}.mobile-nav{box-shadow:-10px 0 30px rgba(0,0,0,.1)}}@media (max-width:768px){.hero h1{font-size:2.5rem}.quote-calculator{margin-top:2rem}}