.nav-menu .dropdown{position:relative}
.nav-menu .dropdown-menu{position:absolute;top:calc(100% + 8px);left:0;background:var(--dropdown-bg,#ffffff);min-width:220px;border-radius:20px;box-shadow:0 20px 35px -12px rgba(0,0,0,0.2);border:1px solid var(--border-light);padding:0.6rem 0;opacity:0;visibility:hidden;transition:opacity 0.2s ease,visibility 0.2s,transform 0.2s;transform:translateY(8px);z-index:200;backdrop-filter:blur(4px)}
.nav-menu .dropdown:hover .dropdown-menu{opacity:1;visibility:visible;transform:translateY(0)}
.dropdown-menu li{display:block;width:100%}
.dropdown-menu li a{display:block;padding:10px 20px;font-size:0.9rem;font-weight:500;color:var(--text-dark);white-space:nowrap;transition:all 0.2s;border-radius:0}
.dropdown-menu li a:hover{background-color:var(--primary-light);color:var(--primary);padding-left:24px}
.brand-used{font-weight:800;color:var(--accent);margin-right:4px}
.dropdown-menu li a .brand-used{background:none;padding:0}
.feature-icon{display:inline-block;margin-right:8px;font-size:1.1rem;vertical-align:middle}
.dropdown-divider{height:1px;background:var(--border-light);margin:8px 0}
.dropdown-menu .menu-section + .menu-section{border-top:1px solid var(--border-light);margin-top:6px;padding-top:6px}
.mobile-nav-dropdown{display:none;position:absolute;max-height:80vh;overflow-y:auto;top:100%;left:0;width:100%;background:var(--secondary);box-shadow:0 10px 20px rgba(0,0,0,0.1);padding:20px;border-top:1px solid var(--border-light);z-index:99}
.mobile-nav-dropdown.active{display:block}
.mobile-nav-dropdown ul{display:flex;flex-direction:column;gap:5px}
.mobile-nav-dropdown ul li a{display:block;padding:14px 20px;font-size:1.2rem;font-weight:500;border-radius:12px;color:var(--text-dark);background:var(--primary-light);text-align:center}
.mobile-nav-dropdown .has-submenu{position:relative}
.mobile-nav-dropdown .sub-menu{display:none;padding-left:1rem;margin-top:0.5rem;margin-bottom:0.5rem;background:rgba(0,0,0,0.02);border-left:2px solid var(--primary-light);margin-left:1rem}
.mobile-nav-dropdown .sub-menu.open{display:block}
.mobile-nav-dropdown .sub-menu li{margin:0}
.mobile-nav-dropdown .sub-menu li a{background:transparent;font-size:1rem;padding:12px 16px;text-align:left;font-weight:normal;color:var(--text-soft)}
.mobile-nav-dropdown .sub-menu li a:hover{background:var(--primary-light)}
.mobile-nav-dropdown .menu-parent{display:flex;justify-content:space-between;align-items:center;background:var(--primary-light);border-radius:16px;margin-bottom:5px;cursor:default}
.mobile-nav-dropdown .menu-parent a{flex:1;background:transparent;text-align:left;font-weight:600;padding:12px 16px;text-decoration:none;color:inherit}
.mobile-nav-dropdown .toggle-submenu{background:none;border:none;font-size:1.3rem;padding:12px 16px;cursor:pointer;color:var(--primary);font-weight:bold;min-width:48px;text-align:center}
@media (min-width:769px){.mobile-nav-dropdown .sub-menu{display:none !important}
.mobile-nav-dropdown .menu-parent .toggle-submenu{display:none}
}.search-dropdown{position:absolute;top:100%;left:0;width:100%;background:var(--dropdown-bg);border-top:1px solid var(--border-light);border-bottom:1px solid var(--border-light);box-shadow:0 8px 16px rgba(0,0,0,0.05);padding:16px 20px;display:none;z-index:100;backdrop-filter:blur(10px)}
.search-form{display:flex;gap:16px;max-width:800px;margin:0 auto;align-items:center}
.search-form input{flex:1;padding:14px 20px;font-size:16px;border:2px solid var(--border-light);border-radius:60px;outline:none;background:var(--secondary);color:var(--text-dark);transition:border-color 0.2s;min-width:500px}
.search-form input:focus{border-color:var(--primary);outline:none}
.search-form input::placeholder{color:var(--text-soft);opacity:0.7}
.search-form button{padding:14px 32px;background:var(--primary);color:white;border:none;border-radius:60px;font-weight:600;font-size:1rem;cursor:pointer;transition:background 0.2s,transform 0.1s;white-space:nowrap;flex-shrink:0}
.search-form button:hover{background:var(--accent);border-color:var(--accent);color:var(--secondary)}
@media screen and (max-width:640px){.search-form{flex-direction:column;gap:20px;width:90%;max-width:500px;margin:0 auto;align-items:stretch}
.search-form input{width:100%;padding:14px 18px;font-size:16px;min-width:0}
.search-form button{width:auto;align-self:center;padding:12px 32px;min-width:160px;font-size:1rem;margin-top:10px}
}@media screen and (max-width:480px){.search-form{width:95%;gap:18px}
.search-form input{padding:12px 16px}
.search-form button{padding:10px 28px;min-width:140px;margin-top:5px}
}.compare-floating-panel,.wishlist-floating-panel{position:fixed;bottom:80px;right:20px;width:360px;max-width:90vw;background:var(--secondary);border-radius:24px;box-shadow:0 20px 40px rgba(0,0,0,0.25);border:1px solid var(--border-light);z-index:2000;display:none;backdrop-filter:blur(10px);padding:1rem;font-size:0.9rem}
.wishlist-floating-panel{bottom:80px;right:20px}
.compare-floating-panel{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);width:480px;max-width:90vw;max-height:80vh;overflow-y:auto}
@media (max-width:600px){.compare-floating-panel{width:95vw;max-height:85vh}
}.panel-header{display:flex;justify-content:space-between;align-items:center;padding-bottom:10px;border-bottom:1px solid var(--border-light);font-weight:600;color:var(--primary)}
.panel-items{overflow-y:auto;margin:10px 0;display:flex;flex-direction:column;gap:12px}
.panel-item{display:flex;align-items:center;gap:10px;background:var(--primary-light);padding:8px 12px;border-radius:18px;border:1px solid transparent;transition:0.1s}
.panel-item.highlight-diff{border-color:var(--accent);background:#fff9e6}
.panel-item img{width:50px;height:40px;object-fit:cover;border-radius:8px;background:#ddd}
.item-details{flex:1;font-size:0.8rem}
.item-details strong{display:block}
.item-actions{display:flex;gap:5px}
.inquiry-single,.remove-item,.remove-wishlist{background:none;border:none;color:var(--accent);cursor:pointer;font-size:1.2rem;padding:0 5px}
.panel-footer{display:flex;gap:8px;justify-content:flex-end;border-top:1px solid var(--border-light);padding-top:10px}
.panel-footer button{padding:6px 12px;border-radius:40px;background:var(--primary);color:white;border:none;cursor:pointer}
.close-panel{background:transparent !important;color:var(--text-dark) !important;border:1px solid var(--border-light) !important}
.inquiry-modal{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,0.5);display:none;align-items:center;justify-content:center;z-index:3000}
.inquiry-modal .modal-content{max-width:500px;width:90%;max-height:90vh;overflow-y:auto;background:var(--secondary);border-radius:32px;padding:1.8rem;box-shadow:0 20px 40px rgba(0,0,0,0.3)}
.inquiry-modal .modal-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.2rem}
.inquiry-modal .modal-header h3{font-size:1.5rem;color:var(--primary)}
.modal-close{background:none;border:none;font-size:2rem;line-height:1;cursor:pointer;color:var(--text-soft);padding:0 8px}
.modal-close:hover{color:var(--accent)}
.modal-wishlist-preview{display:flex;flex-wrap:wrap;gap:10px;margin:15px 0;background:white;padding:12px;border-radius:20px}
.preview-item{display:flex;align-items:center;gap:5px;background:white;border-radius:30px;padding:4px 10px}
.preview-item img{width:30px;height:30px;border-radius:6px}
#inquiryForm{display:flex;flex-direction:column;gap:1rem}
.form-group{display:flex;flex-direction:column;gap:0.3rem}
.form-group label{font-weight:500;color:var(--text-soft);font-size:0.9rem}
.form-group input,.form-group textarea{padding:12px 16px;border:1px solid var(--border-light);border-radius:40px;font-size:1rem;background:var(--secondary);color:var(--text-dark);outline:none;transition:border 0.2s}
.form-group input:focus,.form-group textarea:focus{border-color:var(--primary)}
.form-row{display:flex;gap:1rem;flex-wrap:wrap}
.modal-footer{margin-top:1.5rem;text-align:right}
#submitInquiry{padding:12px 28px;background:var(--accent);color:white;border:none;border-radius:60px;font-weight:600;cursor:pointer}
#submitInquiry:hover{background:var(--primary)}
@media (max-width:480px){.inquiry-modal .modal-content{padding:1.2rem}
.form-row{flex-direction:column;gap:0.8rem}
}.site-footer{background-color:var(--primary);border-top:1px solid rgba(255,255,255,0.1);padding:3rem 0 1.5rem;margin-top:0;transition:background-color 0.2s ease;color:#f5f5f5}
.site-footer,.site-footer .guarantee-item h4,.site-footer .guarantee-item p,.site-footer .footer-col h3,.site-footer .footer-col ul li a,.site-footer .company-bio,.site-footer .contact-detail li,.site-footer .footer-bottom,.site-footer .footer-legal a{color:#f0f0f0}
.site-footer .footer-col ul li a:hover,.site-footer .footer-legal a:hover{color:var(--accent);text-decoration:underline}
.site-footer .footer-divider{background:rgba(255,255,255,0.2);height:1px;margin:1.8rem 0 2rem}
.site-footer .guarantee-icon{background:rgba(255,255,255,0.15);width:56px;height:56px;margin:0 auto 0.8rem;display:flex;align-items:center;justify-content:center;border-radius:60px;transition:background 0.2s}
.site-footer .guarantee-icon svg{width:32px;height:32px;stroke:var(--accent);stroke-width:1.6;fill:none}
.site-footer .guarantee-item h4{font-size:1.1rem;font-weight:700;margin-bottom:0.25rem}
.site-footer .guarantee-item p{font-size:0.85rem;opacity:0.9}
.site-footer .guarantee-grid{display:flex;flex-wrap:wrap;justify-content:space-between;gap:1.5rem;margin-bottom:2.5rem}
.site-footer .guarantee-item{flex:1;min-width:160px;text-align:center;padding:0.5rem;transition:transform 0.2s}
.site-footer .guarantee-item:hover{transform:translateY(-3px)}
.site-footer .footer-columns{display:grid;grid-template-columns:repeat(5,1fr);gap:2rem;margin-bottom:2rem}
.site-footer .footer-col h3{font-size:1.2rem;font-weight:700;margin-bottom:1.2rem;position:relative;display:inline-block}
.site-footer .footer-col h3:after{content:'';position:absolute;bottom:-6px;left:0;width:32px;height:2px;background:var(--accent);border-radius:2px}
.site-footer .footer-col ul{list-style:none;padding:0}
.site-footer .footer-col ul li{margin-bottom:0.7rem}
.site-footer .footer-col ul li a{text-decoration:none;font-size:0.85rem;transition:color 0.2s,padding-left 0.2s;display:inline-block}
.site-footer .logo-footer{display:flex;align-items:center;gap:8px;margin-bottom:1rem}
.site-footer .logo-footer svg{width:42px;height:42px;fill:white}
.site-footer .logo-footer span{font-size:1.5rem;font-weight:800;color:white;line-height:1}
.site-footer .company-bio{font-size:0.85rem;margin:0.8rem 0 1rem;line-height:1.5}
.site-footer .contact-detail{list-style:none;padding:0;margin:0.8rem 0}
.site-footer .contact-detail li{display:flex;align-items:center;gap:8px;font-size:0.85rem;margin-bottom:0.6rem}
.site-footer .contact-detail li svg{width:18px;height:18px;stroke:var(--accent);flex-shrink:0}
.site-footer .footer-bottom{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;font-size:0.8rem;padding-top:0.5rem}
.site-footer .footer-legal{display:flex;gap:1.2rem}
.site-footer .footer-legal a{text-decoration:none}
@media screen and (max-width:1024px){.site-footer .footer-columns{grid-template-columns:repeat(3,1fr);gap:1.8rem}
}@media screen and (max-width:768px){.site-footer .footer-columns{grid-template-columns:repeat(2,1fr);gap:2rem}
.site-footer .guarantee-grid{gap:1rem}
.site-footer .guarantee-item{min-width:140px}
}@media screen and (max-width:550px){.site-footer .footer-columns{grid-template-columns:1fr;gap:2rem}
.site-footer .guarantee-grid{flex-direction:column;align-items:stretch}
.site-footer .footer-bottom{flex-direction:column;text-align:center;gap:0.5rem}
.site-footer .footer-legal{justify-content:center}
}