
.marketing-site-header {
  background: #1b1b1b;
  border-bottom: 1px solid rgba(247, 247, 247, 0.16);
  position: relative;
  z-index: 40;
}

.marketing-header-container {
  width: var(--container, min(1280px, calc(100% - 152px)));
  margin: 0 auto;
  position: relative;
}

.marketing-header-row {
  min-height: 101px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.marketing-header-row--logo-only {
  justify-content: flex-start;
  gap: 0;
}

.marketing-brand-link {
  display: inline-flex;
  align-items: center;
}

.marketing-brand-logo {
  width: 201px;
  height: 45.36px;
  object-fit: contain;
  object-position: left center;
  display: block;
}

.marketing-header-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
  min-width: 0;
}

.marketing-header-toggle {
  display: none;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(247, 247, 247, 0.2);
  border-radius: 10px;
  background: transparent;
  color: #f7f7f7;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding: 0;
  z-index: 3;
}

.marketing-header-toggle svg {
  width: 20px;
  height: 20px;
  display: block;
}

.marketing-header-toggle:hover,
.marketing-header-toggle:focus-visible {
  background: rgba(255, 255, 255, 0.08);
  outline: none;
}

.marketing-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 0;
  background: transparent;
  color: #f7f7f7;
  cursor: pointer;
  font-family: inherit;
  line-height: 1.2;
  text-decoration: none;
  white-space: nowrap;
  transition: background-color 120ms ease, color 120ms ease, border-color 120ms ease;
}

.marketing-btn svg {
  display: block;
}

.marketing-btn-header-cta,
.marketing-mobile-action--primary {
  padding: 10px 16px;
  border-radius: 6px;
  background: #e0ac1b;
  color: #f7f7f7;
  font-size: 12.592px;
  font-weight: 600;
}

.marketing-btn-header-cta:hover,
.marketing-btn-header-cta:focus-visible,
.marketing-mobile-action--primary:hover,
.marketing-mobile-action--primary:focus-visible {
  background: #c89a18;
  color: #f7f7f7;
}

.marketing-btn-header-secondary,
.marketing-mobile-action--secondary {
  padding: 10px 16px;
  border-radius: 6px;
  background: #999999;
  color: #f7f7f7;
  font-size: 12.592px;
  font-weight: 600;
}

.marketing-btn-header-secondary:hover,
.marketing-btn-header-secondary:focus-visible,
.marketing-mobile-action--secondary:hover,
.marketing-mobile-action--secondary:focus-visible {
  background: #878787;
  color: #ffffff;
}

.marketing-mobile-action--danger {
  padding: 10px 16px;
  border-radius: 6px;
  background: #fff3f3;
  color: #d54242;
  font-size: 12.592px;
  font-weight: 600;
}

.marketing-mobile-action--danger:hover,
.marketing-mobile-action--danger:focus-visible {
  background: #ffe2e2;
  color: #c83232;
}

.marketing-btn-header-cta:focus-visible,
.marketing-btn-header-secondary:focus-visible,
.marketing-mobile-action:focus-visible,
.marketing-header-toggle:focus-visible {
  outline: 2px solid #f7f7f7;
  outline-offset: 2px;
}

.marketing-account-wrap {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-width: 0;
}

.marketing-account-button {
  padding: 0;
  border-radius: 12px;
  background: transparent;
  color: #f7f7f7;
  font-size: 14px;
  font-weight: 600;
  min-width: 0;
}

.marketing-account-button:hover,
.marketing-account-button:focus-visible {
  color: #ffffff;
}

.marketing-account-button:focus-visible {
  outline: 2px solid #f7f7f7;
  outline-offset: 4px;
}

.marketing-account-icon {
  width: 32px;
  height: 32px;
  border: 1px solid #242424;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #f7f7f7;
  flex: none;
}

.marketing-account-icon svg {
  width: 18px;
  height: 18px;
}

.marketing-account-text {
  max-width: 180px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.marketing-account-menu {
  position: absolute;
  top: calc(100% + 11px);
  right: 0;
  width: 160px;
  border: 1px solid #dddddd;
  border-radius: 8px;
  background: #f7f7f7;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.18);
  overflow: hidden;
  display: none;
  z-index: 60;
}

.marketing-account-menu.open {
  display: block;
}

.marketing-account-menu-item {
  width: 100%;
  min-height: 40px;
  padding: 8px 12px;
  border: 0;
  background: transparent;
  color: #5f5f5f;
  font-size: 13px;
  line-height: 1.2;
  text-align: left;
  text-decoration: none;
  display: flex;
  align-items: center;
  cursor: pointer;
}

.marketing-account-menu-item:hover,
.marketing-account-menu-item:focus-visible {
  background: #efefef;
  color: #1b1b1b;
}

.marketing-account-menu-item:focus-visible {
  outline: 2px solid #1b1b1b;
  outline-offset: -2px;
}

.marketing-account-menu-item.logout {
  border-top: 1px solid #dddddd;
  color: #e24d4d;
}

.marketing-account-menu-item.logout:hover,
.marketing-account-menu-item.logout:focus-visible {
  color: #d54242;
  background: #fff3f3;
}

.marketing-mobile-menu {
  display: none;
  position: absolute;
  top: calc(100% - 1px);
  left: 0;
  right: 0;
  background: #1b1b1b;
  border-top: 1px solid rgba(247, 247, 247, 0.12);
  box-shadow: 0 24px 48px rgba(0, 0, 0, 0.32);
  padding: 18px;
  z-index: 55;
}

.marketing-mobile-menu.open {
  display: grid;
  gap: 18px;
}

.marketing-mobile-nav,
.marketing-mobile-actions {
  display: grid;
  gap: 12px;
}

.marketing-mobile-link {
  color: #f7f7f7;
  font-size: 16px;
  line-height: 1.2;
  text-decoration: none;
  padding: 6px 0;
}

.marketing-mobile-link:hover,
.marketing-mobile-link:focus-visible {
  color: #ffffff;
  text-decoration: underline;
  text-underline-offset: 3px;
  outline: none;
}

.marketing-mobile-link[aria-current="page"] {
  font-weight: 600;
}

.marketing-mobile-action {
  width: 100%;
  border: 0;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  font-family: inherit;
}

.marketing-page-main {
  flex: 1 0 auto;
}

.marketing-page-main--centered {
  display: grid;
  place-items: center;
  padding: 32px 18px;
}

@media (max-width: 860px) {
  .marketing-header-container {
    width: var(--container, min(1280px, calc(100% - 36px)));
  }

  .marketing-header-row {
    min-height: auto;
    padding: 18px 0;
  }

  .marketing-header-actions--desktop {
    display: none;
  }

  .marketing-header-toggle {
    display: inline-flex;
  }

  .marketing-brand-logo {
    width: 176px;
    height: 40px;
  }
}
