@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:#6b21a8;--secondary:#10b981;--accent:#ef4444;--bg:#fff;--text:#111827;--text-muted:#6b7280;--border:#e5e7eb;--container:1200px}*{box-sizing:border-box;margin:0;padding:0}body{font-family:Pretendard,-apple-system,sans-serif;color:var(--text);line-height:1.6;background-color:var(--bg);-webkit-font-smoothing:antialiased}a{text-decoration:none;color:inherit}ul{list-style:none}.container{max-width:var(--container);margin:0 auto;padding:0 1.5rem}header{height:70px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--border);position:-webkit-sticky;position:sticky;top:0;background:hsla(0,0%,100%,.95);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:100}.logo img{height:40px;width:auto}nav .desktop-menu{display:flex;gap:2rem;font-weight:600}.menu-toggle{display:none;background:none;border:none;cursor:pointer;color:var(--text)}.mobile-nav{position:fixed;top:0;right:-100%;width:80%;max-width:300px;height:100%;background:#fff;padding:2rem;box-shadow:-10px 0 15px rgba(0,0,0,.1);transition:right .3s ease-in-out;z-index:90}.mobile-nav.open{right:0}.mobile-nav ul{display:flex;flex-direction:column;gap:1.5rem}.mobile-nav a{font-size:1.25rem;font-weight:700;color:var(--text)}nav a:hover{color:var(--primary)}footer{background:#111827;color:#f3f4f6;padding:4rem 0}footer .info{margin-top:2rem;font-size:.875rem;color:#9ca3af;line-height:1.8}.hero-split{display:grid;grid-template-columns:1fr 1fr;min-height:500px;color:#fff;overflow:hidden}.hero-buy{align-items:flex-end;text-align:right;position:relative}.hero-buy,.hero-rental{padding:4rem;display:flex;flex-direction:column;justify-content:center}.hero-rental{align-items:flex-start;text-align:left}.hero-buy h2,.hero-rental h2{font-size:1.5rem;margin-bottom:1rem;opacity:.9}.hero-price{font-size:4rem;font-weight:800;line-height:1.1;margin-bottom:2rem}.hero-buy .hero-price span{display:block;font-size:1.25rem;font-weight:500;opacity:.8}.hero-cta{background:#fff;color:var(--text);padding:1rem 2rem;border-radius:8px;font-weight:700;font-size:1.125rem;box-shadow:0 4px 14px rgba(0,0,0,.15);transition:transform .2s}.hero-cta:hover{transform:translateY(-2px)}.hero-caption{position:absolute;bottom:0;left:50%;transform:translateX(-50%);background:var(--primary);color:#fff;padding:1rem 3rem;font-size:1.5rem;font-weight:700;white-space:nowrap;border-radius:30px 30px 0 0;z-index:10}section{padding:6rem 0}.section-title{text-align:center;margin-bottom:4rem}.section-title h2{font-size:2.5rem;font-weight:800;margin-bottom:1rem}.section-title p{color:var(--text-muted);font-size:1.125rem}.tabs{display:flex;justify-content:center;gap:1rem;margin-bottom:3rem}.tab-btn{padding:.75rem 2rem;border:1px solid var(--border);background:#fff;border-radius:50px;cursor:pointer;font-weight:600;transition:all .2s}.tab-btn.active{background:var(--primary);color:#fff;border-color:var(--primary)}.product-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));grid-gap:2rem;gap:2rem}.product-card{border:1px solid var(--border);border-radius:12px;overflow:hidden;transition:transform .3s,box-shadow .3s;background:#fff}.product-card:hover{transform:translateY(-5px);box-shadow:0 10px 25px rgba(0,0,0,.1)}.product-card img{width:100%;height:200px;object-fit:contain;background:#f9fafb;padding:1rem}.product-info{padding:1.5rem}.product-info h3{font-size:1.25rem;margin-bottom:.5rem}.product-price{color:var(--primary);font-size:1.5rem;font-weight:700;margin-bottom:1rem}.product-specs{font-size:.875rem;color:var(--text-muted)}.fab-container{position:fixed;bottom:2rem;right:2rem;z-index:1000}.fab-main{width:60px;height:60px;border-radius:50%;background:var(--primary);color:#fff;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 12px rgba(0,0,0,.3);transition:transform .3s}.fab-menu{display:none;flex-direction:column;gap:1rem;margin-bottom:1rem}.fab-item{width:50px;height:50px;border-radius:50%;background:#fff;color:var(--text);border:1px solid var(--border);display:flex;align-items:center;justify-content:center;box-shadow:0 2px 8px rgba(0,0,0,.1);transition:all .2s}.fab-item:hover{background:var(--primary);color:#fff}.step-form{max-width:600px;margin:0 auto;background:#f9fafb;padding:3rem;border-radius:20px}.form-step{display:none}.form-step.active{display:block}.form-group{margin-bottom:1.5rem}label{display:block;font-weight:600;margin-bottom:.5rem}input,select,textarea{width:100%;padding:.75rem;border:1px solid var(--border);border-radius:8px;font-family:inherit}.form-nav{display:flex;gap:1rem;margin-top:2rem}.btn{padding:.75rem 2.5rem;border:none;border-radius:8px;font-weight:700;cursor:pointer}.btn-primary{background:var(--primary);color:#fff}.btn-outline{background:transparent;border:1px solid var(--border)}@media (max-width:768px){nav .desktop-menu{display:none}.menu-toggle{display:block}.hero-split{grid-template-columns:1fr}.hero-buy,.hero-rental{padding:3rem 1.5rem;text-align:center;align-items:center}.hero-price{font-size:3rem}.hero-caption{width:100%;border-radius:0;text-align:center;font-size:1.125rem}}