
:root{--dst-navy:#0f172a;--dst-blue:#0f0f75;--dst-blue-light:#eff6ff;--dst-yellow:#facc15;}
body.dst-no-scroll{overflow:hidden !important;}
.dst-site-header *{box-sizing:border-box !important;}
.dst-site-header ul{list-style:none !important;margin:0 !important;padding:0 !important;}
.dst-site-header a{text-decoration:none !important;color:inherit;}
.admin-bar .dst-site-header{top:32px !important;}
@media screen and (max-width:782px){.admin-bar .dst-site-header{top:46px !important;}}
.dst-site-header{--dst-mobile-toggle-line-color:var(--dst-navy);--dst-mobile-toggle-line-color-active:#ffffff;--dst-mobile-toggle-line-width:20px;--dst-mobile-toggle-line-thickness:2px;--dst-caret-icon-size:6px;--dst-caret-stroke:2px;width:100% !important;background-color:transparent;position:sticky !important;top:0;z-index:9990 !important;box-shadow:none !important;padding:10px 0;}
.dst-site-header.is-apple-glass .dst-nav-inner,.dst-site-header.is-apple-glass .dst-dropdown-menu,.dst-site-header.is-apple-glass .dst-nav-menu.dst-mobile-open{background-color:rgba(255,255,255,0.12) !important;-webkit-backdrop-filter:blur(20px) saturate(180%) !important;backdrop-filter:blur(20px) saturate(180%) !important;border:1px solid rgba(255,255,255,0.2) !important;transition:background-color 0.3s ease,box-shadow 0.3s ease;will-change:background-color,box-shadow;}
@supports (-webkit-overflow-scrolling:touch){.dst-site-header.is-apple-glass .dst-nav-inner,.dst-site-header.is-apple-glass .dst-dropdown-menu,.dst-site-header.is-apple-glass .dst-nav-menu.dst-mobile-open{transform:translateZ(0);-webkit-transform:translateZ(0);}}
.dst-navbar{padding:0 !important;width:100%;}
.dst-nav-shell{width:100%;padding-left:18px;padding-right:18px;}
.dst-nav-inner{width:100%;max-width:none;margin:0 auto;display:grid;grid-template-columns:auto 1fr auto;align-items:center;column-gap:clamp(16px,2vw,32px);background-color:#ffffff;border:1px solid #f1f5f9;border-radius:24px;box-shadow:0 10px 30px rgba(15,23,42,0.05);padding:clamp(10px,1vw,14px) clamp(18px,2vw,28px);}
.dst-logo-wrapper{flex-shrink:0;justify-self:start;}
.dst-logo-wrapper img{width:clamp(130px,13vw,160px);height:auto;max-height:65px;object-fit:contain;display:block;}
.dst-nav-menu{display:flex;justify-content:center;align-items:center;gap:clamp(5px,1vw,15px);min-width:0;}
.dst-nav-cta{flex-shrink:0;display:flex;justify-content:flex-end;align-items:center;justify-self:end;}
.dst-nav-link{color:var(--dst-navy) !important;font-size:clamp(13px,1.1vw,15px) !important;font-weight:700 !important;padding:8px 12px !important;border-radius:8px;display:flex;align-items:center;white-space:nowrap !important;transition:0.3s;cursor:pointer;}
.dst-nav-link:hover,.dst-nav-link.active{background-color:var(--dst-blue-light);color:var(--dst-blue) !important;}
.dst-nav-text{transition:0.3s ease;}
.dst-caret{display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;width:18px;height:18px;margin-left:8px;pointer-events:none;transition:transform 0.3s ease,opacity 0.3s ease,background-color 0.3s ease,color 0.3s ease;color:currentColor;background-color:transparent;border-radius:999px;}
.dst-caret::before{content:"";display:block;width:var(--dst-caret-icon-size);height:var(--dst-caret-icon-size);border-right:var(--dst-caret-stroke) solid currentColor;border-bottom:var(--dst-caret-stroke) solid currentColor;}
.dst-caret--down::before{transform:rotate(45deg);margin-top:-2px;}
.dst-caret--right::before{transform:rotate(-45deg);}
.dst-nav-item > a{position:relative;}
.dst-nav-item{position:relative !important;}
@media (min-width:1100px){.dst-nav-item.dst-has-dropdown > a::after{content:"";position:absolute;left:0;right:0;top:100%;height:20px;background-color:transparent;}.dst-dropdown-menu{position:absolute !important;top:calc(100% + 15px) !important;left:50% !important;transform:translateX(-50%) translateY(10px) !important;min-width:var(--dst-sub-width,200px) !important;width:var(--dst-sub-width,max-content) !important;background-color:#ffffff;border-radius:12px !important;border:1px solid #f1f5f9;box-shadow:0 10px 30px rgba(0,0,0,0.08);padding:12px 0 !important;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .3s ease,transform .3s ease,visibility 0s linear .3s;z-index:1000;}.dst-nav-item:hover > .dst-dropdown-menu,.dst-nav-item:focus-within > .dst-dropdown-menu{opacity:1;visibility:visible;pointer-events:auto;transform:translateX(-50%) translateY(0) !important;transition:opacity .3s ease,transform .3s ease,visibility 0s linear 0s;}.dst-dropdown-menu::before{content:'';position:absolute;top:-6px;left:50%;transform:translateX(-50%) rotate(45deg);width:12px;height:12px;background-color:inherit;border-left:inherit;border-top:inherit;z-index:-1;}.dst-dropdown-menu .dst-sub-dropdown{top:0 !important;left:100% !important;transform:translateX(10px) !important;min-width:var(--dst-sub-sub-width,200px) !important;width:var(--dst-sub-sub-width,max-content) !important;}.dst-dropdown-menu .dst-sub-dropdown::before{display:none;}.dst-dropdown-menu .dst-nav-item:hover > .dst-sub-dropdown,.dst-dropdown-menu .dst-nav-item:focus-within > .dst-sub-dropdown{opacity:1;visibility:visible;transform:translateX(0) !important;}.dst-mobile-cta{display:none !important;}}
@media (max-width:1300px) and (min-width:1100px){.dst-site-header .dst-nav-inner{column-gap:10px !important;padding:10px 15px !important;}.dst-site-header .dst-nav-menu{gap:5px !important;}.dst-site-header .dst-nav-link{font-size:13px !important;padding:6px 8px !important;}.dst-site-header .dst-btn-yellow{font-size:12px !important;padding:8px 14px !important;}.dst-site-header .dst-logo-wrapper img{width:120px !important;}}
.dst-dropdown-menu li a{display:block;padding:12px 20px;color:#475569 !important;font-size:14px;transition:0.2s;margin:5px;border-radius:8px;white-space:nowrap;}
.dst-dropdown-menu li a:hover,.dst-dropdown-menu li a.active-sub{background-color:#e8f3ff;color:var(--dst-blue) !important;padding-left:28px;}
.dst-btn-yellow{background-color:var(--dst-yellow) !important;color:var(--dst-navy) !important;font-weight:800 !important;font-size:clamp(13px,1vw,14px) !important;padding:10px 20px !important;border-radius:50px !important;display:inline-flex !important;align-items:center;justify-content:center;white-space:nowrap !important;animation:dst-pulse-effect 1.8s infinite;border:none !important;transition:0.3s ease !important;}
@keyframes dst-pulse-effect{0%{box-shadow:0 0 0 0 rgba(250,204,21,0.5);}70%{box-shadow:0 0 0 12px rgba(250,204,21,0);}100%{box-shadow:0 0 0 0 rgba(250,204,21,0);}}
.dst-mobile-toggle{display:none;background-color:transparent;color:var(--dst-navy) !important;width:44px;height:44px;border-radius:12px;border:1px solid rgba(15,23,42,0.12);cursor:pointer;transition:background-color 0.3s ease,border-color 0.3s ease,color 0.3s ease,transform 0.3s ease;align-items:center;justify-content:center;font-size:22px;}
.dst-mobile-toggle:hover{background-color:rgba(15,23,42,0.06);color:var(--dst-navy) !important;border-color:rgba(15,23,42,0.18);}
.dst-mobile-toggle.is-active{background-color:var(--dst-navy);color:#ffffff !important;border-color:var(--dst-navy);}
.dst-mobile-toggle-icon{width:var(--dst-mobile-toggle-line-width);height:14px;display:inline-flex;flex-direction:column;justify-content:space-between;align-items:center;pointer-events:none;}
.dst-mobile-toggle-icon span{display:block;width:var(--dst-mobile-toggle-line-width);height:var(--dst-mobile-toggle-line-thickness);border-radius:999px;background:var(--dst-mobile-toggle-line-color);transition:transform 0.28s ease,opacity 0.22s ease,width 0.22s ease,background-color 0.22s ease;transform-origin:center;}
.dst-mobile-toggle.is-active .dst-mobile-toggle-icon span{background:var(--dst-mobile-toggle-line-color-active);}
.dst-mobile-toggle.is-active .dst-mobile-toggle-icon span:nth-child(1){transform:translateY(6px) rotate(45deg);}
.dst-mobile-toggle.is-active .dst-mobile-toggle-icon span:nth-child(2){opacity:0;}
.dst-mobile-toggle.is-active .dst-mobile-toggle-icon span:nth-child(3){transform:translateY(-6px) rotate(-45deg);}
@media (max-width:1099px){.dst-site-header{padding:0 !important;background-color:transparent !important;}.dst-nav-shell{padding-left:0;padding-right:0;}.dst-nav-inner{display:flex;justify-content:space-between;align-items:center;background-color:#ffffff !important;border:none !important;border-radius:0 !important;box-shadow:0 4px 15px rgba(0,0,0,0.04);padding:clamp(10px,1vw,14px) 15px;}.dst-hide-mobile{display:none !important;}.dst-nav-menu{display:none !important;position:absolute;top:100%;left:0;width:100%;background-color:#ffffff;flex-direction:column;align-items:stretch;max-height:80vh;overflow-y:auto;border-top:1px solid #eee !important;padding-bottom:20px;border-radius:0 0 18px 18px;scroll-behavior:smooth;}.dst-nav-menu.dst-mobile-open{display:flex !important;}.dst-mobile-toggle{display:flex;}.dst-nav-link{width:100% !important;padding:18px 25px !important;border-bottom:1px solid #f8fafc !important;border-radius:0 !important;justify-content:space-between;font-size:16px !important;}.dst-nav-item .dst-dropdown-menu{position:static !important;transform:none !important;opacity:1 !important;visibility:visible !important;display:none !important;box-shadow:none !important;background-color:transparent !important;border:none !important;border-left:4px solid var(--dst-yellow) !important;border-radius:0 !important;padding:10px 0 !important;width:100% !important;}.dst-nav-item.dst-dropdown-open > .dst-dropdown-menu{display:block !important;}.dst-nav-item.dst-dropdown-open > a .dst-caret--down{transform:rotate(180deg);}.dst-nav-item.dst-dropdown-open > a .dst-caret--right{transform:rotate(90deg);}.dst-nav-item .dst-dropdown-menu.dst-sub-dropdown{margin-left:15px !important;border-left:4px solid var(--dst-yellow) !important;width:calc(100% - 15px) !important;}.dst-mobile-cta{display:block !important;padding:25px !important;text-align:center;}.dst-mobile-cta .dst-btn-yellow{width:100% !important;padding:15px !important;font-size:16px !important;}}
.dst-header-spacer{display:none;width:100%;height:0;pointer-events:none;}
.dst-header-spacer.is-active{display:block;}
.dst-site-header.dst-is-fixed{position:fixed !important;top:var(--dst-fixed-top,0px) !important;left:0 !important;right:0 !important;width:100% !important;z-index:9990 !important;}
