/* Single, consistent navigation breakpoint: desktop >1024px, drawer <=1024px */
.tk-desktop-answer{display:inline-flex!important}
@media (max-width:1024px){
  body.nav-open{overflow:hidden!important}
  .launch-header{display:flex!important;align-items:center!important;min-height:68px!important;padding:8px 16px!important}
  .launch-logo{margin-right:auto!important;min-width:0!important}
  .menu-toggle{display:flex!important;align-items:center!important;justify-content:center!important;width:48px!important;height:48px!important;flex:0 0 48px!important;margin:0!important;z-index:1003!important}
  .tk-desktop-answer{display:none!important}
  .launch-nav{position:fixed!important;top:0!important;right:0!important;bottom:0!important;left:auto!important;width:min(90vw,420px)!important;height:100dvh!important;display:flex!important;flex-direction:column!important;justify-content:flex-start!important;align-items:stretch!important;gap:8px!important;padding:82px 16px 24px!important;background:#071426!important;overflow-y:auto!important;overscroll-behavior:contain!important;transform:translateX(105%)!important;transition:transform .25s ease!important;z-index:1002!important;box-shadow:-18px 0 45px rgba(0,0,0,.38)!important}
  .launch-nav.open{transform:translateX(0)!important}
  .launch-nav>a,.launch-nav .nav-dropdown-toggle{width:100%!important;min-height:50px!important;display:flex!important;align-items:center!important;justify-content:flex-start!important;gap:10px!important;padding:12px 14px!important;border:1px solid rgba(255,255,255,.12)!important;border-radius:12px!important;background:rgba(255,255,255,.055)!important;color:#fff!important;font-size:.96rem!important;text-align:left!important}
  .launch-nav>a i{display:inline-block!important;width:24px!important}
  .nav-dropdown{width:100%!important}
  .nav-dropdown-menu{position:static!important;width:100%!important;min-width:0!important;margin-top:6px!important;box-shadow:none!important}
  .nav-dropdown:not(.open) .nav-dropdown-menu{display:none!important}
  .nav-dropdown.open .nav-dropdown-menu{display:grid!important}
  .nav-backdrop.open{display:block!important;position:fixed!important;inset:0!important;background:rgba(0,0,0,.58)!important;z-index:1000!important}
  /* Exactly one question CTA in hamburger menu */
  .mobile-nav-actions{display:grid!important;gap:9px!important;margin-top:10px!important;padding-top:14px!important;border-top:1px solid rgba(255,255,255,.13)!important}
  .mobile-nav-actions .nav-question,.mobile-nav-actions .nav-register{width:100%!important;min-height:50px!important;border-radius:12px!important;padding:12px 14px!important}
  .site-header .mobile-nav-actions .nav-question{font-size:.92rem!important;display:flex!important;align-items:center!important;justify-content:flex-start!important;gap:10px!important;text-decoration:none!important}
  .site-header .mobile-nav-actions .nav-question::before,.site-header .mobile-nav-actions .nav-question::after{content:none!important}
  .container{padding-left:18px!important;padding-right:18px!important}
  img,svg,video,canvas{max-width:100%;height:auto}
}
@media (max-width:700px){
  .container{padding-left:14px!important;padding-right:14px!important}
  .launch-header{padding-inline:12px!important}
  .launch-logo .logo-gauge{width:38px!important;height:38px!important;flex-basis:38px!important}
  .launch-logo .logo-wordmark{font-size:.93rem!important}
  .launch-nav{width:min(94vw,390px)!important;padding:76px 12px 20px!important}
  .launch-nav>a,.launch-nav .nav-dropdown-toggle{min-height:52px!important;font-size:1rem!important;padding:13px 14px!important}
  .form-page,.section{padding-left:0!important;padding-right:0!important}
  .form-card,.tutorial-container,.form-section,.preview-section{padding:16px!important;border-radius:15px!important}
  .controls{display:grid!important;grid-template-columns:1fr!important;gap:10px!important}
  .controls>*{width:100%!important;min-height:48px!important;margin:0!important}
  .tabs-nav{overflow-x:auto!important;justify-content:flex-start!important}
  table{display:block!important;max-width:100%!important;overflow-x:auto!important;-webkit-overflow-scrolling:touch!important}
  .tk-new-home{padding:12px 10px 18px!important}
  .tk-ind-grid{grid-template-columns:1fr 1fr!important}
  .tk-equipment-grid,.tk-bottom-grid{grid-template-columns:1fr!important}
  .tk-contact{grid-column:auto!important;padding:15px!important}
  .tk2-info-grid,.tk2-life-grid,.tk2-images,.tk2-before-control{grid-template-columns:1fr!important}
  .tk2-actions{display:grid!important;grid-template-columns:1fr!important}
  .tk2-actions a,.tk2-actions button{width:100%!important;min-height:50px!important}
  .tk2-monthline{grid-template-columns:1fr!important}
  .tk2-monthline>div{min-height:58px!important;display:flex!important;align-items:center!important;justify-content:center!important;padding:14px 12px!important;text-align:center!important}
  .tk2-monthline .before{order:1!important}.tk2-monthline .due{order:2!important}.tk2-monthline .after{order:3!important}
}
@media (min-width:701px) and (max-width:1024px){
  .tk2-info-grid,.tk2-life-grid,.tk2-before-control{grid-template-columns:repeat(2,minmax(0,1fr))!important}
  .tk2-monthline{grid-template-columns:minmax(0,1fr) minmax(220px,25%) minmax(0,1fr)!important}
  .tk2-monthline .due{white-space:nowrap!important;display:flex!important;align-items:center!important;justify-content:center!important;padding-inline:14px!important}
}
@media (max-width:1024px) and (orientation:landscape){
  .launch-nav{width:min(72vw,430px)!important;padding-top:68px!important}
  .launch-nav>a,.launch-nav .nav-dropdown-toggle{min-height:44px!important;padding:9px 12px!important}
  .mobile-nav-actions .nav-question,.mobile-nav-actions .nav-register{min-height:44px!important}
}
