.top-bar{background:#ffffff;padding:40px 60px}.site-header{background:#ffffff;padding:8px 60px;position:relative;z-index:100;box-shadow:0 4px 15px rgba(0,0,0,0.1),0 -4px 15px rgba(0,0,0,0.05);margin-top:0;margin-bottom:80px}.header-content{display:flex;align-items:center;justify-content:center;gap:60px;max-width:1400px;margin:0 auto}.header-nav{display:flex;gap:40px;align-items:center;flex:1}.header-nav:first-child{justify-content:flex-end}.header-nav:last-child{justify-content:flex-start}.header-nav .nav-link{color:#222222;text-decoration:none;font-family:'Exo',sans-serif;font-size:0.85rem;font-weight:800;text-transform:uppercase;letter-spacing:1px;transition:all 0.3s ease;position:relative}.header-nav .nav-link:hover{color:#E31E23}.header-nav .nav-link.active{background:#E31E23;color:#ffffff;padding:8px 18px;border-radius:20px}.header-nav .nav-link.active:hover{background:#b8181c;color:#ffffff}.header-logo{display:flex;flex-direction:column;align-items:center;margin:-40px 0 -50px 0;position:relative;z-index:101}.header-logo .logo-box{width:200px;height:100px;background:#ffffff;border-radius:12px;display:flex;align-items:center;justify-content:center;position:relative;border:3px solid transparent;background-image:linear-gradient(#fff,#fff),linear-gradient(90deg,#E31E23,#ffffff,#E31E23,#ffffff);background-origin:border-box;background-clip:padding-box,border-box;background-size:100% 100%,300% 100%;animation:borderMove 3s linear infinite;box-shadow:0 10px 30px rgba(0,0,0,0.1)}@keyframes borderMove{0%{background-position:0 0,0% 50%}100%{background-position:0 0,100% 50%}}.header-logo .logo-box::before{content:'';position:absolute;width:220px;height:120px;border:1px solid #e0e0e0;border-radius:16px}.header-logo .logo-box::after{content:'';position:absolute;width:240px;height:140px;border:1px dashed rgba(227,30,35,0.3);border-radius:20px}.header-logo .logo-box img{width:95%;height:90%;object-fit:contain}.header-logo .logo-shine{position:absolute;top:0;left:0;width:100%;height:100%;border-radius:9px;overflow:hidden;pointer-events:none}.header-logo .logo-shine::before{content:'';position:absolute;top:-50%;left:-100%;width:60%;height:200%;background:linear-gradient(90deg,transparent,rgba(255,255,255,0.5),transparent);transform:skewX(-25deg);animation:logoShine 3s ease-in-out infinite}@keyframes logoShine{0%{left:-100%}50%,100%{left:150%}}.admin-btn{position:absolute;top:-15px;right:-15px;width:36px;height:36px;background:linear-gradient(135deg,#E31E23,#b8181c);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-size:14px;text-decoration:none;box-shadow:0 4px 15px rgba(227,30,35,0.4);transition:all 0.3s ease;z-index:102;border:2px solid #fff}.admin-btn:hover{transform:scale(1.15);box-shadow:0 6px 20px rgba(227,30,35,0.6);background:linear-gradient(135deg,#ff3d42,#E31E23)}.admin-btn i{transition:transform 0.3s ease}.admin-btn:hover i{transform:rotate(15deg)}.mobile-menu-toggle,.mobile-menu,.mobile-menu-overlay,.mobile-bottom-bar{display:none !important;pointer-events:none !important}.header-dropdown{position:relative}.header-dropdown .dropdown-toggle{display:flex;align-items:center;gap:5px;cursor:pointer}.header-dropdown .dropdown-toggle i{font-size:0.7rem;transition:transform 0.3s ease}.header-dropdown:hover .dropdown-toggle i{transform:rotate(180deg)}.header-dropdown .dropdown-menu{position:absolute;top:100%;left:0;background:#ffffff;width:250px;box-shadow:0 15px 40px rgba(0,0,0,0.12);border-radius:12px;padding:8px;opacity:0;visibility:hidden;transition:opacity 0.15s ease,visibility 0.15s ease;z-index:1000;margin-top:10px;overflow:visible}.header-dropdown .dropdown-menu::before{content:'';position:absolute;top:-8px;left:30px;border-left:10px solid transparent;border-right:10px solid transparent;border-bottom:8px solid #fff}.header-dropdown:hover .dropdown-menu{opacity:1;visibility:visible}.dropdown-menu-small{width:220px}.menu-item{display:flex;align-items:center;gap:8px;padding:10px 10px;text-decoration:none;border-radius:6px;transition:background 0.1s ease;border-bottom:1px solid #f0f0f0;margin-bottom:2px}.menu-item:last-child{border-bottom:none;margin-bottom:0}.menu-item:hover{background:rgba(227,30,35,0.06)}.menu-icon{width:24px;height:24px;background:#f5f5f5;border-radius:5px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.menu-icon i{font-size:10px;color:#E31E23}.menu-item:hover .menu-icon{background:#E31E23}.menu-item:hover .menu-icon i{color:#fff}.menu-text{font-family:'Exo',sans-serif;font-size:0.85rem;font-weight:600;color:#333;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.menu-item:hover .menu-text{color:#E31E23}.menu-divider{height:1px;background:linear-gradient(90deg,transparent,#eee,transparent);margin:3px 0}.menu-arrow{margin-left:auto;opacity:0.4;transition:all 0.2s ease;flex-shrink:0}.menu-arrow i{font-size:8px;color:#999}.menu-item:hover .menu-arrow{opacity:1}.menu-item:hover .menu-arrow i{color:#E31E23}.menu-item-wrapper{position:relative}.submenu{position:absolute;left:100%;top:0;background:#ffffff;width:230px;max-height:calc(100vh - 120px);overflow-y:auto;box-shadow:0 10px 30px rgba(0,0,0,0.12);border-radius:10px;padding:6px;opacity:0;visibility:hidden;transition:opacity 0.1s ease,visibility 0.1s ease;z-index:1001;margin-left:4px}.submenu::-webkit-scrollbar{width:3px}.submenu::-webkit-scrollbar-track{background:transparent}.submenu::-webkit-scrollbar-thumb{background:#ddd;border-radius:3px}.menu-item-wrapper:hover .submenu{opacity:1;visibility:visible}.submenu-item{display:flex;align-items:center;gap:8px;padding:8px 10px;font-family:'Exo',sans-serif;font-size:0.8rem;font-weight:500;color:#555;text-decoration:none;border-radius:5px;transition:background 0.1s ease;border-bottom:1px solid #f0f0f0}.submenu-item:last-child{border-bottom:none}.submenu-item .sub-icon{width:20px;height:20px;background:#f5f5f5;border-radius:4px;display:flex;align-items:center;justify-content:center;font-size:0.6rem;color:#888;transition:background 0.1s ease,color 0.1s ease;flex-shrink:0}.submenu-item:hover{background:rgba(227,30,35,0.06);color:#E31E23}.submenu-item:hover .sub-icon{background:#E31E23;color:white}.submenu-divider{height:1px;background:#f0f0f0;margin:3px 0}.site-footer{background:linear-gradient(180deg,#f8f8f8 0%,#f0f0f0 100%);color:#333333;position:relative;overflow:hidden}.footer-cta{background:linear-gradient(135deg,#1a1a2e 0%,#16213e 50%,#0f3460 100%);padding:60px 80px;position:relative;overflow:hidden}.footer-cta::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 20% 80%,rgba(227,30,35,0.15) 0%,transparent 50%),radial-gradient(circle at 80% 20%,rgba(227,30,35,0.1) 0%,transparent 40%);pointer-events:none}.footer-cta-content{max-width:1400px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:50px;position:relative;z-index:1}.footer-cta-text h3{font-family:'Exo',sans-serif;font-size:2.2rem;font-weight:800;margin-bottom:12px;color:#ffffff}.footer-cta-text h3 span{background:linear-gradient(135deg,#E31E23,#ff6b6b);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.footer-cta-text p{font-size:0.9rem;font-weight:300;color:rgba(255,255,255,0.7);max-width:500px}.footer-cta-buttons{display:flex;gap:20px}.footer-cta-btn{padding:18px 36px;border-radius:12px;font-family:'Exo',sans-serif;font-size:1rem;font-weight:700;text-decoration:none;transition:all 0.4s cubic-bezier(0.175,0.885,0.32,1.275);display:flex;align-items:center;gap:12px}.footer-cta-btn.primary{background:linear-gradient(135deg,#E31E23 0%,#ff4d52 100%);color:#ffffff;box-shadow:0 8px 30px rgba(227,30,35,0.4)}.footer-cta-btn.primary:hover{transform:translateY(-4px) scale(1.02);box-shadow:0 15px 40px rgba(227,30,35,0.5)}.footer-cta-btn.secondary{background:rgba(255,255,255,0.1);color:#ffffff;border:2px solid rgba(255,255,255,0.3)}.footer-cta-btn.secondary:hover{background:#ffffff;color:#1a1a2e;border-color:#ffffff;transform:translateY(-4px)}.footer-map-strip{width:100%;height:200px;position:relative;overflow:hidden}.footer-map-strip iframe{width:100%;height:100%;margin-top:0;border:none;filter:grayscale(30%);transition:filter 0.5s ease}.footer-map-strip:hover iframe{filter:grayscale(0%)}.footer-main{padding:50px 80px 40px;display:grid;grid-template-columns:1fr 1.4fr 1.4fr 1fr;grid-template-rows:auto auto;gap:30px 60px;max-width:1700px;margin:0 auto;position:relative;z-index:1}.footer-brand{grid-row:1 / 3;display:flex;flex-direction:column;gap:20px;align-items:center;text-align:center}.footer-logo .logo-box{width:180px;height:90px;background:#ffffff;border-radius:12px;display:flex;align-items:center;justify-content:center;position:relative;border:3px solid transparent;background-image:linear-gradient(#fff,#fff),linear-gradient(90deg,#E31E23,#ffffff,#E31E23,#ffffff);background-origin:border-box;background-clip:padding-box,border-box;background-size:100% 100%,300% 100%;animation:borderMove 3s linear infinite;box-shadow:0 10px 30px rgba(0,0,0,0.1)}.footer-logo .logo-shine{position:absolute;top:0;left:0;width:100%;height:100%;border-radius:9px;overflow:hidden;pointer-events:none}.footer-logo .logo-shine::before{content:'';position:absolute;top:-50%;left:-100%;width:60%;height:200%;background:linear-gradient(90deg,transparent,rgba(255,255,255,0.5),transparent);transform:skewX(-25deg);animation:logoShine 3s ease-in-out infinite}.footer-logo .logo-box img{width:90%;height:85%;object-fit:contain}.footer-description{color:#666;font-size:0.9rem;line-height:1.8}.footer-stats{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;margin-top:5px}.footer-stat{background:#ffffff;border:1px solid #e0e0e0;border-radius:12px;padding:15px;text-align:center;transition:all 0.3s ease}.footer-stat:hover{border-color:rgba(227,30,35,0.3);box-shadow:0 5px 20px rgba(227,30,35,0.1)}.footer-stat-number{font-family:'Exo',sans-serif;font-size:1.5rem;font-weight:800;color:#E31E23;display:block}.footer-stat-label{font-size:0.7rem;color:#888;text-transform:uppercase;letter-spacing:0.3px}.footer-social{display:flex;gap:12px;margin-top:15px}.footer-social a{width:44px;height:44px;background:#ffffff;border-radius:12px;display:flex;align-items:center;justify-content:center;color:#333;font-size:1.1rem;transition:all 0.3s ease;box-shadow:0 2px 10px rgba(0,0,0,0.08);text-decoration:none}.footer-social a:hover{background:#E31E23;color:#ffffff;transform:translateY(-4px);box-shadow:0 10px 30px rgba(227,30,35,0.35)}.footer-column h4{font-family:'Exo',sans-serif;font-size:1.1rem;font-weight:700;color:#222;margin-bottom:25px;position:relative;padding-bottom:15px}.footer-column h4::after{content:'';position:absolute;bottom:0;left:0;width:50px;height:3px;background:linear-gradient(90deg,#E31E23,#ff4d52);border-radius:2px}.footer-links{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:1fr 1fr;gap:8px}.footer-links a{display:flex;align-items:center;gap:10px;padding:12px 14px;background:#ffffff;border-radius:10px;color:#444;text-decoration:none;font-size:0.85rem;font-weight:500;transition:all 0.3s ease;border:1px solid #eee}.footer-links a i{width:28px;height:28px;background:linear-gradient(135deg,rgba(0,0,0,0.08),rgba(0,0,0,0.04));border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:0.75rem;color:#333}.footer-links a:hover{background:linear-gradient(135deg,#fff5f5 0%,#ffffff 100%);border-color:rgba(227,30,35,0.2);color:#E31E23}.footer-links a:hover i{background:linear-gradient(135deg,#E31E23,#ff6b6b);color:#ffffff}.footer-contact-column{grid-column:4;grid-row:1 / 3}.footer-contact-item{display:flex;align-items:flex-start;gap:15px;margin-bottom:15px;padding:12px;background:#ffffff;border-radius:12px;border:1px solid #e0e0e0;transition:all 0.3s ease}.footer-contact-item:hover{border-color:rgba(227,30,35,0.3);box-shadow:0 5px 20px rgba(227,30,35,0.08)}.footer-contact-item .contact-icon{width:40px;height:40px;background:linear-gradient(135deg,#E31E23,#b8181c);border-radius:10px;display:flex;align-items:center;justify-content:center;flex-shrink:0;box-shadow:0 4px 15px rgba(227,30,35,0.25)}.footer-contact-item .contact-icon i{color:#ffffff;font-size:0.9rem}.footer-contact-item .contact-text{display:flex;flex-direction:column;gap:3px}.footer-contact-item .contact-label{font-size:0.7rem;color:#999;text-transform:uppercase;letter-spacing:1.5px;font-weight:600}.footer-contact-item .contact-value{color:#333;font-size:0.9rem;text-decoration:none;line-height:1.5}.footer-contact-item .contact-value:hover{color:#E31E23}.footer-hours{margin-top:15px;padding:15px;background:#ffffff;border:1px solid #e0e0e0;border-radius:12px}.footer-hours-title{display:flex;align-items:center;gap:10px;margin-bottom:12px;font-family:'Exo',sans-serif;font-weight:600;font-size:0.9rem;color:#333}.footer-hours-title i{color:#E31E23}.footer-hours-list{display:flex;flex-direction:column;gap:6px}.footer-hours-item{display:flex;justify-content:space-between;font-size:0.8rem}.footer-hours-item span:first-child{color:#888}.footer-hours-item span:last-child{color:#333;font-weight:500}.footer-regions{grid-column:2 / 4;grid-row:2;align-self:start}.footer-regions-title{font-family:'Exo',sans-serif;font-size:1.1rem;font-weight:700;color:#222;display:flex;align-items:center;gap:10px;margin-bottom:25px;position:relative;padding-bottom:15px}.footer-regions-title::after{content:'';position:absolute;bottom:0;left:0;width:50px;height:3px;background:linear-gradient(90deg,#E31E23,#ff4d52);border-radius:2px}.footer-regions-title i{color:#E31E23}.footer-regions-list{display:flex;flex-wrap:wrap;gap:10px}.region-tag{display:inline-flex;align-items:center;gap:6px;padding:8px 16px;background:linear-gradient(135deg,#f8f8f8,#ffffff);border:1px solid #e0e0e0;border-radius:20px;color:#555;font-size:0.85rem;font-weight:500;transition:all 0.3s ease;text-decoration:none}.region-tag i{font-size:0.7rem;color:#E31E23}.region-tag:hover{background:linear-gradient(135deg,#E31E23,#ff4d52);border-color:#E31E23;color:#ffffff}.region-tag:hover i{color:#ffffff}.footer-bottom{border-top:1px solid #e0e0e0;padding:25px 60px;background:#ffffff}.footer-bottom-content{max-width:1700px;margin:0 auto;display:flex;justify-content:space-between;align-items:center}.footer-copyright{color:#888;font-size:0.85rem}.footer-copyright span{color:#E31E23;font-weight:600}.footer-bottom-center{display:flex;align-items:center;gap:8px;color:#888;font-size:0.8rem}.footer-bottom-center i{color:#E31E23;animation:heartbeat 1.5s ease-in-out infinite}@keyframes heartbeat{0%,100%{transform:scale(1)}50%{transform:scale(1.2)}}.footer-bottom-links{display:flex;gap:25px}.footer-bottom-links a{color:#888;text-decoration:none;font-size:0.85rem;transition:color 0.3s ease;display:flex;align-items:center;gap:6px}.footer-bottom-links a i{font-size:0.7rem}.footer-bottom-links a:hover{color:#E31E23}.scroll-top-btn{position:fixed;bottom:30px;right:30px;width:50px;height:50px;background:linear-gradient(135deg,#E31E23,#b8181c);border:none;border-radius:50%;color:#ffffff;font-size:1.2rem;cursor:pointer;opacity:0;visibility:hidden;transition:all 0.3s ease;z-index:1000;box-shadow:0 5px 25px rgba(227,30,35,0.4)}.scroll-top-btn.visible{opacity:1;visibility:visible}@media (max-width:768px){.top-bar{display:none}.site-header{padding:15px 20px;margin-bottom:0}.header-content{flex-direction:column;gap:0}.header-nav{display:none}.header-logo{margin:0;width:100%;flex-direction:row;justify-content:space-between;align-items:center}.header-logo .logo-box{width:140px;height:70px}.header-logo .logo-box::before,.header-logo .logo-box::after{display:none}.admin-btn{position:relative;top:auto;right:auto;margin-left:10px}.mobile-menu-toggle{display:flex !important;pointer-events:auto !important;align-items:center;justify-content:center;width:44px;height:44px;background:linear-gradient(135deg,#E31E23,#b8181c);border:none;border-radius:12px;cursor:pointer;position:relative;z-index:1001;box-shadow:0 4px 15px rgba(227,30,35,0.3)}.mobile-menu-toggle span{display:block;width:22px;height:2px;background:#fff;position:relative;transition:all 0.3s ease}.mobile-menu-toggle span::before,.mobile-menu-toggle span::after{content:'';position:absolute;width:22px;height:2px;background:#fff;left:0;transition:all 0.3s ease}.mobile-menu-toggle span::before{top:-7px}.mobile-menu-toggle span::after{top:7px}.mobile-menu-toggle.aktif span{background:transparent}.mobile-menu-toggle.aktif span::before{transform:rotate(45deg);top:0}.mobile-menu-toggle.aktif span::after{transform:rotate(-45deg);top:0}.mobile-menu-overlay{display:block !important;pointer-events:auto !important;position:fixed;top:0;left:0;width:100%;height:calc(100% - 70px);background:rgba(0,0,0,0.5);z-index:10000;opacity:0;visibility:hidden;transition:all 0.3s ease}.mobile-menu-overlay.aktif{opacity:1;visibility:visible}.mobile-menu{display:block !important;pointer-events:auto !important;position:fixed;top:0;right:-100%;width:85%;max-width:360px;height:calc(100% - 70px);background:#ffffff;z-index:10001;transition:right 0.4s cubic-bezier(0.4,0,0.2,1);overflow-y:auto;box-shadow:-10px 0 40px rgba(0,0,0,0.15);-webkit-overflow-scrolling:touch}.mobile-menu.aktif{right:0}body.menu-acik{overflow:hidden}.mobile-menu-header{padding:20px;background:linear-gradient(135deg,#0a0a0a 0%,#1a1a1a 100%);display:flex;align-items:center;justify-content:space-between;border-bottom:3px solid #E31E23}.mobile-menu-header .logo-box{width:120px;height:60px;background:#fff;border-radius:8px;display:flex;align-items:center;justify-content:center;padding:5px}.mobile-menu-header .logo-box img{width:100%;height:100%;object-fit:contain}.mobile-menu-close{width:40px;height:40px;background:rgba(255,255,255,0.1);border:none;border-radius:10px;color:#fff;font-size:1.3rem;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all 0.3s ease}.mobile-menu-close:hover{background:#E31E23}.mobile-menu-nav{padding:15px;padding-bottom:30px}.mobile-nav-item{margin-bottom:8px}.mobile-nav-link{display:flex;align-items:center;justify-content:space-between;padding:15px 18px;color:#222;text-decoration:none;font-family:'Exo',sans-serif;font-size:0.95rem;font-weight:700;transition:all 0.3s ease;border-radius:12px;background:#f8f9fa}.mobile-nav-link:hover,.mobile-nav-link.aktif{background:#E31E23;color:#fff}.mobile-nav-link i{font-size:0.8rem;transition:transform 0.3s ease}.mobile-nav-link.aktif i{transform:rotate(180deg)}.mobile-submenu{display:none !important;background:#fff;margin-top:5px;border-radius:12px;border:1px solid #eee}.mobile-submenu.aktif{display:block !important}.mobile-submenu-item{display:block;padding:12px 18px 12px 35px;color:#444;text-decoration:none;font-size:0.85rem;border-bottom:1px solid #eee;transition:all 0.3s ease}.mobile-submenu-item:last-child{border-bottom:none}.mobile-submenu-item:hover{background:rgba(227,30,35,0.08);color:#E31E23;padding-left:40px}.mobile-submenu-item i{margin-right:8px;width:16px;text-align:center;color:#E31E23}.mobile-submenu-group{margin-bottom:2px}.mobile-submenu-header{display:flex;align-items:center;justify-content:space-between;padding:12px 18px 12px 25px;color:#E31E23;text-decoration:none;font-size:0.9rem;font-weight:600;background:#fff8f8;border-bottom:1px solid #ffebeb;transition:all 0.3s ease}.mobile-submenu-header span{display:flex;align-items:center;gap:8px}.mobile-submenu-header span i{width:18px;text-align:center}.mobile-submenu-header .toggle-icon{font-size:0.7rem;transition:transform 0.3s ease}.mobile-submenu-header.aktif{background:#E31E23;color:#fff}.mobile-submenu-header.aktif .toggle-icon{transform:rotate(180deg)}.mobile-submenu-level2{display:none !important;background:#f9f9f9}.mobile-submenu-level2.aktif{display:block !important}.mobile-submenu-item-level2{display:block;padding:10px 18px 10px 45px;color:#555;text-decoration:none;font-size:0.82rem;border-bottom:1px solid #eee;transition:all 0.3s ease}.mobile-submenu-item-level2:last-child{border-bottom:none}.mobile-submenu-item-level2:hover{background:rgba(227,30,35,0.05);color:#E31E23;padding-left:50px}.mobile-submenu-item-level2 i{margin-right:8px;font-size:0.7rem;color:#E31E23}.mobile-submenu-link{display:flex;align-items:center;justify-content:space-between;padding:12px 18px 12px 25px;color:#E31E23;text-decoration:none;font-size:0.9rem;font-weight:600;background:#fff8f8;border-bottom:1px solid #ffebeb;transition:all 0.3s ease}.mobile-submenu-link span{display:flex;align-items:center;gap:8px}.mobile-submenu-link span i{width:18px;text-align:center}.mobile-submenu-link .link-icon{font-size:0.7rem;opacity:0.6}.mobile-submenu-link:hover,.mobile-submenu-link:active{background:#E31E23;color:#fff}.mobile-menu-footer{padding:20px;border-top:1px solid #eee;margin-top:20px}.mobile-contact-btn{display:flex;align-items:center;justify-content:center;gap:10px;width:100%;padding:15px;background:linear-gradient(135deg,#E31E23,#b8181c);color:#fff;text-decoration:none;border-radius:12px;font-family:'Exo',sans-serif;font-weight:700;margin-bottom:12px;box-shadow:0 4px 15px rgba(227,30,35,0.3)}.mobile-social{display:flex;justify-content:center;gap:12px;margin-top:15px}.mobile-social a{width:40px;height:40px;background:#f8f9fa;border-radius:10px;display:flex;align-items:center;justify-content:center;color:#333;font-size:1rem;transition:all 0.3s ease}.mobile-social a:hover{background:#E31E23;color:#fff}.footer-cta{padding:40px 20px}.footer-cta-content{flex-direction:column;text-align:center}.footer-cta-text h3{font-size:1.5rem}.footer-cta-buttons{flex-direction:column;width:100%}.footer-cta-btn{padding:14px 24px;justify-content:center}.footer-map-strip{display:none}.footer-main{padding:40px 20px 30px;display:flex;flex-direction:column;gap:30px}.footer-brand{order:1;text-align:center}.footer-logo .logo-box{width:150px;height:75px;margin:0 auto}.footer-description{margin-top:15px;font-size:0.85rem}.footer-stats{display:grid;grid-template-columns:repeat(2,1fr);gap:10px;margin-top:20px}.footer-stat{padding:12px 8px}.footer-stat-number{font-size:1.3rem}.footer-stat-label{font-size:0.65rem}.footer-social{justify-content:center;margin-top:20px}.footer-social a{width:40px;height:40px}.footer-column,.footer-regions{display:none}.footer-bottom{padding:20px}.footer-bottom-content{flex-direction:column;gap:15px;text-align:center}.footer-bottom-center{order:-1}.footer-bottom-links{flex-wrap:wrap;justify-content:center}.footer-bottom-links a{font-size:0.75rem}.site-footer{padding-bottom:80px}.scroll-top-btn{bottom:90px;right:15px;z-index:10000}.mobile-bottom-bar{display:flex !important;pointer-events:auto !important;position:fixed;bottom:0;left:0;right:0;height:70px;background:linear-gradient(135deg,#0a0a0a 0%,#1a1a1a 100%);z-index:9999;box-shadow:0 -4px 20px rgba(0,0,0,0.3);border-top:1px solid rgba(227,30,35,0.3)}.mobile-bottom-bar::before{content:'';position:absolute;top:0;left:0;width:100%;height:3px;background:linear-gradient(90deg,#E31E23 0%,#ff6b6b 10%,#E31E23 20%,#b8181c 30%,#ff6b6b 40%,#E31E23 50%,#ff6b6b 60%,#E31E23 70%,#b8181c 80%,#ff6b6b 90%,#E31E23 100% );background-size:200% 100%;animation:bottomBarGlow 2s linear infinite}@keyframes bottomBarGlow{0%{background-position:0% 0%}100%{background-position:200% 0%}}.bottom-bar-item{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;text-decoration:none;color:rgba(255,255,255,0.7);transition:all 0.3s ease;position:relative;padding:8px 5px}.bottom-bar-item:active{transform:scale(0.95)}.bottom-bar-item .bar-icon{width:42px;height:42px;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:1.2rem;margin-bottom:4px;transition:all 0.3s ease;background:rgba(255,255,255,0.05)}.bottom-bar-item .bar-label{font-family:'Exo',sans-serif;font-size:0.65rem;font-weight:700;text-transform:uppercase;letter-spacing:0.5px;transition:all 0.3s ease}.bottom-bar-item.home .bar-icon{background:rgba(255,255,255,0.1);color:#fff}.bottom-bar-item.home:hover .bar-icon,.bottom-bar-item.home:active .bar-icon{background:rgba(255,255,255,0.2)}.bottom-bar-item.call{position:relative}.bottom-bar-item.call .bar-icon{width:52px;height:52px;background:linear-gradient(135deg,#00BCD4 0%,#00ACC1 100%);color:#fff;border-radius:50%;font-size:1.4rem;box-shadow:0 4px 20px rgba(0,188,212,0.5);margin-top:-15px;margin-bottom:2px;animation:callPulse 2s ease-in-out infinite}@keyframes callPulse{0%,100%{box-shadow:0 4px 20px rgba(0,188,212,0.5)}50%{box-shadow:0 4px 30px rgba(0,188,212,0.8),0 0 0 8px rgba(0,188,212,0.1)}}.bottom-bar-item.call .bar-label{color:#00BCD4;font-weight:700}.bottom-bar-item.whatsapp .bar-icon{background:linear-gradient(135deg,#25D366 0%,#128C7E 100%);color:#fff}.bottom-bar-item.whatsapp .bar-label{color:#25D366}.bottom-bar-item.whatsapp:hover .bar-icon,.bottom-bar-item.whatsapp:active .bar-icon{box-shadow:0 4px 15px rgba(37,211,102,0.4)}}