:root{--gold-main:#d4af37;--gold-glow:rgba(212,175,55,0.4);--navy-deep:#0f172a;--glass-bg:rgba(255,255,255,0.03)}.floating-whatsapp{left:30px !important;right:auto !important}@media (min-width:992px){.top-bar-right{transform:translateX(75px) !important}}/* Removed universal transition to fix 284 animations on load */.hero-slide,.hero-slider,img,video,.project-slide-img,input,textarea,[class*="animation"],[class*="animate"],.reveal,.reveal-on-scroll{transition:none}.premium-stats-container{margin-top:50px;margin-bottom:60px;background:transparent;border:none;box-shadow:none;padding:0}.premium-stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;text-align:center}.premium-stat-box{padding:32px 20px;background:#ffffff;border-radius:18px;border:1px solid rgba(201,162,63,0.12);box-shadow:0 2px 15px rgba(0,0,0,0.04);transition:transform 0.3s ease,box-shadow 0.3s ease,border-color 0.3s ease;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;position:relative;overflow:hidden}.premium-stat-box::before{content:'';position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,#c9a23f,#e8c96a);opacity:0;transition:opacity 0.3s ease}.premium-stat-box:hover{transform:translateY(-6px);border-color:rgba(201,162,63,0.3);box-shadow:0 12px 30px rgba(201,162,63,0.1)}.premium-stat-box:hover::before{opacity:1}.premium-stat-icon{font-size:1.6rem;color:var(--primary-gold,#c9a23f);margin-bottom:14px;display:inline-block;-webkit-text-fill-color:initial;background:none;filter:none}.premium-stat-num{font-size:2rem !important;font-weight:800 !important;font-family:'Outfit',sans-serif !important;color:#0f172a !important;margin-bottom:6px !important;letter-spacing:-0.5px !important;line-height:1.1 !important;text-shadow:none !important;text-transform:none !important}.premium-stat-txt{font-size:0.88rem !important;font-weight:500 !important;color:#64748b !important;font-family:'Inter',sans-serif !important;line-height:1.4 !important;text-transform:none !important;letter-spacing:normal !important}@media (max-width:768px){.premium-stats-container{margin-top:30px;margin-bottom:30px}.premium-stats-grid{grid-template-columns:repeat(2,1fr);gap:14px}.premium-stat-box{padding:22px 14px;border-radius:14px}.premium-stat-icon{font-size:1.3rem;margin-bottom:10px}.premium-stat-num{font-size:1.5rem !important;margin-bottom:4px !important}.premium-stat-txt{font-size:0.78rem !important;line-height:1.3 !important}}#projects.section{min-height:auto !important;padding-bottom:60px !important}@media (min-width:1025px){.hero-section{min-height:78vh !important;padding-bottom:0 !important}}.billboard-section{margin-top:0 !important;padding-top:60px !important}.main-header{background:rgba(255,255,255,0.95);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);box-shadow:none;transition:transform 0.35s cubic-bezier(0.4,0,0.2,1),background 0.35s ease,box-shadow 0.35s ease;will-change:transform}.header--hidden{transform:translateY(-100%)}#robel-splash{position:fixed;inset:0;z-index:99999;background:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:22px;opacity:1;transition:opacity 0.6s cubic-bezier(0.4,0,0.2,1),visibility 0.6s cubic-bezier(0.4,0,0.2,1)}#robel-splash.hidden{opacity:0;visibility:hidden;pointer-events:none}#robel-splash img{width:clamp(90px,14vw,120px);height:auto;filter:drop-shadow(0 8px 24px rgba(0,0,0,0.06));animation:splashLogoFast 0.3s ease-out 1 forwards;opacity:0;animation-fill-mode:forwards}.splash-bar{display:none}@keyframes splashLogoFast{0%{opacity:0;transform:scale(0.95)}100%{opacity:1;transform:scale(1)}}.reveal{opacity:0;will-change:transform,opacity;transition:opacity 0.32s cubic-bezier(0.22,1,0.36,1) !important,transform 0.32s cubic-bezier(0.22,1,0.36,1) !important}.reveal.reveal-visible,.reveal.active,.reveal-visible{opacity:1 !important;transform:none !important}.reveal-on-scroll{opacity:0;transform:translateY(20px);transition:transform 0.32s cubic-bezier(0.22,1,0.36,1) !important,opacity 0.32s ease !important}.reveal-on-scroll.is-visible,.reveal-on-scroll.active,.reveal-on-scroll.visible{opacity:1 !important;transform:none !important}@media (max-width:991px){.reveal,.reveal-on-scroll{will-change:auto !important}}.is-scrolling{pointer-events:auto !important}.is-scrolling .hero-slider-wrapper{pointer-events:none}.project-slide-img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;transition:opacity 0.7s ease;will-change:opacity}.project-slide-img.active{opacity:1;z-index:1}.project-slides-wrapper{position:relative;width:100%;height:100%;overflow:hidden}@media (max-width:991px){.hero-slider{transform:none !important;will-change:auto !important}.hero-title-center,.hero-subtitle-center,.filter--hero{transform:none !important;opacity:1 !important;will-change:auto !important}}.mobile-bottom-nav{display:none}@media (max-width:991px){.mobile-bottom-nav{position:fixed;bottom:20px;left:50%;transform:translateX(-50%);width:92%;max-width:400px;height:65px;background:rgba(15,23,42,0.9);backdrop-filter:blur(15px);-webkit-backdrop-filter:blur(15px);border:1px solid rgba(212,175,55,0.3);border-radius:35px;display:flex;align-items:center;justify-content:space-around;padding:0 10px;z-index:10001;box-shadow:0 15px 35px rgba(0,0,0,0.4),inset 0 0 10px rgba(212,175,55,0.1);transition:transform 0.4s cubic-bezier(0.4,0,0.2,1)}.header--hidden~.mobile-bottom-nav{transform:translate(-50%,150%)}.mobile-nav-item{display:flex;flex-direction:column;align-items:center;justify-content:center;color:#94a3b8;text-decoration:none;gap:4px;transition:all 0.3s ease;padding:8px;flex:1}.mobile-nav-item i{font-size:1.2rem}.mobile-nav-item span{font-size:0.65rem;font-weight:700;text-transform:uppercase;letter-spacing:0.5px}.mobile-nav-item.active{color:var(--gold-main)}.mobile-nav-item.active i{transform:translateY(-2px);filter:drop-shadow(0 0 8px var(--gold-glow))}.floating-whatsapp{display:none !important}.back-to-top{display:none !important}}@media (hover:none){.btn-gold:active,.project-select-btn:active,.filter__toggle-btn:active{transform:scale(0.96) !important;filter:brightness(0.9)}}@media (max-width:850px){.filter{width:94% !important;margin-bottom:20px !important}}@keyframes pillSlideIn{0%{opacity:0;transform:translateX(-12px) scale(0.85)}100%{opacity:1;transform:translateX(0) scale(1)}}.active-filter-pills{display:none;flex-wrap:wrap;align-items:center;gap:10px;padding:14px 20px;margin:0 0 20px;background:linear-gradient(135deg,rgba(212,175,55,0.06) 0%,rgba(15,23,42,0.03) 100%);border:1px solid rgba(212,175,55,0.15);border-radius:18px;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}.filter-pills-label{font-size:0.72rem;font-weight:800;text-transform:uppercase;letter-spacing:1.5px;color:var(--gold-main);white-space:nowrap;opacity:0.8}.filter-pill{display:inline-flex;align-items:center;gap:8px;padding:7px 14px;background:rgba(255,255,255,0.9);border:1.5px solid rgba(212,175,55,0.4);border-radius:40px;font-size:0.82rem;font-weight:700;color:var(--navy-deep);cursor:pointer;transition:all 0.25s cubic-bezier(0.34,1.56,0.64,1);animation:pillSlideIn 0.4s cubic-bezier(0.34,1.56,0.64,1) both;white-space:nowrap;box-shadow:0 2px 10px rgba(212,175,55,0.1)}.filter-pill:hover{background:var(--gold-main);color:var(--navy-deep);border-color:var(--gold-main);transform:translateY(-2px) scale(1.04);box-shadow:0 6px 18px rgba(212,175,55,0.3)}.filter-pill:active{transform:scale(0.95)}.pill-remove{font-size:1rem;font-weight:900;opacity:0.6;line-height:1;margin-left:2px;transition:opacity 0.2s ease}.filter-pill:hover .pill-remove{opacity:1}.filter-pill--clear{background:rgba(239,68,68,0.06);border-color:rgba(239,68,68,0.3);color:#dc2626;font-size:0.78rem}.filter-pill--clear:hover{background:#dc2626;color:#fff;border-color:#dc2626}@media (max-width:991px){.active-filter-pills{flex-wrap:nowrap;overflow-x:auto;padding:10px 15px;margin-bottom:15px;-webkit-overflow-scrolling:touch;scrollbar-width:none;gap:8px}.active-filter-pills::-webkit-scrollbar{display:none}.filter-pill{font-size:0.78rem;padding:6px 12px;flex-shrink:0}.filter-pills-label{flex-shrink:0}}@keyframes stickySlideDown{0%{opacity:0;transform:translateY(-120%) scaleX(0.95)}60%{transform:translateY(4px) scaleX(1.01)}100%{opacity:1;transform:translateY(0) scaleX(1)}}@keyframes stickySlideUp{0%{opacity:1;transform:translateY(0)}100%{opacity:0;transform:translateY(-100%)}}.sticky-search-bar{position:fixed;top:0;left:0;right:0;z-index:9999;padding:10px 16px;background:rgba(255,255,255,0.88);backdrop-filter:blur(20px) saturate(180%);-webkit-backdrop-filter:blur(20px) saturate(180%);border-bottom:1px solid rgba(212,175,55,0.15);box-shadow:0 4px 30px rgba(0,0,0,0.08);opacity:0;pointer-events:none;transform:translateY(-120%);transition:opacity 0.35s ease,transform 0.4s cubic-bezier(0.4,0,0.2,1)}.sticky-search-bar.visible{opacity:1;pointer-events:all;transform:translateY(0);animation:stickySlideDown 0.5s cubic-bezier(0.34,1.56,0.64,1) forwards}.sticky-search-bar.hiding{animation:stickySlideUp 0.3s cubic-bezier(0.4,0,0.2,1) forwards;pointer-events:none}.sticky-search-inner{display:flex;align-items:center;gap:10px;max-width:800px;margin:0 auto;position:relative}.sticky-logo-pill{width:38px;height:38px;border-radius:12px;background:linear-gradient(135deg,var(--navy-deep) 0%,#1e3a5f 100%);display:flex;align-items:center;justify-content:center;color:var(--gold-main);font-size:0.9rem;flex-shrink:0;box-shadow:0 4px 12px rgba(15,23,42,0.2)}.sticky-input-wrap{flex:1;display:flex;align-items:center;gap:10px;background:rgba(15,23,42,0.05);border:1.5px solid rgba(212,175,55,0.2);border-radius:14px;padding:0 14px;height:42px;transition:all 0.25s ease}.sticky-input-wrap:focus-within{border-color:var(--gold-main);background:#fff;box-shadow:0 0 0 3px rgba(212,175,55,0.12)}.sticky-search-icon{color:rgba(15,23,42,0.35);font-size:0.85rem;flex-shrink:0;transition:color 0.2s ease}.sticky-input-wrap:focus-within .sticky-search-icon{color:var(--gold-main)}#sticky-keyword-input{flex:1;border:none;background:transparent;outline:none;font-size:0.9rem;font-weight:500;color:var(--navy-deep);min-width:0}#sticky-keyword-input::placeholder{color:rgba(15,23,42,0.3);font-weight:400}.sticky-input-clear{background:none;border:none;cursor:pointer;color:rgba(15,23,42,0.3);padding:4px;border-radius:50%;display:none;align-items:center;justify-content:center;font-size:0.75rem;transition:all 0.2s ease}.sticky-input-clear:hover{background:rgba(239,68,68,0.1);color:#dc2626}.sticky-input-clear.show{display:flex}.sticky-filter-btn{position:relative;width:42px;height:42px;border-radius:14px;background:var(--navy-deep);border:none;color:var(--gold-main);font-size:1rem;cursor:pointer;flex-shrink:0;display:flex;align-items:center;justify-content:center;transition:all 0.3s cubic-bezier(0.34,1.56,0.64,1);box-shadow:0 4px 15px rgba(15,23,42,0.2)}.sticky-filter-btn:hover{transform:scale(1.08) rotate(-5deg);box-shadow:0 8px 20px rgba(15,23,42,0.3)}.sticky-filter-btn:active{transform:scale(0.95)}.sticky-filter-btn.has-filters{background:var(--gold-main);color:var(--navy-deep)}.sticky-filter-badge{position:absolute;top:-6px;right:-6px;width:18px;height:18px;background:linear-gradient(135deg,#ef4444 0%,#dc2626 100%);color:#fff;border-radius:50%;font-size:0.65rem;font-weight:900;display:flex;align-items:center;justify-content:center;border:2px solid #fff}.sticky-active-dot{width:8px;height:8px;background:#22c55e;border-radius:50%;flex-shrink:0;box-shadow:0 0 0 3px rgba(34,197,94,0.2);animation:pulse-dot 2s ease-in-out infinite}@keyframes pulse-dot{0%,100%{box-shadow:0 0 0 3px rgba(34,197,94,0.2)}50%{box-shadow:0 0 0 7px rgba(34,197,94,0.04)}}.sticky-suggestions{position:absolute;top:calc(100% + 8px);left:0;right:0;background:rgba(255,255,255,0.97);backdrop-filter:blur(20px);border:1px solid rgba(212,175,55,0.15);border-radius:18px;box-shadow:0 20px 50px rgba(0,0,0,0.12);padding:8px;z-index:10000;max-height:280px;overflow-y:auto}.sticky-suggestion-item{display:flex;align-items:center;gap:12px;padding:10px 14px;border-radius:12px;cursor:pointer;font-size:0.88rem;font-weight:600;color:var(--navy-deep);transition:all 0.2s ease}.sticky-suggestion-item:hover{background:rgba(212,175,55,0.08);color:var(--gold-main)}.sticky-suggestion-item i{width:28px;height:28px;border-radius:8px;background:rgba(212,175,55,0.1);display:flex;align-items:center;justify-content:center;font-size:0.75rem;color:var(--gold-main);flex-shrink:0}.sticky-suggestion-category{font-size:0.68rem;font-weight:800;text-transform:uppercase;letter-spacing:1px;color:rgba(15,23,42,0.3);padding:6px 14px 4px}@media (max-width:991px){.sticky-search-bar{padding:8px 12px}.sticky-logo-pill{width:34px;height:34px;font-size:0.8rem;border-radius:10px}.sticky-input-wrap{height:38px;padding:0 10px}#sticky-keyword-input{font-size:0.85rem}.sticky-filter-btn{width:38px;height:38px;border-radius:11px}}#ptr-indicator{position:fixed;top:0;left:50%;transform:translateX(-50%) translateY(-100%);z-index:99998;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:6px;padding:16px 28px;background:rgba(255,255,255,0.96);backdrop-filter:blur(20px) saturate(180%);-webkit-backdrop-filter:blur(20px) saturate(180%);border-bottom-left-radius:24px;border-bottom-right-radius:24px;box-shadow:0 8px 30px rgba(0,0,0,0.12),0 0 0 1px rgba(212,175,55,0.15);transition:transform 0s linear;pointer-events:none;min-width:160px;will-change:transform}#ptr-indicator.releasing{transition:transform 0.4s cubic-bezier(0.34,1.56,0.64,1)}#ptr-indicator.refreshing{transform:translateX(-50%) translateY(0) !important;transition:transform 0.4s cubic-bezier(0.34,1.56,0.64,1)}#ptr-indicator.done{transform:translateX(-50%) translateY(-100%) !important;transition:transform 0.45s cubic-bezier(0.4,0,0.2,1)}.ptr-ring-wrap{position:relative;width:44px;height:44px}.ptr-ring{width:44px;height:44px;transform:rotate(-90deg)}.ptr-ring-track{fill:none;stroke:rgba(212,175,55,0.15);stroke-width:3}.ptr-ring-fill{fill:none;stroke:var(--gold-main);stroke-width:3;stroke-linecap:round;stroke-dasharray:113;stroke-dashoffset:113;transition:stroke-dashoffset 0.1s linear}.ptr-icon{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;font-size:1rem;color:var(--gold-main)}@keyframes ptrSpin{0%{transform:rotate(-90deg)}100%{transform:rotate(270deg)}}.ptr-ring-wrap.spinning .ptr-ring{animation:ptrSpin 0.9s linear infinite;transform-origin:center}.ptr-ring-wrap.spinning .ptr-ring-fill{stroke-dashoffset:20;transition:stroke-dashoffset 0.3s ease}.ptr-label{font-size:0.7rem;font-weight:700;text-transform:uppercase;letter-spacing:1.5px;color:rgba(15,23,42,0.5);white-space:nowrap}@keyframes ptrSuccess{0%{transform:scale(0) rotate(-20deg);opacity:0}60%{transform:scale(1.3) rotate(5deg);opacity:1}100%{transform:scale(1) rotate(0deg);opacity:1}}.ptr-checkmark{font-size:1.2rem;color:#22c55e;display:none}.ptr-checkmark.show{display:block;animation:ptrSuccess 0.5s cubic-bezier(0.34,1.56,0.64,1) forwards}@media (max-width:991px){body.ptr-pulling{overscroll-behavior-y:contain}}#smart-fab-container{position:fixed;bottom:calc(72px + 2cm) !important;right:20px;z-index:9997;display:flex;flex-direction:column-reverse;align-items:center;gap:12px}.smart-fab{position:relative;width:58px;height:58px;border-radius:50%;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;background:var(--navy-deep);color:var(--gold-main);box-shadow:0 8px 30px rgba(15,23,42,0.35);transition:background 0.4s ease,color 0.4s ease,transform 0.35s cubic-bezier(0.34,1.56,0.64,1),box-shadow 0.4s ease;outline:none;-webkit-tap-highlight-color:transparent;overflow:visible}.smart-fab:active{transform:scale(0.92) !important}.smart-fab.state-filter{background:var(--gold-main);color:var(--navy-deep);box-shadow:0 8px 30px rgba(212,175,55,0.45)}.smart-fab.state-top{background:#0f2744;color:#fff}.fab-progress-ring{position:absolute;inset:-5px;width:calc(100% + 10px);height:calc(100% + 10px);pointer-events:none;transform:rotate(-90deg)}.fab-ring-track{fill:none;stroke:rgba(255,255,255,0.12);stroke-width:3}.fab-ring-fill{fill:none;stroke:var(--gold-main);stroke-width:3;stroke-linecap:round;stroke-dasharray:213;stroke-dashoffset:213;transition:stroke-dashoffset 0.2s ease,stroke 0.4s ease}.smart-fab.state-filter .fab-ring-fill{stroke:rgba(15,23,42,0.4)}.fab-icon-wrap{position:relative;width:26px;height:26px;display:flex;align-items:center;justify-content:center}.fab-icon-wrap i{position:absolute;font-size:1.15rem;transition:opacity 0.25s ease,transform 0.3s cubic-bezier(0.34,1.56,0.64,1)}.fab-ic-explore,.fab-ic-filter,.fab-ic-top{opacity:0;transform:scale(0.5) rotate(-30deg)}.smart-fab.state-explore .fab-ic-explore{opacity:1;transform:scale(1) rotate(0deg)}.smart-fab.state-filter .fab-ic-filter{opacity:1;transform:scale(1) rotate(0deg)}.smart-fab.state-top .fab-ic-top{opacity:1;transform:scale(1) rotate(0deg)}.fab-badge{position:absolute;top:-4px;right:-4px;min-width:20px;height:20px;background:#ef4444;color:#fff;border-radius:10px;font-size:0.65rem;font-weight:900;display:none;align-items:center;justify-content:center;padding:0 4px;border:2px solid #fff;box-shadow:0 2px 8px rgba(239,68,68,0.5)}.fab-badge.show{display:flex}.fab-label{position:absolute;right:calc(100% + 12px);background:rgba(15,23,42,0.88);color:#fff;font-size:0.72rem;font-weight:700;white-space:nowrap;padding:6px 12px;border-radius:20px;opacity:0;transform:translateX(8px);transition:all 0.2s ease;pointer-events:none}.smart-fab:hover .fab-label{opacity:1;transform:translateX(0)}.fab-speed-dial{display:flex;flex-direction:column-reverse;align-items:center;gap:10px;opacity:0;pointer-events:none;transform:translateY(20px) scale(0.85);transition:all 0.35s cubic-bezier(0.34,1.56,0.64,1)}.fab-speed-dial.open{opacity:1;pointer-events:all;transform:translateY(0) scale(1)}.fab-action{width:46px;height:46px;border-radius:50%;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:1rem;position:relative;background:#fff;box-shadow:0 4px 20px rgba(0,0,0,0.15);transition:all 0.3s cubic-bezier(0.34,1.56,0.64,1)}.fab-action:active{transform:scale(0.88)}.fab-action.fab-whatsapp-d{color:#25d366}.fab-action.fab-call-d{color:var(--navy-deep)}.fab-action.fab-filter-d{color:var(--gold-main);background:var(--navy-deep)}.fab-speed-dial .fab-action:nth-child(1){transition-delay:0.04s}.fab-speed-dial .fab-action:nth-child(2){transition-delay:0.09s}.fab-speed-dial .fab-action:nth-child(3){transition-delay:0.14s}.fab-action::after{content:attr(data-label);position:absolute;right:calc(100% + 10px);background:rgba(15,23,42,0.85);color:#fff;font-size:0.68rem;font-weight:700;padding:4px 10px;border-radius:12px;white-space:nowrap;pointer-events:none;opacity:0;transform:translateX(6px);transition:all 0.2s ease 0.08s}.fab-speed-dial.open .fab-action::after{opacity:1;transform:translateX(0)}.fab-backdrop{position:fixed;inset:0;z-index:9996;display:none}.fab-backdrop.show{display:block}@keyframes fabRipple{0%{box-shadow:0 0 0 0 rgba(212,175,55,0.5)}100%{box-shadow:0 0 0 22px rgba(212,175,55,0)}}.smart-fab.ripple{animation:fabRipple 0.55s ease forwards}@keyframes fabPop{0%{transform:scale(1)}45%{transform:scale(1.2)}70%{transform:scale(0.93)}100%{transform:scale(1)}}.smart-fab.popping{animation:fabPop 0.5s cubic-bezier(0.34,1.56,0.64,1) forwards}@media (max-width:991px){.smart-fab{width:48px !important;height:48px !important}.fab-icon-wrap{width:22px !important;height:22px !important}.fab-icon-wrap i{font-size:1rem !important}.fab-action{width:38px !important;height:38px !important}.fab-action i{font-size:0.9rem !important}#smart-fab-container{right:15px !important;gap:8px !important;bottom:calc(90px + 2cm) !important}}@media (max-width:480px){.smart-fab{width:40px !important;height:40px !important}.fab-icon-wrap{width:18px !important;height:18px !important}.fab-icon-wrap i{font-size:0.85rem !important}.fab-action{width:32px !important;height:32px !important}.fab-action i{font-size:0.75rem !important}#smart-fab-container{right:12px !important;bottom:calc(74px + 2cm) !important;gap:6px !important}}body.keyboard-open .mobile-bottom-nav,body.keyboard-open #smart-fab-container,body.keyboard-open .floating-whatsapp,body.keyboard-open .back-to-top{display:none !important}.corp-network-container{padding:20px 10px;background:#f8fafc;border-radius:16px}.corp-network-title{text-align:center;color:var(--navy-deep);margin-bottom:10px;font-size:1.1rem}.corp-network-desc{text-align:center;max-width:700px;margin:0 auto 10px;color:#64748b;font-size:0.85rem}.about-final-container{text-align:center;margin-top:15px}.about-final-statement{font-size:0.95rem;font-weight:700;color:var(--navy-deep)}.project-filter-buttons-wrapper{display:flex;justify-content:center;gap:15px;margin-bottom:40px;flex-wrap:wrap}.project-filter-btn{padding:14px 32px;border:2px solid #e2e8f0;border-radius:50px;font-weight:700;font-size:0.95rem;cursor:pointer;transition:all 0.3s ease;text-transform:uppercase;letter-spacing:0.5px}.project-filter-btn:not(.active){background:#fff;color:#1a1a1a}.project-filter-btn.active{background:#D4AF37;color:#000;box-shadow:0 8px 25px rgba(212,175,55,0.35)}.bonus-banner{max-width:1200px;margin:30px auto;padding:20px;background:#fef3c7;border-left:4px solid #D4AF37;border-radius:8px}.bonus-banner-title{color:#1a1a1a;font-size:1.1rem;margin-bottom:10px;display:flex;align-items:center;gap:10px}.bonus-banner-text{color:#78350f;font-size:0.95rem;line-height:1.6;margin:0}@media (max-width:991px){.main-header{border-bottom:none !important;box-shadow:none !important}.quick-nav{background:transparent !important;border:none !important;box-shadow:none !important;display:flex !important;align-items:center !important;gap:8px !important;padding:10px 15px 10px 135px !important;height:auto !important;overflow-x:auto !important;-webkit-overflow-scrolling:touch !important;scrollbar-width:none !important;position:relative !important;z-index:99 !important}@media (max-width:380px){.quick-nav{padding-left:125px !important}}.quick-nav::-webkit-scrollbar{display:none !important}.quick-nav a,.quick-nav-drop-btn{background:transparent !important;border:none !important;border-radius:0 !important;box-shadow:none !important;outline:none !important;color:#1e293b !important;font-weight:700 !important;font-size:0.9rem !important;padding:4px 8px !important;margin:0 !important;height:auto !important;line-height:1.4 !important;white-space:nowrap !important;display:inline-flex !important;align-items:center !important;flex-shrink:0 !important;text-decoration:none !important;transition:color 0.2s ease !important}.quick-nav a.active,.quick-nav a.active:hover{background:#C9A23F !important;color:#ffffff !important;border-radius:50px !important;border:none !important;box-shadow:0 4px 12px rgba(201,162,63,0.4) !important;padding:6px 16px !important;font-weight:800 !important}.quick-nav a i,.quick-nav-drop-btn i{font-size:0.8rem !important;color:inherit !important;margin-right:4px !important}[dir="rtl"] .quick-nav a i,[dir="rtl"] .quick-nav-drop-btn i{margin-right:0 !important;margin-left:4px !important}}@keyframes premiumFloat{0%,100%{transform:translateY(0)}50%{transform:translateY(-8px)}}#hero-promo-card{background:rgba(255,255,255,0.82) !important;backdrop-filter:blur(14px) saturate(160%) !important;-webkit-backdrop-filter:blur(14px) saturate(160%) !important;border:1px solid rgba(255,255,255,0.45) !important;border-top:3px solid #C9A23F !important;border-radius:20px !important;box-shadow:0 30px 60px rgba(0,0,0,0.15),inset 0 1px 1px rgba(255,255,255,0.45),0 0 20px rgba(201,162,63,0.08) !important;transition:all 0.4s cubic-bezier(0.16,1,0.3,1) !important}@media (min-width:992px){#hero-promo-card{left:max(20px,calc(50% - 779px)) !important;right:auto !important;top:200px !important;zoom:1 !important}}@media (min-width:992px) and (max-width:1350px){#hero-promo-card{left:-70px !important;top:150px !important;zoom:0.85 !important}}@media (min-width:992px) and (max-width:1150px){#hero-promo-card{left:-80px !important;top:110px !important;zoom:0.78 !important}}#hero-promo-card:hover{background:rgba(255,255,255,0.88) !important;border-color:rgba(255,255,255,0.6) !important;box-shadow:0 35px 70px rgba(0,0,0,0.2),inset 0 1px 1px rgba(255,255,255,0.6),0 0 25px rgba(201,162,63,0.15) !important;transform:translateY(-4px) !important}#hero-promo-card .promo-toggle-bar{background:linear-gradient(180deg,rgba(15,23,42,0.95) 0%,rgba(18,22,31,0.9) 100%) !important;border-right:1px solid rgba(255,255,255,0.15) !important;border-top-left-radius:0px !important;border-bottom-left-radius:17px !important;transition:all 0.3s cubic-bezier(0.25,0.8,0.25,1) !important}#hero-promo-card .promo-toggle-bar:hover{background:linear-gradient(135deg,#d4af37 0%,#b8942f 100%) !important;border-right-color:rgba(255,255,255,0.3) !important}#hero-promo-card .promo-toggle-text{font-size:0.85rem !important;letter-spacing:1.5px !important;color:#e5b94d !important;font-weight:800 !important}#hero-promo-card .promo-toggle-bar:hover .promo-toggle-text{color:#ffffff !important}#hero-promo-card .promo-toggle-arrow{color:#e5b94d !important;transition:transform 0.4s cubic-bezier(0.175,0.885,0.32,1.275) !important}#hero-promo-card .promo-toggle-bar:hover .promo-toggle-arrow{color:#ffffff !important}#hero-promo-card.expanded .promo-toggle-arrow{transform:rotate(180deg) !important}#hero-promo-card .promo-details-body{background:rgba(255,255,255,0.05) !important;padding:22px 26px !important;border-top-right-radius:17px !important;border-bottom-right-radius:17px !important}#hero-promo-card .promo-field{border-bottom:1px dashed rgba(201,162,63,0.18) !important;padding-bottom:12px !important;margin-bottom:4px !important;transition:transform 0.3s ease !important}#hero-promo-card .promo-field:last-child{border-bottom:none !important;padding-bottom:0 !important;margin-bottom:0 !important}#hero-promo-card .promo-field:hover{transform:translateX(-2px) !important}#hero-promo-card .promo-icon{font-size:1.05rem !important;filter:drop-shadow(0 2px 4px rgba(201,162,63,0.15)) !important}#hero-promo-card .promo-field-label{font-size:0.76rem !important;color:#475569 !important;font-weight:700 !important}#hero-promo-card .promo-field-value{color:#0f172a !important;font-weight:800 !important;font-size:0.98rem !important}#hero-promo-card .promo-field-value.gold-text{color:#C9A23F !important;font-size:1.35rem !important;font-weight:900 !important;letter-spacing:-0.5px !important;text-shadow:0 2px 10px rgba(201,162,63,0.12) !important}#hero-promo-card .promo-field-value.exception-text{color:#1e293b !important;font-size:0.88rem !important;opacity:0.85 !important}#hero-promo-card .promo-field-value.expiry-text{color:#0f172a !important;font-weight:900 !important;background:linear-gradient(135deg,#b8942f 0%,#C9A23F 50%,#e5b94d 100%) !important;-webkit-background-clip:text !important;-webkit-text-fill-color:transparent !important;background-clip:text !important}@media (min-width:992px){#smart-fab-container{display:flex !important;right:36px !important;bottom:36px !important;gap:14px;z-index:9997}.smart-fab{width:44px !important;height:44px !important;box-shadow:0 6px 20px rgba(15,23,42,0.35),0 0 0 1px rgba(212,175,55,0.12) !important}.smart-fab:hover{transform:scale(1.06) translateY(-2px) !important;box-shadow:0 10px 30px rgba(15,23,42,0.45),0 0 0 1px rgba(212,175,55,0.25),0 0 20px rgba(212,175,55,0.1) !important}.smart-fab.state-explore{background:linear-gradient(135deg,#0f172a 0%,#1e3a5f 100%) !important}.smart-fab.state-top{background:linear-gradient(135deg,#1e293b 0%,#0f172a 100%) !important}.fab-label{opacity:1 !important;transform:translateX(0) !important;background:rgba(15,23,42,0.92) !important;backdrop-filter:blur(8px) !important;-webkit-backdrop-filter:blur(8px) !important;padding:7px 14px !important;border-radius:24px !important;font-size:0.78rem !important;font-weight:800 !important;letter-spacing:0.5px !important;border:1px solid rgba(212,175,55,0.2) !important;box-shadow:0 4px 16px rgba(0,0,0,0.25) !important;white-space:nowrap !important}.fab-action{width:38px !important;height:38px !important;font-size:0.88rem !important;box-shadow:0 4px 14px rgba(0,0,0,0.15) !important;transition:all 0.3s cubic-bezier(0.34,1.56,0.64,1) !important}.fab-action:hover{transform:scale(1.1) translateY(-2px) !important}.fab-action.fab-whatsapp-d{background:linear-gradient(135deg,#25d366 0%,#128c7e 100%) !important;color:#fff !important}.fab-action.fab-call-d{background:linear-gradient(135deg,#0f172a 0%,#1e3a5f 100%) !important;color:#d4af37 !important}.fab-speed-dial.open .fab-action::after{opacity:1 !important;transform:translateX(0) !important;font-size:0.74rem !important;padding:5px 12px !important;border-radius:14px !important;background:rgba(15,23,42,0.92) !important;backdrop-filter:blur(8px) !important;border:1px solid rgba(212,175,55,0.2) !important}.fab-ring-fill{stroke:#d4af37 !important}}@media (min-width:992px){}
/* Responsive hero content adjustment */
.hero-content-adjust { transform: translateY(-1.5cm) !important; }
@media (max-width: 991px) { .hero-content-adjust { transform: translateY(-0.5cm) !important; } }
