.element{transition:all .3s ease;transition:all .3s ease .3s ease}.sticky-header{position:relative;top:0;z-index:1000;background:linear-gradient(135deg,#2c3e50,#1a252f);color:#fff;padding:1rem;box-shadow:0 2px 10px #0003;display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem}.sticky-header .header-content{display:flex;flex-direction:column;gap:.5rem}.sticky-header .header-content h2{font-size:1.5rem;margin:0;font-weight:700}.sticky-header .header-content .contact-info{display:flex;flex-wrap:wrap;gap:1rem;align-items:center}.sticky-header .header-content .contact-info p{margin:0;color:#f1c40f;font-size:.9rem;display:flex;align-items:center;gap:.3rem}.sticky-header .header-content .contact-info p:before{content:"📞";font-size:1rem}.sticky-header .auth-buttons{display:flex;gap:.8rem}.sticky-header .auth-buttons .btn{padding:.6rem 1.2rem;border-radius:30px;font-weight:600;font-size:.9rem;cursor:pointer;transition:all .3s ease;text-decoration:none;display:inline-block;text-align:center;white-space:nowrap}.sticky-header .auth-buttons .btn-login{background:transparent;border:2px solid #fff;color:#fff}.sticky-header .auth-buttons .btn-login:hover{background:#ffffff1a}.sticky-header .auth-buttons .btn-register{background:#3498db;border:2px solid #3498db;color:#fff}.sticky-header .auth-buttons .btn-register:hover{background:#2980b9;border-color:#2980b9}@media (max-width: 768px){.sticky-header{flex-direction:column;text-align:center;padding:1rem .5rem}.sticky-header .header-content{align-items:center}.sticky-header .header-content h2{font-size:1.3rem}.sticky-header .header-content .contact-info{justify-content:center}.sticky-header .auth-buttons{width:100%;justify-content:center;margin-top:.5rem}.sticky-header .auth-buttons .btn{padding:.5rem 1rem;font-size:.8rem;flex:1;max-width:120px}}.search-bar{max-width:800px;margin:2rem auto;position:relative}.search-bar .search-input{width:100%;padding:1rem 2rem;border:2px solid #3498db;border-radius:50px;font-size:1rem}.search-bar .search-icon{position:absolute;left:1.5rem;top:50%;transform:translateY(-50%);color:#3498db}.main-footer{background:#2c3e50;color:#fff;padding:3rem 1rem;margin-top:4rem}.main-footer .footer-content{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.main-footer .footer-section h4{color:#f1c40f;margin-bottom:1rem;border-bottom:2px solid #34495e;padding-bottom:.5rem}.main-footer .footer-links{list-style:none}.main-footer .footer-links li{margin-bottom:.7rem}.main-footer .footer-links a{color:#ecf0f1;text-decoration:none;transition:color;transition:color .3s ease}.main-footer .footer-links a:hover{color:#3498db}.main-footer .copyright{text-align:center;padding:1rem;background:#1a252f;margin-top:2rem}.sponsor-section{background:#ffffff1a;border-top:3px solid #e67e22;margin-top:3rem;padding:2rem 1rem;position:relative;overflow:hidden}.sponsor-section .sponsor-content{max-width:1200px;margin:0 auto;display:flex;flex-direction:column;align-items:center;gap:1rem;position:relative;z-index:1}.sponsor-section .sponsor-label{background:#e67e22;color:#fff;padding:.5rem 2rem;border-radius:30px;font-size:.9rem;font-weight:700;text-shadow:1px 1px 3px rgba(0,0,0,.2);box-shadow:0 4px 15px #e67e224d}.sponsor-section .sponsor-logo{height:60px;width:auto;filter:drop-shadow(0 4px 10px rgba(255,255,255,.3));transition:all;transition:all .3s ease;padding:10px;background:#ffffffe6;border-radius:12px}.sponsor-section .sponsor-logo:hover{transform:scale(1.1);filter:drop-shadow(0 6px 15px rgba(255,255,255,.5))}.sponsor-section .sponsor-text{color:#f1c40f;font-size:.9rem;font-weight:700;text-align:center}.sponsor-section:before{content:"";position:absolute;top:0;left:-50%;width:200%;height:100%;background:repeating-linear-gradient(45deg,transparent,transparent 25px,rgba(255,255,255,.05) 25px,rgba(255,255,255,.05) 50px);animation:slide 20s linear infinite}@keyframes slide{0%{transform:translate(0)}to{transform:translate(50%)}}main{padding:2rem 1rem;max-width:1400px;margin:0 auto}.search-bar{position:relative;max-width:800px;margin:2rem auto 3rem}.search-bar .search-input{width:100%;padding:1.2rem 3rem 1.2rem 1.5rem;border:2px solid #3498db;border-radius:50px;font-size:1rem;box-shadow:;transition:all .3s cubic-bezier(.25,.8,.25,1)}.search-bar .search-input:focus{border-color:#217dbb;box-shadow:0 0 0 3px #3498db4d;outline:none}.search-bar .search-input::placeholder{color:#95a5a6}.search-bar .search-icon{position:absolute;left:auto;right:1.5rem;top:50%;transform:translateY(-50%);color:#3498db;font-size:1.2rem}.brand-filter{background:#fff;padding:1.5rem;margin:2rem auto;border-radius:12px;box-shadow:}.brand-filter .brand-buttons{display:flex;flex-wrap:wrap;gap:.8rem;justify-content:center}.brand-filter .brand-buttons .brand-btn{padding:.8rem 1.8rem;border:2px solid #3498db;border-radius:30px;cursor:pointer;background:#fff;color:#2c3e50;font-weight:600;font-size:.95rem;transition:all .3s cubic-bezier(.25,.8,.25,1)}.brand-filter .brand-buttons .brand-btn:hover{transform:translateY(-3px);box-shadow:0 6px 16px #00000026}.brand-filter .brand-buttons .brand-btn.active,.brand-filter .brand-buttons .brand-btn:hover{background:#3498db;color:#fff;border-color:#3498db}.brand-filter .brand-buttons .brand-btn.active{box-shadow:0 0 0 3px #3498db4d}.billboard-ad{background:linear-gradient(135deg,#e74c3c,#c0392b);color:#fff;margin:3rem 0;border-radius:12px;padding:2.5rem;display:flex;align-items:center;justify-content:space-between;box-shadow:0 8px 20px #0003;position:relative;overflow:hidden;transition:all .3s cubic-bezier(.25,.8,.25,1)}.billboard-ad:hover{transform:translateY(-3px);box-shadow:0 6px 16px #00000026}.billboard-ad .ad-badge{position:absolute;top:20px;left:20px;background:#f1c40f;color:#2c3e50;padding:.4rem 1.2rem;border-radius:20px;font-size:.85rem;font-weight:700;box-shadow:;z-index:2}.billboard-ad .ad-content{position:relative;z-index:1;flex:2}.billboard-ad .ad-content .ad-title{font-size:2.2rem;margin-bottom:1rem;text-shadow:2px 2px 4px rgba(0,0,0,.2);font-weight:700}.billboard-ad .ad-content .ad-subtitle{font-size:1.2rem;margin-bottom:1.5rem;opacity:.9;max-width:80%}.billboard-ad .ad-content .ad-phone{background:#fff;color:#c0392b;padding:.9rem 1.8rem;border-radius:30px;display:inline-flex;align-items:center;gap:1rem;font-weight:700;transition:all .3s cubic-bezier(.25,.8,.25,1);box-shadow:}.billboard-ad .ad-content .ad-phone i{font-size:1.2rem}.billboard-ad .ad-content .ad-phone:hover{transform:scale(1.05)}.billboard-ad .ad-icons{flex:1;display:flex;justify-content:center;gap:2rem;opacity:.2}.billboard-ad .ad-icons .ad-icon{font-size:4.5rem;animation:float 3s ease-in-out infinite}.billboard-ad .ad-icons .ad-icon:nth-child(2){animation-delay:.5s}.billboard-ad .ad-icons .ad-icon:nth-child(3){animation-delay:1s}.sellers-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:2rem;margin:3rem 0}.sellers-grid .seller-card{background:#fff;border-radius:12px;padding:1.5rem;box-shadow:;border:1px solid rgba(0,0,0,.05);display:flex;flex-direction:column;align-items:center;text-align:center;transition:all .3s cubic-bezier(.25,.8,.25,1)}.sellers-grid .seller-card:hover{transform:translateY(-3px);box-shadow:0 6px 16px #00000026}.sellers-grid .seller-card .seller-logo{width:100px;height:100px;border-radius:50%;background:#f5f5f5;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem;overflow:hidden;border:3px solid #ecf0f1;box-shadow:0 2px 8px #0000001a}.sellers-grid .seller-card .seller-logo img{width:100%;height:100%;object-fit:cover}.sellers-grid .seller-card .seller-header{width:100%;border-bottom:2px solid #eee;padding-bottom:1.2rem;margin-bottom:1.2rem}.sellers-grid .seller-card .seller-header .seller-name{color:#2c3e50;font-size:1.3rem;margin-bottom:.8rem;font-weight:700}.sellers-grid .seller-card .seller-header .seller-rating{color:#f1c40f;margin-bottom:.8rem;font-size:.9rem}.sellers-grid .seller-card .seller-header .seller-rating i{margin:0 1px}.sellers-grid .seller-card .seller-header .seller-rating span{color:#7f8c8d;margin-right:.5rem;font-weight:500}.sellers-grid .seller-card .seller-header .seller-phone{color:#666;font-size:.95rem;display:flex;align-items:center;justify-content:center;gap:.5rem}.sellers-grid .seller-card .seller-header .seller-phone i{color:#e67e22;font-size:1rem}.sellers-grid .seller-card .seller-brands{display:flex;flex-wrap:wrap;gap:.6rem;margin:1.2rem 0;justify-content:center}.sellers-grid .seller-card .seller-brands .brand-tag{background:#cce5f6;color:#1d6fa5;padding:.4rem 1rem;border-radius:20px;font-size:.85rem;font-weight:500}.sellers-grid .seller-card .seller-contact-btn{background:#3498db;color:#fff;border:none;padding:.7rem 1.5rem;border-radius:30px;cursor:pointer;font-weight:600;font-size:.95rem;transition:all .3s cubic-bezier(.25,.8,.25,1);margin-top:auto;width:80%;box-shadow:0 4px 10px #3498db4d}.sellers-grid .seller-card .seller-contact-btn:hover{background:#217dbb;transform:translateY(-2px)}@media (max-width: 768px){.sellers-grid{grid-template-columns:1fr}.sellers-grid .seller-card{padding:1.2rem}.sellers-grid .seller-card .seller-logo{width:80px;height:80px;margin-bottom:1rem}.sellers-grid .seller-card .seller-contact-btn{width:100%}}.advertisement-section{background:#f8f9fa;padding:3rem 1rem;margin:4rem 0;border-top:3px solid #ecf0f1;border-bottom:3px solid #ecf0f1}.advertisement-section .ad-container{max-width:1200px;margin:0 auto}.advertisement-section .ad-section-title{text-align:center;color:#2c3e50;margin-bottom:2rem;font-size:1.8rem;font-weight:700;position:relative}.advertisement-section .ad-section-title:after{content:"";display:block;width:80px;height:4px;background:#e67e22;margin:1rem auto 0;border-radius:2px}.advertisement-section .ad-slots-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.advertisement-section .ad-slots-grid .ad-slot{background:#fff;border-radius:12px;padding:2rem;text-align:center;box-shadow:;border:1px solid rgba(0,0,0,.05);transition:all .3s cubic-bezier(.25,.8,.25,1)}.advertisement-section .ad-slots-grid .ad-slot:hover{transform:translateY(-3px);box-shadow:0 6px 16px #00000026}.advertisement-section .ad-slots-grid .ad-slot .ad-placeholder{color:#7f8c8d;padding:1rem}.advertisement-section .ad-slots-grid .ad-slot .ad-placeholder i{font-size:3rem;color:#3498db;margin-bottom:1.5rem;display:inline-block}.advertisement-section .ad-slots-grid .ad-slot .ad-placeholder p{margin:1.5rem 0;font-size:1rem;line-height:1.6}.advertisement-section .ad-slots-grid .ad-slot .reserve-btn{background:#e67e22;color:#fff;border:none;padding:.8rem 2rem;border-radius:30px;cursor:pointer;font-weight:600;font-size:.95rem;transition:all .3s cubic-bezier(.25,.8,.25,1);box-shadow:0 4px 10px #e67e224d}.advertisement-section .ad-slots-grid .ad-slot .reserve-btn:hover{background:#bf6516;transform:translateY(-2px)}.advertisement-section .ad-notice{text-align:center;margin-top:3rem;font-size:1rem;color:#7f8c8d}.advertisement-section .ad-notice a{color:#3498db;text-decoration:none;font-weight:600;transition:all .3s cubic-bezier(.25,.8,.25,1)}.advertisement-section .ad-notice a:hover{color:#1d6fa5;text-decoration:underline}.seo-section{background:#fff;padding:2.5rem;border-radius:12px;margin:3rem 0;box-shadow:}.seo-section h2{color:#2c3e50;font-size:1.5rem;margin-bottom:1.5rem;text-align:center}.seo-section p{color:#555;line-height:1.8;text-align:justify;max-width:800px;margin:0 auto}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-15px)}}@media (max-width: 768px){.billboard-ad{flex-direction:column;text-align:center;padding:2rem 1.5rem}.billboard-ad .ad-content .ad-subtitle{max-width:100%}.billboard-ad .ad-content .ad-phone{margin:0 auto}.billboard-ad .ad-icons{margin-top:2rem;width:100%}.sellers-grid,.ad-slots-grid{grid-template-columns:1fr}}.latest-articles{padding:3rem 0;background-color:#f9f9f9;margin-top:2rem}.latest-articles .container{max-width:1200px;margin:0 auto;padding:0 1rem}.latest-articles .section-title{text-align:center;color:#2c3e50;font-size:1.8rem;margin-bottom:2rem;position:relative}.latest-articles .section-title:after{content:"";display:block;width:80px;height:3px;background:#e67e22;margin:.5rem auto 0}.latest-articles .articles-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.5rem}@media (max-width: 768px){.latest-articles .articles-grid{grid-template-columns:1fr}}.latest-articles .article-card{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 2px 10px #0000000d;transition:all .3s ease;display:block;color:#fff;text-decoration:none}.latest-articles .article-card:hover{transform:translateY(-5px);box-shadow:0 4px 15px #0000001a}.latest-articles .article-card:hover .article-title{color:#3498db}.latest-articles .article-image{height:200px;overflow:hidden}.latest-articles .article-image img{width:100%;height:100%;object-fit:cover;transition:all .3s ease}.latest-articles .article-image:hover img{transform:scale(1.05)}.latest-articles .article-content{padding:1.5rem}.latest-articles .article-title{font-size:1.2rem;margin-bottom:.8rem;color:#2c3e50;transition:all .3s ease}.latest-articles .article-excerpt{color:#666;font-size:.95rem;line-height:1.6;margin-bottom:1rem}.latest-articles .article-meta{display:flex;justify-content:space-between;font-size:.8rem;color:#888}.latest-articles .article-meta i{margin-left:.3rem}.latest-articles .view-all-btn{display:inline-flex;align-items:center;color:#3498db;font-weight:500;text-decoration:none;transition:all .3s ease}.latest-articles .view-all-btn i{margin-right:.5rem;font-size:.8rem;transition:all .3s ease}.latest-articles .view-all-btn:hover{color:#217dbb}.latest-articles .view-all-btn:hover i{transform:translate(-3px)}
