.hdr{position:sticky;top:0;z-index:1000;font-family:'Poppins',sans-serif}.hdr *{box-sizing:border-box}html{overflow-x:clip}body{overflow-x:clip;max-width:100%}.hdr-top{background:#C1282E!important;color:#FFFFFF!important;overflow:hidden;max-height:50px;transition:max-height 0.35s ease,padding 0.35s ease}.hdr-top-inner{max-width:1240px;margin:0 auto;padding:11px 40px;display:flex;align-items:center;justify-content:space-between;gap:16px}.hdr-top-left{display:flex;align-items:center;gap:22px}.hdr-top-link{display:inline-flex;align-items:center;gap:7px;font-size:13px;font-weight:500;color:#FFFFFF!important;text-decoration:none;transition:opacity 0.2s ease}.hdr-top-link:hover{opacity:.82;color:#FFFFFF!important}.hdr-top-link svg{width:14px;height:14px;stroke:#FFFFFF!important;fill:none;flex-shrink:0}.hdr-top-right{display:flex;align-items:center;gap:9px;font-size:12.5px;font-weight:500;color:rgb(255 255 255 / .9)!important}.hdr-top-badge{display:inline-flex;align-items:center;gap:7px;background:rgb(255 255 255 / .15)!important;padding:4px 14px;border-radius:100px}.hdr-top-badge svg{width:13px;height:13px;stroke:#FFFFFF!important;fill:none}.hdr-main{background:#FFFFFF!important;border-bottom:1px solid rgb(0 0 0 / .06);transition:box-shadow 0.3s ease}.hdr.is-scrolled .hdr-top{max-height:0;padding:0}.hdr.is-scrolled .hdr-main{box-shadow:0 6px 24px rgb(0 0 0 / .08)}.hdr-main-inner{max-width:1240px;margin:0 auto;padding:0 40px;height:78px;display:flex;align-items:center;justify-content:space-between;gap:24px}.hdr-logo{display:flex;align-items:center;flex-shrink:0;text-decoration:none}.hdr-logo img{height:52px;width:auto;display:block}.hdr-nav{display:flex;align-items:center}.hdr-menu{display:flex;align-items:center;gap:4px;list-style:none;margin:0;padding:0}.hdr-item{position:relative}.hdr-link{display:inline-flex;align-items:center;gap:6px;padding:12px 16px;font-family:'Poppins',sans-serif;font-size:14.5px;font-weight:500;color:#222222!important;text-decoration:none;border-radius:8px;transition:color 0.2s ease,background 0.2s ease;cursor:pointer}.hdr-link:hover,.hdr-item:hover .hdr-link{color:#C1282E!important;background:rgb(193 40 46 / .05)!important}.hdr-link.is-current{color:#C1282E!important}.hdr-caret{width:11px;height:11px;stroke:currentColor!important;fill:none;stroke-width:2.5;transition:transform 0.25s ease}.hdr-item:hover .hdr-caret{transform:rotate(180deg)}.hdr-dropdown{position:absolute;top:calc(100% + 10px);left:0;background:#FFFFFF!important;border-radius:14px;box-shadow:0 20px 60px rgb(0 0 0 / .15);border:1px solid rgb(0 0 0 / .05);padding:14px;opacity:0;visibility:hidden;transform:translateY(10px);transition:opacity 0.25s ease,transform 0.25s ease,visibility 0.25s;z-index:50}.hdr-item:hover .hdr-dropdown{opacity:1;visibility:visible;transform:translateY(0)}.hdr-dropdown::before{content:'';position:absolute;top:-12px;left:0;right:0;height:12px}.hdr-dropdown--single{min-width:250px}.hdr-dropdown--mega{display:grid;grid-template-columns:repeat(2,minmax(220px,1fr));gap:4px 18px;width:max-content;max-width:560px}.hdr-dropdown--mega.cols-3{grid-template-columns:repeat(3,minmax(200px,1fr));max-width:720px}.hdr-drop-link{display:flex;align-items:center;gap:11px;padding:11px 14px;border-radius:9px;font-size:13.5px;font-weight:500;color:#444444!important;text-decoration:none;transition:background 0.18s ease,color 0.18s ease}.hdr-drop-link:hover{background:rgb(193 40 46 / .06)!important;color:#C1282E!important}.hdr-drop-ico{width:30px;height:30px;border-radius:8px;background:rgb(193 40 46 / .08)!important;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:background 0.18s ease}.hdr-drop-link:hover .hdr-drop-ico{background:#C1282E!important}.hdr-drop-ico svg{width:15px;height:15px;stroke:#C1282E!important;fill:none;transition:stroke 0.18s ease}.hdr-drop-link:hover .hdr-drop-ico svg{stroke:#FFFFFF!important}.hdr-mega-head{grid-column:1 / -1;font-size:11px;font-weight:700;letter-spacing:1.5px;text-transform:uppercase;color:#D3AF5A!important;padding:8px 14px 4px}.hdr-actions{display:flex;align-items:center;gap:12px;flex-shrink:0}.hdr-book{display:inline-flex;align-items:center;gap:8px;padding:13px 26px;background:#C1282E!important;color:#FFFFFF!important;border-radius:8px;font-family:'Poppins',sans-serif;font-size:14px;font-weight:600;letter-spacing:.3px;text-decoration:none;transition:background 0.2s ease,transform 0.18s ease,box-shadow 0.2s ease}.hdr-book:hover{background:#a32025!important;color:#FFFFFF!important;transform:translateY(-2px);box-shadow:0 10px 26px rgb(193 40 46 / .32)}.hdr-book svg{width:15px;height:15px;stroke:#FFFFFF!important;fill:none}.hdr-burger{display:none;align-items:center;justify-content:center;width:46px;height:46px;background:rgb(193 40 46 / .08)!important;border:none;cursor:pointer;padding:0;border-radius:10px;flex-shrink:0}.hdr-burger:hover{background:rgb(193 40 46 / .16)!important}.hdr-burger svg{width:26px;height:26px;stroke:#C1282E!important;fill:none;stroke-width:2.2;stroke-linecap:round}.hdr-mobile{position:fixed;top:0;right:0;bottom:0;left:0;width:100%;max-width:100%;background:#C1282E!important;z-index:1100;display:flex;flex-direction:column;transform:translateX(100%);transition:transform 0.4s cubic-bezier(.4,0,.2,1);visibility:hidden;pointer-events:none}.hdr-mobile.is-open{transform:translateX(0);visibility:visible;pointer-events:auto}.hdr-mobile-top{display:flex;align-items:center;justify-content:space-between;padding:20px 24px;border-bottom:1px solid rgb(255 255 255 / .15);flex-shrink:0}.hdr-mobile-brand{font-family:'Poppins',sans-serif;font-size:17px;font-weight:700;color:#FFFFFF!important;letter-spacing:.5px}.hdr-mobile-close{width:42px;height:42px;border-radius:50%;background:rgb(255 255 255 / .15)!important;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center}.hdr-mobile-close svg{width:20px;height:20px;stroke:#FFFFFF!important;fill:none;stroke-width:2.5}.hdr-mobile-nav{flex:1;overflow-y:auto;padding:12px 24px 20px}.hdr-m-item{border-bottom:1px solid rgb(255 255 255 / .12)}.hdr-m-link{display:flex;align-items:center;justify-content:space-between;width:100%;padding:18px 4px;background:transparent!important;border:none;font-family:'Poppins',sans-serif;font-size:17px;font-weight:600;color:#FFFFFF!important;text-decoration:none;cursor:pointer;text-align:left}.hdr-m-caret{width:18px;height:18px;stroke:#FFFFFF!important;fill:none;stroke-width:2.5;transition:transform 0.3s ease;flex-shrink:0}.hdr-m-item.is-expanded .hdr-m-caret{transform:rotate(180deg)}.hdr-m-sub{max-height:0;overflow:hidden;transition:max-height 0.35s ease}.hdr-m-item.is-expanded .hdr-m-sub{max-height:800px}.hdr-m-sublink{display:block;padding:12px 4px 12px 16px;font-family:'Poppins',sans-serif;font-size:14.5px;font-weight:400;color:rgb(255 255 255 / .82)!important;text-decoration:none;border-left:2px solid rgb(255 255 255 / .25);margin-bottom:2px;transition:color 0.2s ease,border-color 0.2s ease}.hdr-m-sublink:hover{color:#FFFFFF!important;border-left-color:#D3AF5A}.hdr-m-sub-inner{padding-bottom:12px}.hdr-mobile-foot{flex-shrink:0;padding:18px 24px calc(18px + env(safe-area-inset-bottom));border-top:1px solid rgb(255 255 255 / .15);display:grid;grid-template-columns:1fr 1fr;gap:12px;background:rgb(0 0 0 / .08)!important}.hdr-m-cta{display:flex;align-items:center;justify-content:center;gap:9px;padding:15px 16px;border-radius:10px;font-family:'Poppins',sans-serif;font-size:14px;font-weight:600;text-decoration:none;transition:transform 0.18s ease,box-shadow 0.2s ease,background 0.2s ease}.hdr-m-cta-call{background:#FFFFFF!important;color:#C1282E!important}.hdr-m-cta-call:hover{color:#C1282E!important;transform:translateY(-2px)}.hdr-m-cta-wa{background:#25D366!important;color:#FFFFFF!important}.hdr-m-cta-wa:hover{background:#1ebe5d!important;color:#FFFFFF!important;transform:translateY(-2px)}.hdr-m-cta svg{width:17px;height:17px;flex-shrink:0}.hdr-m-cta-call svg{stroke:#C1282E!important;fill:none}.hdr-m-cta-wa svg{fill:#FFFFFF!important}body.hdr-menu-open{overflow:hidden}@media (max-width:1080px){.hdr-nav,.hdr-book{display:none!important}.hdr-burger{display:inline-flex!important}.hdr-top-inner{padding:10px 24px}.hdr-main-inner{padding:0 24px;height:70px}.hdr-top-right span.hdr-top-text{display:none}}@media (max-width:600px){.hdr-top-left .hdr-top-link.hdr-email{display:none}.hdr-top-inner{padding:9px 18px;justify-content:center}.hdr-main-inner{padding:0 18px;height:64px}.hdr-logo img{height:42px}}