.site_header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
  }

  .header_top {
    background: transparent;
    transition: background 0.3s ease;
  }

  .header_top.scrolled {
    background: #020617 !important;
    backdrop-filter: blur(12px) !important;
  }

  .header_inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0;
    position: relative;
  }

  .nav_logo_link_container{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 3.5rem;
  }

  .logo_link {
    display: flex;
    align-items: center;
    flex-shrink: 0;
    padding: 10px 0;
  }

  .ft_logo {
    height: auto;
    width: auto;
  }

  .site_header {
    background: transparent;
    color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    transition: background 0.3s ease;
  }
  
  .site_header.scrolled {
    background: #1a1a2e;
  }
  
  .logo {
    font-size: 1.5rem;
    font-weight: bold;
  }

  .nav_menu {
    display: flex;
    gap: 4px;
  }

  .nav_menu .nav_item {
    display: flex;
  }
  
  .nav_link {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    background: transparent;
    color: #fff;
    border: none;
    text-decoration: none;
    padding: 28.75px 8px;
    font-size: 1rem;
    font-weight: 500;
  }

  .nav_link :hover {
    color: #FE6601;
  }

  .dropdown_menu {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.22s ease, transform 0.22s ease, visibility 0.22s;
    pointer-events: none;
    transform: translateY(10px);
  }

  .has_dropdown.is_open .dropdown_menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    pointer-events: auto;
  }

  .has_dropdown.is_open .nav_link {
    color: #FE6601;
  }

  /* .dropdown_inner {
    background: #0A0F14;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 12px;
    padding: 24px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
  } */

  .dropdown_inner.product_suite {
    grid-template-columns: repeat(3, 1fr);
    min-width: 500px;
  }

  .dropdown_col {
    display: flex;
    flex-direction: column;
    gap: 8px;
  }

  .dropdown_heading {
    color: #fff;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-bottom: 4px;
  }

  .dropdown_link {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    font-size: 0.8125rem;
    padding: 6px 0;
    transition: color 0.2s ease;
  }

  .dropdown_link:hover {
    color: #FE6601;
  }

  .header_actions {
    display: flex;
    align-items: center;
    gap: 12px;
  }

  .login_anchor{
    color: white;
    font-weight: 500;
    padding: 8px;
  }

  .login_anchor:hover{
    color: #FE6601;
  }

  .nav_cta {
    font-size: 1rem;
  }

  .mobile_toggle {
    display: none;
    background-color: #ffffff0d;
    border: 1px solid #ffffff1a;
    border-radius: 50%;
    width: 2.75rem;
    height: 2.75rem;
    cursor: pointer;
    padding: 8px;
    position: relative;
    z-index: 1001;
  }

  .hamburger {
    display: block;
    width: 18px;
    height: 2px;
    background: #fff;
    position: relative;
    transition: background 0.3s ease;
  }

  .hamburger::before,
  .hamburger::after {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background: #fff;
    transition: transform 0.3s ease, top 0.3s ease, bottom 0.3s ease;
  }

  .hamburger::before { top: -6px; }
  .hamburger::after { bottom: -6px; }

  .mobile_toggle.active .hamburger {
    background: transparent;
  }

  .mobile_toggle.active .hamburger::before {
    top: 0;
    transform: rotate(45deg);
  }

  .mobile_toggle.active .hamburger::after {
    bottom: 0;
    transform: rotate(-45deg);
  }

.dropdown_inner {
  display: flex;
  width: 100%;
  max-width: 90%;
  margin: 0 auto;
  border-radius: 10px;
  overflow: hidden;
}
.dropdown_left {
    background: #151D24;
  width: 30%;
  padding: 30px;
}
.dropdown_left .main_heading {
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 1.75rem;
    letter-spacing: -.025em;
    margin-bottom: 14px;
}
.dropdown_left .main_content {
    font-size: .875rem;
    color: #B7B7B7;
    line-height: 141.1% !important;
    margin-bottom: 20px;
}
.dropdown_category {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 1rem;
  border-radius: 8px;
  cursor: pointer;
  color: #ffffff;
  transition: all 0.2s;
}
.dropdown_category.active,
.dropdown_category.active .category_name {
  color: #FE6601;
}
.dropdown_category:not(:last-child) {
    margin-bottom: 16px;
}
.dropdown_right {
  flex: 1;
  padding: 30px;
  background: #0A0F14;
}
.dropdown_right .submenu {
  display: none;
}
.dropdown_right .submenu.active,
.dropdown_right .submenu_holder {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  row-gap: 30px;
}
.dropdown_right .submenu .anchor_holder,
.dropdown_right .submenu_holder .anchor_holder {
    width: calc(50% - 8px);
}
.dropdown_right .submenu .anchor_holder,
.dropdown_right .submenu_holder .anchor_holder {
    display: flex;
    flex-direction: column;
    gap: 4px;
    padding: 10px;
    background: transparent;
    border-radius: 8px;
    text-decoration: none;
    transition: background 0.2s ease;
}
.dropdown_right .submenu .anchor_holder:hover,
.dropdown_right .submenu_holder .anchor_holder:hover {
    background: #1a252f;
}
.dropdown_right .submenu .anchor_holder .top_icon_name_holder,
.dropdown_right .submenu_holder .anchor_holder .top_icon_name_holder {
    display: flex;
    gap: 8px;
    align-items: center;
}
.dropdown_right .submenu .anchor_holder .top_icon_name_holder .product_name,
.dropdown_right .submenu_holder .anchor_holder .top_icon_name_holder .product_name {
    color: #fff;
    font-size: 1rem;
    line-height: 1.5rem;
}
.dropdown_right .submenu .anchor_holder .product_desc,
.dropdown_right .submenu_holder .anchor_holder .product_desc {
    margin: 10px 0 0 0;
    color: #B5BBC3;
    font-size: .875rem;
    line-height: 1.25rem!important;
}

/* Use Cases Dropdown Grid Styling */
.use_cases_grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
  row-gap: 20px;
}

.use_case_link {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 8px 12px;
  background: transparent;
  border-radius: 8px;
  text-decoration: none;
  transition: background 0.2s ease;
}

.use_case_link:hover {
  background: #1a252f;
}

.use_case_link .use_case_icon {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  display: block;
}

.use_case_link .use_case_name {
  color: #fff;
  font-size: 16px;
  line-height: 1.5;
  transition: color 0.2s ease;
}
body.mobile_menu_open {
  overflow: hidden;
}

body.mobile_menu_open .header_top {
  background: rgba(2, 5, 10, 0.6);
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
}

body.mobile_menu_open .site_header.scrolled {
  background: transparent !important;
}

.mobile_nav_cta_holder {
  display: none;
}

.header_action_item_with_icon {
  display: none;
  align-items: center;
  justify-content: center;
  gap: 8px;
  flex-shrink: 0;
  padding: 8px !important;
  color: #ffffff;
  transition: color 0.3s ease;
}
 
.header_action_item_with_icon:hover {
  color: #FE6601 !important;
}
 
.header_signup_wrapper {
  display: none;
  align-items: center;
  gap: 12px;
}
 
@media (min-width: 640px) {
  .header_signup_wrapper {
    display: flex;
  }
  .header_action_item_with_icon {
    display: flex;
  }
}
 
.header_action_text {
  font-size: 0.875rem;
  position: relative;
  z-index: 10;
}
 
@media (min-width: 1280px) {
  .header_action_text {
    font-size: 1rem;
  }
}

@media (max-width: 1440px) {
  .container {
    padding: 0 24px !important;
  }
}

@media (max-width:1200px){
    .nav_menu {
      display: flex;
      flex-direction: column;
      position: fixed;
      top: 71px;
      left: 0;
      right: 0;
      height: calc(100vh - 71px);
      overflow-x: hidden;
      background: rgba(2, 5, 10, 0.6);
      backdrop-filter: blur(40px);
      -webkit-backdrop-filter: blur(40px); 
      padding: 16px 16px 24px;
      gap: 12px;
      z-index: 999;
      overflow-y: auto;
      
      opacity: 0;
      visibility: hidden;
      transform: translateY(-10px);
      transition: opacity 0.18s ease, transform 0.18s ease, visibility 0.18s;
    }

    .nav_menu.active {
      opacity: 1;
      visibility: visible;
      transform: translateY(0);
    }
    .mobile_toggle {
      display: flex;
      align-items: center;
      justify-content: center;
    }
    .nav_menu > .nav_item {
      display: flex;
      flex-direction: column;
      width: 100%;
      border-radius: 12px;
      border: 2px solid rgba(255, 255, 255, 0.1);
      background: rgba(255, 255, 255, 0.03);
      transition: all 0.18s cubic-bezier(0.22, 1, 0.36, 1);
    }

    .nav_menu > .nav_link {
      display: flex;
      flex-direction: row;
      align-items: center;
      flex-shrink: 0;
      width: 100%;
      border-radius: 12px;
      border: 1px solid rgba(255, 255, 255, 0.1);
      background: rgba(255, 255, 255, 0.03);
      overflow: hidden;
      transition: all 0.18s cubic-bezier(0.22, 1, 0.36, 1);
    }

    .nav_menu > .nav_item.has_dropdown.is_open {
      border: 2px solid rgba(9, 116, 242, 0.2);
      background: rgba(255, 255, 255, 0.08);
    }

    .nav_link {
      display: flex;
      flex-direction: row;
      align-items: center;
      width: 100%;
      padding: 16px;
      font-size: 1.125rem;
      font-weight: 600;
      color: #fff;
      border-bottom: none;
      justify-content: space-between;
      transition: background 0.2s;
    }

    .nav_menu > .nav_link:hover,
    .nav_menu > .nav_item > .nav_link:hover {
      background: rgba(255, 255, 255, 0.05);
    }
    .dropdown_toggle svg {
      width: 20px;
      height: 20px;
      flex-shrink: 0;
      color: rgba(255, 255, 255, 0.7);
      transition: transform 0.2s ease;
    }
    
    .has_dropdown.is_open .dropdown_toggle svg {
      transform: rotate(180deg);
    }

    .dropdown_menu {
      position: static;
      opacity: 1;
      visibility: visible;
      display: none;
      transform: none;
      pointer-events: auto;
      background: transparent;
      box-shadow: none;
      padding: 0;
      width: 100%;
      border-top: 1px solid rgba(255, 255, 255, 0.1);
    }

    .has_dropdown.is_open .dropdown_menu {
      display: block;
    }

    .dropdown_inner {
      flex-direction: column;
      border-radius: 0;
      max-width: 100%;
      min-width: 0 !important;
      margin-top: 0;
      border: none;
      background: #101820;
      padding: 20px;
    }

    .features_dropdown {
      display: flex;
      flex-direction: column;
    }

    .features_dropdown .dropdown_left,
    .features_dropdown .dropdown_right {
      display: contents;
    }

    .dropdown_left .main_heading,
    .dropdown_left .main_content {
      display: none;
    }

    .features_dropdown .dropdown_category[data-category="workforce"] { order: 1; }
    .features_dropdown .submenu[data-submenu="workforce"] { order: 2; }
    
    .features_dropdown .dropdown_category[data-category="field"] { order: 3; }
    .features_dropdown .submenu[data-submenu="field"] { order: 4; }
    
    .features_dropdown .dropdown_category[data-category="sales"] { order: 5; }
    .features_dropdown .submenu[data-submenu="sales"] { order: 6; }
    
    .features_dropdown .dropdown_category[data-category="enterprise"] { order: 7; }
    .features_dropdown .submenu[data-submenu="enterprise"] { order: 8; }

    .features_dropdown .dropdown_category {
      background: #151D24;
      border-radius: 8px 8px 0 0;
      padding: 8px 8px 0 8px;
      margin-bottom: 0;
      border: none;
      display: flex;
      flex-direction: column;
      align-items: stretch;
      justify-content: stretch;
    }

    .features_dropdown .dropdown_category .category_name {
      background: #101820;
      border-radius: 6px;
      padding: 8px;
      display: flex;
      justify-content: space-between;
      align-items: center;
      font-size: 1rem;
      font-weight: 600;
      color: #fff;
    }

    .features_dropdown .dropdown_category .category_name::after {
      content: '';
      display: inline-block;
      width: 16px;
      height: 16px;
      background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M5 12h14"></path><path d="m12 5 7 7-7 7"></path></svg>');
      background-size: contain;
      background-repeat: no-repeat;
      transition: transform 0.2s ease;
    }

    .features_dropdown .submenu {
      background: #151D24;
      border-radius: 0 0 8px 8px;
      padding: 16px 8px 8px 8px;
      margin-top: 0;
      margin-bottom: 24px;
      display: flex !important;
      flex-direction: column;
      gap: 20px;
    }

    .features_dropdown .submenu:last-child {
      margin-bottom: 0;
    }

    .dropdown_right .submenu .anchor_holder,
    .dropdown_right .submenu_holder .anchor_holder {
      width: 100%;
      background: transparent;
      border-radius: 6px;
    }

    .dropdown_right .submenu .anchor_holder:hover,
    .dropdown_right .submenu_holder .anchor_holder:hover {
      background: rgba(255, 255, 255, 0.05);
    }

    .dropdown_right .submenu .anchor_holder .product_desc,
    .dropdown_right .submenu_holder .anchor_holder .product_desc {
      margin: 4px 0 0 0;
      font-size: 0.8rem;
    }

    .dropdown_inner.product_suite {
      min-width: 100%;
    }

    .product_suite .dropdown_left {
      display: none;
    }

    .product_suite .dropdown_right {
      width: 100%;
      background: #101820;
      padding: 20px;
    }

    .product_suite .submenu_holder {
      display: flex;
      flex-direction: column;
      gap: 16px;
      background: #151D24;
      border-radius: 8px;
      padding: 16px;
    }

    .use_cases_dropdown .dropdown_left {
      display: none;
    }

    .use_cases_dropdown .dropdown_right {
      width: 100%;
      background: #101820;
      padding: 0;
    }

    .use_cases_dropdown .use_cases_grid {
      display: flex;
      flex-direction: column;
      gap: 16px;
      background: #151D24;
      border-radius: 8px;
      padding: 8px;
    }

    .use_cases_dropdown .use_case_link {
      width: 100%;
      padding: 10px;
      background: transparent;
      border-radius: 6px;
      display: flex;
      align-items: center;
      gap: 12px;
      text-decoration: none;
    }

    .use_cases_dropdown .use_case_link:hover {
      background: rgba(255, 255, 255, 0.05);
    }

    .use_cases_dropdown .use_case_link .use_case_name {
      color: #fff;
      font-size: 0.9375rem;
      font-weight: 500;
    }
}

@media (max-width: 1024px) {
    .ft_logo {
      height: 2.75rem;
    }
    
    .logo_link{
      padding: 14px 0;
    }

    .nav_cta {
      display: inline-block;
    }

    .mobile_nav_cta_holder {
      display: none;
    }

    @media (max-width: 639px) {
      .nav_cta {
        display: none;
      }
      .mobile_nav_cta_holder {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 16px;
        margin-top: 6px;
      }
      .sign_up_book_demo_mobile_holder{
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        gap: 12px;
      }
      .sign_up_book_demo_mobile_holder a{
        font-size: 1.125rem;
        min-width: 163px;
        display: flex;
        align-items: center;
        justify-content: center;
      }
      .log_in_mobile_holder{
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 8px;
      }
      .log_in_mobile_holder a{
        padding: 0;
      }
      .log_in_companion_text_mobile{
        font-size: 1rem;
        font-weight: 500;
        color: #B5BBC3;
      }
    }
}

@media (max-width: 768px) {
  .ft_logo {
    height: 2.25rem;
  }
  .logo_link{
    padding: 18px 0;
  }
  .use_case_link .use_case_name{
    font-size: 14px;
    line-height: 1.25rem;
  }

  .site_header .container {
    gap: 15px;
  }
}

@media (max-width: 640px) {
  .ft_logo {
    height: 2rem;
  }
  .logo_link{
    padding: 20px 0;
  }
}