:root{--brand-blue: #2BA6CB;--brand-green: #99CC00;--brand-orange: #ff6600;--dark-text: #333;--light-bg: #f4f4f4}*{box-sizing:border-box}body{margin:0;font-family:Helvetica Neue,Arial,sans-serif;background:var(--light-bg);line-height:1.5;overflow-x:hidden}.container{max-width:1200px;margin:0 auto;padding:0 20px;width:100%}header{background:#fff;border-bottom:1px solid #eee;padding-block:.5rem}.top-flex{display:flex;justify-content:space-between;align-items:center}.logo-area{line-height:0;padding:10px 0}.logo-area img{max-width:260px}.switchers{display:flex;gap:8px;align-items:center}.switcher{position:relative}.switcher-btn{display:inline-flex;align-items:center;gap:5px;background:#f5f5f5;border:1px solid #ddd;border-radius:20px;padding:6px 12px;cursor:pointer;font-size:13px;font-weight:600;color:var(--dark-text);font-family:inherit;white-space:nowrap;transition:border-color .2s,background .2s}.switcher-btn:hover{border-color:var(--brand-blue);background:#fff}.switcher-btn svg{flex-shrink:0}.switcher-dropdown{position:absolute;top:calc(100% + 6px);right:0;background:#fff;border:1px solid #ddd;border-radius:10px;box-shadow:0 4px 20px #0000001f;list-style:none;margin:0;padding:6px 0;min-width:145px;z-index:500;display:none}.switcher-dropdown.is-open{display:block}.switcher-dropdown li{padding:9px 16px;cursor:pointer;font-size:13px;font-weight:500;color:var(--dark-text);transition:background .15s}.switcher-dropdown li:hover{background:#f5f5f5}.switcher-dropdown li.is-active{color:var(--brand-blue);font-weight:700}@media(max-width:400px){.logo-area img{max-width:200px}.switcher-btn{padding:6px 9px;font-size:12px;gap:3px}}footer{background:#fff;color:#999;font-size:13px}.footer-main{display:grid;grid-template-columns:1fr 1fr 1fr;align-items:center;padding:40px 0;border-bottom:1px solid #eee}.footer-col-1{display:flex;gap:16px;align-items:center;justify-content:flex-start}.footer-col-2{display:flex;justify-content:center}.payment-icons{display:flex;gap:8px;align-items:center;flex-wrap:wrap;justify-content:center}.pay-badge{display:inline-flex;align-items:center;justify-content:center;width:44px;height:28px;border-radius:4px;border:1px solid #e0e0e0;font-size:11px;font-weight:900;font-family:Helvetica Neue,Arial,sans-serif;letter-spacing:.5px}.pay-visa{background:#1a1f71;color:#fff;font-style:italic;font-size:13px;border-color:#1a1f71}.pay-amex{background:#2e77bc;color:#fff;font-size:9px;letter-spacing:.3px;border-color:#2e77bc}.pay-paypal{background:#fff;color:#003087;font-size:8.5px;letter-spacing:0}.pay-mc svg{display:block}.pay-applepay{background:#000;border-color:#000;padding:7px 6px;overflow:hidden}.pay-applepay svg{width:100%;height:100%}.pay-googlepay{background:#fff;font-size:8px;letter-spacing:0;gap:1px;padding-inline:2px}.footer-col-3{display:flex;justify-content:flex-end}.footer-social-link{display:inline-flex;align-items:center;justify-content:center;width:38px;height:38px;border-radius:50%;background:#f5f5f5;color:#555;transition:background .2s,color .2s}.footer-social-link:hover{background:var(--brand-blue);color:#fff}.footer-social-link svg{flex-shrink:0}.footer-whatsapp{display:inline-flex;align-items:center;gap:8px;background:#25d366;color:#fff;text-decoration:none;font-weight:700;font-size:14px;padding:10px 20px;border-radius:50px;transition:background .2s ease}.footer-whatsapp:hover{background:#1ebe5d}.footer-whatsapp svg{flex-shrink:0}.footer-bottom{display:grid;grid-template-columns:1fr 1fr 1fr;align-items:center;padding:16px 0;font-size:12px;color:#bbb}.footer-bottom-center{text-align:center}.footer-bottom-right{display:flex;justify-content:flex-end;gap:16px}.footer-bottom-right a{color:#bbb;text-decoration:none;transition:color .2s}.footer-bottom-right a:hover{color:var(--brand-blue)}@media(max-width:600px){.footer-bottom{grid-template-columns:1fr;gap:8px;text-align:center}.footer-bottom-center{text-align:center}.footer-bottom-right{justify-content:center}}@media(max-width:600px){.footer-main{grid-template-columns:1fr;gap:24px;padding:30px 0;text-align:center}.footer-col-1,.footer-col-3{justify-content:center}}
