/* === Haotronics Custom Styles === */
.hero-section{position:relative;height:500px;background:linear-gradient(135deg,#1a1a2e 0%,#16213e 100%);display:flex;align-items:center;justify-content:center;overflow:hidden}
.hero-content{text-align:center;color:white;z-index:2;padding:0 20px}
.hero-content h1{font-size:48px;margin-bottom:15px;font-weight:700}
.hero-content p{font-size:18px;margin-bottom:30px;opacity:.9;max-width:600px}
.hero-btn{display:inline-block;padding:14px 36px;background:#007bff;color:white;text-decoration:none;border-radius:4px;font-weight:600;transition:background .3s}
.hero-btn:hover{background:#0056b3}
.hero-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:url(/wp-content/uploads/2026/06/01-hero-phone-screen.jpg) center/cover;opacity:.3}
.features-bar{background:#f8f9fa;padding:40px 20px}
.features-grid{display:flex;justify-content:center;gap:60px;max-width:1200px;margin:0 auto;flex-wrap:wrap}
.feature-item{text-align:center}
.feature-item h3{font-size:32px;color:#007bff;margin-bottom:5px}
.feature-item p{color:#666;font-size:14px}
.categories-section{padding:60px 20px;max-width:1200px;margin:0 auto}
.section-title{text-align:center;margin-bottom:40px}
.section-title h2{font-size:28px;color:#1a1a2e;margin-bottom:10px}
.section-title p{color:#666}
.category-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.category-card{position:relative;border-radius:8px;overflow:hidden;height:200px;cursor:pointer;display:block}
.category-card img{width:100%;height:100%;object-fit:cover;transition:transform .3s}
.category-card:hover img{transform:scale(1.05)}
.category-overlay{position:absolute;bottom:0;left:0;right:0;padding:20px;background:linear-gradient(transparent,rgba(0,0,0,.8));color:white}
.category-overlay h3{font-size:18px;margin:0}
.category-overlay p{font-size:13px;margin:5px 0 0;opacity:.8}
.advantages{background:#f8f9fa;padding:60px 20px}
.advantages-grid{display:flex;justify-content:center;gap:40px;max-width:1200px;margin:0 auto;flex-wrap:wrap}
.advantage-card{background:white;padding:30px;border-radius:8px;width:250px;text-align:center;box-shadow:0 2px 8px rgba(0,0,0,.08)}
.advantage-icon{font-size:36px;margin-bottom:15px}
.advantage-card h3{font-size:16px;color:#1a1a2e;margin-bottom:10px}
.advantage-card p{font-size:13px;color:#666;line-height:1.6}
.cta-section{background:#007bff;padding:60px 20px;text-align:center;color:white}
.cta-section h2{font-size:28px;margin-bottom:15px}
.cta-section p{margin-bottom:25px;opacity:.9}
.cta-btn{display:inline-block;padding:14px 36px;background:white;color:#007bff;text-decoration:none;border-radius:4px;font-weight:600}
.footer-contact{background:#1a1a2e;color:white;padding:40px 20px}
.footer-grid{display:flex;justify-content:center;gap:60px;max-width:1200px;margin:0 auto;flex-wrap:wrap}
.footer-col h4{font-size:16px;margin-bottom:15px}
.footer-col p,.footer-col a{color:#ccc;font-size:14px;text-decoration:none;display:block;margin-bottom:8px}
.footer-col a:hover{color:white}
.page-title,.entry-title{display:none}
.site-footer .widget-area,.wp-block-template-part__fallback{display:none!important}
@media(max-width:768px){.hero-section{height:400px}.hero-content h1{font-size:28px}.hero-content p{font-size:15px}.features-grid{gap:30px}.feature-item h3{font-size:24px}.category-grid{grid-template-columns:1fr}.advantages-grid{flex-direction:column;align-items:center}.advantage-card{width:100%;max-width:320px}.footer-grid{flex-direction:column;align-items:center;gap:30px}}
@media(max-width:480px){.hero-content h1{font-size:22px}.feature-item h3{font-size:20px}}
